.u-pc{
  display:block;
}
.u-sp{
  display:none;
}
@media (max-width: 767.98px) {
  .u-pc{
    display:none;
  }
  .u-sp{
    display:block;
  }
}
/* -------------------------
interview
-----------------------------*/
.section-single-interview{
  padding-bottom:11.25vw;
}
.p-interview__mv{
  padding-top:4.479vw;
  margin-bottom:10.938vw;
}
.p-interview__mv .body {
  padding-bottom:9.01vw;

}
.p-interview__mv .dark-gray{
  background-color:#EAEAEA;
}
.p-interview__mv .img-container{
  position: absolute;
  top: -4.479vw;
  left: 6.667vw;
  width: 37.448vw;
}
.p-interview__mv .item-right {
  width: 36.458vw;
  margin-right: 0;
  margin-left: auto;
  padding-top: 5.99vw;
  position: relative;
}
.p-interview__mv .container{
  max-width:calc(72.917vw + 40px);
}

.p-interview__mv-ttl-en{
  margin-bottom: 1.927vw;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5;
  color: #e56e07;
}
.p-interview__mv-catch{
  margin-bottom: 4.427vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: min( 2.604vw ,50px);
  line-height: 1.7;
  color: #2f2f2f;
  min-height:min( 13.281vw ,255px);
}
.p-interview__mv-position{
  margin-left: 0.156vw;
  margin-bottom: 0.469vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 0.99vw;
  line-height: 1.2;
  color: #2f2f2f;
}
.p-interview__mv-name{
  margin-bottom: 0.729vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2.24vw;
  line-height: 1.2;
  letter-spacing:0.02em;
  color: #2f2f2f;
}
.p-interview__mv-kana{
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.042vw;
  line-height: 1.2;
  color: #909090;
  margin-left:3px;
}
.p-interview__mv-btn{
  position:absolute;
  left:0;
  bottom:-2.24vw;
  border:solid 1px #909090;
  position:relative;
  padding:0.625vw 3.073vw 0.781vw 0.885vw;
  color:#909090;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 0.938vw;
}
.p-interview__mv-btn::after{
  content:"";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 1.599vw;
  width: 0.76vw;
  height: 0.707vw;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../img/icon/arrow-down-gray02.svg) no-repeat;
  background-size:100% 100%;
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .section-single-interview{
    padding-top: 20.267vw;
    padding-bottom:27.067vw;
  }
  .p-interview__mv{
    padding-top:0;
    margin-bottom:21.867vw;
  }
  .p-interview__mv .body {
    padding-bottom:13.067vw;
  }
  .p-interview__mv .dark-gray{
    background-color:#EAEAEA;
    width:96vw;
    top: 15.467vw;
  }
  .p-interview__mv .img-container{
    position: relative;
    top: 0;
    left: 0;
    width:83.733vw;
    margin: 0 auto 0 24px;
  }
  .p-interview__mv .item-right {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7.2vw;
  }
  .p-interview__mv .container{
    max-width:100%;
    padding:0 6.4vw;
    padding:0 5.333vw;
    width: 100%;
  }
  .p-interview__mv-ttl-en{
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    margin-bottom: 2.933vw;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 4vw;
    line-height: 1.5;
    color: #e56e07;
  }
  .p-interview__mv-catch{
    margin-bottom: 7.2vw;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 6.4vw;
    line-height: 1.6666666;
    color: #2f2f2f;
    white-space: nowrap;
    min-height:unset;
  }
  .p-interview__mv-position{
    margin-left: 0;
    margin-bottom: 4;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 2.933vw;
    line-height: 1.2;
    color: #2f2f2f;
  }
  .p-interview__mv-namearea{
    display: flex;
    align-items: flex-end;
    gap:4.8vw;
  }
  .p-interview__mv-name{
    margin-bottom: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 5.333vw;
    line-height: 1.2;
    letter-spacing:0.02em;
    color: #2f2f2f;
  }
  .p-interview__mv-kana{
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.2;
    color: #909090;
    margin-left:3px;
  }
  .p-interview__mv-btn{
    position:relative;
    left:0;
    bottom:0;
    margin-top:5.6vw;
    border:solid 1px #909090;
    padding:2.133vw 11.733vw 2.133vw 2.933vw;;
    color:#909090;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 2.933vw;
    display: inline-block;
  }
  .p-interview__mv-btn::after{
    content:"";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5.2vw;
    width: 2.317vw;
    height: 2.493vw;
    margin-top: auto;
    margin-bottom: auto;
    background: url(../img/icon/arrow-down-gray02.svg) no-repeat;
    background-size:100% 100%;
    transition: all 0.3s ease;
  }
}

@media (min-width: 1921px){

}
.p-interview__section01{
  margin-bottom:112px;
}
.p-interview__section01 .body{

}
.p-interview__section01 .img-container{
  position: absolute;
  top: 0;
  right: 0;
  width: 49.792vw;
}
.p-interview__section01 .item-left {
  width: 519px;
  margin-right: auto;
  margin-left: 0;
  padding-top: 40px;
}
.p-interview__ttl{
  margin-bottom: 66px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #E56E07;
  display:flex;
  align-items: center;
  gap:30px;
}
.p-interview__ttl span{
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #909090;
}
.p-interview__catch{
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.714;
  color: #2F2F2F;
  margin-bottom:40px;
}
.p-interview .body p.p-interview__text{
  line-height:2;
  letter-spacing:0.02em;
  font-size:16px;
}
@media (max-width: 1100px){
  .p-interview__section01 .item-left {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    margin-bottom:50px;
    padding-top: 40px;
  }
  .p-interview__section01 .img-container {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
    width: 100%;
  }
}
  @media (max-width: 767.98px) {
    .p-interview__section01{
      margin-bottom:22.667vw;
    }
    .p-interview__section01 .body{

    }
    .p-interview__section01 .img-container{
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      padding: 0;
      padding-left: 6.4vw;
    }
    .p-interview__section01 .item-left {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      padding-top: 0;
      margin-bottom:20.533vw;
    }
    .p-interview__ttl{
      margin-bottom: 8.267vw;
      font-family: "Barlow", sans-serif;
      font-weight: 500;
      font-size: 4vw;
      line-height: 1.2;
      color: #E56E07;
      display:flex;
      flex-direction: column;
      align-items: flex-start;
      gap:4.267vw;
    }
    .p-interview__ttl span{
      font-family: "Zen Old Mincho", serif;
      font-weight: 500;
      font-size: 3.733vw;
      line-height: 1.714;
      color: #909090;
    }
    .p-interview__catch{
      font-family: "Zen Old Mincho", serif;
      font-weight: bold;
      font-size: 4.8vw;
      line-height: 2;
      color: #2F2F2F;
      margin-bottom:7.733vw;
    }
    .p-interview .body p.p-interview__text{
      line-height:2;
    }
  }
@media (min-width: 1921px){

}
.p-interview__section02{
  margin-bottom:220px;
}
.p-interview__section02 .container{
  display:flex;
  justify-content: space-between;
}
.p-interview__section02 .item-left{
  width: 579px;
  margin:0;
}
.p-interview__section02 .item-right{
  width: 519px;
  margin:0;
  padding-top:  74.5px;
}
.p-interview__section02 .p-interview__ttl{
  margin-bottom: 54.5px;
  gap:25px;
}
@media (max-width: 1100px){
  .p-interview__section02{
    margin-bottom: 112px;
  }
  .p-interview__section02 .container{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-interview__section02 .item-left {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    margin-bottom:30px;
    padding-top: 0;
  }
  .p-interview__section02 .item-right {
    padding-top:  0;
    width: 100%;
  }
}
  @media (max-width: 767.98px) {
    .p-interview__section02{
      margin-bottom:17.067vw;
    }
    .p-interview__section02 .container{
      display:block;
    }
    .p-interview__section02 .item-left{
      width: 100%;
      margin:0;
    }
    .p-interview__section02 .item-right{
      width: 100%;
      margin:0;
      padding-top: 9.333vw;
    }
    .p-interview__section02 .p-interview__ttl{
      margin-bottom: 10.4vw;
      gap:6.667vw;
    }
    .p-interview__section02 .p-interview__catch{
      white-space: nowrap;
    }
  }
@media (min-width: 1921px){

}
.p-interview__section03{
  margin-bottom:173px;
}
.p-interview__section03 .img-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 49.583vw;
}
.p-interview__section03 .item-right{
  width: 519px;
  margin-right:0;
  margin-left:auto;
  padding-top:  74.5px;
}
.p-interview__section03 .p-interview__catch{
  margin-bottom:43px;
}
@media (max-width: 1100px){
  .p-interview__section03{
    margin-bottom: 112px;
  }
  .p-interview__section03 .item-right {
    width: 100%;
    margin-bottom:50px;
    padding-top: 40px;
  }
  .p-interview__section03 .img-container {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
    width: 100%;
  }
}
  @media (max-width: 767.98px) {
    .p-interview__section03{
      /* margin-bottom:42.667vw; */
      margin-bottom:20.267vw;
    }
    .p-interview__section03 .img-container{
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding:0;
      padding-right:6.4vw;
    }
    .p-interview__section03 .item-right{
      width: 100%;
      margin-right:auto;
      margin-left:auto;
      padding-top: 13.333vw;
    }
    .p-interview__section03 .p-interview__catch{
      margin-bottom:12.267vw;
    }
    .p-interview__section03 .body.reverse{
      flex-direction: column-reverse;
      display:flex;
    }
    .p-interview__section03 .body.reverse .item-right{
      padding-top: 0;
    }
    .p-interview__section03 .body.reverse .img-container{

    }
  }
@media (min-width: 1921px){

}
.p-interview__section04{
  margin-bottom:162.5px;
}
.p-interview__section04-catch-en{
  margin-bottom:59px;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 181px;
  line-height: 1.2;
  color: #2F2F2F;
}
.p-interview__section04-catch{
  margin-bottom:53.5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-size: 75px;
  line-height: 1.2;
  color: #2F2F2F;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}
.p-interview__section04-catch span{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight:500;
  letter-spacing: 0;
}
.p-interview__section04 .p-interview__text{
  width:769px;
}
  @media (max-width: 767.98px) {
    .p-interview__section04{
      margin-bottom:30.933vw;
    }
    .p-interview__section04-catch-en{
      margin-bottom:6.133vw;
      font-family: "Cormorant Garamond", serif;
      font-weight: bold;
      font-size: 17.333vw;
      line-height: 1.076;
      color: #2F2F2F;
    }
    .p-interview__section04-catch{
      margin-bottom:11.2vw;
      font-family: "Zen Old Mincho", serif;
      font-weight: 700;
      font-size: 6.4vw;
      line-height: 1.75;
      color: #2F2F2F;
      white-space: nowrap;
    }
    .p-interview__section04-catch span{
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight:500;
    }
    .p-interview__section04 .p-interview__text{
      width:100%;
    }
  }
@media (min-width: 1921px){

}
.p-interview__img{
  margin-bottom:210px;
}
.p-interview__img .img-container{
  margin-right:17.708vw;
}
  @media (max-width: 767.98px) {
    .p-interview__img{
      margin-bottom:36vw;

    }
    .p-interview__img .img-container{
      margin-right:0;
    }
  }
@media (min-width: 1921px){

}
.p-interview__schedule{
  margin-bottom:136px;
}
.p-interview__schedule .body{

}
.p-interview__schedule .container{
  position: relative;
  padding:61px 280px 80.5px 94px;
}
.p-interview__ttl02{
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 1.18;
  color: #2F2F2F;
  position: absolute;
  top:-43px;
  left:-46px;
}
.p-interview__schedule-ttl-jp{
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  color: #2F2F2F;
  margin-bottom:149.5px;
}
.p-interview__schedule .body-bg-animation.dark-gray{
  max-width: 1240px;
  margin: 0 auto;
  background-color:#EAEAEA;
  right: 0;
}
.p-interview__schedule-box{
  display: flex;
}
.p-interview__schedule-time{
  margin:0;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: #E56E07;
  display: flex;
  width: 130px;
}
.p-interview__schedule-time.u-sp{
  display:flex;
}
.p-interview__schedule-time.u-sp{
  display:none;
}
.p-interview__schedule-time::after{
  content:"";
  border: solid 2px #E56E07;
  border-radius:50%;
  background-color:#fff;
  display:block;
  width:28px;
  height:28px;
  margin-top:2.5px;
  margin-left:auto;
  margin-right:0;
  z-index: 1;
}
.p-interview__schedule-box-content{
  padding-left:58.5px;
  margin-left:-14px;
  position: relative;
  flex: 1;
  padding-bottom:58px;
  gap:62px;
  display: flex;
}
.p-interview__schedule-box-content::before{
  content:"";
  position: absolute;
  display:block;
  width:1px;
  height:100%;
  background-color:#E56E07;
  top:0;
  left: 0;
}
.p-interview__schedule-box:last-child .p-interview__schedule-box-content{
  padding-bottom:0;
}
.p-interview__schedule-box:first-child .p-interview__schedule-box-content::before{
  top:2.5px;
}
.p-interview__schedule-box:last-child .p-interview__schedule-box-content::before{
  height:5px;
}
.p-interview__schedule-textarea{
  flex:1;
}
.p-interview__schedule-flex {
  margin-bottom: min(19px, 0.9896vw);
}
.p-interview__schedule-text{
  font-size:20px;
  font-weight: bold;
  line-height: 1.2;
  color: #2F2F2F;
  margin-bottom:19px;
}
.p-interview__schedule .p-interview__text{
  letter-spacing:0.02em;
}
.p-interview__schedule-box-img{
  width:240px;
}
.p-interview__schedule-box-icon{
  width:369px;
}
.p-interview__schedule-box-icon img{
  width:141px;
}
  @media (max-width: 1360px){
    .p-interview__ttl02{
      left:10px;
    }
  }
  @media (max-width: 1100px){
    .p-interview__schedule .container{
      padding: 3.177vw 14.583vw 4.193vw 4.896vw;
    }
    .p-interview__schedule-box-content{
      gap: 3.229vw;
    }
    .p-interview__schedule-box-icon{
      width:141px;
    }
  }
  @media (max-width: 767.98px) {
    .p-interview__schedule{
      margin-bottom:41.333vw;
    }
    .p-interview__schedule .body{

    }
    .p-interview__schedule .container{
      position: relative;
      padding:8vw 14.133vw 15.467vw 6.4vw;
    }
    .p-interview__ttl02{
      font-family: "Cormorant Garamond", serif;
      font-weight: bold;
      font-size: 9.067vw;
      line-height: 1.176;
      color: #2F2F2F;
      position: absolute;
      top:-16vw;
      left:6.4vw;
    }
    .p-interview__schedule-ttl-jp{
      font-family: "Zen Old Mincho", serif;
      font-weight: bold;
      font-size: 5.067vw;
      line-height: 1.2;
      color: #2F2F2F;
      margin-bottom:15.6vw;
    }
    .p-interview__schedule .body-bg-animation.dark-gray{
      max-width: 100%;
      width:calc(100% - 6.4vw);
      margin: 0 auto 0 0;
      background-color:#EAEAEA;
      right: auto;
      left:0;
    }
    .p-interview__schedule-box{
      display: flex;
    }
    .p-interview__schedule-time{
      font-family: "Barlow", sans-serif;
      font-weight: 500;
      font-size: 5.333vw;
      line-height: 1.2;
      color: #E56E07;
      display: flex;
      width: fit-content;
    }
    .p-interview__schedule-time.u-pc{
      display:none;
    }
    .p-interview__schedule-time.u-sp{
      display:block;
    }
    .p-interview__schedule-flex{
      display:flex;
      gap:3.733vw;
      align-items: center;
      margin-bottom:4.533vw;
    }
    .p-interview__schedule-flex::before{
      content:"";
      border: solid 1px #E56E07;
      border-radius:50%;
      background-color:#fff;
      display:block;
      width:4vw;
      height:4vw;
      position:absolute;
      left:-2vw;
    }
    .p-interview__schedule-time::after{
      content:"";
      display:none;
    }
    .p-interview__schedule-box-content{
      padding-left:7.6vw;
      margin-left:0px;
      position: relative;
      flex: 1;
      padding-bottom:12.533vw;
      gap:7.733vw;
      display: flex;
      flex-direction: column;
    }
    .p-interview__schedule-box-content::before{
      content:"";
      position: absolute;
      display:block;
      width:0.267vw;
      height:100%;
      background-color:#E56E07;
      top:0;
      left: 0;
    }
    .p-interview__schedule-box:first-child .p-interview__schedule-box-content{
      padding-top:8.133vw;
    }
    .p-interview__schedule-box:last-child .p-interview__schedule-box-content{
      padding-bottom:0;
    }
    .p-interview__schedule-box:first-child .p-interview__schedule-box-content::before{
      top:0;
    }
    .p-interview__schedule-box:last-child .p-interview__schedule-box-content::before{
      height:1.333vw;
    }
    .p-interview__schedule-textarea{
      flex:1;
    }
    .p-interview__schedule-text{
      font-size:4.8vw;
      font-weight: bold;
      line-height: 1.2;
      color: #2F2F2F;
      margin-bottom:4.533vw;
      flex:1;
    }
    .p-interview__schedule-box-img{
      width:69.867vw;
      margin: 0 auto;
    }
    .p-interview__schedule-box-icon{
      width:45.6vw;
      margin:0 auto;
    }
    .p-interview__schedule-box-icon img{
      width: 100%;
    }
  }
@media (min-width: 1921px){

}
.p-interview__profile{
  margin-bottom:210px;
}
.p-interview__profile .container{
  position: relative;
}
.p-interview__profile .p-interview__ttl02{
  position: absolute;
  top:-43px;
  left:30px;
}
.p-interview__profile-wrap{
  padding:84px 76px 79px 96.5px;
  border:solid 1px #D0D0D0;
  display:flex;
  align-items: flex-end;
  gap:73.5px;
}
.p-interview__profile-img{
  width:286px;
}
.p-interview__profile-content{
  flex:1;
  padding-bottom:14px;
}
.p-interview__profile-ttl{
  margin-bottom:23px;
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing:0.02em;
  font-size: 30px;
  line-height: 1.18;
  color: #000000;
  display:flex;
  align-items: flex-end;
}
.p-interview__profile-ttl.u-pc{
  display:flex;
}
.p-interview__profile-ttl.u-sp{
  display:none;
}
.p-interview__profile-ttl span{
  font-size:18px;
  margin-right:12px;
  display: block;
}
.p-interview__profile-ttl small{
  font-family: "Barlow", sans-serif;
  font-weight:500;
  color:#909090;
  /* font-size:18px; */
  font-size:15px;
  margin-left:17px;
  display: block;
}
.p-interview__profile .p-interview__text{
  line-height: 2;
}
    @media (max-width: 1100px){
      .p-interview__profile-wrap{
        padding: 4.375vw 3.958vw 4.115vw 5.026vw;
        gap: 3.828vw;
        align-items: flex-start;
      }
      .p-interview__profile-ttl{
        flex-wrap: wrap;
      }
      .p-interview__profile-ttl span{
        width: 100%;
      }

    }
    @media (max-width: 767.98px) {
      .p-interview__profile{
        margin-bottom:24.8vw;
      }
      .p-interview__profile .container{
        position: relative;
      }
      .p-interview__profile .p-interview__ttl02{
        position: absolute;
        top:-5.333vw;
        left:8.533vw;
      }
      .p-interview__profile-wrap{
        padding:9.067vw 5.067vw 6.667vw 5.333vw;
        border:solid 1px #D0D0D0;
        display:flex;
        flex-direction: column;
        gap:4.133vw;
        align-items: flex-start;
      }
      .p-interview__profile-flex{
        display:flex;
        align-items: center;
        gap:4.133vw;
      }
      .p-interview__profile-img{
        width:36vw;
      }
      .p-interview__profile-content{
        flex:1;
        padding-bottom:0;
      }
      .p-interview__profile-ttl{
        margin-bottom:0;
        /* font-family: "Cormorant Garamond", serif; */
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        letter-spacing:0.02em;
        font-size: 5.333vw;
        line-height: 1.4;
        color: #000000;
        display:flex;
        align-items: flex-start;
        flex-direction: column;
      }
      .p-interview__profile-ttl.u-pc{
        display:none;
      }
      .p-interview__profile-ttl.u-sp{
        display:flex;
      }
      .p-interview__profile-ttl span{
        font-size:3.467vw;
        margin-right:0;
        display: block;
        margin-bottom:0.533vw;
      }
      .p-interview__profile-ttl small{
        font-family: "Barlow", sans-serif;
        font-weight:500;
        color:#909090;
        font-size:3.2vw;
        margin-left:1.067vw;
        display: block;
        margin-top:0.8vw;
      }
    }
@media (min-width: 1921px){

}
.p-interview__other{

}
.p-interview__other .p-interview__ttl02{
  position: relative;
  top:0;
  left:0;
  margin-bottom:86px;
}
.p-interview__other-wrap{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr; /* 3つの等幅カラム */
  gap: 50px;
}
.p-interview__other-img{
  margin-bottom:22px;
}
.p-interview__other-position{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  color: #2F2F2F;
  margin-bottom:6px;
}
.p-interview__other-name{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 27px;
  letter-spacing:0.02em;
  line-height: 1.5;
  color: #2F2F2F;
}
.p-interview__other-name span{
  font-family: "Barlow", sans-serif;
  font-weight:300;
  color:#909090;
  font-size:12px;
  margin-left:26px;
  padding-bottom:8px;
}
.p-interview__other .btn-container{
  margin-top:79px;
}
@media (min-width: 769px) {
  .p-interview__other-wrap{
    display:flex;
  }
    #interview-other-splide.splide{
      visibility: unset!important;
      width:100%;
    }
    #interview-other-splide .splide__track {
      overflow: visible !important;
    }
    #interview-other-splide .splide__list {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 2.604vw !important;
      transform: none !important;
      width: 100%;
    }
    #interview-other-splide .splide__slide {
      flex: 1 !important;
      min-width: calc((100% - 5.208vw) / 3) !important;
      transform: none !important;
    }
    #interview-other-splide .splide__pagination {
      display: none !important;
    }
  }
  @media (min-width: 1280px){
    #interview-other-splide .splide__list {
      gap:  50px !important;
    }
    #interview-other-splide .splide__slide {
      flex: 1 !important;
      min-width: calc((100% - 100px) / 3) !important;
      transform: none !important;
    }
  }

    @media (max-width: 767.98px) {
      .p-interview__other{

      }
      .p-interview__other .p-interview__ttl02{
        position: relative;
        top:0;
        left:0;
        margin-bottom:6.133vw;
      }
      .p-interview__other-wrap{
        display:flex;
        grid-template-columns: 1fr 1fr 1fr; /* 3つの等幅カラム */
        gap: 0;
        padding: 0;
      }
      .p-interview__other-img{
        margin-bottom:5.867vw;
      }
      .p-interview__other-position{
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        font-size: 2.667vw;
        line-height: 1.2;
        color: #2F2F2F;
        margin-bottom:1.067vw;
      }
      .p-interview__other-name{
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        font-size: 4vw;
        letter-spacing:0.02em;
        line-height: 1.5;
        color: #2F2F2F;
        margin-bottom:1.6vw;
      }
      .p-interview__other-name span{
        font-family: "Barlow", sans-serif;
        font-weight:300;
        color:#909090;
        font-size:2.933vw;
        margin-left:0;
        padding-bottom:0;
        display:block;
      }
      .p-interview__other .btn-container{
        margin-top:8.667vw;
      }
      #interview-other-splide .splide__track {
        overflow: visible !important;
      }
      #interview-other-splide .splide__slide{
        width:45%!important;
      }
    }
@media (min-width: 1921px){

}

/* -------------------------
culture
-----------------------------*/
.culture.section-subpage-white{
  padding-bottom: min(11.406vw, 219px);
}
.p-culture__section01{
  padding-bottom:211.2px;
}
.p-culture__section01 .body {
  padding-bottom: 104.8px;
  margin-right: min(3.6458333333vw, 70px);
  padding-right: min(4.4270833333vw, 85px);
  padding-left: min(6.1458333333vw, 118px);
}
.p-culture__section01 .body-bg-animation{
  margin-top:266px;
  background-color:#EAEAEA;
}
.p-culture__section01 .container{
  max-width:1280px;
  margin-bottom:215.6px;
}
.p-culture__section01 .img-container{
  position: absolute;
  top: 0;
  left: 0;
  width: 39.063vw;
}
.p-culture__section01 .item-right{
  width: 700px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 209px;
}
.p-culture__section01 .title-common{
  margin-top:0;
  margin-bottom:51.8px;
}
.c-text{
  font-size:16px;
  font-weight:400;
  line-height:2;
  letter-spacing:0.02em;
  color:#2F2F2F;
}
.p-culture__catch{
  margin-bottom:69.4px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.66666;
  color: #2F2F2F;
}
.p-culture__section01 .inner{
  width:100%;
  max-width:1280px;
}
.p-culture__section01-box{
  margin-bottom:91px;
  display:flex;
}
.p-culture__section01-box:last-child{
  margin-bottom:0;
}
.p-culture__section01-box-content{
  flex:1;
}
.p-culture__section01-box-ttlarea{
  padding-bottom:29.3px;
  margin-bottom:34px;
  border-bottom:solid 1px #D0D0D0;
  display: flex;
  align-items: flex-end;
  gap:40px;
}
.p-culture__section01-box-ttl-num{
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 50px;
  color: #e56e07;
  line-height: 1.2;
  margin: 0;
}
.p-culture__section01-box-ttl{
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 24px;
  color:#2F2F2F;
  line-height: 1.2;
  padding-bottom:10.7px;
  display:block;
}

.p-culture__section01-box-content .c-text{
  padding-right:9.45%;
}
.p-culture__section01-box-img{
  width:43.54%;
}

.p-culture__gallery{
  padding-bottom:218px;
}

.p-culture__carrer{

}
.p-culture__carrer .body {
  padding-bottom: 214px;
  margin-right: min(3.6458333333vw, 70px);
  padding-right: min(4.4270833333vw, 85px);
  padding-left: min(6.1458333333vw, 118px);
}
.p-culture__carrer .body-bg-animation{
  margin-top:205.2px;
  background-color:#D0D0D0;
}
.p-culture__carrer .container{
  margin-bottom:138px;
}

.p-culture__carrer .img-container{
  position: absolute;
  top: 0;
  right: max(-3.6458333333vw, -70px);
  width: 39.063vw;
}
.p-culture__carrer .item-left{
  width: 765px;
  margin-right: auto;
  margin-left: 0;
  padding-top: 143px;
}
.p-culture__carrer .title-common{
  margin-top:0;
  margin-bottom:148.3px;
}
.p-culture__carrer .p-culture__catch{
   margin-bottom:51px;
   white-space: nowrap;
}
.item-left .c-text{
  width:613px;
}
.p-culture__carrer .inner{
  width:100%;
  max-width:1280px;
}
.p-culture__carrer-box{
  background-color:#fff;
  padding:94.1px 103px 87.7px 92px;
  position:relative;
  margin-bottom:55.4px;
}
.p-culture__carrer-box:last-child{
  margin-bottom:0;
}
.p-culture__carrer-box-en{
  position:absolute;
  top:20.6px;
  left:22px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #D0D0D0;
}
.p-culture__carrer-box-ttl{
  margin-bottom:20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66666;
  color: #2F2F2F;
}
.p-culture__carrer-box .c-text{
  margin-bottom:5.6px;
  max-width:697px;
}
.p-culture__carrer-pass-wrap{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: flex-end;
  gap:5px;
}
.p-culture__carrer-pass{

}
.p-culture__carrer-pass-img{
  margin:0 auto 5px;
}
.p-culture__carrer-pass-duration{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom:13px;
}
.p-culture__carrer-pass-duration-text{
  font-size:16px;
  font-weight:500;
  letter-spacing:0.02em;
  color:#fff;
  margin:0;
}
.p-culture__carrer-pass-duration-text span{
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size:30px;
  line-height:1.2;
  letter-spacing:0;
}
.p-culture__carrer-pass:nth-of-type(1) .p-culture__carrer-pass-img{
  width:32.86px;
}
.p-culture__carrer-pass:nth-of-type(1) .p-culture__carrer-pass-duration{
  background-color:#C9C9C9;
  height:50px;
}
.p-culture__carrer-pass:nth-of-type(2) .p-culture__carrer-pass-img{
  width:66.73px;
}
.p-culture__carrer-pass:nth-of-type(2) .p-culture__carrer-pass-duration{
  background-color:#B4B4B4;
  height:75px;
}
.p-culture__carrer-pass:nth-of-type(3) .p-culture__carrer-pass-img{
  width:69.47px;
}
.p-culture__carrer-pass:nth-of-type(3) .p-culture__carrer-pass-duration{
  background-color:#A0A0A0;
  height:100px;
}
.p-culture__carrer-pass:nth-of-type(4) .p-culture__carrer-pass-img{
  width:82px;
}
.p-culture__carrer-pass:nth-of-type(4) .p-culture__carrer-pass-duration{
  background-color:#808080;
  height:125px;
}
.p-culture__carrer-pass:nth-of-type(5) .p-culture__carrer-pass-img{
  width:73.95px;
}
.p-culture__carrer-pass:nth-of-type(5) .p-culture__carrer-pass-duration{
  background-color:#5F5F5F;
  height:175px;
}
.p-culture__carrer-pass:nth-of-type(6) .p-culture__carrer-pass-img{
  width:56.63px;
}
.p-culture__carrer-pass:nth-of-type(6) .p-culture__carrer-pass-duration{
  background-color:#E56E07;
  height:250px;
}
.p-culture__carrer-pass-income{
  margin-top:3px;
  font-size:16px;
  font-weight:600;
  color:#fff;
}
.p-culture__carrer-pass-income small{
  font-size:15px;
  font-weight:600;
  color:#fff;
}
.p-culture__carrer-pass-income span{
  font-size:20px;
  font-weight:600;
  color:#fff;
}
.p-culture__carrer-pass-note{
  font-size:16px;
  font-weight:bold;
  text-align: center;
  color:#486064;
  margin-bottom:10px;
}
.p-culture__carrer-pass-text{
  height:44px;
  font-size:14px;
  font-weight:400;
  text-align: center;
  color:#486064;
}
.p-culture__carrer-pass-area{
  width:100%;
  overflow-x: unset;
  padding-bottom:31px;
  position: relative;
}
.p-culture__carrer-box-wrap{
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap:66.9px;
}
.p-culture__carrer-box-content{
  width:35.4%;
}
.p-culture__carrer-box-right{
  width:58.18%;
  display:flex;
}
.p-culture__carrer-box-circle{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width:calc((100% + 32px) / 3);
  aspect-ratio: 1 / 1;
  border-radius:50%;
  border:solid 1px #D0D0D0;
  margin-right:-16px;
}
.p-culture__carrer-box-circle-bottom{
  flex:1;
  display: flex;
}
.p-culture__carrer-box-circle-bottom .p-culture__carrer-box-circle{
  width:calc((100% + 16px) / 2);
  aspect-ratio: 1 / 1;
}
.p-culture__carrer-box-circle:last-child{
  margin-right:0;
}
.p-culture__carrer-box-circle-text{
  font-size:16px;
  font-weight:bold;
  line-height:2;
  text-align: center;
}
.p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-content{
  width:37.93%;
}
.p-culture__carrer-box-right-wrap{
  width:50.23%;

}
.p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-right{
  width:100%;
  justify-content: center;
  align-items: center;
  gap:29px;
}
.p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-circle{
  margin:0;
  width:39.61%;
}
.p-culture__carrer-box-cross {
  position: relative;
  width: 53.71px;
  height: 53.71px;
}
.p-culture__carrer-box-cross::before,
.p-culture__carrer-box-cross::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #D0D0D0;
}

.p-culture__carrer-box-cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-culture__carrer-box-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-culture__carrer-box-right-text{
  font-size:17px;
  font-weight:bold;
  text-align: center;
}
.p-culture__carrer-box-right-text span{
  font-size:21px;
}
.p-culture__carrer-box-circle-text2{
  font-size:23px;
  font-weight:bold;
  line-height:1.2;
  text-align: center;
  margin-bottom:15px;
}
.p-culture__carrer-box-circle-text3{
  font-size:14px;
  font-weight:500;
  line-height:1.78;
  text-align: center;
}
.p-culture__carrer-box-circle-text3 span{
  font-size:16px;
  font-weight:bold;
}

  @media (max-width: 1399.98px) {
    .p-culture__section01 .img-container {
      width: 50vw;
    }
    .p-culture__section01 .container{
      margin-bottom:11.229vw;
    }
    .p-culture__section01 .item-right ,
    .p-culture__carrer .item-left{
      width: min(36.4583333333vw, 700px);
    }
    .p-culture__catch{
      font-size: 2.344vw;
      margin-bottom:3.615vw;
    }

    .p-culture__carrer .title-common{
      margin-bottom:7.724vw;
    }

    .p-culture__carrer .item-left{
      width: 39.844vw;
    }


  }
    @media (max-width: 1044.98px){
      .p-culture__section01 .inner{
        width:100%;
        max-width:1280px;
      }
      .p-culture__section01-box{
        margin-bottom:59px;
        display:flex;
        flex-direction: column;
      }
      .p-culture__section01-box:last-child{
        margin-bottom:0;
      }
      .p-culture__section01-box-content{
        flex:1;
        width:100%;
      }
      .p-culture__section01-box-ttlarea{
        gap:13px;
      }

      .p-culture__section01-box-content .c-text{
        padding-right:0;
      }
      .p-culture__section01-box-img.u-pc{
        display: none;
      }
      .p-culture__section01-box-img.u-sp{
        display: block;
      }
      .p-culture__section01-box-img{
        width:100%;
        margin-bottom:31px;
      }

      .p-culture__carrer{

      }
      .p-culture__carrer .body {
        padding-bottom: 214px;
        margin:0;
        padding:0 0 74px 0;
      }
      .p-culture__carrer .body-bg-animation{
        margin-top:90px;
        background-color:#D0D0D0;
      }
      .p-culture__carrer .container{
        margin-bottom:54px;
        padding-right:50px;
      }
      .p-culture__carrer .img-container{
        position: absolute;
        top: 0;
        right: max(-3.6458333333vw, -70px);
        width: 39.063vw;
      }
      .p-culture__carrer .item-left{
        width: 765px;
        margin-right: auto;
        margin-left: 0;
        padding-top: 143px;
      }
      .p-culture__carrer .title-common{
        margin-top:0;
        margin-bottom:32px;
      }
      .p-culture__carrer .p-culture__catch{
         margin-bottom:32px;
         white-space: nowrap;
      }
      .item-left .c-text{
        width:100%;
      }
      .p-culture__carrer .inner{
        width:100%;
        max-width:1280px;
        padding-right:50px;
      }
      .p-culture__carrer-box{
        background-color:#fff;
        padding:51px 20px 41px 19px;
        position:relative;
        margin-bottom:20px;
      }
      .p-culture__carrer-box:last-child{
        margin-bottom:0;
      }
      .p-culture__carrer-box-en{
        position:absolute;
        top:9px;
        left:11px;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-size: 15px;
        line-height: 1;
        color: #D0D0D0;
      }
      .p-culture__carrer-box-ttl{
        margin-bottom:19px;
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.66666;
        color: #2F2F2F;
      }
      .p-culture__carrer-box .c-text{
        margin-bottom:6px;
        max-width:100%;
        font-size:14px;
      }
      .p-culture__carrer-pass-area{
        width:100%;
        overflow-x: scroll;
        padding-bottom:31px;
        position: relative;
      }

      .p-culture__carrer-pass-wrap{
        display:flex;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        align-items: flex-end;
        gap:5px;
        width:937px;

      }
      .p-culture__carrer-pass{
        width:calc((937px - 23px) / 6);
      }
      .p-culture__carrer-pass-img{
        margin:0 auto 4.5px;
      }
      .p-culture__carrer-pass-duration{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom:12px;
      }
      .p-culture__carrer-pass-duration-text{
        font-size:14px;
        font-weight:500;
        letter-spacing:0.02em;
        color:#fff;
        margin:0;
      }
      .p-culture__carrer-pass-duration-text span{
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-size:26px;
        line-height:1.2;
        letter-spacing:0;
      }
      .p-culture__carrer-pass:nth-of-type(1) .p-culture__carrer-pass-img{
        width:29px;
      }
      .p-culture__carrer-pass:nth-of-type(1) .p-culture__carrer-pass-duration{
        background-color:#C9C9C9;
        height:45px;
      }
      .p-culture__carrer-pass:nth-of-type(2) .p-culture__carrer-pass-img{
        width:60px;
      }
      .p-culture__carrer-pass:nth-of-type(2) .p-culture__carrer-pass-duration{
        background-color:#B4B4B4;
        height:67px;
      }
      .p-culture__carrer-pass:nth-of-type(3) .p-culture__carrer-pass-img{
        width:62px;
      }
      .p-culture__carrer-pass:nth-of-type(3) .p-culture__carrer-pass-duration{
        background-color:#A0A0A0;
        height:89px;
      }
      .p-culture__carrer-pass:nth-of-type(4) .p-culture__carrer-pass-img{
        width:74px;
      }
      .p-culture__carrer-pass:nth-of-type(4) .p-culture__carrer-pass-duration{
        background-color:#808080;
        height:112px;
      }
      .p-culture__carrer-pass:nth-of-type(5) .p-culture__carrer-pass-img{
        width:66px;
      }
      .p-culture__carrer-pass:nth-of-type(5) .p-culture__carrer-pass-duration{
        background-color:#5F5F5F;
        height:157px;
      }
      .p-culture__carrer-pass:nth-of-type(6) .p-culture__carrer-pass-img{
        width:51px;
      }
      .p-culture__carrer-pass:nth-of-type(6) .p-culture__carrer-pass-duration{
        background-color:#E56E07;
        height:224px;
      }
      .p-culture__carrer-pass-income{
        margin-top:3px;
        font-size:14px;
        font-weight:600;
        color:#fff;
      }
      .p-culture__carrer-pass-income small{
        font-size:13px;
        font-weight:600;
        color:#fff;
      }
      .p-culture__carrer-pass-income span{
        font-size:17px;
        font-weight:600;
        color:#fff;
      }
      .p-culture__carrer-pass-note{
        font-size:14px;
        font-weight:bold;
        text-align: center;
        color:#5F5F5F;
        margin-bottom:11px;
      }
      .p-culture__carrer-pass-text{
        height:38px;
        font-size:12px;
        line-height:1.75;
        font-weight:400;
        text-align: center;
        color:#5F5F5F;
      }
      .p-culture__carrer-box-wrap{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap:24px;
      }
      .p-culture__carrer-box-content{
        width:100%;
      }
      .p-culture__carrer-box-right{
        width:100%;
        justify-content: center;
        align-items: center;
        gap:0;
      }
      .p-culture__carrer-box-circle{
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width:160px;
        aspect-ratio: 1 / 1;
        border-radius:50%;
        border:solid 1px #D0D0D0;
        margin-right:0;
      }
      .p-culture__carrer-box-circle:last-child{
        margin-right:0;
      }
      .p-culture__carrer-box-circle-bottom{
        flex:unset;
        display: flex;
        margin-left:-16px;
      }
      .p-culture__carrer-box-circle-bottom .p-culture__carrer-box-circle{
        width:160px;
        aspect-ratio: 1 / 1;
        margin-right:-16px;
      }
      .p-culture__carrer-box-circle-bottom .p-culture__carrer-box-circle:last-child{
        margin-right:0;
      }
      .p-culture__carrer-box-circle-text{
        font-size:12px;
        font-weight:bold;
        line-height:1.5;
        text-align: center;
      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-content{
        width:100%;
      }
      .p-culture__carrer-box-right-wrap{
        width:100%;

      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-right{
        width:100%;
        justify-content: center;
        align-items: center;
        display:flex;
        flex-direction: row;
        gap:0;
      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-circle{
        margin:0;
        width:150px;
        margin-right:-8px;
      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-circle:last-child{
        margin-right:0;
      }
      .p-culture__carrer-box-cross {
        display:none;
      }
      .p-culture__carrer-box-cross::before,
      .p-culture__carrer-box-cross::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background-color: #D0D0D0;
      }

      .p-culture__carrer-box-cross::before {
        transform: translate(-50%, -50%) rotate(45deg);
      }

      .p-culture__carrer-box-cross::after {
        transform: translate(-50%, -50%) rotate(-45deg);
      }
      .p-culture__carrer-box-right-text{
        font-size:13px;
        font-weight:bold;
        text-align: center;
      }
      .p-culture__carrer-box-right-text span{
        font-size:16px;
      }
      .p-culture__carrer-box-circle-text2{
        font-size:18px;
        font-weight:bold;
        line-height:1.2;
        text-align: center;
        margin-bottom:7px;
      }
      .p-culture__carrer-box-circle-text3{
        font-size:12px;
        font-weight:500;
        line-height:1.5;
        text-align: center;
      }
      .p-culture__carrer-box-circle-text3 span{
        font-size:12px;
        font-weight:bold;
      }
    }

    @media (max-width: 767.98px){
      .culture.section-subpage-white{
        padding-bottom: 14.933vw;
      }
      .p-culture__section01{
        padding-bottom:42.453vw;
      }

      .p-culture__section01 .body {
        padding-bottom: 20.213vw;
        margin: 0;
        padding: 0 0 20.213vw 0;
      }
      .p-culture__section01 .body-bg-animation{
        margin-top:30.933vw;
        background-color:#EAEAEA;
      }
      .p-culture__section01 .container{
        max-width:341.333vw;
        margin-bottom:13.6vw;
      }
      .p-culture__section01 .img-container{
        position: relative;
        top: 0;
        left: 0;
        width: 62.133vw;
      }
      .p-culture__section01 .item-right{
        width: 100%;
        margin-right: 0;
        margin-left: auto;
        padding-top: 9.067vw;
      }
      .p-culture__section01 .title-common{
        margin-top:0;
        margin-bottom:7.413vw;
      }
      .c-text{
        font-size:4vw;
        font-weight:400;
        line-height:2;
        letter-spacing:0.02em;
        color:#2F2F2F;
      }
      .p-culture__catch{
        margin-bottom:8.533vw;
        font-family: "Zen Old Mincho", serif;
        font-weight:  bold;
        font-size: 5.867vw;
        line-height: 1.66666;
        color: #2F2F2F;
      }

      .p-culture__section01 .inner{
        width:100%;
        max-width:341.333vw;
      }
      .p-culture__section01-box{
        margin-bottom:15.627vw;
        display:flex;
        flex-direction: column;
      }
      .p-culture__section01-box:last-child{
        margin-bottom:0;
      }
      .p-culture__section01-box-content{
        flex:1;
        width:100%;
      }
      .p-culture__section01-box-ttlarea{
        padding-bottom:3.413vw;
        margin-bottom:6.16vw;
        border-bottom:solid 1px #D0D0D0;
        display: flex;
        align-items: flex-end;
        gap:3.467vw;
      }
      .p-culture__section01-box-ttl-num{
        font-family: "Barlow", sans-serif;
        font-weight: 500;
        font-size: 7.467vw;
        color: #e56e07;
        line-height: 1.2;
        margin: 0;
      }
      .p-culture__section01-box-ttl{
        font-family: "Zen Old Mincho", serif;
        font-weight: bold;
        font-size: 4.533vw;
        color:#2F2F2F;
        line-height: 1.2;
        padding-bottom:0.8vw;
        display:block;
      }

      .p-culture__section01-box-content .c-text{
        padding-right:0;
      }
      .p-culture__section01-box-img{
        width:100%;
        margin-bottom:8.267vw;
      }

      .p-culture__gallery{
        padding-bottom:44.347vw;
      }

      .p-culture__carrer{

      }
      .p-culture__carrer .body {
        padding-bottom: 57.067vw;
        margin:0;
        padding:0 0 19.813vw 0;
      }
      .p-culture__carrer .body-bg-animation{
        margin-top:24vw;
        background-color:#D0D0D0;
      }
      .p-culture__carrer .container{
        margin-bottom:14.4vw;
      }
      .p-culture__carrer .img-container{
        position: relative;
        top: 0;
        right: 0;
        margin:0 0 0 auto;
        width: 61.867vw;
      }
      .p-culture__carrer .item-left{
        width: 100%;
        margin-right: auto;
        margin-left: 0;
        padding-top: 7.947vw;
      }
      .p-culture__carrer .title-common{
        margin-top:0;
        margin-bottom:8.533vw;
      }
      .p-culture__carrer .p-culture__catch{
         margin-bottom:8.533vw;
         white-space: nowrap;
      }
      .item-left .c-text{
        width:100%;
      }
      .p-culture__carrer .inner{
        width:100%;
        max-width:341.333vw;
        padding-right: 20px;
      }
      .p-culture__carrer-box{
        background-color:#fff;
        padding:13.68vw 5.333vw 10.96vw 5.067vw;
        position:relative;
        margin-bottom:5.333vw;
      }
      .p-culture__carrer-box:last-child{
        margin-bottom:0;
      }
      .p-culture__carrer-box-en{
        position:absolute;
        top:2.533vw;
        left:2.933vw;
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-size: 4vw;
        line-height: 1;
        color: #D0D0D0;
      }
      .p-culture__carrer-box-ttl{
        margin-bottom:5.2vw;
        font-family: "Zen Old Mincho", serif;
        font-weight: 600;
        font-size: 4.8vw;
        line-height: 1.66666;
        color: #2F2F2F;
      }
      .p-culture__carrer-box .c-text{
        margin-bottom:1.493vw;
        max-width:100%;
        font-size:3.733vw;
      }
      .p-culture__carrer-pass-area{
        width:100%;
        overflow-x: scroll;
        padding-bottom:8.267vw;
        position: relative;
      }

      .p-culture__carrer-pass-wrap{
        display:flex;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        align-items: flex-end;
        gap:1.227vw;
        width:249.867vw;

      }
      .p-culture__carrer-pass{
        width:calc((249.867vw - 6.133vw) / 6);
      }
      .p-culture__carrer-pass-img{
        margin:0 auto 4.5px;
      }
      .p-culture__carrer-pass-duration{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom:3.093vw;
      }
      .p-culture__carrer-pass-duration-text{
        font-size:3.733vw;
        font-weight:500;
        letter-spacing:0.02em;
        color:#fff;
        margin:0;
      }
      .p-culture__carrer-pass-duration-text span{
        font-family: "Barlow", sans-serif;
        font-weight: 600;
        font-size:6.933vw;
        line-height:1.2;
        letter-spacing:0;
      }
      .p-culture__carrer-pass:nth-of-type(1) .p-culture__carrer-pass-img{
        width:7.856vw;
      }
      .p-culture__carrer-pass:nth-of-type(1) .p-culture__carrer-pass-duration{
        background-color:#C9C9C9;
        height:11.955vw;
      }
      .p-culture__carrer-pass:nth-of-type(2) .p-culture__carrer-pass-img{
        width:15.955vw;
      }
      .p-culture__carrer-pass:nth-of-type(2) .p-culture__carrer-pass-duration{
        background-color:#B4B4B4;
        height:17.867vw;
      }
      .p-culture__carrer-pass:nth-of-type(3) .p-culture__carrer-pass-img{
        width:16.611vw;
      }
      .p-culture__carrer-pass:nth-of-type(3) .p-culture__carrer-pass-duration{
        background-color:#A0A0A0;
        height:23.733vw;
      }
      .p-culture__carrer-pass:nth-of-type(4) .p-culture__carrer-pass-img{
        width:19.608vw;
      }
      .p-culture__carrer-pass:nth-of-type(4) .p-culture__carrer-pass-duration{
        background-color:#808080;
        height:29.867vw;
      }
      .p-culture__carrer-pass:nth-of-type(5) .p-culture__carrer-pass-img{
        width:17.68vw;
      }
      .p-culture__carrer-pass:nth-of-type(5) .p-culture__carrer-pass-duration{
        background-color:#5F5F5F;
        height:41.867vw;
      }
      .p-culture__carrer-pass:nth-of-type(6) .p-culture__carrer-pass-img{
        width:13.541vw;
      }
      .p-culture__carrer-pass:nth-of-type(6) .p-culture__carrer-pass-duration{
        background-color:#E56E07;
        height:59.733vw;
      }
      .p-culture__carrer-pass-income{
        margin-top:0.8vw;
        font-size:3.733vw;
        font-weight:600;
        color:#fff;
      }
      .p-culture__carrer-pass-income small{
        font-size:3.467vw;
        font-weight:600;
        color:#fff;
      }
      .p-culture__carrer-pass-income span{
        font-size:4.533vw;
        font-weight:600;
        color:#fff;
      }
      .p-culture__carrer-pass-note{
        font-size:3.733vw;
        font-weight:bold;
        text-align: center;
        color:#5F5F5F;
        margin-bottom:2.933vw;
      }
      .p-culture__carrer-pass-text{
        height:10.133vw;
        font-size:3.2vw;
        line-height:1.75;
        font-weight:400;
        text-align: center;
        color:#5F5F5F;
      }
      .p-culture__carrer-box-wrap{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap:6.427vw;
      }
      .p-culture__carrer-box-content{
        width:100%;
      }
      .p-culture__carrer-box-right{
        width:100%;
        display:flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
      }
      .p-culture__carrer-box-circle{
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width:37.333vw;
        aspect-ratio: 1 / 1;
        border-radius:50%;
        border:solid 1px #D0D0D0;
        margin-right:0;
      }
      .p-culture__carrer-box-circle:last-child{
        margin-right:0;
      }
      .p-culture__carrer-box-circle-bottom{
        margin-top:-10.4vw;
        flex:1;
        display: flex;
        justify-content: center;
        width:100%;
        margin-left:0;
      }
      .p-culture__carrer-box-circle-bottom .p-culture__carrer-box-circle{
        width:37.333vw;
        aspect-ratio: 1 / 1;
        margin-right:-4.267vw;
      }
      .p-culture__carrer-box-circle-bottom .p-culture__carrer-box-circle:last-child{
        margin-right:0;
      }
      .p-culture__carrer-box-circle-text{
        font-size:3.2vw;
        font-weight:bold;
        line-height:1.5;
        text-align: center;
      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-content{
        width:100%;
      }
      .p-culture__carrer-box-right-wrap{
        width:100%;

      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-right{
        width:100%;
        justify-content: center;
        align-items: center;
        display:flex;
        flex-direction: row;
        gap:0;
      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box{
        padding:13.68vw 3.067vw 10.96vw 2.933vw;
      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-circle{
        margin:0;
        width:40vw;
        margin-right:-2.133vw;
      }
      .p-culture__carrer-box:nth-of-type(3) .p-culture__carrer-box-circle:last-child{
        margin-right:0;
      }
      .p-culture__carrer-box-cross {
        display:none;
      }
      .p-culture__carrer-box-cross::before,
      .p-culture__carrer-box-cross::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 0.533vw;
        background-color: #D0D0D0;
      }

      .p-culture__carrer-box-cross::before {
        transform: translate(-50%, -50%) rotate(45deg);
      }

      .p-culture__carrer-box-cross::after {
        transform: translate(-50%, -50%) rotate(-45deg);
      }
      .p-culture__carrer-box-right-text{
        font-size:3.467vw;
        font-weight:bold;
        text-align: center;
      }
      .p-culture__carrer-box-right-text span{
        font-size:4.267vw;
      }
      .p-culture__carrer-box-circle-text2{
        font-size:4.8vw;
        font-weight:bold;
        line-height:1.2;
        text-align: center;
        margin-bottom:1.893vw;
      }
      .p-culture__carrer-box-circle-text3{
        font-size:3.2vw;
        font-weight:500;
        line-height:1.5;
        text-align: center;
      }
      .p-culture__carrer-box-circle-text3 span{
        font-size:3.2vw;
        font-weight:bold;
      }
    }
/* -------------------------
news
-----------------------------*/
.p-news__single{
  padding:167px 0 154.5px;
}
.p-news__single .container{
  max-width:940px;
}
.p-news__single-dataarea{
  margin-bottom:41.5px;
  display:flex;
  gap:37px;
  align-items: flex-end;
}
.p-news__single-date{
  font-family: "Inter", sans-serif;
  color: #E56E07;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
.p-news__single-cate-list{
  display:flex;
  gap:37px;
}
.p-news__single-cate-item{
  display: block;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  color: #3C3C3C;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #3C3C3C;
  padding: 8.4px 58px 7px;
}
.p-news__single-ttl{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.857;
  letter-spacing: 0.02em;
  margin-bottom:45.5px;
}
.p-news__single-content{
  margin-bottom:96px;
}
.p-news__single-content p{
  color: #2F2F2F;
  font-size: 18px;
  letter-spacing:0.02em;
  font-weight: 400;
  line-height: 2;
}
.p-news__single-content .wp-block-buttons{
  display:flex;
  gap:20px;
}

.p-news__single-content .wp-block-button a{
  border: solid 1px #3C3C3C;
  color: #2F2F2F;
  font-size:14px;
  font-weight:500;
  letter-spacing:0.02em;
  padding:14.5px 47px 15.5px;
  border-radius:25px;
  display:inline-block;
}

    @media (max-width: 767.98px){
      .p-news__single{
        padding:48.8vw 0 24.533vw;
      }
      .p-news__single .container{
        max-width:250.667vw;
      }
      .p-news__single-wrap{
        display: flex;
        flex-direction: column-reverse;
      }
      .p-news__single-dataarea{
        margin-bottom:8.267vw;
        display:flex;
        gap:5.333vw;
        align-items: flex-end;
      }
      .p-news__single-date{
        font-family: "Inter", sans-serif;
        color: #E56E07;
        font-size: 4vw;
        font-weight: 400;
        line-height: 1.25;
        margin: 0;
      }
      .p-news__single-cate-list{
        display:flex;
        gap:9.867vw;
      }
      .p-news__single-cate-item{
        display: block;
        background: #ffffff;
        font-family: "Inter", sans-serif;
        color: #3C3C3C;
        font-size: 3.2vw;
        font-weight: 400;
        line-height: 1.25;
        text-align: center;
        border-radius: 5.333vw;
        border: 1px solid #3C3C3C;
        padding: 1.173vw 8vw 1.147vw;
      }
      .p-news__single-ttl{
        font-size: 4.8vw;
        font-weight: 700;
        line-height: 1.7777;
        letter-spacing: 0.02em;
        margin-bottom:7.467vw;
      }
      .p-news__single-content{
        margin-bottom:10.8vw;
      }
      .p-news__single-content p{
        color: #2F2F2F;
        font-size: 4vw;
        letter-spacing:0.02em;
        font-weight: 400;
        line-height: 2;
      }
      .p-news__single-link-list{
        display:flex;
        flex-direction: column;
        gap:5.333vw;
        margin-bottom:45px!important;
      }
      .p-news__single-content .wp-block-buttons{
        display:flex;
        flex-direction: column;
        gap:20px;
      }
      .p-news__single-content .wp-block-button a{
        border: solid 1px #3C3C3C;
        color: #2F2F2F;
        width:100%;
        font-size:3.733vw;
        font-weight:500;
        letter-spacing:0.02em;
        padding:3.867vw 12.533vw 4.133vw;
        border-radius:6.667vw;
        display:block;
        margin: 0 auto;
        text-align: center;
      }

    }
/* -------------------------
posisiton　 archivbe
-----------------------------*/
.section-subpage-gray .p-position__archive .body{
  margin-right: 8.698vw;
  padding-left: 3.802vw;
  padding-bottom: 0;
}
.p-position__archive .container{
  max-width:1040px;
}
.position .title-common{
  margin-bottom:35px;
}
.p-position__archive-text{
  margin-top: max(-4.1145833333vw, -79px);
  margin-bottom:113px;
}
.p-position__archive{

}
.p-position__archive-box{
  margin-bottom:37px;
  border:solid 1px #D0D0D0;
  padding:54px 58px 40px 55.5px;
  display:flex;
  gap:30px;
  background-color:#fff;
}
.p-position__archive-box:last-child{
  margin-bottom:0;
}
.p-position__archive-content{
  flex:1;
}
.p-position__archive-ttl{
  font-size:22px;
  color:#2F2F2F;
  letter-spacing:0.02em;
  font-weight:bold;
  margin-bottom:28px;
  line-height:1.4545;
}
.p-position__archive-item{
  letter-spacing:0.02em;
  font-size:16px;
   font-weight:400;
   line-height:2;
   padding-left:1em;
   position: relative;
}
.p-position__archive-item::before{
  content:"・";
  position:absolute;
  left:0;
  top:0;
}
.p-position__archive-btnarea{
  display:flex;
  flex-direction: column;
  gap:13px;
}
.p-position__archive-btn{
  width:199px;
  height:55px;
  align-items: center;
  display:flex;
  gap:21.6px;
  justify-content: center;
  font-size:15px;
  font-weight:600;
  letter-spacing:0.02em;
}
.p-position__position-btn{
  border:solid 1px #5F5F5F;
  color:#5F5F5F;
}
.p-position__position-btn::after{
  content:"";
  background-image:url(../img/section/position/arrow-black.svg);
  background-size:100% 100%;
  display:block;
  width:17.2px;
  height:6.15px;
}
.p-position__entry-btn{
  color:#fff;
  background-color:#E56E07;
}
.p-position__entry-btn::after{
  content:"";
  background-image:url(../img/section/position/arrow-white.svg);
  background-size:100% 100%;
  display:block;
  width:17.2px;
  height:6.15px;
}
.p-position__archive-more{
  display:none;
}

.section-subpage-gray.position > .body {
  padding-bottom: 154px;
}
.section-subpage-gray.position > .body:has(.p-position__single) {
  padding-bottom: 107px;
}
    @media (max-width: 767.98px){
      .section-subpage-gray .p-position__archive .body{
        padding:0;
        margin:0;
      }
      .p-position__archive .container{
        max-width:277.333vw;
        padding: 0;
        margin-bottom:8vw;
      }
      .position .title-common{
        margin-bottom:9.6vw;
      }
      .p-position__archive-text{
        margin-top: -7.7333333333vw;
        margin-bottom:8vw;
      }
      .p-position__archive{

      }
      .p-position__archive-box{
        margin-bottom:5.333vw;
        border:solid 1px #D0D0D0;
        padding:4.8vw 5.867vw 8vw 5.333vw;
        display:flex;
        flex-direction: column;
        gap:3.467vw;
        background-color:#fff;
      }
      .p-position__archive-box:last-child{
        margin-bottom:0;
      }
      .p-position__archive-content{
        flex:1;
      }
      .p-position__archive-ttl{
        font-size:4.8vw;
        color:#2F2F2F;
        letter-spacing:0.02em;
        font-weight:bold;
        margin-bottom:4.267vw;
        line-height:1.777777;
      }
      .p-position__archive-item{
        letter-spacing:0.02em;
        font-size:3.733vw;
         font-weight:400;
         line-height:2;
         padding-left:1em;
         position: relative;
         margin-bottom:2.667vw;
      }
      .p-position__archive-item:last-child{
        margin-bottom:0;
      }
      .p-position__archive-item::before{
        content:"・";
        position:absolute;
        left:0;
        top:0;
      }
      .p-position__archive-btnarea{
        display:flex;
        flex-direction: row;
        gap:3.2vw;
      }
      .p-position__archive-btn{
        width:34.667vw;
        height:11.467vw;
        align-items: center;
        display:flex;
        gap:5.76vw;
        justify-content: center;
        font-size:3.733vw;
        font-weight:600;
        letter-spacing:0.02em;
      }
      .p-position__position-btn{
        border:solid 1px #5F5F5F;
        color:#5F5F5F;
      }
      .p-position__position-btn::after{
        content:"";
        background-image:url(../img/section/position/arrow-black.svg);
        background-size:100% 100%;
        display:block;
        width:4.587vw;
        height:1.64vw;
        display:none;
      }
      .p-position__entry-btn{
        color:#fff;
        background-color:#E56E07;
      }
      .p-position__entry-btn::after{
        content:"";
        background-image:url(../img/section/position/arrow-white.svg);
        background-size:100% 100%;
        display:block;
        width:4.587vw;
        height:1.64vw;
        display:none;
      }
      .p-position__archive-more{
        display:block;
        margin-top:8vw;
        font-size:3.733vw;
        font-weight:500;
        letter-spacing:0.02em;
        padding:3.867vw 0 4.133vw;
        text-align: center;
        width:100%;
        max-width:84vw;
        margin:0 auto;
        border:solid 1px #3C3C3C;
        border-radius:6.667vw;
      }
      .p-position__archive-box-hidden {
          display: none;
        }
      .section-subpage-gray.position >.body {
        padding-bottom: 15.7416750757vw;
      }
      .section-subpage-gray.position > .body:has(.p-position__single) {
        padding-bottom: 8.8vw;
      }
    }
/* -------------------------
posisiton　 single
-----------------------------*/
.section-subpage-gray .p-position__single .container {
    max-width: 1202px;
    padding: 0;
}
.section-subpage-gray .p-position__single .body {
    position: relative;
    margin-right: 4.375vw;
    padding-left: 2.917vw;
    padding-bottom: 0;
    background-color: #eaeaea;
}
.p-position__single-ttlarea{
  margin-bottom:90.5px;
  display:flex;
  align-items: center;
  gap:30px;
}
.p-position__single-ttl{
  font-size:35px;
  font-weight:800;
  letter-spacing:0.02em;
  line-height:1.5;
  flex:1;
}
.p-position__single-btn{
  border:solid 1px #5F5F5F;
  width:213px;
  color:#5F5F5F;
}
.p-position__single-btn::after{
  content:"";
  background-image:url(../img/section/position/arrow-black.svg);
  display:block;
  width:17.2px;
  height:6.15px;
}
table.p-position__single-table {
  width: 100%;
  max-width:1162px;
  border-collapse: collapse;
  margin-bottom: 0;
  background-color: unset;
}
.p-position__single-table tr{
  border-top:solid 1px #909090;
  width:100%;
}

.p-position__single-table th{
  vertical-align: middle;
  width:36.57%;
  font-size:18px;
  font-weight:bold;
  letter-spacing:0.02em;
  line-height:2;
}
.p-position__single-table td{
  padding:55px 0;
  font-size:16px;
  letter-spacing:0.02em;
  line-height:2;
}
.section-subpage-gray:has(.p-position__single) .title-section {
  /* font-size: clamp(53px, 6.7708333333vw, 145px); */
  font-size: clamp(53px, 5.416vw, 104px);
  /* transform: translateY(max(-4.11458vw, -79px)); */
  transform: translateY(max(-2.951vw, -57px));
}
.section-subpage-gray.position:has(.p-position__single) {
  margin-top: min(50.13vw, 188px);
}
.btn-entry-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:1.266vw;
  font-size: 1.198vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
  position: fixed;
  bottom: 1.042vw;
  right: 0;
  width: 15.313vw;
  height: 4.635vw;
  background-color: #E56E07;
  padding: 0 2.219vw 0 1.823vw;
  z-index: 100;
}
.btn-entry-position svg {
  width: 1.466vw;
  height: auto;
}
    @media (max-width: 767.98px){
      .section-subpage-gray .p-position__single .container {
          max-width: 320.533vw;
      }
      .section-subpage-gray .p-position__single .body {
          position: relative;
          margin-right: 4.375vw;
          padding-left: 2.917vw;
          padding: 0;
          margin: 0;
          padding-bottom: 0;
          background-color: #eaeaea;
      }
      .p-position__single-ttlarea{
        margin-bottom:6.133vw;
        display:flex;
        align-items: center;
        gap:8vw;
      }
      .p-position__single-ttl{
        font-size:5.333vw;
        font-weight:800;
        letter-spacing:0.02em;
        line-height:1.9;
        flex:1;
      }
      .p-position__single-btn{
        border:solid 1px #5F5F5F;
        width:38.133vw;
        position: absolute;
        right:0;
        /* top:-18.4vw; */
        top:-20.3vw;
        font-size:2.933vw;
        gap:1.733vw;
      }
      .p-position__single-btn::after{
        content:"";
        background-image:url(../img/section/position/arrow-black.svg);
        background-size:100% 100%;
        display:block;
        width:3.085vw;
        height:1.104vw;
      }
      table.p-position__single-table {
        width: 100%;
        max-width:309.867vw;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: unset;
        display:block;
      }
      .p-position__single-table tr{
        padding:6.933vw 0;
        border-top:solid 1px #909090;
        display:block;
      }

      .p-position__single-table th{
        vertical-align: middle;
        width:100%;
        font-size:4.533vw;
        font-weight:bold;
        letter-spacing:0.02em;
        line-height:2;
        display:block;
        margin-bottom:4.267vw;
      }
      .p-position__single-table td{
        padding:0;
        font-size:3.733vw;
        letter-spacing:0.02em;
        line-height:1.785;
        display:block;
      }
      .section-subpage-gray:has(.p-position__single) .title-section {
        font-size: 9.33vw;
        transform: translateY(-5.41vw);
      }
      .section-subpage-gray:has(.p-position__single) .title-section small {
        margin-top: 2.96vw;
      }
      .btn-entry-position {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap:3.093vw;
        font-size: 3.2vw;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #fff;
        white-space: nowrap;
        position: fixed;
        bottom: 20px;
        right: 0;
        width: 40.26vw;
        height: 12.267vw;
        background-color: #E56E07;
        padding: 0 5.867vw 0 4.8vw;
        z-index: 100;
      }
      .btn-entry-position svg {
        width: 3.867vw;
        height: auto;
      }
      .section-subpage-gray.position:has(.p-position__single) {
        margin-top: 33.6vw;
      }
    }
