@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
  transition: filter 0.3s;
}
a:hover {
  text-decoration: none;
  filter: brightness(130%);
}

li {
  list-style: none;
}

.btn-hover {
  transition: filter 0.3s;
}
.btn-hover:hover {
  filter: brightness(130%);
}

.box-shadow {
  filter: drop-shadow(0 0 30px rgba(62, 62, 62, 0.25));
}
@media screen and (max-width: 1080px) {
  .box-shadow {
    filter: drop-shadow(0 0 4vw rgba(62, 62, 62, 0.25));
  }
}

.block {
  display: block;
}

.pc {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp {
    display: block;
  }
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper {
  min-width: 1920px;
  margin: 0 auto;
  padding-top: 56px;
}
@media screen and (max-width: 1080px) {
  .wrapper {
    width: 100%;
    min-width: initial;
    padding-top: 10.6666666667vw;
  }
}

.float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 250px;
}
@media screen and (max-width: 1080px) {
  .float {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.header_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .header_inner {
    width: 100%;
    padding-left: 4vw;
  }
}
.header_logo {
  width: 131px;
  margin-right: 49px;
}
@media screen and (max-width: 1080px) {
  .header_logo {
    width: 20.9333333333vw;
    margin-right: 23.0666666667vw;
  }
}
.header_btn {
  display: flex;
  align-items: center;
  width: 220px;
  height: 56px;
  background: #fff500 url(../images/common/arrow_r_03.svg) no-repeat right 16px center/8px 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #333333;
  padding-left: 39px;
}
@media screen and (max-width: 1080px) {
  .header_btn {
    width: 41.3333333333vw;
    height: 10.6666666667vw;
    background: #fff500 url(../images/common/arrow_r_03.svg) no-repeat right 2.2666666667vw center/1.8666666667vw 3.2vw;
    font-size: 3.4666666667vw;
    padding-left: 0;
    justify-content: center;
  }
}
.header .burgerMenu {
  margin-right: 48px;
}
@media screen and (max-width: 1080px) {
  .header .burgerMenu {
    display: none;
    position: absolute;
    top: 10.6666666667vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 10.6666666667vw);
    background: #2fd7ab;
  }
}
@media screen and (max-width: 1080px) {
  .header .burgerMenu.-open {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .header .burgerMenu div {
    display: flex;
    height: 100%;
    align-items: center;
  }
}
.header .burgerMenu_list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .header .burgerMenu_list {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 1080px) {
  .header .burgerMenu_item {
    width: 100%;
  }
}
.header .burgerMenu_link {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .header .burgerMenu_link {
    font-size: 5.3333333333vw;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.header_menuBtn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header_menuBtn {
    display: block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-image: url(../images/common/menu.png);
    background-size: cover;
  }
}
@media screen and (max-width: 1080px) {
  .header_menuBtn.-open {
    background-image: url(../images/common/menu-close.png);
  }
}

.fv {
  position: relative;
}
.fv .note {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #666666;
  width: 500px;
  position: absolute;
  left: 460px;
  bottom: 36px;
}
@media screen and (max-width: 1080px) {
  .fv .note {
    font-size: 2.6666666667vw;
    width: 84vw;
    left: 50%;
    bottom: 5.3333333333vw;
    transform: translateX(-50%);
  }
}

.sec01 .sec01_area01 {
  padding: 120px 0 56px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area01 {
    padding: 16vw 0 5.3333333333vw;
  }
}
.sec01 .sec01_area01::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 80px 140px 0 140px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area01::after {
    border-width: 10.6666666667vw 18.6666666667vw 0 18.6666666667vw;
    bottom: -10.5333333333vw;
  }
}
.sec01 .sec01_row {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_row {
    width: 84vw;
    display: block;
  }
}
.sec01 .sec01_img {
  width: 469px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_img {
    width: 84vw;
  }
}
.sec01 .sec01_unit {
  width: 475px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_unit {
    width: 84vw;
    margin-top: 5.3333333333vw;
  }
}
.sec01 .sec01_copy01 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_copy01 {
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
.sec01 .sec01_copy02 {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_copy02 {
    font-size: 7.4666666667vw;
    text-align: center;
  }
}
.sec01 .sec01_text {
  background: #999;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px;
  margin: 16px 0;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_text {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw;
    margin: 3.2vw 0;
  }
}
.sec01 .sec01_list01 li {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #666;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_list01 li {
    font-size: 4.8vw;
    gap: 2.1333333333vw;
  }
}
.sec01 .sec01_list01 li + li {
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_list01 li + li {
    margin-top: 3.2vw;
  }
}
.sec01 .sec01_list01 li i {
  width: 16px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_list01 li i {
    width: 3.2vw;
  }
}
.sec01 .sec01_list01 li i img {
  vertical-align: baseline;
}
.sec01 .sec01_list01 li .inr {
  flex: 1;
}
.sec01 .sec01_list01 li .green {
  color: #1ab385;
}
.sec01 .sec01_area02 {
  background: #ecfaf5;
  border-radius: 0px 24px 0px 0px;
  padding: 104px 0 120px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 {
    border-radius: 0px 4.2666666667vw 0px 0px;
    padding: 16vw 0 7.4666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.sec01 .sec01_area02 .sec01_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_inner {
    width: 81.3333333333vw;
  }
}
.sec01 .sec01_area02 .sec01_text02 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_text02 {
    font-size: 4.8vw;
  }
}
.sec01 .sec01_area02 .sec01_text03 {
  background: #1ab385;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px;
  margin: 16px 0 0;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_text03 {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw;
    margin: 3.2vw 0 0;
  }
}
.sec01 .sec01_area02 .sec01_list02 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_list02 {
    margin: 4.2666666667vw auto;
  }
}
.sec01 .sec01_area02 .sec01_list02 li {
  display: flex;
  gap: 12px;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #666;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_list02 li {
    font-size: 6.1333333333vw;
    gap: 2.1333333333vw;
  }
}
.sec01 .sec01_area02 .sec01_list02 li + li {
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_list02 li + li {
    margin-top: 3.2vw;
  }
}
.sec01 .sec01_area02 .sec01_list02 li i {
  width: 20px;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_list02 li i {
    width: 4vw;
  }
}
.sec01 .sec01_area02 .sec01_list02 li i img {
  vertical-align: baseline;
}
.sec01 .sec01_area02 .sec01_list02 li .inr {
  flex: 1;
}
.sec01 .sec01_area02 .sec01_list02 li .orange {
  color: #ff9b00;
}
.sec01 .sec01_area02 .sec01_box {
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 0px 0px #2fd7ab;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_box {
    border-radius: 1.0666666667vw;
    padding: 3.2vw;
  }
}
.sec01 .sec01_area02 .sec01_box .text01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_box .text01 {
    font-size: 4.2666666667vw;
  }
}
.sec01 .sec01_area02 .sec01_box .text02 {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec01 .sec01_area02 .sec01_box .text02 {
    font-size: 6.9333333333vw;
  }
}
.sec01 .sec01_area02 .sec01_box .marker {
  background: linear-gradient(transparent 72%, #fff500 73%, #fff500 95%, transparent 96%);
}

.sec02 {
  padding: 120px 0;
}
@media screen and (max-width: 1080px) {
  .sec02 {
    padding: 16vw 0;
  }
}
.sec02 .sec02_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_inner {
    width: 78.6666666667vw;
  }
}
.sec02 .sec02_title {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_title {
    margin-bottom: 7.4666666667vw;
  }
}
.sec02 .sec02_title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_title p {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.sec02 .sec02_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_title h2 {
    font-size: 7.4666666667vw;
  }
}
.sec02 .sec02_list {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_list {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
.sec02 .sec02_item {
  width: 460px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_item {
    width: 78.6666666667vw;
    flex-direction: column;
  }
}
.sec02 .sec02_item.type-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_item.type-reverse {
    flex-direction: column;
  }
}
.sec02 .sec02_item.type-reverse .copy {
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_item.type-reverse .copy {
    text-align: center;
  }
}
.sec02 .sec02_item .sec02_img {
  width: 180px;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_item .sec02_img {
    width: 42.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec02 .sec02_item .sec02_unit {
  width: 264px;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_item .sec02_unit {
    width: 78.6666666667vw;
  }
}
.sec02 .sec02_item .sec02_unit .copy {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_item .sec02_unit .copy {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 1.0666666667vw;
  }
}
.sec02 .sec02_item .sec02_unit .text {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_item .sec02_unit .text {
    font-size: 4vw;
    letter-spacing: 0.07em;
  }
}
.sec02 .sec02_box {
  background: #ecfaf5;
  box-shadow: 4px 4px 0px 0px #2fd7ab;
  border-radius: 8px;
  text-align: center;
  width: 475px;
  padding: 16px;
  margin: 56px auto 0;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_box {
    box-shadow: 0.5333333333vw 0.5333333333vw 0vw 0vw #2fd7ab;
    border-radius: 1.0666666667vw;
    width: 78.6666666667vw;
    padding: 2.1333333333vw;
    margin: 7.4666666667vw auto 0;
  }
}
.sec02 .sec02_box .text01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_box .text01 {
    font-size: 4.2666666667vw;
  }
}
.sec02 .sec02_box .text01 .large {
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_box .text01 .large {
    font-size: 5.3333333333vw;
  }
}
.sec02 .sec02_box .text02 {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
  margin: 4px 0;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_box .text02 {
    font-size: 6.1333333333vw;
    margin: 0.5333333333vw 0;
  }
}
.sec02 .sec02_box .marker {
  background: linear-gradient(transparent 72%, #fff500 73%, #fff500 95%, transparent 96%);
  margin: 0 8px;
}
@media screen and (max-width: 1080px) {
  .sec02 .sec02_box .marker {
    margin: 0 1.0666666667vw;
  }
}

.sec03 {
  background: #ecfaf5;
  border-top: 16px solid #2fd7ab;
  padding: 120px 0;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    border-top: 2.1333333333vw solid #2fd7ab;
    padding: 16vw 0;
  }
}
.sec03 .sec03_title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_title {
    margin-bottom: 5.3333333333vw;
  }
}
.sec03 .sec03_title p {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_title p {
    font-size: 4.2666666667vw;
  }
}
.sec03 .sec03_title p + p {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_title p + p {
    font-size: 6.1333333333vw;
  }
}
.sec03 .sec03_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  margin: -20px auto 0;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_title h2 {
    font-size: 7.4666666667vw;
    margin: -2.6666666667vw auto 0;
  }
}
.sec03 .sec03_title h2 .marker {
  background: linear-gradient(transparent 72%, #fff500 73%, #fff500 95%, transparent 96%);
}
.sec03 .sec03_title h2 .num {
  font-size: 72px;
  line-height: 100%;
  color: #1ab385;
  position: relative;
  top: 7px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_title h2 .num {
    font-size: 10.6666666667vw;
    top: 1.0666666667vw;
  }
}
.sec03 .sec03_block {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block {
    padding-top: 7.4666666667vw;
  }
}
.sec03 .sec03_block.block01 {
  padding-top: 48px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block.block01 {
    padding-top: 7.4666666667vw;
  }
}
.sec03 .sec03_block.block01 .num {
  top: 0;
}
.sec03 .sec03_block.block02 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block.block02 {
    margin-bottom: 7.4666666667vw;
  }
}
.sec03 .sec03_block .num {
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  color: #2fd7ab;
  position: absolute;
  top: -8px;
  left: 460px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .num {
    font-size: 12.8vw;
    top: 0;
    left: 8vw;
  }
}
.sec03 .sec03_block .inr {
  background: linear-gradient(90deg, #ecfaf5 0, #ecfaf5 35.9%, #f2fffa 36%, #f2fffa 100%);
  padding: 40px 0;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .inr {
    background: linear-gradient(90deg, #ecfaf5 0, #ecfaf5 5%, #f2fffa 6%, #f2fffa 100%);
    padding: 7.4666666667vw 5.3333333333vw;
  }
}
.sec03 .sec03_block .row {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .row {
    width: 78.6666666667vw;
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}
.sec03 .sec03_block .col-img {
  width: 480px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .col-img {
    width: 100%;
  }
}
.sec03 .sec03_block .col-txt {
  width: 480px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .col-txt {
    width: 100%;
  }
}
.sec03 .sec03_block .copy01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .copy01 {
    font-size: 4.8vw;
  }
}
.sec03 .sec03_block .copy02 {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .copy02 {
    font-size: 6.1333333333vw;
  }
}
.sec03 .sec03_block .txt {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .txt {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
}
.sec03 .sec03_block .txt .orange {
  color: #ff9b00;
  font-weight: 700;
}
.sec03 .sec03_block .txt .small {
  font-size: 12px;
  line-height: 150%;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .txt .small {
    font-size: 2.6666666667vw;
  }
}
.sec03 .sec03_block .note {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_block .note {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.sec03 .sec03_text {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 32px auto 40px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_text {
    font-size: 6.1333333333vw;
    margin: 7.4666666667vw auto 8.5333333333vw;
  }
}
.sec03 .sec03_box {
  background: #fff;
  border-radius: 8px;
  width: 1000px;
  padding: 40px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box {
    width: 84vw;
    padding: 5.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
}
.sec03 .sec03_box .ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1ab385;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .ttl {
    font-size: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec03 .sec03_box .ttl::after {
  content: "";
  background: #1ab385;
  width: 64px;
  height: 4px;
  display: block;
  margin: 14px auto 0;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .ttl::after {
    width: 8.5333333333vw;
    height: 0.8vw;
    margin: 2.8vw auto 0;
  }
}
.sec03 .sec03_box .row {
  width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .row {
    width: 73.3333333333vw;
    flex-direction: column;
  }
}
.sec03 .sec03_box .col {
  width: 420px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .col {
    width: 100%;
  }
}
.sec03 .sec03_box .col:first-child {
  padding-right: 40px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .col:first-child {
    padding-right: 0;
    padding-bottom: 5.3333333333vw;
  }
}
.sec03 .sec03_box .col:last-child {
  border-left: 1px solid #1ab385;
  padding-left: 40px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .col:last-child {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #1ab385;
    padding-top: 5.3333333333vw;
  }
}
.sec03 .sec03_box .lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .lead {
    font-size: 5.3333333333vw;
  }
}
.sec03 .sec03_box .txt {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin: 8px auto 16px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .txt {
    font-size: 4vw;
    margin: 1.0666666667vw auto 2.1333333333vw;
  }
}
.sec03 .sec03_box.box01 .txt {
  min-height: 58px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box.box01 .txt {
    min-height: auto;
  }
}
.sec03 .sec03_box .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .sec03 .sec03_box .note {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.sec04 {
  padding: 120px 0 172px;
}
@media screen and (max-width: 1080px) {
  .sec04 {
    padding: 16vw 0 30.9333333333vw;
  }
}
.sec04 .sec04_slider {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slider {
    width: 84vw;
  }
}
.sec04 .sec04_slider .slick-prev,
.sec04 .sec04_slider .slick-next {
  top: initial;
  bottom: -97px;
  z-index: 999;
  transform: none;
  transition: 0.4s;
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slider .slick-prev,
  .sec04 .sec04_slider .slick-next {
    bottom: -14.9333333333vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.sec04 .sec04_slider .slick-prev,
.sec04 .sec04_slider .slick-prev:hover,
.sec04 .sec04_slider .slick-prev:focus {
  background: url(../images/common/arw_prev.svg) no-repeat left top;
  background-size: 100% 100%;
  left: 342px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slider .slick-prev,
  .sec04 .sec04_slider .slick-prev:hover,
  .sec04 .sec04_slider .slick-prev:focus {
    left: 17.3333333333vw;
  }
}
.sec04 .sec04_slider .slick-next,
.sec04 .sec04_slider .slick-next:hover,
.sec04 .sec04_slider .slick-next:focus {
  background: url(../images/common/arw_next.svg) no-repeat left top;
  background-size: 100% 100%;
  right: 342px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slider .slick-next,
  .sec04 .sec04_slider .slick-next:hover,
  .sec04 .sec04_slider .slick-next:focus {
    right: 17.3333333333vw;
  }
}
.sec04 .sec04_slider .slick-prev:before,
.sec04 .sec04_slider .slick-next:before {
  content: "";
}
.sec04 .sec04_slider .slick-dots {
  bottom: -73px;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slider .slick-dots {
    bottom: -11.0666666667vw;
    left: -0.4vw;
  }
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slider .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    margin: 1.6vw;
  }
}
.sec04 .sec04_slider .slick-dots li button:before {
  color: #ddd;
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slider .slick-dots li button:before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.sec04 .sec04_slider .slick-dots li.slick-active button:before {
  color: #000;
}
.sec04 .sec04_title {
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_title {
    margin-bottom: 7.4666666667vw;
  }
}
.sec04 .sec04_title p {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_title p {
    font-size: 5.3333333333vw;
  }
}
.sec04 .sec04_title p + p {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_title p + p {
    font-size: 6.1333333333vw;
  }
}
.sec04 .sec04_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_title h2 {
    font-size: 7.4666666667vw;
  }
}
.sec04 .sec04_title h2 .marker {
  background: linear-gradient(transparent 75%, #fff500 76%, #fff500 97%, transparent 98%);
}
.sec04 .sec04_title h2 .num {
  font-size: 72px;
  line-height: 100%;
  color: #1ab385;
  position: relative;
  top: 7px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_title h2 .num {
    font-size: 10.6666666667vw;
    top: 1.0666666667vw;
  }
}
.sec04 .sec04_slide_row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slide_row {
    flex-direction: column;
    gap: 7.4666666667vw 0;
  }
}
.sec04 .sec04_slide_row .sec04_slide_box {
  width: 460px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slide_row .sec04_slide_box {
    width: 84vw;
  }
  .sec04 .sec04_slide_row .sec04_slide_box:nth-child(1) {
    min-height: 99.8666666667vw;
  }
  .sec04 .sec04_slide_row .sec04_slide_box:nth-child(2) {
    min-height: 142.4vw;
  }
}
.sec04 .sec04_slide_box {
  background: #ecfaf5;
  border-radius: 16px;
  min-height: 471px;
  padding: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slide_box {
    border-radius: 3.2vw;
    min-height: 249.7333333333vw;
    padding: 5.3333333333vw 0;
  }
}
.sec04 .sec04_slide_ttl {
  color: #1ab385;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slide_ttl {
    margin-bottom: 3.2vw;
  }
}
.sec04 .sec04_slide_ttl .ttl01 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slide_ttl .ttl01 {
    font-size: 5.3333333333vw;
  }
}
.sec04 .sec04_slide_ttl .ttl02 {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_slide_ttl .ttl02 {
    font-size: 6.1333333333vw;
  }
}
.sec04 .sec04_list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 52px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_list {
    flex-direction: column;
    gap: 6.9333333333vw 0;
  }
}
.sec04 .sec04_list .sec04_item {
  width: 272px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_list .sec04_item {
    width: 73.3333333333vw;
    margin: 0 auto;
  }
}
.sec04 .sec04_list .sec04_item .head {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #1ab385;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_list .sec04_item .head {
    font-size: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec04 .sec04_list .sec04_item .head::before, .sec04 .sec04_list .sec04_item .head::after {
  content: "";
  display: block;
  flex: 1;
  background: #1ab385;
  height: 1px;
}
.sec04 .sec04_list .sec04_item .head::before {
  margin-right: 9px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_list .sec04_item .head::before {
    margin-right: 1.2vw;
  }
}
.sec04 .sec04_list .sec04_item .head::after {
  margin-left: 9px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_list .sec04_item .head::after {
    margin-left: 1.2vw;
  }
}
.sec04 .sec04_list .sec04_item .txt {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin: 8px auto 4px;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_list .sec04_item .txt {
    font-size: 3.4666666667vw;
    margin: 1.0666666667vw auto 0.5333333333vw;
  }
}
.sec04 .sec04_list .sec04_item .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_list .sec04_item .ttl {
    font-size: 4.2666666667vw;
  }
}
.sec04 .sec04_img {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec04 .sec04_img {
    width: 73.3333333333vw;
  }
}

.cv {
  background: #2fd7ab;
  text-align: center;
}
.cv .cv_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .cv .cv_text {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.cv .cv_btn {
  background: #fff500;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  width: 500px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .cv .cv_btn {
    font-size: 4.2666666667vw;
    width: 84vw;
    height: 16vw;
    box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.24);
    border-radius: 12.8vw;
    padding-left: 2.1333333333vw;
  }
}
.cv .cv_btn::before {
  content: "無料";
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ff9b00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .cv .cv_btn::before {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    left: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.cv .cv_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
  background-image: url(../images/common/arrow_r_03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .cv .cv_btn::after {
    width: 2.1333333333vw;
    height: 3.3333333333vw;
    right: 4.5333333333vw;
  }
}
.cv .cv_row {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .cv .cv_row {
    width: 100%;
    display: block;
  }
}
.cv .cv_img {
  width: 540px;
}
@media screen and (max-width: 1080px) {
  .cv .cv_img {
    width: 84vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.cv01 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
  .cv01 {
    padding-bottom: 10.6666666667vw;
  }
}

.cv02 {
  padding: 116px 0 113px;
}
@media screen and (max-width: 1080px) {
  .cv02 {
    padding: 16vw 0;
  }
}
.cv02 .cv02_catch01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 1080px) {
  .cv02 .cv02_catch01 {
    font-size: 4.8vw;
    margin-top: 0;
  }
}
.cv02 .cv02_catch02 {
  width: 336px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1080px) {
  .cv02 .cv02_catch02 {
    width: 51.2vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.cv03 {
  padding: 76px 0 77px;
}
@media screen and (max-width: 1080px) {
  .cv03 {
    padding: 16vw 0;
  }
}
.cv03 .cv03_catch {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin: 10px 0 24px;
}
@media screen and (max-width: 1080px) {
  .cv03 .cv03_catch {
    font-size: 7.4666666667vw;
    margin: 5.3333333333vw 0 3.7333333333vw;
  }
}

.sec05 {
  background: #ecfaf5;
  border-left: 277px solid #fff;
  border-bottom: 120px solid #fff;
  padding: 120px 277px 120px 0;
}
@media screen and (max-width: 1080px) {
  .sec05 {
    border-left: 5.3333333333vw solid #fff;
    border-bottom: 16vw solid #fff;
    padding: 16vw 5.3333333333vw 16vw 0;
  }
}
.sec05 .sec05_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_inner {
    width: 78.6666666667vw;
  }
}
.sec05 .sec05_title {
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_title {
    margin-bottom: 7.4666666667vw;
  }
}
.sec05 .sec05_title p {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_title p {
    font-size: 5.3333333333vw;
  }
}
.sec05 .sec05_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_title h2 {
    font-size: 7.4666666667vw;
  }
}
.sec05 .sec05_list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list {
    width: 78.6666666667vw;
    flex-direction: column;
    gap: 7.4666666667vw 0;
  }
}
.sec05 .sec05_list + .sec05_list {
  margin-top: 56px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list + .sec05_list {
    margin-top: 7.4666666667vw;
  }
}
.sec05 .sec05_list .sec05_item {
  width: 300px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list .sec05_item {
    width: 78.6666666667vw;
  }
}
.sec05 .sec05_list .sec05_item .head {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #1ab385;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list .sec05_item .head {
    font-size: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec05 .sec05_list .sec05_item .head::before, .sec05 .sec05_list .sec05_item .head::after {
  content: "";
  display: block;
  flex: 1;
  background: #1ab385;
  height: 1px;
}
.sec05 .sec05_list .sec05_item .head::before {
  margin-right: 9px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list .sec05_item .head::before {
    margin-right: 1.2vw;
  }
}
.sec05 .sec05_list .sec05_item .head::after {
  margin-left: 9px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list .sec05_item .head::after {
    margin-left: 1.2vw;
  }
}
.sec05 .sec05_list .sec05_item .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
  text-align: center;
  margin: 16px auto 12px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list .sec05_item .ttl {
    font-size: 4.8vw;
    margin: 2.1333333333vw auto 1.6vw;
  }
}
.sec05 .sec05_list .sec05_item .lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list .sec05_item .lead {
    font-size: 4vw;
    margin-bottom: 0.5333333333vw;
  }
}
.sec05 .sec05_list .sec05_item .txt {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec05 .sec05_list .sec05_item .txt {
    font-size: 4vw;
  }
}

.sec06 {
  background: #ecfaf5;
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec06 {
    padding: 16vw 0;
  }
}
.sec06 .sec06_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_title {
    font-size: 7.4666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec06 .sec06_row {
  width: 1230px;
  padding-right: 115px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_row {
    width: 100%;
    padding-right: 0;
    display: block;
  }
}
.sec06 .sec06_img {
  width: 643px;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_img {
    width: 84vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.sec06 .sec06_box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 0px 0px #2fd7ab;
  padding: 20px 24px 16px 24px;
  width: 472px;
  margin-top: 8px;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box {
    box-shadow: 0.5333333333vw 0.5333333333vw 0vw 0vw #2fd7ab;
    padding: 5.3333333333vw 3.2vw 3.2vw;
    width: 84vw;
    margin: 0 auto;
  }
}
.sec06 .sec06_box .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .text {
    font-size: 4.8vw;
  }
}
.sec06 .sec06_box .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .title {
    font-size: 6.1333333333vw;
  }
}
.sec06 .sec06_box .note {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .note {
    font-size: 3.4666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.sec06 .sec06_box .price {
  /* font-size: 48px; */
  font-size: 36px;
  /* font-weight: 700; */
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.04em;
  /* color: #ff9b00; */
  color: #000000;
}

.sec06 .sec06_box .price .nijiu {
  position: relative;
}

.nijiu::before,
.nijiu::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #000000;
  width: 100%;
  height: 1px;
  left: 0;
}
@media screen and (max-width: 1080px) {
  .nijiu::before,
  .nijiu::after {
    height: 2px;
  }
}
.nijiu::before {
  top: 62%;
}
.nijiu::after {
  top: 48%;
}

@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .price {
    font-size: 7.4666666667vw;
  }
}
.sec06 .sec06_box .price .small {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .price .small {
    font-size: 4vw;
  }
}
.sec06 .sec06_box img.icon_arrow {
  display: block;
  width: 60px;
  height: auto;
  margin: 10px auto 4px;
}
@media screen and (max-width: 1080px) {
}
.sec06 .sec06_box .txt_special {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 4px 12px;
  background: #ff9b00;
  border-radius: 50vw;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .txt_special {
    font-size: 3.2vw;
    padding: 4px 18px;
  }
}
.sec06 .sec06_box .price_down {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #ff9b00;
  padding: 0 0 12px 0;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .price_down {
      font-size: 11.866667vw;
      line-height: 1.2;
  }
}

.sec06 .sec06_box .price_down .small_down {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .price_down .small_down {
    font-size: 4vw;
  }
}
.sec06 .sec06_box .day {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_box .day {
    text-align: center;
    font-size: clamp(14px, 2.3vw, 22px);
  }
}
.sec06 .sec06_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin: 16px auto;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_text {
    font-size: 4.8vw;
    margin: 2.1333333333vw auto;
  }
}
.sec06 .sec06_text .small {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_text .small {
    font-size: 3.4666666667vw;
  }
}
.sec06 .sec06_note {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec06 .sec06_note {
    font-size: 2.6666666667vw;
    text-align: left;
    padding: 0 8vw;
  }
}
.sec06 .sec06_note a {
  color: #1ab385;
  font-weight: 700;
  text-decoration: underline;
  display: inline;
}

.sec07 {
  padding: 120px 0;
}
@media screen and (max-width: 1080px) {
  .sec07 {
    padding: 16vw 0;
  }
}
.sec07_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec07_inner {
    width: 84vw;
  }
}
.sec07_title {
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .sec07_title {
    margin-bottom: 7.4666666667vw;
  }
}
.sec07_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec07_title h2 {
    font-size: 7.4666666667vw;
  }
}
.sec07_lists {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec07_lists {
    flex-wrap: wrap;
    gap: 7.4666666667vw;
  }
}
.sec07_lists::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 820px;
  height: 6px;
  background-color: #2fd7ab;
}
@media screen and (max-width: 1080px) {
  .sec07_lists::before {
    top: 11.4666666667vw;
    left: 12vw;
    transform: initial;
    width: 0.8vw;
    height: 98.9333333333vw;
  }
}
.sec07_list {
  width: 214px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec07_list {
    width: 100%;
    display: flex;
    gap: 2.1333333333vw;
  }
}
.sec07_list .img {
  width: 140px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1080px) {
  .sec07_list .img {
    width: 24vw;
    margin: 0;
  }
}
@media screen and (max-width: 1080px) {
  .sec07_list .cont {
    width: 57.8666666667vw;
  }
}
.sec07_list .ttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: 8px;
}
@media screen and (max-width: 1080px) {
  .sec07_list .ttl {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 1.0666666667vw;
  }
}
.sec07_list .txt {
  font-size: 14px;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec07_list .txt {
    font-size: 3.4666666667vw;
  }
}
.sec07_list .txt a {
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  color: #1ab385;
}
.sec07_list .txt .small {
  font-size: 12px;
  line-height: 150%;
}
@media screen and (max-width: 1080px) {
  .sec07_list .txt .small {
    font-size: 2.6666666667vw;
  }
}
.sec07_list .note {
  font-size: 12px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.08em;
  margin-top: 8px;
}
@media screen and (max-width: 1080px) {
  .sec07_list .note {
    font-size: 2.6666666667vw;
    margin-top: 1.0666666667vw;
  }
}

.sec08 {
  padding: 120px 0;
  background: #ecfaf5;
}
@media screen and (max-width: 1080px) {
  .sec08 {
    padding: 16vw 0;
  }
}
.sec08 .sec08_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_inner {
    width: 84vw;
  }
}
.sec08 .sec08_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_title {
    font-size: 7.4666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec08 .sec08_box {
  background: #fff;
  border-radius: 16px;
  padding: 24px 24px 32px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box {
    border-radius: 2.1333333333vw;
    padding: 3.2vw 5.3333333333vw 5.3333333333vw;
  }
}
.sec08 .sec08_box .sec08_btn {
  border-radius: 96px;
  width: 428px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-top: 16px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .sec08_btn {
    border-radius: 12.8vw;
    width: 73.3333333333vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.sec08 .sec08_box .sec08_btn.sec08_btn01 {
  border: 2px solid #1ab385;
  color: #1ab385;
}
.sec08 .sec08_box .sec08_btn.sec08_btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background-image: url(../images/common/arrow_r_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .sec08_btn.sec08_btn01::after {
    width: 1.6vw;
    height: 2.1333333333vw;
    right: 4.2666666667vw;
  }
}
.sec08 .sec08_box .sec08_btn.sec08_btn02 {
  border: 2px solid #ff9b00;
  color: #ff9b00;
}
.sec08 .sec08_box .sec08_btn.sec08_btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background-image: url(../images/common/arrow_r_04.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .sec08_btn.sec08_btn02::after {
    width: 1.6vw;
    height: 2.1333333333vw;
    right: 4.2666666667vw;
  }
}
.sec08 .sec08_box .num {
  background: #2fd7ab;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .num {
    font-size: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin: 0 auto 1.0666666667vw;
  }
}
.sec08 .sec08_box .text01 {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .text01 {
    font-size: 4vw;
    text-align: left;
  }
}
.sec08 .sec08_box .text01 a {
  color: #1ab385;
  font-weight: 700;
  text-decoration: underline;
  display: inline;
}
.sec08 .sec08_box .text02 {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 8px auto;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .text02 {
    font-size: 3.4666666667vw;
    text-align: left;
    margin: 1.0666666667vw auto;
  }
}
.sec08 .sec08_box .note {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .note {
    font-size: 2.6666666667vw;
    text-align: left;
  }
}
.sec08 .sec08_box .inbox {
  border: solid 1px #2fd7ab;
  border-radius: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .inbox {
    border-radius: 3.2vw;
    margin-top: 4.2666666667vw;
  }
}
.sec08 .sec08_box .inbox .inbox_head {
  background: #2fd7ab;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .inbox .inbox_head {
    border-radius: 3.2vw 3.2vw 0 0;
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw;
  }
}
.sec08 .sec08_box .inbox .inbox_body {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.08em;
  padding: 16px 24px 24px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .inbox .inbox_body {
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 5.3333333333vw 3.2vw;
  }
}
.sec08 .sec08_box .inbox .inbox_body dl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec08 .sec08_box .inbox .inbox_body dl dt {
  font-weight: 700;
}
.sec08 .sec08_box .inbox .inbox_body dl dd + dt {
  margin-top: 14px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_box .inbox .inbox_body dl dd + dt {
    margin-top: 3.4666666667vw;
  }
}
.sec08 .sec08_row {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_row {
    display: block;
    gap: 0;
  }
}
.sec08 .sec08_row .sec08_box {
  width: 476px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .sec08 .sec08_row .sec08_box {
    width: 84vw;
    margin-bottom: 6.4vw;
  }
}

.sec09 {
  padding: 120px 0;
  background: #ecfaf5;
}
@media screen and (max-width: 1080px) {
  .sec09 {
    padding: 16vw 0;
  }
}
.sec09_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sec09_inner {
    width: 84vw;
  }
}
.sec09_title {
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .sec09_title {
    margin-bottom: 7.4666666667vw;
  }
}
.sec09_title p {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec09_title p {
    font-size: 5.3333333333vw;
  }
}
.sec09_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1080px) {
  .sec09_title h2 {
    font-size: 7.4666666667vw;
  }
}
.sec09 .accordion {
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion {
    border-radius: 2.1333333333vw;
  }
}
.sec09 .accordion:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}
.sec09 .accordion_header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 24px 96px 24px 24px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_header {
    padding: 5.3333333333vw 17.0666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.sec09 .accordion_header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url(../images/common/arrow_b_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_header::before {
    right: 5.3333333333vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.sec09 .accordion_header-active::before {
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(180deg);
}
.sec09 .accordion_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: justify;
  letter-spacing: 0.04em;
  color: #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_title {
    font-size: 4.2666666667vw;
  }
}
.sec09 .accordion_title .small {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_title .small {
    font-size: 2.6666666667vw;
  }
}
.sec09 .accordion_text {
  font-size: 16px;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_text {
    font-size: 4vw;
  }
}
.sec09 .accordion_note {
  font-size: 12px;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_note {
    font-size: 2.6666666667vw;
    margin-top: 3.2vw;
  }
}
.sec09 .accordion_content {
  display: none;
  padding: 0 24px 24px;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_content {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.sec09 .accordion_content-active {
  display: block;
}
.sec09 .accordion_body {
  padding-top: 16px;
  border-top: 1px solid #1ab385;
}
@media screen and (max-width: 1080px) {
  .sec09 .accordion_body {
    padding-top: 3.2vw;
    border-top-width: 0.2666666667vw;
  }
}

.footer {
  padding: 40px 0 24px;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 5.3333333333vw 0 3.2vw;
  }
}
.footer_logo {
  width: 142px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1080px) {
  .footer_logo {
    width: 28.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.footer_navs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1080px) {
  .footer_navs {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 1080px) {
  .footer_nav {
    width: 100%;
    text-align: center;
  }
}
.footer_nav a {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .footer_nav a {
    font-size: 3.4666666667vw;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer_copy {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .footer_copy {
    font-size: 2.6666666667vw;
  }
}