@charset "UTF-8";
/*---------------------------------------------

	初期設定用

---------------------------------------------*/

:root{
	--main-width:1400px;
	--kihon-font:1rem;
	--kihon-color:#e50000;
}




html,body{
	margin:0px;
	padding:0px;
    scroll-behavior: smooth;

}


*{
font-family: "Noto Sans JP", sans-serif;
}

.oswald{
font-family: "Oswald", sans-serif;

}

body{font:13px/1.231;
	color: #333;

 }



iframe{
margin: 0;
padding: 0;

}


/*---------------------------------------------
	a
---------------------------------------------*/


header{
padding: 10px 10px 10px 30px;
display: flex;
justify-content: space-between;
}


header>div{
width: 26%;
max-width: 300px;
}


header>div>a>img{
width: 100%;
}


header>ul{
width: 70%;
display: flex;
max-width: 600px;
justify-content: flex-end;
}

header>ul>li{
margin-right: 10px;
display: flex;
align-items: center;
}

header>ul>li:nth-last-child(1){
margin-right: 0;
}

header>ul>li>a{
width: 280px;
font-size: var(--kihon-font);
color: white;
font-weight: bold;
display: block;
padding: 20px 10px;
background: url('../img/button_arrow.webp') var(--kihon-color);
background-size: 20px;
background-repeat: no-repeat;
background-position: calc(100% - 10px) 50% ;

box-shadow: 0px 3px 0px #af1000;
  transition: .1s;

}

header>ul>li:nth-of-type(2)>a{
box-shadow: 0px 3px 0px #787878;
  transition: .3s;

background: url('../img/button_arrow.webp') #323232;
background-size: 20px;
background-repeat: no-repeat;
background-position: calc(100% - 10px) 50% ;
}

header>ul>li>a:hover{
color: white;
text-decoration: none;
box-shadow: unset;
transform: translateY(4px);
}


.main_img>picture>img{
  width: 100%;
  height: auto;

}

.main_img>div{
  width: 350px;
  margin: -112px auto 30px calc(100% - 420px) ;
  text-align: center;

    transition: .3s;
}

.main_img>div>div:nth-child(1){
  position: relative;
  z-index: 10;
}

.main_img>div>div:nth-child(1)>a>span{
background: white;
padding: 5px 15px;
color: var(--kihon-color);
border-radius: 100px;
border: 2px solid var(--kihon-color);
font-weight: bold;
font-size: calc(var(--kihon-font) + 0.2rem);
}

.main_img>div>div:nth-child(1)>a:hover{
text-decoration: none;
}

.main_img>div>div:nth-child(2){
margin-top: -10px;
width: 100%;
}




.main_img>div>div:nth-child(2)>a{
background: url("../img/button_arrow.webp") var(--kihon-color);
background-size: 20px;
background-repeat: no-repeat;
background-position: calc(100% - 10px) 50%;
font-size: calc(var(--kihon-font) + 0.2rem);
padding: 20px 15px;
border: 2px solid #fff;
box-shadow: 0px 3px 0px #000;
color: white;
display: inline-block;
  transition: .3s;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

.main_img>div>div:nth-child(2)>a:hover{
transform: translateY(4px);
text-decoration: none;
box-shadow: unset;

}



  @keyframes infinity-scroll-right {
from {
  transform: translateX(0%);
}
  to {
  transform: translateX(-100%);
}
}


.scroll_wrap {
  display: flex;
  overflow: hidden;
  margin-top: -2px;
}
.scroll_wrap>ul {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-right 20s infinite linear 0.5s both;
  margin-bottom: 60px;
}
.scroll_wrap>ul>li {
  width: calc(100vw / 7);
}
.scroll_wrap>ul>li>img {
  width: 100%;
}


.strong_midasi_back{
  background: url('../img/white_cut.webp'),url('../img/strong_back.webp'), #eee;
  background-repeat: no-repeat,no-repeat,repeat;
  background-size: contain;
  background-position: left top,right bottom,right;


}

.strong_midasi_back>div{
min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.midasi{
  text-align: center;
  font-size: calc(var(--kihon-font) + 2.4rem);
  font-weight: bold;
  color: var(--kihon-color);
  background: linear-gradient(90deg, #fe0100 0%, #fe6503 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.midasi>br{
  display: none;
}





.strong_back1{
background:url('../img/strong_back1.webp');
background-size: cover;
background-repeat:no-repeat;
background-position:100% 0%;
}





.strong_back2{
background: url('../img/strong_back2.webp');
background-size:cover;
background-repeat:no-repeat;
background-position: center
}



.strong_back3{
background: url('../img/strong_back3.webp');
background-size: cover;
background-repeat:no-repeat;
background-position: 100% 0%;
}







.strong_reverse{
  margin: 0 0 0 auto;

}



.strong_123{
padding: 180px 0;
}




.strong123_wrap>div:nth-child(1){
color:var(--kihon-color);
font-size: calc(var(--kihon-font) + 0.5rem);
font-weight: bold;
display: flex;
align-items: center;
}

.strong123_wrap>div:nth-child(1)>span{
font-size: calc(var(--kihon-font) + 2rem);
display: inline-block;
padding-left: 10px;

}


.strong123_wrap>div:nth-child(2){
color: white;
font-size: calc(var(--kihon-font) + 2rem);
font-weight: bold;
margin-bottom: 20px;
}

.strong123_wrap>div:nth-child(2)>br{
display: none;
}



.strong123_wrap>div:nth-child(3)>p{
color: white;
font-size: calc(var(--kihon-font) + 0.2rem);

line-height: 2rem;
}


.strong123_wrap{
  max-width: 700px;
  width: 75%;
  padding-left: 30px;
}

@media screen and (min-width: 1300px) {

.strong123_wrap{
  max-width: 850px;
  width: 60%;
  padding-left: 150px;
}
}


.cta_before>img{

width: 100%;
height: auto;

}


.cta_bt{
  width: 90%;
  max-width: 850px;
  margin: -70px auto 60px auto;
  display: flex;
}

.cta_bt>li{
width: 50%;
}


.cta_bt>li>div{
  width: 100%;
  text-align: center;
  transition: .3s;
}

.cta_bt>li:nth-child(1)>div>div:nth-child(1),
.cta_bt>li:nth-child(2)>div{
  position: relative;
  z-index: 10;
}

.cta_bt>li:nth-child(1)>div>div:nth-child(1)>a>span{
background: white;
padding: 5px 15px;
color: var(--kihon-color);
border-radius: 100px;
border: 2px solid var(--kihon-color);
font-weight: bold;
font-size: calc(var(--kihon-font) + 0.2rem);
}

.cta_bt>li:nth-child(1)>div>div:nth-child(1)>a:hover{
  text-decoration: none;
}


.cta_bt>li:nth-child(1)>div>div:nth-child(2){
margin-top: -10px;
width: 100%;
}




.cta_bt>li:nth-child(1)>div>div:nth-child(2)>a{
background: url("../img/cta_icon1.webp") var(--kihon-color);
background-size: 60px;
background-repeat: no-repeat;
background-position: 20px 50%;


font-size: clamp(26px, 2vw, 28px);

padding: 55px 15px 55px 100px;
border-right: 2px solid #fff;
color: white;
display: inline-block;

box-shadow: 0px 3px 0px #af1000;
  transition: .3s;
  font-weight: bold;
  width: 100%;
  text-align: left;
  line-height: 1.2;
}

.cta_bt>li:nth-child(1)>div>div:nth-child(2)>a>div{
color: white;
font-size: var(--kihon-font);
margin-top: 10px;
}


.cta_bt>li:nth-child(1)>div>div:nth-child(2)>a:hover,
.cta_bt>li:nth-child(2)>div>a:hover{
transform: translateY(4px);
text-decoration: none;
box-shadow: unset;
}


.cta_bt>li:nth-child(2){
  display: flex;
  align-items: flex-end;
}






.cta_bt>li:nth-child(2)>div{
width: 100%;
}


.cta_bt>li:nth-child(2)>div>a{
background: url("../img/cta_icon2.webp") #323232;
background-size: 60px;
background-repeat: no-repeat;
background-position: 20px 50%;

font-size: clamp(26px, 2vw, 28px);
padding: 55px 15px 55px 100px;

box-shadow: 0px 3px 0px #646464;
color: white;
display: inline-block;
  transition: .3s;
  font-weight: bold;
  width: 100%;
  text-align: left;
  line-height: 1.2;
}


.cta_bt>li:nth-child(2)>div>a>div{
margin-top: 10px;
}


.red_back{
background: #FE6503;
background: linear-gradient(0deg,rgba(254, 101, 3, 1) 0%, rgba(229, 1, 0, 1) 100%);
padding: 20px;
}


.red_back2{
background: #FE6503;
background: linear-gradient(-45deg,rgba(254, 101, 3, 1) 0%, rgba(229, 1, 0, 1) 100%);
padding: 20px;
margin-bottom: 60px;
}


.event_midasi{
  min-height: 200px;
  background: url('../img/event_back.webp') no-repeat center;
  background-size: contain;
display: flex;
align-items: center;
}


.interview_midasi{
  min-height: 200px;
  background: url('../img/interview_back.webp') no-repeat center;
  background-size: contain;
display: flex;
align-items: center;
}


.schedule_midasi{
  min-height: 200px;
  background: url('../img/schedule_back.webp') no-repeat center;
  background-size: contain;
display: flex;
align-items: center;
}


.movie_midasi{
  min-height: 200px;
  background: url('../img/movie_back.webp') no-repeat center;
  background-size: contain;
display: flex;
align-items: center;
}


.oc_nagare_midasi{
  min-height: 200px;
  background: url('../img/flow_back.webp') no-repeat center;
  background-size: contain;
display: flex;
align-items: center;
}



.oc_faq_midasi{
  min-height: 220px;
  background: url('../img/faq_back.webp') no-repeat center;
  background-size: contain;
display: flex;
align-items: center;
}




.voice_midasi{
  min-height: 200px;
background-image:url('../img/voice_icon1.webp'),url('../img/voice_icon2.webp'),url('../img/voice_txt_back.webp');
background-repeat: no-repeat,no-repeat,no-repeat;
  background-size: 150px,150px,contain;
display: flex;
background-position: bottom left,bottom right,center;
align-items: center;
max-width: 1000px;
margin: 0 auto;
}




.white_midasi{
        text-align: center;
        font-size: calc(var(--kihon-font) + 2rem);
        font-weight: bold;
        color: #fff;
        width: 100%;
}

.white_midasi>br{
display: none;
}


.white_midasi>div{
       font-size: calc(var(--kihon-font) + 0.5rem);
}


.black_midasi{
        text-align: center;
        font-size: calc(var(--kihon-font) + 2rem);
        font-weight: bold;
        color: #000;
        width: 100%;
}



.white_radius{

  background: white;
  max-width: var(--main-width);
  width: 100%;
  border-radius: 20px;
  margin: 0 auto 60px auto;
  padding: 60px 20px;
}

.event_banner{
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.event_banner>a>img{
width: 100%;
height: auto;
margin-bottom: 10px;
box-shadow: 3px 3px 0px #b2b2b2;
}

.event_banner>p{
  font-size: calc(var(--kihon-font) + 0.2rem);
  margin-bottom: 10px;
}

.event_banner>p:nth-last-of-type(1){
margin-bottom: 0;
}



.midasi_tab4{
  display: flex;
  flex-wrap: wrap;
width: 90%;
margin: 0 auto;
justify-content: center;
max-width: 900px;
}

.midasi_tab4>li{
  max-width: 230px;
  width: calc(33% - (20px / 4 ));
  margin-right: calc(20px / 4);
  margin-bottom: 20px;
}

.midasi_tab4>li:nth-last-of-type(1){
margin-right: 0;
}




.midasi_tab4>li>div>div{
text-align: center;

}

.midasi_tab4>li>div>div:nth-child(1)>span{
        background: white;
        padding: 5px 10px;
        color: white;
        background: var(--kihon-color);
        border-radius: 100px;
        font-weight: bold;
        font-size: calc(var(--kihon-font) + 0rem);
        position: relative;
        z-index: 10;

}


.midasi_tab4>li:nth-child(2)>div>div:nth-child(1)>span{
        background: #ff6d00;
}

.midasi_tab4>li:nth-child(3)>div>div:nth-child(1)>span{
        background: #9c5d05;
}


.midasi_tab4>li:nth-child(4)>div>div:nth-child(1)>span{
        background: #60a51e;
}


.midasi_tab4>li:nth-child(5)>div>div:nth-child(1)>span{
        background: #1f5fa3;
}




.midasi_tab4>li>div>a{
       
        box-shadow: 0px 3px 0px #b2b2b2;
     color: #000;
        display: inline-block;
        transition: .3s;
    margin-top: -10px;
        width: 100%;
        text-align: left;

}

.midasi_tab4>li>div>a>div{
background: white;
border: 2px solid var(--kihon-color);
text-align: center;
          background: #fff;
        padding: 20px 8px;
    font-weight: bold;
 font-size: calc(var(--kihon-font) + 0.5rem);

}


.midasi_tab4>li:nth-child(2)>div>a>div{
border: 2px solid #ff6d00;
}


.midasi_tab4>li:nth-child(3)>div>a>div{
border: 2px solid #9c5d05;
}

.midasi_tab4>li:nth-child(4)>div>a>div{
border: 2px solid #60a51e;
}

.midasi_tab4>li:nth-child(5)>div>a>div{
border: 2px solid #1f5fa3;
}




.midasi_tab4>li>div>a:hover{

text-decoration: none;
box-shadow: unset;
transform: translateY(4px);
}


.midasi_tab4>li>div>a>div>span::after{

  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/midasi_tab_arrow1.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 8px;
}


.midasi_tab4>li:nth-child(2)>div>a>div>span::after{
  background-image: url("../img/midasi_tab_arrow2.webp");
}

.midasi_tab4>li:nth-child(3)>div>a>div>span::after{
  background-image: url("../img/midasi_tab_arrow3.webp");
}

.midasi_tab4>li:nth-child(4)>div>a>div>span::after{
  background-image: url("../img/midasi_tab_arrow4.webp");
}

.midasi_tab4>li:nth-child(5)>div>a>div>span::after{
  background-image: url("../img/midasi_tab_arrow5.webp");
}


.nittei{
  margin: 60px auto;
  width: 100% ;
}




.nittei_midasi{
  text-align: center;
  font-size: calc(var(--kihon-font) + 2rem);
  font-weight: bold;
  margin-bottom: 30px;
}

.taiken_midasi{
    color: var(--kihon-color);
 }

.taiken_gakkou{
  color: #9c5d05;
}

.taiken_j_jyugyou{
  color: #ff6d00;
}


.taiken_jyugyou{
  color: #60a51e;
}

.taiken_nyuusi{
  color: #1f5fa3;
}

.taiken_nyuusi>span:nth-child(1)::after{
content: "・";
}




.nittei_date{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.nittei_date>li{
width: calc(25% - (20px / 3));
margin-right: calc(20px / 3);
max-width: 230px;
margin-bottom: 20px;
}

.nittei_date>li:nth-child(4n){
margin-right: 0;

}

.nittei_date>li>a{
padding: 20px 10px;
text-align: center;
border: 2px solid var(--kihon-color);
display: inline-block;
width: 100%;
background: url('../img/corner_red_right_bottom.webp') no-repeat bottom right;
background-size: 25px;
box-shadow: 0px 3px 0px #9d9d9d;
  transition: .3s;
}



.date_gakkou>li>a{
border: 2px solid #9c5d05;
background: url('../img/corner_brown_right_bottom.webp') no-repeat bottom right;
background-size: 25px;

}



.date_jyugyou>li>a{
border: 2px solid #60a51e;
background: url('../img/corner_green_right_bottom.webp') no-repeat bottom right;
background-size: 25px;
}



.date_j_jyugyou>li>a{
border: 2px solid #ff6d00;
background: url('../img/corner_orange_right_bottom.webp') no-repeat bottom right;
background-size: 25px;
}


.date_nyuusi>li>a{
border: 2px solid #1f5fa3;
background: url('../img/corner_blue_right_bottom.webp') no-repeat bottom right;
background-size: 25px;
}




.nittei_date>li>a:hover{
text-decoration: none;
box-shadow: unset;
transform: translateY(4px);
}



.nittei_date>li>a>div:nth-child(1){
font-size: var(--kihon-font);
color: black;
text-decoration: none;
}

.nittei_date>li>a>div:nth-child(1)>span:nth-child(1){
font-size: calc(var(--kihon-font) + 2rem);
font-weight: bold;
}

.nittei_date>li>a>div:nth-child(1)>span:nth-child(2){
font-size: calc(var(--kihon-font) + 0rem);
font-weight: bold;
}


.nittei_date>li>a>div:nth-child(2)>span{
font-size: calc(var(--kihon-font) + 0rem);
color: black;
}




.nittei_date>li>a>div:nth-child(2)>span:nth-child(1):after{
content: "│";
}


.taiken_naiyou{
  text-align: center;
  font-size: calc(var(--kihon-font) + 0.2rem);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--kihon-color);
  width: 90%;
  margin: 0 auto 10px auto;
  color: var(--kihon-color);
}


.taiken_naiyou_gakkou{
 color: #9c5d05;
 border-bottom: 2px solid #9c5d05;
}


.taiken_naiyou_jyugyou{
color: #60a51e;
 border-bottom: 2px solid #60a51e;
}



.taiken_naiyou_j_jyugyou{
color: #ff6d00;
 border-bottom: 2px solid #ff6d00;
}


.taiken_naiyou_nyuusi{
color: #1f5fa3;
 border-bottom: 2px solid #1f5fa3;
}

.naiyou_txt_chusyaku{
  text-align: center;

margin-top: 20px;
}


.naiyou_txt_chusyaku>li{
  font-size: calc(var(--kihon-font) + 0.2rem);
text-align: center;
}






.naiyou_txt>li{
display: inline-block;
font-size: calc(var(--kihon-font) + 0.2rem);
}

.naiyou_txt>li:after{
content: "、";
}

.naiyou_txt>li:nth-last-of-type(1):after{
content: "";
}



.naiyou_txt{
text-align: center;
}

.naiyou_txt>li{
display: inline-block;
}




.white_back{
background: white;
padding: 0 20px;
margin-bottom: 60px;
}


.light_orange_back{
padding: 60px 20px;
background-image: linear-gradient(180deg, rgba(255, 249, 236, 1), rgba(255, 255, 255, 1));


}

.white_triangle_back{
background: white;
padding: 0 20px 60px 20px;
background: url('../img/sankaku_back.webp') repeat-y;
background-size: 100%;
}


.voice_back{
padding: 60px 20px ;
background: url('../img/voice_back.webp') no-repeat;
background-size: cover;
}




.black_radius{
  background: #323232;
  width: 100%;
  padding: 60px;
  border-radius: 20px;
}


.movie_txt{
  text-align: center;
  color: white;
  margin: 20px auto;
  font-size: calc(var(--kihon-font) + 0.2rem);
}


.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pc_movie{
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.pc_movie>li{
margin-right:20px ;
width: 48%;
}

.pc_movie>li:nth-last-of-type(1){
margin-right: 0;
}




.swiper{
  display: none!important;
}


.taiken_mini_midasi{
  text-align: center;
  font-size: calc(var(--kihon-font) + 2rem);
        font-weight: bold;
        color: #000;
        width: 90%;
        max-width: 1000px;
        border-bottom: 2px solid var(--kihon-color);
        padding-bottom: 10px;
        margin: 0 auto 30px auto;
}


.taiken_mini_midasi>div{
 font-size: calc(var(--kihon-font) + 0rem);
 font-weight: normal;
}


.taiken_dl{
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;

}


.taiken_dl>dt{
  background: linear-gradient(90deg, #fe0100 0%, #fe6503 80%);
  padding: 10px;
  color: white;
}

.taiken_dl>dt>span{
  font-size: calc(var(--kihon-font) + 0.7rem);
  color: white;
  font-weight: bold;
  line-height: 1;
}

.taiken_dl>dt>span:nth-child(1)::before{

  content: '';/*何も入れない*/
  display: inline-block;
  width: 10px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url("../img/square.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
  padding-bottom: 3px;
}
.taiken_dl>dt>span:nth-child(1)::after{

  content: "│";
  padding-right: 5px;
  padding-left: 5px;


}

.taiken_dl>dd{
  display: flex;
  padding: 20px 0;
  margin-bottom: 30px;
  justify-content: space-between;
}

.taiken_dl>dd>div:nth-child(1){
width: calc(100% - 320px);
}

.taiken_dl>dd>div:nth-child(1)>p{
font-size: calc(var(--kihon-font) + 0.2rem);
margin-bottom: 10px;
}

.taiken_dl>dd>div:nth-child(1)>p:nth-last-of-type(1){
margin-bottom: 0;
}



.taiken_dl>dd>div:nth-child(2){
width: 300px;
}

.taiken_dl>dd>div:nth-child(2)>img{
width: 100%;
height: auto;
}



.orange_midasi{
        text-align: center;
        font-size: calc(var(--kihon-font) + 2rem);
        font-weight: bold;
        color: #fff;
        width: 100%;
        padding: 20px;
        max-width: 1000px;
        margin: 0 auto 60px auto;
     background: linear-gradient(90deg, #fe0100 0%, #fe6503 80%);  
    }

.orange_midasi>br{
display: none;
}


  .graph_3{
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 30px auto;
  }

  .graph_3>li{
    width: 33%;
    border-right: 1px solid #000;
text-align: center;
  }

    .graph_3>li:nth-last-of-type(1){
border-right: 0;
    }

.graph_3>li>div:nth-child(1){
width: 80%;
margin: 0 auto 40px auto;
  background: linear-gradient(90deg, #fe0100 0%, #fe6503 80%);  
          text-align: center;
        font-size: calc(var(--kihon-font) + 0.3rem);
        font-weight: bold;
        color: #fff;
        padding: 10px 0;
}


  .graph_3>li>img{
width: 100%;
height: auto;
margin-bottom: 10px;
  }



  .manzokudo,.manzokudo2{
    text-align: center;
  }

  .manzokudo2{
    margin-bottom: 100px;
  }

.manzokudo>span,.manzokudo2>span{
  padding-bottom: 10px;
  border-bottom: 3px solid #000;
}

  .manzokudo>span>span:nth-child(1){
font-size: calc(var(--kihon-font) + 0.7rem);
font-weight: bold;

  }

  .manzokudo>span>span:nth-child(2){
      background: linear-gradient(90deg, #fe0100 0%, #fe6503 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: calc(var(--kihon-font) + 4rem);
font-weight: bold;
  }


    .manzokudo>span>span:nth-child(2)>span{

font-size: calc(var(--kihon-font) + 2rem);

    }




  .manzokudo2>span>span:nth-child(1){
font-size: calc(var(--kihon-font) + 0.7rem);
font-weight: bold;

  }

  .manzokudo2>span>span:nth-child(2){
      background: linear-gradient(90deg, #fe0100 0%, #fe6503 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: calc(var(--kihon-font) + 3rem);
font-weight: bold;
  }


  .nantonaku>div{
      position: relative;

  max-width: 1000px;
  margin: 0 auto 60px auto;

  }

.nantonaku>div>ul{
  padding: 40px;
  border: 2px solid #dcdcdc;

  display: flex;
  justify-content: flex-end;
  background: #fff;
  min-height: 200px;
  align-items: center;
}

.nantonaku>div>ul>li{
width: calc(100% - 250px);
}

.nantonaku>div>ul>li>div:nth-child(1){
color: var(--kihon-color);
font-weight: bold;
margin-bottom: 10px;
font-size: calc(var(--kihon-font) + 0.4rem);
}

.nantonaku>div>ul>li>div:nth-child(1)>br{
display: none;
}


.nantonaku>div>ul>li>div:nth-child(2){
font-size: calc(var(--kihon-font) + 0.2rem);
}

.nantonaku>div>ul>li>div:nth-child(2)>span{
font-weight: bold;
}



.nantonaku>div>div{
  position: absolute;
  bottom: 0;
  left: 10px;
  max-width: 230px;
  width: 100%;
}


.nantonaku>div>div>img{
width: 100%;
height: auto;
}




.voice_ul{
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voice_ul>li{
width: 48%;
border-top: 5px solid red;
border-image: linear-gradient(to right, #fe0100 0%, #fe6503 100%) 1;
margin-bottom: 30px;
background: white;
padding: 20px;
}

.voice_ul>li>div:nth-child(1){
font-size: calc(var(--kihon-font) + 1rem);
font-weight: bold;
color: var(--kihon-color);
margin-bottom: 5px;
}


.voice_ul>li>div:nth-child(2){
font-size: calc(var(--kihon-font) + 0.2rem);
font-weight: 500;
}

.voice_ul>li>div:nth-child(2)>span{
color: var(--kihon-color);
}



.interview_ul{
max-width:1000px;
width: 100%;
margin: 0 auto;
}

.interview_ul>li{
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}

.interview_ul>li:nth-of-type(2n){
flex-direction: row-reverse;
}

.interview_ul>li>div:nth-child(1){
width: 350px;
}


.interview_ul>li>div:nth-child(1)>img{
width: 100%;
height: auto;

}


.interview_ul>li>div:nth-child(2){
width: calc(100% - 370px);
}


.interview_ul>li>div:nth-child(2)>div:nth-child(1){
background: #323232;
font-size: calc(var(--kihon-font) + 0.4rem);
color: white;
padding: 10px 20px;
font-weight: bold;
margin-bottom: 10px;
}

.interview_ul>li>div:nth-child(2)>div:nth-child(1)>br{
display: none;
}



.interview_ul>li>div:nth-child(2)>div:nth-child(2){
font-size: var(--kihon-font);
font-weight: bold;
margin-bottom: 10px;
}

.interview_ul>li>div:nth-child(2)>div:nth-child(3){
display: none;
}

.interview_ul>li>div:nth-child(2)>div:nth-child(4){
font-size: calc(var(--kihon-font) + 0.2rem);

}


.qa_dt{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.qa_dt>dt{
  background: linear-gradient(90deg, #fe0100 0%, #fe6503 80%);
padding: 5px 10px;
margin-bottom: 10px;
}

.qa_dt>dt>div{
font-size: calc(var(--kihon-font) + 0.4rem);
font-weight: bold;
color: white;
}

.qa_dt>dt>div>br{
display: none;
}


.qa_dt>dt>div::before{
content: "Q.";
padding-right: 10px;
}

.qa_dt>dd{
  padding: 10px;
  margin-bottom: 30px;

}

.qa_dt>dd>div{
font-size: calc(var(--kihon-font) + 0.2rem);
margin-bottom: 15px;

}

.qa_dt>dd>div>div{
font-size: calc(var(--kihon-font) + 0.2rem);
font-weight: bold;
}


.qa_dt>dd>div>a{
text-decoration: underline;
font-weight: bold;
font-size: calc(var(--kihon-font) + 0.2rem);
color: #000;
}


.map_ul{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.map_ul>li:nth-child(1){
width: 50%;
}

.map_ul>li:nth-child(1)>img{
width: 100%;
height: auto;
}

.map_ul>li:nth-child(1)>div{
  text-align: right;
  margin-bottom: 60px;
}

.map_ul>li:nth-child(1)>div>span{
border-bottom: 1px solid #000;

}


.map_ul>li:nth-child(1)>div>span>a{
font-weight: bold;
font-size: calc(var(--kihon-font) + 0.2rem);
color: #000;
text-decoration: none;
}

.map_ul>li:nth-child(1)>div>span>a::after{

  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/link_icon.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: 2px;
}


.map_ul>li:nth-child(2){
width: 46%;
}


.gmap{

  aspect-ratio: 12 / 9;
        max-width: 1000px;
        width: 100%;
        height: auto;
}


.map_ul>li>ul>li{
  padding-bottom: 10px;
  border-bottom: 2px dotted #dadada;
  padding-top: 20px;
  font-size: calc(var(--kihon-font) + 0.2rem);
}

.map_ul>li>ul>li>a{
  font-size: calc(var(--kihon-font) + 0.2rem);
 color: #000;
font-weight: bold;
text-decoration: underline;
}

footer{
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  background: #323232;
  font-size: var(--kihon-font);
  color: white;
}

footer>br{
display: none;
}