/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ TOPページ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ---------------- TOPメイン画像 ------------------*/
.main__visual {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 85px;
  position: relative;
  z-index: 0;
  background-image: url(img/main-img-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main__visual .wrapper {
  width: 90%;
  max-width: 1900px;
  margin: 0 auto;
}

.main__visual .con {
  text-align: center;
  width: 770px;
}

.main__visual .con h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 140%;
  color: #264364;
  margin-bottom: 20px;
}

.main__visual .con p {
  font-size: 2.4rem;
  color: #264364;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 40px;
}

 .main__visual .btn {
  margin-top: 30px;
 }

 .main__visual .btn a{
  width: 330px;
  display: block;
  margin: 0 auto;
  color: #264364;
  font-size: 2.4rem;
  font-weight: 600;
  background: #F3DA45;
  padding: 5px 1em 7px;
  border-radius: 25px;
  font-size: 2rem;
 }

 .main__visual .btn a:hover{
  display: block;
  color: #fff;
  background: #354C74;
 }

 @media screen and (max-width: 1500px) {
  .main__visual {
    background-size: contain;
  }

  .main__visual .con {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .main__visual .con img {
    width: 100%;
  }

  .main__visual .con p br {
    display: none;
  }
} 

@media screen and (max-width: 768px) {
  .main__visual {
    width: 100%;
    background-size: contain;
    background-image: url(img/sp-top-bg.png);
  }

  .main__visual .con {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .main__visual .con h2 {
    font-size: 3.8rem;
  }
  
  .main__visual .con p {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
} 

@media screen and (max-width: 560px) {
  .main__visual {
    padding-top: 8em;
    padding-bottom: 2em;
    background-position: top 5em center;
  }

  .main__visual .con h2 {
    font-size: 2.8rem;
  }
  
} 



/* ---------------- top-first ------------------*/

.top-first {
  padding: 90px 0 140px 0;
  background-image: url("img/bg01.png"), url("img/bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
}

.top-first h2 {
  font-size: 4.2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.top-first__text {
  text-align: center;
  margin-bottom: 50px;
}

.top-first__text p{
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1260px) {
  .top-first h2 {
    font-size: 3.2rem;
  }
} 

@media screen and (max-width: 560px) {
  .top-first {
    padding: 5em 0 5em 0;
    background-size: 40%;
  }

  .top-first h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }

  .top-first__text {
    text-align: left;
  }

  .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
}
} 


/* ---------------- top-second ------------------*/

.top-second {
  padding: 130px 0;
  background-image: url("img/bg03.png");
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 560px) {
  .top-second {
    background-size: 40%;
    padding: 5em 0;
  }
} 

/* ---------------- top-third ------------------*/

.top-third {
  padding: 140px 0;
  background-color: #FAFAFA;
  background-image: url("img/bg07.png");
  background-repeat: no-repeat;
  background-position: left top;
}

#vertical_tab_nav{
  display: flex;
  width: 100%;
  margin-top: -8px;
}

#vertical_tab_nav ul{
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  width: 650px;
  order: 2;
}

#vertical_tab_nav li{
  border-bottom: 1px solid #E3E4E4;
  text-align: left;
  padding: 0px;
  font-weight: 600;
}

#vertical_tab_nav li:last-child{
  margin-bottom: 0px;
}

#vertical_tab_nav li a{
  display: block;
  font-size: 2.2rem;
  color: #264364;
  text-decoration: none;
}

#vertical_tab_nav li a.selected{
  background: #F3DA45;
  color: #264364;
}

#vertical_tab_nav .box {
  display: block;
  float: left;
  width:550px;
  min-height: 400px;
  padding: 0 25px;
  border-radius: 0 10px 10px 0;
}

#vertical_tab_nav .box article{
  display: none;
  margin: 0px;
  color: #555;
}

#vertical_tab_nav .box article p{
  margin: 0px 0px 20px 0px;
}

.accordion-content {
  display: none;
  padding: 0 25px 15px 25px;
  background-color: #F3DA45;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: -18px;
  line-height: 1.9;
}

.accordion-item a.accordion-trigger {
  display: block;
  padding: 13px 25px;
  background: #FAFAFA;
  text-decoration: none;
}

.accordion-item a.accordion-trigger.open {
  background: #FAFAFA;
}

@media screen and (max-width: 1260px) {
  #vertical_tab_nav ul{
    width: 55%;
  }

  #vertical_tab_nav .box {
    width: 45%;
  }

  #vertical_tab_nav .box img{
    width: 90%;
  }
} 

@media screen and (max-width: 768px) {
  #vertical_tab_nav ul{
    width: 100%;
  }

  #vertical_tab_nav ul img {
    width: 70%;
    margin: 2em auto 0;
    display: block;
  }

  #vertical_tab_nav .box {
    display: none;
  }

} 

@media screen and (max-width: 560px) {
  .top-third {
    padding: 5em 0;
    background-size: 40%;
  }

  #vertical_tab_nav li a{
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .accordion-content {
    margin-top: 0;
  }
} 


/* ---------------- top-four ------------------*/

.top-four {
  padding: 90px 0 0 0;
  background-image: url("img/bg05.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.top-four .btn a {
  width: 300px;
  display: block;
  background-color: #354C74;
  border-radius: 30px;
  color: #fff;
  padding: 5px 30px 6px 30px;
  margin: 60px auto 0 auto;
  text-align: center;
}

.top-four .btn a:hover{
  display: block;
  color: #354C74;
  background: #F3DA45;
 }

.top-four .wrapper {
  max-width: 100%;
}

.top-four {
  padding: 90px 0 0 0;
  background-image: url("img/bg05.png");
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 560px) {
  .top-four {
    background-size: 40%;
    width: 100%;
  }

  .top-four {
    padding: 5em 0 0 0;
  }
} 



/* ---------------- top-five ------------------*/

.top-five {
  padding: 140px 0;
  background-image: url("img/bg06.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.top-five .faq{
  padding: 60px 60px 30px 60px;
  background-color: #B8E5F8;
  border-radius: 20px;
}

@media screen and (max-width: 560px) {
  .top-five {
    padding: 8em 0;
    background-size: 40%;
  }
} 









