#sec-btn {
  padding: 30px 0 65px;
}
@media screen and (max-width: 767px) {
  #sec-btn {
    padding: 5vw 0 5.6vw;
  }
}

#sec1 .set1 {
  color: #fff;
  padding: 103px 0 104px;
  position: relative;
}
#sec1 .set1 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec1 .set1 .img img {
  -o-object-position: 70% center;
     object-position: 70% center;
}
#sec1 .set1 .wrap {
  width: 1200px;
  z-index: 2;
}
#sec1 .set1 h2 {
  font-size: 39px;
  line-height: 48px;
  margin: 0 0 26px;
}
#sec1 .set1 .txt {
  line-height: 1.5;
  width: 590px;
  max-width: 100%;
}
#sec1 .set2 {
  padding: 38px 0 18px;
  background: #e0e9ee;
  position: relative;
}
#sec1 .set2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  background: url("../img/index/s2_arrow.png") no-repeat bottom center/auto 100%;
  height: 46px;
}
#sec1 .set2 .wrap {
  display: flex;
  width: 1200px;
}
#sec1 .set2 .wrap .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #sec1 .set1 {
    background: #5081bb;
    padding: 0;
  }
  #sec1 .set1 .wrap {
    padding: 8vw var(--wrapPadding);
  }
  #sec1 .set1 h2 {
    font-size: 5.87vw;
    line-height: 1.23;
    margin: 0 0 4vw;
    letter-spacing: -0.05em;
  }
  #sec1 .set1 .txt {
    width: 100%;
    line-height: 1.4375;
  }
  #sec1 .set1 .img {
    position: relative;
    height: 72vw;
  }
  #sec1 .set1 .img img {
    -o-object-position: 82% center;
       object-position: 82% center;
  }
  #sec1 .set2 {
    padding: 8vw 0;
  }
  #sec1 .set2:after {
    height: 6vw;
    bottom: calc(-6vw + 1px);
  }
  #sec1 .set2 .wrap {
    display: block;
  }
  #sec1 .set2 .wrap .img {
    width: 100%;
  }
  #sec1 .set2 .wrap .img + .img {
    margin-top: 3vw;
  }
}

#sec2 {
  text-align: center;
  padding: 65px 0 111px;
}
#sec2 .wrap {
  width: 1200px;
}
#sec2 h2 {
  color: #1b63b7;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0;
  margin: 0 0 22px;
}
#sec2 h2 span {
  display: inline-block;
}
#sec2 h3 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0 0 15px;
}
#sec2 h3 span {
  display: inline-block;
}
#sec2 .txt1 {
  margin: 0 0 29px;
  letter-spacing: 0;
}
#sec2 .txt1 span {
  display: inline-block;
}
#sec2 .btn {
  max-width: 100%;
  margin: 0 auto 57px;
  width: 922px;
}
#sec2 .btn a {
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  border: 5px solid;
  border-radius: 15px;
  color: #0068b7;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  padding: 14px 0;
}
#sec2 .btn a small {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18px;
  letter-spacing: -0.09em;
}
#sec2 .btn a small:after {
  content: "";
  background: url("../img/index/arrow.png") no-repeat center right/100% auto;
  width: 35px;
  height: 11px;
}
#sec2 .btn a:hover {
  opacity: 0.8;
}
#sec2 .box {
  background: #fdfbe7;
  padding: 45px 20px 57px;
  position: relative;
  text-align: left;
  border-radius: 25px;
}
#sec2 .box::before {
  content: "";
  position: absolute;
  background: url("../img/index/s3_deco.png") no-repeat top center/100% auto;
  width: 211px;
  height: 233px;
  top: 47px;
  right: 13px;
}
#sec2 .box .inner {
  width: 1046px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
  box-sizing: border-box;
}
#sec2 .box h4 {
  font-size: 38px;
  line-height: 48px;
  color: #1b63b7;
  margin: 0 100px 15px 0;
  letter-spacing: -0.05em;
}
#sec2 .box h4 span {
  display: inline-block;
}
#sec2 .box .title {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0 100px 26px -5px;
}
#sec2 .box .title span {
  display: inline-block;
}
#sec2 .box .title ~ .title {
  margin-top: 45px;
  margin-bottom: 9px;
}
#sec2 .box .list-check {
  padding: 0 0 0 7px;
}
#sec2 .box .list-check li {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}
#sec2 .box .list-check li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../img/index/icon_check.png") no-repeat top center/100% auto;
  width: 26px;
  height: 22px;
}
#sec2 .box .list-check li + li {
  margin-top: 16px;
}
#sec2 .box .txt2 {
  margin: 0 0 25px;
  letter-spacing: -0.05em;
}
#sec2 .group-btn {
  margin: 43px auto 0;
  width: 900px;
  max-width: 100%;
}
#sec2 .group-btn .tit {
  text-align: center;
  color: #0068b7;
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 16px;
}
#sec2 .group-btn .tit span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
#sec2 .group-btn .tit span::before, #sec2 .group-btn .tit span:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 46px;
  background: #0068b7;
  border-radius: 10px;
  top: 2px;
}
#sec2 .group-btn .tit span::before {
  left: 0;
  transform: rotate(-28deg);
}
#sec2 .group-btn .tit span::after {
  right: 0;
  transform: rotate(28deg);
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 10vw 0 12vw;
  }
  #sec2 h2 {
    font-size: 5.6vw;
    line-height: 1.3;
    margin: 0 -5vw 3vw;
    letter-spacing: -0.05em;
  }
  #sec2 h3 {
    margin: 0 -5vw 3vw;
    font-size: 4.8vw;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
  #sec2 .txt1 {
    margin: 0 0 4vw;
  }
  #sec2 .txt1 span {
    display: block;
  }
  #sec2 .btn {
    margin: 0 0 7vw;
    width: 100%;
  }
  #sec2 .btn a {
    border-width: 3px;
    border-radius: 8px;
    font-size: 5.3vw;
    padding: 2vw 15vw 2vw 0;
  }
  #sec2 .btn a small {
    font-size: 2.4vw;
    right: 2vw;
  }
  #sec2 .btn a small:after {
    width: 4.67vw;
    height: 1.467vw;
  }
  #sec2 .box {
    border-radius: 12px;
    padding: 7vw 5vw;
  }
  #sec2 .box::before {
    display: none;
  }
  #sec2 .box h4 {
    margin: 0 0 5vw;
    font-size: 4.53vw;
    line-height: 1.4;
  }
  #sec2 .box h4 span {
    display: block;
  }
  #sec2 .box .title {
    margin: 0 0 4vw;
    font-size: 4.267vw;
    line-height: 1.25;
  }
  #sec2 .box .title span {
    display: block;
  }
  #sec2 .box .title ~ .title {
    margin-top: 6vw;
  }
  #sec2 .box .list-check {
    padding: 0;
  }
  #sec2 .box .list-check li {
    padding: 0 0 0 23px;
    font-size: 15px;
  }
  #sec2 .box .list-check li::before {
    top: 0;
    width: 20px;
    height: 17px;
  }
  #sec2 .box .txt2 {
    margin: 0 0 4vw;
  }
  #sec2 .group-btn {
    margin: 8vw 0 0;
  }
  #sec2 .group-btn .tit {
    font-size: 4.8vw;
    margin: 0 0 3vw;
  }
  #sec2 .group-btn .tit span {
    padding: 0 5vw;
  }
  #sec2 .group-btn .tit span::before, #sec2 .group-btn .tit span:after {
    width: 3px;
    height: 6vw;
    top: 1vw;
  }
}

#sec3 {
  background: #0068b7;
  padding: 90px 0 127px;
}
#sec3 .wrap {
  width: 1200px;
}
#sec3 h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin: 0 0 12px;
}
#sec3 .txt1 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0 0 41px;
  color: #fff;
}
#sec3 .group-toggle + .group-toggle {
  margin-top: 40px;
}
#sec3 .group-toggle .title {
  font-size: 28px;
  line-height: 1.35;
  color: #f1fcbf;
  text-align: center;
  margin: 0 0 7px;
  letter-spacing: -0.05em;
}
#sec3 .group-toggle .title span {
  display: inline-block;
}
#sec3 .group-toggle .toggle {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
#sec3 .group-toggle .toggle .toggle-link {
  text-align: center;
  font-weight: 700;
  color: #feef4e;
  font-size: 38px;
  line-height: 1.5;
  background: #22bac3;
  padding: 9.5px 0;
  position: relative;
}
#sec3 .group-toggle .toggle .toggle-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  background: url("../img/index/toggle_arrow.png") no-repeat center/100% auto;
  width: 36px;
  transition: all 0.5s;
}
#sec3 .group-toggle .toggle.active .toggle-link:after {
  transform: rotate(-180deg);
}
#sec3 .group-toggle .toggle .toggle-main {
  border: 4px solid #22bac3;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#sec3 .group-toggle .toggle .toggle-main .inner {
  width: 1132px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  padding: 17px 0 28px;
}
#sec3 .group-toggle .toggle .toggle-main .inner .tit {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 19px;
}
#sec3 .group-toggle .toggle .toggle-main .inner dl {
  display: flex;
  gap: 9px;
  align-items: flex-start;
}
#sec3 .group-toggle .toggle .toggle-main .inner dl + dl {
  margin-top: 12px;
}
#sec3 .group-toggle .toggle .toggle-main .inner dl + dl dt {
  background: #0068b7;
}
#sec3 .group-toggle .toggle .toggle-main .inner dl dt {
  min-width: 138px;
  font-size: 20px;
  line-height: 1.5;
  padding: 8.5px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #6888a1;
  margin: 4px 0 0;
}
#sec3 .group-toggle .toggle .toggle-main .inner dl dd ul {
  font-size: 18px;
  line-height: 26px;
}
#sec3 .group-toggle .toggle .toggle-main .inner dl dd ul li {
  letter-spacing: -0.05em;
  display: flex;
  align-items: flex-start;
}
#sec3 .group-toggle .toggle .toggle-main .inner .img {
  margin: 39px 0 0;
}
#sec3 .group-toggle .toggle .toggle-main .inner .sub-txt2 {
  text-align: right;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 12vw 0 15vw;
  }
  #sec3 h2 {
    font-size: 5.467vw;
    margin: 0 -5vw 4vw 0;
  }
  #sec3 .txt1 {
    margin: 0 0 8vw;
  }
  #sec3 .group-toggle + .group-toggle {
    margin-top: 8vw;
  }
  #sec3 .group-toggle .title {
    font-size: 4.53vw;
    margin: 0 0 3vw;
  }
  #sec3 .group-toggle .toggle .toggle-link {
    font-size: 5.3vw;
    padding: 1vw 0;
  }
  #sec3 .group-toggle .toggle .toggle-link:after {
    width: 6vw;
    right: 5vw;
  }
  #sec3 .group-toggle .toggle .toggle-main {
    border-width: 2px;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5vw 3.6vw 8vw;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner .tit {
    line-height: 1.32;
    font-size: 16px;
    margin: 0 0 4vw;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner dl {
    gap: 2vw 0;
    flex-direction: column;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner dl dt {
    width: 100px;
    font-size: 15px;
    padding: 2.5px 0;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner dl dd {
    width: 100%;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner dl dd ul li {
    font-size: 15px;
    line-height: 1.2;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner dl dd ul li + li {
    margin-top: 5px;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner dl + dl {
    margin-top: 4vw;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner .img {
    margin: 6vw 0 0;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner .img.img2 {
    margin-left: -10vw;
    margin-right: -10vw;
  }
  #sec3 .group-toggle .toggle .toggle-main .inner .sub-txt2 {
    font-size: 10px;
    margin: 5px 0 0;
  }
}

#sec4 {
  background: #edf8fe;
  padding: 93px 0 148px;
}
#sec4 .wrap {
  width: 1200px;
}
#sec4 h2 {
  font-size: 42px;
  line-height: 1.5;
  color: #0068b7;
  letter-spacing: -0.05em;
  margin: 0 0 13px;
}
#sec4 .txt1 {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 52px;
  letter-spacing: -0.05em;
}
#sec4 .item {
  position: relative;
  border: 4px solid #1b63b7;
  border-bottom-width: 9px;
  border-right-width: 9px;
  background: #fff;
  border-radius: 21px;
  padding: 0 0 31px;
}
#sec4 .item + .item {
  margin-top: 31px;
}
#sec4 .item:last-of-type::after {
  display: none;
}
#sec4 .item:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  background: url("../img/index/s5_arrow.png") no-repeat bottom center/auto 100%;
  height: 37px;
}
#sec4 .item .tit {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  margin: 0 0 15px;
}
#sec4 .item .tit span {
  display: inline-block;
  background: #1b63b7;
  color: #fff;
  min-width: 470px;
  padding: 8.5px 0;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}
#sec4 .item .txt {
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 22px;
  line-height: 1.46;
}
#sec4 .item .txt span {
  display: inline-block;
}
#sec4 .item .txt span.ml {
  margin-left: 20px;
}
#sec4 .item .txt small {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 12vw 0 15vw;
  }
  #sec4 h2 {
    font-size: 5.6vw;
    margin: 0 -5vw 3vw 0;
  }
  #sec4 .txt1 {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 8vw;
  }
  #sec4 .item {
    border-width: 2px;
    border-bottom-width: 4px;
    border-right-width: 4px;
    padding: 0 0 4vw;
  }
  #sec4 .item:after {
    height: 18.5px;
    bottom: -20px;
  }
  #sec4 .item + .item {
    margin-top: 17px;
  }
  #sec4 .item .tit {
    font-size: 20px;
    margin: 0 0 3vw;
  }
  #sec4 .item .tit span {
    padding: 4px 0;
    min-width: 235px;
  }
  #sec4 .item .txt {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.05em;
  }
  #sec4 .item .txt span.ml {
    margin-left: 0;
  }
  #sec4 .item .txt small {
    font-size: 12px;
  }
}

#sec5 {
  padding: 86px 0 83px;
  text-align: center;
}
#sec5 .wrap {
  width: 1200px;
}
#sec5 h2 {
  color: #0068b7;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin: 0 0 25px;
}
#sec5 h2 span {
  display: inline-block;
}
#sec5 h3 {
  margin: 28px 0 0;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.05em;
}
#sec5 h3 span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 15vw 0;
  }
  #sec5 h2 {
    font-size: 4.8vw;
    line-height: 1.278;
    margin: 0 0 4vw;
  }
  #sec5 h3 {
    margin: 4vw 0 0;
    font-size: 4.267vw;
    line-height: 1.25;
  }
  #sec5 h3 span {
    display: block;
  }
}