@charset "UTF-8";
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 180%;
  color: #333;
}
@media screen and (max-width: 750px) {
  .font {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}

.central {
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  text-align: justify;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.text {
  text-decoration: underline;
}

small {
  display: inline-block;
  line-height: 140%;
}

.btn {
  transition: filter 0.3s;
}
.btn:hover {
  filter: brightness(130%);
}

.center {
  text-align: center;
}

.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.wrap1000 {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .wrap1000 {
    width: 100%;
    padding: 0 8vw;
  }
}

.arrow {
  width: 35px;
  height: 48px;
  background: url(../images/common/icon_arrow2.svg) no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .arrow {
    width: 4.6666666667vw;
    height: 6.4vw;
  }
}

.arrow2 {
  width: 35px;
  height: 48px;
  background: url(../images/common/icon_arrow3.svg) no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .arrow2 {
    width: 4.6666666667vw;
    height: 6.4vw;
  }
}

.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper {
  min-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    min-width: initial;
  }
}

.text_white {
  color: #FFF;
}
.text_black {
  color: #333;
}
.text_blue {
  color: #31A6B7;
}
.text_gray {
  color: #666;
}
.text_rblue {
  color: #459DCA;
}
.text_indigo {
  color: #3D4060;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  padding: 2.6666666667vw;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (480px <= width) {
  .modal-container {
    padding: 2vw;
  }
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  width: 96vw;
  height: 80vh;
  margin: 2.6666666667vw auto 0;
  overflow: scroll;
  background: #FFF;
}
.modal-content .-cont1 {
  width: 120vw;
}
@media (480px <= width) {
  .modal-content .-cont1 {
    width: 120vw;
    max-width: 1100px;
  }
}
.modal-close {
  width: 11.7333333333vw;
  margin-left: auto;
}
@media (480px <= width) {
  .modal-close {
    max-width: 40px;
  }
}

.mt0 {
  display: block;
  margin-top: 0px !important;
}
@media screen and (max-width: 750px) {
  .mt0 {
    margin-top: 0px !important;
  }
}
.mt5 {
  display: block;
  margin-top: 5px !important;
}
@media screen and (max-width: 750px) {
  .mt5 {
    margin-top: 2.5px !important;
  }
}
.mt10 {
  display: block;
  margin-top: 10px !important;
}
@media screen and (max-width: 750px) {
  .mt10 {
    margin-top: 5px !important;
  }
}
.mt15 {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 750px) {
  .mt15 {
    margin-top: 7.5px !important;
  }
}
.mt20 {
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 750px) {
  .mt20 {
    margin-top: 10px !important;
  }
}
.mt25 {
  display: block;
  margin-top: 25px !important;
}
@media screen and (max-width: 750px) {
  .mt25 {
    margin-top: 12.5px !important;
  }
}
.mt30 {
  display: block;
  margin-top: 30px !important;
}
@media screen and (max-width: 750px) {
  .mt30 {
    margin-top: 15px !important;
  }
}
.mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 750px) {
  .mt40 {
    margin-top: 20px !important;
  }
}
.mt50 {
  display: block;
  margin-top: 50px !important;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 25px !important;
  }
}
.mt60 {
  display: block;
  margin-top: 60px !important;
}
@media screen and (max-width: 750px) {
  .mt60 {
    margin-top: 30px !important;
  }
}
.mt70 {
  display: block;
  margin-top: 70px !important;
}
@media screen and (max-width: 750px) {
  .mt70 {
    margin-top: 35px !important;
  }
}
.mt80 {
  display: block;
  margin-top: 80px !important;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 40px !important;
  }
}
.mt90 {
  display: block;
  margin-top: 90px !important;
}
@media screen and (max-width: 750px) {
  .mt90 {
    margin-top: 45px !important;
  }
}
.mt100 {
  display: block;
  margin-top: 100px !important;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 50px !important;
  }
}
.mt110 {
  display: block;
  margin-top: 110px !important;
}
@media screen and (max-width: 750px) {
  .mt110 {
    margin-top: 55px !important;
  }
}
.mt120 {
  display: block;
  margin-top: 120px !important;
}
@media screen and (max-width: 750px) {
  .mt120 {
    margin-top: 60px !important;
  }
}
.mt130 {
  display: block;
  margin-top: 130px !important;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 65px !important;
  }
}
.mt140 {
  display: block;
  margin-top: 140px !important;
}
@media screen and (max-width: 750px) {
  .mt140 {
    margin-top: 70px !important;
  }
}
.mt150 {
  display: block;
  margin-top: 150px !important;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 75px !important;
  }
}
.mt160 {
  display: block;
  margin-top: 160px !important;
}
@media screen and (max-width: 750px) {
  .mt160 {
    margin-top: 80px !important;
  }
}
.mt200 {
  display: block;
  margin-top: 200px !important;
}
@media screen and (max-width: 750px) {
  .mt200 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-mt0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt110 {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt120 {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt130 {
    margin-top: 130px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt140 {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt150 {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt160 {
    margin-top: 160px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-mt200 {
    margin-top: 200px !important;
  }
}

.pt0 {
  display: block;
  padding-top: 0px !important;
}
@media screen and (max-width: 750px) {
  .pt0 {
    padding-top: 0px !important;
  }
}
.pt5 {
  display: block;
  padding-top: 5px !important;
}
@media screen and (max-width: 750px) {
  .pt5 {
    padding-top: 2.5px !important;
  }
}
.pt10 {
  display: block;
  padding-top: 10px !important;
}
@media screen and (max-width: 750px) {
  .pt10 {
    padding-top: 5px !important;
  }
}
.pt15 {
  display: block;
  padding-top: 15px !important;
}
@media screen and (max-width: 750px) {
  .pt15 {
    padding-top: 7.5px !important;
  }
}
.pt20 {
  display: block;
  padding-top: 20px !important;
}
@media screen and (max-width: 750px) {
  .pt20 {
    padding-top: 10px !important;
  }
}
.pt25 {
  display: block;
  padding-top: 25px !important;
}
@media screen and (max-width: 750px) {
  .pt25 {
    padding-top: 12.5px !important;
  }
}
.pt30 {
  display: block;
  padding-top: 30px !important;
}
@media screen and (max-width: 750px) {
  .pt30 {
    padding-top: 15px !important;
  }
}
.pt40 {
  display: block;
  padding-top: 40px !important;
}
@media screen and (max-width: 750px) {
  .pt40 {
    padding-top: 20px !important;
  }
}
.pt50 {
  display: block;
  padding-top: 50px !important;
}
@media screen and (max-width: 750px) {
  .pt50 {
    padding-top: 25px !important;
  }
}
.pt60 {
  display: block;
  padding-top: 60px !important;
}
@media screen and (max-width: 750px) {
  .pt60 {
    padding-top: 30px !important;
  }
}
.pt70 {
  display: block;
  padding-top: 70px !important;
}
@media screen and (max-width: 750px) {
  .pt70 {
    padding-top: 35px !important;
  }
}
.pt80 {
  display: block;
  padding-top: 80px !important;
}
@media screen and (max-width: 750px) {
  .pt80 {
    padding-top: 40px !important;
  }
}
.pt90 {
  display: block;
  padding-top: 90px !important;
}
@media screen and (max-width: 750px) {
  .pt90 {
    padding-top: 45px !important;
  }
}
.pt100 {
  display: block;
  padding-top: 100px !important;
}
@media screen and (max-width: 750px) {
  .pt100 {
    padding-top: 50px !important;
  }
}
.pt110 {
  display: block;
  padding-top: 110px !important;
}
@media screen and (max-width: 750px) {
  .pt110 {
    padding-top: 55px !important;
  }
}
.pt120 {
  display: block;
  padding-top: 120px !important;
}
@media screen and (max-width: 750px) {
  .pt120 {
    padding-top: 60px !important;
  }
}
.pt130 {
  display: block;
  padding-top: 130px !important;
}
@media screen and (max-width: 750px) {
  .pt130 {
    padding-top: 65px !important;
  }
}
.pt140 {
  display: block;
  padding-top: 140px !important;
}
@media screen and (max-width: 750px) {
  .pt140 {
    padding-top: 70px !important;
  }
}
.pt150 {
  display: block;
  padding-top: 150px !important;
}
@media screen and (max-width: 750px) {
  .pt150 {
    padding-top: 75px !important;
  }
}
.pt160 {
  display: block;
  padding-top: 160px !important;
}
@media screen and (max-width: 750px) {
  .pt160 {
    padding-top: 80px !important;
  }
}
.pt200 {
  display: block;
  padding-top: 200px !important;
}
@media screen and (max-width: 750px) {
  .pt200 {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-pt0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt70 {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt90 {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt110 {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt120 {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt130 {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt140 {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt150 {
    padding-top: 150px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt160 {
    padding-top: 160px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pt200 {
    padding-top: 200px !important;
  }
}

.pb0 {
  display: block;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 750px) {
  .pb0 {
    padding-bottom: 0px !important;
  }
}
.pb5 {
  display: block;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 750px) {
  .pb5 {
    padding-bottom: 2.5px !important;
  }
}
.pb10 {
  display: block;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 750px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}
.pb15 {
  display: block;
  padding-bottom: 15px !important;
}
@media screen and (max-width: 750px) {
  .pb15 {
    padding-bottom: 7.5px !important;
  }
}
.pb20 {
  display: block;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 750px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}
.pb25 {
  display: block;
  padding-bottom: 25px !important;
}
@media screen and (max-width: 750px) {
  .pb25 {
    padding-bottom: 12.5px !important;
  }
}
.pb30 {
  display: block;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 750px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}
.pb40 {
  display: block;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 750px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}
.pb50 {
  display: block;
  padding-bottom: 50px !important;
}
@media screen and (max-width: 750px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}
.pb60 {
  display: block;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 750px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}
.pb70 {
  display: block;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 750px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}
.pb80 {
  display: block;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 750px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}
.pb90 {
  display: block;
  padding-bottom: 90px !important;
}
@media screen and (max-width: 750px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}
.pb100 {
  display: block;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 750px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}
.pb110 {
  display: block;
  padding-bottom: 110px !important;
}
@media screen and (max-width: 750px) {
  .pb110 {
    padding-bottom: 55px !important;
  }
}
.pb120 {
  display: block;
  padding-bottom: 120px !important;
}
@media screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}
.pb130 {
  display: block;
  padding-bottom: 130px !important;
}
@media screen and (max-width: 750px) {
  .pb130 {
    padding-bottom: 65px !important;
  }
}
.pb140 {
  display: block;
  padding-bottom: 140px !important;
}
@media screen and (max-width: 750px) {
  .pb140 {
    padding-bottom: 70px !important;
  }
}
.pb150 {
  display: block;
  padding-bottom: 150px !important;
}
@media screen and (max-width: 750px) {
  .pb150 {
    padding-bottom: 75px !important;
  }
}
.pb160 {
  display: block;
  padding-bottom: 160px !important;
}
@media screen and (max-width: 750px) {
  .pb160 {
    padding-bottom: 80px !important;
  }
}
.pb200 {
  display: block;
  padding-bottom: 200px !important;
}
@media screen and (max-width: 750px) {
  .pb200 {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-pb0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb70 {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb90 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb110 {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb120 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb130 {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb140 {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb150 {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb160 {
    padding-bottom: 160px !important;
  }
}
@media screen and (max-width: 750px) {
  .sp-pb200 {
    padding-bottom: 200px !important;
  }
}

.p0 {
  padding: 0px !important;
}
@media screen and (max-width: 750px) {
  .p0 {
    padding: 0px !important;
  }
}
.p5 {
  padding: 5px !important;
}
@media screen and (max-width: 750px) {
  .p5 {
    padding: 2.5px !important;
  }
}
.p10 {
  padding: 10px !important;
}
@media screen and (max-width: 750px) {
  .p10 {
    padding: 5px !important;
  }
}
.p15 {
  padding: 15px !important;
}
@media screen and (max-width: 750px) {
  .p15 {
    padding: 7.5px !important;
  }
}
.p20 {
  padding: 20px !important;
}
@media screen and (max-width: 750px) {
  .p20 {
    padding: 10px !important;
  }
}
.p25 {
  padding: 25px !important;
}
@media screen and (max-width: 750px) {
  .p25 {
    padding: 12.5px !important;
  }
}
.p30 {
  padding: 30px !important;
}
@media screen and (max-width: 750px) {
  .p30 {
    padding: 15px !important;
  }
}
.p40 {
  padding: 40px !important;
}
@media screen and (max-width: 750px) {
  .p40 {
    padding: 20px !important;
  }
}
.p50 {
  padding: 50px !important;
}
@media screen and (max-width: 750px) {
  .p50 {
    padding: 25px !important;
  }
}
.p60 {
  padding: 60px !important;
}
@media screen and (max-width: 750px) {
  .p60 {
    padding: 30px !important;
  }
}
.p70 {
  padding: 70px !important;
}
@media screen and (max-width: 750px) {
  .p70 {
    padding: 35px !important;
  }
}
.p80 {
  padding: 80px !important;
}
@media screen and (max-width: 750px) {
  .p80 {
    padding: 40px !important;
  }
}
.p90 {
  padding: 90px !important;
}
@media screen and (max-width: 750px) {
  .p90 {
    padding: 45px !important;
  }
}
.p100 {
  padding: 100px !important;
}
@media screen and (max-width: 750px) {
  .p100 {
    padding: 50px !important;
  }
}
.p110 {
  padding: 110px !important;
}
@media screen and (max-width: 750px) {
  .p110 {
    padding: 55px !important;
  }
}
.p120 {
  padding: 120px !important;
}
@media screen and (max-width: 750px) {
  .p120 {
    padding: 60px !important;
  }
}
.p130 {
  padding: 130px !important;
}
@media screen and (max-width: 750px) {
  .p130 {
    padding: 65px !important;
  }
}
.p140 {
  padding: 140px !important;
}
@media screen and (max-width: 750px) {
  .p140 {
    padding: 70px !important;
  }
}
.p150 {
  padding: 150px !important;
}
@media screen and (max-width: 750px) {
  .p150 {
    padding: 75px !important;
  }
}
.p160 {
  padding: 160px !important;
}
@media screen and (max-width: 750px) {
  .p160 {
    padding: 80px !important;
  }
}
.p200 {
  padding: 200px !important;
}
@media screen and (max-width: 750px) {
  .p200 {
    padding: 100px !important;
  }
}

.btn:hover {
  filter: brightness(130%);
}

.btn {
  transition: filter 0.3s;
}

.fv {
  padding: 77px 0 64px;
  background-image: url("../images/pc/fv.jpg");
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .fv {
    background-image: url("../images/sp/fv.jpg");
    background-position: top center;
    background-size: cover;
    padding: 66.6666666667vw 0 16vw;
  }
}
.fv_inner {
  width: 1000px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv_inner {
    width: 100%;
    padding: 0 8vw;
  }
}
.fv_text1 {
  color: #3D4060;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
  padding-bottom: 16px;
  border-bottom: 2px solid #3D4060;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .fv_text1 {
    font-size: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
.fv_text2 {
  color: #3D4060;
  font-weight: 900;
  font-size: 44px;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 750px) {
  .fv_text2 {
    font-size: 8vw;
    line-height: 130%;
  }
}
.fv_text2 small {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .fv_text2 small {
    font-size: 6.4vw;
  }
}
.fv_text3 {
  color: #FFF;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
  .fv_text3 {
    font-size: 8.5333333333vw;
    margin: 3.2vw auto 0;
  }
}
.fv_text3 small {
  font-size: 24px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
  display: block;
  line-height: 140%;
}
@media screen and (max-width: 750px) {
  .fv_text3 small {
    font-size: 4.2666666667vw;
  }
}
.fv_btn {
  width: 460px;
  height: 80px;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  background: linear-gradient(90deg, #FB674E 0%, #FF8743 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto 0 0;
}
@media screen and (max-width: 750px) {
  .fv_btn {
    width: 100%;
    height: 16vw;
    font-size: 4.2666666667vw;
    margin: 4.2666666667vw auto 0;
    border-width: 0.5333333333vw;
  }
}
.fv_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 32px;
  top: 35px;
  width: 8px;
  height: 11px;
  background: url("../images/common/icon_arrow.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .fv_btn::after {
    width: 2.2666666667vw;
    height: 3.2vw;
    top: 6vw;
    right: 4.6666666667vw;
  }
}
.fv_badge {
  background: linear-gradient(135deg, #DEEEF4 0%, #ABD3D2 100%);
  box-shadow: inset 2px 4px 2px rgba(69, 157, 202, 0.56);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #3D4060;
}
.fv_badgeWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .fv_badgeWrap {
    width: 496px;
    position: absolute;
    right: 0;
    bottom: -14px;
  }
}
@media screen and (max-width: 750px) {
  .fv_badgeWrap {
    width: 100%;
    margin: 3.2vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .fv_badge {
    width: 27.2vw;
    height: 27.2vw;
    font-size: 3.4666666667vw;
  }
}
.fv_badge p {
  text-align: center;
  line-height: 125%;
  white-space: nowrap;
  letter-spacing: 0;
}
.fv_badge small {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .fv_badge small {
    font-size: 2.6666666667vw;
  }
}

.cv {
  padding: 120px 0;
  background: url("../images/pc/cv.jpg") no-repeat;
}
@media screen and (max-width: 750px) {
  .cv {
    padding: 16vw 0;
    background: url("../images/sp/cv.jpg") no-repeat;
    background-size: contain;
  }
}
.cv_btn {
  width: 460px;
  height: 80px;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  background: linear-gradient(90deg, #FB674E 0%, #FF8743 100%);
  border: 2px solid #FFFFFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .cv_btn {
    width: 84vw;
    height: 16vw;
    font-size: 4.2666666667vw;
  }
}
.cv_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 32px;
  top: 35px;
  width: 8px;
  height: 11px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .cv_btn::after {
    width: 2.2666666667vw;
    height: 3.2vw;
    top: 6vw;
    right: 4.6666666667vw;
  }
}

.sec01 {
  padding: 120px 0;
  background: url("../images/pc/sec01.jpg") no-repeat;
}
@media screen and (max-width: 750px) {
  .sec01 {
    padding: 16vw 0;
    background: url("../images/sp/sec01.jpg") no-repeat;
  }
}
.sec01 h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  color: #3D4060;
}
@media screen and (max-width: 750px) {
  .sec01 h2 {
    font-size: 8.5333333333vw;
  }
}
.sec01_box {
  width: 480px;
  background: #FFFFFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 40px;
}
.sec01_boxWrap {
  display: flex;
  justify-content: space-between;
  margin: 56px auto 0;
}
@media screen and (max-width: 750px) {
  .sec01_boxWrap {
    margin: 7.4666666667vw auto 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .sec01_box {
    width: 100%;
    padding: 5.3333333333vw 4.2666666667vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
  .sec01_box:last-child {
    margin-top: 7.4666666667vw;
  }
}
.sec01_box li {
  list-style: disc;
  color: #666;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: justify;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  margin-bottom: 16px;
  margin-left: 30px;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .sec01_box li {
    font-size: 4.2666666667vw;
    margin-left: 4vw;
  }
}
.sec01_box_text {
  color: #31A6B7;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 750px) {
  .sec01_box_text {
    font-size: 3.4666666667vw;
  }
}

.sec02 {
  padding: 120px 0 58px;
  background: url("../images/pc/sec02.jpg") no-repeat;
}
@media screen and (max-width: 750px) {
  .sec02 {
    background: url("../images/sp/sec02.jpg") no-repeat;
    background-size: cover;
  }
}
.sec02_box {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .sec02_box {
    flex-direction: column;
  }
}
.sec02_box > * {
  width: 480px;
}
@media screen and (max-width: 750px) {
  .sec02_box > * {
    width: 100%;
  }
  .sec02_box > *:last-child {
    margin-top: 5.3333333333vw;
  }
}
.sec02_box_image {
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.08);
  position: relative;
}
.sec02_box_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #31A6B7;
}
@media screen and (max-width: 750px) {
  .sec02_box_title {
    font-size: 7.4666666667vw;
  }
}
.sec02_box_title b {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 100%;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .sec02_box_title b {
    font-size: 13.8666666667vw;
  }
}
.sec02_box_subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #3D4060;
  line-height: 140%;
  margin: 16px auto 0;
}
@media screen and (max-width: 750px) {
  .sec02_box_subtitle {
    font-size: 6.4vw;
    margin: 2.1333333333vw auto 0;
  }
}
.sec02_box_text {
  margin: 40px auto 0;
  line-height: 180%;
}
@media screen and (max-width: 750px) {
  .sec02_box_text {
    font-size: 4vw;
    margin: 2.1333333333vw auto 0;
  }
}
.sec02_text {
  color: #459DCA;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin: 40px auto 120px;
}
@media screen and (max-width: 750px) {
  .sec02_text {
    font-size: 4vw;
    margin: 5.3333333333vw auto 16vw;
  }
}
.sec02_text span {
  border-bottom: 2px solid #459DCA;
  margin: 12px auto 0;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .sec02_text span {
    border-width: 0.2666666667vw;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .sec02_text span:last-child {
    display: inline;
  }
}
.sec02_text small {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .sec02_text small {
    font-size: 2.6666666667vw;
  }
}
.sec02_zoom {
  position: absolute;
  width: 48px;
  top: -24px;
  right: 8px;
}
@media screen and (max-width: 750px) {
  .sec02_zoom {
    width: 10.6666666667vw;
  }
}

.sec03 {
  padding: 40px 0 120px;
}
@media screen and (max-width: 750px) {
  .sec03 {
    padding: 5.3333333333vw 0 16vw;
  }
}
.sec03 h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  margin: 16px 0 40px;
}
@media screen and (max-width: 750px) {
  .sec03 h2 {
    font-size: 6.4vw;
  }
}
.sec03 hr {
  height: 0;
  margin: 56px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #C5E3E8;
}
.sec03_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #3D4060;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec03_title {
    font-size: 5.3333333333vw;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
.sec03_title b {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #31A6B7;
}
@media screen and (max-width: 750px) {
  .sec03_title b {
    font-size: 8.5333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.sec03_image {
  margin: 24px auto 0;
}
.sec03_text {
  line-height: 180%;
}
.sec03_text a {
  color: #459DCA;
}
.sec03_text2 {
  margin: 14px auto 0;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec03_text2 {
    font-size: 4vw;
    text-align: left;
    line-height: 140%;
  }
}
.sec03_box {
  width: 312px;
  padding: 40px 24px;
  background: #F5F8F7;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.sec03_boxWrap {
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
}
@media screen and (max-width: 750px) {
  .sec03_boxWrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .sec03_box {
    width: 100%;
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw 3.2vw;
  }
  .sec03_box:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.sec03_box_image {
  width: 56px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec03_box_image {
    width: 11.7333333333vw;
  }
}
.sec03_box_text {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  text-align: center;
  margin: 16px auto 0;
  line-height: 140%;
}
@media screen and (max-width: 750px) {
  .sec03_box_text {
    font-size: 4.2666666667vw;
  }
}

.sec04 {
  padding: 120px 0;
  background: url("../images/pc/sec04.jpg") no-repeat;
}
@media screen and (max-width: 750px) {
  .sec04 {
    padding: 16vw 0;
    background: url("../images/sp/sec04.jpg") no-repeat;
  }
}
.sec04 h2 {
  font-size: 48px;
  line-height: 1.4;
  color: #3D4060;
}
.sec04 h2 > * {
  display: block;
  margin: auto;
  text-align: center;
}
.sec04 h2 small {
  color: #31A6B7;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .sec04 h2 small {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .sec04 h2 {
    font-size: 8.5333333333vw;
    white-space: nowrap;
  }
}
.sec04_text {
  text-align: center;
  margin: 16px auto 0;
}
@media screen and (max-width: 750px) {
  .sec04_text {
    text-align: left;
    margin: 2.1333333333vw auto 0;
  }
}
.sec04_box {
  background: #FFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 17px 40px 24px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sec04_box {
    margin: 5.3333333333vw auto 0;
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec04_box_image {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 24px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .sec04_box_image {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
    margin: 2.1333333333vw auto 0;
  }
}
.sec04_box_text {
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .sec04_box_text {
    margin: 7.4666666667vw auto 0;
  }
}
.sec04_box_text b {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .sec04_box_text b {
    font-size: 4.8vw;
  }
}
.sec04_box_text p {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .sec04_box_text p {
    margin-top: 1.0666666667vw;
  }
}
.sec04_box_text li {
  list-style: inside;
}

.sec05 {
  padding: 0 0 120px;
  background: url("../images/pc/sec05.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .sec05 {
    padding: 16vw 0;
    background: url("../images/sp/sec05.jpg") no-repeat;
    background-size: contain;
  }
}
.sec05 h2 {
  font-size: 64px;
  line-height: 1.4;
  color: #3D4060;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec05 h2 {
    font-size: 10.6666666667vw;
  }
}
.sec05 h2 > * {
  display: inline-block;
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
}
.sec05 h2 small {
  font-size: 48px;
}
@media screen and (max-width: 750px) {
  .sec05 h2 small {
    font-size: 8.5333333333vw;
  }
}
.sec05 hr {
  height: 0;
  margin: 56px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #C5E3E8;
}
@media screen and (max-width: 750px) {
  .sec05 hr {
    margin: 10.6666666667vw 0;
  }
}
.sec05_box_title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #31A6B7;
}
@media screen and (max-width: 750px) {
  .sec05_box_title {
    flex-direction: column;
    font-size: 7.4666666667vw;
  }
}
.sec05_box_title_image {
  width: 135px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .sec05_box_title_image {
    width: 34.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .sec05_box_title_image.-type01 {
    width: 28.6666666667vw;
  }
}
.sec05_box_body {
  display: flex;
  margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
  .sec05_box_body {
    flex-direction: column;
    margin: 5.3333333333vw auto 0;
  }
}
.sec05_box_body > *:first-child {
  width: 520px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .sec05_box_body > *:first-child {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .sec05_box_body > *:last-child {
    margin: 5.3333333333vw auto 0;
  }
}
.sec05_box_body > *.-mid {
  width: 320px;
}
.sec05_box_body b {
  font-size: 24px;
  color: #459DCA;
}
@media screen and (max-width: 750px) {
  .sec05_box_body b {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
    display: block;
  }
}
.sec05_box_body b small {
  font-size: 14px;
}
.sec05_box_cont {
  display: flex;
  width: 480px;
  border: 1px solid #459DCA;
}
@media screen and (max-width: 750px) {
  .sec05_box_cont {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sec05_box_cont.-wide {
    flex-direction: column;
  }
}
.sec05_box_cont.-mid {
  width: 640px;
}
@media screen and (max-width: 750px) {
  .sec05_box_cont.-mid {
    width: 100%;
  }
}
.sec05_box_cont.-mid > *:first-child {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .sec05_box_cont.-mid > *:first-child {
    width: 32vw;
  }
}
@media screen and (min-width: 751px) {
  .sec05_box_cont.-mid > *:last-child {
    width: 450px;
  }
}
@media screen and (min-width: 751px) {
  .sec05_box_cont.-mid:nth-child(2) {
    margin: 8px auto;
  }
}
@media screen and (max-width: 750px) {
  .sec05_box_cont.-mid:nth-child(3) {
    margin: 2.1333333333vw auto 0;
  }
}
.sec05_box_cont:nth-child(2) {
  margin-top: 8px;
}
.sec05_box_cont > * {
  padding: 0 24px;
}
.sec05_box_cont > *.-mid {
  width: 190px;
}
.sec05_box_cont > *:first-child {
  background: #459DCA;
  color: #FFF;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sec05_box_cont > *:first-child {
    padding: 2.1333333333vw 3.2vw;
  }
}
.sec05_box_cont > *:last-child {
  max-width: 450px;
  color: #666;
  padding: 8px 24px;
}
@media screen and (max-width: 750px) {
  .sec05_box_cont > *:last-child {
    flex: 1;
    padding: 2.1333333333vw 3.2vw;
  }
}

.sec06 {
  padding: 117px 0 120px;
  background: url("../images/pc/sec06_title.png") no-repeat;
  background-size: 192px 93px;
  background-position: top center;
  background-color: #F5F8F7;
  border-top: 1px solid #C5E3E8;
}
@media screen and (max-width: 750px) {
  .sec06 {
    padding: 24.5333333333vw 0 16vw;
    background: url("../images/pc/sec06_title.png") no-repeat;
    background-size: 42.6666666667vw 21.3333333333vw;
    background-position: top center;
    background-color: #F5F8F7;
  }
}
.sec06 h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec06 h2 {
    font-size: 8.5333333333vw;
  }
}
.sec06_sub {
  color: #31A6B7;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin: 8px auto 0;
}
@media screen and (max-width: 750px) {
  .sec06_sub {
    font-size: 5.3333333333vw;
  }
}
.sec06_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin: 24px auto 0;
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .sec06_box {
    flex-direction: column;
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.sec06_box_title {
  font-size: 24px;
}
@media screen and (min-width: 751px) {
  .sec06_box_title {
    white-space: nowrap;
    margin-right: 64px;
  }
}
@media screen and (max-width: 750px) {
  .sec06_box_title {
    font-size: 5.3333333333vw;
  }
}
.sec06_box_title small {
  font-size: 12px;
}
.sec06_box_title > * {
  display: block;
}
.sec06_box_body small {
  font-size: 12px;
  display: block;
  line-height: 150%;
  margin: 16px auto 0;
}
.sec06 table {
  border-collapse: collapse;
  border: 1px #459DCA solid;
  width: 494px;
}
@media screen and (max-width: 750px) {
  .sec06 table {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.sec06 table td,
.sec06 table th {
  padding: 4px 16px;
  line-height: 180%;
}
@media screen and (max-width: 750px) {
  .sec06 table td,
.sec06 table th {
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.sec06 table th {
  background: #C5E3E8;
  border-bottom: 1px #459DCA solid;
  border-right: 1px #459DCA solid;
  text-align: center;
  white-space: nowrap;
}
.sec06 table td {
  font-size: 14px;
}
.sec06 table td:first-child {
  border-right: 1px #459DCA solid;
  text-align: center;
}
.sec06 table td:last-child {
  border: 1px #459DCA solid;
}

.sec07_con1 {
  background: url("../images/pc/sec07.jpg");
  background-size: cover;
  padding: 147px 0 211px;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .sec07_con1 {
    padding: 19.2vw 0 28.6666666667vw;
    background: url("../images/sp/sec07.jpg");
  }
}
.sec07_con1_title {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .sec07_con1_title {
    font-size: 9.6vw;
  }
}
.sec07_con1_sub {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 8px auto 24px;
}
@media screen and (max-width: 750px) {
  .sec07_con1_sub {
    font-size: 4vw;
  }
}
.sec07_con2 {
  position: relative;
  padding: 64px 0 120px;
}
@media screen and (max-width: 750px) {
  .sec07_con2 {
    padding: 16vw 0 16vw;
  }
}
.sec07_con2 hr {
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #C5E3E8;
}
.sec07_con2_title {
  background: #FFFFFF;
  border-radius: 16px 16px 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #31A6B7;
  text-align: center;
  width: 1000px;
  margin: auto;
  padding: 32px 0 27px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -110px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .sec07_con2_title {
    width: 84vw;
    padding: 4.9333333333vw 0 0;
    font-size: 6.4vw;
    top: -14.6666666667vw;
  }
}
.sec07_con2_title::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: #31A6B7;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .sec07_con2_title::after {
    bottom: -2.1333333333vw;
    width: 8.5333333333vw;
    height: 0.5333333333vw;
  }
}
.sec07_con2_box {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .sec07_con2_box {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.sec07_con2_box ul {
  padding-left: 18px;
  font-size: 14px;
}
.sec07_con2_box ul li {
  line-height: 160%;
  margin-top: 8px;
}
.sec07_con2_box p {
  font-size: 14px;
  line-height: 180%;
}
.sec07_con2_box > *:first-child {
  width: 100%;
}
.sec07_con2_box > *:nth-child(2) {
  width: 340px;
}
.sec07_con2_box > *:last-child {
  width: 580px;
}
.sec07_con2_box_head {
  display: flex;
  transform: translateY(-40px);
}
@media screen and (max-width: 750px) {
  .sec07_con2_box_head {
    transform: translateY(-7.3333333333vw);
  }
}
.sec07_con2_box_head_no {
  width: 163px;
}
@media screen and (max-width: 750px) {
  .sec07_con2_box_head_no {
    width: 30.5333333333vw;
  }
}
.sec07_con2_box_head_no.-type01 {
  width: 143px;
}
@media screen and (max-width: 750px) {
  .sec07_con2_box_head_no.-type01 {
    width: 27.4666666667vw;
  }
}
.sec07_con2_box_head_img {
  width: 100px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .sec07_con2_box_head_img {
    width: 13.8666666667vw;
  }
}
.sec07_con2_box_title {
  font-size: 40px;
  color: #3D4060;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 750px) {
  .sec07_con2_box_title {
    font-size: 7.4666666667vw;
    margin-top: -5.3333333333vw;
  }
}
.sec07_con2_box_label {
  font-size: 19px;
  color: #31A6B7;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #31A6B7;
  margin: 16px auto 0;
}
@media screen and (max-width: 750px) {
  .sec07_con2_box_label {
    width: 45.3333333333vw;
    margin: 3.2vw auto 0 0;
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 0;
  }
  .sec07_con2_box_label:last-child {
    margin: 1.0666666667vw auto 0 0;
  }
}
@media screen and (max-width: 750px) {
  .sec07_con2_box_body {
    margin: 5.3333333333vw auto 0;
  }
}

.sec08 {
  padding: 80px 0 120px;
  background: url("../images/pc/sec08.jpg") no-repeat;
}
@media screen and (max-width: 750px) {
  .sec08 {
    padding: 10.6666666667vw 0;
    background: url("../images/sp/sec08.jpg") no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  .sec08 .arrow {
    width: 9.3333333333vw;
    height: 12.8vw;
  }
}
.sec08 h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 140%;
  text-align: center;
  margin: 56px auto 0;
  font-size: 32px;
  color: #3D4060;
}
@media screen and (max-width: 750px) {
  .sec08 h2 {
    font-size: 5.3333333333vw;
    padding: 0 8vw;
    margin: 5.3333333333vw auto 0;
    text-align: left;
  }
}
.sec08 h2 > * {
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec08 h2 > * {
    display: block;
  }
}
.sec08 h2 small {
  font-size: 20px;
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .sec08 h2 small {
    font-size: 4.2666666667vw;
    display: block;
  }
}
.sec08_text {
  margin: 40px auto 0;
  line-height: 180%;
}
@media screen and (max-width: 750px) {
  .sec08_text {
    margin: 7.4666666667vw auto 0;
  }
}
.sec08_text2 {
  margin: 16px auto 0;
  text-align: right;
  font-size: 12px;
  color: #666;
  line-height: 180%;
}
.sec08 table {
  background: #FFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  width: 100%;
  border-collapse: collapse;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .sec08 table {
    margin: 7.4666666667vw auto 0;
  }
}
.sec08 table tr:not(:last-child) {
  border-bottom: 1px solid #31A6B7;
}
.sec08 table td {
  padding: 16px 0;
}
@media screen and (max-width: 750px) {
  .sec08 table td {
    padding: 2.9333333333vw;
    width: 28vw;
    line-height: 140%;
  }
}
.sec08 table td:nth-child(-n+2) {
  width: 312px;
  border-right: 1px solid #31A6B7;
}
@media screen and (max-width: 750px) {
  .sec08 table td:nth-child(-n+2) {
    width: 28vw;
  }
}
.sec08 table td:nth-child(1) {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .sec08 table td:nth-child(1) {
    font-size: 4.2666666667vw;
  }
}
.sec08 table td:nth-child(2) {
  font-size: 14px;
  padding: 16px 24px;
}
@media screen and (max-width: 750px) {
  .sec08 table td:nth-child(2) {
    font-size: 3.4666666667vw;
    padding: 2.9333333333vw;
  }
}
.sec08 table td:nth-child(3) {
  font-weight: 700;
  font-size: 20px;
  color: #31A6B7;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec08 table td:nth-child(3) {
    font-size: 4.5333333333vw;
  }
}

.header {
  position: relative;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.header_link {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.header_logo {
  width: 111px;
  display: block;
}
@media screen and (min-width: 751px) {
  .header_logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .header_logo {
    width: 17.4666666667vw;
    margin: 1.0666666667vw 2.4vw 0 4vw;
  }
}
.header_logo img {
  display: block;
}
.header_txt {
  font-weight: 400;
  font-size: 12px;
  color: #121212;
}
@media screen and (max-width: 750px) {
  .header_txt {
    font-size: 2.6666666667vw;
    line-height: 140%;
  }
}
.header_btn {
  width: 212px;
  height: 48px;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  background: linear-gradient(90deg, #FB674E 0%, #FF8743 100%);
  border-radius: 0px 0px 16px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .header_btn {
    width: 37.3333333333vw;
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
    margin-right: 4vw;
    padding-right: 4vw;
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
.header_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 18px;
  width: 8px;
  height: 11px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .header_btn::after {
    top: 3.8666666667vw;
    right: 5.6vw;
  }
}

.footer {
  padding: 40px 0 16px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 8vw 0;
  }
}
.footer_linkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer_linkWrap {
    flex-wrap: wrap;
  }
}
.footer_linkWrap a {
  padding: 0 16px;
  border-right: 1px solid #333;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #333;
}
.footer_linkWrap a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .footer_linkWrap a {
    padding: 0;
    border-right: none;
    margin-bottom: 5.3333333333vw;
    width: 100%;
    text-align: center;
    font-size: 2.6666666667vw;
  }
}
.footer_linkWrap a:last-child {
  border-right: none;
}
@media screen and (max-width: 750px) {
  .footer_linkWrap a:last-child {
    margin-bottom: 0;
  }
}
.footer .copy {
  font-size: 10px;
  line-height: 1;
  text-align: center;
  margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
  .footer .copy {
    font-size: 2.6666666667vw;
    line-height: 160%;
  }
}