@charset "utf-8";

/* =====================================================
   Layout
===================================================== */

.pc { display: block !important; }
.sp { display: none !important; }

.h_menu,
#sp_global_nav { display: none; }
#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  /* margin-bottom: calc(1088 / 768 * 100vh - 100vh); */
  margin-bottom: calc((870 / var(--base-pc-width) * 100vw));
}
#mv .video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  opacity: 1;
  
}
#mv .video_main::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blue-gradient);
  mix-blend-mode: multiply;
  z-index: 10;
}

#mv .video_main {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#mv .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#mv .video:after {
  content: none;
  display: block;
  padding-top: calc(532 / 912 * 100%);
}
#mv:after {
  content: '';
  position: absolute;
  top: calc(1088 / 768 * 100vh);
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 4rem;
  z-index: 9998;
  transition: background-color .4s ease, opacity .4s ease;
  background: transparent;
}
#header nav {
  margin-left: auto;
  align-items: center;
}
#header nav ul {
  gap: 0 4rem;
}
#header nav ul li a {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
#header nav.site_nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--white);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease 0s;
}
#recruit #header nav.site_nav ul.rec_nav li a::before {
  display: none;
}
#header.is-scroll nav.site_nav ul li a::before {
  background-color: var(--txt);
}
#header nav .btn {
  margin-left: 4rem;
  width: 16rem;
}
#header nav .btn a {
  display: block;
  padding: 0.5rem 0;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 180px;
  background-color: var(--white);
  transition: .7s;
}
.hamburger {
  display: none;
}

#header.is-scroll {
  background-color: #fff;
  height: 7.2rem;
}
#header.is-scroll nav ul li a {
  color: var(--txt);
}
#header nav ul li a[target="_blank"] {
  padding-right: 0;
}
#header nav ul li a[target="_blank"]::after {
  display: none;
}
#header .logo,
#header ul {
  transition: transform .4s ease;
}
#header.is-scroll .logo {
  transform: translateY(-1.6rem);
}
#header.is-scroll .site_nav {
  transform: translateY(-2rem);
}
#header.is-scroll nav .btn a {
  border: 0.1rem solid var(--txt);
}
#header .logo {
  width: 40.7rem;
}


#footer {
  position: relative;
  padding: 42.8rem 0 6rem;
  color: #fff;
  background-color: var(--sub);
  z-index: 10;
}
#footer .left_col {
  width: 40.7rem;
}

#footer .left_col .txt {
  margin: 4rem 0 8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
#footer .left_col .link {
  margin-bottom: 6.4rem;
}
#footer .left_col .link a {
  border-bottom-color: var(--white);
}
#footer .left_col dl {
  color: var(--bg03);
}
#footer .left_col dl dt,
#footer .left_col dl dd {
  font-size: 1.2rem;
  line-height: 2;
}
#footer .left_col dl dt {
  margin-bottom: 0.4rem;
}

#footer .right_col {
  width: 62rem;
  gap: 0 8rem;
  justify-content: left;
}
#footer .right_col li {
  line-height: 2.5;
}
#footer .right_col li a {
  font-size: 1.6rem;
  font-weight: 400;
  transition: opacity .7s;
}
#footer .right_col li a::before {
  content: '>';
  padding-right: 1.6rem;
  font-size: 1.4rem;
}
#footer .right_col li.sub a {
  padding-left: 2.5rem;
}
#footer .right_col li.sub a::before {
  content: '-';
  padding-right: 0.5rem;
}
#footer .pagetop {
  position: absolute;
  right: 0;
  bottom: 6rem;
}
#footer .copyright {
  color: var(--bg03);
  font-size: 1.2rem;
  line-height: 2;
  text-align: right;
}

/*------------
  CTA
------------*/
.cta {
  position: relative;
  padding: 8rem 0;
  bottom: -30.8rem;
  background-color: var(--bg02);
  z-index: 12;
}
.cta .flex_not_justify {
  margin-top: 6.4rem;
  gap: 0 4rem;
}
.cta .parts {
  flex: 1;
  padding: 6rem 6.5rem;
  background-color: var(--white);
}
.cta .parts .ttl_bx {
  margin-bottom: 5.2rem;
  align-items: center;
}
.cta .parts .ttl_bx .ttl_en {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.cta .parts .ttl_bx .ttl_jp {
  font-size: 2.4rem;
}
.cta .parts .img {
  width: 20rem;
}

/*--------------------------------
TOP page
--------------------------------*/
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: var(--white);
}
.hero h1 {
  margin-bottom: 4rem;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.09;
  letter-spacing: 0.2em;
  text-align: center;
}
.hero h1 .fs58 {
  font-size: 5.8rem;
  font-weight: 500;
}
.hero .ttl_en {
  color: var(--white);
  margin-bottom: 6rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.66;
}
.hero .txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
}

.message {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 16.1rem 0 24rem;
  color: var(--white);
}
.message .left_col {
  width: 34%;
}
.message .right_col {
  padding-top: 7rem;
  width: 47%;
}
.message .left_col .ttl_en {
  margin-bottom: 4rem;
  color: var(--white);
}
.message .left_col h2 {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.message .right_col .txt {
  line-height: 2.25;
  letter-spacing: 0.2em;
}
.message .right_col .txt + .txt {
  margin-top: 5rem;
}
.message .right_col .kome {
  margin-left: 1rem;
  text-indent: -1rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.message .right_col .link {
  margin-top: 8rem;
}
.message .right_col .link a {
  font-size: 1.6rem;
  border-bottom-color: var(--white);
}

.service {
  padding: 16rem 0;
  background-color: var(--bg05);
}
.service .inner_wrap {
  padding: 0 8rem 0 0;
  width: 100%;
}
.service .ttl_en {
  color: var(--bg03);
  font-size: 20rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;

}
.trg_scroll {
  position: relative; /* pinの基準を安定させる */
}


.service .left_col {
  margin-left: 12rem;
  padding-top: 6.5rem;
  width: 37%;
  position: sticky;
  top: 1.9rem;          /* 画面上で固定される位置 */
  align-self: flex-start;
}
.service .left_col h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.service .left_col h3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18.1rem;
  margin: auto;
  width: 16rem;
  height: 0.1rem;
  background-color: var(--bg03);
}
.service .left_col h4 {
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.service .left_col .txt {
  margin-bottom: 8rem;
  font-size: 1.6rem;
}

.service .right_col {
  position: relative;
  padding-top: 6.5rem;
  width: 47.8%;
}
.service .parts {
  width: 100%;
  position: relative;
}
.service .parts02,
.service .parts03 {
  margin-top: 8rem;
}

.service .parts img {
  display: block;
  width: 100%;
  height: auto;
}
.service .parts .txt_bx {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.5rem 4rem 3.5rem;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.service .parts .txt_bx .num {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid var(--white);
}
.service .parts .txt_bx .num span {
  font-size: 2.4rem;
}
.service .parts .txt_bx .lower {
  margin-top: auto;
}
.service .parts .txt_bx .ttl {
  display: inline-block;
  margin-bottom: 1.6rem;
  padding: 0.8rem 1.8rem  0.8rem 2.4rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  background-color: var(--sub);
}
.service .parts .txt_bx .txt {
  font-size: 1.6rem;
  font-weight: 400;
}


.bg_white {
  background-color: var(--white);
}
.group {
  padding: 16.5rem 0 13rem;
}
.group .ttl_jp {
  letter-spacing: 0.1em;
}
.group ul {
  margin-top: 6.4rem;
  gap: 0 8rem;
}
.group ul li {
  flex: 1;
}
.group ul li a img {
  transition: .7s;
}
.group ul li a[target="_blank"]::after {
  display: none;
}
.number .ttl_jp {
  margin-left: -0.5rem;
  font-size: 4.2rem;
}
.number h3 {
  margin: 0.7rem 0 6.4rem -0.4rem;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.number .grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.number .grid > div {
  position: relative;
  padding: 3.5rem 4rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.number .grid .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.number .grid .ttl .kome {
  display: block;
  margin-left: 1.2rem;
  text-indent: -1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.number .grid::before,
.number .grid > div::before,
.number .grid > div::after {
  content: '';
  position: absolute;
}
.number .grid .num01::before {
  top: 0;
  left: -0.4rem;
  width: 4rem;
  height: 4rem;
  background: url(../../images/src/top/number01.svg) no-repeat left top / 100%;
}
.number .grid .num01::after {
  bottom: -3rem;
  left: -0.5rem;
  width: 4rem;
  height:4rem;
  background: url(../../images/src/top/number07.svg) no-repeat left top / 100%;
}
.number .grid .num02::before,
.number .grid .num03::before {
  top: 0;
  left: -4rem;
  width: 8rem;
  height: 4rem;
  background: url(../../images/src/top/number02.svg) no-repeat left top / 100%;
}
.number .grid::before {
  top: 0;
  right: 0.5rem;
  width: 4rem;
  height: 4rem;
  background: url(../../images/src/top/number03.svg) no-repeat left top / 100%;
}
.number .grid .num02::after,
.number .grid .num03::after {
  bottom: -4rem;
  left: -4.5rem;
  width: 8rem;
  height: 4rem;
  background: url(../../images/src/top/number08.svg) no-repeat left top / 100%;
}
.number .grid .num04::before {
  bottom: -4rem;
  left: -4.5rem;
  width: 8rem;
  height: 4rem;
  background: url(../../images/src/top/number08.svg) no-repeat left top / 100%;
}
.number .grid .num04::after {
  bottom: -4rem;
  right: 0.5rem;
  width: 4rem;
  height: 4rem;
  background: url(../../images/src/top/number09.svg) no-repeat left top / 100%;
}

.number .grid .txt {
  margin: -2rem 4.5rem 0 0;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.31;
}
.number .grid .txt span {
  font-size: 14rem;
  font-weight: 500;
}
.number .grid .num05 .txt span,
.number .grid .num06 .txt span {
  font-size: 12rem;
}


.sdgs {
  padding: 20rem 0 16rem;
}
.sdgs a[target="_blank"] {
  padding: 0;
}
.sdgs a::after {
  display: none;
}
.sdgs .txt {
  margin-top: 2.4rem;
}


.factory {
  position: relative;
  padding-bottom: 16rem;
  /*margin-bottom: 56rem;  ←動画に変更の場合こっち*/
  margin-bottom: 0;
}
.factory .img01 {
  margin-top: 20rem;
  width: 102rem;
}
.factory .img02 {
  width: 32rem;
}
.factory .box {
  position: absolute;
  bottom: -21.8rem;
  left: auto;
  right: 0;
  padding: 8rem;
  width: 84.5rem;
  height: 50rem;
  background-color: var(--white);
  z-index: 10;
}
.factory .box .ttl_jp {
  font-size: 4.2rem;
}
.factory .box .txt {
  padding: 3.5rem 0 5.4rem;
}
.factory .box .link a {
  font-size: 1.6rem;
}
.ticker-container {
  top: 20rem;
  position: absolute;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-wrap {
  display: inline-block;
  animation: ticker 20s linear infinite;
}
.ticker-move {
  display: inline-block;
}
.ticker-item {
  display: inline-block;
  color: var(--bg02);
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0); /* 半分だけ動かす */
  }
  }
  
@keyframes ticker02 {
  0% {
    transform: translate3d(-50%, 0, 0); /* ←最初は左に半分寄せておく */
    }
    100% {
    transform: translate3d(0, 0, 0); /* →方向へ移動して戻る */
    }
}


.recruit {
  padding: 10rem 0 14rem;
  background: var(--blue-gradient-x);
  color: var(--white);
}
.recruit h2 {
  margin-left: 8rem;
  color: var(--accent);
  font-size: 20rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.recruit .inner_wrap {
  width: 100%;
}
.recruit .inner_wrap .inner_1440 {
  position: relative;
  flex-wrap: nowrap;
  max-width: 1448px;
}
.recruit .inner_wrap .inner_1440 .link_ico {
  position: absolute;
  top: -12.3rem;
  left: 51.9rem;
  width: 16rem;
  height: 16rem;
  z-index: 10;
}
.recruit .inner_wrap .inner_1440 .link_ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: background-color .7s;
}
.recruit .left_col {
  position: relative;
  z-index: 10;
  width: 96rem;
}
.recruit .ttl_jp {
  margin: 0 0 2.4rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.1em;
}
.recruit .ttl {
  margin-bottom: 4.6rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.1em;
}
.recruit .left_col ul {
  margin-top: 6rem;
}

.recruit .left_col ul li a {
  position: relative;
  display: block;
  padding: 5.4rem 0 5.4rem 8rem;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.1em;
  transition: .7s;
}
.recruit .left_col ul li.is_active a {
  background: var(--sub);
  box-shadow: 8px 8px 16px 0 rgba(51, 51, 51, 0.24);
}
.recruit .left_col ul li.is_active a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 12rem;
  height: 0.1rem;
  background-color: var(--accent);
}
.recruit .img {
  position: absolute;
  width: 56rem;
  right: 0;
}
.js_target_img {
  transition: opacity 0.4s ease;
}

.js_target_img.fade-out {
  opacity: 0;
}


.news {
  margin-bottom: -75rem;
  padding: 16rem 0 40rem;
  background-color: var(--white);
}
.news .inner_1200 {
  padding-bottom: 16rem;
}
.news .left_col {
  display: flex;
  flex-direction: column;
  width: 20%;
}
.news .left_col .ttl_bx {
  margin-bottom: 3rem;
}
.news .left_col .link {
  margin-top: auto;
}
.news .right_col {
  width: 74.2%;
}
.news .right_col .link a {
  display: flex;
  padding: 4rem 4.1rem;
  width: 100%;
  gap: 0 2.4rem;
}
.news .right_col .link a::after {
  top: 50%;
  bottom: auto;
}
.news .right_col .link .cat_bx {
  width: 19.8rem;
  align-items: center;
}
.news .right_col .link .date {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.news .right_col .link .cate {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 200px;
  border: 1px solid var(--txt);
}
.news .right_col .link .title {
  width: 54.1rem;
}

/* =====================================================
   下層
===================================================== */
.lower_page #header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff;
}

.lower_page #header .header_inner {
  align-items: center;
}
.lower_page #header nav ul li a::before {
  background-color: var(--txt);
}
.lower_page #header nav ul li a {
  color: var(--txt);
}
.lower_page #header nav .btn a {
  border: 1px solid var(--txt);
  border-radius: 20rem;
}
.lower_page.factory_lower #header nav ul li a {
  color: #fff;
}
.lower_page.factory_lower #header.is-scroll nav ul li a {
  color: var(--txt);
}
.lower_page.factory_lower #header nav .btn a {
  border: none;
}
.lower_page.factory_lower #header.is-scroll nav .btn a {
  border: 1px solid var(--txt);
}
.lower_page #lower_mv {
  position: relative;
  margin-top: 10rem;
}
.lower_page #lower_mv .flex {
  align-items: center;
}
.lower_page #lower_mv .left_col {
  padding-left: 12rem;
  width: 32.8125%;
}
.lower_page #lower_mv .img {
  width: 67.1875%;
}
.lower_page #lower_mv .img img {
  height: 54.1rem;
}
.lower_sec {
  margin-bottom: 13.4rem;
}



/*--------------------------------
会社案内
--------------------------------*/
#about {
  margin-top: 12rem;
}
#about #philosophy {
  padding: 11.6rem 0 13.4rem;
  color: #fff;
  background: var(--blue-gradient-x);
}
#about #philosophy .block {
  margin-top: 7.6rem;
}
#about #philosophy .block dl {
  padding: 4rem 0 5rem;
  border-top: 0.1rem solid rgba(255,255,255,.3);
  justify-content: left;
  align-items: center;
}
#about #philosophy .block dl:last-child {
  border-bottom: 0.1rem solid rgba(255,255,255,.3);
}
#about #philosophy .block dl dt {
  padding-top: 1rem;
  /*width: 45.9rem;*/
  width: 38.25%;
  justify-content: left;
  align-items: center;
  gap: 0 4.3rem;
}
#about #philosophy .block dl dt .en {
  width: 9.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.3em;
}
#about #philosophy .block dl dt .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.1em;
}
#about #philosophy .block dl dd {
  padding: 3.6rem 0 3rem 4.9rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  border-left: 0.1rem solid rgba(255,255,255,.3);
}
#about #message {
  padding: 13.6rem 0 11.2rem;
  background: var(--bg05);
}
#about #message .inner_1200 {
  width: 95%;
  max-width: 1222px;
}
#about #message .left_col {
  /*width: 32.2rem;*/
  width: 22%;
}
#about #message .right_col {
  display: flex;
  flex-direction: column;
  /*width: 87.8rem;*/
  width: 68%;
}
#about #message .left_col h2::after {
  right: auto;
}
#about #message .right_col .txt {
  font-weight: 500;
  line-height: 2.25;
}
#about #message .right_col .txt + .txt {
  margin-top: 2.5rem;
}
#about #message .right_col .message_ceo {
  margin: 5rem 0 0 1rem;
}
#about #message .right_col .message_ceo .txt .nm {
  font-size: 2rem;
  font-weight: 500;
}
.link_list {
  padding: 10rem 0 13rem;
  max-width: 865px;
}
.link_list ul {
  justify-content: center;
  align-items: center;
}
.link_list ul li {
  flex: 1;
  border-left: 0.1rem solid var(--bg03);
}
.link_list ul li:last-child {
  border-right: 0.1rem solid var(--bg03);
}
.link_list ul li a {
  position: relative;
  display: block;
  padding: 1.3rem 0 4.9rem;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.33;
  text-align: center;
}
.link_list ul li a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  bottom: 2.4rem;
  width: 1.2rem;
  height: 0.4rem;
  background: url(../../images/src/common/dainari_bottom.svg) no-repeat center bottom / 100%;
  transition: bottom .7s;
}

#about #company {
  margin-top: -7.2rem;
  padding-top: 7.2rem;
  margin-bottom: 12rem;
}
#about table {
  border: none;
}
#about #company table {
  margin-top: 7.6rem;
}
#about table tr {
  border-top: 0.1rem solid var(--bg03);
}
#about table tr:last-child {
  border-bottom: 0.1rem solid var(--bg03);
}
#about table tr th {
  padding: 4rem 0 3.5rem 10rem;
  width: 38.2%;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
#about table tr td {
  padding: 4rem 0 3.5rem;
  border: none;
}
#about table tr td p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
#about table tr.factory td p + p {
  margin-top: 2.2rem;
}
#about table tr.factory td .st {
  font-weight: 500;
}
#about table tr.factory td a {
  padding-right: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
#about #company table tr.factory td a[target="_blank"]::after {
  display: none;
}
#about #company table tr td .link {
  margin-top: 3.4rem;
}
#about #company table tr td .link a {
  width: 36%;
}
#about #company table tr:last-child td {
  padding-bottom: 5.5rem;
}
.parallax_content {
  min-height: 56rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 background-image: url(../../images/src/top/parallax.webp);
}
#about .parallax_content {
  background-image: url(../../images/src/company/palla_img.webp);
}

#about #history {
  padding: 10rem 0 12rem;
  background-color: var(--bg05);
}
#about #history .block {
  margin: 8rem 0 0 4.5rem;
}
#about #history .block::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 11rem;
  width: 0.1rem;
  height: 93%;
  background-color: var(--bg03);
}
#about #history .block dl {
  justify-content: left;
  align-items: baseline;
  gap: 0 3rem;
}
#about #history .block dl + dl {
  margin-top: 5.4rem;
}
#about #history .block dl.y2025 {
  margin-top: 6rem;
}
#about #history .block dl.y2026 {
  margin-top: 5rem;
}
#about #history .block dl dt {
  position: relative;
  width: 11rem;
}
#about #history .block dl dt::after {
  content: '';
  position: absolute;
  top: 1rem;
  left: 10.5rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: var(--sub);
}
#about #history .block dl dt .year {
  color: var(--sub);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: 0.12em;
}
#about #history .block dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  width: 83.8%;
}
#about #history .block dl dd .flex {
  gap: 0 2rem;
}
#about #history .block dl dd .month {
  font-size: 1.6rem;
  font-weight: 500;
}
#about #history .block dl dd li {
  margin-top: -1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.12;
}
#about #history .block dl dd p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
#about #history .block dl dd .flex + .flex {
  margin-top: 3rem;
}
#about #access {
  padding: 12.7rem 0 0;
}
#about #access .inner_1640 {
  margin: 0 auto;
  width: 100%;
  max-width: 1640px;
  justify-content: left;
  align-items: end;
  gap: 0 9rem;
}
#about #access .img {
  width: 82rem;
}
#about #access .right_col {
  width: 51rem;
}
#about #access .right_col h2 {
  margin-bottom: 9rem;
}
#about #access .right_col h2::after {
  right: auto;
}
#about #access .right_col .ttl {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.72;
}
#about #access .right_col table th,
#about #access .right_col table td {
  padding: 3.2rem 0;
  line-height: 2.25;
  vertical-align: top;
}
#about #access .right_col table tr:first-of-type th,
#about #access .right_col table tr:first-of-type td {
  padding: 2.8rem 0;
}
#about #access .right_col table th {
  width: 29.2%;
}
#about #access .right_col table td a {
  padding-right: 1rem;
  font-size: 1.4rem;
  text-decoration: underline;
}
#about #access .right_col table td a::after {
  display: none;
}

#about #access .access_map {
  margin: 11rem 0 0;
}


/*--------------------------------
お知らせ
--------------------------------*/
#news {
  padding-bottom: 0;
}
#news .category_list {
  margin-bottom: 11rem;
}
#news .category_list ul {
  justify-content: center;
  gap: 4rem;
}
#news .category_list ul li {
  flex: 1;
}
#news .category_list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.2rem;
  width: 100%;
  border-bottom: 1px solid var(--txt);
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.7s ease;
}
#news .category_list ul li.current-cat a {
  background-color: var(--bg05);
}
#news .link:first-of-type a {
  border-top: 0.1rem solid var(--bg03);
}
#news .link a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem;
  width: 100%;
  border-bottom: 0.1rem solid var(--bg03);
}
#news .link a::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

#news .box li.link a::before {
  content: '>';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem;
  font-size: 1.6rem;
  transition: right .7s ease;

}

#news .parts .cat_bx {
  /*width: 22rem;*/
  width: 30.9%;
  justify-content: left;
  gap: 0 4rem;
  align-items: center;
}
#news .parts .cat_bx .date {
  font-size: 1.6rem;
  font-weight: 400;
}
#news .parts .cat_bx .cate {
  padding: 0 0.8rem;
  border: 0.1rem solid var(--txt);
  border-radius: 20rem;
  font-weight: 400;
}
#news .parts .title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.62;
  width: 441px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 詳細 */
#news.news_detail {
  margin-top: 16rem;
}
#news.news_detail .eyecatch img{
  min-width: 75%;
  margin: 0 auto;
}
#news.news_detail .breadcrumbs {
  margin-bottom: 8rem;
  padding-left: 0;
}
#news.news_detail .detail {
  
}
#news.news_detail .detail .ttl_block {
  padding-bottom: 2.3rem;
  border-bottom: 0.1rem solid var(--bg03);
  align-items: center;
}
#news.news_detail .detail .ttl_block .cate {
  font-size: 1.4rem;
  padding: 0 0.8rem;
  border-radius: 20rem;
  border: 0.1rem solid var(--txt);
}
#news.news_detail .detail h1 {
  margin: 2.6rem 0 4rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.66;
}
#news.news_detail .detail .wysiwyg {
  margin: 5rem 0 8rem;
}

#news.news_detail .block a span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#news.news_detail .block a::after {
  display: none;
}
#news.news_detail .block a[href$=".pdf"] span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -5rem;
  width: 2.2rem;
  height: 2.6rem;
  background: url(../../images/src/common/ico_pdf.svg) no-repeat right center / 100%;
}

/*--------------------------------
事業紹介
--------------------------------*/
#business {
  margin-top: 11.7rem;
}
#business .sec01 {
  padding-bottom: 8.4rem;
  background-color: var(--bg05);
}
#business .sec01 .inner_1200 {
  padding-top: 7.5rem;
  text-align: center;
}
#business .sec01 .left_col {
  width: 54.2rem;
}
#business .sec01 h2 {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  line-height: 1.37;
  letter-spacing: 0.1em;
}
#business .sec01 h2:after {
  display: none;
}
#business .sec01 .txt {
  line-height: 2.12;
  letter-spacing: 0;
}
#business .sec02 .link_list {
  margin: 0 auto;
  padding-top: 11rem;
  width: 100%;
  max-width: 700px;
}
#business .sec02 #pride h2 {
  margin-bottom: 7.7rem;
  letter-spacing: 0.1em;
}
#business .sec02 #pride .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
}
#business .sec02 #pride ul {
  margin-bottom: 9rem;
  width: 95.8%;
  gap: 0 3.5rem;
  justify-content: center;
}
#business .sec02 #pride li {
  flex: 1;
}
#business .sec02 #pride li .ttl {
  margin: 3rem 0 2rem;
  letter-spacing: 0.1em;
}
#business .sec02 #pride li .txt {
  letter-spacing: 0;
  width: 101%;
}
#business .sec02 #pride .iso_block {
  padding: 6.8rem 6rem 8rem;
  background-color: var(--bg05);
}
#business .sec02 #pride .iso_block .left_col {
  /*width: 70.8rem;*/
  width: 65.5%;
}
#business .sec02 #pride .iso_block .left_col .txt {
  letter-spacing: 0;
}
#business .sec02 #pride .iso_block .img {
  width: 32.6rem;
}
#business .sec02 #pride .iso_block .ttl {
  margin-bottom: 2.2rem;
  letter-spacing: 0.1em;
}
#business .sec02 #pride .iso_block .iso_bx {
  margin-bottom: 6rem;
  align-items: center;
}
#business .sec02 #pride .iso_block dl {
  padding: 3rem 0;
  width: 100%;
  justify-content: left;
  align-items: center;
  background-color: var(--white);
  letter-spacing: 0.1em;
}
#business .sec02 #pride .iso_block dl + dl {
  margin-top: 2rem;
}
#business .sec02 #pride .iso_block dl dt {
  padding: 0 0 0 4rem;
  width: 25rem;
  font-size: 1.8rem;
  font-weight: 500;
}
#business .sec02 #pride .iso_block dl dd {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  border-left: 0.1rem solid var(--bg03);
}
#business .sec02 #pride .iso_block dl dd::before {
  content: '';
  position: absolute;
}

#business .sec02 #step {
  margin-top: 2.6rem;
  padding-top: 7.2rem;
}
#business .sec02 #step .step_list {
  margin: 7.6rem 0 13.7rem;
  border-top: 0.1rem solid var(--bg03);
  border-bottom: 0.1rem solid var(--bg03);
}
#business .sec02 #step .step_list ul {
  padding: 0 8.2rem;
  justify-content: center;
}
#business .sec02 #step .step_list ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 4rem 0 4rem;
  border-right: 0.1rem solid var(--bg03);
}
#business .sec02 #step .step_list ul li:last-of-type {
  border-right: none;
}
#business .sec02 #step .step_list ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 2rem;
  background: url(../../images/src/business/triangle.svg) no-repeat left center / 100%;
}
#business .sec02 #step .step_list ul li:first-of-type::after {
  display: none;
}

#business .sec02 #step .step_list ul li .num {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#business .sec02 #step .step_list ul li .num span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}
#business .sec02 #step .step_list ul li .ico {
  margin: 4rem 0 5rem;
}
#business .sec02 #step .step_list ul li .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.47;
}
#business .sec02 #step .parts {
  margin-bottom: 6rem;
  align-items: center;
  justify-content: center;
}
#business .sec02 #step .parts > div {
  flex: 1;
}
#business .sec02 #step .parts .img img {
  width: 100%;
  height: 34.4rem;
}
#business .sec02 #step .textarea .bx {
  width: 50rem;
}
#business .sec02 #step .step01 .textarea .bx,
#business .sec02 #step .step03 .textarea .bx,
#business .sec02 #step .step05 .textarea .bx {
  margin-left: 10rem;
}
#business .sec02 #step .step02 .textarea .bx,
#business .sec02 #step .step04 .textarea .bx {
  margin-left: auto;
  margin-right: 10rem;
}
#business .sec02 #step .step03 .textarea .bx {
  margin-top: 4rem;
}
#business .sec02 #step .step04 .textarea .bx {
  margin-top: -6rem;
}
#business .sec02 #step .parts .textarea .bx .ttl {
  margin-bottom: 3.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
#business .sec02 #step .parts.step04 .textarea .bx .ttl {
  white-space: nowrap;
}
#business .sec02 #step .parts .textarea .bx .txt {
  letter-spacing: 0;
}

#business .sec02 .panorama_link {
  margin: 8.8rem auto;
  width: 95%;
  max-width: 1058px;
}
#business .sec02 .panorama_link a img {
  transition: opacity .7s;
}
#business .sec02 .panorama_link a::after {
  display: none;
}
#business .sec02 #relation {
  padding: 10.1rem 0;
  background-color: var(--bg05);
}
#business .sec02 #relation .inner_1200 {
  justify-content: center;
  align-items: center;
  gap: 0 4rem;
}
#business .sec02 #relation .left_col {
  width: 45rem;
}
#business .sec02 #relation .left_col h2 {
  font-size: 3.2rem;
  line-height: 1.8;
  white-space: nowrap;
}
#business .sec02 #relation .left_col h2:after {
  display: none;
}
#business .sec02 #relation .left_col .ttl {
  margin: 3.3rem 0 3.2rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.1em;
}
#business .sec02 #relation .left_col .txt {
  line-height: 2.25;
  letter-spacing: 0;
}
#business .sec02 #relation .left_col .txt + .txt {
  margin-top: 3rem;
}
#business .sec02 #relation .img {
  width: 71rem;
}



/*--------------------------------
工場見学
--------------------------------*/
.lower_page.factory_lower #header {
  background: transparent;
}
.lower_page.factory_lower #header.is-scroll {
  background: var(--white);
}
.lower_page.factory_lower #header nav ul li a::before {
  background-color: var(--white);
}
.factory_btn {
  position: fixed;
  bottom: 8.5rem;
  right: 3rem;
  z-index: 999;
}
.factory_btn a::after {
  display: none;
}
.lower_page #lower_mv.factory_mv {
  position: relative;
  margin-top: 0;
  /*height: 91rem;*/
  height: 100%;
}
.factory_slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
}
.factory_slider .swiper-slide {
  overflow: hidden; 
}
.factory_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 8s linear; 
}
.factory_slider .swiper-slide-active img {
  transform: scale(1.1); 
}
.factory_mv .main_txt {
  position: absolute;
  left: 6rem;
  bottom: 7rem;
  width: 59.2rem;
  z-index: 10;
}
.factory_mv .main_txt p {
  display: inline-block;
  padding: 0.4rem 0 1.2rem 1.3rem;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.09;
  background-color: var(--sub);
}
.factory_mv .main_txt .st {
  font-size: 5.9rem;
  font-weight: 500;
}
.factory_mv .main_txt .txt {
  margin-top: 1.3rem;
  padding: 0.8rem 0 1.1rem 1.6rem;
  font-size: 2.7rem;
  line-height: 1;
}
.factory_mv .main_txt .yellow {
  color: var(--accent02);
}
.factory_mv .news_bx {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2.6rem 5rem;
  width: 91.4rem;
  background-color: #fff;
  z-index: 10;
}
.factory_mv .news_bx a {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.factory_mv .news_bx a::after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
}
.factory_mv .news_bx a .cate {
  margin: 0 2.4rem 0 4rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 20rem;
  border: 0.1rem solid var(--txt);
}
.factory_mv .news_bx a .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  width: 54.1rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.factory_lower #main {
  overflow: hidden;
}
#factory {
  margin-top: 17.9rem;
}
#factory .sec01 {
  padding-bottom: 14.2rem;
  background: linear-gradient(#fff 75%, var(--bg05) 75%);
}
#factory .sec01 .img {
  /*width: 87rem;*/
  width: 45.65%;
}
#factory .sec01 .img img {
  height: 66.8rem;
}
#factory .sec01 .inner_wrap {
  justify-content: left;
  gap: 0 7.4rem;
  width: 100%;
}
#factory .sec01 .right_col {
  padding-top: 7.2rem;
  width: 61.6rem;
}
#factory .sec01 .right_col .ttl_en_sub {
  position: absolute;
  top: -11.5rem;
  right: 13rem;
  color: var(--bg03);
  font-size: 18rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.18em;
  text-align: right;
  opacity: 0.48;
}
#factory .sec01 .right_col h1 {
  margin-bottom: 3.4rem;
  position: relative;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.57;
}
#factory .sec01 .right_col .txt {
  line-height: 2.25;
}
#factory .sec01 .right_col .txt + .txt {
  margin-top: 3rem;
}
#factory .sec01 .right_col .img02 {
  margin: 0 -27rem -7rem auto;
  width: 39.6rem;
}
#factory .sec02 {
  padding: 11rem 0 14rem;
}
#factory .sec02 ul {
  margin-top: 8.2rem;
}
#factory .sec02 ul li {
  padding: 2.4rem;
  border-top: 0.1rem solid var(--bg03);
}
#factory .sec02 ul li:last-of-type {
  border-bottom: 0.1rem solid var(--bg03);
}
#factory .sec02 ul li p {
  position: relative;
  margin: 0 auto;
  padding-left: 3.8rem;
  width: 95%;
  max-width: 1200px;
  font-size: 2rem;
  font-weight: 400;
}
#factory .sec02 ul li p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../images/src/factory/check.svg) no-repeat left center / 100%;
}
#factory .sec03 {
  position: relative;
  padding: 10.2rem 0 10rem;
  color: #fff;
  background: var(--blue-gradient-x);
}
#factory .sec03::before {
  content: '';
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.4rem;
  height: 6rem;
  background: url(../../images/src/factory/triangle.png) no-repeat center bottom / 100%;
}
#factory .sec03 h2 {
  margin-bottom: 5.9rem;
  font-size: 5.8rem;
  line-height: 1.2;
}
#factory .sec03 h2::after {
  display: none;
}
#factory .sec03 .ttl {
  margin: 5.9rem 0 2.2rem;
  font-size: 2.8rem;
  font-weight: 500;
}
#factory .sec03 .txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
#factory .sec03 .img {
  margin: 4.8rem 0 7rem;
}
#factory .sec03 .img img {
  height: 443px;
}
#factory .sec03 .panorama_link {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
}
#factory .sec03 .panorama_link a:after {
  display: none;
}
#factory .sec03 .panorama_link a img {
  transition: opacity .7s;
}
#factory .sec03 .factory_swiper02 .swiper-wrapper {
  transition-timing-function: linear;
}

#factory .sec04 {
  margin: 0 auto;
  padding: 12.4rem 0 11rem;
  width: 95%;
  max-width: 1640px;
  align-items: center;
  justify-content: left;
  gap: 0 9rem;
}
#factory .sec04 .img {
  width: 82rem;
}
#factory .sec04 .right_col {
    width: 51rem;
}
#factory .sec04 .right_col h2 {
  margin-bottom: 6rem;
}
#factory .sec04 .right_col h2::after {
  right: auto;
}
#factory .sec04 .right_col .ttl {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.72;
}
#factory table {
  border: none;
}
#factory table tr {
  border-bottom: 0.1rem solid var(--bg03);
}
#factory table tr:first-of-type {
  border-top: 0.1rem solid var(--bg03);
}
#factory table th,
#factory table td {
  padding: 3rem 0;
  vertical-align: top;
  line-height: 2.25;
}
#factory table th {
  width: 15rem;
  text-align: left;
  font-weight: 500;
}
#factory table td {
  border: none;
  font-weight: 500;
}
#factory .sec04 .right_col table td a {
  padding-right: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
#factory .sec04 .right_col table td a::after {
  display: none;
}
#factory .sec05 {
  padding: 9.8rem 0 9rem;
}
#factory .sec05 h2 {
  margin-bottom: 7.2rem;
}
#factory .sec05 table th,
#factory .sec05 table td {
  padding: 4rem 0;
}
#factory .sec05 table th {
  padding-left: 8rem;
  width: 31.8rem;
}
#factory .sec05 .caution {
  margin-top: 10rem;
  padding: 5rem 8rem;
  border: 0.7rem solid #F3F3F3;
}
#factory .sec05 .caution .caution_ttl {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
#factory .sec05 .caution .caution_ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( -50%);
  width: 2.1rem;
  height: 1.9rem;
  background: url(../../images/src/factory/caution_ico.svg) no-repeat left center / 100%;
}
#factory .sec05 .caution .txt {
  line-height: 2.25;
}
#factory .sec05 .caution .ttl {
  margin: 4rem 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
#factory .sec05 .caution ul li {
  margin-left: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.25;
  text-indent: -1.6rem;
}




/*--------------------------------
お問合せ
--------------------------------*/

.lower_page.contact_lower #footer {
  margin-top: 0;
  padding-top: 13rem;
}
#contact {
  margin: 8.5rem 0 0;
  padding: 13rem 0 14rem;
  background-color: var(--bg05);
}
#contact .txt {
  margin: 6rem 0 3rem;
}
#contact .kome {
  color: #D00;
}
#contact table {
  border: none;
}
#contact table tr {
  border-top: 0.1rem solid var(--bg03);
}
#contact table tr:last-child {
  border-bottom: 0.1rem solid var(--bg03);
}
#contact table tr th {
  padding: 4rem 0 4rem 8rem;
  width: 27.5%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
#contact table tr th .kome {
  font-size: 1.4rem;
}
#contact table tr td {
  border: none;
}
#contact table tr td input,
#contact table tr td textarea {
  padding: 1rem 4rem;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
}
#contact table tr td .txt {
  margin: 1.4rem 0 0;
}
#contact table tr td .txt a {
  color: var(--sub);
  text-decoration: underline;
}
.checkblock input[type="checkbox"] {
  display: none;
}
.checkblock label {
  position: relative;
  padding-left: 6.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  }
  /* ===== 外枠 ===== */
.checkblock label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5.2rem;
  height: 5.2rem;
  border: 0.1rem solid var(--sub);
  background-color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 0.1rem solid var(--sub);
}
/* ===== チェックボックス ===== */
.checkblock input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 1.8rem;
  top: 50%;
  width: 1.6rem;
  height: 0.8rem;
  border-left: 0.3rem solid var(--sub);
  border-bottom: 0.3rem solid var(--sub);
  transform: translateY(-60%) rotate(-45deg) scale(0);
  transition: 0.2s ease;
}
.checkblock input[type="checkbox"]:checked + label::after {
  transform: translateY(-60%) rotate(-45deg) scale(1);
}

#contact .input_btn_list {
  margin-top: 10rem;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
#contact .input_btn_list .link {
  position: relative;
  width: 24rem;
}
#contact .input_btn_list .link input {
  display: block;
  padding: 1.4rem 0 1.7rem 8.1rem;
  width: 100%;
  border: 0.1rem solid #000;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  cursor: pointer;
}
#contact .input_btn_list .link.inptbtn input {
  padding-left: 5.1rem;
}

#contact .input_btn_list .ct_back input {
  padding-left: 6.2rem;
  background-color: #E6E6E6;
}
#contact .input_btn_list .link::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  font-size: 1.4rem;
}
#contact .input_btn_list .ct_send::after {
  content: '>';
  right: 2.5rem;
  transition: right .7s;
}
#contact .input_btn_list .ct_back::after {
  content: '<';
  left: 2.5rem;
  transition: left .7s;
}

#contact.complete {
  margin: 11.7rem 0 13.4rem;
  padding: 0;
  background-color: transparent;
}

#contact.complete h2::after {
  display: none;
}
#contact.complete .txt {
  margin: 4rem 0 6.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.11;
  text-align: center;
}
#contact.complete .link {
  margin: 0 auto;
  width: 24rem;
}
#contact.complete .link a {
  padding: 1.4rem 0 1.7rem 6rem;
  border: 0.1rem solid var(--txt);
  font-size: 1.6rem;
}

#contact.complete .link a::after {
  top: 50%;
}



/*--------------------------------
電子公告・決算公告
--------------------------------*/
#notice {
  margin-top: 13rem;
}
#notice .block + .block {
  margin-top: 8rem;
}
#notice .block h2 {
  margin-bottom: 3.6rem;
  padding-bottom: 0.5rem;
  font-size: 2.8rem;
  line-height: 2.28;
}
#notice .block h2::before,
#notice .block h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
}
#notice .block h2::before {
  width: 100%;
  height: 0.1rem;
  background-color: var(--bg03);
}
#notice .block h2::after {
  width: 12.5%;
  height: 0.2rem;
  background-color: var(--txt);
}
#notice .block .box {
  padding-left: 4rem;
}
#notice .block .box .kome {
  margin-top: 1.6rem;
  color: var(--red);
  font-weight: 500;
}
#notice .block .box ul {
  margin-top: 5rem;
}
#notice .block .box ul li + li {
  margin-top: 2rem;
}
#notice .block .box ul li a {
  position: relative;
  display: inline-block;
  padding: 0 7.2rem 1.6rem 1.4rem;
  width: auto;
  line-height: 1.8;
}
#notice .block .box ul li a span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
}
#notice .block .box ul li a::after {
  content: '>';
  position: absolute;
  top: 27%;
  transform: translateY(-50%);
  right: 1.4rem;
  font-size: 1.6rem;
  transition: right .7s ease;
}
#notice .block .box ul li a[href$=".pdf"] {
  padding-right: 9.5rem;
}
#notice .block .box ul li a[href$=".pdf"] span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -3rem;
  width: 2.2rem;
  height: 2.6rem;
  background: url(../../images/src/common/ico_pdf.svg) no-repeat right center / 100%;
}
#notice .block .box ul li a[href$=".pdf"]::after {
  background: none;
  bottom: auto;
  width: auto;
  height: auto;
}


/*--------------------------------
採用TOP
--------------------------------*/
#recruit {
  color: var(--txt02);
}
#recruit #header {
  padding: 0 0 0 4rem;
  transition: background-color .4s ease, opacity .4s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.00) 100%);
}
#recruit #header.is_scroll {
  background: #fff;
  height: 6.7rem;
}
#recruit #header .site_nav {
  align-items: stretch;
  gap: 0 4.3rem;
}

#recruit #header .logo {
  width: 55.8rem;
}
#recruit #header .logo img {
  width: 100%;
}
#recruit #header nav ul {
  align-items: center;
  gap: 0 2.5rem;
}
#recruit #header nav ul li {
  padding-bottom: 1.5rem;
}
#recruit #header nav ul li a {
  position: relative;
  font-size: 1.8rem;
  transition: color .7s;
  font-family: "Noto Sans JP", sans-serif;
}
#recruit #header.is_scroll nav ul.li_nav li a {
  color: var(--txt02);
}
#recruit #header ul.li_nav li a::before { 
  content: ''; 
  position: absolute; 
  left: 0; 
  bottom: -2rem; 
  width: 0; 
  height: 0.2rem; 
  transition: width 0.3s ease; 
}
#recruit #header.is_scroll ul.li_nav li a::before { 
  background: var(--sub); 
}
#recruit #header nav .li_nav li.job {
  padding-right: 1.9rem;
  position: relative;
}
#recruit #header nav ul li.job a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.9rem;
  margin: auto;
  width: 1.1rem;
  height: 1.3rem;
  background: url(../../images/src/common/recruit_arrow_btm_white.svg) no-repeat right center / 100%;
  transition: background .7s;
}
#recruit #header nav .li_nav li .sub {
  position: absolute;
  top: 100%;
  left: -2.6rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 2.6rem 0 2.7rem 5.2rem;
  width: 16.5rem;
  background-color: #fff;
}
#recruit #header nav .li_nav li .sub a {
  color: var(--txt);
}

#recruit #header nav ul li.job .sub a::after {
  right: auto;
  left: -3rem;
  width: 1.3rem;
  height: 1.1rem;
  background: url(../../images/src/common/recruit_arrow_right_blue.svg) no-repeat right center / 100% !important;
}
#recruit #header nav ul li.job .sub li {
  padding-bottom: 0;
}
#recruit #header nav ul li.job .sub li + li {
  padding-top: 2rem;
}


#recruit #header.is-scroll nav ul.li_nav li a {
  color: var(--txt);
}
#recruit #header .logo,
#recruit #header .li_nav {
  transition: transform .4s ease;
}
#recruit #header.is_scroll .logo {
  transform: translateY(-2rem);
}
#recruit #header.is_scroll .li_nav {
  transform: translateY(-1.2rem);
}

#recruit #header.is_scroll ul.li_nav li a::before { 
  bottom: -2rem;
}
#recruit #header.is_scroll nav ul li.job a::after {
  background: url(../../images/src/common/recruit_arrow_btm_blue.svg) no-repeat right center / 100%;
}
#recruit #header .header_inner {
  align-items: center;
}
#recruit #header .logo {
  width: 55.8rem;
}
#recruit #header .rec_nav {
  width: 30rem;
  justify-content: right;
  gap:0;
}
#recruit #header .rec_nav li {
  flex: 1;
}
#recruit #header .rec_nav li a {
  display: block;
  padding: 2rem 0 2.1rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  background-color: var(--sub03);
  transition: .7s;
}
#recruit #header .rec_nav li a span {
  font-size: 1.8rem;
  font-weight: 700;

}
#recruit #header .rec_nav li a::after {
  display: none;
}
#recruit #header .rec_nav li:last-of-type a {
  background-color: var(--sub);
}
#recruit #footer {
  padding-top: 9rem;
  color: var(--txt02);
  background-color: var(--bg05);
  font-family: "Noto Sans JP", sans-serif;
}
#recruit #footer .inner_1600 {
  max-width: 1520px;
}
#recruit #footer .left_col {
  width: 57.2rem;
}
#recruit #footer .left_col .logo img {
  width: 100%;
}
#recruit #footer .left_col .txt {
  margin: 2.8rem 0 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
#recruit #footer .left_col .txt .st {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#recruit #footer .left_col .link a {
  border-bottom-color: var(--sub);
  font-weight: 700;
}
#recruit #footer .link a::before {
  content: '';
  position: absolute;
  left: 2rem;
  top: 55%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 1.8rem;
  background: url(../../images/src/common/ico_mail_blue.svg) no-repeat left center / 100%;
}

#recruit #footer .left_col dl {
  color: var(--txt02);
}
#recruit #footer .left_col dl dt {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#recruit #footer .left_col dl dd {
  font-size: 1.6rem;
}
#recruit #footer .left_col dl dd a {
  text-decoration: underline;
}
#recruit #footer .right_col {
  gap: 0 5.2rem;
  justify-content: right;
}
#recruit #footer .right_col li + li {
  margin-top: 0.6rem;
}
#recruit #footer .right_col li a {
  padding-left: 3rem;
  font-weight: 700;
  letter-spacing: 0;
}
#recruit #footer .right_col li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1.6rem;
  height: 1.4rem;
  background: url(../../images/src/common/arrow_right_blue.svg) no-repeat left top / 100%;
}
#recruit #footer .right_col li.sub a {
  font-weight: 400;
}
#recruit #footer .right_col li.sub a::before {
  top: 50%;
  left: 0.2rem;
  width: 1.1rem;
  height: 0.24rem;
  background: var(--sub);
}
#recruit #footer .copyright {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
}
#recruit .pagetop {
  position: fixed;
  right: 2.4rem;
  bottom: 3rem;
  z-index: 9999 !important;
}
.cta_recruit {
  position: relative;
  padding: 9.5rem 0 8rem;
  background: url(../../images/src/recruit/cta_bg.webp) no-repeat center top / cover;
  z-index: 10;
}
.cta_recruit .ttl_en {
  margin-bottom: 0;
  color: #fff;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.cta_recruit .ttl_jp {
  margin: 0.5rem 0 2.8rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.cta_recruit .txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0;
}
.cta_recruit .block {
  margin-top: 4rem;
  gap: 0 4rem;
}
.cta_recruit .block .parts {
  flex: 1;
  padding: 4.2rem 3rem 4rem;
  background-color: #fff;
}
.cta_recruit .block .parts h3 {
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.cta_recruit .block .parts ul {
  gap: 0 2.2rem;
}
.cta_recruit .block .parts ul li {
  flex: 1;
}
.cta_recruit .block .parts.job_cta ul li {
  margin: 0 auto;
  flex: none;
  width: 36.4rem;
}
.cta_recruit .block .parts ul li a {
  position: relative;
  display: block;
  padding: 2.8rem 3.4rem;
  width: 100%;
  color: var(--sub03);
  font-size: 2rem;
  font-weight: 700;
  border: 0.2rem solid var(--sub03);  
  z-index: 1;
}
.cta_recruit .block .parts ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3rem;
  margin: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.4rem;
  background: url(../../images/src/common/arrow_right_lightblue.svg) no-repeat right center / 100%;
}
.cta_recruit .block .parts:last-of-type ul li a {
  color: var(--sub);
  border-color: var(--sub);
}
.cta_recruit .block .parts:last-of-type ul li a::after {
  background-image: url(../../images/src/common/arrow_right_blue.svg);
}
.cta_recruit .block .parts ul li:last-of-type a {
  color: #fff;
  background-color: var(--sub03);
}
.cta_recruit .block .parts:last-of-type ul li:last-of-type a {
  background-color: var(--sub);
}
.cta_recruit .block .parts ul li:last-of-type a::after {
  background-image: url(../../images/src/common/arrow_right_white.svg);
}
.cta_recruit .block .parts ul li a .bg,
#rec_entry .input_btn_list .link .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--sub03);
  transition: width .4s ease;
  z-index: -1;
}
#rec_entry .input_btn_list .link .bg {
  background-color: #fff;
}
.cta_recruit .block .parts:last-of-type ul li a .bg {
  background-color: var(--sub);
}
.cta_recruit .block .parts ul li:last-of-type a .bg,
.cta_recruit .block .parts:last-of-type ul li:last-of-type a .bg {
  background-color: #fff;
}

#recruit .line_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}
#recruit .hero {
  justify-content: left;
  align-items: end;
  flex-direction: inherit;

}
#recruit #mv {
  margin-bottom: 22rem;
}
#recruit #mv .video_main::before {
  background: transparent;
}
#recruit .sec01 {
  margin-top: -61.4rem;
  padding-top: 66.6rem;
  padding-bottom: 25rem;
  position: relative;
  background: url(../../images/src/recruit/sec01_bg.webp) repeat-x center top / cover;
  z-index: 10;
}
#recruit .sec01 .inner_wrap {
  width: 100%;
  justify-content: left;
  gap: 0 13.5rem;
}
#recruit .sec01 .inner_wrap .left_col {
  position: relative;
  margin-left: 9rem;
  /*width: 73.9rem;*/
  width: 38.79%;
}
#recruit .sec01 .inner_wrap .left_col .img {
  position: relative;
  overflow: hidden;
}
#recruit .sec01 .inner_wrap .left_col .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* 背景色に合わせる */
  transform: translateX(0);
  transition: transform .7s ease;
  z-index: 2;
}
#recruit .sec01 .inner_wrap .left_col .img.is-show::after {
  transform: translateX(100%);
}

#recruit .sec01 .inner_wrap .left_col .img.is-show img {
  transform: translateX(0);
  opacity: 1;
}
#recruit .sec01 .inner_wrap .left_col .img01 {
  width: 58.4rem;
}
#recruit .sec01 .inner_wrap .left_col .img02 {
  position: absolute;
  top: 30.7rem;
  right: 0;
  width: 28.425rem;
}
#recruit .sec01 .inner_wrap .left_col .img03 {
  position: absolute;
  left: 10.8rem;
  bottom: -8.5rem;
  width: 24.472rem;
}

#recruit .sec01 .inner_wrap .right_col {
  padding-top: 5rem;
  width: 70rem;
  color: var(--white);
}
#recruit .sec01 .inner_wrap .right_col h2 {
  margin-bottom: 6rem;
  font-size: 6.8684rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.33;
  letter-spacing: -0.02em;
}
#recruit .sec01 .inner_wrap .right_col h2 .fs59 {
  font-size: 5.9145rem;
  font-weight: 600;
  letter-spacing: -0.014em;
}
#recruit .sec01 .inner_wrap .right_col h2 img {
  padding-top: 1.8rem;
}
#recruit .sec01 .inner_wrap .right_col .txt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 192%;
  letter-spacing: 0.08em;
}
#recruit .sec01 .inner_wrap .right_col .txt + .txt {
  margin-top: 3rem;
}
#recruit .sec02 {
  position: relative;
  z-index: 10;
  padding: 0 0 0 10rem;
  background-color: #fff;
  border-bottom: 0.1rem solid var(--border);
}
#recruit .sec02 .inner_wrap {
  width: 100%;
  justify-content: left;
}
#recruit .sec02 .left_col {
  padding: 6rem 10rem 3.5rem;
  /*width: 50rem;*/
  width: 28.7%;
  border-left: 0.1rem solid var(--border);
  border-right: 0.1rem solid var(--border);
}
#recruit .sec02 .left_col .ttl_en {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
#recruit .sec02 .left_col h2 {
  margin-bottom: 9.8rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
#recruit .sec02 .left_col .link a {
  width: 100%;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
#recruit .sec02 .right_col {
  display: flex;
  flex-direction: column;
  /*width: 130rem;*/
  width: 71.3%;
}
#recruit .sec02 .right_col .parts {
  flex: 1;
  border-bottom: 0.1rem solid var(--border);
}
#recruit .sec02 .right_col .parts a {
  position: relative;
  align-items: center;
  justify-content: left;
  padding: 0 10rem 0 8rem;
  /*width: 120rem;*/
  width: 92.3%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  border-right: 0.1rem solid var(--border);
}
#recruit .sec02 .right_col .parts a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.5rem;
  background: url(../../images/src/common/arrow_right_blue.svg) no-repeat right center / 100%;

}
#recruit .sec02 .right_col .parts a .cate {
  margin: 0 2.5rem 0 2.2rem;
  padding: 0 1.6rem;
  color: var(--accent03);
  border: 0.1rem solid var(--accent03);
  background-color: #fff;
}
#recruit .sec02 .right_col .parts:last-of-type {
  border-bottom: 0;
}
#recruit .sec02 .right_col .parts a .bg,
#recruit .sec05 .right_col ul li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--bg05);
  transition: width .4s ease;
  z-index: -1;
}
#recruit .sec02 .right_col .parts a .ttl {
  width: 65%;
}

#recruit .sec03 {
  position: relative;
  z-index: 10;
  padding: 7rem 0 11rem;
  background-color: var(--bg05);
}
#recruit .sec03 .siro,
#recruit .sec05 .siro {
  white-space: nowrap;
  /*color: #F4F7FB;*/
  color: #fff;
  text-align: center;
  text-shadow: 
    1px 1px 0 #003F7E,
    -1px 1px 0 #003F7E,
    1px -1px 0 #003F7E,
    -1px -1px 0 #003F7E,
    1px 0px 0 #003F7E,
    -1px 0px 0 #003F7E,
    0px 1px 0 #003F7E,
    0px -1px 0 #003F7E;
  font-family: Akshar;
  font-size: 19rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0.22;
}

#recruit .sec03 h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -10rem 0 2.9rem;
}
#recruit .sec03 h2 .ttl_en {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
#recruit .sec03 h2 .ttl_jp {
  font-size: 4.2rem;
  font-weight: 700;
}

#recruit .sec03 .txt {
  font-size: 1.8rem;
  line-height: 1.88;
  letter-spacing: 0;
  text-align: center;
}
#recruit .sec03 .number_block {
  margin-top: 4.2rem;
  justify-content: center;
  gap: 0 3.8rem;
}
#recruit .sec03 .number_block .parts {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5.1rem 0 3.6rem;
  /*width: 51rem;*/
  width: 27.8%;
  background: #FFF;
  box-shadow: 0 0 26px 0 rgba(0, 83, 167, 0.20);
  text-align: center;
}
#recruit .sec03 .number_block .parts .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
#recruit .sec03 .number_block .parts .ttl .kome {
  margin-top: 2.3rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
#recruit .sec03 .number_block .parts .kome02 {
  position: absolute;
  bottom: 2rem;
  right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

#recruit .sec03 .number_block .parts .img {
  margin-bottom: 2rem;
}
#recruit .sec03 .number_block .parts .img img {
  margin: 0 auto;
}
#recruit .sec03 .number_block .parts .tx {
  margin-top: auto;
  color: var(--sub);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
#recruit .sec03 .number_block .parts .num {
  font-size: 8rem;
  font-weight: 400;
}
#recruit .sec03 .number_block .parts .yen {
  color: var(--txt);
  font-size: 2.6rem;
  font-weight: 700;
}
#recruit .sec03 .number_block .parts.p01 .ttl {
  margin-bottom: 5.3rem;
}
#recruit .sec03 .number_block .parts.p01 .img img {
  /*margin-left: 9.5rem;*/
  margin-left: min(9.5rem,4.5vw);
  width: 20.4rem;
}
#recruit .sec03 .number_block .parts.p01 .tx {
  font-size: 5.5rem;
  font-weight: 500;
}
#recruit .sec03 .number_block .parts.p01 .tx .num {
  font-size: 9.8rem;
}
#recruit .sec03 .number_block .parts.p02 .ttl,
#recruit .sec03 .number_block .parts.p03 .ttl {
  height: 6.1rem;
  margin-bottom: 3.5rem;
}

#recruit .sec03 .number_block .parts.p01 .tx {
  position: absolute;
  top: 19.3rem;
  right: 12.3rem;
}
#recruit .sec03 .link {
  margin: 1.5rem auto 0;
  width: 32rem;
}
#recruit .sec03 .link a {
  padding-left: 2rem;
  letter-spacing: 0;
}


#recruit .sec04 {
  background-color: #fff;
  padding-bottom: 1rem;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#recruit .sec04::before,
#recruit .sec04::after {
  content: '';
  position: absolute;
  top: 0;
}
#recruit .sec04::before {
  left: 0;
  width: 93.75%;
  height: 426px;
  z-index: 15;
  background: linear-gradient(254deg, #AADFEF -15.05%, #003F7E 98.9%);
}
#recruit .sec04::after {
  right: 0;
  width: 6.25%;
  height: 426px;
  background-color: var(--bg05);
}
#recruit .sec04 .ttl_bx {
  position: relative;
  z-index: 20;
  margin: -0.2rem auto 5.2rem;
  padding-top: 16rem;
  width: 85%;
  max-width: 1500px;
  color: #fff;
  align-items: end;
  justify-content: left;
}
#recruit .sec04 .shiro {
  position: absolute;
  top: 7.9rem;
  left: -4.9rem;
}
#recruit .sec04 h2 .ttl_en {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#recruit .sec04 h2 .ttl_jp {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
}
#recruit .sec04 .txt {
  margin-left: 5rem;
  font-size: 1.8rem;
  line-height: 1.88;
  letter-spacing: 0;
}
#recruit .sec04 .link {
  margin: 0 5rem 0 auto;
}
#recruit .sec04 .link a {
  padding-left: 2rem;
  color: #fff;
  border-bottom-color: #fff;
}
#recruit .sec04 .link a .bg {
  background-color: rgba(255,255,255,.3);
}
#recruit .sec04 .link a::after {
  background-image: url(../../images/src/common/arrow_right_white.svg);
}

#recruit .sec04_sub {
  position: relative;
  z-index: 30;
  margin-top: 10.4rem;
  width: 100%;
}

#recruit .sec04 .works_scroll {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  margin-top: -10.4rem;
  padding-left: 20rem;
}
#recruit .sec04 .parts {
  position: relative;
  flex-shrink: 0; 
  width: 46.4rem;  
  margin-right: 0.8rem;
}
#recruit .sec04 .parts a {
  position: relative;
  display: flex;
  overflow: hidden;
}
#recruit .sec04 .parts img {
  width: 100%;
  height: auto;
  display: block;
}
#recruit .sec04 .parts a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52.5%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 63, 126, 0.00) 0%, rgba(0, 63, 126, 0.62) 61.06%);
  transition: transform .2s linear;
}
#recruit .sec04 .parts .txt_bx {
  display: flex;
  flex-direction: column;
  height: 19.2rem;
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  color: #fff;
  z-index: 10;
}
#recruit .sec04 .parts .txt_bx .en {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#recruit .sec04 .parts .txt_bx .ttl {
  margin: 1.8rem 0;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.36;
}
#recruit .sec04 .parts .txt_bx .txt {
  margin: auto 0 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.66;
}


#recruit .sec05 {
  margin-top: -0.2rem;
  padding: 16.5rem 0 17.1rem;
  background-color: #fff;
}
#recruit .sec05 .inner_wrap {
  width: 100%;
  align-items: end;
}
#recruit .sec05 .img,
#recruit .sec05 .right_col {
  width: 50%;
}
#recruit .sec05 .img img {
  width: 100%;
}
#recruit .sec05 .right_col {
  position: relative;
  padding-left: 10.1rem;
}
#recruit .sec05 .right_col h2 {
  margin-bottom: 7rem;
}
#recruit .sec05 .right_col h2 .ttl_en {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#recruit .sec05 .right_col h2 .ttl_jp {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
#recruit .sec05 .right_col ul {
  width: 65.7rem;
}
#recruit .sec05 .siro {
  position: absolute;
  top: -7.5rem;
  right: 5rem;
  z-index: -1;
}
#recruit .sec05 .right_col ul a {
  position: relative;
  padding: 2rem 2rem 1.1rem;
  border-top: 0.1rem solid var(--border);
  justify-content: left;
  align-items: center;
  gap: 0 3.6rem;
}
#recruit .sec05 .right_col ul a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);  
  width: 1.8rem;
  height: 1.5rem;
  background: url(../../images/src/common/arrow_right_blue.svg) no-repeat right center / 100%;
}
#recruit .sec05 .right_col ul li:last-of-type a {
  border-bottom: 0.1rem solid var(--border);
}
#recruit .sec05 .right_col ul a .photo {
  width: 14.6rem;
}
#recruit .sec05 .right_col ul a .ttl_bx {
}
#recruit .sec05 .right_col ul a .ttl_bx .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
#recruit .sec05 .right_col ul a .ttl_bx .en {
  display: block;
  color: var(--sub);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#recruit .sec05 .right_col .link {
  margin-top: 5.5rem;
  margin-bottom: 0;
}
#recruit .sec05 .right_col .link a {
  padding-left: 2rem;
}

/*--------------------------------
採用下層
--------------------------------*/


#recruit #lower_mv {
  position: relative;
}
#recruit #lower_mv h1 {
  position: absolute;
  left: 21rem;
  bottom: 10.3rem;
  color: var(--white);
  letter-spacing: 0;
}
#recruit #lower_mv h1 .ttl_en {
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#recruit #lower_mv h1 .ttl_jp {
  font-size: 6.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
#recruit .lower_sec .siro {
  white-space: nowrap;
  /*color: #F4F7FB;*/
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #003F7E, -1px 1px 0 #003F7E, 1px -1px 0 #003F7E, -1px -1px 0 #003F7E, 1px 0px 0 #003F7E, -1px 0px 0 #003F7E, 0px 1px 0 #003F7E, 0px -1px 0 #003F7E;
  font-family: Akshar;
  font-size: 19rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  opacity: 0.22;
}
#recruit .lower_sec h2 {
  position: relative;
  text-align: center;
}
#recruit .lower_sec h2 .ttl_en {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#recruit .lower_sec h2 .ttl_jp {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

/*会社を知る*/
#rec_data,
#rec_work,
#rec_working {
  margin-top: 8.6rem;
}
#recruit .data_sec01 {
  position: relative;
  padding-bottom: 18.4rem;
  overflow: hidden;
}
#recruit .data_sec01::before,
#recruit .data_sec01::after {
  content: '';
  position: absolute;
}
#recruit .data_sec01::before {
  left: 50%;
  transform: translateX(-400%);
  bottom: 0;
  width: 24rem;
  height: 29rem;
  background: url(../../images/src/data/sec01_img02.webp) no-repeat left bottom / cover;
}
#recruit .data_sec01::after {
  right: 50%;
  transform: translateX(86rem);
  top: 0;
  width: 84.4rem;
  height: 560px;
  background: url(../../images/src/data/sec01_img01.webp) no-repeat left bottom / cover;
}
#recruit .data_sec01 .ttl_bx {
  position: relative;
  margin: 2.8rem 0 2rem -3.6rem;
  z-index: 1;
}
#recruit .data_sec01 .ttl_bx .ttl_en {
  position: absolute;
  top: 50%;
  left: 3.6rem;
  transform: translateY(-50%);
  margin-bottom: 0;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
#recruit .data_sec01 h2 {
  margin-bottom: 2.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
  line-height: 5.4rem;
  letter-spacing: 0;
}
#recruit .data_sec01 h2::after {
  display: none;
}
#recruit .data_sec01 h2 .ttl_jp {
  color:var(--sub);
  font-size: 4.8rem;
  font-weight: 700;
}
#recruit .data_sec01 .txt {
  line-height: 2.25;
  letter-spacing: 0;
}
#recruit .anchor_link {
  margin: 2.6rem 0 8.5rem;
  justify-content: center;
  gap: 0 5rem;
}
#recruit #rec_data .anchor_link {
  margin: 0 0 6.2rem;
}
#recruit .anchor_link li a {
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#recruit .anchor_link li a::after {
  width: 1.3rem;
  height: 1.6rem;
  background-image: url(../../images/src/common/arrow_bottom_blue.svg);
}
#rec_data .data_sec02 {
  padding: 7.5rem 0 14rem;
  background-color: var(--bg05);
}
#rec_data h2,
#rec_working h2 {
  position: relative;
  margin-bottom: 6.5rem;
}
#rec_data h2::after,
#rec_working h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  margin: auto;
  width: 7.8rem;
  height: 0.3rem;
  background-color: var(--sub);
}
#rec_data .data_sec02 h2 .ttl_en,
#rec_data .data_sec03 h2 .ttl_en,
#rec_working .working_sec02 h2 .ttl_en {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.64;
}
#rec_data .data_sec02 h2 .ttl_jp,
#rec_data .data_sec03 h2 .ttl_jp,
#rec_working .working_sec02 h2 .ttl_jp  {
  margin-top: -1.5rem;
  font-size: 3.6rem;
  font-weight: 700;
}
#rec_data .kome {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
#rec_data .grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8rem 3.9rem;
}
#rec_data .parts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4.2rem 2rem 3.4rem;
  background-color: var(--white);
  box-shadow: 0 0 26px rgba(0, 83, 167, 0.20);
}
#rec_data .parts .ttl {
  /*argin-bottom: 1.4rem;*/
  height: 6.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
}
#rec_data .parts .ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
}
#rec_data .parts .img {
  height: 9.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rec_data .parts .tx {
  margin-top: auto;
  color: var(--sub);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
#rec_data .parts .tx .num {
  font-size: 8.6rem;
  font-weight: 400;
}
#rec_data .parts .tx .yen {
  color: var(--txt02);
  font-size: 2.6rem;
  font-weight: 700;
}
#rec_data .data_sec02 .parts.p03 .img {
  margin-left: -2rem;
}
#rec_data .data_sec02 .parts.p03 .tx .num {
  font-size: 6.8rem;
}
#rec_data .data_sec02 .parts.p06 {
  margin-top: 4.2rem;
  padding-right: 10rem;
  padding-left: 12rem;
  padding-bottom: 5rem;
}
#rec_data .data_sec02 .parts.p06 .img {
  height: auto;
}
#rec_data .data_sec02 .parts.p06 .ttl {
  margin-bottom: 1rem;
}
#rec_data .data_sec02 .parts:nth-child(1) .ttl {
  margin-bottom: 2.3rem;
}
#rec_data .data_sec02 .parts:nth-child(2) {
  flex-direction: row; 
  flex-wrap: wrap;
  grid-row: span 1;
  grid-column: span 2;
  justify-content: center;
  align-items: baseline;
}
#rec_data .data_sec02 .parts.p02 {
  padding-top: 5rem;
  padding-left: 3rem;
}
#rec_data .data_sec02 .parts.p02 .block {
  margin-top: -2rem;
}
#rec_data .data_sec02 .grid02 .parts:nth-child(2) {
  padding-bottom: 2rem;
  position: relative;
  flex-direction: row; 
  flex-wrap: wrap;
  grid-row: inherit;
  grid-column: inherit;
  justify-content: center;
  align-items: baseline;
}
#rec_data .data_sec02 .parts:nth-child(2) .block {
  align-items: center;
  justify-content: center;
  gap: 0 5rem;
}
#rec_data .data_sec02 .parts:nth-child(2) .block .right {
  width: 30rem;
}
#rec_data .data_sec02 .parts:nth-child(2) .block .right .flex {
  align-items: center;
  padding-right: 3.5rem;
  padding-top: 1.5rem;
}
#rec_data .data_sec02 .parts:nth-child(2) .block .right .flex:first-of-type {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid var(--line);
}

#rec_data .data_sec02 .parts:nth-child(2) .ttl {
  margin: 0;
  width: 100%;
}
#rec_data .data_sec02 .parts:nth-child(2) .img {
  gap: 0 1.8rem;
}
#rec_data .data_sec02 .parts:nth-child(2) .right .ttl02 {
  position: relative;
  padding-left: 7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
#rec_data .data_sec02 .parts:nth-child(2) .right .ttl02::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2.8rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 5.9rem;
  background: url(../../images/src/data/data02_01.svg) no-repeat left top / 100%;
}
#rec_data .data_sec02 .parts:nth-child(2) .right .flex:last-of-type .ttl02::before {
  width: 2.7rem;
  height: 6.1rem;
  background: url(../../images/src/data/data02_02.svg) no-repeat left top / 100%;
}
#rec_data .data_sec02 .grid02 .parts:nth-child(2) .tx {
  position: absolute;
  top: 18.7rem;
  right: 9rem;
}
#rec_data .data_sec02 .parts:nth-child(2) .right .tx .num {
  font-size: 6.8rem;
}

#rec_data .data_sec02 .grid02 .parts:nth-child(2) .img {
  margin-top: 2.5rem;
  width: 100%;
  height: 14.7rem;
}
#rec_data .data_sec02 .grid02 .parts:nth-child(2) .img img {
  position: absolute;
  left: 6.8rem;
  width: 14.7rem;
}
#rec_data .data_sec02 .grid02 .parts:nth-child(2) .en {
  font-size: 4.5rem;
  font-weight: 500;
}
#rec_data .data_sec02 .grid02 .parts:nth-child(2) .kome {
  margin-left: auto;
  text-indent: -1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.62;
}
#rec_data .data_sec02 .grid02 .parts.p07 .ttl {
  margin-bottom: 1rem;
}
#rec_data .data_sec02 .grid02 .parts.p08 .ttl,
#rec_data .data_sec02 .grid02 .parts.p09 .ttl {
  font-size: 2rem;
}
#rec_data .data_sec03 {
  padding: 7rem 0 15rem;
}
#rec_data .data_sec03 .parts {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: var(--bg05);
}
#rec_data .data_sec03 .parts.p13 .tx,
#rec_data .data_sec03 .parts.p14 .tx,
#rec_data .data_sec03 .parts.p15 .tx {
  margin-top: 0;
}
#rec_data .data_sec03 .parts .ttl {
  margin-bottom: 4rem;
  height: auto;
}
#rec_data .data_sec03 .parts.p14 .ttl {
  margin-bottom: 2rem;
}
#rec_data .data_sec03 .parts .img {
  margin-bottom: 5rem;
  height: 7.1rem;
}
#rec_data .data_sec03 .parts.p14 .img {
  margin-bottom: 2.5rem;
}


#rec_data .parts.p01 .img img { width: 9.7rem; }
#rec_data .parts.p02 .img img { width: 9.7rem; }
#rec_data .parts.p03 .img img { width: 7.9rem; }
#rec_data .parts.p04 .img img { width: 19.1rem; }
#rec_data .parts.p05 .img img { width: 8.3rem; }
#rec_data .parts.p07 .img img { width: 14.4rem; }
#rec_data .parts.p09 .img img { width: 16.8rem; }
#rec_data .parts.p10 .img img { width: 6.3rem; }
#rec_data .parts.p11 .img img { width: 6.3rem; }
#rec_data .parts.p12 .img img { width: 7.1rem; }
#rec_data .parts.p13 .img img { width: 11.6rem; }
#rec_data .parts.p14 .img img { width: 4.7rem; }
#rec_data .parts.p15 .img img { width: 8.7rem; }

#recruit .bnr_area {
  margin: 0 auto;
  width: 98%;
  max-width: 1800px;
  justify-content: center;
  gap: 0 4rem;
}
#recruit .bnr_area .bx {
  flex: 1;
}
#recruit .bnr_area .bx a {
  position: relative;
  display: flex;
  overflow: hidden;
}
#recruit .bnr_area .bx a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52.5%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 63, 126, 0.00) 0%, rgba(0, 63, 126, 0.62) 61.06%);
  transition: transform .2s linear;
}
#recruit .bnr_area .bx .txt_bx {
  display: flex;
  flex-direction: column;
  height: 10.6rem;
  position: absolute;
  left: 4rem;
  bottom: 1rem;
  color: #fff;
  z-index: 10;
}
#recruit .bnr_area .bx .txt_bx .en {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#recruit .bnr_area .bx .txt_bx .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
}


/*仕事を知る*/
#rec_work .data_sec01 {
  margin-bottom: 3.5rem;
}
#rec_work .data_sec01::before {
  background-image: url(../../images/src/work/sec01_img02.webp);
}
#rec_work .data_sec01::after {
  background-image: url(../../images/src/work/sec01_img01.webp);
}
#rec_work .data_sec01 .txt {
  width: 55.2rem;
}
#rec_work .data_sec01 .txt span {
  letter-spacing: -0.04em;
}
#rec_work .movie_area {
  position: relative;
}
#rec_work .movie_area button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  width: 16rem;
  height: 16rem;
  text-align: center;
  cursor: pointer;
}
  /* 中央の円 */
  .movie_area button::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
    transition: transform .8s cubic-bezier(.19,1,.22,1),
                opacity   .8s cubic-bezier(.19,1,.22,1);
  }
#rec_work .movie_area span {
  position: relative;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#rec_work .movie_area .arrow img {
  margin: 0 auto;
  text-align: center;
}

.movie_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 9999;
}

.movie_modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74%;
}

.movie_modal_inner iframe {
  width: 100%;
  aspect-ratio: 16 / 9; 
  height: auto;
}

.movie_close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 24px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}


#rec_work .work_sec02 {
  padding: 7.4rem 0 14.6rem;
  background-color: var(--bg05);
}
#rec_work .work_sec02 h2,
#rec_work .work_sec03 h2 {
  margin: -11.5rem 0 7.3rem;
}
#rec_work .work_sec02 .wk_box {
  margin-bottom: 6.3rem;
  padding-bottom: 7.6rem;
  border-bottom: 0.1rem solid #C7C7C7;
}
#rec_work .work_sec02 .wk_box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
#rec_work .work_sec02 .wk_box .img {
  /*width: 60.4rem;*/
  width: 46.46%;
}
#rec_work .work_sec02 .wk_box .right_col {
  display: flex;
  flex-direction: column;
  width: 46.6%;
}
#rec_work .work_sec02 .wk_box .right_col .ttl {
  margin: -1rem 0 1.5rem;
  color: var(--sub);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
}
#rec_work .work_sec02 .wk_box .right_col .txt {
  letter-spacing: 0;
}
#rec_work .work_sec02 .wk_box .right_col ul {
  position: relative;
  margin-top: auto;
  padding: 3.3rem 3rem;
  background-color: var(--white);
  box-shadow: 0 0 26px 0 rgba(0, 83, 167, 0.20);
}
#rec_work .work_sec02 .wk_box .right_col ul li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
#rec_work .work_sec02 .wk_box .right_col ul li::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.3rem;
  background: url(../../images/src/work/check.svg) no-repeat left center / 100%;
}

#rec_work .work_sec02 .wk_box .right_col .list_flex {
  margin-top: auto;
  gap: 1.4rem;
}
#rec_work .work_sec02 .wk_box .right_col .list_flex ul {
  flex: 1;
}
#rec_work .work_sec02 .wk_box .right_col .list_flex ul::before {
  content: attr(data-title);
  padding-bottom: 0.5rem;
  color: var(--sub);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
#rec_work .work_sec02 .wk_box.work02 .right_col ul,
#rec_work .work_sec02 .wk_box.work03 .right_col ul,
#rec_work .work_sec02 .wk_box.work04 .right_col ul,
#rec_work .work_sec02 .wk_box.work05 .right_col ul {
  padding: 1.8rem 3rem;
}
#rec_work .work_sec02 .wk_box.work02 .right_col ul li {
  margin-top: 0.4rem;
}
#rec_work .work_sec02 .wk_box .right_col .list_flex ul + ul {
  margin-top: 0;
}
#rec_work .work_sec03 {
  padding: 7.4rem 0 12.9rem;
}
#rec_work .work_sec03 .tab_menu {
  margin-bottom: 8rem;
  justify-content: left;
  gap: 2.5rem 3rem;
  padding: 0;
  cursor: pointer;
}
#rec_work .work_sec03 .tab_menu li {
  padding: 15px 0;
  /*width: 38rem;*/
  width: 31.65%;
  border: 0.1rem solid var(--sub);
  color: var(--sub);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transition: .7s;
}
#rec_work .work_sec03 .tab_menu li.current {
  color: var(--white);
  background-color: var(--sub);
}
#rec_work .work_sec03 .tab_content {
  display: none;
}
#rec_work .work_sec03 .tab_content.current {
  display: block; 
}
#rec_work .work_sec03 .tab_content h3 {
  margin-bottom: 8.3rem;
  position: relative;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
#rec_work .work_sec03 .tab_content h3::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  margin: auto;
  width: 7.8rem;
  height: 0.3rem;
  background-color: var(--sub);
}

#rec_work .work_sec03 .tab_content .timeline {
  position: relative;
}
#rec_work .work_sec03 .tab_content .timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.7%;
  width: 0.6rem;
  height: 100%;
  background-color: var(--line);
}
#rec_work .work_sec03 .tab_content .timeline .timebx {
  position: relative;
  display: flex;
  margin-bottom: 4.3rem;
  gap: 0 2.7rem;
}
#rec_work .work_sec03 .tab_content .timeline .timebx:last-of-type {
  background-color: var(--white);
}

#rec_work .work_sec03 .tab_content .timeline .timebx .txtbx {
  padding-top: 0.8rem;
}
#rec_work .work_sec03 .tab_content .timeline .timebx .txtbx .ttl {
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  gap: 0 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
#rec_work .work_sec03 .tab_content .timeline .timebx .txtbx span {
  display: block;
  width: 7.5rem;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(44deg, #004589 6.21%, #3E88D3 91.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#rec_work .work_sec03 .tab_content .timeline .timebx .txtbx .txt {
  margin-top: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
#rec_work .work_sec03 .tab_content .timeline .timebx .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.5rem;
}

#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t0930,
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1100,
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1250,
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1510,
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1250,
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1400,
#rec_work .work_sec03 #tab_04.tab_content .timeline .timebx.t1510,
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1000,
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1500,
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1600 {
  margin-bottom: 3.5rem;
}
#rec_work .work_sec03 #tab_04.tab_content .timeline .timebx.t1500 {
  margin-bottom: 3.3rem;
}
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t0930 .txt,
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1100 .txt,
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1250 .txt,
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1510 .txt,
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1250 .txt,
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1400 .txt,
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1730 .txt,
#rec_work .work_sec03 #tab_04.tab_content .timeline .timebx.t1510 .txt,
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1000 .txt,
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1500 .txt,
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1600 .txt {
  margin-top: 0.5rem;
  line-height: 2.12;
}
#rec_work .work_sec03 #tab_01.tab_content .timeline .timebx.t0900 .img {
  top: 0;
}

#rec_work .work_sec03 #tab_01.tab_content .timeline .timebx.t1200 .img {
  top: -12rem;
  right: 0;
}
#rec_work .work_sec03 #tab_01.tab_content .timeline .timebx.t1400 .img {
  top: 0;
}

#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t0930 .img {
  top: -5.4rem;
}
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1100 .img {
  top: 4rem;
}
#rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1330 .img {
  top: -1.8rem;
}
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t0930 .img {
  top: -4.1rem;
}
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1100 .img {
  top: 0;
  right: 0;
}
#rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1400 .img {
  top: -3rem;
}
#rec_work .work_sec03 #tab_04.tab_content .timeline .timebx.t0930 .img {
  top: -4.1rem;
}
#rec_work .work_sec03 #tab_04.tab_content .timeline .timebx.t1100 .img {
  top: 0;
  right: 0;
}
#rec_work .work_sec03 #tab_04.tab_content .timeline .timebx.t1400 .img {
  top: 0;
}
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t0900 .img {
  top: 0;
}
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1100 .img {
  top: 0;
}
#rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1310 .img {
  top: 0;
  right: 0;
}



/*働き方を知る*/

#rec_working .data_sec01 h2 {
  margin-bottom: 1.8rem;
}
#rec_working .txt {
  letter-spacing: 0;
}
#rec_working .data_sec01 h2 .ttl_jp {
  display: inline;
}
#rec_working .data_sec01 {
  margin-bottom: 3.2rem;
}
#rec_working .data_sec01::before {
  background-image: url(../../images/src/working/sec01_img02.webp);
}
#rec_working .data_sec01::after {
  background-image: url(../../images/src/working/sec01_img01.webp);
}
#rec_working .data_sec01 .txt {
  width: 52.7rem;
}
#rec_working .working_sec02 {
  padding: 6.6rem 0 12rem;
  background-color: var(--bg05);
}
#rec_working .working_sec02 .txt.tac {
  line-height: 1.87;
}
#rec_working .working_sec02 .grid {
  margin-top: 5.5rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3.2rem 3.1rem; 
}
#rec_working .working_sec02 .grid .parts {
  padding: 4rem 3rem 2.7rem;
  min-height: 35.2rem;
  grid-column: span 3;
  background-color: var(--white);
  box-shadow: 0 0 26px rgba(0, 83, 167, 0.20);
}
#rec_working .working_sec02 .grid .parts.p09,
#rec_working .working_sec02 .grid .parts.p10,
#rec_working .working_sec02 .grid .parts.p11,
#rec_working .working_sec02 .grid .parts.p12 {
  height: 37.8rem;
}
#rec_working .working_sec02 .grid .parts .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
  height: 7.4rem;
}
#rec_working .working_sec02 .grid .parts.p02 .ico img { margin-top: -1rem; }
#rec_working .working_sec02 .grid .parts.p04 .ico img { margin: -1.2rem 0 0 1.4rem; }
#rec_working .working_sec02 .grid .parts.p06 .ico img { margin: -1.2rem 0 0 1.4rem; }
#rec_working .working_sec02 .grid .parts.p07 .ico img { margin: -1.2rem 0 0 0; }
#rec_working .working_sec02 .grid .parts.p14 .ico img { margin: -2rem 0 0 0; }
#rec_working .working_sec02 .grid .parts.p17 .ico img { margin: 0 0 0 1rem; }
#rec_working .working_sec02 .grid .parts.p18 .ico img { margin: 1.1rem 0 0 1.5rem; }
#rec_working .working_sec02 .grid .parts.p19 .ico img { margin: 1.2rem 0 0 0; }

#rec_working .working_sec02 .grid .parts .ttl {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
#rec_working .working_sec02 .grid .parts .txt {
  line-height: 1.87;
  letter-spacing: 0;
}
#rec_working .working_sec02 .grid .parts .kome {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}
#rec_working .working_sec02 .grid .parts .check {
  position: relative;
  margin-top: 1.3rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
#rec_working .working_sec02 .grid .parts .check::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.3rem;
  background: url(../../images/src/work/check.svg) no-repeat left top / 100%;
}
#rec_working .working_sec03 {
  background-color: var(--white);
}
#rec_working .working_sec03 .grid {
  display: flex;
}
#rec_working .working_sec03 .grid .parts {
  flex: 1;
  background-color: var(--bg05);
}
#rec_working .working_sec03 .grid .parts .ico {
  margin-bottom: 2rem;
  height: 8.2rem;
}
#rec_working .working_sec02 .grid .parts.p01 .ico img { width: 6.7rem; }
#rec_working .working_sec02 .grid .parts.p02 .ico img { width: 5.4rem; }
#rec_working .working_sec02 .grid .parts.p03 .ico img { width: 4.9rem; }
#rec_working .working_sec02 .grid .parts.p04 .ico img { width: 3.8rem; }
#rec_working .working_sec02 .grid .parts.p05 .ico img { width: 7.6rem; }
#rec_working .working_sec02 .grid .parts.p06 .ico img { width: 6.6rem; }
#rec_working .working_sec02 .grid .parts.p07 .ico img { width: 6.3rem; }
#rec_working .working_sec02 .grid .parts.p08 .ico img { width: 3.8rem; }
#rec_working .working_sec02 .grid .parts.p09 .ico img { width: 5.4rem; }
#rec_working .working_sec02 .grid .parts.p10 .ico img { width: 4.3rem; }
#rec_working .working_sec02 .grid .parts.p11 .ico img { width: 6rem; }
#rec_working .working_sec02 .grid .parts.p12 .ico img { width: 5.4rem; }
#rec_working .working_sec02 .grid .parts.p13 .ico img { width: 5.4rem; }
#rec_working .working_sec02 .grid .parts.p14 .ico img { width: 7.6rem; }
#rec_working .working_sec02 .grid .parts.p15 .ico img { width: 3.7rem; }
#rec_working .working_sec02 .grid .parts.p16 .ico img { width: 4.9rem; }
#rec_working .working_sec02 .grid .parts.p17 .ico img { width: 7.4rem; }
#rec_working .working_sec02 .grid .parts.p18 .ico img { width: 5.8rem; }
#rec_working .working_sec02 .grid .parts.p19 .ico img { width: 7.8rem; }
#rec_working .working_sec02 .grid .parts.p20 .ico img { width: 8.1rem; }


#rec_working .working_sec03 .grid .parts .ttl {
  margin-bottom: 0.8rem;
}
#rec_working .working_sec04 h2 {
  margin-bottom: 6rem;
}
#rec_working .working_sec04 .grid {
  margin-top: 5.8rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3.2rem; 
}
#rec_working .working_sec04 .grid .parts {
  grid-column: span 2;
}
#rec_working .working_sec04 .grid .parts.p19,
#rec_working .working_sec04 .grid .parts.p20 {
  grid-column: span 3;
}
#rec_working .working_sec02 .grid .parts.p19 .ico {
  margin-bottom: 3.6rem;
}
#rec_working .working_sec02 .grid .parts.p19 .ttl {
  margin-bottom: 1rem;
}
#rec_working .working_sec05 {
  padding: 8.5rem 0 18.7rem;
}
#rec_working .working_sec05 h2 {
  margin: -11.9rem 0 2.5rem;
}
#rec_working .working_sec05 h2::after {
  display: none;
}
#rec_working .working_sec05 .flow {
  margin-top: 4.6rem;
}
#rec_working .working_sec05 .parts {
  position: relative;
  justify-content: left;
  gap: 0 3rem;
}
#rec_working .working_sec05 .parts + .parts {
  margin-top: 4.2rem;
}
#rec_working .working_sec05 .parts .year {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  width: 14.8%;
  height: 7.4rem;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
#rec_working .working_sec05 .parts .txtbx {
  width: 81.2%;
}
#rec_working .working_sec05 .parts .txtbx .ttl {
  margin-bottom: 0.9rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
#rec_working .working_sec05 .parts .txtbx .txt {
  line-height: 2.12;
  white-space: nowrap;
}

#rec_working .working_sec05 .parts::after {
  content: '';
  position: absolute;
  left: 6.5%;
  bottom: -3rem;
  width: 2.5rem;
  height: 3.8rem;
  background: no-repeat center bottom / 100%;
}
#rec_working .working_sec05 .parts.y01::after { background-image: url(../../images/src/working/triangle01.svg); }
#rec_working .working_sec05 .parts.y03::after { background-image: url(../../images/src/working/triangle03.svg); }
#rec_working .working_sec05 .parts.y05::after { background-image: url(../../images/src/working/triangle05.svg); }
#rec_working .working_sec05 .parts.y08::after { background-image: url(../../images/src/working/triangle08.svg); }
#rec_working .working_sec05 .parts.y11::after { background-image: url(../../images/src/working/triangle11.svg); }
#rec_working .working_sec05 .parts.y01 .year { background-color: var(--year01); }
#rec_working .working_sec05 .parts.y03 .year { background-color: var(--year03); }
#rec_working .working_sec05 .parts.y05 .year { background-color: var(--year05); }
#rec_working .working_sec05 .parts.y08 .year { background-color: var(--year08); }
#rec_working .working_sec05 .parts.y11 .year { background-color: var(--year11); }
#rec_working .working_sec05 .parts.y01 .ttl { color: var(--year01); }
#rec_working .working_sec05 .parts.y03 .ttl { color: var(--year03); }
#rec_working .working_sec05 .parts.y05 .ttl { color: var(--year05); }
#rec_working .working_sec05 .parts.y08 .ttl { color: var(--year08); }
#rec_working .working_sec05 .parts.y11 .ttl { color: var(--year11); }






/*募集要項*/
#rec_job {
  margin-top: 12.6rem;
}
#rec_job .left_col {
  width: 20%;
}
#rec_job .left_col .acd_container {
  margin-bottom: 5rem;
}
#rec_job .left_col .acd_title {
  position: relative;
  padding: 1.8rem 1.1rem;
  color: var(--accent03);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border: 0.1rem solid var(--accent03);
  cursor: pointer;
}
#rec_job .left_col .acd_title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url(../../images/src/job/plus.svg) no-repeat right center / 100%;
}
#rec_job .left_col .acd_title.open::after {
  background-image: url(../../images/src/job/minus.svg);
}

#rec_job .acd_content {
  display: none;
  margin-top: 2rem;
}
#rec_job .acd_content li {
  position: relative;
  border-top: 0.1rem solid #C7C7C7;
}
#rec_job .acd_content li a {
  position: relative;
  display: inline-block;
  padding: 2.1rem 0 2.1rem 3rem;
  width: auto;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
#rec_job .acd_content li:last-of-type {
  border-bottom: 0.1rem solid #C7C7C7;
}
#rec_job .acd_content li::before,
#rec_job .acd_content li::after {
  content:'';
  position: absolute;
  left: 0;
}
#rec_job .acd_content li::before {
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--bg05);
  transition: width .4s ease;
  z-index: -1;
}
#rec_job .acd_content li::after {
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.3rem;
  transition: width .4s ease;
  background: url(../../images/src/common/arrow_right_gold.svg) no-repeat left center / 100%;
}

#rec_job .right_col {
  width: 74%;
}
#rec_job .right_col .parts a {
  position: relative;
  padding: 4rem 0;
  width: 100%;
  border-top: 0.1rem solid #c7c7c7;
}
#rec_job .right_col .parts a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--bg05);
  transition: width .4s ease;
  z-index: -1;
}
#rec_job .right_col .parts:has(+ .wp-pagenavi) a {
  border-bottom: 0.1rem solid #c7c7c7;
}
#rec_job .right_col .parts a .img {
  /*width: 27.6rem;*/
  width: 31.08%;
}
#rec_job .right_col .parts a .textarea {
  /*width: 57rem;*/
  width: 64.19%;
}
#rec_job .right_col .parts a .textarea .cate {
  display: flex !important;
  margin-bottom: 1.5rem;
  gap: 0 1rem;
  flex-wrap: wrap;
}
#rec_job .right_col .parts a .cate li,
#rec_job .detail .cate li {
  padding: 0 1.6rem;
  margin-bottom: 0.5rem;
  border: 0.1rem solid var(--accent03);
  color: var(--accent03);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
#rec_job .right_col .parts a .ttl {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 4.1rem;
  width: 90%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#rec_job .right_col .parts a .ttl::before,
#rec_job .detail h2::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  background: url(../../images/src/job/ico_ttl.svg) no-repeat left top / 100%;
}
#rec_job .right_col .parts a .add {
  align-items: end;
}
#rec_job .right_col .parts a .add dl dt {
  position: relative;
  padding-left: 2.3rem;
  color: var(--sub);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
#rec_job .right_col .parts a .add dl dt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 2rem;
  background: url(../../images/src/job/ico_address.svg) no-repeat left center / 100%;
}
#rec_job .right_col .parts a .add dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0;
}
#rec_job .right_col .parts a .link {
  position: relative;
  margin-bottom: 0;
  width: 14.4rem;
  color: var(--sub);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4;
}
#rec_job .right_col .parts a .link::before,
#rec_job .right_col .parts a .link::after {
  content: '';
  position: absolute;
}
#rec_job .right_col .parts a .link::before {
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.2rem;
  background-color: var(--sub);
}
#rec_job .right_col .parts a .link::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.3rem;
  background: url(../../images/src/common/arrow_right_blue.svg) no-repeat right center / 100%;
}

/* 募集要項　詳細 */
#rec_job .detail {
  margin-bottom: 10rem;
}
#rec_job .detail .cate {
  margin-bottom: 2rem;
  display: flex;
  justify-content: left;
  gap: 0 1rem;
  flex-wrap: wrap;
}
#rec_job .detail h2 {
  position: relative;
  margin-bottom: 4.3rem;
  padding-left: 4.7rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.49;
  text-align: left;
}
#rec_job .detail .eyecatch {
  margin-bottom: 5rem;
}
#rec_job .detail .block dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 2rem 0;
  border-top: 0.1rem solid #c7c7c7;
}
#rec_job .detail .block dl:last-of-type {
  border-bottom: 0.1rem solid #c7c7c7;
}
#rec_job .detail .block dl dt {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  width: 18.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
}
#rec_job .detail .block dl dd {
  padding: 1.6rem 5rem 1.4rem;
  width: 69.5rem;
  border-left: 0.1rem solid #c7c7c7;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
#rec_job .detail .block dl dd a {
  color: var(--sub);
  text-decoration: underline;
}
#rec_job .detail .block dl dd a::after {
  display: none;
}
#rec_job .detail .block dl dd iframe {
  margin-top: 2.2rem;
}





/* 採用エントリーフォーム */
#rec_entry .entry_sec01 {
  margin-top: 12.6rem;
}
#rec_entry .entry_sec01 h2 {
  margin: -10.5rem 0 4.2rem;
}
#rec_entry .entry_sec01 .txt {
  margin-bottom: 8.1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.12;
  text-align: center;
}
#rec_entry .entry_sec01 .txt a {
  padding: 0;
  color: var(--sub);
  font-weight: 500;
  text-decoration: underline;
}
#rec_entry .entry_sec01 .txt0 a[target="_blank"]::after {
  display: none;
}
#rec_entry .check .txt a[target="_blank"] {
  padding-right: 2rem;
}
#rec_entry .check .txt a[target="_blank"]::after { 
  right: 0.5rem;
}
#rec_entry .entry_sec01 .kome {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
#rec_entry .entry_sec01 .hissu {
  padding: 0 0.3rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 0.3rem;
  background-color: #CD0003;
}
#rec_entry .entry_sec01 .kome .hissu {
  padding: 0.3rem;
}
#rec_entry .entry_sec01 table {
  margin: 3rem 0 8rem;
}
#rec_entry .entry_sec01 table,
#rec_entry .entry_sec01 table td {
  border: none;
}
#rec_entry .entry_sec01 table tr {
  border-top: 0.1rem solid var(--bg03);
}
#rec_entry .entry_sec01 table tr:last-of-type {
  border-bottom: 0.1rem solid var(--bg03);
}
#rec_entry .entry_sec01 table th {
  width: 23.83%;
  text-align: left;
  padding-left: 3rem;
}
#rec_entry .entry_sec01 table th p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
#rec_entry table tr td input {
  padding: 1rem 4rem;
  width: 100%;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #F3F3F3;
}

#rec_entry .checkblock {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;

}
#rec_entry .checkblock label {
  padding-left: 4.6rem;
}
#rec_entry .checkblock label::before {
  width: 3.2rem;
  height: 3.2rem;
  border-width: 0.2rem;
}
#rec_entry .checkblock input[type="checkbox"] + label::after {
  left: 0.8rem;
}
#rec_entry .checkblock .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#rec_entry .checkblock label {
  padding-left: 4.8rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
#rec_entry .checkblock .visually-hidden + label::before, 
#rec_entry .checkblock .visually-hidden + label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#rec_entry .checkblock .visually-hidden + label::before {
  left: 0;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
}
#rec_entry .checkblock .visually-hidden + label::after {
  background-color: var(--sub);
  border-radius: 50%;
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  left: 0.7rem;
}
#rec_entry .checkblock input:checked + label::after {
  opacity: 1;
}
#rec_entry .check .txt {
  margin-bottom: 0;
  text-align: left;
}
#rec_entry .input_btn_list {
  align-items: center;
  justify-content: center;
  gap: 3rem;  
}
#rec_entry .input_btn_list .link {
  position: relative;
  width: 32rem;
  border: 0.1rem solid var(--sub);
  background-color: var(--sub);
  z-index: 1;
}
#rec_entry .input_btn_list .ct_back {  
  background-color: #626262;
  border-color: #626262;
}
#rec_entry .input_btn_list .link input {
  display: block;
  padding: 2.2rem 0;
  width: 100%;  
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  cursor: pointer;
}

#rec_entry .input_btn_list .link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.3rem;
  background: url(../../images/src/common/arrow_right_white.svg) no-repeat right center / 100%;
}
#rec_entry .input_btn_list .link.ct_back::after {
  left: 3rem;
  right: auto;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.3rem;
  background: url(../../images/src/common/arrow_left_white.svg) no-repeat left center / 100%;
}

#rec_entry .complete .txt {
  font-size: 2rem;
  line-height: 2;
}
#rec_entry .complete .link a {
  margin: 0 auto;
  padding: 2.4rem 0 2.2rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--sub);
  border: 1px solid var(--sub);
  z-index: 1;
}
#recruit #rec_entry .link a::after {
  background-image: url(../../images/src/common/arrow_right_white.svg);
}
#rec_entry .complete .link a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--white);
  transition: width .4s ease;
  z-index: -1;
}












@media screen and (max-width: 1650px) {
  .service .left_col {
    margin-left: 7rem;
    width: 44%;
  }
  #recruit .sec04 .ttl_bx {
    margin-left: 8rem;
    max-width: initial;
  }
  #recruit .sec04 .link a {
    padding-left: 3rem;
    width: 22rem;
  }
  #recruit .sec03 .number_block .parts.p01 .tx {
    right: min(12.3rem,5.455vw);
  }
}

@media screen and (max-width: 1600px) {
  .recruit h2 {
    margin: 0 auto;
    width: 1448px;
    max-width: 95%;
  }
}
@media screen and (max-width: 1440px) {
  #recruit #footer .inner_1600 {
    width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  #recruit .data_sec01 .inner_1200 {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  #recruit .sec03 .number_block .parts.p01 .img img {
    margin-left: 4rem;
  }
  #recruit .sec03 .number_block .parts.p01 .tx {
    top: 23rem;
    right: 8rem;
  }
  #recruit .data_sec01 .inner_1200 {
    width: 90%;
  }
  #recruit .data_sec01::before {
    display: none;
  }
  #recruit .data_sec01::after {
    width: 102rem;
    background-position: center center;
  }
  #rec_data .data_sec01 .txt {
    width: 54.7rem;
  }
  
}
@media screen and (max-width: 1180px) {
  #header nav ul li a {
    font-size: 1.8rem;
  }
  #header nav .btn a {
    font-size: 1.8rem;
  }
  .message .right_col .link a {
    font-size: 2rem;
  }
  .service .left_col {
    margin-left: 8rem;
    width: 44%;
  }
  .service .left_col .txt {
    font-size: 2rem;
  }
  .parallax_content {
    clip-path: inset(0);
    background: none;
  }
  .parallax_content_tab .parallax_content .img01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-image: url(../../images/src/top/sp/parallax.webp);
  }
  #about .parallax_content_tab .parallax_content .img01 {
    background-image: url(../../images/src/company/sp/palla_img.webp);
  }
  
  #factory .sec01 .img img {
    height: 80.8rem;
  }
  #recruit .data_sec01 .inner_1200 {
    width: 93%;
  }
  
  #rec_data .data_sec01 .txt .pc {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  #recruit .data_sec01::after {
    height: 78rem;
  }
}
@media screen and (max-width: 840px) {
  #business .sec02 #step .step_list ul li .ico { width: 30%; }
  #business .sec02 #step .step_list ul li:nth-of-type(2) .ico,
  #business .sec02 #step .step_list ul li:nth-of-type(3) .ico { width: 23%; }
  
  #recruit .sec03 .number_block .parts.p01 .img img {
    margin-left: 4rem;
    width: 26rem;
  }
  #recruit .sec03 .number_block .parts.p01 .tx {
    top: 28rem;
  }
  #recruit #rec_data .anchor_link { margin-top: 5rem;}
  #rec_data .parts .img img { height: 100%; }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) .img img { width: 20rem; }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) .tx { right: 13rem; }
  
  #rec .data_sec01 .txt {
    width: 56rem;
  }
}

@media screen and (max-width: 828px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
  #mv {
    position: relative;
    width: 100%;
    height: 100vh;
    /* margin-bottom: calc(1088 / 768 * 100vh - 100vh); */
    margin-bottom: calc((870 / var(--base-pc-width) * 100vw));
  }
  #mv .video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 912px;
    opacity: 1;
    
  }
  
  #mv .video_main {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.64, 0, 0.78, 0);
      transform: scale(2.10526);
  }
  #mv .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #mv .video:after {
    content: '';
    display: block;
    padding-top: calc(532 / 912 * 100%);
  }
  #mv:after {
    content: '';
    position: absolute;
    top: calc(1088 / 768 * 100vh);
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 0;
  }
  
  #header {
    padding: 4.831vw 3.865vw;
  }
  #header .logo {
    position: relative;
    width: 49.275vw;
    z-index: 9999;
  }
  
  #recruit #header .logo {
    width: 49.275vw;
  }
  #header nav {
    margin-left: auto;
    align-items: center;
  }
  .site_nav {
    display: none !important;
  }
  .hamburger {
    display: block;
    position: absolute;
    top: 5.314vw;
    right: 3.865vw;
    width: 5.797vw;
    height: 2.899vw;
    z-index: 9999;
  }
  .hamburger.active {
    top: 4.314vw;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 5.797vw;
    height: 0.242vw;
    background-color: var(--white);
    transition: transform 0.3s ease, opacity 0.2s ease;
    transform-origin: center;
  }
  .hamburger span:nth-of-type(1) {
    top: 0%;
  }
  .hamburger span:nth-of-type(2) {
    top: 1.449vw;
  }
  .hamburger span:nth-of-type(3) {
    top: 2.899vw;
  }
  .is-scroll .hamburger.active span {
    background-color: var(--white);
  }
  .hamburger.active span:nth-of-type(1) {
    top: 1.449vw;
    transform: rotate(20deg);
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-of-type(3) {
    top: 1.449vw;
    transform: rotate(-20deg);
  }
  #header .globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 9998;
    background: var(--sub);
    transform: translateY(-100%);
    transition: transform 0.35s ease-out;
    pointer-events: none;
  }
  #header .globalMenuSp.active {
    transform: translateY(0);
    pointer-events: auto;
  }
  #header .globalMenuSp .scroll_area {
    height: 100vh;
    padding: 31.401vw 5.314vw;
    overflow-y: scroll;
  }
  #header .globalMenuSp ul + ul {
    margin-top: 15.459vw;
  }
  #header .globalMenuSp ul li a {
    position: relative;
    color: var(--white) !important;
    font-size: 3.865vw;
    font-weight: 400;
    line-height: 2.87;
  }
  #header .globalMenuSp ul li a::before {
    content: '>';
    margin-right: 3.865vw;
  }
  #header .globalMenuSp ul li.sub {
    margin-left: 6.039vw;
  }
  #header .globalMenuSp ul li.sub a::before {
    content: '-';
  }
  #header .globalMenuSp .hd_lower {
    color: var(--white);
    margin-top: 39.13vw;
  }
  #header .globalMenuSp .hd_lower .logo {
    margin-bottom: 9.662vw;
    width: 81.401vw;
  }
  #header .globalMenuSp .hd_lower .logo img {
    width: 100%;
  }
  #header .globalMenuSp .hd_lower .txt {
    margin-bottom: 19.324vw;
    font-size: 3.382vw;
    font-weight: 400;
    line-height: 2;
  }
  #header .link {
    margin-bottom: 15.459vw;
  }
  #header .link a {
    position: relative;
    padding: 0 0 5.797vw 3.382vw;
    font-size: 3.382vw;
    font-weight: 500;
    border-bottom: 1px solid var(--white);
  }
  #header .link a::after {
    content: '>';
    padding-left: 8.937vw;
  }
  #header .globalMenuSp .hd_lower dl dt,
  #header .globalMenuSp .hd_lower dl dd a {
    color: var(--bg03);
    font-size: 2.899vw;
    font-weight: 400;
    line-height: 2;
  }
  
  #header.is-scroll {
    height: 5.314vw;
  }
  .is-scroll .hamburger {
    top: 3.314vw;
  }
  .is-scroll .hamburger span {
    background-color: var(--txt);
  }

  #footer {
    position: relative;
    z-index: 20;
    padding: 24.396vw 5.314vw;
  }
  #footer .left_col {
    width: 100%;
  }
  
  #footer .left_col .logo {
    width: 79.227vw;
  }
  
  #footer .left_col .txt {
    margin: 9.662vw 0;
    font-size: 3.382vw;
    line-height: 1.71;
  }
  #footer .left_col .link {
    margin-bottom: 15.459vw;
  }
  #footer .left_col dl dt,
  #footer .left_col dl dd {
    font-size: 2.899vw;
  }
  #footer .left_col dl dt {
    margin-bottom: 0.966vw;
  }
  #footer .right_col {
    display: none;
  }
  #footer .pagetop {
    position: absolute;
    right: 0;
    top: -31.126vw;
    bottom: auto;
    z-index: 15;
  }
  #footer .copyright {
    margin-top: 19.324vw;
    font-size: 2.899vw;
    text-align: left;
  }
  
  /*------------
    CTA
  ------------*/
  .cta {
    padding: 14.459vw 5.314vw 15.459vw;
    bottom: 0;
  }
  .cta .ttl_en {
    margin-bottom: 0.9vw;
  }
  .cta .ttl_jp {
    margin-bottom: 4.9vw;
  }
  .cta .flex_not_justify {
    margin-top: 9.662vw;
    gap: 5.797vw 0;
  }
  .cta .parts {
    flex: none;
    width: 100%;
    padding: 9.662vw 5.797vw 9.5vw;
  }
  .cta .parts .ttl_bx {
    margin-bottom: 0;
    width: 100%;
    align-items: center;
  }
  .cta .parts .ttl_bx .ttl_en {
    font-size: 2.415vw;
    letter-spacing: 0.2em;
  }
  .cta .parts .ttl_bx .ttl_jp {
    font-size: 4.831vw;
    letter-spacing: 0.1em;
  }
  .cta .parts .img {
    width: 100%;
  }
  .cta .parts .link {
    margin-top: 4.797vw;
  }
  .cta .parts .link a {
    padding-bottom: 4.8vw;
  }




/*--------------------------------
TOP page
--------------------------------*/
.hero {
  height: 100svh;
}
.hero h1 {
  margin-bottom: 5.797vw;
  font-size: 7.729vw;
  line-height: 1.11;
}
.hero h1 .fs58 {
  font-size: 6.763vw;
}
.hero .ttl_en {
  margin-bottom: 5.797vw;
  font-size: 2.899vw;
  line-height: 1;
}
.hero .txt {
  font-size: 4.831vw;
  line-height: 1.8;
  text-align: center;
}

.message {
  padding: 28.986vw 5.314vw 39.13vw;
}
.message .left_col {
  width: 100%;
}
.message .right_col {
  padding-top: 9.662vw;
  width: 100%;
}
.message .left_col .ttl_en {
  margin-bottom: 5.797vw;
}
.message .left_col h2 {
  font-size: 5.797vw;
  line-height: 1.66;
}
.message .right_col .txt {
  line-height: 2.28;
}
.message .right_col .txt + .txt {
  margin-top: 9.662vw;
}
.message .right_col .kome {
  font-size: 3.14vw;
}
.message .right_col .link {
  margin-top: 19.324vw;
}
.message .right_col .link a {
  font-size: 3.865vw;
}

.service {
  padding: 18.459vw 5.314vw 19.324vw;
}
.service .inner_wrap {
  padding: 0;
  width: 100%;
}
.service .ttl_en {
  margin-bottom: 9.662vw;
  font-size: 15.459vw;

}
.service .left_col {
  margin-left: 0;
  padding-top: 0;
  width: 100%;
  position: static;
}
.service .left_col h3 {
  margin-bottom: 3.865vw;
  font-size: 3.865vw;
  line-height: 1.62;
}
.service .left_col h3::after {
  right: -37.923vw;
  width: 33.816vw;
  height: 0.242vw;
}
.service .left_col h4 {
  margin-bottom: 5.797vw;
  font-size: 5.797vw;
  line-height: 1.66;
}
.service .left_col .txt {
  margin-bottom: 15.459vw;
  font-size: 3.382vw;
  line-height: 2;
}

.service .right_col {
  padding-top: 0;
  width: 100%;
}
.service .parts + .parts {
  margin-top: 0;
}
.service .parts .txt_bx {
  padding: 2.382vw 3.865vw;
}
.service .parts .txt_bx .num {
  font-size: 1.932vw;
  line-height: 1.5;
}
.service .parts .txt_bx .num span {
  font-size: 3.865vw;
}
.service .parts .txt_bx .lower {
  margin-top: auto;
}
.service .parts .txt_bx .ttl {
  margin-bottom: 2.415vw;
  padding: 0.966vw 3.865vw;
  font-size: 5.797vw;
  line-height: 1.66;
  letter-spacing: 0.2em;
}
.service .txt {
  margin: 2.899vw 0 9.662vw;
  font-size: 3.382vw;
  font-weight: 400;
  line-height: 1.71;
}
.service .txt.sp {
  margin: 4.1vw 0 9.662vw 4vw;
}
.service .link a {
  margin: 5vw auto 0;
}


.group {
  padding: 19.324vw 5.314vw 16vw;
}
.group ul {
  margin-top: 10.4vw;
  gap: 3.797vw 0;
}
.group ul li {
  flex: none;
  width: 100%;
}

.number {
  padding: 0 5.314vw;
}
.number .ttl_jp {
  margin-left: 0;
  font-size: 5.797vw;
  letter-spacing: 0.1em;
}
.number h3 {
  margin: 0.966vw 0 9.662vw;
  font-size: 3.865vw;
}
.number .grid {
  grid-template-columns: repeat(2, 1fr);
}
.number .grid > div {
  padding: 5.797vw 2.797vw 5.8vw 4.797vw;
  height: 44.928vw;
}
.number .grid .ttl {
  font-size: 3.382vw;
  line-height: 1.42;
}
.number .grid .ttl .kome {
  margin-top: 0.5vw;
  margin-left: 2.899vw;
  text-indent: -2.899vw;
  font-size: 2.899vw;
  line-height: 1.33;
  white-space: nowrap;
}
.number .grid .ttl .kome .fs10 {
  margin-left: -1em;
  font-size: 2.415vw;
}
.number .grid .num01::before {
  width: 4.831vw;
  height: 4.831vw;
}
.number .grid .num01::after {
  bottom: -5.5vw;
  left: 0;
  width: 4.831vw;
  height: 9.662vw;
  background-image: url(../../images/src/top/number04.svg);
}
.number .grid .num02::before {
  left: -4.831vw;
  width: 9.662vw;
  height: 4.831vw;
}
.number .grid .num03::before {
  top: auto;
  bottom: 0;
  left: 0;
  width: 4.831vw;
  height: 4.831vw;
  background-image: url(../../images/src/top/number07.svg);
}
.number .grid::before {
  width: 4.831vw;
  height: 4.831vw;
}
.number .grid .num02::after {
  left: -4.8vw;
  bottom: -5.5vw;
  width: 9.662vw;
  height: 9.662vw;
  background-image: url(../../images/src/top/number05.svg);
}
.number .grid .num03::after {
  bottom: -4.831vw;
  left: -4.831vw;
  width: 9.662vw;
  height: 9.662vw;
}
.number .grid .num03::after {
  left: auto;
  right: -4.831vw;
}
.number .grid .num04::before {
  top: -4.2vw;
  bottom: auto;
  right: 0;
  left: auto;
  width: 4.831vw;
  height: 9.662vw;
  background-image: url(../../images/src/top/number06.svg);
}
.number .grid .num04::after {
  right: 0;
  bottom: -5vw;
  width: 4.831vw;
  height: 9.662vw;
  background-image: url(../../images/src/top/number09.svg);
}
.number .grid .txt {
  margin: 0 3vw 0 0;
  font-size: 3.865vw;
  line-height: 1.25;
}
.number .grid .txt span {
  font-size: 15.459vw;
}
.number .grid .num03 .txt {
  margin-top: -3vw;
}
.number .grid .num04 .txt {
  margin-top: -8vw;
}
.sdgs {
  padding: 19.7vw 5.314vw 19.324vw;
}
.sdgs .txt {
  margin: 5.797vw 3vw 0;
}



.factory {
  position: relative;
  padding-bottom: 81.159vw;
}
.factory .box .ttl_jp {
  font-size: 5.797vw;
}
.factory .img01 {
  order: 2;
  margin-top: 10.9vw;
  width: 86.957vw;
}
.factory .img02 {
  order: 1;
  margin-left: auto;
  margin-right: 5.314vw;
  width: 33.816vw;
}
.factory .box {
  right: 5.314vw;
  bottom: -61.836vw;
  padding: 8.662vw 0 9.662vw 9.9662vw;
  width: 82.126vw;
  height: 71.498vw;
}
.factory .box .txt {
  padding: 3.865vw 0 7.729vw;
}
.factory .box .link {
}
.factory .box .link a {
  margin-left: auto;
  padding-bottom: 2vw;
  width: 43.478vw;
  font-size: 3.382vw;
}
.ticker-container {
  top: 20rem;
  position: absolute;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-item {
  display: inline-block;
  color: var(--bg02);
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0;
}



.recruit {
  padding: 19.324vw 0;
}
.recruit h2 {
  margin-left: 0;
  font-size: 19.324vw;
}
.recruit .inner_wrap {
  padding: 0 5.314vw;
  width: 100%;
}
.recruit .inner_wrap .inner_1440 {
  position: relative;
  flex-wrap: nowrap;
}
.recruit .inner_wrap .inner_1440 .link_ico {
  top: -12vw;
  left: auto;
  right: 9vw;
  width: 21.256vw;
  height: 21.256vw;
}
.recruit .inner_wrap .inner_1440 .link_ico a {
  font-size: 5.012vw;
}
.recruit .left_col {
  width: 100%;
}
.recruit .ttl_jp {
  display: none;
}
.recruit .ttl {
  margin-bottom: 2.899vw;
  font-size: 5.314vw;
  line-height: 1.81;
  letter-spacing: 0.01em;
}
.recruit ul {
  margin-top: 9.662vw;
  width: 89.855vw;
}
.recruit ul li + li {
  margin-top: 1.932vw;
}
.recruit ul li a {
  display: block;
  padding: 7.763vw 0 7.8vw 5.314vw;
  width: 100%;
  font-size: 3.865vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
  background-color: var(--sub);
}
.recruit ul li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.831vw;
  margin: auto;
  width: 24.155vw;
}

.recruit .img {
  position: absolute;
  width: 56rem;
  right: 0;
}
#recruitImage {
  transition: opacity 0.4s ease;
}

#recruitImage.fade-out {
  opacity: 0;
}


.news {
  margin-bottom: 0;
  padding: 30.324vw 5.314vw 23.8vw;
}
.news .inner_1200 {
  padding-bottom: 0;
}
.news .left_col {
  margin-bottom: 0;
  flex-direction: initial;
  justify-content: space-between;
  width: 100%;
}
.news .left_col .link {
  margin-top: 6vw;
}
.news .left_col .link a {
  padding-bottom: 3vw;
  width: 43.478vw;
}
.news .right_col {
  width: 100%;
}
.news .right_col .link a {
  display: block;
  padding: 5.797vw 0;
  width: 100%;
}
.news .right_col .link a::after {
  display: none;
}
.news .right_col .link .cat_bx {
  margin-bottom: 3.865vw;
  width: 100%;
  justify-content: left;
  align-items: center;
  gap: 0 3.865vw;
}
.news .right_col .link .date {
  display: inline-block;
  font-size: 2.899vw;
}
.news .right_col .link .cate {
  padding: 0.966vw 1.932vw;
  font-size: 2.899vw;
  border-radius: 48.309vw;
}
.news .right_col .link .title {
  width: 100%;
}

/* =====================================================
   下層
===================================================== */
.lower_page #header {
  padding: 4.831vw 3.865vw;
  background: #fff;
}
.lower_page #header nav ul li a {
  color: var(--txt);
}
.lower_page #header .globalMenuSp ul li a::before,
.lower_page.factory_lower #header nav ul li a::before {
  background-color: transparent;
}
#header nav ul li a[target="_blank"]::after {
  display: block;
  width: 3.14vw;
  height: 3.14vw;
}
#header nav ul li a[target="_blank"] {
  padding-right: 4.5vw;
}
.lower_page #header nav .btn a {
  border: 1px solid var(--txt);
  border-radius: 20rem;
}

.lower_page .hamburger span {
  background-color: var(--sub);
}
.lower_page.factory_lower .hamburger span {
  background-color: var(--white);
}
.lower_page.factory_lower .is-scroll .hamburger span {
  background-color: var(--sub);
}
.lower_page .hamburger.active span {
  background-color: var(--white);
}
.lower_page #lower_mv {
  position: relative;
  margin-top: 13.527vw;
}
.lower_page #lower_mv .flex {
  align-items: center;
}
.lower_page #lower_mv .left_col {
  order: 2;
  margin-top: 10.749vw;
  padding-left: 5.314vw;
  width: 100%;
}
.lower_page #lower_mv .img {
  order: 1;
  width: 100%;
}
.lower_page #lower_mv .img img {
  margin-left: auto;
  width: 88.043vw;
  height: 55.918vw;
}
.lower_sec {
  margin-bottom: 9.662vw;
}


/*--------------------------------
会社案内
--------------------------------*/
#about {
  margin-top: 7.246vw;
}
#about #philosophy {
  padding: 16.908vw 5.314vw 21.014vw;
}
#about #philosophy .block {
  margin-top: 2.657vw;
}
#about #philosophy .block dl {
  padding: 10.386vw 0;
  border-top: none;
}
#about #philosophy .block dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
  border-top: 0.121vw solid rgba(255,255,255,.3);
}
#about #philosophy .block dl dt {
  width: 100%;
  flex-direction: column;
  justify-content: left;
  align-items: baseline;
  gap: 2.899vw 0;
}
#about #philosophy .block dl dt .en {
  width: auto;
  font-size: 3.14vw;
  line-height: 1.15;
}
#about #philosophy .block dl dt .ttl {
  font-size: 4.348vw;
  line-height: 1.16;
}
#about #philosophy .block dl dd {
  margin-top: 5.556vw;
  padding: 0;
  font-size: 3.382vw;
  border-left: none;
}
#about #message {
  padding: 16.908vw 4.831vw 14.493vw;
}
#about #message .inner_1200 {
  width: 100%;
}
#about #message .left_col {
  width: 100%;
}
#about #message .left_col h2 {
  margin-bottom: 9.42vw;
}
#about #message .right_col {
  width: 100%;
}
#about #message .right_col .txt {
  line-height: 2.28;
}
#about #message .right_col .txt + .txt {
  margin-top: 6.039vw;
}
#about #message .right_col .message_ceo {
  margin-top: 8.454vw;
}
#about #message .right_col .message_ceo .txt .nm {
  margin-left: 2.778vw;
  font-size: 3.865vw;
}
.link_list {
  padding: 13.285vw 5.314vw 19.324vw;
}
.link_list ul li {
  border-left-width: 0.121vw;
}
.link_list ul li:last-child {
  border-right-width: 0.121vw;
}
.link_list ul li a {
  padding: 1.57vw 0 5.918vw;
  font-size: 3.623vw;
  line-height: 1.4;
}
.link_list ul li a::after {
  bottom: 2.899vw;
  width: 2.657vw;
  height: 1.087vw;
}

#about #company {
  margin-top: -5.314vw;
  margin-bottom: 16.908vw;
  padding: 5.314vw 5.314vw 0;
}
#about #company table {
  margin-top: 13.043vw;
}
#about table tr {
  border-top-width: 1px;
}
#about table tr:last-child {
  border-bottom-width:1px;
}
#about table tr th,
#about table tr td {
  display: block;
  width: 100%;
}
#about table tr th {
  padding: 6.039vw 3.623vw 0;
  font-size: 3.382vw;
}
#about table tr td {
  padding: 3.623vw 3.623vw 6.039vw;
}
#about table tr td p {
  font-size: 3.382vw;
  white-space: nowrap;
}
#about table tr.factory td p + p {
  margin-top: 3.382vw;
}
#about table tr td a {
  padding-right: 3.7vw;
}
#about table tr td a[target="_blank"]::after {
  width: 3.14vw;
  height: 3.14vw;
}
#about table tr.factory td a {
  padding-right: 1.2vw;
  font-size: 3.14vw;
}
#about #company table tr td .link {
  margin-top: 4.106vw;
}
#about #company table tr td .link a {
  width: 66.971vw;
}

#about #company table tr:last-child td {
  padding-bottom: 6.643vw;
}
.parallax_content_tab {
  position: relative;
}
.parallax_content {
  min-height: 72.464vw;
  clip-path: inset(0);
  background: none;
  background-image: url(../../images/src/top/sp/parallax.webp);
}
#about .parallax_content {
  background-image: url(../../images/src/company/sp/palla_img.webp);
}
.parallax_content_tab .parallax_content .img01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-image: url(../../images/src/top/sp/parallax.webp);
}
#about .parallax_content_tab .parallax_content .img01 {
  background-image: url(../../images/src/company/sp/palla_img.webp);
}

#about #history {
  padding: 16.908vw 5.314vw 19.324vw;
}
#about #history .block {
  margin: 14.01vw 0 0 0;
}
#about #history .block::before {
  top: 3vw;
  left: 1.087vw;
  width: 0.242vw;
  height: 88%;
}
#about #history .block dl {
  gap: 3.502vw 0;
}
#about #history .block dl + dl {
  margin-top: 9.662vw !important;
}
#about #history .block dl dt {
  padding-left: 5.556vw;
  width: auto;
}
#about #history .block dl dt::after {
  top: 2.5vw;
  left: 0;
  width: 2.415vw;
  height: 2.415vw;
}
#about #history .block dl dt .year {
  font-size: 6.039vw;
  line-height: 0.6;
}
#about #history .block dl dt .month {
  display: inline !important;
  margin-left: 3.502vw;
  font-size: 3.382vw;
  font-weight: 500;
}
#about #history .block dl dd {
  padding-left: 5.556vw;
  width: 100%;
  font-size: 3.382vw;
  line-height: 1.85;
}
#about #history .block dl dd .month {
  display: none;
}
#about #history .block dl dd .month.bl {
  display: block;
  font-size: 3.382vw;
  font-weight: 500;
}
#about #history .block dl dd li,
#about #history .block dl dd p {
  font-size: 3.382vw;
}
#about #history .block dl dd p span {
  display: block;
  margin-left: 3.382vw;
  text-indent: -3.382vw;
}
#about #access {
  padding: 15.7vw 0 0;
}
#about #access .inner_1640 {
  margin: 0 5.314vw;
  width: auto;
  max-width: initial;
  gap: 0;
}
#about #access .img {
  width: 100%;
}
#about #access .right_col {
  width: 100%;
}
#about #access .right_col h2 {
  margin-bottom: 11.836vw;
  text-align: center;
}
#about #access .right_col h2::after {
  right: 0;
}
#about #access .right_col .ttl {
  margin: 8.454vw 0 6.763vw;
  font-size: 4.106vw;
  line-height: 1.11;
}
#about #access .right_col table th,
#about #access .right_col table td {
  padding: 6.039vw 3.623vw !important;
  line-height: 1.85;
}
#about #access .right_col table th {
  padding-bottom: 0 !important;
}
#about #access .right_col table td {
  padding-top: 3.14vw !important;
}
#about #access .right_col table td a {
  font-size: 3.14vw;
  padding-right: 2.778vw;
}

#about #access .access_map {
  margin: 13.285vw 0 0;
}
#about #access .access_map iframe {
  height: 66.425vw;
}




/*--------------------------------
お知らせ
--------------------------------*/
#news {
  padding: 16.425vw 5.314vw 0;
}
#news .category_list {
  margin-bottom: 18.116vw;
}
#news .category_list ul {
  gap: 5.072vw 0;
  justify-content: space-between;
}
#news .category_list ul li {
  flex: none;
  width: 41.184vw;
}
#news .category_list ul li a {
  padding: 3.019vw;
  border-bottom-width: 0.121vw;
  font-size: 3.382vw;
}
#news .link:first-of-type a {
  border-top-width: 0.121vw;
}
#news .link a {
  padding: 5.676vw 0;
  border-bottom-width: 0.121vw;
}

#news .parts .cat_bx {
  margin-bottom: 3.744vw;
  width: auto;
  gap: 0 3.623vw;
}
#news .parts .cat_bx .date {
  font-size: 2.899vw;
}
#news .parts .cat_bx .cate {
  padding: 0 1.812vw;
  border-width: 0.121vw;
  border-radius: 48.216vw;
  font-size: 2.899vw;
}
#news .parts .title {
  font-size: 3.382vw;
  line-height: 1.71;
  width: 80.918vw;
}

/* 詳細 */
#news.news_detail {
  margin-top: 13.527vw;
  padding: 0 5.314vw;
}
#news.news_detail .breadcrumbs {
  margin-bottom: 13.285vw;
  padding-left: 0;
}
#news.news_detail .detail .ttl_block {
  padding-bottom: 4.831vw;
  border-bottom-width: 0.121vw;
}
#news.news_detail .detail .ttl_block .date {
  font-size: 2.899vw;
  font-weight: 400;
}
#news.news_detail .detail .ttl_block .cate {
  font-size: 2.899vw;
  padding: 0 1.812vw;
  border-radius: 399.229px;
  border-width: 0.121vw;
}
#news.news_detail .detail h1 {
  margin: 6.039vw 0 7.246vw;
  font-size: 5.072vw;
  line-height: 1.71;
}
#news.news_detail .detail .wysiwyg {
  margin: 9.662vw 0 21.739vw;
}

#news.news_detail .block a span {
  font-size: 3.382vw;
}
#news.news_detail .block a::after {
  display: none;
}
#news.news_detail .block a[href$=".pdf"] span::after {
  top: auto;
  bottom: 0;
  right: -5.8vw;
  width: 4.106vw;
  height: 4.831vw;
}


/*--------------------------------
事業紹介
--------------------------------*/
#business {
  margin-top: 7.246vw;
}
#business .sec01 {
  padding-bottom: 14.493vw;
}
#business .sec01 .inner_1200 {
  margin-top: 8.454vw;
  padding: 0 5.314vw;
  display: block;
  text-align: left;
}
#business .sec01 h2 {
  margin-bottom: 4.831vw;
  margin-left: -3vw;
  font-size: 6.039vw;
  line-height: 1.04;
}
#business .sec01 .left_col .txt {
  margin-top: 4.831vw;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
#business .sec01 .left_col .txt + .txt {
  margin-top: 3.623vw;
}
#business .sec01 .right_col {
  margin: 0 auto;
  width: 67.15vw;
}
#business .sec02 .link_list {
  margin: 0 5.314vw;
  padding: 16.908vw 0 13.285vw;
  width: auto;
  max-width: initial;
}

#business .sec02 .link_list ul li {
  display: flex;
  align-items: center;
  height: 21.014vw;
}
#business .sec02 #pride {
  margin: 0 5.314vw;
}
#business .sec02 #pride h2 {
  margin-bottom: 11.111vw;
  line-height: 1.52;
}
#business .sec02 #pride .ttl {
  font-size: 4.348vw;
  line-height: 0.9;
}
#business .sec02 #pride ul {
  margin-bottom: 10.87vw;
  width: auto;
  gap: 9.662vw 0;
}
#business .sec02 #pride li {
  flex: none;
  width: 100%;
}
#business .sec02 #pride li .ttl {
  margin: 6.039vw 0 4.227vw;
}
#business .sec02 #pride li .txt {
  letter-spacing: 0;
}
#business .sec02 #pride .iso_block {
  padding: 10.87vw 4.831vw;
}
#business .sec02 #pride .iso_block .iso_bx {
  margin-bottom: 3.623vw;
}
#business .sec02 #pride .iso_block .left_col {
  width: 100%;
}
#business .sec02 #pride .iso_block .img {
  width: 100%;
}
#business .sec02 #pride .iso_block .ttl {
  margin-bottom: 6.039vw;
}
#business .sec02 #pride .iso_block .txt {
  margin-bottom: 6.039vw;
  line-height: 2.07;
  letter-spacing: 0;
}
#business .sec02 #pride .iso_block dl {
  padding: 5.556vw 4.106vw;
  width: 100%;
}
#business .sec02 #pride .iso_block dl + dl {
  margin-top: 4.831vw;
}
#business .sec02 #pride .iso_block dl dt {
  padding: 0;
  width: 100%;
  font-size: 3.865vw;
}
#business .sec02 #pride .iso_block dl dd {
  margin-top: 2.536vw;
  padding-left: 0;
  font-size: 3.382vw;
  font-weight: 400;
  line-height: 1.64;
  border: 0;
}


#business .sec02 #step {
  margin-top: 6.908vw;
  padding-top: 10.314vw;
}
#business .sec02 #step .step_list {
  margin: 11.836vw 0 18.116vw;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#business .sec02 #step .step_list ul {
  padding: 0 5.072vw;
  justify-content: center;
}
#business .sec02 #step .step_list ul li {
  flex-direction: initial;
  justify-content: left;
  flex: none;
  gap: 0 9.662vw;
  padding: 7.246vw 0 8.333vw 9.179vw;
  width: 100%;
  height: 29.952vw;
  border-right-width: 1px;
  border-left: 1px solid var(--bg03);
  border-bottom: 1px solid var(--bg03);
}
#business .sec02 #step .step_list ul li:last-of-type {
  border-right: 1px solid var(--bg03);
  border-bottom: 0;
}
#business .sec02 #step .step_list ul li::after {
  left: 50%;
  top: 1.1vw;
  transform: translate(-50%,-50%);
  width: 4.831vw;
  height: 2.657vw;
  background: url(../../images/src/business/sp/triangle.svg) no-repeat center top / 100%;
}
#business .sec02 #step .step_list ul li:first-of-type::after {
  display: none;
}

#business .sec02 #step .step_list ul li .num {
  font-size: 2.899vw;
}
#business .sec02 #step .step_list ul li .num span {
  font-size: 5.314vw;
}
#business .sec02 #step .step_list ul li .ico,
#business .sec02 #step .step_list ul li:nth-of-type(2) .ico,
#business .sec02 #step .step_list ul li:nth-of-type(3) .ico {
  margin: 0;
  width: 11.473vw;
}
#business .sec02 #step .step_list ul li:nth-of-type(2) .ico img,
#business .sec02 #step .step_list ul li:nth-of-type(3) .ico img {
  margin: 0 auto;
  width: 75%;
}
#business .sec02 #step .step_list ul li .ttl {
  font-size: 4.348vw;
  line-height: 1.5;
}
#business .sec02 #step .parts {
  margin-bottom: 9.662vw;
}
#business .sec02 #step .parts > div {
  flex: none;
  width: 100%;
}
#business .sec02 #step .parts .img img {
  order: 1;
  width: 100%;
  height: 46.377vw;
}
#business .sec02 #step .parts .textarea {
  order: 2;
  margin: 0;
  padding: 7.126vw 4.831vw 0;
}
#business .sec02 #step .textarea .bx {
  margin: 0 !important;
  width: 100%;
}
#business .sec02 #step .step02 .textarea .bx,
#business .sec02 #step .step04 .textarea .bx {
  margin: 0;
}
#business .sec02 #step .parts .textarea .bx .ttl {
  margin-bottom: 4.589vw;
  font-size: 4.348vw;
  line-height: 0.9;
}
#business .sec02 #step .parts .textarea .bx .txt {
  line-height: 1.85;
  letter-spacing: 0.02em;
}

#business .sec02 .panorama_link {
  margin: 12.077vw 5.314vw 16.908vw;
  width: auto;
  max-width: initial;
}
#business .sec02 #relation {
  padding: 16.908vw 5.314vw 20.531vw;
}
#business .sec02 #relation .inner_1200 {
  gap: 14.01vw 0;
}
#business .sec02 #relation .left_col {
  width: auto;
}
#business .sec02 #relation .left_col h2 {
  font-size: 5.556vw;
  line-height: 0.7;
}
#business .sec02 #relation .left_col .ttl {
  margin: 8.816vw 0 4.952vw;
  font-size: 4.106vw;
  line-height: 1.76;
}
#business .sec02 #relation .left_col .txt {
  line-height: 1.85;
  letter-spacing: 0;
}
#business .sec02 #relation .left_col .txt + .txt {
  margin-top: 6.039vw;
}
#business .sec02 #relation .img {
  width: 100%;
}
#business .sec02 #step .parts.step04 .textarea .bx .ttl span {
  letter-spacing: 0;
}



/*--------------------------------
工場見学
--------------------------------*/
.lower_page #lower_mv.factory_mv {
  height: 134.058vw;
}

.factory_btn {
  bottom: 3.386vw;
  right: 3.623vw;
  width: 26.932vw;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.factory_btn.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.factory_mv .main_txt {
  left: 5.314vw;
  bottom: 13.473vw;
  width: auto;
}
.factory_mv .main_txt p {
  padding: 1vw 2.053vw 2.053vw;
  font-size: 7.246vw;
}
.factory_mv .main_txt .st {
  font-size: 8.937vw;
}
.factory_mv .main_txt .txt {
  margin-top: 1.812vw;
  padding: 1.208vw 0 1.691vw 2.415vw;
  font-size: 4.106vw;
}
.factory_mv .news_bx {
  position: static;
  padding: 6.039vw 5.676vw;
  width: 100%;
}
.factory_mv .news_bx a {
  font-size: 2.899vw;
  flex-wrap: wrap;
}
.factory_mv .news_bx a .cate {
  margin: 0 0 0 3.744vw;
  padding: 0 1.812vw;
  font-size: 2.899vw;
  border-radius: 48.309vw;
  border-width: 0.121vw;
}
.factory_mv .news_bx a .ttl {
  margin-top: 3vw;
  font-size: 3.382vw;
  width: 80.918vw;
  -webkit-line-clamp: 2;
}
.factory_mv .news_bx a::after {
  font-size: 3.382vw;
}
.factory_bread {
  display: none;
}
#factory {
  margin-top: 63.647vw;
}
#factory .sec01 {
  padding-bottom: 8.454vw;
  background: linear-gradient(#fff 90%, var(--bg02) 90%);
}
#factory .sec01 .img {
  width: 94.928vw;
}
#factory .sec01 .inner_wrap {
  gap: 4.831vw 0;
}
#factory .sec01 .right_col {
  padding: 0 5.314vw;
  width: auto;
}
#factory .sec01 .right_col .ttl_en_sub {
  top: -24.155vw;
  right: 5.314vw;
  font-size: 15.459vw;
  line-height: 1;
}
#factory .sec01 .right_col h1 {
  margin-bottom: 3.744vw;
  font-size: 6.039vw;
  line-height: 1.68;
}
#factory .sec01 .right_col .txt {
  line-height: 1.85;
}
#factory .sec01 .right_col .txt + .txt {
  margin-top: 3.382vw;
}
#factory .sec01 .right_col .img02 {
  position: static;
  margin: 10.87vw auto 0;
  width: 66.667vw;
}
#factory .sec02 {
  padding: 15.7vw 0 20.29vw;
}
#factory .sec02 ul {
  margin-top: 12.319vw;
}
#factory .sec02 ul li {
  padding: 4.831vw 5.435vw;
  border-top-width: 0.121vw;
}
#factory .sec02 ul li:last-of-type {
  border-bottom-width: 0.121vw;
}
#factory .sec02 ul li p {
  padding-left: 8.213vw;
  width: auto;
  max-width: initial;
  font-size: 3.865vw;
}
#factory .sec02 ul li p::before {
  width: 4.348vw;
  height: 4.348vw;
}
#factory .sec03 {
  padding: 18.599vw 0 16.908vw;
}
#factory .sec03::before {
  top: -5.193vw;
  width: 25.845vw;
  height: 10.749vw;
}
#factory .sec03 h2 {
  margin-bottom: 11.473vw;
  font-size: 8.454vw;
  line-height: 1;
}
#factory .sec03 .ttl {
  margin: 0 0 5.797vw;
  font-size: 4.831vw;
  line-height: 1.7;
}
#factory .sec03 .txt {
  font-size: 3.623vw;
  line-height: 1.93;
}
#factory .sec03 .img {
  margin: 12.077vw 0;
}
#factory .sec03 .img img {
  height: auto;
}
#factory .sec03 .panorama_link {
  margin: 0 5.314vw;
  width: auto;
  max-width: initial;
}
#factory .sec03 .panorama_link a:after {
  display: none;
}

#factory .sec04 {
  padding: 14.493vw 5.314vw 13.285vw;
  width: auto;
  max-width: initial;
  align-items: center;
  justify-content: left;
}
#factory .sec04 .img {
  width: auto;
}
#factory .sec04 .right_col {
  width: auto;
}
#factory .sec04 .right_col h2 {
  margin-bottom: 11.836vw;
  text-align: center;
}
#factory .sec04 .right_col h2::after {
  right: 0;
}
#factory .sec04 .right_col .ttl {
  margin: 7.246vw 0 4.589vw;
  font-size: 4.106vw;
  line-height: 1.94;
}
#factory table tr {
  border-bottom-width: 1px;
}
#factory table tr:first-of-type {
  border-top-width:1px;
}
#factory table th,
#factory table td,
#factory .sec05 table th,
#factory .sec05 table td {
  display: block;
  width: 100%;
  padding: 0 3.623vw;
  line-height: 1.85;
}
#factory table th,
#factory .sec05 table th {
  padding-top: 6.039vw;
  width: auto;
  font-size: 3.382vw;
  font-weight: 500;
}
#factory table td,
#factory .sec05 table td {
  padding: 3.623vw 3.623vw 6.039vw;
  font-weight: 400;
}
#factory .sec04 .right_col table td a {
  padding-right: 1.2vw;
  font-size: 3.14vw;
}
#factory iframe {
  height: 66.425vw;
}

#factory .sec05 {
  padding: 16.908vw 5.314vw;
}
#factory .sec05 h2 {
  margin-bottom: 13.043vw;
}

#factory .sec05 .caution {
  margin-top: 12.077vw;
  padding: 8.454vw 6.039vw;
  border-width: 0.845vw;
}
#factory .sec05 .caution .caution_ttl {
  margin-bottom: 4.831vw;
  padding-left: 7.367vw;
  font-size: 3.865vw;
  line-height: 1;
}
#factory .sec05 .caution .caution_ttl::before {
  width: 5.072vw;
  height: 4.589vw;
}
#factory .sec05 .caution .txt {
  line-height: 1.92;
}
#factory .sec05 .caution .ttl {
  margin: 4.831vw 0 6.039vw;
  font-size: 3.382vw;
}
#factory .sec05 .caution ul li {
  margin-left: 3.382vw;
  font-size: 3.382vw;
  line-height: 1.92;
  text-indent: -3.382vw;
}




/*--------------------------------
お問合せ
--------------------------------*/

.lower_page.contact_lower #footer {
  margin-top: 0;
  padding-top: 24.396vw;
}
#contact {
  margin: 10.87vw 0 0;
  padding: 16.908vw 0 19.324vw;
}
#contact .inner_1200 {
  margin: 0 5.314vw;
}
.contact_lower #lower_mv .ttl_sub_en {
  letter-spacing: 0.04em;
}
#contact .txt {
  margin: 11.836vw 0 6.039vw;
}
#contact table {
  border: none;
}
#contact table tr {
  border-top: 1px solid var(--bg03);
}
#contact table tr:last-child {
  border-bottom: 1px solid var(--bg03);
}
#contact table tr th {
  display: block;
  width: 100%;
  padding: 5.556vw 0 0;
  font-size: 3.382vw;
}
#contact table tr th .kome {
  font-size: 3.14vw;
}
#contact table tr td {
  display: block;
  margin: 3.14vw 0 6.039vw;
  padding: 0;
  width: 100%;
  border: none;
}
#contact table tr td input,
#contact table tr td textarea {
  padding: 3.382vw 4.831vw;
  font-size: 3.382vw;
}
#contact table tr td .check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4.831vw;
}
  #contact table tr td .check .error {
    order: 3;
    margin-top: 2vw;
    width: 100%;
  }
#contact table tr td .txt {
  margin: 0 0 0 3.382vw;
  width: 55.314vw;
  text-indent: -3.382vw;
}
#contact table tr td .txt a[target="_blank"] {
  padding-right: 4vw;
}
#contact table tr td .txt a[target="_blank"]::after {
  right: 1vw;
  width: 3.14vw;
  height: 3.14vw;
}
.checkblock label {
  padding-left: 10.507vw;
  font-size: 3.382vw;
  font-weight: 700;
  }
  /* ===== 外枠 ===== */
.checkblock label::before {
  width: 8.696vw;
  height: 8.696vw;
  border-width: 0.121vw;
}
/* ===== チェックボックス ===== */
.checkblock input[type="checkbox"] + label::after {
  left: 2.657vw;
  width: 3vw;
  height: 1.657vw;
  border-left-width: 0.483vw;
  border-bottom-width: 0.483vw;
}

#contact .input_btn_list {
  margin-top: 10.87vw;
  gap: 4.348vw;
}
#contact .input_btn_list .link {
  position: relative;
  width: 55.072vw;
}
#contact .input_btn_list .link input {
  color: #000;
  padding: 3.744vw 0;
  border-width: 0.121vw;
  font-size: 3.382vw;
  line-height: 1.14;
  text-align: center;
}

#contact .input_btn_list .link.inptbtn input {
  padding-left: 0;
}

#contact .input_btn_list .ct_back input {
  padding-left: 0;
}
#contact .input_btn_list .link::after {
  font-size: 4.348vw;
  top: 40%;
}
#contact .input_btn_list .ct_send::after {
  right: 3.623vw;
}
#contact .input_btn_list .ct_back::after {
  left: 3.623vw;
}


#contact.complete {
  margin: 14.493vw 0 16.184vw;
}

#contact.complete h2::after {
  display: none;
}
#contact.complete .txt {
  margin: 4.469vw 0 9.662vw;
  font-size: 3.623vw;
  line-height: 1.93;
  text-align: left;
}
#contact.complete .link {
  width: 55.072vw;
}
#contact.complete .link a {
  padding: 3.744vw 0;
  border-width: 0.121vw;
  font-size: 3.382vw;
  text-align: center;
}


/*--------------------------------
電子公告・決算公告
--------------------------------*/
#notice {
  margin: 16.425vw 5.314vw
}
#notice .block + .block {
  margin-top: 12.56vw;
}
#notice .block h2 {
  margin-bottom: 5.072vw;
  padding-bottom: 3.865vw;
  font-size: 4.589vw;
  line-height: 1.73;
}
#notice .block h2::before {
  height: 0.121vw;
}
#notice .block h2::after {
  width: 20.55%;
  height: 0.242vw;
}
#notice .block .box {
  padding-left: 0;
}
#notice .block .box .txt {
  line-height: 2.28;
}
#notice .block .box .kome {
  margin-top: 3.14vw;
}
#notice .block .box ul {
  margin-top: 8.696vw;
}
#notice .block .box ul li + li {
  margin-top: 3.623vw;
}
#notice .block .box ul li a {
  display: block;
  padding: 0 0 3.623vw 2.415vw;
  line-height: 1.8;
}
#notice .block .box ul li a span {
  font-size: 3.382vw;
  font-weight: 500;
}
#notice .block .box ul li a[target="_blank"]::after {
  content: '>';
  background: transparent;
}
#notice .block .box ul li a[href$=".pdf"] span::after {
  top: auto;
  bottom: 0;
  right: -4.8vw;
  width: 4.106vw;
  height: 4.831vw;
}
#notice .block .box ul li a::after {
  top: 40%;
  right: 3.382vw;
  font-size: 2.865vw;
}



/*--------------------------------
採用サイト
--------------------------------*/
#recruit {
  position: relative;
  color: var(--txt02);
}
#recruit #header {
  padding: 0 0 0 3.865vw;
}
#recruit #header .header_inner {
  align-items: center;
  height: 12.56vw;
}
#recruit #header .link a {
  border-bottom-color: var(--sub);
}
#recruit #header .link a::after {
  content: '';
  top: 50%;
  padding-left: 0;
}
#recruit #header .globalMenuSp {
  background-color: var(--bg05);
}
#recruit .hamburger.active span {
  background-color: var(--sub);
}
#recruit .hamburger.active span:nth-of-type(1) {
  transform: rotate(45deg);
}
#recruit .hamburger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
#recruit #header .globalMenuSp .scroll_area {
  padding: 22.101vw 4.831vw 24.396vw;
}
#recruit #header .globalMenuSp .scroll_area .main_list,
#recruit #footer .main_list {
  border-top: 0.121vw solid var(--border);
  gap: 0;
}
#recruit #header .globalMenuSp ul + ul {
  margin-top: 0;
}
#recruit #header .globalMenuSp .scroll_area .main_list li,
#recruit #footer .main_list li {
  width: 45vw;
  border-bottom: 0.121vw solid var(--border);
}
#recruit #header .globalMenuSp .scroll_area .main_list li a,
#recruit #header .globalMenuSp .scroll_area .sub_list li a,
#recruit #footer .main_list li a,
#recruit #footer .sub_list li a {
  display: flex;
  align-items: center;
  padding: 5.22vw 0 5.22vw 9.42vw;
  color: var(--txt02) !important;
  font-size: 3.14vw;
  font-weight: 700;
}
#recruit #header .globalMenuSp .scroll_area .main_list li:nth-of-type(even),
#recruit #footer .main_list li:nth-of-type(even) {
  border-left: 0.121vw solid var(--border);
}
#recruit #header .globalMenuSp ul.main_list li a::before,
#recruit #header .globalMenuSp ul.sub_list li a::before,
#recruit #footer .main_list li a::before,
#recruit #footer .sub_list li a::before {
  margin: 0;
  content: '';
  position: absolute;
  left: 3.623vw;
  top: 50%;
  transform: translateY(-50%);
  width: 3.14vw;
  height: 2.536vw;
  background: url(../../images/src/common/arrow_right_blue.svg) no-repeat left center / 100%;
}
#recruit #header .globalMenuSp .scroll_area .main_list li.blank01 a::after,
#recruit #footer .main_list li.blank01 a::after {
  right: 48%;
  width: 3.14vw;
  height: 3.14vw;
}
#recruit #header .globalMenuSp .scroll_area .main_list li.blank02 a::after,
#recruit #footer .main_list li.blank02 a::after {
  right: 10%;
  width: 3.14vw;
  height: 3.14vw;
}

#recruit #header .globalMenuSp .scroll_area .sub_list,
#recruit #footer .sub_list {
  padding-bottom: 8.213vw;
  border-bottom: 0.121vw solid var(--border);
  justify-content: left;
}
#recruit #header .globalMenuSp .scroll_area .sub_list li,
#recruit #footer .sub_list li {
  width: 100%;
}
#recruit #header .globalMenuSp .scroll_area .sub_list li a,
#recruit #footer .sub_list li a {
  padding: 4vw 0 4vw 9.42vw;
}
#recruit #header .globalMenuSp .scroll_area .sub_list .sub,
#recruit #footer .sub_list .sub {
  margin-left: 0;
  width: 41vw;
}
#recruit #header .globalMenuSp .scroll_area .sub_list .sub a,
#recruit #footer .sub_list .sub a {
  padding: 1vw 0 1vw 9.42vw;
  font-weight: 400;
}
#recruit #header .globalMenuSp ul.sub_list li.sub a::before,
#recruit #footer .sub_list li.sub a::before {
  width: 3.14vw;
  height: 0.362vw;
  background: var(--sub);
}
#recruit #header .rec_nav {
  margin-top: 10.87vw !important;
  width: auto;
  gap: 0 4.831vw;
}
#recruit #header .rec_nav li {
  padding-bottom: 0;
}
#recruit #header .rec_nav li a {
  padding: 3.744vw 0 3.744vw 4.106vw;
  font-size: 3.623vw;
  line-height: 1.46;
  text-align: left;
}
#recruit #header .globalMenuSp ul li a::before {
  content: '';
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 4.106vw;
  width: 3.14vw;
  height: 2.536vw;
  background: url(../../images/src/common/arrow_right_white.svg) no-repeat right center / 100%;
}
#recruit #header .globalMenuSp .hd_lower {
  margin-top: 14.493vw;
  color: var(--txt);
}
#recruit #header .globalMenuSp .hd_lower .ttl {
  margin-bottom: 3vw;
  font-size: 3.623vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
#recruit #header .globalMenuSp .hd_lower .txt {
  margin-bottom: 7.246vw;
  font-size: 3.14vw;
}
#recruit #header .globalMenuSp .hd_lower .link {
  margin-bottom: 11.594vw;
}
#recruit #header .globalMenuSp .hd_lower .link a,
#recruit #footer .link a {
  padding: 3.261vw 0 3.261vw 8.575vw;
  width: 45.894vw;
  font-size: 3.623vw;
  border-bottom-width: 0.362vw;
}
#recruit #header .globalMenuSp .hd_lower .link a::before,
#recruit #footer .link a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2.415vw;
  transform: translateY(-50%);
  width: 4.589vw;
  height: 3.502vw;
  background: url(../../images/src/common/ico_mail_blue.svg) no-repeat left center / 100%;
}
#recruit #header .globalMenuSp .hd_lower dl dt,
#recruit #header .globalMenuSp .hd_lower dl dd a,
#recruit #footer .left_col dl dt,
#recruit #footer .left_col dl dd a {
  color: var(--txt02);
}
#recruit #header .globalMenuSp .hd_lower dl dt,
#recruit #footer .left_col dl dt {
  margin-bottom: 1.932vw;
  font-size: 3.382vw;
  font-weight: 700;
  line-height: 1.07;
}
#recruit #header .globalMenuSp .hd_lower dl dd,
#recruit #footer .left_col dl dd {
  font-size: 3.14vw;
  font-weight: 400;
  line-height: 2;
}

#recruit #header .globalMenuSp .hd_lower dl dd a[target="_blank"]::after,
#recruit #footer .left_col dl dd a[target="_blank"]::after {
  right: -1vw;
  width: 2.295vw;
  height: 2.295vw;
}
#recruit #header.is_scroll {
  height: 13.285vw;
}
#recruit #header.is_scroll .logo,
#recruit #header.is_scroll .li_nav {
  transform: none;
}
#recruit #header.is_scroll .hamburger span {
  background-color: var(--sub);
}

#recruit #footer {
  padding: 15.459vw 4.831vw 24.155vw;
}
#recruit #footer .inner_1600 {
  max-width: initial;
  width: auto;
}
#recruit #footer .left_col {
  margin-top: 15.097vw;
  order: 2;
  width: 100%;
}
#recruit #footer .left_col .logo,
#recruit #footer .left_col .logo img {
  width: 100%;
}
#recruit #footer .left_col .txt {
  margin: 7.488vw 0 0;
  font-size: 3.14vw;
}
#recruit #footer .left_col .txt .st {
  font-size: 3.623vw;
  line-height: 1;
}
#recruit #footer .link {
  margin-bottom: 11.594vw;
}
#recruit #footer .link a::after {
  top: 50%;
}
#recruit #footer .copyright {
  font-size: 2.657vw;
  text-align: center;
}
  #recruit .js_foot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 999;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  }
  #recruit .js_foot.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
#recruit .pagetop {
  position: fixed;
  right: 2.4rem;
  bottom: 19.454vw;
  z-index: 9999 !important;
}

#recruit .ft_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
#recruit .ft_link ul li {
  width: 48.309vw;
}
#recruit .ft_link li a {
  display: block;
  position: relative;
  padding: 4.348vw 3.623vw;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--white);
  font-size: 3.623vw;
  font-weight: 700;
}
#recruit .ft_link li a[target="_blank"]::after {
  display: none;
}
#recruit .ft_link li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 3.623vw;
  transform: translateY(-50%);
  width: 3.14vw;
  height: 2.536vw;
  background: url(../../images/src/common/arrow_right_white.svg) no-repeat right center / 100%;
}
#recruit .ft_link .li01 {
  background-color: #007FFF;
}
#recruit .ft_link .li02 {
  background-color: var(--sub);
}
.cta_recruit {
  padding: 12.077vw 4.831vw 13.285vw;
  background-image: url(../../images/src/recruit/sp/cta_bg.webp);
}
.cta_recruit .ttl_en {
  font-size: 10.87vw;
}
.cta_recruit .ttl_jp {
  margin-bottom: 4.71vw;
  font-size: 3.623vw;
}
.cta_recruit .txt {
  font-size: 3.382vw;
  line-height: 1.92;
  text-align: left;
}
.cta_recruit .block {
  margin-top: 7.246vw;
  gap: 4.831vw 0;
}
.cta_recruit .block .parts {
  flex: none;
  width: 100%;
  padding: 6.522vw 4.831vw 6.763vw;
}
.cta_recruit .block .parts h3 {
  font-size: 3.865vw;
  margin-bottom: 4.348vw;
}
.cta_recruit .block .parts ul {
  gap: 0 3.261vw;
}
.cta_recruit .block .parts ul li a {
  padding: 4.348vw 3.623vw;
  font-size: 3.623vw;
  border-width: 0.242vw;  
}
.cta_recruit .block .parts ul li a::after {
  right: 3.623vw;
  width: 3.14vw;
  height: 2.536vw;
}
.cta_recruit .block .parts.job_cta ul li {
  width: 100%;
}

#recruit .line_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}
#recruit .hero {
  height: 100%;
}
#recruit .hero h1 {
  margin: 0;
}
#recruit #mv {
  height: 111.715vw;
  margin-bottom: 0;
}

#recruit #mv .video {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 67vw;
}
#recruit #mv .video_main {
  transform: scale(1);

}
#recruit .sec01 {
  margin-top: -73.058vw;
  padding-top: 86.831vw;
  padding-bottom: 21.3rem;
  background-image: url(../../images/src/recruit/sp/sec01_bg.webp);
}
#recruit .sec01 .inner_wrap {
  gap: 0;
}
#recruit .sec01 .inner_wrap .left_col {
  margin: 0 4.831vw;
  width: 100%;
  height: 64.372vw;
}
#recruit .sec01 .inner_wrap .left_col .img01 {
  width: 53.502vw;
}
#recruit .sec01 .inner_wrap .left_col .img02 {
  top: 13.647vw;
  width: 25.966vw;
}
#recruit .sec01 .inner_wrap .left_col .img03 {
  left: 21.498vw;
  bottom: 0;
  width: 24.155vw;
}

#recruit .sec01 .inner_wrap .right_col {
  margin: 7.85vw 4.831vw 0;
  width: 100%;
}
#recruit .sec01 .inner_wrap .right_col h2 {
  font-size: 7.367vw;
  letter-spacing: 0;
}
#recruit .sec01 .inner_wrap .right_col h2 .fs59 {
  font-size: 6.28vw;
}
#recruit .sec01 .inner_wrap .right_col h2 img {
  padding-top: 0.7vw;
  width: 41.304vw;
}
#recruit .sec01 .inner_wrap .right_col .txt {
  font-size: 3.382vw;
  line-height: 2.07;
}
#recruit .sec01 .inner_wrap .right_col .txt + .txt {
  margin-top: 6.039vw;
}
#recruit .sec02 {
  padding: 14.855vw 0 14.614vw;
}
#recruit .sec02 .left_col {
  padding: 0 4.831vw;
  width: 100%;
  border: none;
}
#recruit .sec02 .left_col .ttl_en {
  margin-bottom: 4.952vw;
  font-size: 3.382vw;
}
#recruit .sec02 .left_col h2 {
  margin-bottom: 7.246vw;
  font-size: 6.28vw;
  line-height: 1.23;
}
#recruit .sec02 .link {
  margin: 8.454vw 4.831vw 0 auto;
  width: 42.271vw;
}
#recruit .sec02 .link a {
  width: 100%;
  padding-left: 3.623vw;
  font-size: 3.382vw;
}
#recruit .sec02 .right_col {
  width: 100%;
}
#recruit .sec02 .right_col .parts {
  border-bottom-width: 0.121vw;
}
#recruit .sec02 .right_col .parts a {
  padding: 4.831vw 18.357vw 4.831vw 4.831vw;
  width: 100%;
  font-size: 3.14vw;
  border-right: none;
}
#recruit .sec02 .right_col .parts a::after {
  right: 4.831vw;
  width: 3.14vw;
  height: 2.536vw;
}
#recruit .sec02 .right_col .parts a .cate {
  margin: 0 0 0 3.865vw;
  padding: 0 1.812vw;
  border-width: 1px;
}
#recruit .sec02 .right_col .parts:last-of-type {
  border-bottom: 1px solid var(--border);
}
#recruit .sec02 .right_col .parts:first-of-type {
  border-top: 1px solid var(--border);
}
#recruit .sec02 .right_col .parts a .ttl {
  width: 100%;
}

#recruit .sec03 {
  padding: 9.662vw 0 14.614vw;
}
#recruit .sec03 .siro,
#recruit .sec05 .siro {
  white-space: inherit;
  font-size: 25.362vw;
}

#recruit .sec03 h2 {
  margin: -14.058vw 0 5.556vw;
}
#recruit .sec03 h2 .ttl_en {
  margin-bottom: 2.831vw;
  font-size: 3.382vw;
}
#recruit .sec03 h2 .ttl_jp {
  font-size: 6.28vw;
}
#recruit .sec03 .txt {
  margin: 0 4.831vw;
  font-size: 3.382vw;
  line-height: 1.92;
  text-align: left;
}
#recruit .sec03 .number_block {
  margin-top: 8.937vw;
  padding-bottom: 6.09vw;
  position: relative;
  overflow: hidden;
}
#recruit .sec03 .number_block .parts {
  padding: 7.85vw 0 6.643vw;
  width: 100%;
  height: 56.763vw;
  box-shadow: 0 0 3.14vw 0 rgba(0, 83, 167, 0.20);
}
#recruit .sec03 .number_block .parts .ttl {
  font-size: 3.865vw;
}
#recruit .sec03 .number_block .parts .ttl .kome {
  margin-top: 2.415vw;
  font-size: 3.14vw;
}
#recruit .sec03 .number_block .parts.p01 .kome02 {
  position: absolute;
  bottom: 4vw;
  right: 7vw;
  margin-left: 3.14vw;
  text-indent: -3.14vw;
  font-size: 3.14vw;
  line-height: 1.5;
}
#recruit .sec03 .number_block .parts .img {
  margin-bottom: 4.71vw;
}
#recruit .sec03 .number_block .parts .img img {
  margin: 0 auto;
}
#recruit .sec03 .number_block .parts .tx {
  font-size: 6.039vw;
}
#recruit .sec03 .number_block .parts .num {
  font-size: 13.285vw;
}
#recruit .sec03 .number_block .parts .yen {
  font-size: 4.348vw;
}
#recruit .sec03 .number_block .parts.p01 .ttl {
  margin-bottom: 4.5vw;
}
#recruit .sec03 .number_block .parts.p01 .img img {
  margin-left: 7vw;
  width: 32.729vw;
}
#recruit .sec03 .number_block .parts.p01 .tx {
  font-size: 8.696vw;
}
#recruit .sec03 .number_block .parts.p01 .tx .num {
  font-size: 15.821vw;
}
#recruit .sec03 .number_block .parts.p02 .ttl {
  margin-bottom: 2.778vw;
  height: auto;
}
#recruit .sec03 .number_block .parts.p02 .img img {
  width: 16.184vw;
}
#recruit .sec03 .number_block .parts.p03 .ttl {
  margin-bottom: 10.628vw;
  height: auto;
}
#recruit .sec03 .number_block .parts.p03 .img img {
  width: 21.498vw;
}
#recruit .sec03 .number_block .parts.p01 .tx {
  top: 28vw;
  right: 17.667vw;
}
#recruit .sec03 .swiper-button-next,
#recruit .sec03 .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 8.937vw;
  height: 17.633vw;
  background-color: rgba(0,43,86,.3);
}
#recruit .sec03 .swiper-button-next {
  right: 6.884vw;
}
#recruit .sec03 .swiper-button-prev {
  left: 6.884vw;
}
#recruit .sec03 .swiper-button-next:after,
#recruit .sec03 .swiper-rtl .swiper-button-prev:after {
  content: '';
  width: 3.14vw;
  height: 2.536vw;
  background: url(../../images/src/common/arrow_right_blue.svg) no-repeat left center / 100%;
}
#recruit .sec03 .swiper-button-prev:after,
#recruit .sec03 .swiper-rtl .swiper-button-next:after {
  content: '';
  width: 3.14vw;
  height: 2.536vw;
  transform: rotateZ(180deg);
  background: url(../../images/src/common/arrow_right_blue.svg) no-repeat left center / 100%;
}
#recruit .sec03 .link {
  margin: 0 40px 0 auto;
  width: 42.271vw;
}
#recruit .sec03 .link a {
  padding-left: 3.623vw;
  width: 100%;
}


#recruit .sec04 {
  justify-content: start;
  padding-bottom: 1rem;
  width: 100%;
  min-height: 100dvh;
  background: url(../../images/src/recruit/sp/sec04_bg.png) repeat-x #fff center top / 100%;
}
#recruit .sec04::before {
  display: none;
  width: 100%;
  height: 84.3vw;
}
#recruit .sec04::after {
  display: none;
}
#recruit .sec04 .ttl_bx {
  margin: 9.662vw 4.831vw 5.556vw;
  padding-top: 9.662vw;
  width: auto;
  max-width: initial;
}
#recruit .sec04 .shiro {
  top: 0;
  left: -2.657vw;
  width: 65.217vw;
}
#recruit .sec04 h2 .ttl_en {
  font-size: 3.382vw;
}
#recruit .sec04 h2 .ttl_jp {
  font-size: 6.28vw;
}
#recruit .sec04 .txt {
  margin-top: 4.831vw;
  margin-left: 0;
  font-size: 3.382vw;
  line-height: 1.92;
}
#recruit .sec04 .link {
  margin: 8.454vw 4.831vw 0 auto;
}
#recruit .sec04 .link a {
  padding-left: 3.623vw;
  width: 42.271vw;
  color: var(--sub);
  border-bottom-color: var(--sub);
}
#recruit .sec04 .link a::after {
  background-image: url(../../images/src/common/arrow_right_blue.svg);
}

#recruit .sec04_sub {
  margin-top: 8.937vw;
}
#recruit .sec04 .works_scroll {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  margin-top: -10.4rem;
  padding-left: 4.831vw;
}
#recruit .sec04 .parts {
  /*width: 67.874vw;  */
  width: 62vw;
  margin-right: 2.415vw;
}
#recruit .sec04 .parts .txt_bx {
  height: 30.783vw;
  left: 5.797vw;
  bottom: 4.831vw;
  color: #fff;
  z-index: 10;
}
#recruit .sec04 .parts .txt_bx .en {
  font-size: 3.14vw;
}
#recruit .sec04 .parts .txt_bx .ttl {
  margin: 2.657vw 0 0.6vw;
  font-size: 5.8vw;
  line-height: 1.3;
}
#recruit .sec04 .parts .txt_bx .txt {
  height: 11.111vw;
  font-size: 3.382vw;
  line-height: 1.64;
}


#recruit .sec05 {
  /*margin-top: -33vw;*/
  padding: 16.908vw 4.831vw 14.614vw;
  background-color: #fff;
  overflow: hidden;
}
#recruit .sec05 .inner_wrap {
  width: 100%;
  align-items: end;
}
#recruit .sec05 .img,
#recruit .sec05 .right_col {
  flex: 1;
}
#recruit .sec05 .img img {
  width: 100%;
}
#recruit .sec05 .right_col {
  padding-left: 0;
}
#recruit .sec05 .right_col h2 {
  margin-bottom: 8.454vw;
  text-align: center;
}
#recruit .sec05 .right_col h2 .ttl_en {
  font-size: 3.382vw;
}
#recruit .sec05 .right_col h2 .ttl_jp {
  font-size: 6.28vw;
}
#recruit .sec05 .siro {
  top: -9.058vw;
  right: -9vw;
  white-space: nowrap;
  letter-spacing: 0;
}
#recruit .sec05 .right_col ul {
  width: 100%;
}
#recruit .sec05 .right_col ul a {
  padding: 3.623vw;
  border-top-width: 0.121vw;
  gap: 0 5.314vw;
}
#recruit .sec05 .right_col ul a::after {
  right: 3.623vw;
  width: 3.14vw;
  height: 2.536vw;
}
#recruit .sec05 .right_col ul li:last-of-type a {
  border-bottom-width: 0.121vw;
}
#recruit .sec05 .right_col ul a .photo {
  width: 41.787vw;
}
#recruit .sec05 .right_col ul a .ttl_bx .ttl {
  font-size: 4.106vw;
  line-height: 0.88;
}
#recruit .sec05 .right_col ul a .ttl_bx .en {
  font-size: 3.14vw;
}
#recruit .sec05 .right_col .link {
  margin: 6.454vw 0 0 auto;
  width: 42.271vw;
}

/*--------------------------------
採用下層
--------------------------------*/

  /*採用フォーム*/
  #recruit #lower_mv h1 {
    left: 5.1vw;
    bottom: 8.9vw;
  }
  #recruit #lower_mv h1 .ttl_en {
    font-size: 3.865vw;
  }
  #recruit #lower_mv h1 .ttl_jp {
    font-size: 9.42vw;
    letter-spacing: 0;
  }
  #recruit .lower_sec .siro {
    font-size: 21.014vw;
  }
  #recruit .lower_sec h2 .ttl_en {
    font-size: 3.382vw;
  }
  #recruit .lower_sec h2 .ttl_jp {
    font-size: 6.28vw;
  }

/*会社を知る*/
  #rec_data,
  #rec_work,
  #rec_working {
    margin-top: 9.4vw;
  }
  #recruit .data_sec01 {
    padding: 0 4.831vw 18.1vw;
  }
  #recruit .data_sec01 .inner_1200 {
    width: 100%;
  }
  #recruit .data_sec01::before,
  #recruit .data_sec01::after {
    display: none;
  }
  #recruit .data_sec01 .ttl_bx {
    position: relative;
    margin: 0 0 6.039vw;
  }
  #recruit .data_sec01 .ttl_bx .ttl_en {
    top: 53%;
    left: 0;
    font-size: 3.382vw;
  }
  #recruit .data_sec01 h2 {
    margin-bottom: 2.7vw;
    font-size: 5.072vw;
    line-height: 1.8;
  }
  #recruit .data_sec01 h2::after {
    display: none;
  }
  #recruit .data_sec01 h2 .ttl_jp {
    font-size: 7.005vw;
  }
  #recruit .data_sec01 .txt {
    width: 100%;
    line-height: 1.8;
    letter-spacing: -0.07em;
  }
  #recruit .data_sec01 .img {
    margin: 7.971vw auto 0;
    width: 78.261vw;
  }
  #recruit .anchor_link {
    margin: 0 4.831vw 14.493vw;
    gap: 0 4.348vw;
  }
  #recruit #rec_data .anchor_link {
    margin: 0 4.831vw 13.2vw;
  }
  #recruit .anchor_link li {
    flex: 1;
  }
  #recruit .anchor_link li a {
    padding-left: 1.932vw;
    padding-bottom: 1.2vw;
    font-size: 3.382vw;
  }
  #recruit .anchor_link li a::after {
    top: 44%;
    width: 2.8vw;
    height: 3.9vw;
  }
  #rec_data .data_sec02 {
    padding: 10.5vw 4.831vw 14.493vw;
  }
  #rec_data h2,
  #rec_working h2 {
    margin-bottom: 5.5vw;
  }
  #rec_data h2::after,
  #rec_working h2::after  {
    bottom: -3.3vw;
    width: 9.42vw;
    height: 0.362vw;
  }
  #rec_data .data_sec02 h2 .ttl_en,
  #rec_data .data_sec03 h2 .ttl_en,
  #rec_working .working_sec02 h2 .ttl_en {
    font-size: 4.589vw;
    line-height: 1.94;
  }
  #rec_data .data_sec02 h2 .ttl_jp,
  #rec_data .data_sec03 h2 .ttl_jp,
  #rec_working .working_sec02 h2 .ttl_jp {
    margin-top: -2vw;
    font-size: 5.556vw;
  }
  #rec_data .kome {
    font-size: 3.14vw;
  }
  #rec_data .grid {
    margin-top: 6.729vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.382vw;
  }
  #rec_data .parts {
    padding: 5.314vw 4.227vw 3vw;
    width: 43.478vw;
    box-shadow: 0 0 3.14vw rgba(0, 83, 167, 0.20);
  }
  #rec_data .parts .ttl {
    margin-bottom: 3.623vw;
    height: 10.266vw;
    font-size: 3.623vw;
    line-height: 1.33;
  }
  #rec_data .parts .ttl span {
    margin-top: 1vw;
    font-size: 3.14vw;
    line-height: 1.38;
  }
  #rec_data .parts .img {
    height: auto;
  }
  #rec_data .parts .tx {
    font-size: 4.831vw;
    white-space: nowrap;
  }
  #rec_data .parts .tx .num {
    font-size: 10.386vw;
  }
  #rec_data .parts .tx .yen {
    font-size: 4.348vw;
  }
  #rec_data .data_sec02 .parts.p06 {
    margin-top: 3.382vw;
    padding-right: 0;
    padding-left: 5.6vw;
    padding-bottom: 6.7vw;
    width: 100%;
  }
  #rec_data .data_sec02 .parts.p06 .img {
    height: auto;
  }
  #rec_data .parts.p01 .tx {
    margin-top: 2.3vw;
  }
  #rec_data .data_sec02 .parts:nth-child(1) .ttl {
    margin-bottom: 3.623vw;
  }
  #rec_data .data_sec02 .parts:nth-child(2) {
    flex-direction: column; 
    flex-wrap: wrap;
    grid-row: span 2;
    grid-column: span 2;
    justify-content: start;
  }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) {
    padding-bottom: 2rem;
    position: relative;
    flex-direction: row; 
    flex-wrap: wrap;
    grid-row: inherit;
    grid-column: inherit;
    justify-content: center;
    align-items: baseline;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .block {
    align-items: center;
    justify-content: center;
    gap: 6.9vw 0;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .block .right {
    width: 100%;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .block .right .flex {
    align-items: center;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .block .right .flex:first-of-type {
    margin-bottom: 2.865vw;
    padding-bottom: 2.797vw;
    border-bottom-width: 0.175vw;
  }

  #rec_data .data_sec02 .parts:nth-child(2) .ttl {
    margin: 0;
    width: 100%;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .img {
    flex-direction: column;
    gap: 4.227vw 0;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .right .flex {
    position: relative;
    padding-left: 14.13vw;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .right .f01::before,
  #rec_data .data_sec02 .parts:nth-child(2) .right .f02::before {
    content: '';
    position: absolute;
    top: 4vw;
    left: 5.676vw;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .right .f01::before {
    width: 3.744vw;
    height: 9.179vw;
    background: url(../../images/src/data/data02_01.svg) no-repeat left top / 100%;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .right .f02::before {
    width: 4.227vw;
    height: 9.541vw;
    background: url(../../images/src/data/data02_02.svg) no-repeat left top / 100%;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .right .ttl02 {
    margin-bottom: 1.82vw;
    padding-left: 0;
    font-size: 3.382vw;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .right .flex .ttl02::before {
    display: none;
  }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) .tx {
    position: absolute;
    top: 28vw;
    right: 8.5vw;
  }
  #rec_data .data_sec03 .parts.p14 .img {
    margin-top: 1vw;
    margin-bottom: 3.623vw;
  }
  #rec_data .data_sec02 .parts:nth-child(2) .right .tx .num {
    font-size: 9.42vw;
  }

  #rec_data .data_sec02 .grid02 {
    margin-top: 3.362vw;
  }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) .img {
    margin-top: 0;
    width: 100%;
    height: 22.101vw;
  }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) .img img {
    left: 4.831vw;
  }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) .en {
    font-size: 8.092vw;
  }
  #rec_data .data_sec02 .grid02 .parts:nth-child(2) .kome {
    margin-left: auto;
    text-indent: -2.5vw;
    font-size: 2.5vw;
  }
  #rec_data .data_sec02 .parts.p06 .sp_scroll {
    padding-bottom: 10vw;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #rec_data .data_sec02 .parts.p06 .img {
    width: 119.444vw;
    min-width: 119.444vw; /* 縮小防止 */
    margin: 0;
  }
  .parts.p06 .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  #rec_data .data_sec02 .grid02 .p09 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    grid-column: span 2;
    padding-bottom: 7.5vw;
    width: 100%;
  }
  #rec_data .data_sec02 .grid02 .p09 .ttl {
    width: 100%;
    height: auto;
  }
  #rec_data .data_sec02 .parts.p02 {
    padding-top: 5.314vw;
    padding-left: 3.623vw;
  }
  #rec_data .data_sec02 .parts.p03 .tx .num {
    font-size: 9.42vw;
  }
  #rec_data .data_sec02 .parts.p02 .ttl {margin-bottom: 5.2vw; }
  #rec_data .data_sec02 .parts.p02 .txt {margin-top: 1vw; }
  #rec_data .data_sec02 .parts.p03 .img {margin-bottom: 5.2vw; }
  #rec_data .data_sec02 .parts.p05 .img {margin-bottom: 4.8vw; }
  #rec_data .data_sec02 .parts.p08 .ttl {margin-bottom: 3.3vw; }
  #rec_data .data_sec02 .parts.p01 .img img { width: 12.198vw; }
  #rec_data .data_sec02 .parts.p02 .img img { width: 10.749vw; }
  #rec_data .data_sec02 .parts.p03 .img img { width: 12.56vw; }
  #rec_data .data_sec02 .parts.p04 .img img { width: 30.531vw; }
  #rec_data .data_sec02 .parts.p05 .img img { width: 11.594vw; }
  #rec_data .data_sec02 .parts.p06 .ttl { margin-left: -6vw; }
  #rec_data .data_sec02 .grid02 .parts.p07 .ttl { margin-bottom: 5.1vw; }
  #rec_data .data_sec02 .parts.p07 .tx { margin-top: 2.5vw; }
  #rec_data .data_sec02 .parts.p07 .tx .num,
  #rec_data .data_sec02 .parts.p08 .tx .num,
  #rec_data .data_sec02 .parts.p09 .tx .num { font-size: 12.802vw; }
  #rec_data .data_sec02 .parts.p08 .tx .num { margin-left: -1.5vw; }
  #rec_data .data_sec02 .parts.p07 .img img { width: 18.478vw; }
  #rec_data .data_sec02 .parts.p08 .img img { width: 22.101vw !important; }  
  #rec_data .data_sec02 .parts.p09 .tx { margin-right: 8vw; }
  #rec_data .data_sec02 .parts.p09 .img { margin-left: 6.5vw; width: 26.208vw; }
  #rec_data .data_sec02 .parts.p03 .ttl { margin-bottom: 0; }
  #rec_data .data_sec02 .grid02 .parts.p08 .ttl,
  #rec_data .data_sec02 .grid02 .parts.p09 .ttl {
    font-size: 3.623vw;
  }
  #rec_data .data_sec02 .grid02 .parts.p09 .img img {
    width: 100%;
  }
  #rec_data .data_sec03 {
    padding: 10.5vw 4.831vw 12.077vw;
  }
  #rec_data .data_sec03 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #rec_data .data_sec03 .parts {
    padding-top: 5.314vw;
    padding-bottom: 5.193vw;
  }
  #rec_data .data_sec03 .parts .ttl {
    margin-bottom: 4.481vw;
    height: auto;
  }
  #rec_data .data_sec03 .parts.p13 .ttl {
    margin-bottom: 2.899vw;
  }
  #rec_data .data_sec03 .parts .img {
    margin-bottom: 3.623vw;
    height: auto;
  }
  #rec_data .data_sec03 .parts.p12 .img {
    margin-top: 2vw;
    margin-bottom: 0;
  }
  #rec_data .data_sec03 .parts .kome {
    margin-top: 1.329vw;
    white-space: nowrap;
  }

  #rec_data .data_sec03 .parts.p10 .img img { width: 7.729vw; }
  #rec_data .data_sec03 .parts.p11 .img img { width: 9.42vw; }
  #rec_data .data_sec03 .parts.p12 .img img { width: 10.266vw; }
  #rec_data .data_sec03 .parts.p13 .img img { width: 14.372vw; }
  #rec_data .data_sec03 .parts.p14 .img img { width: 6.522vw; }
  #rec_data .data_sec03 .parts.p15 .img img { width: 12.077vw; }



  #recruit .bnr_area {
    margin: 0 4.831vw;
    width: auto;
    max-width: initial;
    gap: 4.831vw 0;
  }
  #recruit .bnr_area .bx {
    flex: none;
    width: 100%;
  }
  #recruit .bnr_area .bx .txt_bx {
    height: 17.391vw;
    left: 4.831vw;
    bottom: 3.14vw;
    justify-content: end;
  }
  #recruit .bnr_area .bx .txt_bx .en {
    font-size: 3.382vw;
    line-height: 1;
  }
  #recruit .bnr_area .bx .txt_bx .ttl {
    font-size: 5.072vw;
    line-height: 1.33;
  }

  /*仕事を知る*/
  #rec_work .data_sec01 {
    padding-bottom: 0;
    margin-bottom: 18.1vw;
    overflow: hidden;
  }
  #rec_work .data_sec01 .ttl_bx {
    margin-left: -4.9vw;
    margin-bottom: 3.8vw;
    width: 100vw;
  }
  #rec_work .data_sec01 .ttl_bx .ttl_en {
    margin-left: 5.213vw;
  }
  #rec_work .data_sec01 .txt {
    width: auto;
  }
  #rec_work .data_sec01 .txt span {
    letter-spacing: inherit;
  }
  #rec_work .anchor_link {
    margin-bottom: 13.1vw;
  }
  
  #rec_work .movie_area button {
    padding-bottom: 3vw;
    width: 26.932vw;
    height: 26.932vw;
  }
  #rec_work .movie_area span {
    font-size: 4.348vw;
  }
  #rec_work .movie_area .arrow img {
    width: 3.261vw;
  }

  .movie_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    z-index: 9999;
  }

  #rec_work .work_sec02 {
    padding: 7.662vw 0 14.493vw;
    overflow: hidden;
  }
  #rec_work .work_sec02 .siro {
    margin-left: -1vw;
  }
  #rec_work .data_sec01 h2 {
    margin-bottom: 4.7vw;
  }
  #rec_work .work_sec02 h2 {
    margin: -8.4vw 0 5.556vw;
  }
  #rec_work .work_sec03 h2 {
    margin: -8.4vw 0 8.5vw;
  }
  #rec_work .work_sec02 .wk_box {
    margin: 0 4.831vw 8.454vw;
    padding-bottom: 8.454vw;
    border-bottom-width: 0.121vw;
  }
  #rec_work .work_sec02 .wk_box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  #rec_work .work_sec02 .wk_box .img {
    order: 1;
    width: 100%;
  }
  #rec_work .work_sec02 .wk_box .right_col {
    order: 2;
    display: block;
    width: 100%;
  }
  #rec_work .work_sec02 .wk_box .right_col .ttl {
    margin: 6.005vw 0 3.623vw;
    font-size: 4.831vw;
    line-height: 1;
  }
  #rec_work .work_sec02 .wk_box .right_col .txt {
    font-size: 3.14vw;
    line-height: 192%;
  }
  #rec_work .work_sec02 .wk_box .right_col ul {
    margin-top: 4.831vw;
    padding: 3.623vw 0 3.623vw 4.106vw;
    box-shadow: 0 0 3.14vw 0 rgba(0, 83, 167, 0.20);
  }
  #rec_work .work_sec02 .wk_box.work02 .right_col ul,
  #rec_work .work_sec02 .wk_box.work03 .right_col ul,
  #rec_work .work_sec02 .wk_box.work04 .right_col ul,
  #rec_work .work_sec02 .wk_box.work05 .right_col ul {
    padding: 3vw 0 3vw 4.106vw;
}
  #rec_work .work_sec02 .wk_box .right_col ul li {
    padding-left: 5.314vw;
    font-size: 3.382vw;
  }
  #rec_work .work_sec02 .wk_box .right_col ul li::before {
    top: 2vw;
    width: 3.382vw;
    height: 2.657vw;
  }

  #rec_work .work_sec02 .wk_box .right_col .list_flex {
    gap: 3.623vw;
  }
  #rec_work .work_sec02 .wk_box .right_col .list_flex ul {
    flex: none;
    width: 100%;
  }
  #rec_work .work_sec02 .wk_box .right_col .list_flex ul::before {
    padding-bottom: 1.208vw;
    font-size: 3.381vw;
  }

    
  #rec_work .work_sec03 {
    padding: 7.7vw 4.831vw 14.493vw;
  }
  #rec_work .work_sec03 .tab_menu {
    margin-bottom: 12.908vw;
    gap: 3.382vw;
  }
  #rec_work .work_sec03 .tab_menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 43.478vw;
    height: 12.077vw;
    border-width: 0.121vw;
    font-size: 3.382vw;
    line-height: 1.5;
  }
  #rec_work .work_sec03 .tab_content h3 {
    margin-bottom: 9.5vw;
    font-size: 5.556vw;
  }
  #rec_work .work_sec03 .tab_content h3::after {
    bottom: -1.469vw;
    width: 9.42vw;
    height: 0.362vw;
  }
  #rec_work .work_sec03 .tab_content .timeline::before {
    left: 4vw;
    width: 1.449vw;
  }
  #rec_work .work_sec03 .tab_content .timeline .timebx {
    margin-bottom: 6.039vw;
    gap: 0 2.899vw;
  }
  #rec_work .work_sec03 .tab_content .timeline .timebx .clock {
    width: 9.179vw;
  }
  #rec_work .work_sec03 .tab_content .timeline .timebx .clock img { width: 100%; }

  #rec_work .work_sec03 .tab_content .timeline .timebx .txtbx {
    padding-top: 2.536vw;
    width: 78.261vw;
  }
  #rec_work .work_sec03 .tab_content .timeline .timebx .txtbx .ttl {
    font-size: 3.865vw;
    gap: 0 2vw;
  }
  #rec_work .work_sec03 .tab_content .timeline .timebx .txtbx span {
    margin-top: -0.5vw;
    width: 12.681vw;
    font-size: 5.797vw;
    text-align: right;
  }
  #rec_work .work_sec03 .tab_content .timeline .timebx .txtbx .txt {
    margin-top: 2.61vw;
    font-size: 3.14vw;
    letter-spacing: 0;
    line-height: 192%;
  }


  #rec_work .work_sec03 .tab_content .timeline .timebx .img {
    position: initial;
    margin-top: 7.5vw;
    width: 100% !important;
  }
  #rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t0930 .txt, 
  #rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1100 .txt, 
  #rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1250 .txt, 
  #rec_work .work_sec03 #tab_02.tab_content .timeline .timebx.t1510 .txt, 
  #rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1250 .txt, 
  #rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1400 .txt, 
  #rec_work .work_sec03 #tab_03.tab_content .timeline .timebx.t1730 .txt, 
  #rec_work .work_sec03 #tab_04.tab_content .timeline .timebx.t1510 .txt, 
  #rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1000 .txt, 
  #rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1500 .txt, 
  #rec_work .work_sec03 #tab_05.tab_content .timeline .timebx.t1600 .txt {
    margin-top: 1.5vw;
    line-height: 192%;
}



  /*働き方を知る*/
  
  #rec_working .data_sec01 {
    margin-bottom: 0;
  }
  #rec_working .data_sec01 h2 {
    margin-bottom: 6rem;
  }
  #rec_working .data_sec01 .ttl_bx {
    margin: 0 -3vw 4.831vw;
  }
  #rec_working .data_sec01 .ttl_bx .ttl_en {
    left: 3.5vw;
  }
  #rec_working .data_sec01 .txt {
    width: 100%;
    font-size: 3.14vw;
    line-height: 1.9;
    letter-spacing: 0;
  }
  #rec_working .data_sec01 .img {
    width: 85.261vw;
  }
  #rec_working .anchor_link {
    margin-bottom: 13.6vw;
    gap: 7.454vw 4.348vw;
  }
  #rec_working .anchor_link li {
    margin-bottom: 0;
    flex: none;
    width: 42.995vw;
  }
  #rec_working .working_sec02 {
    padding: 9.5vw 4.831vw 14.493vw;
  }
  #rec_working .working_sec02 h2 {
    margin-bottom: 8vw;
  }
  #rec_working .working_sec02 .txt.tac,
  #rec_working .working_sec03 .txt.tac,
  #rec_working .working_sec04 .txt.tac {
    font-size: 3.14vw;
    line-height: 1.92;
    letter-spacing: 0;
    text-align: left;
  }
  #rec_working .working_sec02 .grid {
    margin-top: 7.246vw;
    gap: 3.382vw; 
  }
  #rec_working .working_sec02 .grid .parts {
    padding: 7.4vw 4.106vw 4.072vw;
    height: auto;
    min-height: initial;
    grid-column: span 6;
    box-shadow: 0 0 3.14vw rgba(0, 83, 167, 0.20);
  }
  #rec_working .working_sec02 .grid .parts .ico {
    margin-bottom: 3vw;
    height: 10.507vw;
  }
  #rec_working .working_sec02 .grid .parts .ttl {
    margin-bottom: 3.382vw;
    font-size: 3.623vw;
  }
  #rec_working .working_sec02 .grid .parts .txt {
    font-size: 3.14vw;
    line-height: 1.87;
  }
  #rec_working .working_sec02 .grid .parts .kome {
    margin-top: 0.966vw;
    font-size: 2.899vw;
  }
  #rec_working .working_sec02 .grid .parts .check {
    margin-top: 3.14vw;
    padding-left: 5.314vw;
    font-size: 3.14vw;
  }
  #rec_working .working_sec02 .grid .parts .check::before {
    top: 2vw;
    left: 0;
    width: 3.382vw;
    height: 2.657vw;
  }
  #rec_working .working_sec02 .grid .parts.p09, 
  #rec_working .working_sec02 .grid .parts.p10, 
  #rec_working .working_sec02 .grid .parts.p11, 
  #rec_working .working_sec02 .grid .parts.p12 {
    height: auto;
  }

  #rec_working .working_sec02 .grid .parts.p01 .ico img { width: 9.42vw; }
  #rec_working .working_sec02 .grid .parts.p02 .ico img { width: 7.729vw; }
  #rec_working .working_sec02 .grid .parts.p03 .ico img { width: 7.005vw; }
  #rec_working .working_sec02 .grid .parts.p04 .ico img { width: 5.435vw; }
  #rec_working .working_sec02 .grid .parts.p05 .ico img { width: 10.749vw; }
  #rec_working .working_sec02 .grid .parts.p06 .ico img { width: 9.3vw; }
  #rec_working .working_sec02 .grid .parts.p07 .ico img { width: 8.937vw; }
  #rec_working .working_sec02 .grid .parts.p08 .ico img { width: 5.435vw; }
  #rec_working .working_sec02 .grid .parts.p09 .ico img { width: 7.729vw; }
  #rec_working .working_sec02 .grid .parts.p10 .ico img { width: 5.435vw; }
  #rec_working .working_sec02 .grid .parts.p11 .ico img { width: 6.763vw; }
  #rec_working .working_sec02 .grid .parts.p12 .ico img { width: 7.729vw; }
  #rec_working .working_sec02 .grid .parts.p13 .ico img { width: 7.729vw; }
  #rec_working .working_sec02 .grid .parts.p14 .ico img { width: 10.87vw; }
  #rec_working .working_sec02 .grid .parts.p15 .ico img { width: 5.193vw; }
  #rec_working .working_sec02 .grid .parts.p16 .ico img { width: 7.005vw; }
  #rec_working .working_sec02 .grid .parts.p17 .ico img { width: 10.507vw; }
  #rec_working .working_sec02 .grid .parts.p18 .ico img { width: 8.092vw; }
  #rec_working .working_sec02 .grid .parts.p19 .ico img { width: 11.111vw; }
  #rec_working .working_sec02 .grid .parts.p20 .ico img { width: 11.594vw; }


  #rec_working .working_sec03 {
    background-color: var(--white);
  }
  #rec_working .working_sec03 .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #rec_working .working_sec03 .grid .parts {
    grid-column: span 1;
  }
  #rec_working .working_sec03 .grid .parts.p15 {
    grid-column: span 2;
  }
  #rec_working .working_sec03 .grid .parts .ico {
    height: 11.353vw;
  }
  #rec_working .working_sec04 .grid {
    margin-top: 7.246vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3.382vw; 
  }
  #rec_working .working_sec04 .grid .parts {
    grid-column: span 3;
  }
  #rec_working .working_sec04 .grid .parts.p19 {
    grid-column: span 3;
  }
  #rec_working .working_sec04 .grid .parts.p20 {
    grid-column: span 6;
  }
  #rec_working .working_sec04 .grid .parts .ico {
    height: 10.507vw;
  }
  #rec_working .working_sec05 {
    padding: 9.662vw 4.831vw 14.493vw;
    overflow: hidden;
  }
  #rec_working .working_sec05 .siro {
    margin-left: -6.31vw;
  }
  #rec_working .working_sec05 h2 {
    margin: -8.5vw 0 5.556vw;
  }
  #rec_working .working_sec05 .flow {
    margin-top: 4.6rem;
  }
  #rec_working .working_sec05 .parts {
    gap: 0 4.831vw;
  }
  #rec_working .working_sec05 .parts + .parts {
    margin-top: 6.039vw;
  }
  #rec_working .working_sec05 .parts .year {
    padding-top: 2.623vw;
    width: 21.981vw;
    height: 11.836vw;
    font-size: 3.865vw;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
  }
  #rec_working .working_sec05 .parts .txtbx {
    width: 63.527vw;
  }
  #rec_working .working_sec05 .parts .txtbx .ttl {
    margin-bottom: 0;
    font-size: 4.106vw;
  }
  #rec_working .working_sec05 .parts .txtbx .txt {
    font-size: 3.14vw;
    line-height: 192%;
    white-space: wrap;
  }

  #rec_working .working_sec05 .parts::after {
    left: 9vw;
    top: 13.043vw;
    bottom: auto;
    width: 3.623vw;
    height: 10.957vw;
    background: repeat-y center top / 100%;
  }




  /*募集要項*/
  #rec_job {
    margin: 10.87vw 4.831vw 0;
  }
  #rec_job .left_col {
    order: 2;
    width: 100%;
  }
  #rec_job .left_col .acd_container {
    margin-bottom: 6.059vw;
  }
  #rec_job .left_col .acd_title {
    padding: 4.227vw 3.623vw;
    font-size: 3.865vw;
    border-width: 0.121vw;
  }
  #rec_job .left_col .acd_title::after {
    right: 3.744vw;
    width: 3.14vw;
    height: 3.14vw;
  }
  /* 中身の設定 */
  #rec_job .acd_content {
    margin-top: 5.918vw;
  }
  #rec_job .acd_content li {
    border-top-width: 0.121vw;
    font-size: 3.14vw;
  }
  #rec_job .acd_content li a {
    padding: 3.623vw 0 3.623vw 6.159vw;
    font-size: 3.14vw;
  }
  #rec_job .acd_content li:last-of-type {
    border-bottom-width: 0.121vw;
  }
  #rec_job .acd_content li::after {
    width: 3.019vw;
    height: 2.415vw;
  }
  #rec_job .right_col {
    width: 100%;
    order: 1;
  }
  #rec_job .right_col .parts:last-of-type {
    margin-bottom: 11.353vw;
  }
  #rec_job .right_col .parts a {
    position: relative;
    padding: 7.246vw 0;
    width: 100%;
    border-top: 0.1rem solid #c7c7c7;
  }
  #rec_job .right_col .parts:last-of-type a {
    padding: 4.831vw 0;
    border-bottom: 0.1rem solid #c7c7c7;
  }
  #rec_job .right_col .parts a .img {
    display: flex;
    width: 100%;
    justify-content: left;
    gap: 0 3.865vw;
  }
  #rec_job .right_col .parts a .img img {
    width: 37.923vw;
  }
  #rec_job .right_col .parts a .textarea {
    width: 100%;
  }
  #rec_job .right_col .parts a .textarea .cate {
    display: none !important;
  }
  #rec_job .right_col .parts a .cate li,
  #rec_job .detail .cate li {
    padding: 0 2.778vw;
    border-width: 0.121vw;
    font-size: 3.14vw;
    line-height: 1.96;
    text-align: center;
  }
  #rec_job .right_col .parts a .cate li + li {
    margin-top: 2.053vw;
  }
  #rec_job .right_col .parts a .ttl {
    margin: 4.106vw 0 5.314vw;
    padding-left: 8.696vw;
    width: auto;
    font-size: 4.348vw;
  }
  #rec_job .right_col .parts a .ttl::before,
  #rec_job .detail h2::before {
    top: 1.208vw;
    width: 5.676vw;
    height: 5.435vw;
  }
  #rec_job .right_col .parts a .add dl {
    width: 55.193vw;
  }
  #rec_job .right_col .parts a .add dl dt {
    padding-left: 5.072vw;
    font-size: 3.14vw;
  }
  #rec_job .right_col .parts a .add dl dt::before {
    width: 3.382vw;
    height: 4.106vw;
  }
  #rec_job .right_col .parts a .add dl dd {
    font-size: 3.14vw;
  }
  #rec_job .right_col .parts a .link {
    width: 27.053vw;
    font-size: 3.14vw;
    line-height: 2.29;
  }
  #rec_job .right_col .parts a .link::before {
    bottom: -0.604vw;
    height: 0.375vw;
  }
  #rec_job .right_col .parts a .link::after {
    width: 3.019vw;
    height: 2.415vw;
  }

  /* 募集要項　詳細 */
  #rec_job .detail {
    margin-bottom: 100px;
  }
  #rec_job .detail .cate {
    margin-bottom: 4.589vw;
    gap: 1.932vw;
  }
  #rec_job .detail h2 {
    margin-bottom: 7.729vw;
    padding-left: 7.005vw;
    font-size: 4.589vw;
  }
  #rec_job .detail .eyecatch {
    margin-bottom: 9.662vw;
  }
  #rec_job .detail .block dl {
    display: block;
    padding: 6.059vw 0;
    border-top-width: 0.121vw;
  }
  #rec_job .detail .block dl:last-of-type {
    border-bottom-width: 0.121vw;
  }
  #rec_job .detail .block dl dt {
    display: block;
    padding-left: 0;
    width: auto;
    font-size: 3.14vw;
  }
  #rec_job .detail .block dl dd {
    padding: 2.415vw 0 0 0;
    width: auto;
    border-left: 0.121vw;
    font-size: 3.14vw;
  }
  #rec_job .detail .block dl dd a {
    color: var(--sub);
    text-decoration: underline;
  }
  #rec_job .detail .block dl dd a::after {
    display: none;
  }
  #rec_job .detail .block dl dd iframe {
    margin-top: 3.14vw;
    width: 100%;
  }
  #rec_job .detail .block dl dd.wysiwyg p {
    font-size: 3.14vw;
  }




  /* 採用エントリーフォーム */
  #rec_entry .entry_sec01 {
    margin: 10.507vw 4.831vw 0;
  }
  #rec_entry .entry_sec01 .siro {
    margin-left: -3.2vw;
  }
  #rec_entry .entry_sec01 h2 {
    margin: -8.681vw 0 5.556vw;
  }
  #rec_entry .entry_sec01 .txt {
    margin-bottom: 15.821vw;
    font-size: 3.382vw;
    line-height: 1.9;
    letter-spacing: 0;
  }
  #rec_entry .entry_sec01 .kome {
    font-size: 3.14vw;
    line-height: 1.23;
  }
  #rec_entry .entry_sec01 .hissu {
    padding: 0 0.725vw;
    font-size: 2.657vw;
    border-radius: 3px;
  }
  
  #rec_entry .entry_sec01 .kome .hissu { 
    padding: 0.725vw;
  }
  #rec_entry .entry_sec01 table {
    margin: 4.952vw 0 10.87vw;
  }
  #rec_entry .entry_sec01 table tr {
    border-top-width: 1px;
  }
  #rec_entry .entry_sec01 table tr:last-of-type {
    border-bottom-width: 1px;
  }
  #rec_entry .entry_sec01 table th,
  #rec_entry .entry_sec01 table td {
    display: block;
    width: 100%;
  }
  #rec_entry .entry_sec01 table th {
    padding-top: 5.676vw;
    text-align: left;
    padding-left: 0;
  }
  #rec_entry .entry_sec01 table td {
    padding: 3.14vw 0 5.676vw 0;
  }
  #rec_entry .entry_sec01 table th p {
    font-size: 3.382vw;
    justify-content: left;
    gap: 0 3.623vw;
  }
  #rec_entry table tr td input {
    padding: 3.261vw 3.865vw;
    font-size: 3.382vw;
  }
  #rec_entry .checkblock {
    font-size: 3.382vw;
  }
  #rec_entry .checkblock.radio_bx + .radio_bx {
    margin-top: 3.623vw;
  }
  #rec_entry .checkblock label {
    padding-left: 8.696vw;
  }
  #rec_entry .checkblock label::before {
    width: 6.763vw;
    height: 6.763vw;
    border-width: 0.242vw;
  }
  #rec_entry .checkblock input[type="checkbox"] + label::after {
    left: 2vw;
  }
  #rec_entry .checkblock label {
    padding-left: 10.145vw;
  }
  #rec_entry .checkblock .visually-hidden + label::before {
    width: 6.28vw;
    height: 6.28vw;
    border-width: 0.121vw;
  }
  #rec_entry .checkblock .visually-hidden + label::after {
    width: 3.14vw;
    height: 3.14vw;
    left: 1.5vw;
  }
  #rec_entry .check .txt {
    margin: 2vw 0 0 3.14vw;
    text-indent: -3.14vw;
    line-height: 1.76;
  }
  #rec_entry .check .txt a[target="_blank"] {
    padding-right: 5vw;
  }
  #rec_entry .check .txt a[target="_blank"]::after {
    right: 1.5vw;
    width: 3.14vw;
    height: 3.14vw;
  }
  #rec_entry .input_btn_list {
    gap: 3.382vw;  
  }
  #rec_entry .input_btn_list .link {
    width: 43.478vw;
  }
  #rec_entry .input_btn_list .link input {
    display: block;
    padding: 3.865vw 0 3.865vw 14.333vw;
    width: 100%;
    border-width: 0.121vw;
    font-size: 3.382vw;
    line-height: 1.37;
    text-align: left;
  }
  #rec_entry .input_btn_list .inptbtn.link input {
    padding-left: 8vw;
  }
  #rec_entry .input_btn_list .ct_back input {
    padding-left: 11vw;
  }
  #contact .input_btn_list .ct_back input {
    padding: 3.865vw 0 3.865vw;
  }
  #rec_entry .input_btn_list .link::after {
    right: 3.623vw;
    width: 3.019vw;
    height: 2.415vw;
  }
  #rec_entry .input_btn_list .link.ct_back::after {
    left: 3.623vw;
    width: 3.019vw;
    height: 2.415vw;
  }
  #rec_entry .complete .link a {
    padding: 3.623vw 0;
    width: 43.478vw;
    font-size: 3.382vw;
  }
  #recruit #rec_entry .link a::after {
    top: 50%;
  }
  
  #rec_entry .error {
    margin-top: 2vw;
  }




}

@media screen and (max-width: 540px) {
  #recruit .sec05 {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 375px) {
  #recruit .sec05 {
    margin-top: -20vw;
  }
}

/* pcのみのhoverアクションはここ */
@media (hover: hover) and (pointer: fine) {
  #header nav ul li a:hover::before {
    transform: scale(1, 1);
  }
  #header nav .btn a:hover {
    color: var(--white);
    background-color: var(--txt);
  }
  #footer .right_col li a:hover {
    opacity: 0.7;
  }
  .recruit .left_col ul li a:hover {
    background: var(--sub);
    box-shadow: 8px 8px 16px 0 rgba(51, 51, 51, 0.24);
  }
  .recruit .left_col ul li a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12rem;
    height: 0.1rem;
    background-color: var(--accent);
  }
  .recruit .inner_wrap .inner_1440 .link_ico a:hover {
    color: var(--txt);
    background-color: var(--white);
  }
  
  .link_list ul li a:hover::after {
    bottom: 1.4rem;
  }

  
  #news .category_list ul li a:hover {
    background-color: var(--bg05);
  }
  #news .box li.link a:hover::before {
    right: 0;
  }
  
  #business .sec02 #pride .iso_block .link button:hover::after {
    right: 1.4rem;
    top: 25%;
  }

  #contact .input_btn_list .ct_send:hover::after {
    right: 1.5rem;
  }
  #contact .input_btn_list .ct_back:hover::after {
    left: 1.5rem;
  }



  
  #recruit #header.is_scroll nav ul.li_nav li a:hover {
    color: var(--sub);
  }
  #recruit #header nav .li_nav li.job:hover .sub {
    opacity: 1;
    visibility: visible;
  }
  
  #recruit #header nav ul li.job:hover a::after {
    /*background: url(../../images/src/common/recruit_arrow_btm_blue.svg) no-repeat right center / 100%;*/
  }
  
  #recruit #header nav ul.rec_nav li:first-of-type a:hover {
    background-color: #66B3FF;
  }
  #recruit #header nav ul.rec_nav li:last-of-type a:hover {
    background-color: #668CB2;
  }
  #recruit #header ul.li_nav li a:hover::before { 
    width: 100%;
  }
  #recruit #footer .left_col .link a:hover::before {
    background: url(../../images/src/common/ico_mail_white.svg) no-repeat left center / 100%;
  }
  #recruit #footer .left_col .link a:hover::after {
    background-image: url(../../images/src/common/arrow_right_white.svg);
  }
  #recruit #footer .right_col li a:hover {
    color: var(--sub);
    opacity: 1;
  }
  
  .cta_recruit .block .parts ul li a:hover {
    color: #fff;
  }
  
  .cta_recruit .block .parts ul li a:hover .bg,
  #recruit .sec02 .right_col .parts a:hover .bg,
  #recruit .sec05 .right_col ul li a:hover .bg,
  #rec_entry .input_btn_list .link:hover .bg {
    width: 100%;
  }
  .cta_recruit .block .parts ul li:last-of-type a:hover {
    color: var(--sub03);
  }
  .cta_recruit .block .parts:last-of-type ul li:last-of-type a:hover,
  #rec_entry .input_btn_list .link:hover input {
    color: var(--sub);
  }
  #rec_entry .input_btn_list .ct_back:hover input {
    color: #626262;
  }
  #rec_entry .input_btn_list .link.ct_back:hover::after {
    background-image: url(../../images/src/common/arrow_left_gray.svg);

  }
  .cta_recruit .block .parts ul li a:hover::after {
    background-image: url(../../images/src/common/arrow_right_white.svg);
  }
  .cta_recruit .block .parts ul li:last-of-type a:hover::after {
    background-image: url(../../images/src/common/arrow_right_lightblue.svg);
  }
  .cta_recruit .block .parts:last-of-type ul li:last-of-type a:hover::after,
  #rec_entry .input_btn_list .link:hover::after {
    background-image: url(../../images/src/common/arrow_right_blue.svg);
  }
  #recruit .link a:hover::after {
    background-image: url(../../images/src/common/arrow_right_white.svg);
  }
  #recruit .anchor_link  a:hover::after {
    background-image: url(../../images/src/common/arrow_bottom_white.svg);
  }
  #recruit .sec04 .parts a:hover img,
  #recruit .sec05 .right_col ul li a img {
    opacity: 1;
  }
  #recruit .sec04 .parts a:hover::before {
    transform: scaleY(3);
  }
  #rec_job .acd_content li:hover::before,
  #rec_job .right_col .parts a:hover::before,
  #recruit .anchor_link li a:hover .bg,
  #rec_entry .complete .link a:hover::before {
    width: 100%;
  }
  #rerecruitc_data .bnr_area .bx a:hover img {
    opacity: 1;
  }
  #recruit .bnr_area .bx a:hover::before {
    transform: scaleY(3);
  }
  #rec_work .work_sec03 .tab_menu li:hover {
    color: var(--white);
    background-color: var(--sub);
  }
  .movie_area button:hover::after {
    transform: scale(1.1);
    opacity: 0;
    transition: transform 1.6s cubic-bezier(.19,1,.22,1),
                opacity   1.6s cubic-bezier(.19,1,.22,1);
  }
  #rec_entry .complete .link a:hover {
    color: var(--sub);
  }
  #recruit #rec_entry .link a:hover::after {
    background-image: url(../../images/src/common/arrow_right_blue.svg);
  }
  
  #notice .block .box ul li a:hover::after {
    right: 0;
  }
  
  
  
}