@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 100px 0;
}

footer {
  padding: 45px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #d2f5fc;
}

.bg_cl2 {
  background-color: #666666;
}

.cl_base {
  color: #00a8c9;
}

.cl_main {
  color: #359bb0;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 50%, #ffec80 50%);
  background: -o-linear-gradient(transparent 50%, #ffec80 50%);
  background: linear-gradient(transparent 60%, #ffec80 50%);
  font-weight: bold;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #00a8c9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #00a8c9;
}


/*MV----------------------------------------------------------- */
.mv{
  background: url(../img/pc_mv_bg.png) no-repeat center;
    padding-bottom: 90px;
}

/*CTA----------------------------------------------------------- */
.cta h2{
  padding-bottom: 0;
}
.cta .box{
  border: solid 3px #00a8c9;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  padding: 45px 48px;
  background: url(../img/pc_cta_bg.png) no-repeat right bottom;
}
.cta h3{
  margin-bottom: 30px;
}
.cta .fx-row{
  margin-left: -12px;
  margin-right: -12px;
}
.cta .f_item{
  padding-left: 3px;
  padding-right: 3px;
}

/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 .white_box{
  background: url(../img/pc_sec01_img01.png) no-repeat center/cover;
  border-radius: 20px;
}
.sec01 .white_box .txt{
  width: 470px;
  margin-left: auto;
}

/*sec02----------------------------------------------------------- */
.sec02 {
  position: relative;
}
.sec02 h2{
  padding-bottom: 30px;
}
.sec02 .white_box{
  width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  border: solid 3px #001d2a;
}
.brett ul li {
  padding-bottom: 30px;
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  border-bottom: dotted 2px #001d2a;
  display: flex;
  align-items: baseline;
  line-height: 34px;
}
.brett ul li:last-child{
  margin-bottom: 0;
}
.brett ul li i {
  margin-right: 10px;
  color: #359bb0;
}
.sec02 .img01{
  position: absolute;
  bottom: -61px;
  left: 15px;
}
.sec02 .img02{
  position: absolute;
  bottom: -61px;
  right: 15px;
}


/*sec03----------------------------------------------------------- */
.sec03 {
  position: relative;
}
.sec03 .arrow{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 200px 0 200px;
  border-color: #666666 transparent transparent transparent;
}
.sec03 h2{
  padding-bottom: 30px;
}
/*sec04----------------------------------------------------------- */
.sec04 .white_box{
  border-radius: 20px;
  margin-bottom: 45px;
}
.sec04 .white_box:last-child{
  margin-bottom: 0;
}
.sec04 ul li{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 2px #001d2a;
}
.sec04 ul li:last-child{
  margin-bottom: 0;
}
.sec04 .box02{
  border: solid 3px #00a8c9;
  margin-bottom: 30px;
}
.sec04 .box02:last-child{
  margin-bottom: 0;
}
.sec04 h3{
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .sec04 .fx-col-40-s {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    max-width: 41%;
}
  .sec04 .fx-col-60-s {
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
    max-width: 59%;
}
}
.sec04 h4{
  background-color: #00a8c9;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 30px;
  font-size: 24px;
}
/*sec05----------------------------------------------------------- */
.sec05{
  position: relative;
}
.sec05 .arrow{
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

/*sec06----------------------------------------------------------- */
.sec06 .box{
  background-color: #FFF;
  border-radius: 20px;
}
.sec06 .txt{
  padding: 30px 45px;
}
.sec06 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec06 ul li{
  border: solid 2px #00a8c9;
  text-align: center;
  color: #00a8c9;
  font-weight: bold;
  font-size: 14px;
  width: 175px;
  height: 37px;
  line-height: 35px;
  margin-bottom: 9px
}
.sec06 .f_item{
  margin-top: 30px;
}
.sec06 .white_box{
  background: url(../img/pc_sec06_img05.png) no-repeat center/cover;
}
.sec06 .inner_box{
  width: 585px;
  margin-left: auto;
}
.sec06 .white_box:last-child{
  background: url(../img/pc_sec06_img06.png) no-repeat center/cover;
}
/*sec07----------------------------------------------------------- */
.sec07{
  position: relative;
}
.sec07 .arrow{
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sec07 .white_box{
  margin: 0 auto;
  border-radius: 20px;
  border: solid 3px #001d2a;
}
.sec07 .img01{
  position: absolute;
  bottom: -61px;
  right: 45px;
}
/*sec08----------------------------------------------------------- */
.sec08 .white_box{
  background-color: #d2f5fc;
  border-radius: 20px;
  margin-bottom: 45px;
}
.sec08 .white_box:last-child{
  margin-bottom: 0;
}
.sec08 .box{
  background: url(../img/pc_sec08_img01.png) no-repeat left center/cover;
  margin-top: 30px;
}
.sec08 .box:nth-of-type(2){
  background: url(../img/pc_sec08_img02.png) no-repeat right center/cover;
}
.sec08 .box:nth-of-type(3){
  background: url(../img/pc_sec08_img03.png) no-repeat left center/cover;
  margin-top: 30px;
}
.sec08 .inner_box{
  background-color: #FFF;
  width: 605px;
  margin-left: auto;
  padding: 30px;
}
.sec08 .inner_box h5{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 2px #001d2a;
}
.sec08 .box:nth-of-type(2) .inner_box{
  margin-left: 0;
}
.sec08 .box02{
  background-color: #FFF;
  border: solid 5px #00a8c9;
  margin-top: 30px;
}
/*sec09----------------------------------------------------------- */
.sec09{
  position: relative;
  background: url(../img/pc_sec09_bg.png) no-repeat;
  background-position: top 520px center;
}
.sec09 .arrow{
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sec09 h2{
  background-color: #00a8c9;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 45px;
}
.sec09 .white_box{
  background: url(../img/pc_sec09_bg01.png) no-repeat center/ 100% 100%;
  padding: 50px 45px;
}
.sec09 .white_box:nth-of-type(even){
  background: url(../img/pc_sec09_bg02.png) no-repeat center/ 100% 100%;
}
.sec09 h3{
  margin-bottom: 10px;
}
.sec09 .txt{
  padding-left: 20px;
}
/*sec10----------------------------------------------------------- */


/*sec11----------------------------------------------------------- */
.sec11 h2{
  background-color: #00a8c9;
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 45px;
}
.sec11 .box{
  border: solid 3px #00a8c9;
  border-radius: 20px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.sec11 h3{
  position: relative;
  left: -3px;
}
.sec11 .txt {
  padding: 30px 0 0 45px;
}
.sec11 .double{
  margin: 15px 0;
}
@media (min-width: 960px) {
  .sec11 .fx-col-70-s {
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
    max-width: 72%;
  }
  .sec11 .fx-col-30-s {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
    max-width: 28%;
  }
}
/*sec12----------------------------------------------------------- */
.sec12 .white_box{
  border: solid 3px #00a8c9;
  border-radius: 0 20px 20px 20px;
}
@media (min-width: 960px) {
  .sec12 .fx-col-60-s {
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
    max-width: 59%;
    padding-right: 0;
  }
  .sec12 .fx-col-40-s {
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    max-width: 41%;
  }
}
.sec12 .white_box:nth-of-type(2){
  border-radius: 20px 0 20px 20px;
}
/*sec13----------------------------------------------------------- */
.sec13{
  position: relative;
  overflow: hidden;
}
.sec13 .img01 {
  position: absolute;
  left: -80px;
  top: 10px;
}
.sec13 .img02 {
  position: absolute;
  right: -80px;
  top: 140px;
}
.sec13 .txt{
  position: relative;
}
.sec13 .box{
  width: 775px;
  margin: 45px auto;
}
/*sec14----------------------------------------------------------- */
.accordion:not(:last-child) {
  margin-bottom: 30px;
}
dl.accordion dt {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 30px;
  background-color: #00a8c9;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
dl.accordion dd {
  background: #fff;
  padding: 20px 10px 30px 30px;
  display: none;
  border-radius: 0 0 20px 20px;
}
.accordion dt p {
  background: url(../img/qa_q.png) no-repeat left top;
  padding-left: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 60px;
  background-size: 46px;
  min-height: 46px;
}
dl.accordion dt .icon {
  position: absolute;
  display: block;
  transition: .25s all ease;
  right: 25px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  color: #00a8c9;
  margin: auto;
  height: 46px;
  text-align: center;
  line-height: 46px;
  width: 46px;
  font-weight: 900;
  font-size: 24px;
  transform: rotate(90deg);
}
dl.accordion dt.open .icon i {
  transform: rotate(-180deg);
}
.accordion dd .txt {
  background: url(../img/qa_a.png) no-repeat left top;
  padding-left: 55px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-size: 46px;
  padding-right: 25px;
}

/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */



/*Footer----------------------------------------------------------- */
footer{
  background-color: #00a8c9;
}
.footer_nav1 {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: -15px;
  font-weight: bold;
}

.footer_nav1 > * {
  padding-top: 15px;
}

footer .copy {
  text-align: center;
}

footer a:link, footer a:visited {
  color: #fff;
  transition: all .3s;
}

footer a:hover, footer a:focus {
  color: #fff;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}

footer .copy {
  font-size: 18px;
  color: #FFF;
}

