
html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  font-family: "Yu Gothic", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
    font-size: 1.4rem;
  }

  .globalHeader .logo {
    width: 205px;
    height: 20px;
    float: left;
    margin: 12px 0 0 12px;
  }
}

.page-template-page-recruit.page-child .site-header{
  display: block;
}

.globalHeaderInner .logo{
  width: auto;
}

.globalHeaderInner .logo a{
  display: flex;
  color: initial;
  text-decoration: none;
  align-items: flex-end;
}

.globalHeaderInner .logo a img{
  width: 470px;
  display: block;
  margin: 0;
}

.globalHeaderInner .logo .recruit-ttl{
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 7px;
}

@media (max-width: 768px){
  .globalHeaderInner .logo .recruit-ttl{
    font-size: 14px;
    padding-bottom: 4px;
  }

  .globalHeaderInner .logo a img {
    width: 220px;
  }
}

#footer #pageTop {
    width: 33px;
    height: 77px;
    position: fixed;
    right: 8px;
    bottom: -15px;
    z-index: 10;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}

#footer #pageTop a::before {
    content: "";
    background: url(../img/recruit/pagetop-arrow.png) no-repeat center center / cover;
    width: 24px;
    height: 15px;
    display: block;
    margin: 11px auto 5px;
}

#footer #pageTop a::after {
    content: "";
    background: url(../img/recruit/pagetop-txt.png) no-repeat center center / cover;
    width: 21px;
    height: 17px;
    display: block;
    margin: auto;
}

.container{
  width: min(100%, 980px);
  padding: 0 20px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

a.link-btn{
  width: 360px;
  padding: 18px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #042175;
  border: 1px solid #042175;
  border-radius: 100px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  transition: .4s;
}

a.link-btn:hover{
  color: #fff;
  background-color: #042175;
}

.bottom-nav ul{
  width: 670px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 20px;
  padding-bottom: 85px;
}

.bottom-nav ul li{
  width: calc((100% - 40px) / 3);
}

.bottom-nav ul li a{
  border-radius: 100px;
  border: 1px solid #042175;
  color: #042175;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  transition: .4s;
}

.bottom-nav ul li a:hover{
  color: #fff;
  background-color: #042175;
}

@media (max-width: 768px){
  a.link-btn{
    width: 100%;
    padding: 18px 0;
  }

  .bottom-nav ul{
    width: 100%;
    padding: 0 10px;
    gap: 11px 9px;
    padding-bottom: 70px;
    box-sizing: border-box;
  }

  .bottom-nav ul li{
    width: calc((100% - 9px) / 2);
  }

  .bottom-nav ul li a{
    padding: 15px 0;
  }
}

/* =========================
   card stack
========================= */
.cardStack {
  position: relative;
}

.cardStack__sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.cardStack__stage {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1200px;
  transform-style: preserve-3d;
  isolation: isolate;
}

/* =========================
   PC: card stack
========================= */
@media (min-width: 768px) {
  .stackCard {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.55s;
  }

  .stackCard--first {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }

  .stackCard--panel,
  .stackCard--outro {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    visibility: hidden;
  }

  .stackCard.is-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    z-index: 30;
    pointer-events: auto;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .stackCard.is-past {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    z-index: 20;
    pointer-events: none;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .stackCard.is-waiting {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
  }

  .stackCard--panel {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .stackCard--outro {
    background: #fff;
    overflow: hidden;
  }

  .stackCard__outroInner {
    min-height: 100vh;
    background: #fff;
    will-change: transform;
  }

  .stackCard.is-leaving-down {
    transform: translate3d(0, 100%, 0);
    opacity: 1;
    visibility: visible;
    z-index: 40;
    pointer-events: none;
    transition:
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0s;
  }

  .stackCard__inner {
    width: min(100%, 960px);
    padding: 0 20px;
    transform: translateY(24px);
    opacity: 0.35;
    transition:
      transform 0.35s ease,
      opacity 0.35s ease;
    height: 100%;
  }

  .stackCard.is-current .stackCard__inner,
  .stackCard.is-past .stackCard__inner {
    transform: translateY(0);
    opacity: 1;
  }

  .cardNav {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    z-index: 30;
    text-align: center;
  }

  .cardNav__btn {
    width: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    animation: arrowBounce 1.6s ease-in-out infinite;
  }
}

/* =========================
   first card
========================= */
.cardHeader {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.stackCard__mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 160px);
  padding-top: 160px;
  overflow: hidden;
}

.stackCard__mv picture,
.stackCard__mv img {
  display: block;
  width: 100%;
  height: 100%;
}

.stackCard__mv img {
  object-fit: cover;
  object-position: top center;
}

.stackCard__inner {
  width: min(100%, 960px);
  padding: 0 20px;
  transform: translateY(24px);
  opacity: 0.35;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  height: 100%;
}


.stackCard h1.read{
  font-size: 45px;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.stackCard .content-box h2{
  font-size: 25px;
  font-weight: 600;
}

.stackCard#about{
  background-color: #fff;
}

.stackCard.stackCard--panel::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 50%, #CC0011 50%);
  display: block;
  width: 85px;
  height: 85px;
  z-index: 10;
}

.stackCard.stackCard--panel .img-deco{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.stackCard#about .content-box{
  display: flex;
  padding-top: 190px;
  gap: 68px;
}

.stackCard#about .content-box .text-wrap{
  width: 40%;
  max-width: 365px;
  line-height: 1.8;
  position: relative;
}

.stackCard#about .content-box .text-wrap h2{
  margin-bottom: 45px;
}

.stackCard#about .content-box .text-wrap p{
  margin-bottom: 30px;
}

.stackCard#about .content-box figure{
  max-width: 720px;
  width: calc(50vw + 360px);
  margin-right: calc(50% - 50vw);
  margin-top: -30px;
}

.stackCard#number{
  background-color: #042175;
}

.stackCard#number .content-box{
  padding-top: 60px;
}

.stackCard#number .content-box h2{
  color: #fff;
  margin-bottom: 55px;
}

.stackCard#number .content-box ul{
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}

.stackCard#number .content-box ul li{
  width: calc((100% - 100px) / 3);
  background-color: #fff;
  position: relative;
}

.stackCard#number .content-box ul li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 50%, #CC0011 50%);
  display: block;
  width: 37px;
  height: 37px;
}

.stackCard#number .content-box ul li dl{
  display: flex;
  flex-direction: column;
  padding: 47px 20px 27px;
}

.stackCard#number .content-box ul li dl dt{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.stackCard#number .content-box ul li dl dt span{
  font-size: 12px;
}

.stackCard#number .content-box ul li dl dd:last-of-type{
  order: -1;
  margin: auto;
  margin-bottom: 50px;
}

.stackCard#number .content-box ul li dl dd img{
  height: 185px;
  width: auto;
}

.stackCard#number .content-box .link-btn{
  margin: auto;
}

.stackCard#work{
  background: #fff;
}

.stackCard#work .img-deco{
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
  max-width: 700px;
  height: auto;
}

.stackCard#work .content-box{
  display: flex;
  justify-content: space-between;
}

.stackCard#work .content-box picture.bg-image{
  height: 100%;
  width: calc(50vw + 360px);
  margin-left: calc(50% - 50vw);
}

.stackCard#work .content-box .detail--wrap{
  max-width: 610px;
  padding-left: 50px;
}

.stackCard#work .content-box .detail--wrap .ttl--wrap{
  display: flex;
  align-items: flex-start;
  padding-top: 45px;
  margin-bottom: 40px;
}

.stackCard#work .content-box .detail--wrap .ttl--wrap::before{
  content: "";
  display: block;
  width: 6px;
  height: 70px;
  background-color: #CC0011;
  margin-right: 30px;
}

.stackCard#work .content-box .detail--wrap .ttl--wrap h2{
  padding-top: 10px;
}

.stackCard#work .content-box .detail--wrap .ttl--wrap span{
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: .5em;
}

.stackCard#work .content-box .detail--wrap .ttl--wrap span::before,
.stackCard#work .content-box .detail--wrap .ttl--wrap span::after{
  display: block;
  background-color: #000;
  width: 1em;
  height: 1px;
  content: "";
}

.stackCard#work .content-box .detail--wrap h3{
  margin-bottom: 16px;
}

.stackCard#work .content-box .detail--wrap ul{
  display: flex;
  gap: 48px;  
  margin-top: 30px;
}

.stackCard#work .content-box .detail--wrap ul li{
  width: calc((100% - 48px) / 2); 
}

.stackCard#work .content-box .detail--wrap ul li dl{
  display: flex;
  flex-direction: column;
}

.stackCard#work .content-box .detail--wrap ul li dl dt{
  font-weight: 600;
  margin: 28px 0 20px;
  height: 3em;
}

.stackCard#work .content-box .detail--wrap ul li dl dd:last-of-type{
  order: -1;
}

.stackCard#work .content-box .detail--wrap .link-btn{
  margin-top: 20px;
  margin-left: -40px;
}

.stackCard#interview{
  background-color: #C4DCE8;
}

.stackCard#interview .img-deco:first-of-type{
  max-width: 1250px;
}

.stackCard#interview .img-deco:last-of-type{
  right: 0;
  bottom: 0;
  top: initial;
  left: initial;
  max-width: 300px;
}

.stackCard#interview .ttl--wrap{
  padding-top: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-weight: 600;
}

.stackCard#interview .ttl--wrap h2{
  background-color: #fff;
  border-bottom: 4px solid #CC0011;
  margin-right: 15px;
  flex-shrink: 0;
  padding: 13px 10px;
}

.stackCard#interview ul{
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: space-between;
}

.stackCard#interview ul li{
  width: calc((100% - 45px) / 2);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}

.stackCard#interview ul li .item-image{
  width: 165px;
  margin: 0;
}

.stackCard#interview ul li .text-wrap{
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - 185px);
}

.stackCard#interview ul li .text-wrap .num-img img{
  height: 43px;
  margin-bottom: 10px;
}

.stackCard#interview ul li .text-wrap h3{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.stackCard#interview ul li .text-wrap .name{
  font-size: 17px;
}

.stackCard#interview ul li .text-wrap .division{
  font-size: 13px;
}

.stackCard#interview .link-btn{
  margin: auto;
  margin-top: 38px;
}

.stackCard#life{
  background-color: #fff;
}

.stackCard#life .img-deco{
  left: initial;
  right: 0;
  max-width: 725px;
}

.stackCard#life .item-image {
  margin-top: 45px;
  width: min(1400px, calc(100vw - 20px));
  margin-left: 50%;
  padding: 0 10px;
  transform: translateX(-50%);
  display: block;
}

.stackCard#life .link-btn{
  margin: auto;
}

.stackCard#life h2{
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 4px solid #CC0011;
  margin-bottom: 30px;
}

/* =========================
   outro content
========================= */
.requirements--wrap {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  padding: 65px 0 145px;
  box-sizing: border-box;
}

.requirements--wrap{
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  padding: 65px 0 145px;
  box-sizing: border-box;
}

.requirements--wrap .img-deco{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 185px;
}

.requirements--wrap h2{
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}

.requirements--wrap h2::after{
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background-color: #CC0011;
  margin: auto;
  margin-top: 20px;
}

.requirements--wrap table{
  margin: 40px auto 0;
  width: 100%;
}

.requirements--wrap table th,
.requirements--wrap table td{
  padding: 25px 0;
  border-top: 1px solid #C9C9C9;
}

.requirements--wrap table tr:last-of-type th,
.requirements--wrap table tr:last-of-type td{
  border-bottom: 1px solid #C9C9C9;
}

.requirements--wrap table th{
  color: #042175;
  font-weight: 600;
  vertical-align: top;
  padding-right: 30px;
}

.faq--wrap{
  padding-bottom: 125px;
}

.faq--wrap .faq--contentwrap{
  padding-top: 95px;
}

.faq--wrap .faq--contentwrap h2{
  font-size: 25px;
  font-weight: 600;
  display: block;
  width: 320px;
  height: 143px;
  background: url(../img/recruit/faq-ttl.png)no-repeat;
  background-size: cover;
  position: relative;
  margin: auto;
}

.faq--wrap .faq--contentwrap h2 span{
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.accordion {
  border-top: 1px solid #707070;
  padding: 35px 0;
}

.accordion-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  background: none;
  border: 0;
}

.accordion-trigger .ques-icon{
  display: block;
  padding-right: 40px;
  width: 47px;
}

.accordion-trigger .open-icon{
  margin-left: auto;
  display: block;
  width: 28px;
  height: 28px;
  background-color: #DBDBDB;
  position: relative;
}

.accordion-trigger .open-icon::before,
.accordion-trigger .open-icon::after{
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
}

.accordion-trigger .open-icon::after{
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-trigger.is-open .open-icon::after{
  transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
}

.accordion-content {
  padding-left: 87px;
  display: none;
  padding-top: 30px;
}

.footer-contactwrap{
  position: relative;
}

.footer-contactwrap .bg-item{
  width: 100%;
}

.footer-contactwrap .contact--btnwrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.footer-contactwrap .contact--btnwrap h2{
  font-size: 25px;
}

.footer-contactwrap .contact--btnwrap p{
  font-size: 15px;
}

.footer-contactwrap .contact--btnwrap a{
  font-size: 28px;
  display: block;
  width: 360px;
  padding: 24px 0;
  background-color: #fff;
  color: #042175;
  transition: .4s;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1.2;
  margin: 35px auto 0;
}

.footer-contactwrap .contact--btnwrap a:hover{
  opacity: .7;
}

.footer-contactwrap .contact--btnwrap a span{
  font-size: 15px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 768px) {
  /* =========================
    first card
  ========================= */
  .cardHeader {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }

  .stackCard__mv {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    padding-top: 100px;
    overflow: hidden;
  }

  .stackCard__inner {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .stackCard h1.read{
    font-size: 34px;
    left: 4%;
  }

  .stackCard .content-box h2{
    font-size: 20px;
  }

  .stackCard.stackCard--panel::before{
    width: 50px;
    height: 50px;
  }

  .stackCard#about .img-deco{
    max-width: 125px;
  }

  .stackCard#about .content-box{
    flex-direction: column;
    padding-top: 40px;
    gap: 45px;
  }

  .stackCard#about .content-box .text-wrap{
    width: 100%;
    max-width: 100%;
  }

  .stackCard#about .content-box .text-wrap h2{
    margin-bottom: 35px;
  }

  .stackCard#about .content-box .text-wrap p{
    margin-bottom: 10px;
  }

  .stackCard#about .content-box figure{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    order: -1;
  }

  .stackCard#number .content-box{
    padding-top: 60px;
  }

  .stackCard#number .content-box h2{
    margin-bottom: 40px;
  }

  .stackCard#number .content-box ul{
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
  }

  .stackCard#number .content-box ul li{
    width: 100%;
  }

  .stackCard#number .content-box ul li::before{
    width: 26px;
    height: 26px;
  }

  .stackCard#number .content-box ul li dl{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 30px 1fr;
    padding: 25px 10px 25px 17px;
  }

  .stackCard#number .content-box ul li dl dt{
    font-size: 15px;
    margin-bottom: 15px;
    grid-column: 2 / 3;
  }

  .stackCard#number .content-box ul li dl dt span{
    font-size: 10px;
  }

  .stackCard#number .content-box ul li dl dd:first-of-type{
    grid-column: 2 / 3;
    font-size: 13px;
  }

  .stackCard#number .content-box ul li dl dd:last-of-type{
    margin: 0;
    margin-bottom: 0;
    grid-column: 1 / 2;
    padding-right: 15px;
  }

  .stackCard#number .content-box ul li dl dd img{
    height: auto;
  }

  .stackCard#number .content-box ul li:last-of-type dl dd img{
    max-height: 140px;
    display: block;
  }

  .stackCard#number .content-box .link-btn{
    margin: auto;
  }

  .stackCard#work .img-deco{
    top: 0;
    left: initial;
    right: 0;
    bottom: initial;
    max-width: 700px;
    height: auto;
  }

  .stackCard#work .content-box{
    flex-direction: column;
    justify-content: space-between;
  }

  .stackCard#work .content-box picture.bg-image{
    height: 100%;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .stackCard#work .content-box .detail--wrap{
    max-width: 100%;
    padding-left: 0;
  }

  .stackCard#work .content-box .detail--wrap .ttl--wrap{
    padding-top: 20px;
    margin-bottom: 25px;
  }

  .stackCard#work .content-box .detail--wrap .ttl--wrap::before{
    content: none;
  }

  .stackCard#work .content-box .detail--wrap .ttl--wrap h2{
    padding-top: 10px;
  }

  .stackCard#work .content-box .detail--wrap h3{
    margin-bottom: 8px;
  }

  .stackCard#work .content-box .detail--wrap ul{
    flex-direction: column;
    gap: 20px;  
    margin-top: 20px;
  }

  .stackCard#work .content-box .detail--wrap ul li{
    width: 100%; 
  }

  .stackCard#work .content-box .detail--wrap ul li dl{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr auto;
    gap: 0;
  }

  .stackCard#work .content-box .detail--wrap ul li dl dt{
    padding: 15px 0 10px 10px;
    margin: 0;
    height: auto;
    grid-column: 2 / 3;
  }

  .stackCard#work .content-box .detail--wrap ul li dl dd:first-of-type{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 12px;
    padding-left: 10px;
  }
  
  .stackCard#work .content-box .detail--wrap ul li dl dd:last-of-type{
    padding-right: 10px;
    grid-row: 1 / 3;
  }

  .stackCard#work .content-box .detail--wrap .link-btn{
    margin-top: 20px;
    margin-left: 0;
  }

  .stackCard#interview .img-deco:first-of-type{
    max-width: 178px;
    right: 0;
    left: initial;
  }

  .stackCard#interview .img-deco:last-of-type{
    display: none;
  }

  .stackCard#interview .ttl--wrap{
    padding-top: 65px;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .stackCard#interview .ttl--wrap h2{
    margin-right: 0;
    flex-shrink: 0;
    padding: 13px 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .stackCard#interview ul{
    flex-direction: column;
    gap: 30px;
  }

  .stackCard#interview ul li{
    width: 100%;
    display: flex;
    gap: 16px;
  }

  .stackCard#interview ul li .item-image{
    width: 90px;
    margin: 0;
  }

  .stackCard#interview ul li .text-wrap{
    width: calc(100% - 90px);
  }

  .stackCard#interview ul li .text-wrap .num-img img{
    height: 21px;
    margin-bottom: 3px;
  }

  .stackCard#interview ul li .text-wrap h3{
    font-size: 14px;
    margin-bottom: 3px;
  }

  .stackCard#interview ul li .text-wrap .name{
    font-size: 14px;
  }

  .stackCard#interview ul li .text-wrap .division{
    font-size: 10px;
  }

  .stackCard#interview .link-btn{
    margin-top: 25px;
  }

  .stackCard#life .img-deco{
    left: initial;
    right: 0;
    max-width: 725px;
  }

  .stackCard#life .item-image{
    margin-top: 0px;
    padding: 15px 10px;
  }

  .stackCard#life h2{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: center;
  }

  /* =========================
    outro content
  ========================= */
  .requirements--wrap {
    padding: 50px 0 85px;
  }

  .requirements--wrap .img-deco{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 67px;
  }

  .requirements--wrap h2{
    font-size: 20px;
  }

  .requirements--wrap h2::after{
    margin-top: 15px;
  }

  .requirements--wrap table{
    margin: 25px auto 0;
  }

  .requirements--wrap table th,
  .requirements--wrap table td{
    padding: 18px 0;
  }

  .requirements--wrap table th{
    padding-right: 10px;
    text-wrap: nowrap;
  }

  .faq--wrap{
    padding-bottom: 70px;
  }

  .faq--wrap .faq--contentwrap{
    padding-top: 40px;
  }

  .faq--wrap .faq--contentwrap h2{
    font-size: 20px;
    width: 185px;
    height: 82px;
  }

  .faq--wrap .faq--contentwrap h2 span{
    bottom: 35px;
  }

  .accordion {
    padding: 30px 0;
  }

  .accordion-trigger {
    text-align: left;
  }

  .accordion-trigger .ques-icon{
    padding-right: 15px;
    flex-shrink: 0;
  }

  .accordion-trigger .open-icon{
    flex-shrink: 0;
  }

  .accordion-content {
    padding-left: 0;
    padding-top: 20px;
  }

  .footer-contactwrap{
    position: relative;
  }

  .footer-contactwrap .bg-item{
    width: 100%;
  }

  .footer-contactwrap .contact--btnwrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .footer-contactwrap .contact--btnwrap h2{
    font-size: 19px;
  }

  .footer-contactwrap .contact--btnwrap p{
    font-size: 13px;
  }

  .footer-contactwrap .contact--btnwrap a{
    font-size: 26px;
    width: 100%;
    padding: 20px 0;
    color: #042175;
    margin: 135px auto 0;
  }

  .footer-contactwrap .contact--btnwrap a span{
    font-size: 14px;
  }
}

/* =========================
   about page
========================= */

.aboutpage .headding-wrap{
  position: relative;
}

.aboutpage .headding-wrap .img-deco{
  position: absolute;
  right: 90px;
  top: 120px;
  width: 420px;
  z-index: 5;
}

.aboutpage .headding-wrap .img-deco.sp{
  display: none;
}

.aboutpage .headding-wrap .headding-ttl{
  position: relative;
}

.aboutpage .headding-wrap .headding-ttl picture img{
  width: 100%;
}

.aboutpage .headding-wrap .headding-ttl h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: 600;
  width: min(100%, 960px);
  padding: 0 20px;
  display: block;
  margin: auto;
}

.aboutpage .headding-wrap .intro-txt{
  margin-top: 25px;
  line-height: 2;
}

.aboutpage .headding-wrap .product-wrap{
  margin-top: 55px;
}

.aboutpage .headding-wrap .product-wrap h2{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-left: 23px;
  display: block;
  width: fit-content;
  margin: auto;
}

.aboutpage .headding-wrap .product-wrap h2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 50%, #CC0011 50%);
  display: block;
  width: 25px;
  height: 25px;
  z-index: 10;
}

.aboutpage .headding-wrap .product-wrap ul{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 35px;
}

.aboutpage .headding-wrap .product-wrap ul li{
  width: calc((100% - 100px) / 3);
  background-color: #042175;
  color: #fff;
}

.aboutpage .headding-wrap .product-wrap ul li dl{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 430px;
}

.aboutpage .headding-wrap .product-wrap ul li dt{
  font-size: 18px;
  margin: 30px 0 15px;
  font-weight: 600;
}

.aboutpage .headding-wrap .product-wrap ul li dd:first-of-type{
  padding: 0 20px;
  font-size: 15px;
}

.aboutpage .headding-wrap .product-wrap ul li dd:last-of-type{
  order: -1;
  width: 100%;
  background-color: #F7F7F7;
  padding: 50px 0 35px;
}

.aboutpage .headding-wrap .product-wrap ul li dd:last-of-type img{
  width: 250px;
  margin: auto;
  display: block;
}

.aboutpage .share-wrap{
  background-color: #042175;
  position: relative;
  margin-top: 120px;
  color: #fff;
  padding: 70px 0 90px;
  box-sizing: border-box;
}

.aboutpage .share-wrap .img-deco{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 920px;
}

.aboutpage .share-wrap .content-box{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
}

.aboutpage .share-wrap .content-box .left-wrap h2{
  font-size: 25px;
}

.aboutpage .share-wrap .content-box .left-wrap,
.aboutpage .share-wrap .content-box .right-wrap{
  width: 50%;
}

.aboutpage .share-wrap .content-box .left-wrap figure{
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 900px;
}

  .aboutpage .share-wrap .content-box .left-wrap figure .car-image.sp{
    display: none;
  }

.aboutpage .share-wrap .content-box:first-of-type h2{
  padding-bottom: 540px;
}

.aboutpage .share-wrap .content-box:first-of-type .right-wrap img{
  max-width: 410px;
  margin-bottom: 68px;
}

.aboutpage .share-wrap .content-box:last-of-type{
  padding-top: 40px;
}

.aboutpage .share-wrap .content-box:last-of-type .left-wrap p{
  line-height: 1.8;
  margin-top: 40px;
  padding-right: 55px;
}

.aboutpage .share-wrap .content-box:last-of-type .right-wrap figure{
  max-width: 650px;
  width: calc(50vw + 360px);
  margin-right: calc(50% - 50vw);
  margin-top: -120px;
  margin-left: -80px;
}

.aboutpage .share-wrap .content-box:last-of-type .right-wrap figure img{
  width: 100%;
}

.aboutpage .flow-wrap{
  padding: 120px 0 300px;
  position: relative;
  box-sizing: border-box;
}

.aboutpage .flow-wrap h2{
}

.aboutpage .flow-wrap h2 img{
  width: 435px;
  display: block;
  margin: auto;
}

.aboutpage .flow-wrap > p{
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}

.aboutpage .flow-wrap .flow-content .flow-image{
  max-width: 1336px;
  margin: auto;
  display: block;
}

  .aboutpage .flow-wrap .flow-content .flow-image.sp{
    display: none;
}

.aboutpage .flow-wrap .flow-content ul{
  display: flex;
  gap: 60px;
  margin-top: 20px;
}

.aboutpage .flow-wrap .flow-content ul li{
  width: calc((100% - 120px) / 3);
}

.aboutpage .flow-wrap .flow-content ul li dt{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.aboutpage .flow-wrap .flow-content ul li dd{
  font-size: 15px;
}

.aboutpage .flow-wrap .img-deco{
  position: absolute;
  max-width: 570px;
  right: -200px;
  bottom: -150px;
}

@media (max-width: 768px){
  .aboutpage .headding-wrap{
    display: flex;
    flex-direction: column;
  }

  .aboutpage .headding-wrap .img-deco{
    position: initial;
    width: auto;
    max-width: 100%;
    display: none;
  }

  .aboutpage .headding-wrap .img-deco.sp{
    display: block;
  }

  .aboutpage .headding-wrap .headding-ttl h1{
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
  }

  .aboutpage .headding-wrap .intro-txt{
    margin-top: 25px;
    line-height: 2;
  }

  .aboutpage .headding-wrap .product-wrap h2{
    font-size: 20px;
  }

  .aboutpage .headding-wrap .product-wrap ul{
    flex-direction: column;
    gap: 10px;
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }

  .aboutpage .headding-wrap .product-wrap ul li{
    width: 100%;
  }

  .aboutpage .headding-wrap .product-wrap ul li dl{
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 45px auto;
    align-items: center;
    height: auto;
  }

  .aboutpage .headding-wrap .product-wrap ul li dt{
    font-size: 15px;
    padding: 0 10px;
    margin: 0;
  }

  .aboutpage .headding-wrap .product-wrap ul li dd:first-of-type{
    padding: 0px 10px;
    font-size: 13px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .aboutpage .headding-wrap .product-wrap ul li dd:last-of-type{
    padding: 53px 10px 35px;
    grid-row: 1 / 3;
    box-sizing: border-box;
  }

  .aboutpage .headding-wrap .product-wrap ul li dd:last-of-type img{
    width: 100%;
  }

  .aboutpage .share-wrap{
    margin-top: 120px;
    padding: 100px 0 80px;
    overflow: hidden;
  }

  .aboutpage .share-wrap .img-deco{
    max-width: 100%;
  }

  .aboutpage .share-wrap .content-box{
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
    position: relative;
  }

  .aboutpage .share-wrap .content-box .left-wrap h2{
    font-size: 20px;
  }

  .aboutpage .share-wrap .content-box .left-wrap,
  .aboutpage .share-wrap .content-box .right-wrap{
    width: 100%;
  }

  .aboutpage .share-wrap .content-box .left-wrap figure{
    position: absolute;
    bottom: initial;
    left: initial;
    top: 0;
    right: -210px;
    width: 400px;
  }
  
  .aboutpage .share-wrap .content-box .left-wrap figure .car-image{
    display: none;
  }

  .aboutpage .share-wrap .content-box .left-wrap figure .car-image.sp{
    display: block;
  }

  .aboutpage .share-wrap .content-box:first-of-type h2{
    padding-bottom: 0;
  }

  .aboutpage .share-wrap .content-box:first-of-type .right-wrap img{
    max-width: 100%;
    margin-bottom: 68px;
  }

  .aboutpage .share-wrap .content-box:last-of-type{
    padding-top: 20px;
    gap: 40px;
  }

  .aboutpage .share-wrap .content-box:last-of-type .left-wrap p{
    margin-top: 10px;
    padding-right: 0;
  }

  .aboutpage .share-wrap .content-box:last-of-type .right-wrap figure{
    max-width: 100%;
    width: 100;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
  }

  .aboutpage .share-wrap .content-box:last-of-type .right-wrap figure img{
    width: 100%;
  }

  .aboutpage .flow-wrap{
    padding: 120px 0 200px;
  }

  .aboutpage .flow-wrap h2{
    margin-bottom: 10px;
  }

  .aboutpage .flow-wrap h2 img,
  .aboutpage .flow-wrap > p{
    width: 100%;
    padding: 0 10px;
    display: block;
    margin: auto;
    box-sizing: border-box;
  }

  .aboutpage .flow-wrap .flow-content .flow-image{
    max-width: 60px;
    margin: auto;
    display: none;
  }
  
  .aboutpage .flow-wrap .flow-content .flow-image.sp{
    display: block;
  }

  .aboutpage .flow-wrap .flow-content{
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 10px;
    gap: 10px;
  }

  .aboutpage .flow-wrap .flow-content .container{
    padding: 0;
    margin: 0;
  }

  .aboutpage .flow-wrap .flow-content ul{
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }

  .aboutpage .flow-wrap .flow-content ul li{
    width: 100%;
  }

  .aboutpage .flow-wrap .flow-content ul li dt{
    font-size: 16px;
    margin-bottom: 0px;
  }

  .aboutpage .flow-wrap .flow-content ul li dt{
    padding-top: 25px;
  }

  .aboutpage .flow-wrap .flow-content ul li dt::before{
    content: "";
    display: block;
    width: 50px;
    height: 31px;
    background: url(../img/recruit/about/flow-item01.png) no-repeat;
    background-size: cover;
  }

  .aboutpage .flow-wrap .flow-content ul li:nth-of-type(2) dt{
    padding-top: 0;
  }
  
  .aboutpage .flow-wrap .flow-content ul li:nth-of-type(2) dt::before{
    width: 76px;
    background: url(../img/recruit/about/flow-item02.png) no-repeat;
    background-size: cover;  
  }

  .aboutpage .flow-wrap .flow-content ul li:nth-of-type(3) dt{
    padding-top: 10px;
  }  

  .aboutpage .flow-wrap .flow-content ul li:nth-of-type(3) dt::before{
    background: url(../img/recruit/about/flow-item03.png) no-repeat;
    background-size: cover;  
  }

  .aboutpage .flow-wrap .flow-content ul li:nth-of-type(3) dl::after{
    content: "";
    display: block;
    width: 150px;
    height: 47px;
    background: url(../img/recruit/about/flow-text.png) no-repeat;
    background-size: cover;
    margin-top: 40px;
  }

  .aboutpage .flow-wrap .flow-content ul li dd{
    font-size: 14px;
  }

  .aboutpage .flow-wrap .img-deco{
    max-width: 290px;
    right: 0;
    bottom: -100px;
  }
}

/* =========================
   numbers page
========================= */

.numberspage .numbers-detail{
  position: relative;
  padding-bottom: 100px;
}

.numberspage .numbers-detail .img-deco{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1200px;
}

.numberspage .numbers-detail .content-head h1{
  font-size: 25px;
  font-weight: 600;
  padding: 100px 0;
}

.numberspage .numbers-detail .content-head p{
  line-height: 1.8;
}

.numberspage .numbers-detail ul{
  padding-top: 50px;
  display: flex;
  gap: 55px 50px;
  flex-wrap: wrap;
}

.numberspage .numbers-detail ul li{
  width: calc((100% - 100px) / 3);
  background-color: #042175;
  color: #fff;
  position: relative;
}

.numberspage .numbers-detail ul li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 50%, #CC0011 50%);
  display: block;
  width: 37px;
  height: 37px;
  z-index: 10;
}

.numberspage .numbers-detail ul li dl{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numberspage .numbers-detail ul li dl dt{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.numberspage .numbers-detail ul li dl dd:first-of-type{
  padding: 0 20px 25px;
  font-size: 15px;
}

.numberspage .numbers-detail ul li dl dd:last-of-type{
  order: -1;
  padding: 25px 0;
}

.numberspage .numbers-detail ul li dl dd:last-of-type img{
  display: block;
  margin: auto;
  max-width: 200px;
}

.numberspage .survey-wrap{
  background-color: #F4F4F4;
  position: relative;
  margin-bottom: 115px;
}

.numberspage .survey-wrap .img-deco{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1100px;
}

.numberspage .survey-wrap h2{
  padding: 105px 0 50px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.numberspage .survey-wrap h2 span{
  font-size: 25px;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: fit-content;
  padding-left: 22px;
}

.numberspage .survey-wrap h2 span::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 50%, #CC0011 50%);
  display: block;
  width: 27px;
  height: 27px;
  z-index: 10;
}

.numberspage .survey-wrap p{
  line-height: 1.8;
}

.numberspage .survey-wrap .detail-wrap{
  padding-bottom: 100px;
  position: relative;
}

.numberspage .survey-wrap .detail-wrap p{
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.numberspage .survey-wrap .detail-wrap .comment-wrap{
  display: flex;
  gap: 0 65px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 20px;
}

@media (max-width: 768px){
  .numberspage .numbers-detail{
    position: relative;
    padding-bottom: 40px;
  }

  .numberspage .numbers-detail .img-deco{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  }

  .numberspage .numbers-detail .content-head h1{
    font-size: 20px;
  }

  .numberspage .numbers-detail ul{
    padding-top: 20px;
    flex-direction: column;
    gap: 18px;
  }

  .numberspage .numbers-detail ul li{
    width: 100%;
  }

  .numberspage .numbers-detail ul li dl{
    padding: 0 20px;
  }

  .numberspage .numbers-detail ul li dl dt{
    font-size: 16px;
    margin-bottom: 10px;
    align-self: flex-start;
  }
  
  .numberspage .numbers-detail ul li dl dd:first-of-type{
    padding: 0;
    font-size: 14px;
    align-self: flex-start;
    padding-bottom: 18px;
  }

  .numberspage .numbers-detail ul li dl dd:last-of-type img{
    display: block;
    margin: auto;
    max-width: 200px;
  }

  .numberspage .survey-wrap{
    margin-bottom: 70px;
  }

  .numberspage .survey-wrap .img-deco{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  }

  .numberspage .survey-wrap h2 span{
    font-size: 20px;
  }

  .numberspage .survey-wrap .detail-wrap{
    padding-bottom: 30px;
  }

  .numberspage .survey-wrap .detail-wrap p{
    font-size: 17px;
  }

  .numberspage .survey-wrap .detail-wrap .comment-wrap{
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

}

/* =========================
   work page
========================= */
.workpage .work-wrap{
  position: relative;
}

.workpage .work-wrap .img-deco{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1230px;
}

.workpage .content-head h1{
  font-size: 25px;
  font-weight: 600;
  padding: 100px 0;
}

.workpage h2.corner{
  font-size: 25px;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  width: fit-content;
  padding-left: 22px;
}

.workpage h2.corner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, transparent 50%, #CC0011 50%);
  display: block;
  width: 27px;
  height: 27px;
  z-index: 10;
}

.workpage .work-detail{
  margin-top: 60px;
}

.workpage .work-detail h3 img{
  width: 100%;
}

.workpage .work-detail ul{
  margin-top: 45px;
  display: flex;
  gap: 47px 55px;
  flex-wrap: wrap;
}

.workpage .work-detail ul li{
  width: calc((100% - 55px) / 2);
}

.workpage .work-detail li .detail-inner{
  display: flex;
  gap: 18px;
}

.workpage .work-detail li .detail-inner figure{
  flex-shrink: 0;
}

.workpage .work-detail li .detail-inner figure img{
  width: 215px;
}

.workpage .work-detail li .detail-inner dt{
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.workpage .work-detail li .detail-inner dt::before{
  content: "";
  background: url(../img/recruit/work/item-arrow.png) no-repeat;
  display: block;
  width: 40px;
  height: 20px;
  position: absolute;
  background-size: cover;
  top: 7px;
  left: -47px;
}

.workpage .work-detail li .detail-inner dd{
  font-size: 15px;
}

.workpage .education-wrap{
  padding-top: 130px;
}

.workpage .education-wrap .read{
  line-height: 1.8;
  margin-bottom: 40px;
}

.workpage .education-wrap .content-inner{
  position: relative;
  margin-bottom: 140px;
}

.workpage .education-wrap .content-inner::before{
  content: "";
  position: absolute;
  left: -85px;
  right: -85px;
  top: 0;
  bottom: 0;
  background: #F4F4F4;
  z-index: -1;
}

.workpage .education-wrap .education-detail h3{
  margin-bottom: 35px;
}

.workpage .education-wrap .education-detail h3 span{
  display: block;
  margin-top: 5px;
  padding-top: 12px;
  border-top: 3px solid #CC0011;
  font-size: 20px;
  font-weight: 600;
  width: fit-content;
}

.workpage .education-wrap .education-detail.list{
  padding-top: 62px;
  padding-bottom: 115px;
}

.workpage .education-wrap .education-detail.list ul{
  display: flex;
}

.workpage .education-wrap .education-detail.list ul li{
  width: calc((100% - 134px) / 3);
  display: flex;
}

.workpage .education-wrap .education-detail.list ul li:not(:last-of-type){
  border-right: 1px solid #707070;
  padding-right: 33px;
  margin-right: 33px;
}

.workpage .education-wrap .education-detail.list ul li dl{
  display: flex;
  flex-direction: column;
}

.workpage .education-wrap .education-detail.list ul li dt{
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 15px;
}

.workpage .education-wrap .education-detail.list ul li dl dd{
  font-size: 14px;
}

.workpage .education-wrap .education-detail.list ul li dl dd:last-of-type{
  order: -1;
}

.workpage .education-wrap .education-detail.flex{
  display: flex;
  gap: 30px;
  padding-bottom: 135px;
  align-items: flex-end;
}

.workpage .education-wrap .education-detail.flex figure{
  width: 270px;
  flex-shrink: 0;
}

@media (max-width: 768px){

  .workpage .work-wrap .img-deco{
    top: 85px;
    max-width: 100%;
  }

  .workpage .content-head h1{
    font-size: 20px;
    text-align: center;
  }

  .workpage h2.corner{
    font-size: 20px;
  }

  .workpage .work-detail{
    margin-top: 30px;
  }

  .workpage .work-detail h3 img{
    width: 100%;
  }

  .workpage .work-detail ul{
    margin-top: 30px;
    gap: 32px 29px;
  }

  .workpage .work-detail ul li{
    width: calc((100% - 29px) / 2);
  }

  .workpage .work-detail li .detail-inner{
    flex-direction: column;
  }

  .workpage .work-detail li .detail-inner figure img{
    width: 100%;
  }

  .workpage .work-detail li .detail-inner dt{
    font-size: 15px;
    margin-bottom: 10px;
    width: fit-content;
  }

  .workpage .work-detail li .detail-inner dt::before{
    content: "";
    background: url(../img/recruit/work/item-arrow.png) no-repeat;
    display: block;
    width: 28px;
    height: 14px;
    background-size: cover;
    top: 5px;
    left: initial;
    right: -32px;
    transform: rotate(180deg);
  }

  .workpage .work-detail li .detail-inner dd{
    font-size: 13px;
  }

  .workpage .education-wrap{
    padding-top: 80px;
  }

  .workpage .education-wrap .read{
    margin-bottom: 20px;
  }

  .workpage .education-wrap .content-inner{
    margin-bottom: 70px;
  }

  .workpage .education-wrap .content-inner::before{
    left: -20px;
    right: -20px;
  }

  .workpage .education-wrap .education-detail h3{
    width: 240px;
  }

  .workpage .education-wrap .education-detail h3 span{
    margin-top: 5px;
    padding-top: 12px;
    font-size: 15px;
  }

  .workpage .education-wrap .education-detail.list{
    padding-top: 40px;
    padding-bottom: 100px;
  }
  
  .workpage .education-wrap .education-detail.list ul{
    padding: 0 30px;
    flex-direction: column;
  }

  .workpage .education-wrap .education-detail.list ul li{
    width: 100%;
    display: flex;
  }

  .workpage .education-wrap .education-detail.list ul li:not(:last-of-type){
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .workpage .education-wrap .education-detail.list ul li dl{
    display: flex;
    flex-direction: column;
  }

  .workpage .education-wrap .education-detail.list ul li dt{
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0 35px;
  }

  .workpage .education-wrap .education-detail.list ul li dl dd{
    font-size: 14px;
  }

  .workpage .education-wrap .education-detail.list ul li dl dd:last-of-type{
    order: -1;
  }

  .workpage .education-wrap .education-detail.flex{
    flex-direction: column;
    gap: 30px;
    padding-bottom: 100px;
    align-items: flex-end;
  }

  .workpage .education-wrap .education-detail.flex figure{
    width: 270px;
    flex-shrink: 0;
    margin: auto;
  }
}

/* =========================
   interview page
========================= */
.interviewpage .content-head{
  position: relative;
}

.interviewpage .img-deco{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1230px;
}

.interviewpage .img-deco.icon{
  top: 100px;
  left: initial;
  right: 0;
  max-width: 280px;
}

.interviewpage .content-head h1{
  font-size: 25px;
  font-weight: 600;
  padding: 100px 0;
}

.interviewpage .content-head p{
  line-height: 1.8;
}

.interviewpage .interview-content{
  margin-bottom: 100px;
}

.interviewpage .interview-content .content-box:nth-of-type(even){
  background-color: #C5DCE8;
}

.interviewpage .interview-content .content-box{
  padding: 110px 0;
}

.interviewpage .interview-content .content-box:first-of-type{
  padding-top: 50px;
}

.interviewpage .interview-content .content-box .read-wrap{
  display: flex;
  margin-bottom: 66px;
  position: relative;
  min-height: 385px;
}

.interviewpage .interview-content .content-box .read-wrap div img{
  height: 92px;
  width: auto;
  margin-bottom: 30px;
}

.interviewpage .interview-content .content-box .read-wrap .text-wrap{
  min-width: 70%;
  position: relative;
  z-index: 2;
}

.interviewpage .interview-content .content-box .read-wrap h2{
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  line-height: 2.2;
  display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  background: #042175;
  padding: 4px 5px 4px 18px;
}

.interviewpage .interview-content .content-box .read-wrap dt{
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
}

.interviewpage .interview-content .content-box .read-wrap dt span{
  font-size: 15px; 
  padding-left: 8px;
}

.interviewpage .interview-content .content-box .read-wrap dd{
  font-size: 15px;
}

.interviewpage .interview-content .content-box .read-wrap figure{
  width: 600px;
  position: absolute;
  top: 0;
  right: 0;
}

.interviewpage .interview-content .content-box .detail-wrap{
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.interviewpage .interview-content .content-box .detail-wrap .interview-detail{
 margin-bottom: 65px; 
 font-size: 15px;
 line-height: 1.8;
}

.interviewpage .interview-content .content-box .detail-wrap .interview-detail:last-of-type{
  margin-bottom: 0;
}

.interviewpage .interview-content .content-box .detail-wrap .interview-detail h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.interviewpage .interview-content .content-box .detail-wrap .comment-wrap{
  color: #fff;
  background-color: #042175;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 290px;
}

.interviewpage .interview-content .content-box .detail-wrap .comment-wrap h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 6px solid #CC0011;
  display: block;
  width: fit-content;
}

.interviewpage .interview-content .content-box .detail-wrap .comment-wrap figure{
  width: 95px;
  height: 95px;
  position: absolute;
  top: -17px;
  right: -40px;
}

.interviewpage .interview-content .content-box:nth-of-type(even) .read-wrap,
.interviewpage .interview-content .content-box:nth-of-type(even) .detail-wrap{
  flex-direction: row-reverse;
}

.interviewpage .interview-content .content-box:nth-of-type(even) .read-wrap{
  text-align: right;
}

.interviewpage .interview-content .content-box:nth-of-type(even) .read-wrap figure{
  width: 600px;
  position: absolute;
  top: 0;
  right: initial;
  left: 0;
}

@media (max-width: 768px){

  .interviewpage .content-head{
    overflow: hidden;
  }

  .interviewpage .img-deco{
    top: 80px;
    left: 0;
    max-width: 100%;
  }

  .interviewpage .img-deco.icon{
    top: 30px;
    right: -55px;
    max-width: 170px;
  }

  .interviewpage .content-head h1{
    font-size: 20px;
    text-align: center;
  }

  .interviewpage .interview-content .content-box{
    padding: 110px 0;
  }

  .interviewpage .interview-content .content-box:first-of-type{
    padding-top: 80px;
  }

  .interviewpage .interview-content .content-box .read-wrap{
    display: block;
    margin-bottom: 30px;
    position: relative;
    min-height: auto;
  }

  .interviewpage .interview-content .content-box .read-wrap div img{
    height: auto;
    width: 135px;
    margin-bottom: 0;
    position: absolute;
    top: -50px;
    left: 0;
  }

  .interviewpage .interview-content .content-box .read-wrap .text-wrap{
    min-width: 100%;
    padding-top: 145px;
  }

  .interviewpage .interview-content .content-box .read-wrap h2{
    font-size: 16px;
    padding: 4px 5px 4px 6px;
  }

  .interviewpage .interview-content .content-box .read-wrap dt{
    font-size: 15px;
    margin-top: 10px;
  }

  .interviewpage .interview-content .content-box .read-wrap dt span{
    font-size: 13px; 
    padding-left: 0;
  }

  .interviewpage .interview-content .content-box .read-wrap dd{
    font-size: 13px;
  }

  .interviewpage .interview-content .content-box .read-wrap figure{
    width: 100%;
  }

  .interviewpage .interview-content .content-box .detail-wrap{
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }

  .interviewpage .interview-content .content-box .detail-wrap .interview-detail{
  margin-bottom: 25px; 
  font-size: 15px;
  }

  .interviewpage .interview-content .content-box .detail-wrap .interview-detail:last-of-type{
    margin-bottom: 0;
  }

  .interviewpage .interview-content .content-box .detail-wrap .interview-detail h3{
    font-size: 15px;
    margin-bottom: 10px;
  }

  .interviewpage .interview-content .content-box .detail-wrap .comment-wrap{
    width: 100%;
  }

  .interviewpage .interview-content .content-box .detail-wrap .comment-wrap h3{
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .interviewpage .interview-content .content-box .detail-wrap .comment-wrap figure{
    right: -20px;
  }

  .interviewpage .interview-content .content-box:nth-of-type(even) .read-wrap,
  .interviewpage .interview-content .content-box:nth-of-type(even) .detail-wrap{
    flex-direction: column;
  }

  .interviewpage .interview-content .content-box:nth-of-type(even) .read-wrap{
    text-align: right;
  }

  .interviewpage .interview-content .content-box:nth-of-type(even) .read-wrap div img{
    left: initial;
    right: 0;
  }
  
  .interviewpage .interview-content .content-box:nth-of-type(even) .read-wrap figure{
    width: 100%;
    position: absolute;
    top: 0;
    right: initial;
    left: 0;
  }
}

/* =========================
   life page
========================= */

.lifepage .headding-wrap{
  position: relative;
  margin-bottom: 80px;
}

.lifepage .img-deco{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1360px;
}

.lifepage .content-head h1{
  font-size: 25px;
  font-weight: 600;
  padding: 100px 0;
}

.lifepage .content-head p{
  line-height: 1.8;
}

.lifepage .lifedetail-wrap{
  overflow-x: hidden;
}

.lifepage .lifedetail-wrap .content-box{
  display: flex;
  gap: 10px;
  position: relative;
  margin-bottom: 160px;
  align-items: flex-start;
}

.lifepage .lifedetail-wrap .content-box h2{
  position: absolute;
  top: 40px;
  left: -245px;
  z-index: -1;
} 

.lifepage .lifedetail-wrap .content-box:nth-of-type(even) h2{
  left: initial;
  right: -365px;
}

.lifepage .lifedetail-wrap .content-box h2 img{
  height: 325px;
}

.lifepage .lifedetail-wrap .content-box .image{
  width: 206px;
  padding-top: 50px;
  flex-shrink: 0;
}

.lifepage .lifedetail-wrap .content-box.case03 .image {
  width: 174px;
  padding-top: 20px;
}

.lifepage .lifedetail-wrap .content-box .text-wrap{
  background-color: #C5DCE8;
  border-radius: 30px;
  position: relative;
  margin-left: 52px;
  padding: 45px 0 45px 60px;
  font-size: 15px;
  line-height: 1.8;
}

.lifepage .lifedetail-wrap .content-box.case02{
  max-width: 830px;
}

.lifepage .lifedetail-wrap .content-box.case02 .text-wrap{
  margin-left: 0;
  padding-left: 320px;
  padding-right: 40px;
}

.lifepage .lifedetail-wrap .content-box.case02 .text-wrap::before{
  content: none;
}

.lifepage .lifedetail-wrap .content-box.case01 .text-wrap p,
.lifepage .lifedetail-wrap .content-box.case03 .text-wrap p{
  padding-right: 250px;
}

.lifepage .lifedetail-wrap .content-box .text-wrap::before{
  content: "";
  display: block;
  width: 52px;
  height: 42px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  background-color: #C5DCE8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -51px;
}

.lifepage .lifedetail-wrap .content-box .text-wrap::after{
  content: "";
  display: block;
  width: 220px;
  height: 110px;
  position: absolute;
  bottom: 0;
}

.lifepage .lifedetail-wrap .content-box:nth-of-type(odd) .text-wrap::after{
  background: url(../img/recruit/life/arrow-r.png)no-repeat;
  background-size: cover;
  right: 168px;
}

.lifepage .lifedetail-wrap .content-box:nth-of-type(even) .text-wrap::after{
  background: url(../img/recruit/life/arrow-l.png)no-repeat;
  background-size: cover;
  left: 260px;
  right: initial;
}

.lifepage .lifedetail-wrap .content-box.case03 .text-wrap::after{
  right: 200px;
}

.lifepage .lifedetail-wrap .content-box .text-wrap .text-detail{
  position: relative;
  z-index: 5;
}

.lifepage .lifedetail-wrap .content-box .text-wrap h3{
  font-size: 24px;
  color: #042175;
  margin-bottom: 20px;
}

.lifepage .lifedetail-wrap .content-box .photo-item{
  width: 334px;
  position: absolute;
  top: 115px;
  right: -90px;
  z-index: 5;
}

.lifepage .lifedetail-wrap .content-box.case02 .photo-item{
  width: 475px;
  top: -45px;
  right: initial;
  left: -175px;
}

.lifepage .lifedetail-wrap .content-box.case03 .photo-item{
  width: 417px;
  top: -40px;
  right: -180px;
}

@media (max-width: 768px){
  .lifepage .headding-wrap{
    margin-bottom: 50px;
  }

  .lifepage .img-deco{
    max-width: 100%;
  }

  .lifepage .content-head h1{
    font-size: 20px;
    text-align: center;
  }

  .lifepage .lifedetail-wrap .content-box{
    flex-direction: column-reverse;
    gap: 10px;
    position: relative;
    margin-bottom: 50px;
  }

  .lifepage .lifedetail-wrap .content-box h2{
    position: absolute;
    top: 50px;
    left: 20px;
    z-index: 1;
  } 

  .lifepage .lifedetail-wrap .content-box:nth-of-type(even) h2{
    left: 20px;
    right: initial;
  }

  .lifepage .lifedetail-wrap .content-box h2 img{
    height: 100px;
  }

  .lifepage .lifedetail-wrap .content-box .image{
    width: 120px;
    padding-top: 0;
    margin-top: -140px;
    position: relative;
    z-index: 10;
    padding-left: 30px;
  }

  .lifepage .lifedetail-wrap .content-box.case03 .image {
    width: 120px;
    padding-top: 30px;
  }

  .lifepage .lifedetail-wrap .content-box .text-wrap{
    margin-left: 0;
    padding: 45px 20px 150px 20px;
    font-size: 14px;
  }

  .lifepage .lifedetail-wrap .content-box.case02{
    max-width: 100%;
  }

  .lifepage .lifedetail-wrap .content-box.case02 .text-wrap{
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 320px;
  }

  .lifepage .lifedetail-wrap .content-box.case03 .text-wrap{
    padding-bottom: 100px;
  }

  .lifepage .lifedetail-wrap .content-box.case02 .text-wrap::before{
    content: none;
  }

  .lifepage .lifedetail-wrap .content-box.case01 .text-wrap p,
  .lifepage .lifedetail-wrap .content-box.case03 .text-wrap p{
    padding-right: 0;
  }

  .lifepage .lifedetail-wrap .content-box .text-wrap::before{
    content: none;
  }

  .lifepage .lifedetail-wrap .content-box .text-wrap::after{
    content: none;
  }

  .lifepage .lifedetail-wrap .content-box:nth-of-type(odd) .text-wrap::after{
    background: url(../img/recruit/life/arrow-r.png)no-repeat;
    background-size: cover;
    right: 168px;
  }

  .lifepage .lifedetail-wrap .content-box:nth-of-type(even) .text-wrap::after{
    background: url(../img/recruit/life/arrow-l.png)no-repeat;
    background-size: cover;
    left: 260px;
    right: initial;
  }

  .lifepage .lifedetail-wrap .content-box.case03 .text-wrap::after{
    right: 200px;
  }

  .lifepage .lifedetail-wrap .content-box .text-wrap .text-detail{
    position: relative;
    z-index: 5;
  }

  .lifepage .lifedetail-wrap .content-box .text-wrap h3{
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 110px;
    line-height: 1.6;
  }
  
  .lifepage .lifedetail-wrap .content-box.case02 .text-wrap h3{
    margin-bottom: 80px;
  }
  
  .lifepage .lifedetail-wrap .content-box.case03 .text-wrap h3{
    margin-bottom: 60px;
  }

  .lifepage .lifedetail-wrap .content-box .photo-item{
    width: 230px;
    top: initial;
    bottom: -140px;
    right: 0;
  }

  .lifepage .lifedetail-wrap .content-box.case02 .photo-item{
    width: 100%;
    top: initial;
    right: initial;
    left: 0;
    bottom: 0;
  }

  .lifepage .lifedetail-wrap .content-box.case03 .photo-item{
    width: 220px;
    top: initial;
    right: 0;
    bottom: -220px;
  }
}

/* =========================
   SP: 通常レイアウト
========================= */
@media (max-width: 767px) {
  #cardStack,
  .cardStack {
    height: auto !important;
  }

  .cardStack__sticky {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }

  .cardStack__stage {
    position: relative;
    width: 100%;
    height: auto;
    perspective: none;
    transform-style: flat;
    isolation: auto;
  }

  .stackCard {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: auto;
    transition: none;
  }

  .stackCard--panel,
  .stackCard--outro,
  .stackCard--first,
  .stackCard.is-current,
  .stackCard.is-past,
  .stackCard.is-waiting,
  .stackCard.is-leaving-down {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .stackCard--panel {
    display: block;
  }

  .stackCard--outro {
    overflow: visible;
  }

  .stackCard__outroInner {
    min-height: auto;
    transform: none !important;
  }

  .stackCard__inner {
    width: 100%;
    height: auto;
    padding: 0 20px;
    transform: none;
    opacity: 1;
    padding-bottom: 40px;
    position: relative;
  }

  .cardNav {
    position: static;
    transform: none;
    margin-top: 0;
  }

  .cardNav__btn{
    display: none;
  }
}