/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #181B39;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans", sans-serif;
}
input {
  font-family: "Noto Sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  opacity: 0;
  transition: 2s;
}
body.on{
    opacity: 1;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.smt{
    scroll-margin-top: 120px;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.dg{
    display: grid;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.moreBtn{
    width: 80%;
    max-width: 311px;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #C13D44;
    border-radius: 55px;
    font-size: 20px;
    font-weight: 700;
    color: #EF626A;
    padding: 0 10%;
    box-sizing: border-box;
    margin: 0 auto;
    display: none;
}
.moreBtn .linkIcon{
    display: block;
    width: 8px;
    height: 16px;
    background: url('/wp-content/themes/a/img/contactIcon2.svg') no-repeat center;
    background-size: contain;
}
body{
    position: relative;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 24px 1% 0;
    box-sizing: border-box;
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.mainVisual{
    position: relative;
}
.mainVisual .txtWrap{
    width: fit-content;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
}
.mainVisual .txtWrap img.left{
    position: absolute;
    bottom: 0;
    right: calc(100% + 120px);
}
.mainVisual .txtWrap img.right{
    position: absolute;
    bottom: 0;
    left: calc(100% + 120px);
}
.mainVisual .txtWrap .ttlText{
    font-size: 2.76vw;
    font-weight: 700;
    color: #F34141;
    white-space: nowrap;
    text-align: center;
}
.langChange{
    margin: 0 0 0 auto;
    width: fit-content;
    position: relative;
    border-radius: 4px 4px 0 0;
    width: 210px;
    cursor: pointer;
}
.langChange .selectTitBox{
    background-color: #FD513B;
    padding: 14px 5%;
    align-items: center;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.langChange .selectTitBox .earth{
    display: block;
    width: 20px;
    height: 20px;
    background: url('/wp-content/themes/a/img/icon_earth.svg') no-repeat center;
    background-size: contain;
    margin-right: 7px;
}
.langChange .selectTitBox .icon{
    display: block;
    width: 8px;
    height: 17px;
    background: url('/wp-content/themes/a/img/icon_drop.svg') no-repeat center;
    background-size: contain;
    margin: 0 0 0 auto;
}
.langChange .selectTit{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.langChange .gtranslate_wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.langChange.on .gtranslate_wrapper{
    opacity: 1;
    visibility: visible;
}
.langChange .gtranslate_wrapper a{
    display: block;
    width: 100%;
    padding: 14px 5%;
    box-sizing: border-box;
    background-color: #FF6E62;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}
.langChange .gtranslate_wrapper a:hover{
    opacity: 0.8;
}
.mainVisual img.sp{
    display: none;
}
.block1{
    background: linear-gradient(#EF626A 0, #EF626A 90%,#ffffff 90%, #ffffff 100%);
    padding: 192px 0 0;
    margin-bottom: 200px;
}
.block1 > .block1Box{
    margin: 0 auto 99px;
    width: 90%;
    max-width: 1317px;
    background-color: #fff;
    padding: 72px 2%;
    box-sizing: border-box;
    align-items: center;
    border-radius: 10px;
}
.block1 > .block1Box .txtBox{
    width: 40%;
    box-sizing: border-box;
}
.block1 > .block1Box .txtBox h2{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
}
.block1 > .block1Box .txtBox h2 span{
    color: #EF626A;
}
.block1 > .block1Box > img{
    width: 60%;
    padding-left: 5%;
    box-sizing: border-box;
}
.block1 .reason{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 150px;
    grid-template-columns: 1fr 1fr;
    gap: 75px 96px;
}
.block1 .reason li img{
    width: 107px;
}
.block1 .reason li .txtBox{
    width: calc(100% - 107px);
    padding-left: 5%;
    box-sizing: border-box;
}
.block1 .reason li .txtBox h3{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}
.block1 .reason li .txtBox p{
    font-weight: 600;
    color: #fff;
}
.block1 .box1 h2{
    text-align: center;
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 53px;
}
.slideWrap1{
    position: relative;
}
.slideWrap1 .effect1{
    position: absolute;
    top: -80px;
    left: 10%;
    width: 83px;
    z-index: 2;
}
.slideWrap1 .effect2{
    position: absolute;
    bottom: calc(100% - 25px);
    right: 5%;
    width: 313px;
    z-index: 2;
}
.block1Slides .swiper-wrapper {
  transition-timing-function: linear;
}
.brochureBnr{
    margin: 0 auto 200px;
    width: 90%;
    max-width: 848px;
}
.brochureBnr .icon{
    display: block;
    width: 99px;
    margin: 0 auto;
}
.brochureBnr h2{
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}
.brochureBnr .bnr.sp{
    display: none;
}
.block2{
    padding: 0 0 200px;
}
.block2Box1{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 100px;
}
.block2Box1 .txtBox{
    width: 60%;
    padding-right: 10%;
    box-sizing: border-box;
}
.block2Box1 .txtBox .icon{
    width: 99px;
    margin: 0 auto 32px;
    display: block;
}
.block2Box1 .txtBox h2{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 56px;
}
.block2Box1 .txtBox p{
    font-weight: 600;
    margin-bottom: 64px;
}
.block2Box1 .txtBox .linkBtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    box-sizing: border-box;
    width: 311px;
    height: 81px;
    border-radius: 55px;
    margin-bottom: 0 auto;
    background-color: #EF626A;
    border: 1px solid #C13D44;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto;
    transition: .3s;
    line-height: 1.2;
}
.block2Box1 .txtBox .linkBtn:hover{
    background-color: #fff;
    color: #EF626A;
}
.block2Box1 .txtBox .linkBtn .linkIcon{
    width: 21px;
    height: 21px;
    background: url('/wp-content/themes/a/img/icon_link.svg') no-repeat center;
    background-size: contain;
}
.block2Box1 .txtBox .linkBtn:hover .linkIcon{
    background: url('/wp-content/themes/a/img/icon_link_p.svg') no-repeat center;
}
.block2Box1 > img{
    width: 40%;
    aspect-ratio: 581 / 569;
    object-fit: cover;
}
.block2Box2{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFF0F0;
    padding: 53px 5% 108px;
    box-sizing: border-box;
}
.block2Box2 .titIcon{
    width: 98px;
    margin: 0 auto;
    display: block;
}
.block2Box2 h2{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 57px;
}
.block2Box2 ul{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.block2Box2 ul li{
    background-color: #fff;
    border-radius: 11px;
}
.block2Box2 ul li:hover{
    opacity: 0.7;
}
.block2Box2 ul li a{
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 20px 3%;
    box-sizing: border-box;
}
.block2Box2 ul li a.noref{
    pointer-events: none;
}
.block2Box2 ul li .listTxt{
    display: flex;
}
.block2Box2 ul li .listTxt .num{
    font-size: 15px;
    font-weight: 700;
    margin-right: 8px;
    color: #EF626A;
}
.block2Box2 ul li .listTxt .placeName{
    font-size: 14px;
    font-weight: 700;
}
.block2Box2 ul li .linkIcon{
    width: 18px;
    height: 18px;
    background: url('/wp-content/themes/a/img/icon_link_k.svg') no-repeat center;
    background-size: contain;
}
.block3{
    background-color: #BCD12F;
    padding: 174px 0 200px;
    position: relative;
}
.block3 .effect{
    position: absolute;
    right: 0;
    top: 42px;
    width: 90%;
}
.block3 .titIcon{
    display: block;
    width: 91px;
    margin: 0 auto 33px;
}
.block3 h2{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 73px;
}
.block3 .interviewContainer .swiper-wrapper{
    display: flex;
    align-items: stretch;
}
.block3 .interviewContainer li.interviewWrap{
    display: flex;
    flex-direction: column;
    height: auto;
}
.interviewContainer > ul > li{
    background-color: #fff;
    padding: 51px 3% 66px;
    border-radius: 40px;
    box-sizing: border-box;
}
.interviewContainer li .detail{
    width: 100%;
    margin-bottom: 68px;
    position: relative;
}
.interviewContainer li .detail.sp{
    display: none;
}
.interviewContainer li .detail .humaImg{
    width: 30%;
    object-fit: contain;
}
.interviewContainer li .detail .txtBox{
    width: 70%;
    padding-left: 10%;
    box-sizing: border-box;
}
.interviewContainer li .detail .txtBox .num{
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EF626A;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 17px;
    border-radius: 50%;
}
.interviewContainer li .detail .txtBox .humanName{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 23px;
}
.interviewContainer li .detail .txtBox .from{
    font-weight: 400;
    margin-bottom: 12px;
    align-items: center;
    display: flex;
    align-items: center;
}
.interviewContainer li .detail .txtBox .from .icon{
    background: url('/wp-content/themes/a/img/icon_from.svg') no-repeat center;
    background-size: contain;
    display: block;
    width: 13px;
    height: 15px;
    margin-right: 8px;
}
.interviewContainer li .detail .txtBox .school{
    font-weight: 400;
    align-items: center;
    display: flex;
    align-items: center;
}
.interviewContainer li .detail .txtBox .school .icon{
    background: url('/wp-content/themes/a/img/icon_school.svg') no-repeat center;
    background-size: contain;
    display: block;
    min-width: 16px;
    height: 15px;
    margin-right: 8px;
}
.interviewContainer li .detail .txtBox .flag{
    position: absolute;
    top: 0;
    width: 91px;
    right: 0;
}
.interviewContainer li .interview{
    grid-template-columns: 1fr 1fr;
    gap: 40px 17px;
}
.interviewContainer li .interview li .titTxt{
    align-items: center;
    font-weight: 600;
    margin-bottom: 17px;
}
.interviewContainer li .interview li .titTxt .num{
    font-weight: 600;
    color: #EF626A;
    margin-right: 8px;
}
.interviewContainer li .interview li .anser{
    min-height: 288px;
    background-color: #E9F4C8;
    border-radius: 0 20px 20px 20px;
    display: flex;
    align-items: center;
    padding: 20px 5%;
    box-sizing: border-box;
    font-weight: 600;
}
.interviewContainer .swiper-button-prev,
.interviewContainer .swiper-button-next{
    width: 79px;
    height: 79px;
    background-color: #EF626A;
    border-radius: 50%;
}
.interviewContainer .swiper-button-prev{
    left: 24%;
}
.interviewContainer .swiper-button-next{
    right: 24%;
}
.interviewContainer .swiper-button-next:after, 
.interviewContainer .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.block4{
    background-color: #40B8ED;
    padding: 206px 0 309px;
    position: relative;
    margin-bottom: 182px;
}
.block4 .effect1{
    position: absolute;
    top: 109px;
    left: 0;
    width: 90%;

}
.block4 .effect2{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}
.block4 .titIcon{
    display: block;
    width: 91px;
    margin: 0 auto ;
}
.block4 h2{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 73px;
}
.block4 .interviewContainer .swiper-wrapper{
    display: flex;
    align-items: stretch;
}
.block4 .interviewContainer .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}
.block4 .interviewContainer li.interviewWrap{
    display: flex;
    flex-direction: column;
}
.block4 .interviewContainer li .detail{
    align-items: center;
}
.block4 .interviewContainer li .interview li .titTxt{
    min-height: 51px;
}
.block4 .interviewContainer li .interview li .anser{
    background-color: #C8ECF4;
    min-height: 340px;
    border-radius: 4px;
}
.block4 .interviewContainer li .interview li:nth-child(3){
    grid-column: 1 / -1;
}
.block4 .interviewContainer li .interview li:nth-child(3) .anser{
    min-height: 136px;
}
.contactBnr{
    width: 90%;
    max-width: 1255px;
    margin: 0 auto 195px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.contactBnr img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactBnr img.sp{
    display: none;
}
.contactBnr .txtBoxWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 59px 5% 50px;
    box-sizing: border-box;
}
.contactBnr .txtBoxWrap .txtBox{
    width: 55%;
}
.contactBnr .txtBoxWrap .txtBox .titTxt{
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 41px;
    color: #fff;
    line-height: 1.2;
}
.contactBnr .txtBoxWrap .txtBox .note{
    font-weight: 700;
    color: #fff;
}
.contactBnr .txtBoxWrap a{
    display: flex;
    width: 311px;
    height: 81px;
    border-radius: 55px;
    background-color: #fff;
    border: 1px solid #C13D44;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
    box-sizing: border-box;
}
.contactBnr .txtBoxWrap a:hover{
    background-color: #EF626A;
}
.contactBnr .txtBoxWrap a .icon1{
    display: block;
    width: 44px;
    height: 44px;
    margin-right: 23px;
    background: url('/wp-content/themes/a/img/contactIcon1.svg') no-repeat center;
    background-size: contain;
}
.contactBnr .txtBoxWrap a:hover .icon1{
    background: url('/wp-content/themes/a/img/contactIcon1_w.svg') no-repeat center;
}
.contactBnr .txtBoxWrap a .iconBox{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #EF626A;
}
.contactBnr .txtBoxWrap a:hover .iconBox{
    color: #fff;
}
.contactBnr .txtBoxWrap a .linkIcon{
    display: block;
    width: 8px;
    height: 16px;
    background: url('/wp-content/themes/a/img/contactIcon2.svg') no-repeat center;
    background-size: contain;
}
.contactBnr .txtBoxWrap a:hover .linkIcon{
    background: url('/wp-content/themes/a/img/contactIcon2_w.svg') no-repeat center;
}
.footerBlockWrap{
    background-color: #000;
    padding: 130px 0 22px;
}
.footerBlockWrap .footerBlockContent{
    width: 90%;
    max-width: 1253px;
    margin: 0 auto;
}
.footerBlockWrap .footerBlock{
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 88px;
}
.footerBlockWrap .footerBlock .txtBox{
    width: fit-content;
}
.footerBlockWrap .footerBlock .txtBox .corpName{
    color: #fff;
    font-weight: 600;
    margin-bottom: 64px;
}
.footerBlockWrap .footerBlock .txtBox a{
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}
.footerBlockWrap .footerBlock .txtBox .copy{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.footerLinks a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    width: 485px;
    height: 57px;
    border-radius: 29px;
    background-color: #EF626A;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 23px;
    box-sizing: border-box;
    transition: .3s;
    line-height: 1.2;
}
.footerLinks a:hover{
    background-color: #fff;
    color: #EF626A;
}
.footerLinks a:last-child{
    margin-bottom: 0;
}
.footerLinks a .linkIcon{
    width: 21px;
    height: 21px;
    background: url('/wp-content/themes/a/img/icon_link.svg') no-repeat center;
    background-size: contain;
}
.footerLinks a:hover .linkIcon{
    background: url('/wp-content/themes/a/img/icon_link_p.svg') no-repeat center;
}
.footerBlockWrap .footerBlockContent .seika{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
header.subHead{
    padding: 36px 2%;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    z-index: 998;
}
header.subHead.sp{
    display: none;
}
header.subHead h1{
    width: 266px;
}
header.subHead h1 a{
    display: block;
    width: 100%;
    height: 100%;
}
header.subHead nav{
    margin: 0 0 0 auto;
}
header.subHead nav ul{
    align-items: center;
}
header.subHead nav ul li{
    margin-right: 86px;
}
header.subHead nav ul li:last-child{
    margin-right: 0;
}
header.subHead nav ul li a{
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}
header.subHead nav ul li:hover a{
    color: #EF626A;
}
header.subHead .langChange{
    margin: 0 0 0 76px;
}
.subPage{
    padding: 181px 0 339px;
}
.brochurePage .pageIcon{
    display: block;
    width: 91px;
    margin: 0 auto 19px;
}
.brochurePage h2{
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 108px;
}
.brochurePage .langSelect{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 60px;
    width: 90%;
    max-width: 1424px;
    margin: 0 auto 150px;
}
.brochurePage .langSelect li{
    background-color: #EF626A;
    border: 1px solid #C13D44;
    border-radius: 55px;
    transition: .3s;
}
.brochurePage .langSelect li:hover{
    background-color: #fff;
}
.brochurePage .langSelect li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 26px 0;
}
.brochurePage .langSelect li:hover a{
    color: #EF626A;
}
.brochurePage .langSelect li a .icon{
    width: 26px;
    height: 29px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background: url('/wp-content/themes/a/img/dlIcon.svg') no-repeat center;
    background-size: contain;
}
.brochurePage .langSelect li:hover a .icon{
    background: url('/wp-content/themes/a/img/dlIcon_p.svg') no-repeat center;
}
.brochurePage .movieBox{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFF0F0;
    padding: 55px 5% 135px;
    box-sizing: border-box;
}
.brochurePage .movieBox .icon{
    display: block;
    width: 91px;
    margin: 0 auto 19px;
}
.brochurePage .movieBox h3{
    font-size: 44px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 61px;
}
.brochurePage .movieBox ul{
    grid-template-columns: 1fr 1fr;
    gap: 35px 64px;
}
.brochurePage .movieBox ul li{
    cursor: pointer;
}
.brochurePage .movieBox ul li h4{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 23px;
}
.brochurePage .movieBox ul li img{
    opacity: 1;
    transition: .3s;
}
.brochurePage .movieBox ul li:hover img{
    opacity: 0.6;
}
.brochurePage .movieBox ul li .modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    display: flex;
    justify-content: center;
    z-index: 999;
    align-items: center;
}
.brochurePage .movieBox ul li .modal .closeBtn{
    position: absolute;
    top: 10%;
    right: 6%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.brochurePage .movieBox ul li .modal .closeBtn span{
    display: block;
    width: 50px;
    height: 5px;
    background-color: #000;
}
.brochurePage .movieBox ul li .modal .closeBtn span:nth-child(1){
    transform: rotate(30deg);
    margin-bottom: -3px;
}
.brochurePage .movieBox ul li .modal .closeBtn span:nth-child(2){
    transform: rotate(-30deg);
}
.brochurePage .movieBox ul li .modal iframe{
    width: 60%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}
.brochurePage .movieBox ul li.on .modal{
    visibility: visible;
    opacity: 1;
}
@media (width < 1700px){
    header.subHead h1{
        width: 220px;
    }
    header.subHead nav ul li{
        margin-right: 40px;
    }
    header.subHead nav ul li a{
        font-size: 18px;
    }
    header.subHead .langChange{
        margin: 0 0 0 40px;
    }
}
@media (width < 1565px){
    .interviewContainer li .detail .txtBox .from{
        font-size: 14px;
    }
    .interviewContainer li .detail .txtBox .school{
        font-size: 14px;
    }
}
@media (width < 1440px) {
    .interviewContainer li .detail .txtBox .humanName{
        font-size: 18px;
    }
    .interviewContainer li .interview{
        grid-template-columns: 1fr;
        gap: 16px 0;
    }
    .interviewContainer .swiper-button-prev{
        left: 21%;
    }
    .interviewContainer .swiper-button-next{
        right: 21%;
    }
    .contactBnr .txtBoxWrap .txtBox .titTxt{
        font-size: 40px;
    }
    .mainVisual .txtWrap img.left{
        right: calc(100% + 10px);
        width: 40px;
    }
    .mainVisual .txtWrap img.right{
        left: calc(100% + 10px);
        width: 40px;
    }
    .mainVisual .txtWrap .ttlText{
        font-size: 22px;
    }
    header.subHead nav ul li a{
        font-size: 16px;
    }
    .brochurePage .langSelect{
        gap: 0 20px;
    }
}
@media (width < 1280px){
    .block1 > .block1Box{
        flex-direction: column;
    }
    .block1 > .block1Box .txtBox{
        display: contents;
    }
    .block1 > .block1Box .txtBox h2{
        width: 100%;
        order: 1;
    }
    .block1 > .block1Box .txtBox > img{
        width: 100%;
        order: 3;
    }
    .block1 > .block1Box > img{
        width: 100%;
        padding-left: 0;
        order: 2;
    }
    .block1 .reason{
        grid-template-columns: 1fr;
        gap: 40px 0;
    }
    .block2Box1{
        flex-direction: column;
    }
    .block2Box1 .txtBox{
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .block2Box1 > img{
        width: 100%;
    }
    .block2Box2 ul{
        grid-template-columns: 1fr 1fr;
    }
    .interviewContainer .swiper-button-prev{
        left: 3%;
    }
    .interviewContainer .swiper-button-next{
        right: 3%;
    }
    .footerBlockWrap .footerBlock{
        flex-direction: column;
    }
    .footerBlockWrap .footerBlock .txtBox{
        display: contents;
    }
    .footerBlockWrap .footerBlock .txtBox .corpName{
        order: 1;
        margin-bottom: 40px;
    }
    .footerBlockWrap .footerBlock .txtBox a{
        order: 2;
    }
    .footerBlockWrap .footerBlock .txtBox .copy{
        order: 4;
    }
    .footerBlockWrap .footerBlock .footerLinks{
        display: flex;
        width: 100%;
        justify-content: space-between;
        order: 3;
        margin-bottom: 40px;
    }
    .footerLinks a{
        width: 48%;
    }
    .mainVisual img.pc{
        display: none;
    }
    .mainVisual img.sp{
        display: inline;
        width: 100%;
    }
    .mainVisual .txtWrap{
        top: 16%;
    }
    header.subHead.pc{
        display: none;
    }
    header.subHead.sp{
        display: flex;
        z-index: 996;
    }
    header.subHead.sp .langChange{
        margin: 0 0 0 auto;
    }
    header.subHead.sp .hbMenuWrap{
        width: 32px;
        height: 32px;
        margin: 0 0 0 20px;
    }
    header.subHead.sp .hbMenuWrap .hbMenuBtn{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 998;
    }
    header.subHead.sp .hbMenuWrap .hbMenuBtn span{
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 10px;
        background-color: #000;
        transition: .3s;
    }
    header.subHead.sp .hbMenuWrap .hbMenuBtn span:last-child{
        margin-bottom: 0;
    }
    header.subHead.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(1){
        transform: rotate(30deg);
        margin-bottom: -1px;
    }
    header.subHead.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(2){
        display: none;
    }
    header.subHead.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(3){
        transform: rotate(-30deg);
    }
    header.subHead.sp .hbMenu{
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        z-index: 997;
        top: 0;
        left: 100%;
        transition: .3s;
        padding: 80px 5% 100px;
        box-sizing: border-box;
        overflow-y: scroll;
    }
    header.subHead.sp .hbMenu .logo{
        width: 180px;
        margin-bottom: 60px;
    }
    header.subHead.sp .hbMenu nav li{
        border-bottom: 1px solid #000;
    }
    header.subHead.sp .hbMenu nav li a{
        display: block;
        padding: 40px 0;
        font-size: 20px;
    }
    header.subHead.sp .hbMenu nav li:first-child a{
        padding-top: 0;
    }
    header.subHead.sp .hbMenuWrap.on .hbMenu{
        left: 0;
    }
    .brochurePage .langSelect{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .brochurePage .movieBox ul{
        grid-template-columns: 1fr;
        gap: 20px 0;
    }
    .block1{
        background: linear-gradient(#EF626A 0, #EF626A 98%,#ffffff 98%, #ffffff 100%)
    }
    .slideWrap1 .effect1{
        width: 29px;
        top: -30px;
        left: 5%;
    }
    .slideWrap1 .effect2{
        width: 119px;
        bottom: calc(100% - 10px);  
    }
    .brochurePage .movieBox ul li .modal iframe{
        width: 90%;
    }
}
@media (width < 820px){
    .langChange{
        width: 140px;
    }
    .block1{
        padding: 88px 0 0;
        margin-bottom: 80px;
    }
    .block1 > .block1Box .txtBox h2{
        font-size: 40px;
    }
    .block1 .reason{
        margin-bottom: 95px;
    }
    .block1 .reason li{
        flex-direction: column;
    }
    .block1 .reason li img{
        width: 60px;
        margin-bottom: 16px;
    }
    .block1 > .block1Box{
        margin-bottom: 59px;
    }
    .block1 .reason li .txtBox{
        width: 100%;
        padding-left: 0;
    }
    .block1 .box1 h2{
        font-size: 26px;
        margin-bottom: 83px;
    }
    .brochureBnr{
        margin-bottom: 80px;
    }
    .brochureBnr h2{
        font-size: 34px;
        margin-bottom: 40px;
    }
    .brochureBnr .bnr.pc{
        display: none;
    }
    .brochureBnr .bnr.sp{
        display: inline;
    }
    .block2{
        padding: 0 0 100px;
    }
    .block2Box1 .txtBox h2{
        font-size: 40px;
    }
    .block2Box2{
        padding: 40px 5%;
    }
    .block2Box2 h2{
        font-size: 40px;
    }
    .block2Box2 ul{
        grid-template-columns: 1fr;
        gap: 16px 0;
        max-height: 360px;
        overflow: hidden;
        margin-bottom: 60px;
        transition: .3s;
    }
    .block2Box2 ul.on{
        max-height: 2800px;
    }
    .moreBtn .linkIcon {
      transition: transform 0.3s ease;
      transform: rotate(90deg);
    }
    .moreBtn.active .linkIcon {
      transform: rotate(-90deg);
    }
    .block3{
        padding: 80px 0;
    }
    .block3 .titIcon{
        width: 60px;
        margin-bottom: 8px;
    }
    .block3 h2{
        font-size: 40px;
        margin-bottom: 34px;
    }
    .interviewContainer > ul > li{
        padding: 36px 3% 39px;
    }
    .interviewContainer li .detail.pc{
        display: none;
    }
    .interviewContainer li .detail.sp{
        display: block;
        margin-bottom: 50px;
    }
    .interviewContainer li .detail.sp .txtBox{
        padding-left: 0;
        width: 100%;
    }
    .interviewContainer li .detail.sp .txtBox .num{
        margin: 0 auto 16px;
    }
    .interviewContainer li .detail.sp .txtBox .imgBox{
        width: 80%;
        margin: 0 auto 15px;
        position: relative;
    }
    .interviewContainer li .detail.sp .txtBox .imgBox .humaImg{
        width: 100%;
    }
    .interviewContainer li .detail.sp .txtBox .imgBox .flag{
        position: absolute;
        top: auto;
        bottom: 10px;
        right: -5px;
        width: 58px;
    }
    .interviewContainer li .detail.sp .txtBox .humanName{
        text-align: center;
        margin-bottom: 11px;
        font-size: 22px;
    }
    .interviewContainer .swiper-button-prev, 
    .interviewContainer .swiper-button-next{
        width: 28px;
        height: 28px;
        top: 23%;
    }
    .interviewContainer .swiper-button-next:after, 
    .interviewContainer .swiper-button-prev:after{
        font-size: 10px;
    }
    .block4{
        padding: 80px 0;
        margin-bottom: 80px;
    }
    .block4 .titIcon{
        width: 60px;
        margin-bottom: 8px;
    }
    .block4 h2{
        font-size: 40px;
        margin-bottom: 34px;
    }
    .block4 .interviewContainer li .detail{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .interviewContainer li .detail .humaImg{
        width: 80%;
        margin: 0 auto 15px;
    }
    .interviewContainer li .detail .txtBox{
        width: 100%;
        padding-left: 0;
    }
    .interviewContainer li .detail .txtBox .humanName{
        text-align: center;
        font-size: 22px;
        margin-bottom: 11px;
    }
    .block4 .interviewContainer li .interview li:nth-child(3) .anser{
        min-height: 288px;
    }
    .contactBnr{
        margin-bottom: 80px;
    }
    .contactBnr > img{
        width: 100%;
        object-fit: cover;
    }
    .contactBnr > img.pc{
        display: none;
    }
    .contactBnr > img.sp{
        display: inline;
    }
    .contactBnr .txtBoxWrap{
        flex-direction: column;
        padding: 40px 5%;
    }
    .contactBnr .txtBoxWrap .txtBox{
        width: 100%;
    }
    .contactBnr .txtBoxWrap .txtBox .titTxt{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .contactBnr .txtBoxWrap .txtBox .note{
        margin-bottom: 20px;
    }
    .contactBnr .txtBoxWrap a{
        width: 100%;
        padding: 0 5%;
        height: 60px;
    }
    .footerBlockWrap .footerBlock .footerLinks{
        flex-flow: column;
    }
    .footerLinks a{
        width: 100%;
    }
    .footerBlockWrap{
        padding: 80px 0 22px;
    }
    .footerBlockWrap .footerBlockContent .seika{
        font-size: 10px;
    }
    .footerBlockWrap .footerBlock{
        margin-bottom: 60px;
    }
    .footerBlockWrap .footerBlock .txtBox .corpName{
        font-size: 12px;
    }
    .footerBlockWrap .footerBlock .txtBox a{
        font-size: 12px;
    }
    .footerBlockWrap .footerBlock .txtBox .copy{
        font-size: 12px;
    }
    .moreBtn{
        display: flex;
    }
    .block2Box1 .txtBox .linkBtn{
        height: 60px;
    }
    .mainVisual .txtWrap img.left{
        width: 20px;
    }
    .mainVisual .txtWrap img.right{
        width: 20px;
    }
    .mainVisual .txtWrap .ttlText{
        font-size: 10px;
    }
    .subPage{
        padding: 100px 0 80px;
    }
    header.subHead.sp{
        padding: 10px 3%;
    }
    header.subHead h1{
        width: 120px;
    }
    header.subHead.sp .langChange{
        width: 140px;
    }
    .langChange .selectTitBox .earth{
        width: 14px;
        height: 14px;
    }
    .langChange .selectTit{
        font-size: 12px;
    }
    .langChange .gtranslate_wrapper a{
        font-size: 12px;
    }
    .brochurePage .pageIcon{
        width: 76px;
    }
    .brochurePage h2{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .brochurePage .langSelect{
        grid-template-columns: 1fr;
        gap: 20px 0;
        margin-bottom: 80px;
    }
    .brochurePage .langSelect li a{
        padding: 12px 0;
        font-size: 16px;
    }
    .brochurePage .movieBox{
        padding: 60px 5%;
    }
    .brochurePage .movieBox h3{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .brochurePage .movieBox ul li h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
}