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

	初期設定用

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

:root{
	--main-width:100%;
	--kihon-font:0.8rem;
	--kihon-color:#eb0a1e;
	--kihon-padding: 10px;
	--kihon-margin: 60px;




}


*{line-height: 1.6!important;}

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

}


*{

font-family: "Meiryo","Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	color: #333;

 }



iframe{
margin: 0;
padding: 0;

}






/*---------------------------------------------
	a
---------------------------------------------*/
a{
	color: #004680;
	text-decoration: none;
}
a:link {
}
a:visited{
}
a:hover{
	color: #e60;
	text-decoration: underline;
}
a:active{
}
a.on{
	color: #f60;
	text-decoration: underline;
}



li{
	list-style: none;
}

.all_wrap{
	padding: 0;
}


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

}






header{
  padding: 10px ;
}


header>div{
width: 60%;
max-width: 400px;
}


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


header>ul{
  display: none;
}


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

}

.main_img>div{
  width: 100%;
  margin: 0 ;
  text-align: center;
position: fixed;
bottom: 0;
    transition: .3s;
    z-index: 999;
}

.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-top: 2px solid #fff;
box-shadow: 0px 3px 0px #000;
color: white;
display: inline-block;
  transition: .3s;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.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;
}
.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 / 2);
}
.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: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3!important;
}

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

}




.main_width{
  max-width: var(--main-width);
  margin: 0 auto;
  padding: 20px;
}



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

.strong_back2{
background: url('../img/strong_back2_sp.webp'),#000;
background-size: 100%,cover;
background-repeat: no-repeat,repeat;
background-position: bottom,100% 0%;
}

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






.strong_reverse{
  margin: 0 0 0 auto;

}



.strong_123{
padding: 60px 0 200px 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) + 1.2rem);
display: inline-block;
padding-left: 10px;

}


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



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

}


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


.strong123_wrap{
  width: 100%;
}





.cta_before>img{


  width: 100%;
  height: 140px;
  object-fit: cover; 

}


.cta_bt{
  width: 90%;
  max-width: 1000px;
  margin: -40px auto 60px auto;
 
}

.cta_bt>li{
width: 100%;
}


.cta_bt>li>div{
  width: 95%;
  text-align: center;
  transition: .3s;
  margin: 0 auto 5px auto;
  max-width: 350px;
}

.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: 10px 50%;

font-size: clamp(18px, 5.1vw, 22px);
padding: 30px 15px 30px 90px;

color: white;
display: inline-block;

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

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

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


.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: 95%;
margin: 0 auto;
max-width: 350px;
}


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


font-size: clamp(18px, 5.1vw, 22px);

padding: 30px 15px 30px 90px;

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


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


.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: 75px;
  background: url('../img/event_back.webp') no-repeat center;
  background-size: contain;
display: flex;
align-items: center;
}


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


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


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


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



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




.voice_midasi{
  min-height: 75px;
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: 75px,75px,contain;
display: flex;
background-position: bottom left,bottom right,center;
align-items: center;
margin: 0 auto;
}




.white_midasi{
        text-align: center;
        font-size: calc(var(--kihon-font) + 1.2rem);
        font-weight: bold;
        color: #fff;
        width: 100%;
        line-height: 1.3!important;
}

.white_midasi>span{
display: inline-block;
}


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


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



.white_radius{

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

.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;
justify-content: center;

margin: 0 auto;
}

.midasi_tab4>li{
  width: calc((100% - 20px) / 2);
 margin-bottom: 10px;
 margin-right: 20px;
}


.midasi_tab4>li:nth-child(2n){

  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 10px 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: 10px;
  height: 10px;
  background-image: url("../img/midasi_tab_arrow1.webp");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 10px;
}


.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: 30px auto;
  width: 90% ;
}

.nittei:nth-last-of-type(1){
  margin: 30px auto 0 auto;
  
}



.nittei_midasi{
  text-align: center;
  font-size: calc(var(--kihon-font) + 1.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{
display: block;
}



.nittei_date{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.nittei_date>li{
width: 48%;
margin-bottom: 20px;
}

.nittei_date>li:nth-child(2n){
margin-left: 4%;
}


.nittei_date>li>a{
padding: 10px 4px;
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: 15px;
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: 15px;
}



.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_jyugyou>li>a{
border: 2px solid #60a51e;
background: url('../img/corner_green_right_bottom.webp') no-repeat bottom right;
background-size: 15px;
}



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




.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) + 1.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){
line-height: 1.2!important;
}


.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: "│";
margin-right: 0px;
}


.taiken_naiyou{
  text-align: center;
  font-size: calc(var(--kihon-font) + 0.5rem);
  font-weight: bold;
  border-bottom: 2px solid var(--kihon-color);
  width: 100%;
  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 10px;
margin-bottom: 60px;
}

.sp_black_back{
  background: #323232;

}


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


}

.white_triangle_back{
background: white;
padding: 0 10px 60px 10px;
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: 20px 10px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pc_movie{
  display: none;
}





.swiper{
}


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

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


.taiken_dl{
  width: 100%;
  margin: 0 auto;
}


.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.4rem);
  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: 3px;
  padding-bottom: 10px;
}
.taiken_dl>dt>span:nth-child(1)::after{

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


}

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

.taiken_dl>dd>div:nth-child(1){
width: 100%;
margin-bottom: 30px;
}

.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: 80%;
margin: 0 auto;
}

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



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


  .graph_3{

    width: 100%;
    margin: 0 auto 30px auto;
  }

  .graph_3>li{
    width: 100%;
text-align: center;
margin-bottom: 70px;
  }


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


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



  .manzokudo,.manzokudo2{
    text-align: center;
    margin-bottom: 30px;
  }

  .manzokudo2{
    margin-bottom: 50px;
  }

.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;
display: block;
line-height: 1!important;
  }

  .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) + 6rem);
font-weight: bold;
display: inline-block;
line-height: 1!important;
  }


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

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

    }




  .manzokudo2>span>span:nth-child(1){
font-size: calc(var(--kihon-font) + 0.7rem);
font-weight: bold;
display: block;
line-height: 1!important;
  }

  .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: bolder;
display: inline-block;
line-height: 1;
  }


  .nantonaku>div{
    

  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;

  }

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

  display: flex;
  justify-content: flex-end;
  background: #fff;
  align-items: center;
}

.nantonaku>div>ul>li{
width: 100%;
}

.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);
text-align: center;
}


.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{

  width: 100%;
  text-align: center;
}


.nantonaku>div>div>img{
width: 100%;
height: auto;
max-width: 200px;
}




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

.voice_ul>li{
width: 100%;
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:nth-last-of-type(1){
margin-bottom: 0;
}


.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: 600;
}

.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>div:nth-child(1){
display: none;
}





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


.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 10px;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}

.interview_ul>li>div:nth-child(2)>div:nth-child(2){
text-align: center;

font-size: calc(var(--kihon-font) + 0.2rem);
font-weight: bold;
margin-bottom: 10px;
}

.interview_ul>li>div:nth-child(2)>div:nth-child(3){
text-align: center;
margin-bottom: 10px;
}

.interview_ul>li>div:nth-child(2)>div:nth-child(3)>img{
width: 80%;
height: auto;
}



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

}


.qa_dt{
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.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;
text-indent: -2.1rem;
padding-left: 2rem;
line-height: 1.3;
}

.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{

  justify-content: space-between;

  margin: 0 auto;
  padding: 20px 10px;
}

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

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

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

.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: 100%;
}


.gmap{

        width: 100%;
        height: 300px;
}

.map_ul>li>ul{
  margin-bottom: 20px;
}

.map_ul>li>ul>li{
  padding-bottom: 10px;
  border-bottom: 2px dotted #dadada;
  padding-top: 10px;
  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 100px 0;
  font-weight: bold;
  background: #323232;
  font-size: var(--kihon-font);
  color: white;
}


.swiper-button-next, .swiper-button-prev{
  color: white;

}




.swiper-pagination{

  padding: 15px 0;
}

.swiper-pagination-bullet {
  background-color: #fff ;
}
.swiper-pagination-bullet-active {
  background-color: #fff ;
}

.swiper-pagination-bullet {
　/*透過度を変更*/
  opacity: 1!important;
}


.swiper-pagination-bullet-active {
  /*アクティブなドットの透過度を1にする*/
  opacity: 1!important;
}