@charset "UTF-8";
.base-container {
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width:1023px) {
  .base-container {
    max-width: 100%;
  }
}

.container {
  max-width: 540px;
  margin: auto;
}
@media screen and (max-width:1023px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width:1023px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width:1024px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width:1400px) {
  .cta-area {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1400px) {
  .sp {
    display: block;
  }
  .sp .cta {
    width: 37.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1400px) and (max-width:1023px) {
  .sp .cta {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1400px) {
  footer {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1400px) and (max-width:1023px) {
  footer {
    margin-bottom: 0;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #333333;
  text-align: center;
  background: #F0FCF8;
  position: relative;
}
body .cta-area {
  position: absolute;
  top: 5vw;
  left: 5vw;
  z-index: 100;
}
body .cta-area .cta-area-wrapper {
  position: fixed;
}
body .cta-area .cta-area-wrapper h1 {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #4D3A2B;
  text-align: left;
  line-height: 1;
}
body .cta-area .cta-area-wrapper h1 span {
  color: #77AF52;
  font-size: 0.75rem;
}
body .cta-area .cta-area-wrapper p.add {
  margin-top: 30px;
  line-height: 1.5;
}
body .cta-area .cta-area-wrapper .cta {
  width: 18.75rem;
  height: 80px;
}
body .cta-area .cta-area-wrapper .cta::before {
  width: 70px;
  height: 70px;
}
body .cta-area .cta-area-wrapper .cta span {
  font-size: 0.875rem;
  color: #3DAD3D;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 0;
}
body .cta-area .cta-area-wrapper .cta span::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 38px;
  width: 38px;
  border-radius: 50%;
  z-index: -1;
}
body .cta-area .cta-area-wrapper .cta p {
  font-size: 1.25rem;
  margin-left: 0px;
  position: relative;
  left: 10px;
}

p {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width:1023px) {
  p {
    font-size: min(3.7333333333vw, 16px);
  }
}

h2 {
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width:1023px) {
  h2 {
    margin-bottom: 30px;
  }
}

section {
  padding: 100px 0;
}
@media screen and (max-width:1023px) {
  section {
    padding: 60px 0px;
  }
}

img {
  width: 100%;
  display: block;
}

a {
  display: block;
  text-decoration: none;
  font-size: 35px;
  cursor: pointer;
}
@media screen and (max-width:1023px) {
  a {
    font-size: 24px;
  }
}
a:hover {
  opacity: 0.7;
  transition: 0.1s;
}

h2.base-title {
  font-size: 2.8125rem;
  position: relative;
  display: inline-block;
}
h2.base-title::before {
  content: "";
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 75px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #BBD9A7;
}
@media screen and (max-width:1023px) {
  h2.base-title {
    font-size: 8vw;
  }
  h2.base-title::before {
    bottom: -20px;
    width: 45px;
    height: 4px;
  }
}

p.base {
  font-size: 1.25rem;
}
@media screen and (max-width:1023px) {
  p.base {
    font-size: min(3.7333333333vw, 24px);
  }
}

.cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3DAD3D;
  position: relative;
  margin-top: 3.75rem;
  width: 100%;
  height: 7rem;
}
@media screen and (max-width:1023px) {
  .cta {
    height: 16vw;
    margin-top: 8vw;
  }
}
.cta::before {
  content: "";
  background: url(../img/line-img.svg) left bottom/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width:1023px) {
  .cta::before {
    width: 16vw;
    height: 16vw;
  }
}
.cta::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width:1023px) {
  .cta::after {
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
.cta span {
  font-size: 1.625rem;
  color: #3DAD3D;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 0;
}
@media screen and (max-width:1023px) {
  .cta span {
    font-size: 3.7333333333vw;
  }
}
.cta span::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  .cta span::before {
    height: 10.1333333333vw;
    width: 10.1333333333vw;
  }
}
.cta p {
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width:1023px) {
  .cta p {
    font-size: 5.3333333333vw;
  }
}

/* メイン */
.tui_btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  transition: all 0.2s 0.1s ease-in-out;
  width: 100%;
  opacity: 0;
}
.tui_btn a:hover {
  opacity: 1;
}

header {
  background: url(../img/header-bg.jpg) top center/cover no-repeat;
  position: relative;
  height: 60rem;
}
@media screen and (max-width:1023px) {
  header {
    background: url(../img/header-bg.jpg) top center/cover no-repeat;
    height: 160vw;
  }
}
header img.logo {
  width: 8.75rem;
  padding: 10px 0 0 10px;
}
@media screen and (max-width:1023px) {
  header img.logo {
    width: 22.4vw;
  }
}
header h2 {
  position: absolute;
  left: min(0vw, 30px);
  bottom: 34%;
}
@media screen and (max-width:1023px) {
  header h2 {
    bottom: 30%;
  }
}
header h2 img {
  width: 26.25rem;
}
@media screen and (max-width:1023px) {
  header h2 img {
    width: 74.6666666667vw;
  }
}
header .head-copy {
  position: absolute;
  top: 5rem;
  right: 4.375rem;
}
@media screen and (max-width:1023px) {
  header .head-copy {
    top: 10.6666666667vw;
    right: 9.3333333333vw;
  }
}
header .head-copy img {
  width: 4.6875rem;
}
@media screen and (max-width:1023px) {
  header .head-copy img {
    width: 12.8vw;
  }
}
header .threepoint {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (max-width:1023px) {
  header .threepoint {
    bottom: 100px;
  }
}
header .threepoint .threepoint-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
}
header .threepoint .threepoint-wrapper .threepoint-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  height: 10.625rem;
  width: 10.625rem;
  border-radius: 50%;
}
@media screen and (max-width:1023px) {
  header .threepoint .threepoint-wrapper .threepoint-item {
    height: 28.8vw;
    width: 28.8vw;
  }
}
header .threepoint .threepoint-wrapper .threepoint-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.875rem;
  line-height: 1.2;
  text-align: center;
  color: #2F966F;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width:1023px) {
  header .threepoint .threepoint-wrapper .threepoint-item p {
    font-size: 5.3333333333vw;
  }
}

span.small {
  font-size: 0.7em;
}

span.comment {
  color: #333333;
  font-size: 0.4em;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  top: 10px;
}

span.no1-label {
  background: #3E5280;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.375rem;
  border-radius: 5px;
  color: #FDFFCB;
  font-weight: 600;
  margin-bottom: -10px;
  font-size: 0.9375rem;
}
@media screen and (max-width:1023px) {
  span.no1-label {
    padding: 0.5333333333vw 1.3333333333vw 0.8vw;
    border-radius: 2px;
    font-size: 2.6666666667vw;
  }
}

p.caption {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width:1023px) {
  p.caption {
    font-size: min(2.6666666667vw, 18px);
    margin-top: 15px;
  }
}

section.sub-head {
  background: #F2F7F3;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 100px;
}
@media screen and (max-width:1023px) {
  section.sub-head {
    padding-bottom: 60px;
  }
}
section.sub-head .head-plan {
  background: #fff;
  margin-top: -100px;
  position: relative;
  padding: 30px;
  z-index: 1;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan {
    margin-top: -60px;
    padding: 20px;
  }
}
section.sub-head .head-plan h2 {
  font-size: 3.4375rem;
  margin-bottom: 30px;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan h2 {
    font-size: 8vw;
    margin-bottom: 15px;
  }
}
section.sub-head .head-plan h2 img {
  width: 100%;
  margin: 0 auto;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0.9375rem;
  margin-top: 20px;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan .head-plan-list .head-plan-list-item {
    gap: 10px;
    padding: 2.6666666667vw 1.3333333333vw;
    margin-top: 10px;
  }
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item .medicine {
  display: flex;
  align-items: center;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item .medicine span.icon {
  margin-right: 10px;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan .head-plan-list .head-plan-list-item .medicine span.icon {
    margin-right: 5px;
  }
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item .medicine span.icon img {
  width: 3.125rem;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan .head-plan-list .head-plan-list-item .medicine span.icon img {
    width: 7.2vw;
  }
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item .medicine p {
  font-size: 1.375rem;
  font-weight: 600;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan .head-plan-list .head-plan-list-item .medicine p {
    font-size: 4vw;
  }
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item .price p.price-top {
  color: #333333;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan .head-plan-list .head-plan-list-item .price p.price-top {
    font-size: 2.6666666667vw;
  }
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item .price p.price-bottom {
  font-size: 1.6875rem;
  font-weight: 600;
  color: #BE3D73;
  margin-top: -1.25rem;
}
@media screen and (max-width:1023px) {
  section.sub-head .head-plan .head-plan-list .head-plan-list-item .price p.price-bottom {
    font-size: 4.8vw;
    margin-top: -2.6666666667vw;
  }
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item-moun {
  background: #F5F7FC;
  border-left: 7px solid #3E5280;
  border-bottom: 1px solid #3E5280;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item-moun .no1 {
  text-align: left;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item-moun .no1 p {
  color: #3E5280;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item-rybe {
  background: #F4F8F5;
  border-left: 7px solid #298D85;
  border-bottom: 1px solid #298D85;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item-rybe p {
  color: #298D85;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item-ozem {
  background: #F4F8FA;
  border-left: 7px solid #137491;
  border-bottom: 1px solid #137491;
}
section.sub-head .head-plan .head-plan-list .head-plan-list-item-ozem p {
  color: #137491;
}

section.reason {
  background: url(../img/leaf-bg.png) top center/100% no-repeat;
  padding-bottom: 7.5rem;
}
@media screen and (max-width:1023px) {
  section.reason {
    padding-bottom: 21.3333333333vw;
  }
}
section.reason h2 {
  margin-bottom: 0;
}
section.reason .reason-wrapper {
  margin-top: 4.375rem;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper {
    margin-top: 8vw;
  }
}
section.reason .reason-wrapper .reason-item {
  margin-top: 5rem;
  width: 80%;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper .reason-item {
    margin-top: 13.3333333333vw;
  }
}
section.reason .reason-wrapper .reason-item .reason-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
section.reason .reason-wrapper .reason-item .reason-item-title span {
  margin-right: 20px;
}
section.reason .reason-wrapper .reason-item .reason-item-title span img {
  width: 5.625rem;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper .reason-item .reason-item-title span img {
    width: 15.2vw;
  }
}
section.reason .reason-wrapper .reason-item .reason-item-title h3 {
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper .reason-item .reason-item-title h3 {
    font-size: 4.8vw;
  }
}
section.reason .reason-wrapper .reason-item img {
  max-width: 26.25rem;
  border-radius: 10px;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper .reason-item img {
    max-width: 69.3333333333vw;
  }
}
section.reason .reason-wrapper .reason-item p {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper .reason-item p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
section.reason .reason-wrapper .reason-item-l {
  position: relative;
  z-index: 1;
}
section.reason .reason-wrapper .reason-item-l::before {
  content: "";
  background: linear-gradient(135deg, #E2F4E6, #F1F8DF);
  border-radius: 0 30px 0 0;
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120%;
  height: 9.375rem;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper .reason-item-l::before {
    bottom: -15px;
    left: -7%;
    height: 21.3333333333vw;
  }
}
section.reason .reason-wrapper .reason-item-r {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
section.reason .reason-wrapper .reason-item-r::before {
  content: "";
  background: linear-gradient(135deg, #F1F8DF, #E2F4E6);
  border-radius: 30px 0 0 0;
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120%;
  height: 150px;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  section.reason .reason-wrapper .reason-item-r::before {
    bottom: -15px;
    right: -7%;
    height: 21.3333333333vw;
  }
}

section.worries {
  background: #F7F7F7;
}
section.worries h2 {
  font-size: 2.1875rem;
  position: relative;
  margin-top: -1.875rem;
  z-index: 1;
}
@media screen and (max-width:1023px) {
  section.worries h2 {
    font-size: 5.8666666667vw;
    margin-top: -2.6666666667vw;
  }
}
section.worries h2::before {
  position: absolute;
  content: "";
  background: url(../img/check.svg) top left/14.5rem no-repeat;
  top: -7.5rem;
  left: 0;
  width: 14.5rem;
  height: 7.6875rem;
  z-index: 2;
}
@media screen and (max-width:1023px) {
  section.worries h2::before {
    background: url(../img/check.svg) top left/38.6666666667vw no-repeat;
    top: -21.3333333333vw;
    width: 38.6666666667vw;
    height: 20.5333333333vw;
  }
}
section.worries .worries-img {
  margin-top: 3.75rem;
}
@media screen and (max-width:1023px) {
  section.worries .worries-img {
    margin-top: 8vw;
  }
}
section.worries .worries-img img {
  margin: 0 auto;
}
section.worries .worries-img img.list1 {
  max-width: 27.5rem;
}
@media screen and (max-width:1023px) {
  section.worries .worries-img img.list1 {
    max-width: 73.6vw;
  }
}
section.worries .worries-img img.main {
  max-width: 26.25rem;
  margin: 10px auto;
  border-radius: 10px;
}
@media screen and (max-width:1023px) {
  section.worries .worries-img img.main {
    max-width: 69.3333333333vw;
  }
}
section.worries .worries-img img.list2 {
  max-width: 30.3125rem;
}
@media screen and (max-width:1023px) {
  section.worries .worries-img img.list2 {
    max-width: 81.0666666667vw;
  }
}

section.contents {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
section.contents::before {
  content: "";
  width: 100%;
  height: 4.375rem;
  background-color: #fff;
  position: absolute;
  top: 99.99%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}
@media screen and (max-width:1023px) {
  section.contents::before {
    height: 10.6666666667vw;
  }
}
section.contents .contents-head {
  background: url(../img/contents-bg.jpg) top left/cover no-repeat;
  position: relative;
  padding: 6.25rem 0;
}
@media screen and (max-width:1023px) {
  section.contents .contents-head {
    padding: 16vw 0;
  }
}
section.contents .contents-head::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  background: #5C9B74;
  width: 1px;
  height: 70px;
}
section.contents .contents-head .h2-wrapper {
  text-align: right;
}
section.contents .contents-head .h2-wrapper h2 {
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}
section.contents .contents-head .h2-wrapper h2 span.h2-top {
  display: inline-block;
  padding: 0.3125rem 1.875rem;
  color: #fff;
  background: #2F966F;
  border-radius: 50px;
  font-size: 1.375rem;
}
@media screen and (max-width:1023px) {
  section.contents .contents-head .h2-wrapper h2 span.h2-top {
    padding: 1.0666666667vw 4.8vw;
    font-size: 3.7333333333vw;
  }
}
section.contents .contents-head .h2-wrapper h2 span.h2-center {
  display: block;
  display: flex;
  align-items: flex-end;
  margin-bottom: -20px;
}
@media screen and (max-width:1023px) {
  section.contents .contents-head .h2-wrapper h2 span.h2-center {
    margin-bottom: 0;
  }
}
section.contents .contents-head .h2-wrapper h2 span.h2-center img {
  width: 18.75rem;
  margin-left: -1.5625rem;
}
@media screen and (max-width:1023px) {
  section.contents .contents-head .h2-wrapper h2 span.h2-center img {
    width: 46.6666666667vw;
    margin-left: -4vw;
  }
}
section.contents .contents-head .h2-wrapper h2 span.h2-center span.h2-center-p {
  position: relative;
  top: -1.125rem;
  left: -1.25rem;
  font-size: 2.3125rem;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width:1023px) {
  section.contents .contents-head .h2-wrapper h2 span.h2-center span.h2-center-p {
    top: -2.6666666667vw;
    left: -1.3333333333vw;
    font-size: 6.4vw;
  }
}
section.contents .contents-head .h2-wrapper h2 span.h2-bottom {
  font-size: 2.3125rem;
  color: #fff;
  text-shadow: 0 0 10px #2B4038, 0 0 10px #2B4038, 0 0 10px #2B4038;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  section.contents .contents-head .h2-wrapper h2 span.h2-bottom {
    font-size: 6.4vw;
  }
}
section.contents .contents-head .h2-wrapper h2 span.h2-bottom span.underline {
  border-bottom: 1px solid #fff;
}
section.contents .contents-main {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
section.contents .contents-main h3 {
  margin-bottom: 6.25rem;
  font-size: 2.3125rem;
  color: #fff;
  font-weight: 600;
  line-height: 0.9;
  position: relative;
  z-index: 0;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main h3 {
    margin-bottom: 16vw;
    font-size: 6.4vw;
  }
}
section.contents .contents-main h3::before {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #65B776, #60B9B1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main h3::before {
    width: 25.8666666667vw;
    height: 25.8666666667vw;
  }
}
section.contents .contents-main h3::after {
  position: absolute;
  content: "";
  background: linear-gradient(135deg, #65B776, #60B9B1);
  top: 200%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main h3::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
section.contents .contents-main p {
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 600;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main p {
    font-size: 4.2666666667vw;
  }
}
section.contents .contents-main p span {
  color: #2F966F;
  background: linear-gradient(transparent 60%, #FDFFCB 60%);
  padding-bottom: 2px;
  font-weight: bold;
}
section.contents .contents-main img {
  width: 100%;
  margin-top: 40px;
}
section.contents .contents-main p.arrows {
  font-size: 1.75rem;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-top: -30px;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main p.arrows {
    font-size: 4.8vw;
    margin-top: -30px;
  }
}
section.contents .contents-main p.arrows::before {
  position: absolute;
  content: "";
  background: url(../img/arrows.svg) top center/contain no-repeat;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.8125rem;
  height: 8.125rem;
  z-index: -1;
  top: 60%;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main p.arrows::before {
    top: 80%;
    width: 22.4vw;
    height: 18.6666666667vw;
  }
}
section.contents .contents-main .merit {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
section.contents .contents-main .merit .merit-item {
  width: calc(33.333% - 20px);
}
@media screen and (max-width:1023px) {
  section.contents .contents-main .merit .merit-item img {
    margin-top: 0;
  }
}
section.contents .contents-main .merit .merit-item p {
  margin-top: 10px;
  font-size: 1.625rem;
  color: #2F966F;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main .merit .merit-item p {
    font-size: 3.7333333333vw;
  }
}
section.contents .contents-main .merit .merit-item p span {
  color: #2F966F;
  background: linear-gradient(transparent 60%, #FDFFCB 60%);
  padding-bottom: 0;
  font-weight: bold;
}
section.contents .contents-main .summary {
  margin-top: 3.75rem;
  border: 1px solid #B7C9BC;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main .summary {
    margin-top: 10.6666666667vw;
    padding: 4.8vw 5.3333333333vw;
  }
}
section.contents .contents-main .summary p {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  section.contents .contents-main .summary p {
    font-size: 3.7333333333vw;
  }
}
section.contents .contents-main .summary p span {
  color: #BE3D73;
  background: linear-gradient(transparent 60%, #FDFFCB 60%);
  padding-bottom: 0;
  font-weight: bold;
}

section.plan {
  background: linear-gradient(45deg, #BCEDC6, #ABE2DD);
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width:1023px) {
  section.plan {
    padding-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
}
section.plan h2 img {
  width: 30rem;
  margin: 0 auto;
}
@media screen and (max-width:1023px) {
  section.plan h2 img {
    width: 80vw;
  }
}
section.plan .plan-wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper {
    margin-top: 10.6666666667vw;
  }
}
section.plan .plan-wrapper .plan-table {
  margin-top: 20px;
  font-weight: 600;
}
section.plan .plan-wrapper .plan-table h3 {
  font-size: 2.0625rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table h3 {
    font-size: 4.8vw;
  }
}
section.plan .plan-wrapper .plan-table h3 span {
  font-size: 1.375rem;
  background: #fff;
  padding: 3px 15px 4px;
  border-radius: 50px;
  margin-right: 10px;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table h3 span {
    font-size: 3.2vw;
  }
}
section.plan .plan-wrapper .plan-table .table-item {
  font-size: 1.25rem;
  display: flex;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table .table-item {
    font-size: 3.7333333333vw;
  }
}
section.plan .plan-wrapper .plan-table .table-item .table-item-l {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-basis: 42%;
  color: #298D85;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table .table-item .table-item-l {
    padding: 10px;
  }
}
section.plan .plan-wrapper .plan-table .table-item .table-item-r {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  padding: 20px;
  flex-basis: 58%;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table .table-item .table-item-r {
    padding: 10px;
  }
}
section.plan .plan-wrapper .plan-table .table-item:nth-of-type(2n) .table-item-l {
  background: #DEEDEB;
}
section.plan .plan-wrapper .plan-table .table-item:nth-of-type(2n) .table-item-r {
  background: #F7F7F7;
}
section.plan .plan-wrapper .plan-table .table-item:nth-of-type(4) .table-item-r {
  color: #BE3D73;
  font-size: 2.0625rem;
  align-items: end;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table .table-item:nth-of-type(4) .table-item-r {
    font-size: 4.8vw;
  }
}
section.plan .plan-wrapper .plan-table .table-item:nth-of-type(5) .table-item-r {
  font-size: 2.0625rem;
  align-items: end;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table .table-item:nth-of-type(5) .table-item-r {
    font-size: 4.8vw;
  }
}
section.plan .plan-wrapper .plan-table .table-item:nth-of-type(5) .table-item-r span.comment {
  top: -15px;
}
@media screen and (max-width:1023px) {
  section.plan .plan-wrapper .plan-table .table-item:nth-of-type(5) .table-item-r span.comment {
    top: -10px;
  }
}
section.plan .plan-wrapper .plan-table-moun h3 {
  background: #3E5280;
}
section.plan .plan-wrapper .plan-table-moun h3 span {
  color: #3E5280;
}
section.plan .plan-wrapper .plan-table-moun h3 span.no1 {
  background: #FDFFCB;
  color: #3E5280;
  padding: 3px 10px 3px;
  border-radius: 2px;
  margin-left: auto;
}
section.plan .plan-wrapper .plan-table-moun .table-item .table-item-l {
  background: #EDF2FA;
  color: #3E5280;
}
section.plan .plan-wrapper .plan-table-moun .table-item:nth-of-type(2n) .table-item-l {
  background: #E1E7F5;
}
section.plan .plan-wrapper .plan-table-rybe h3 {
  background: #298D85;
}
section.plan .plan-wrapper .plan-table-rybe h3 span {
  color: #298D85;
}
section.plan .plan-wrapper .plan-table-rybe .table-item .table-item-l {
  background: #ECF5F4;
  color: #298D85;
}
section.plan .plan-wrapper .plan-table-rybe .table-item:nth-of-type(2n) .table-item-l {
  background: #DEEDEB;
}
section.plan .plan-wrapper .plan-table-ozem h3 {
  background: #137491;
}
section.plan .plan-wrapper .plan-table-ozem h3 span {
  color: #137491;
}
section.plan .plan-wrapper .plan-table-ozem .table-item .table-item-l {
  background: #EFF5F7;
  color: #137491;
}
section.plan .plan-wrapper .plan-table-ozem .table-item:nth-of-type(2n) .table-item-l {
  background: #DFEBEF;
}

section.about {
  padding-top: 0;
}
section.about .about-title .about-icon {
  position: relative;
  z-index: 0;
  padding-top: 1.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 9.375rem;
}
@media screen and (max-width:1023px) {
  section.about .about-title .about-icon {
    padding-top: 4.8vw;
    width: 21.3333333333vw;
  }
}
section.about .about-title .about-icon span img {
  width: 3.5rem;
}
@media screen and (max-width:1023px) {
  section.about .about-title .about-icon span img {
    width: 8vw;
  }
}
section.about .about-title .about-icon p {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: -10px;
}
@media screen and (max-width:1023px) {
  section.about .about-title .about-icon p {
    font-size: 4.2666666667vw;
  }
}
section.about .about-title .about-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 11.25rem;
  width: 11.25rem;
  z-index: -1;
  clip-path: circle(10rem at 1.25rem 1.25rem);
}
@media screen and (max-width:1023px) {
  section.about .about-title .about-icon::before {
    height: 26.1333333333vw;
    width: 26.1333333333vw;
    clip-path: circle(18.6666666667vw at 5.3333333333vw 5.3333333333vw);
  }
}
section.about .about-title h2 {
  margin-top: -3.75rem;
  font-size: 2.8125rem;
}
@media screen and (max-width:1023px) {
  section.about .about-title h2 {
    margin-top: -5.3333333333vw;
    font-size: 8vw;
  }
}
section.about img.about-img {
  max-width: 28.75rem;
  margin: 2.5rem auto;
}
@media screen and (max-width:1023px) {
  section.about img.about-img {
    max-width: 66.6666666667vw;
    margin: 5.3333333333vw auto;
  }
}
section.about h3 {
  margin: 3.75rem 0 1.25rem;
  font-size: 2.0625rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width:1023px) {
  section.about h3 {
    margin: 10.6666666667vw 0 2.6666666667vw;
    font-size: 4.8vw;
  }
}
section.about h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width:1023px) {
  section.about h3::before {
    height: 1px;
  }
}
section.about h3 span {
  position: relative;
  display: inline-block;
  background: #fff;
  margin-left: 0px;
  padding: 0 20px;
}
@media screen and (max-width:1023px) {
  section.about h3 span {
    padding: 0 10px;
  }
}
section.about .price-table .table-item {
  font-size: 1.5625rem;
  display: flex;
}
@media screen and (max-width:1023px) {
  section.about .price-table .table-item {
    font-size: 3.7333333333vw;
  }
}
section.about .price-table .table-item .table-item-l {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 42%;
  font-weight: 600;
}
section.about .price-table .table-item .table-item-r {
  padding: 20px;
  text-align: right;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  flex-basis: 58%;
  background: #FAFAFA;
  font-weight: 600;
}
section.about .price-table .table-item .table-item-r span.small {
  font-weight: 400;
}
section.about .price-table .table-item .table-item-r span.comment {
  font-size: 0.6em;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  top: 2px;
}
section.about .price-table .table-item:nth-of-type(2n) .table-item-r {
  background: #F5F5F5;
}

.moun {
  background: url(../img/moun-bg.png) top center/100% no-repeat;
}
.moun .about-title {
  color: #3E5280;
}
.moun .about-title .about-icon::before {
  background: #DBE1F0;
}
.moun .about-title h2 span.no1-label {
  font-size: 1.125rem;
}
@media screen and (max-width:1023px) {
  .moun .about-title h2 span.no1-label {
    font-size: 3.2vw;
  }
}
.moun h3 {
  color: #3E5280;
}
.moun h3::before {
  background-color: #3E5280;
}
.moun .price-table .table-item .table-item-l {
  background: #EDF2FA;
  color: #3E5280;
}
.moun .price-table .table-item:nth-of-type(2n) .table-item-l {
  background: #E1E7F5;
}

.rybe {
  background: url(../img/rybe-bg.png) top center/100% no-repeat;
}
.rybe .about-title {
  color: #298D85;
}
.rybe .about-title .about-icon::before {
  background: #D8EBE8;
}
.rybe h3 {
  color: #298D85;
}
.rybe h3::before {
  background-color: #298D85;
}
.rybe .price-table .table-item .table-item-l {
  background: #ECF5F4;
  color: #298D85;
}
.rybe .price-table .table-item:nth-of-type(2n) .table-item-l {
  background: #DEEDEB;
}

.ozem {
  background: url(../img/ozem-bg.png) top center/100% no-repeat;
}
.ozem .about-title {
  color: #137491;
}
.ozem .about-title .about-icon::before {
  background: #D5E8EF;
}
.ozem h3 {
  color: #137491;
}
.ozem h3::before {
  background-color: #137491;
}
.ozem .price-table .table-item .table-item-l {
  background: #EFF5F7;
  color: #137491;
}
.ozem .price-table .table-item:nth-of-type(2n) .table-item-l {
  background: #DFEBEF;
}

section.flow {
  background: url(../img/leaf-bg.png) top center/100% no-repeat, #F2F7F3;
}
section.flow h2.base-title span.small {
  font-size: 0.55em;
}
section.flow .flow-wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper {
    margin-top: 8vw;
  }
}
section.flow .flow-wrapper .flow-item {
  margin-top: 3.75rem;
  background: #fff;
  padding: 3.75rem 2.5rem;
  position: relative;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item {
    margin-top: 8vw;
    padding: 8vw 5.3333333333vw;
  }
}
section.flow .flow-wrapper .flow-item::after {
  position: absolute;
  content: "";
  border: 2.8125rem solid transparent;
  border-top: 2.375rem solid #3DAD3D;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item::after {
    border: 6.6666666667vw solid transparent;
    border-top: 5.3333333333vw solid #3DAD3D;
  }
}
section.flow .flow-wrapper .flow-item:last-of-type::after {
  border: none;
}
section.flow .flow-wrapper .flow-item h3 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 2.5rem;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item h3 {
    font-size: 5.8666666667vw;
  }
}
section.flow .flow-wrapper .flow-item h3 span {
  color: #3DAD3D;
}
section.flow .flow-wrapper .flow-item img.sp-img {
  width: 17.8125rem;
  margin: 2.5rem auto;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item img.sp-img {
    width: 40.8vw;
    margin: 5.3333333333vw auto;
  }
}
section.flow .flow-wrapper .flow-item img.flow-img {
  width: 30.3125rem;
  margin: 2.5rem auto;
  border-radius: 10px;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item img.flow-img {
    width: 69.3333333333vw;
    margin: 5.3333333333vw auto;
  }
}
section.flow .flow-wrapper .flow-item .cta {
  font-size: 0.7em;
}
section.flow .flow-wrapper .flow-item .cta span {
  margin-left: 1.25rem;
  font-size: 1.3125rem;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item .cta span {
    margin-left: 0rem;
    font-size: 3.7333333333vw;
  }
}
section.flow .flow-wrapper .flow-item .cta span::before {
  top: 50%;
  left: 50%;
  height: 3.75rem;
  width: 3.75rem;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item .cta span::before {
    height: 10.1333333333vw;
    width: 10.1333333333vw;
  }
}
section.flow .flow-wrapper .flow-item .cta p {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-left: 1.125rem;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item .cta p {
    font-size: 5.3333333333vw;
    margin-left: 3.2vw;
  }
}
section.flow .flow-wrapper .flow-item p.caption:nth-of-type(3) {
  text-align: center;
  margin-top: -35px;
}
@media screen and (max-width:1023px) {
  section.flow .flow-wrapper .flow-item p.caption:nth-of-type(3) {
    margin-top: -15px;
  }
}

section.qa {
  background: url(../img/leaf-bg.png) top center/100% no-repeat;
}
section.qa .aco {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width:1023px) {
  section.qa .aco {
    margin-top: 20px;
  }
}
section.qa .aco .aco-item {
  margin-bottom: 20px;
}
section.qa .aco .aco-item:last-of-type {
  margin-bottom: 0;
}
section.qa .aco .aco-last {
  margin-bottom: 0;
}
section.qa .aco .aco-content {
  display: flex;
}
section.qa .aco .aco-content .aco-content-left {
  margin-right: 15px;
}
@media screen and (max-width:1023px) {
  section.qa .aco .aco-content .aco-content-left {
    margin-right: 10px;
  }
}
section.qa .aco .q {
  align-items: center;
  background-color: #FFF;
  padding: 20px 0 10px;
  color: #333;
  font-weight: bold;
  display: flex;
  border-bottom: 1px solid #5C9B74;
}
@media screen and (max-width:1023px) {
  section.qa .aco .q {
    align-items: center;
    padding: 10px 5px;
  }
}
section.qa .aco .q .aco-content-left img {
  width: 2.5rem;
}
@media screen and (max-width:1023px) {
  section.qa .aco .q .aco-content-left img {
    width: 6.6666666667vw;
  }
}
section.qa .aco .q .aco-content-right {
  padding-right: 20px;
}
@media screen and (max-width:1023px) {
  section.qa .aco .q .aco-content-right {
    padding-right: 35px;
  }
}
section.qa .aco .q .aco-content-right p {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  section.qa .aco .q .aco-content-right p {
    font-size: 4.2666666667vw;
  }
}
section.qa .aco .q .aco-btn {
  background: #F2F7F3;
  width: 32px;
  height: 32px;
  position: relative;
  margin-left: auto;
}
section.qa .aco .q .aco-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-bottom: solid 2px #5C9B74;
  border-right: solid 2px #5C9B74;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s;
  z-index: 1;
}
@media screen and (max-width:1023px) {
  section.qa .aco .q .aco-btn::before {
    width: 10px;
    height: 10px;
  }
}
section.qa .aco .close .aco-btn::before {
  transform: rotate(225deg);
  transform-origin: 25% 60%;
  transition: all 0.2s;
}
section.qa .aco .a {
  align-items: flex-start;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 30px 30px;
  margin-top: 5px;
}
@media screen and (max-width:1023px) {
  section.qa .aco .a {
    padding: 20px 15px;
  }
}
section.qa .aco .a .aco-content-left img {
  width: 3.4375rem;
}
@media screen and (max-width:1023px) {
  section.qa .aco .a .aco-content-left img {
    width: 8vw;
  }
}
section.qa .aco .a .aco-content-right p {
  font-size: 1.125rem;
}
@media screen and (max-width:1023px) {
  section.qa .aco .a .aco-content-right p {
    font-size: 3.7333333333vw;
  }
}

section.attention {
  background: #F8F8F8;
}
section.attention h2 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width:1023px) {
  section.attention h2 {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}
section.attention .attention-wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width:1023px) {
  section.attention .attention-wrapper {
    margin-top: 8vw;
  }
}
section.attention .attention-wrapper .attention-table {
  margin-top: 3.75rem;
}
@media screen and (max-width:1023px) {
  section.attention .attention-wrapper .attention-table {
    margin-top: 8vw;
  }
}
section.attention .attention-wrapper .attention-table h3 {
  font-size: 1.125rem;
  background: #888888;
  padding: 10px 20px;
  color: #fff;
}
@media screen and (max-width:1023px) {
  section.attention .attention-wrapper .attention-table h3 {
    font-size: 2.6666666667vw;
  }
}
section.attention .attention-wrapper .attention-table .table-item {
  display: flex;
  font-size: 0.9375rem;
  margin-top: 6px;
}
@media screen and (max-width:1023px) {
  section.attention .attention-wrapper .attention-table .table-item {
    font-size: 2.6666666667vw;
  }
}
section.attention .attention-wrapper .attention-table .table-item .table-item-l {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
  flex-basis: 35%;
  padding: 20px;
}
@media screen and (max-width:1023px) {
  section.attention .attention-wrapper .attention-table .table-item .table-item-l {
    padding: 10px;
  }
}
section.attention .attention-wrapper .attention-table .table-item .table-item-r {
  display: flex;
  align-items: center;
  background: #FFF;
  flex-basis: 65%;
  padding: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}
@media screen and (max-width:1023px) {
  section.attention .attention-wrapper .attention-table .table-item .table-item-r {
    padding: 10px;
  }
}

footer {
  background: #EFEFEF;
  padding: 10px 20px;
}
@media screen and (max-width:1023px) {
  footer {
    padding-bottom: 16vw;
  }
}
footer p.copyright {
  text-align: center;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */