/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
.l_pageArea{font-family: 'Noto Sans JP', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;}

/*スクロール処理*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}
.m_over:hover{opacity: 0.7;}

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.center{text-align: center;}
@media screen and (max-width: 768px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*mv*/
.mv {
  max-width: 1360px;
  margin: 0 auto;
  padding: 6% 0 2% 0;
  background: url("../img/mv.png") no-repeat scroll center top;
  background-size: cover;
}
.mv_cont {
  max-width: 1280px;
  padding: 0 10px;
  margin:30% auto 0;
}
.mv_anclist {
  padding: 20px 2%;
  border-radius: 35px;
  background: #e1f6f9;
  display: flex;
  justify-content: center;
}
.mv_anclist li{
  border-right: 1px solid #000;
  padding: 0 3.2%;
}
.mv_anclist li:last-child{
  border-right: none;
}
.mv_anclist a{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-right: 20px;
  position: relative;
}
.mv_anclist a::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  width: 10px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: #188eb4;
}

@media screen and (max-width: 1280px) {
  .mv_anclist li{
    padding: 0 2.5%;
  }
  .mv_anclist a{
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    max-width: 92%;
    margin: 0 auto;
    padding: 7% 0 7% 0;
    background: url("../img/mv_sp.png") no-repeat scroll center top;
    background-size: cover;
  }
  .mv h1 {
    width: 94%;
  }
  .mv_cont {
    max-width: 100%;
    padding: 0;
    margin:70% 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .mv_anclist {
    padding: 3% 3%;
    border-radius: 10px 0 0 10px;
    display: block;
    width: 50%;
  }
  .mv_anclist li{
    border-right: none;
    padding: 0;
    margin-bottom: 1.3%;
  }
  .mv_anclist a{
    font-size: 3.2vw;
  }
  .mv_anclist a::before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
    width: 10px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%,100% 0,0 0);
    background: #188eb4;
  }
}


/*cont01*/
.cont01 {
  margin-top: 90px;
  padding-bottom: 230px;
  background: url("../img/cont01_bg.png") no-repeat scroll center bottom;
  background-size: cover;
}
.cont01_inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 10px;
}
.cont01 h2 {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 45px;
  background: linear-gradient(to right, #2a5298 0%, #1e3c72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cont01 h2 span {
  font-size: 55px;
}
.cont01_txt {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-top: 70px;
}
.cont02_txt {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
}
.col01 {
  color: #b94e80;
}
.movie_box {
  text-align: center;
  margin: 75px auto 0;
  max-width: 800px;
}
.movie_box div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_box div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .cont01 {
    margin-top: 11vw;
    padding-bottom: 16vw;
    background: url("../img/cont01_bg_sp.png") no-repeat scroll center bottom;
    background-size: cover;
  }
  .cont01_inner {
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  .cont01 h2 {
    margin-top: 0px;
    font-size: 6vw;
  }
  .cont01 h2 span {
    font-size: 7.333vw;
  }
  .cont01_txt {
    font-size: 3.466vw;
    margin-top: 5vw;
  }
  .cont02_txt {
    font-size: 3.466vw;
    margin-top: 5vw;
  }
  .movie_box {
    margin-top: 10vw;
    max-width: 100%;
  }
}


/*cont02*/
.cont02 {
  padding: 60px 0;
  background: #f1f7fc;
}
.cont02_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.cont02 h2 {
  text-align: center;
}
.co2_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.co2_img {
  width: 32.4%;
  text-align: right;
}
.co2_txt {
  width: 65.7%;
}
.co2_list {
  background: #fff;
  border-radius: 10px;
  padding: 4% 2% 4% 5%;
  margin:1.5% 2% 0 0;
}
.co2_list li {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.co2_list li span {
  color: #b94e80;
}

@media screen and (max-width: 768px) {
  .cont02 {
    padding: 8vw 0;
  }
  .cont02_inner {
    max-width: 92%;
    margin: 0 auto;
    padding: 0;
  }
  .cont02 h2 {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
  }
  .co2_flex {
    display: block;
    margin-top: 3vw;
  }
  .co2_img {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
  .co2_txt {
    width: 100%;
    margin-top: 3vw;
  }
  .co2_list {
    background: #fff;
    border-radius: 5px;
    padding: 4% ;
    margin:3vw 0 0 0;
  }
  .co2_list li {
    font-size: 3.4666vw;
  }
}

/*cont03*/
.cont03 {
  padding-top: 190px;
  padding-bottom: 170px;
  background: url("../img/cont03_bg.png") no-repeat scroll center top;
  background-size: cover;
}
.cont03_inner {
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
}
.cont03 h2 {
  text-align: center;
  font-size: 50px;
  color: #188eb4;
  font-weight: bold;
  line-height: 85%;
}
.cont03 h2 span{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.co3_txt {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}
.cont03_box {
  margin-top: 40px;
  border-radius: 15px;
  background: linear-gradient(90deg, #d9ebfa, #c8d8fb);
  padding: 0 5% 3.5% 5%
}
.co3_flex{
  display: flex;
  justify-content: space-between;
}
.align_c {
  align-items: center;
}
.co3_flexitem01 {
  width: 55%;
}
.co3_flexitem02 {
  width: 40%;
}
.co3_flexitem03 {
  width: 60.17%;
}
.co3_flexitem04 {
  width: 35%;
}
.co3_flexitem05 {
  width: 35%;
}
.co3_ttlflex {
  display: flex;
  align-items: center;
}
.co3_ttlflex .co3_icon {
  min-width: 63px;
  background: url("../img/cont03_label.png") no-repeat scroll center bottom;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  margin-right: 3%;
  letter-spacing: -1px;
  padding: 15px 5px 42px;
}
.co3_ttlflex .co3_icon span {
  text-align: center;
  display: block;
  font-size: 50px;
  letter-spacing: -2px;
  font-weight: 500;
}
.co3_ttlflex h3{
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(to right, #2a5298 0%, #1e3c72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.co3_list {
  margin-top: 35px;
}
.co3_list li {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 8px;
}
.co3_list .col2 {
  color: #1f3d74;
  margin-right: 0.3em;
}
.co3_list .gr_u {
  color: #214079;
  background: linear-gradient(transparent 70%, #f6eb8a 70%);
}
.co3_txt02 {
  margin-top: 40px;
  margin-left: 30px;
  font-size: 16px;
}
.co3_txt03 {
  margin-top: 50px;
  text-align: right;
}
.co3_txt03 a{
  font-size: 14px;
  color: #214079;
  padding: 5px 105px 8px 0;
  background: url("../img/cont03_arrow.png") no-repeat scroll right bottom;
}
.co3_img {
  text-align: center;
  margin-top: 50px;
}
.co3_iconflex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.co3_iconflexitem01 {
  width: 68%;
  text-align: center;
  font-size: 16px;
  padding: 14px 5px;
  color: #214079;
  background: #f1f7fc;
  border-radius: 12px;
  line-height: 140%;
  position: relative;
}
.co3_iconflexitem02 {
  width: 27%;
  text-align: center;
}
.co3_iconflexitem01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #f1f7fc;
}
.co3_fu {
  text-align: center;
  background: #f1f7fc;
  color: #214079;
  font-size: 18px;
  padding: 12px 5px;
  border-radius: 12px;
  position: relative;
  line-height: 140%;
}
.co3_fu:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f1f7fc;
}
.n_ma {
  position: relative;
  top:-20px;
}
.co3_txt04 {
  margin-top: 10px;
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}
.co3_subttl {
  margin-top: 90px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #b94e80;
}
.co3_img02 {
  margin-top: 50px;
  text-align: center;
}
.cont03_inner02 {
  max-width: 1180px;
  margin: 110px auto 0;
  background: url("../img/cont03_bg02.png") no-repeat scroll center top;
  background-size: 100%;
}
.co3_txt05 {
  text-align: center;
  padding-top: 20px;
  color: #1f3d75;
  font-size: 26px;
  font-weight: bold;
}
.co3_img03 {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 1000px) {
  .cont03_box {
    padding: 0 2% 3.5%;
  }
  .co3_ttlflex h3{
    font-size: 22px;
  }
  .co3_list li {
    font-size: 16px;
  }
  .co3_iconflexitem01 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .cont03 {
    padding-top: 16vw;
    padding-bottom: 12vw;
    background: url("../img/cont03_bg_sp.png") no-repeat scroll center top;
    background-size: cover;
  }
  .cont03_inner {
    max-width: 92%;
    padding: 0;
  }
  .cont03 h2 {
    font-size: 7.333vw;
    line-height: 100%;
  }
  .cont03 h2 span{
    font-size: 3.2vw;
  }
  .co3_txt {
    font-size: 3.466vw;
    margin-top: 4vw;
  }
  .cont03_box {
    margin-top: 7vw;
    padding: 0 5% 6% 5%
  }
  .co3_flex{
    display: block;
  }
  .co3_flexitem01 {
    width: 100%;
  }
  .co3_flexitem02 {
    width: 90%;
    margin: 0 auto;
  }
  .co3_flexitem03 {
    width: 100%;
  }
  .co3_flexitem04 {
    width: 100%;
  }
  .co3_flexitem05 {
    width: 90%;
    margin: 0 auto;
  }
  .co3_ttlflex .co3_icon {
    min-width: auto;
    background-size: 100%;
    font-size: 3.2vw;
    margin-right: 5%;
    padding: 5vw 2vw 7vw;
  }
  .co3_ttlflex .co3_icon span {
    font-size: 8vw;
  }
  .co3_ttlflex h3{
    font-size: 4.666vw;
  }
  .co3_list {
    margin-top: 6vw;
  }
  .co3_list li {
    font-size: 3.4666vw;
    color: #333;
    margin-bottom: 1.3vw;
  }
  .co3_txt02 {
    margin-top: 6vw;
    margin-left: 4.3vw;
    font-size: 3.2vw;
  }
  .co3_txt03 {
    margin-top: 6vw;
    text-align: right;
  }
  .co3_txt03 a{
    font-size: 3.4666vw;
    padding: 5px 30px 8px 0;
    background-size: 100%;
  }
  .co3_img {
    text-align: center;
    margin-top: 9vw;
  }
  .co3_iconflex {
    margin-top: 3.5vw;
  }
  .co3_iconflexitem01 {
    width: 60%;
    font-size: 3.4666vw;
    padding: 2vw 2vw;
  }
  .co3_iconflexitem02 {
    width: 35%;
  }
  .co3_fu {
    font-size: 3.4666vw;
    padding: 2vw 2vw;
    line-height: 140%;
  }
  .n_ma {
    position: relative;
    top:-10px;
  }
  .co3_txt04 {
    font-size: 3.2vw;
  }
  .co3_subttl {
    margin-top: 10vw;
    font-size: 5.333vw;
  }
  .co3_img02 {
    margin-top: 6vw;
  }
  .cont03_inner02 {
    max-width: 100%;
    margin: 8vw auto 0;
    background: url("../img/cont03_bg02_sp.png") no-repeat scroll center top;
    background-size: 100%;
  }
  .co3_txt05 {
    padding-top: 4vw;
    font-size: 5.3333vw;
  }
  .co3_img03 {
    max-width: 92%;
    margin: 12vw auto 0;
  }
  .co3_list .gr_u {
    font-weight: 900;
  }
}



/*cont04*/
.cont04 {
  padding: 150px 0 130px;
}
.cont04_inner {
  padding: 0 10px;
  max-width: 1260px;
  margin: 0 auto;
}
.cont04 h2 {
  text-align: center;
  font-size: 45px;
  color: #188eb4;
  font-weight: bold;
}
.cont04 h2 span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.co4_probox {
  margin-top: 50px;
}
.co4_pt01 {
  text-align: center;
  padding: 5px 10px;
  font-size: 22px;
  color: #b94e80;
  font-weight: 500;
  border:2px solid #b94e80;
  border-radius: 30px;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}
.co4_pt01:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 2;
}

.co4_pt01:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -17px;
  border: 10px solid transparent;
  border-top: 10px solid #b94e80;
  z-index: 1;
}
.co4_proboxflex {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.co4_proboxflex_item {
  width: 40%;
  margin: 0 1.5%;
  border-radius: 15px;
  background: #f1f1f1;
  padding: 3% 2%;
}
.pr_txt {
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 150%;
}
.pr_txt span{
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #b94e80;
}
.pr_txt2 {
  margin-top: 15px;
  color: #b94e80;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.pr_btn {
  margin-top: 15px;
}
.pr_btn a {
  background: #b94e80;
  min-width: 200px;
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 8px;
  display: block;
  position: relative;
}
.pr_btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5%;
  height: 10px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0,100% 50%,0 100%);
  background: #fff;
}
.co4_slidebox {
  margin-top: 100px;
}
.co4_pt02 {
  text-align: center;
  padding: 5px 10px;
  font-size: 22px;
  color: #188eb4;
  font-weight: 500;
  border:2px solid #188eb4;
  border-radius: 30px;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.co4_pt02:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
  z-index: 2;
}

.co4_pt02:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -17px;
  border: 10px solid transparent;
  border-top: 10px solid #188eb4;
  z-index: 1;
}
.slider {
  margin-top: 40px;
}
.slider .slider_img{
  margin: 10px 15px;
  box-shadow: 0px 0px 15px -5px #777777;
}
@media screen and (max-width: 768px) {
  .slider {
    margin-top: 5vw;
  }
  .slider .slider_img{
    margin: 10px 2vw;
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  /*cont04*/
  .cont04 {
    padding: 12vw 0;
  }
  .cont04_inner {
    padding: 0;
    max-width: 100%;
  }
  .cont04 h2 {
    font-size: 6.666vw;
  }
  .cont04 h2 span {
    font-size: 3.2vw;
  }
  .co4_probox {
    margin-top: 7vw;
  }
  .co4_pt01 {
    font-size: 3.466vw;
    color: #b94e80;
    max-width: 88%;
    margin: 0 auto;
    position: relative;
  }
  .co4_proboxflex {
    margin-top: 40px;
    display: block;
    justify-content: center;
    width: 100%;
  }
  .co4_proboxflex_item {
    width: 90%;
    margin: 0 auto 4%;
    border-radius: 15px;
    background: #f1f1f1;
    padding: 5% 5%;
  }
  .pr_txt {
    margin-top: 5vw;
    font-size: 4vw;
  }
  .pr_txt span{
    font-size: 6.4vw;
  }
  .pr_txt2 {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
  .pr_btn {
    margin-top: 3vw;
  }
  .pr_btn a {
    min-width: 70%;
    max-width: 70%;
    margin: 0 auto;
    font-size: 2.800vw;
    padding: 8px 10px;
  }
  .co4_slidebox {
    margin-top: 8vw;
  }
  .co4_pt02 {
    font-size: 3.466vw;
    color: #188eb4;
    max-width: 60%;
    margin: 0 auto;
    position: relative;
  }
}


/*cont05*/
.cont05 {
  padding: 80px 0 120px 0;
  background: #e0f0f3;
}
.cont05 h2 {
  text-align: center;
  font-size: 45px;
  color: #188eb4;
  font-weight: bold;
  position: relative;
  bottom: -20px
}
.cont05 h2 span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.co5_img {
  text-align: center;
  position: relative;
  bottom: -20px
}
.bg_w {
  background: #fff;
  padding: 90px 0 50px;
}
.cont05_inner {
  max-width: 1260px;
  padding: 0 10px;
  margin: 0 auto;
}
.co5_stepbox {
  display: flex;
  justify-content: space-between;
}
.co5_stepboxitem {
  background: #188eb4;
  width: 24%;
  border-radius: 15px;
  padding: 3% 1.8%;
  position: relative;
}
.co5_stepboxitem::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: -6%;
  height: 40px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #1f3d75;
}
.co5_stepboxitem:last-child:before {
  content: none;
}
.co5_steplabel {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 2px 25px;
  margin-left: -9%;
  background: #1f3d75;
  display: inline-block;
  position: relative;
}
.co5_steplabel::after {
  position: absolute;
  content: '';
  right: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 10px #1f3d75;
  border-bottom: solid 37px transparent;
  z-index: 0;
}
.co5_stepttl {
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.co5_steptxt {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.co5_stepbtn {
  margin-top: 20px;
  display: block;
  border-radius: 8px;
  padding: 8px;
  font-size: 16px;
  text-align: center;
  color: #1f3d75;
  background: #d0e8ec;
  position: relative;
  line-height: 120%;
}
.co5_stepbtn::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 2%;
  height: 8px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #1f3d75;
}
.co5_stepbtn.pt {
  padding-top: 18px;
}
.co5_steptxt span{
  font-weight: bold;
  display: block;
}
.co5_steptxt span:last-child{
  margin-top: 20px;
}

@media screen and (max-width: 1240px) {
  .co5_stepboxitem::before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: -6%;
    height: 20px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #1f3d75;
  }
  .co5_stepboxitem:last-child:before {
    content: none;
  }
  .co5_stepttl {
    font-size: 1.8vw;
  }
  .co5_steptxt {
    font-size: 1.3vw;
  }
  .co5_stepbtn {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .cont05 {
    padding: 8vw 0 10vw 0;
  }
  .cont05 h2 {
    font-size: 7.333vw;
    bottom: -2vw
  }
  .cont05 h2 span {
    font-size: 3.2vw;
  }
  .co5_img {
    max-width: 65%;
    margin: 0 auto;
    bottom: -2vw;
  }
  .bg_w {
    padding: 8vw 0 7vw;
  }
  .cont05_inner {
    max-width: 92%;
    padding: 0;
  }
  .co5_stepbox {
    display: block;
  }
  .co5_stepboxitem {
    width: 100%;
    padding: 5% 4.8%;
    margin-bottom: 5vw;
  }
  .co5_stepboxitem::before {
    content: "";
    top: calc(104% - 4vw);
    right: calc(50% - 4vw);
    height: 8vw;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: #1f3d75;
    z-index: 1;
  }
  .co5_stepboxitem:last-child:before {
    content: none;
  }
  .co5_steplabel {
    margin-left: -5%;
  }
  .co5_stepttl {
    font-size: 5.333vw;
  }
  .co5_steptxt {
    font-size: 3.4666vw;
  }
  .co5_stepbtn {
    font-size: 4vw;
  }
  .co5_stepbtn::before {
    
    right: 8%;
  }
  .co5_stepbtn.pt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .co5_steptxt span:last-child{
    margin-top: 0px;
  }
}


/*cont06*/
.cont06{
  margin: 120px 0 150px;
  background: url("../img/cont06_bg.png") no-repeat scroll center top;
  background-size: cover;
}
.cont06 h2 {
  text-align: center;
  font-size: 45px;
  color: #188eb4;
  font-weight: bold;
  position: relative;
  top: -20px;
}
.cont06 h2 span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.cont06_inner {
  padding: 0 10px;
  max-width: 1070px;
  margin: 0 auto;
}
.co6_flexbox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}
.co6_flexboximg {
  width: 40.9%;
}
.co6_flexboxitem {
  width: 50.4%;
  background: #fff;
  border:2px solid #3a5689;
  border-radius: 5px;
  padding: 4% 5%;
  position: relative;
}
.co6_flexboxitem:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFF;
  z-index: 2;
}
.co6_flexboxitem:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -36px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-right: 18px solid #3a5689;
  z-index: 1;
}
.co6_flexboxitem p{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(to right, #2a5298 0%, #1e3c72 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.co6_flexboxitem div{
  text-align: center;
}

.co6_btnarea {
  padding: 60px 0 120px 0;
}
.gr_btn {
  max-width: 500px;
  margin: 0 auto;
  background: linear-gradient(90deg, #c2e9fb, #a1c4fd);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1f3d75;
  padding: 15px 0;
  border-radius: 30px;
  display: block;
  position: relative;
}
.gr_btn span {
  padding: 5px 30px;
  background: url("../img/cont06_icon.png") no-repeat scroll left center;
}
.gr_btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 4%;
  height: 10px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #1f3d75;
}

@media screen and (max-width: 768px) {
  .cont06{
    margin: 11vw 0 15vw;
  }
  .cont06 h2 {
    font-size: 7.733vw;
    top: -20px;
  }
  .cont06 h2 span {
    font-size: 3.2vw;
  }
  .cont06_inner {
    padding: 0;
    max-width: 92%;
  }
  .co6_flexbox {
    margin: 4vw auto 0;
    display: block;
    max-width: 80%;
  }
  .co6_flexboximg {
    width: 80%;
    margin: 0 auto;
  }
  .co6_flexboxitem {
    width: 100%;
    padding: 4% 5%;
    position: relative;
    margin-top: 22px;
  }
  .co6_flexboxitem:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    
    z-index: 2;
  }
  .co6_flexboxitem:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #3a5689;
    
    z-index: 1;
  }
  .co6_flexboxitem p{
    font-size: 4.8vw;
  }

  .co6_btnarea {
    padding: 6vw 0 11vw 0;
  }
  .gr_btn {
    max-width: 80%;
    margin: 0 auto;
    font-size: 4vw;
  }
  .gr_btn span {
    padding: 5px 30px;
    
  }
}


/*cont07*/
.cont07 {
  background: #f2f9fa;
  padding-bottom: 110px;
}
.cont07_inner {
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}
.cont07 h2 {
  text-align: center;
  font-size: 45px;
  color: #188eb4;
  font-weight: bold;
  position: relative;
  top: -40px;
}
.cont07 h2 span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.acMenu dt{
  cursor:pointer;
  margin-top: 30px;
  background: #274b8d;
  padding: 0.5% 5%;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.acMenu dt::before, .acMenu dt::after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.acMenu dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.acMenu dt.active::after {
  transform: rotate(0);
  transition: 0.5s;
}
.acMenu dd{
  display:none;
  background: #fff;
  padding: 4% 5%;
  border-radius: 0 0 10px 10px;
}
.ac_q {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-right: 3%;
  font-family: Arial, 'メイリオ', Meiryo, sans-serif;
}
.ac_qtxt {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
}
.a_box {
  display: flex;
}
.ac_a {
  font-size: 48px;
  font-weight: bold;
  color: #264c8e;
  margin-right: 3%;
  font-family: Arial, 'メイリオ', Meiryo, sans-serif;
  line-height: 100%;
}
.ac_atxt p{
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 140%;
}
.ac_atxt a{
  font-size: 16px;
  font-weight: 500;
  color: #203f76;
  text-decoration: underline;
}
.qa_table01 {
  width: 100%;
  margin-top: 30px;
}
.qa_table01 th {
  background: #182e63;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #979797;
}
.qa_table01 th:first-child {
  border-right: 1px solid #fff;
}
.qa_table01 td {
  background: #fff;
  text-align: left;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border: 1px solid #979797;
}
.qa_table01 td:first-child {
  text-align: center;
}
.ac_atxt ul{
  margin-top: 30px;
}
.ac_atxt li{
  font-size: 16px;
  color: #203f76;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.ac_atxt .t_ttl {
  margin-top: 30px;
  font-weight: bold;
  color: #182e63;
  font-size: 18px;
}
.qa_table02 {
  width: 100%;
}
.qa_table02 th {
  background: #182e63;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #979797;
}
.qa_table02 th:first-child {
  border-right: 1px solid #fff;
}
.qa_table02 td {
  background: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border: 1px solid #979797;
  vertical-align: middle;
}
.qa_table02 td:last-child {
  text-align: left;
}
.ac_atxt .t_note {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.a_img {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cont07 {
    padding-bottom: 10vw;
  }
  .cont07_inner {
    max-width: 90%;
    padding: 0;
  }
  .cont07 h2 {
    font-size: 7.333vw;
    top: -40px;
  }
  .cont07 h2 span {
    font-size: 3.2vw;
  }
  .acMenu dt{
    margin-top: 3vw;
    padding: 1.5% 4%;
    align-items: flex-start;
  }
  .acMenu dt::before, .acMenu dt::after {
    width: 4vw;
    height: 0.8vw;
  }
  .acMenu dd{
    display:none;
    padding: 4% 4%;
  }
  .ac_q {
    font-size: 6.4vw;
    margin-right: 5%;
  }
  .ac_qtxt {
    font-size: 3.733vw;
  }
  .ac_a {
    font-size: 6.4vw;
    margin-right: 5%;
  }
  .ac_atxt p{
    font-size: 3.466vw;
  }
  .ac_atxt a{
    font-size: 3.466vw;
  }
  .qa_table01 {
    width: 110%;
    margin-top: 4vw;
    margin-left: -10%;
  }
  .qa_table01 th {
    padding: 1.2vw;
    font-size: 3.466vw;
  }
  .qa_table01 th:first-child {
    border-right: 1px solid #fff;
  }
  .qa_table01 td {
    padding: 1.2vw 2vw;
    font-size: 3.466vw;
  }
  .qa_table01 td:first-child {
    text-align: center;
  }
  .ac_atxt ul{
    margin-top: 4vw;
  }
  .ac_atxt li{
    font-size: 3.466vw;
  }
  .ac_atxt .t_ttl {
    margin-top: 4vw;
    font-size: 3.466vw;
    text-align: center;
    margin-left: -10%;
  }
  .qa_table02 {
    width: 110%;
    margin-left: -10%;
  }
  .qa_table02 th {
    padding: 1.2vw;
    font-size: 3.466vw;
  }
  .qa_table02 th:first-child {
    border-right: 1px solid #fff;
  }
  .qa_table02 td {
    padding: 1.2vw 2vw;
    font-size: 3.466vw;
  }
  .qa_table02 td:last-child {
    text-align: left;
  }
  .ac_atxt .t_note {
    font-size: 3.466vw;
    margin-left: -10%;
  }
  .l_sp1{
    padding-top: 3vw;
  }
  .a_img {
    margin-top: 4vw;
  }

  
}


/*cont08*/
.cont08 {
  padding: 110px 0 110px;
}
.cont08_inner{
  max-width: 1180px;
  margin: 0 auto;
}
.co8_flexbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.co8_flexitem {
  margin: 0 1.5% 30px;
  width: 30.333%;
  background: #f1f1f1;
  border-radius: 15px;
  padding: 40px 10px;
}
.co8_img {
  text-align: center;
}
.co8_txt01 {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #188eb4;
  line-height: 140%;
}
.co8_txt02 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
.co8_btn {
  margin: 30px auto 0;
  max-width: 200px;
}
.co8_btn a {
  max-width: 100%;
  display: block;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  background: #188eb4;
  text-align: center;
  padding: 8px 8px;
  position: relative;
}
.co8_btn a::before{
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 4%;
  height: 8px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.line_1 {
  padding-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .cont08 {
    padding: 11vw 0 15vw;
  }
  .cont08_inner{
    max-width: 92%;
    margin: 0 auto;
  }
  .co8_flexbox {
    display: flex;
    justify-content: space-between;
  }
  .co8_flexitem {
    margin: 0 0 4vw 0;
    width: 49%;
    padding: 4vw 2vw;
  }
  .co8_img {
    width: 60%;
    margin: 0 auto;
  }
  .co8_txt01 {
    margin-top: 3vw;
    font-size: 4vw;
  }
  .co8_txt02 {
    margin-top: 3vw;
    font-size: 3.466vw;
  }
  .co8_btn {
    margin: 3vw auto 0;
    max-width: 200px;
  }
  .co8_btn a {
    max-width: 100%;
    font-size: 3.466vw;
  }
}









/*fix_btnbox*/
.fix_btnbox {
  position: fixed;
  right: 0;
  bottom: calc(50% - 157px);
  
  
}
.fix_btnbox a {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .fix_btnbox {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1% 4%;
    background: #fff;

  }
  .fix_btnbox a {
    display: block;
    width: 48%;
    margin-bottom: 0;
  }
  .l_footer {
    padding-bottom: 14vw;
  }
}

.s_link {
  text-align: center;
  margin-top: 40px;
}
.s_link a{
  font-size: 16px;
  font-weight: 500;
  color: #203f76;
  text-decoration: underline;
}