@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/* メインビジュアル */
#main_wrap {
width: 100%;
max-width: 1920px;
margin: 0 auto;
height: 100vh;
overflow: hidden;
display: flex;
justify-content: space-between;
  background-image: url(../images/bg_main.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.top_sld-l,.top_sld-r{
  max-width: 420px;
}
.top_sld-l .slick-slide,.top_sld-r .slick-slide{
  padding: 5px;
}
.top_sld-r .slick-list {
transform: rotate(180deg)!important;
}
.top_sld-r .slick-list img{
transform: rotate(180deg);
}
.slick-list img{
width: 100%;
}
.slick-slider div { transition: none; }
.main_img {
  width: 100%;
  max-width: 1080px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  padding:20px;
  justify-content: space-around;
}
.main_img .inner{
max-width: 800px;
margin: 0 auto;
}
.main_img h2{
  margin-bottom: 40px;
}
.main_img h3{
  margin-top: 25px;
}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.0s ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.top_sld-l_sp,.top_sld-r_sp{
  display: none;

}
@media screen and (max-width: 1400px) {
  .top_sld-l,.top_sld-r{
  max-width: 400px;
}
}
@media screen and (max-width: 1280px) {
    #main_wrap {
flex-direction: column;
}
.top_sld-l,.top_sld-r{
display: none;
}
.top_sld-l_sp,.top_sld-r_sp{
  display: block;
}
.top_sld-l_sp .slick-slide,.top_sld-r_sp .slick-slide{
  padding: 10px;
}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
.top_sld-l_sp .slick-slide,.top_sld-r_sp .slick-slide{
  padding: 5px;
}
.main_img {
  width: 80%;
  max-width: 1080px;
  height: auto;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  padding:20px;
  margin: 0 auto;
}
.main_img h2{
  margin-bottom: 20px;
}
.main_img h3{
  margin-top: 20px;
}
}
@media screen and (max-width: 550px) {
  .top_sld-l,.top_sld-r{
  height: 120px;
}
}
/*-------------------------------------*/
/*	CONCEPT	*/
/*-------------------------------------*/
#concept{
  padding: 150px 0 0 0;
  position: relative;
  background-image: url(../images/bg_concept.png);
  background-position: center;
  background-size: cover;
}
.concept_box{
  display: flex;
  justify-content: space-between;
}
.concept_box dt{
  max-width: 574px;
  width: 90%;
  padding-top: 70px;
  margin-bottom: -50px;
}
.concept_box dd{
  width: 100%;
  padding-left: 130px;
}
.concept_box dd h2{
  margin-bottom: 40px;
}
.concept_box dd h3{
  margin-bottom: 40px;
  font-size: 7.8rem;
  line-height: 1.5;
}
.concept_box dd h3 span{
  display: inline-block;
  font-weight: 700;
      background: linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1320px) {
  .concept_box dd{
  width: 100%;
  padding-left: 50px;
}
.concept_box dd h3{
  font-size: 6.0rem;
}
}
@media screen and (max-width: 1040px) {
.concept_box dd h3{
  font-size: 4.8rem;
  margin-bottom: 20px;
}
}
@media screen and (max-width: 991px) {
  #concept{
  padding: 125px 0 0 0;
}
.concept_box{
  flex-direction: column-reverse;
}
.concept_box dt{
  max-width: 574px;
  width: 90%;
  padding-top: 60px;
  margin: 0 auto -80px auto;
}
.concept_box dd{
  padding-left: 0;
  max-width: 600px;
  margin: 0 auto;
}
.concept_box dd h3{
  margin-bottom: 40px;
  font-size: 7.8rem;
}
}
@media screen and (max-width: 768px) {
  .concept_box dd h2{
  margin-bottom: 20px;
}
  .concept_box dd h2 img{
    max-width: 170px;

}
.concept_box dd h3{
  margin-bottom: 20px;
  font-size: 4.8rem;
}
}
@media screen and (max-width: 550px) {
  .concept_box dd h3{
  margin-bottom: 20px;
  font-size: 4.6rem;
}
}
/*-------------------------------------*/
/*	who is for	*/
/*-------------------------------------*/
#who{
  padding-top: 160px;
}
#who h2{
position: relative;
margin-bottom: 140px;
text-align: center;
}
#who h2 span{
font-size: 3.2rem;
  font-weight: 700;
      position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#who ul{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#who ul li{
  background-color: #F5F5F5;
  width: calc( 100% / 3 - 20px);
  text-align: center;
  padding:120px 50px 50px 50px;
  border-radius: 80px;
  line-height: 1.5;
  position: relative;
}
#who ul li:nth-child(2){
margin-top: -60px;
}
#who ul li::before{
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/ico_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
      position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#who ul li span{
  font-size: 3.6rem;
  font-weight: 700;
background: linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1400px) {
#who ul{
  max-width: 900px;
}
#who ul li span{
  font-size: 2.4rem;
}
}
@media screen and (max-width: 1280px) {
  #who ul li{
  background-color: #F5F5F5;
  width: calc( 100% / 3 - 20px);
  text-align: center;
  padding:120px 30px 50px 30px;
}
}
@media screen and (max-width: 991px) {
    #who ul li{
  border-radius: 40px;
}
  #who ul li span{
  font-size: 2.4rem;
}
}
@media screen and (max-width: 768px) {
  #who h2{
margin-bottom: 40px;
}
  #who h2 span{
font-size: 1.8rem;
    bottom: -10px;
}
#who ul {
max-width: 500px;
margin-bottom: 40px;
}

#who ul:first-of-type {
justify-content: center;
margin-bottom: 10px;
}
#who ul:first-of-type li{
  max-width: 230px;
  width: 100%;
}
#who ul:nth-of-type(2) li{
      width: calc( 100% / 2 - 20px );
}
#who ul li:nth-child(2){
margin-top: 0;
}
  #who ul li span{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 550px) {
  #who ul {
gap: 10px 10px;
}
  #who ul li{
  padding:70px 15px 30px 15px;
}
#who ul li::before{
  content: "";
  width: 20px;
  height: 20px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#who ul:first-of-type li{
  max-width: 200px;
  width: 100%;
}
#who ul:nth-of-type(2) li{
  width: calc( 100% / 2 - 5px );
}
}

/*-------------------------------------*/
/*	MERIT	*/
/*-------------------------------------*/
#merit{
  border-radius: 420px;
  background-color: #FEF7F1;
  background-image: url(../images/bg_merit.svg);
  background-position: center center;
}
.merit_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.merit_box:nth-last-of-type(even){
  flex-direction: row-reverse;
}
.merit_box:nth-last-of-type(even) dd{
}
.merit_box dt{
  max-width: 545px;
  width: 100%;
}
.merit_box dd{
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.merit_box dd .no{
  margin-bottom: 20px;
  display: block;
}
.merit_box dd h3{
  padding-left: 40px;
  font-size: 5.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.merit_box dd h3 span{
  display: inline-block;
  background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
  font-weight: 700;
  line-height: 1;
  padding: 0.1em;
}
.merit_box dd p{
  padding-left: 40px;
  font-size: 2.2rem;
}
.support_wrap{
  background-color: #FFFFFF;
  padding: 100px 80px 80px 80px;
  border-radius: 90px ;
}
.support_ttl{
  text-align: center;
  font-size: 4.0rem;
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: 150px auto 0 auto;
    background-image: url(../images/support_ttl.svg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 80px;
  background-size: contain;
}
.support_ttl span{
background: linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.support_box{
  position: relative;
}
.support_box .no{
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: 1;
}
.support_box h4{
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
}
.support_box p{
  font-size: 2.2rem;
}

@media screen and (max-width: 1500px) {
  .merit_box{
    max-width: 1000px;
    margin: 0 auto 25px auto;
}
.merit_box dt{
  max-width: 400px;
  width: 100%;
}
.merit_box dd{
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
  .merit_box dd h3{
  font-size: 4.2rem;
}
.merit_box dd p{
  font-size: 2rem;
}
.support_ttl{
  font-size: 3.6rem;
}
.support_box h4{
  font-size: 3.0rem;
}
.support_box p{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 1280px) {
  .merit_box dd .no img{
    width: 80px;
}
  .merit_box dd h3{
  font-size: 4.0rem;
}
.merit_box dt{
  max-width: 400px;
  width: 100%;
}
.merit_box dd{
  padding-left: 0px;
  padding-right: 0px;
}
.support_box .no{
max-width: 100px;
}
.support_box .no{
  position: absolute;
  left: -20px;
  top: -20px;
}
}
@media screen and (max-width: 991px) {
  .merit_box{
flex-direction: column;
margin: 0 auto 40px auto;
max-width: 500px;
width: 90%;
}
.merit_box:nth-last-of-type(even){
  flex-direction: column;
}
.merit_box:last-of-type{
  margin-bottom:0;
}
.merit_box dt{
  max-width: 545px;
  width: 100%;
  margin-bottom: -100px;
}
.merit_box dd{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
  .merit_box dd h3{
  font-size: 4.0rem;
  padding-left: 20px;
}
.merit_box dd p{
  padding-left: 20px;
}
.support_wrap{
  background-color: #FFFFFF;
  padding: 70px 40px 40px 40px;
  border-radius: 45px ;
}
}
@media screen and (max-width: 768px) {
  #merit{
  border-radius: 120px;
  background-image: url(../images/bg_merit_sp.svg);
}
  .merit_box dd .no img{
    width: 50px;
}
  .merit_box dd h3{
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.merit_box dd p{
  font-size: 1.4rem;
}
.support_wrap{
  background-color: #FFFFFF;
  padding: 40px 40px 40px 40px;
  border-radius: 45px ;
}
.support_ttl{
  text-align: center;
  font-size: 2.8rem;
  position: relative;
  z-index: 1;
  max-width: 350px;
  margin: 100px auto 0 auto;
  padding-top: 60px;
}
.support_box:first-of-type{
  margin-bottom: 40px;
}
.support_box h4{
  font-size: 2.4rem;
}
.support_box p{
  font-size: 1.4rem;
}
.support_box .no{
max-width: 80px;
}
}
@media screen and (max-width: 550px) {
  .support_wrap{
  background-color: #FFFFFF;
  padding: 40px 20px 20px 20px;
  border-radius: 45px ;
}
  .support_ttl{
  text-align: center;
  font-size: 2.0rem;
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin: 50px auto 0 auto;
  padding-top: 40px;
}
}
/*-------------------------------------*/
/*	FLOW	*/
/*-------------------------------------*/
#flow{
  background-image: url(../images/bg_flow.svg);
  background-position: center;
}
@media screen and (max-width: 1400px) {
#flow .flow_img{
  max-width: 600px;
  width: 100%;
}
}
@media screen and (max-width: 768px) {
  #flow{
  background-image: url(../images/bg_flow_sp.svg);
}
}

/*-------------------------------------*/
/*	SEMINAR	*/
/*-------------------------------------*/
#seminar{
  position: relative;
}
#seminar .ttl img{
  margin: 0 0 20px 0;
}
.seminar_ttl_pc{
max-width: 1560px;
width: 80%;
height: 700px;
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition-duration: .6s;
}
.seminar_ttl_pc.fixed{
position: fixed;
}
.seminar_ttl_pc.fixed.none{
opacity: 0;
}
.seminar_ttl_pc::before{
content: "";
width: 100%;
height: 100%;
border-radius: 0 240px 240px 0;
position: absolute;
 background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
left: 0;
top: 0;
opacity: 0.4;
}
.seminar_ttl_pc .inner{
  max-width: 490px;
  position: absolute;
  left: 10%;
  top: 200px;
}
.seminar_ttl_pc .inner .ttl{
  margin-bottom: 20px;
  color: #FFFFFF;
  text-align: left;
}
.seminar_ttl_pc .inner p{
  font-size: 2.2rem;
  color: #FFFFFF;
}
.blank{
  height: 700px;
  width: 1px;
}
.seminar_box{
  border-radius: 90px;
background: #fff;
box-shadow: 8px 9px 25px rgba(0, 0, 0, 0.05);
padding: 65px;
max-width: 1030px;
margin-bottom: 50px;
margin-right: 0;
margin-left: auto;
}
.seminar_box:first-of-type{
margin-top: 100px;
}
.seminar_box:last-of-type{
margin-bottom: 0;
}
.seminar_box p.caption{
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.seminar_box dl{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.seminar_box dl dt{
  max-width: 230px;
  width: 100%;
}
.seminar_box dl dd{
  width: 100%;
  padding-right: 40px;
}
.seminar_box dl dt p{
  font-size: 1.6rem;
  font-weight: 500;
  margin: 10px 0 5px 0;
  letter-spacing: 0;
}
.seminar_box dl dt p.name{
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}
.seminar_box dl dt p span{
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
.seminar_box h3{
   background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
   color: #FFFFFF;
   font-size: 3.6rem;
   font-weight: 700;
   padding: 0.5em 0.3em 0.5em 155px;
   border-radius: 50px;
   margin-bottom: 30px;
   position: relative;
}
.seminar_box h3 span{
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 0.7em 1em;
  color: #E87400;
  font-size: 2.2rem;
  width: 135px;
  text-align: center;
  vertical-align: middle;
      position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.seminar_box:last-of-type h3{
  padding: 0.5em 1em;

}
.gaiyo_list {
  margin-bottom: 30px;
}
.gaiyo_list li{
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;

}
.gaiyo_list li span{
  background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
  color: #FFFFFF; 
  padding: 0.5em;
  line-height: 1;
  font-size: 2.2rem;
  border-radius: 50px;
  width: 110px;
  text-align: center;
}
.gaiyo_list li p{
  width: 100%;
  padding-left: 20px;
  font-size: 2.2rem;
  letter-spacing: 0;
}

.seminar_box .item__link{
    background-image: url(../images/bt_open.svg);
    width: 250px;
    height: 75px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}
.seminar_box .item__link.on{
    background-image: url(../images/bt_close.svg);
}
.seminar_box .submenu{
  display: none;
}
.seminar_box .gaiyo_box{
  background-color: #F5F5F5;
  padding: 40px;
  margin-top: 40px;
  border-radius: 40px;
}
.seminar_box .gaiyo_box h4{
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.seminar_box .gaiyo_box ul li{
  font-size: 2.2rem;
  margin-bottom: 5px;
  line-height: 1.5;
}
.seminar_box .gaiyo_box p{
  font-size: 2.2rem;
}
.seminar_box .gaiyo_box ul li::before{
  content: "・";
}
.seminar_ttl{
  display: none;
}
@media screen and (max-width: 1820px) {
  .seminar_ttl_pc .inner{
  left: 5%;
}
.seminar_ttl_pc .inner p{
  font-size: 1.6rem; 
}
}
@media screen and (max-width: 1500px) {
    .seminar_ttl_pc .inner{
  left: 2%;
}
.seminar_ttl_pc .inner p{
  font-size: 1.6rem; 
}
.seminar_box{
  border-radius: 90px;
background: #fff;
box-shadow: 8px 9px 25px rgba(0, 0, 0, 0.05);
padding: 65px;
max-width: 900px;
margin-bottom: 50px;
margin-right: 0;
margin-left: auto;
}
.seminar_box p.caption{
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.seminar_box dl dt p{
  font-size: 1.4rem;
}
.seminar_box dl dt p.name{
  font-size: 2rem;
}
.seminar_box dl dt p span{
  font-size: 1.8rem;
}
.seminar_box h3{
   font-size: 2.8rem;
}
.seminar_box h3 span{
  font-size: 1.4rem;
}
.gaiyo_list li span{
  font-size: 1.8rem;
}
.gaiyo_list li p{
  font-size: 1.8rem;
}
.seminar_box .gaiyo_box ul li{
  font-size: 1.8rem;
}
.seminar_box .gaiyo_box p{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 1400px) {
 .seminar_ttl_pc{
display: none;
} 
.seminar_ttl_pc.fixed{
display: none;
}
.blank{
  display: none;
}
.seminar_box:first-of-type{
margin-top: 0;
}
#seminar{
  padding-top: 70px;
}
#seminar::before{
  content: "";
  width: 70%;
  height: 100%;
  background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
  border-radius: 0 90px 90px 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: -1;
}

.seminar_ttl{
  display: block;
  color: #FFFFFF;
  padding-left: 20px;
  width: 85%;
}
.seminar_ttl .ttl{
  text-align: left;
  margin-bottom: 20px;
}
.seminar_ttl p{
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 40px;
}
  .seminar_box{
  border-radius: 90px;
background: #fff;
box-shadow: 8px 9px 25px rgba(0, 0, 0, 0.05);
padding: 40px;
margin-bottom: 35px;
margin-right: auto;
margin-left: auto;
}
}
@media screen and (max-width: 991px) {
  #seminar::before{
  width: 85%;
}

}
@media screen and (max-width: 768px) {
 .seminar_ttl p{
  font-size: 1.4rem;
}
  .seminar_box dl{
  flex-direction: column-reverse;
}
.seminar_box dl dt{
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
.seminar_box dl dd{
  width: 100%;
  padding-right: 0;
  margin-bottom: 40px;
}
  .seminar_box{
  border-radius: 40px;
padding: 30px;
}
.seminar_box p.caption{
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.seminar_box dl dt p{
  font-size: 1.2rem;
}
.seminar_box dl dt p.name{
  font-size: 2rem;
}
.seminar_box dl dt p span{
  font-size: 1.8rem;
}
.seminar_box h3{
   font-size: 1.8rem;
   padding: 0.7em ;
   border-radius: 50px;
   margin-bottom: 30px;
   text-align: center;
   line-height: 1.5;
}
.seminar_box h3 span{
  display: block;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 0.3em 1em;
  color: #E87400;
  font-size: 1.4rem;
  width: 120px;
  text-align: center;
  vertical-align: middle;
      position: relative;
    top: auto;
    left: auto;
        transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: 0 auto 10px auto;

}
.seminar_box:last-of-type h3{
  padding: 0.7em ;

}
.gaiyo_list li{
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;

}
.gaiyo_list li span{
  background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
  color: #FFFFFF; 
  padding: 0.5em;
  line-height: 1;
  font-size: 1.4rem;
  border-radius: 50px;
  width: 90px;
  text-align: center;
}
.gaiyo_list li p{
  width: 100%;
  padding-left: 10px;
  font-size: 1.4rem;
}

.seminar_box .item__link{
    background-image: url(../images/bt_open.svg);
    width: 200px;
    height: 60px;
}
.seminar_box .gaiyo_box{
  background-color: #F5F5F5;
  padding: 40px 20px;
  margin-top: 20px;
  border-radius: 40px;
}
.seminar_box .gaiyo_box h4{
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.seminar_box .gaiyo_box ul li{
  font-size: 1.6rem;
  margin-bottom: 5px;
  line-height: 1.5;
}
.seminar_box .gaiyo_box ul li{
  font-size: 1.6rem;
}
}
@media screen and (max-width: 550px) {
    .seminar_box{
  border-radius: 40px;
padding: 20px;
}
}
/*-------------------------------------*/
/*	PRIVILEGE	*/
/*-------------------------------------*/
#privilege{

}
#privilege .caption{
  font-size: 2.2rem;
  margin-bottom: 100px;
  text-align: center;
}
#privilege .caption span{
  font-size: 1.6rem;
  display: block;
  margin-top: 20px;
  color: #848484;
}
#privilege .inner{
  max-width: 1340px;
}
#privilege .inner:first-of-type{
  margin: 0 auto 0 0;
}
#privilege .inner:last-of-type{
  margin: 0 0 0 auto;
}
.tokuten_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
}
/*.tokuten_list::after {
  content: "";
  display: block;
  max-width: 415px;
  width: calc(100% / 3 - 20px);
}*/
.tokuten_box {
  max-width: 415px;
  width: calc(100% / 3 - 40px);
}

.tokuten_box{
  background-color: #F5F5F5;
  border-radius: 90px;
  margin-bottom: 60px;
  position: relative;
  padding: 60px 40px;
}
.tokuten_box .tokuten_no{
  position: absolute;
  top: -20px;
  left: -20px;
}
.tokuten_box h3{
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 700;
}
.tokuten_box h3 span{
display: inline-block;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.4rem;
}
.tokuten_box h3 small{
font-size: 1.8rem;
}
.tokuten_box p span{
color: #848484;
font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  #privilege .inner{
  padding: 0;
}
  .tokuten_list {
  flex-direction: column;
  gap: 0 0;
}
#privilege .inner:last-of-type .tokuten_box:last-of-type{
  margin-bottom: 0;
}
.tokuten_list::after {
  content: "";
  display: block;
  max-width: 700px;
  width:100%;
}
.tokuten_box {
  max-width: 700px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}
}
@media screen and (max-width: 768px) {
  #privilege .caption{
  font-size: 1.4rem;
  margin-bottom: 50px;
  text-align: center;
}
#privilege .caption span{
  font-size: 1.0rem;
  display: block;
  margin-top: 10px;
  color: #848484;
}
  .tokuten_box{
  background-color: #F5F5F5;
  border-radius: 90px;
  margin-bottom: 40px;
  position: relative;
  padding: 60px 30px;
  width: 95%;
}
  .tokuten_box .tokuten_no{
  position: absolute;
  top: -15px;
  left: -15px;
  max-width: 120px;
}
.tokuten_box h3{
  font-size: 2.2rem;
}
.tokuten_box h3 span{
display: inline-block;
    font-size: 2.6rem;
}
.tokuten_box h3 small{
font-size: 1.4rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	VOICE	*/
/*-------------------------------------*/
#voice{
  background-image: url(../images/bg_voice.svg);
  background-color: #F5F5F5;
  background-position: center top;
  background-repeat: repeat-y;
}
#voice .ttl{
  text-align: left;
}
#voice .ttl img{
  margin: 0 auto 010px 0;
}
.voice_box h3 img{
  width: 100%;
}
.voice_box .inner{
  background-color: #FFFFFF;
border-radius: 0 0 40px 40px ;
box-shadow: 6px 7px 14px rgba(0, 0, 0, 0.06);
padding: 45px;
}
.voice_box .inner h4{
  text-align: center;
  line-height: 1.5;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.voice_box .inner h4 span{
font-weight: 700;
display: inline-block;
    background: linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.accordion {
  position: relative;
  padding-bottom: 80px;
}
/* ボタン */
.accordion-btn {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
}
/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "";
  background-image: url(../images/bt_open.svg);
  width: 250px;
  height: 75px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
.accordion-text.is-hide {
  height: 150px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #FFFFFF 100%);
  background:         linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #FFFFFF 100%);
  bottom: 0;
  content: "";
  height: 50px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: 0;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "";
  background-image:  url(../images/bt_close.svg);
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #voice{
  background-image: url(../images/bg_voice_sp.svg);
}
.voice_box .inner h4{
  font-size: 2.0rem;
}
.accordion {
  position: relative;
  padding-bottom: 70px;
}
.accordion-btn::after {
  content: "";
  background-image: url(../images/bt_open.svg);
  width: 200px;
  height: 60px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	MEMBER	*/
/*-------------------------------------*/
#member{
  background-image: url(../images/bg_member.svg);
  background-position: center top;
  background-repeat: repeat-y;
}
.member_box{
  max-width: 1280px;
  margin: 0 auto 110px auto;
  position: relative;
}
.member_box:first-of-type{
  margin-top: 120px;
}
.member_box:last-of-type{
margin: 0 auto 0 auto;
}
.member_box dt{
  position: absolute;
}
.member_box:nth-of-type(odd) dt{
  left: 0;
  top: -60px;
}
.member_box:nth-of-type(even) dt{
  right: 0;
  top: -60px;
}
.member_box dd{
  background-color: #F5F5F5;
  border-radius: 40px;
  padding: 70px 30px;
  max-width: 930px;
  width: 95%;
}
.member_box:nth-of-type(odd)  dd{
margin: 0 0 0 auto;
}
.member_box:nth-of-type(even)  dd{
margin: 0 auto 0 0;
}
.member_box dd .inner{
  max-width: 675px;
  margin: 0 auto;
}
.member_box dd .inner h3{
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.member_box dd .inner p.companyname{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  #member{
  background-image: url(../images/bg_member.svg);
  background-position: center top;
  background-size: 120%;
}
.member_box{
  margin: 0 auto 40px auto;
  position: relative;
}
.member_box:first-of-type{
  margin-top: 40px;
}
.member_box dt{
  position: relative;
  max-width: 400px;
  width: 70%;
}
.member_box:nth-of-type(odd) dt{
  left: auto;
  top: auto;
  margin-bottom: -60px;
    margin-right: auto;

}
.member_box:nth-of-type(even) dt{
  right: auto;
  top: auto;
  margin-bottom: -60px;
  margin-left: auto;
}

}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
    #member{
  background-image: url(../images/bg_member_sp.svg);
  background-position: center top;
  background-size: auto;
}
  .member_box dd .inner h3{
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.member_box dd .inner p.companyname{
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.member_box dd{
  padding: 70px 30px 40px 30px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	INFORMATION	*/
/*-------------------------------------*/
#information{
  padding: 240px 0;
  position: relative;
}
#information::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 420px 420px 0 0;
  z-index: -1;
}
#information .inner{
  background-color: #FFFFFF;
  padding: 100px 120px; 
  margin-bottom: 50px;
}
#information .inner:last-of-type{
  margin-bottom: 0;
}
#information .inner h3{
  font-size: 3.2rem;
  padding-bottom: 14px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
}
#information .inner h3 span{
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#information .inner h3::before{
  content: "";
  width: 100%;
  height: 4px ;
   background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
   position: absolute;
   left: 0;
   bottom: 0;
}
.gd_label{
  display: inline-block;
  background : linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
  padding: 0.7em 1em;
  text-align: center;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 1;
}
.gaiyo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gaiyo dt{
  max-width: 140px;
  width: 100%;
  margin-bottom: 25px;
}
.gaiyo dt .gd_label{
  width: 100%;
}
.gaiyo dd{
  width: calc( 100% - 160px ); 
   margin-bottom: 25px;
}
.gaiyo dd table{
  font-size: 1.6rem;
  line-height: 1.7;
  width: 100%;
  
}
.gaiyo dd table, .gaiyo dd table td, .gaiyo dd table th {
  border-collapse: collapse;
}
.gaiyo dd table th {
  width: 20%;
  font-weight: 500;
  border-right: 1px dotted #000000;
  padding: 0.5em 1em 0.5em 0;
}
.gaiyo dd table td{
  padding: 0.5em 0 0.5em 1em;
}
.schedule{
  font-size: 1.6rem;
  line-height: 1.7;
  width: 100%;
  
}
.schedule, .schedule dd table td, .schedule dd table th {
  border-collapse: collapse;
}
.schedule th {
  width: 140px;
  font-weight: 500;
  border-bottom: 1px dotted #000000;
  padding: 1.5em 0;
}
.schedule th .gd_label{
  width: 100%;
}
.schedule td{
  padding: 1.5em 0 1.5em 1em;
  border-bottom: 1px dotted #000000;
}
.schedule tr:last-of-type td,.schedule tr:last-of-type th{
  border-bottom: none;
}
.schedule td ul{
  display: flex;
  gap: 10px 10px;
  justify-content: space-between;
}
.schedule td ul li{
  width: calc( 100% / 3 - 10px );
  padding-top: 0.5em;
}

@media screen and (max-width: 991px) {
  #information .inner{
  background-color: #FFFFFF;
  padding: 40px 40px; 
  margin-bottom: 50px;
}
}
@media screen and (max-width: 768px) {
  #information{
  padding: 100px 0;
}
#information::before{
  border-radius: 120px 120px 0 0;
}
#information .inner h3{
  font-size: 1.8rem;
  margin-bottom: 15px;
}
  #information .inner{
  padding: 30px 20px; 
  margin-bottom: 25px;
}
.gd_label{
  font-size: 1.2rem;
}
.gaiyo{
  flex-direction: column;
}
.gaiyo dt{
  max-width: 120px;
  width: 100%;
  margin-bottom: 10px;
}
.gaiyo dd{
  width: 100%; 
   margin-bottom: 25px;
}
.gaiyo dd table{
  font-size: 1.4rem;
}
.gaiyo dd table th {
  width: 30%;
  font-weight: 500;
  border-right: 1px dotted #000000;
  padding: 0.5em 0.5em 0.5em 0;
}
.gaiyo dd table td{
  padding: 0.5em 0 0.5em 0.5em;
}
.schedule{
  font-size: 1.4rem;
}
.schedule th {
  width: 120px;
  font-weight: 500;
  padding: 1em 0;
}
.schedule th .gd_label{
  width: 100%;
}
.schedule td{
  padding: 1em 0 1em 1em;
}
.schedule td ul{
  flex-direction: column;
  gap: 0 0;
}
.schedule td ul li{
  width: 100%;
  padding-top: 0.5em;
}
}
@media screen and (max-width: 550px) {
  .schedule th {
  width: 100px;
  font-weight: 500;
  padding: 1em 0;
}
}
/*-------------------------------------*/
/*	CONTACT	*/
/*-------------------------------------*/
#contact{
  background-image: url(../images/bg_contact02.png),url(../images/bg_contact01.svg);
  background-position: center,center;
  background-size: cover, auto;
  padding: 160px 0;
}
#contact .bt_base{
  max-width: 400px;
  width: 100%;
}
#contact .inner{
  background-color: #FFFFFF;
  border-radius: 180px;
box-shadow: 8px 10px 19px rgba(0, 0, 0, 0.09);
padding: 80px 40px;
text-align: center;
position: relative;
}
#contact .inner h2{
      position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70%;
}
#contact .inner h3{
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#contact .inner h4{
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}
#contact .inner h4 span{
  font-weight: 700;
  position: relative;
  background: linear-gradient(90deg, rgba(232, 116, 0, 1) 0%, rgba(74, 177, 180, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#contact .inner h4 span::before{
  content: url(../images/contact_ashirai01.png);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#contact .inner h4 span::after{
  content: url(../images/contact_ashirai02.png);
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #contact{
  background-image: url(../images/bg_contact02_sp.png),url(../images/bg_contact01_sp.svg);
  padding: 60px 0;
}
#contact .inner{
  background-color: #FFFFFF;
  border-radius: 90px;
box-shadow: 8px 10px 19px rgba(0, 0, 0, 0.09);
padding: 40px 20px;
text-align: center;
position: relative;
}
#contact .inner h2{
    top: -20px;
}
#contact .inner h3{
  font-size: 1.6rem;
}
#contact .inner h4{
  font-size: 1.6rem;
}
#contact .inner .bt_base{
  width: 85%;

}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	TEL	*/
/*-------------------------------------*/
.tel_info{
  background-color: #F5F5F5;
  padding: 80px 0;
  text-align: center;
}
.tel_info h2{
font-size: 1.8rem;
line-height: 1.7;
font-weight: 700;
margin-bottom: 30px;
}
.tel img{
  width: 80%;
  max-width: 400px;
}
a.mail{
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
a.mail::before{
content: url(../images/ico_mail.svg);
display: inline-block;
margin-right: 15px;  
vertical-align: middle;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .tel_info{
  padding: 50px 0;
}
.tel_info h2{
font-size: 1.4rem;
line-height: 1.5;
font-weight: 700;
}
}
@media screen and (max-width: 550px) {
}