@charset "UTF-8";
main {
  padding-top: 8.8541666667vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
  .txt-h2 {
    font-size: 30px;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .box {
  width: 89.59%;
  margin: 0 auto;
  padding-bottom: 1.0416666667vw;
  box-sizing: border-box;
  position: relative;
}
section#mv_area .txt-box {
  position: absolute;
  bottom: 45%;
  left: 7.2916666667vw;
  transform: translateY(50%);
  box-sizing: border-box;
}
section#mv_area .txt-box .txt-h1 {
  margin-bottom: 1.0416666667vw;
}
section#mv_area .txt-box .txt-h1 span {
  line-height: 2em;
  color: #ffffff;
}
section#mv_area .txt-box .txt-p {
  line-height: 1.8em;
  color: #ffffff;
}
section#mv_area .txt-box .tags {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  margin-top: 2.6041666667vw;
}
section#mv_area .txt-box .tags .txt-t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.9791666667vw;
  height: 3.6458333333vw;
  color: #ffffff;
  background: #E37D74;
  border-radius: 0.5vw;
}
section#mv_area .img-box {
  width: 100%;
  height: calc(100svh - 8.8541666667vw - 1vw);
  order: 2;
  border-radius: 1.05vw;
  overflow: clip;
  position: relative;
}
section#mv_area .img-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section#mv_area .reception-box {
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 1.3020833333vw 2.34375vw;
  background: #F3F4EE;
  border-top-left-radius: 1.05vw;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .inner {
    padding-top: 20px;
  }
  section#mv_area .box {
    width: 89.6%;
    margin: 0 auto;
    padding-bottom: 1.0416666667vw;
    box-sizing: border-box;
    position: relative;
  }
  section#mv_area .txt-box {
    position: absolute;
    bottom: initial;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 90%;
  }
  section#mv_area .txt-box .txt-h1 {
    margin-bottom: 20px;
  }
  section#mv_area .txt-box .txt-h1 span {
    font-size: 36px;
    line-height: 1.7em;
  }
  section#mv_area .txt-box .txt-p {
    font-size: 16px;
  }
  section#mv_area .txt-box .tags {
    gap: 8px;
    margin-top: 20px;
  }
  section#mv_area .txt-box .tags .txt-t {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 10px;
  }
  section#mv_area .img-box {
    width: 100%;
    height: 60svh;
    order: 2;
    border-radius: 10px;
    overflow: clip;
    position: relative;
  }
  section#mv_area .img-box::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#mv_area .reception-box {
    margin-top: 20px;
    border: solid 2px #01640B;
    position: initial;
    bottom: 0;
    right: 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
  }
}
/*==========================================================================
section#cando_area
========================================================================== */
section#cando_area {
  position: relative;
}
section#cando_area .inner {
  padding-top: 7.8125vw;
}
section#cando_area .box {
  justify-content: space-between;
  align-items: center;
}
section#cando_area .txt-box {
  width: 40%;
}
section#cando_area .txt-box .txt-h2 {
  margin-bottom: 3.6458333333vw;
}
section#cando_area .txt-box .txt-h3 {
  margin-bottom: 1.5625vw;
  line-height: 1.8em;
}
section#cando_area .txt-box .txt-p {
  line-height: 1.8em;
}
section#cando_area .img-box {
  width: 47%;
  height: 29.4791666667vw;
  overflow: clip;
  border-radius: 1.05vw;
}

@media screen and (max-width: 767px) {
  section#cando_area {
    position: relative;
  }
  section#cando_area .inner {
    padding-top: 70px;
  }
  section#cando_area .box {
    justify-content: space-between;
    align-items: center;
  }
  section#cando_area .txt-box {
    width: 100%;
  }
  section#cando_area .txt-box .txt-h2 {
    margin-bottom: 40px;
  }
  section#cando_area .txt-box .txt-h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section#cando_area .txt-box .txt-p {
    font-size: 16px;
  }
  section#cando_area .img-box {
    width: 100%;
    height: 82.6vw;
    overflow: clip;
    border-radius: 20px;
    margin-top: 40px;
  }
}
/*==========================================================================
section#reassurance_area
========================================================================== */
section#reassurance_area {
  padding-top: 7.8125vw;
}
section#reassurance_area .inner {
  position: relative;
  padding: 7.8125vw 0;
}
section#reassurance_area .inner::before {
  content: "";
  background: url(../img/reassurance_bg001.webp) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 51.5625vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
section#reassurance_area .txt-h2 {
  text-align: center;
  margin-bottom: 2.8125vw;
}
section#reassurance_area .list-box {
  justify-content: space-between;
}
section#reassurance_area .list-box .img-box {
  overflow: clip;
  border-radius: 1.05vw;
  height: 14.5833333333vw;
  margin-bottom: 1.5625vw;
}
section#reassurance_area .list-box .txt-h3 {
  text-align: center;
  margin-bottom: 0.5208333333vw;
}
section#reassurance_area .list-box .txt-p {
  line-height: 1.8em;
}
section#reassurance_area .list-box li {
  width: 29%;
}
section#reassurance_area .list-box li:nth-child(2) {
  margin-top: 2.6041666667vw;
}
section#reassurance_area .list-box li:nth-child(3) {
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#reassurance_area {
    padding-top: 100px;
  }
  section#reassurance_area .inner {
    position: relative;
    padding: 100px 0;
  }
  section#reassurance_area .inner::before {
    content: "";
    background: url(../img/reassurance_bg001_sp.svg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  section#reassurance_area .txt-h2 {
    margin-bottom: 50px;
  }
  section#reassurance_area .txt-h2 span {
    font-size: 40px;
  }
  section#reassurance_area .list-box {
    justify-content: space-between;
  }
  section#reassurance_area .list-box .img-box {
    border-radius: 20px;
    height: 64.2vw;
    margin-bottom: 20px;
  }
  section#reassurance_area .list-box .txt-h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section#reassurance_area .list-box .txt-p {
    font-size: 16px;
  }
  section#reassurance_area .list-box li {
    width: 100%;
  }
  section#reassurance_area .list-box li:nth-child(2) {
    margin-top: 70px;
  }
  section#reassurance_area .list-box li:nth-child(3) {
    margin-top: 70px;
  }
}
/*==========================================================================
section#treatment_area
========================================================================== */
section#treatment_area {
  padding-top: 7.8125vw;
}
section#treatment_area .inner {
  position: relative;
  padding: 0;
}
section#treatment_area .txt-h2 {
  text-align: center;
  margin-bottom: 3.6458333333vw;
}
section#treatment_area .list-box {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5625vw 0;
}
section#treatment_area .list-box .txt-h3 {
  text-align: center;
}
section#treatment_area .list-box li {
  background: #ffffff;
  border-radius: 1.0416666667vw;
  box-sizing: border-box;
}
section#treatment_area .list-box li.col1 {
  width: 100%;
  padding: 3.6458333333vw 3.90625vw;
}
section#treatment_area .list-box li.col1 .txt-h3 {
  margin-bottom: 1.5625vw;
}
section#treatment_area .list-box li.col1 .txts {
  justify-content: space-between;
}
section#treatment_area .list-box li.col1 .txts .txt-p {
  width: 48.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4EE;
  padding: 1.9791666667vw;
  box-sizing: border-box;
  border-radius: 1.0416666667vw;
}
section#treatment_area .list-box li.col1 .txts .txt-p img {
  width: auto;
  height: 3.9583333333vw;
  margin-right: 1.5625vw;
}
section#treatment_area .list-box li.col1 .txts .txt-p span {
  color: #E37D74;
}
section#treatment_area .list-box li.col2 {
  width: 31.6%;
  padding: 2.6041666667vw;
}
section#treatment_area .list-box li.col2 .img-box {
  width: 7.9166666667vw;
  height: 7.9166666667vw;
  margin: 0 auto;
  margin-bottom: 1.5625vw;
}
section#treatment_area .list-box li.col2 .txt-h3 {
  margin-bottom: 0.5208333333vw;
}
section#treatment_area .list-box li.col2 .txt-p {
  line-height: 1.8em;
}
section#treatment_area .list-box li.col2 .txt-a {
  width: 100%;
  height: 2.0833333333vw;
  margin-top: 1.5625vw;
  border-radius: 2.0833333333vw;
  background: #E37D74;
  border: solid 1.5px #E37D74;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
}
section#treatment_area .list-box li.col2 .txt-a:hover {
  background: #ffffff;
  color: #E37D74;
}

@media screen and (max-width: 767px) {
  section#treatment_area {
    padding-top: 100px;
  }
  section#treatment_area .inner {
    position: relative;
    padding: 0;
  }
  section#treatment_area .txt-h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  section#treatment_area .list-box {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5625vw 0;
  }
  section#treatment_area .list-box .txt-h3 {
    text-align: center;
  }
  section#treatment_area .list-box li {
    border-radius: 8px;
  }
  section#treatment_area .list-box li:nth-child(n+2) {
    margin-top: 30px;
  }
  section#treatment_area .list-box li.col1 {
    width: 100%;
    padding: 30px 20px;
  }
  section#treatment_area .list-box li.col1 .txt-h3 {
    font-size: 17px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  section#treatment_area .list-box li.col1 .txt-h3 span {
    font-size: 30px;
    font-weight: 400;
  }
  section#treatment_area .list-box li.col1 .txts {
    justify-content: space-between;
  }
  section#treatment_area .list-box li.col1 .txts .txt-p {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    justify-content: flex-start;
  }
  section#treatment_area .list-box li.col1 .txts .txt-p img {
    width: auto;
    height: 30px;
    margin-right: 10px;
  }
  section#treatment_area .list-box li.col1 .txts .txt-p:nth-child(n+2) {
    margin-top: 10px;
  }
  section#treatment_area .list-box li.col2 {
    width: 100%;
    padding: 50px 20px;
  }
  section#treatment_area .list-box li.col2 .img-box {
    width: 123px;
    height: 123px;
    margin: 0 auto;
    margin-bottom: 33px;
  }
  section#treatment_area .list-box li.col2 .txt-h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section#treatment_area .list-box li.col2 .txt-p {
    font-size: 16px;
  }
  section#treatment_area .list-box li.col2 .txt-a {
    width: 100%;
    height: 35px;
    margin-top: 30px;
    border-radius: 35px;
    font-size: 16px;
  }
}
/*==========================================================================
section#flow_area
========================================================================== */
section#flow_area {
  padding-top: 7.8125vw;
}
section#flow_area .inner {
  background: #CCE0CE;
  position: relative;
  padding: 7.8125vw 0;
}
section#flow_area .txt-h2 {
  margin-bottom: 7.03125vw;
}
section#flow_area .list-box li {
  width: 100%;
  background: #F3F4EE;
  box-shadow: 0 4px 4px 0 #F1BEB9;
  padding: 2.6041666667vw 0 1.8229166667vw;
  box-sizing: border-box;
  position: relative;
  border-radius: 0.5208333333vw;
}
section#flow_area .list-box li::after {
  content: "";
  background: url(../img/vertical_line.svg) center repeat;
  background-size: cover;
  position: absolute;
  top: -5.6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.2604166667vw;
  height: 1.3020833333vw;
}
section#flow_area .list-box li .txt-n {
  position: absolute;
  top: -3.3854166667vw;
  left: 50%;
  transform: translateX(-50%);
  color: #01640B;
  line-height: 1;
  background: #F3F4EE;
  padding-top: 1.5vw;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: normal;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 6.7708333333vw;
  height: 6.7708333333vw;
}
section#flow_area .list-box li .txt-n span {
  letter-spacing: normal;
  line-height: 1;
  display: block;
  margin-bottom: 0.2vw;
}
section#flow_area .list-box li .txt-h3 {
  text-align: center;
  margin-bottom: 0.5208333333vw;
  position: relative;
}
section#flow_area .list-box li .txt-p {
  line-height: 1.8em;
  text-align: center;
}
section#flow_area .list-box li:first-child::after {
  content: none;
}
section#flow_area .list-box li:nth-child(n+2) {
  margin-top: 6.7708333333vw;
}

@media screen and (max-width: 767px) {
  section#flow_area {
    padding-top: 100px;
  }
  section#flow_area .inner {
    padding: 100px 0;
  }
  section#flow_area .txt-h2 {
    margin-bottom: 100px;
    text-align: center;
  }
  section#flow_area .list-box li {
    width: 100%;
    background: #F3F4EE;
    box-shadow: 0 4px 4px 0 #F1BEB9;
    padding: 50px 20px;
    border-radius: 10px;
  }
  section#flow_area .list-box li::after {
    top: -98px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 25px;
  }
  section#flow_area .list-box li .txt-n {
    top: -55px;
    padding-top: 15px;
    width: 130px;
    height: 130px;
    font-size: 36px;
  }
  section#flow_area .list-box li .txt-n span {
    margin-bottom: 0;
    font-size: 20px;
  }
  section#flow_area .list-box li .txt-h3 {
    text-align: center;
    margin-bottom: 14px;
    position: relative;
    font-size: 22px;
  }
  section#flow_area .list-box li .txt-p {
    font-size: 16px;
    text-align: start;
  }
  section#flow_area .list-box li:nth-child(n+2) {
    margin-top: 120px;
  }
}
/*==========================================================================
section#price_area
========================================================================== */
section#price_area {
  padding-top: 7.8125vw;
}
section#price_area .inner {
  position: relative;
}
section#price_area .txt-h2 {
  text-align: center;
  margin-bottom: 1vw;
}
section#price_area .txt-t {
  text-align: center;
  margin-bottom: 3vw;
}
section#price_area .txt-t span {
  color: #E37D74;
}
section#price_area .items {
  background: #ffffff;
  border-radius: 1.0416666667vw;
  padding: 2.6041666667vw 3.6458333333vw;
  box-sizing: border-box;
}
section#price_area .items .txt-h3 {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.1979166667vw;
}
section#price_area .items .txt-h3 span {
  color: #E37D74;
}
section#price_area .items .txt-h3::before {
  content: "";
  background: #01640B;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 1.5625vw;
  display: inline-block;
  margin-right: 1.5625vw;
}
section#price_area .items .txt-p {
  line-height: 1.8em;
}
section#price_area .items .txt-p span {
  color: #E37D74;
}
section#price_area .items.i1 .hf {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin-bottom: 1.40625vw;
}
section#price_area .items.i1 .hf .txt-h4 {
  background: #CCE0CE;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 2.6041666667vw;
  border-radius: 0.5208333333vw;
  padding: 0 1.5625vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#price_area .items.i1 .col {
  justify-content: space-between;
  position: relative;
}
section#price_area .items.i1 .col:after {
  content: "";
  background: #989899;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section#price_area .items.i1 .col .item {
  width: 45%;
}
section#price_area .items.i1 .col .item .list-box {
  display: flex;
  justify-content: center;
  gap: 3vw;
}
section#price_area .items.i1 .col .item .list-box li img {
  width: auto;
  height: 4.84375vw;
  margin-bottom: 0.2604166667vw;
}
section#price_area .items.i1 .col .item .list-box li .txt-h5 {
  text-align: center;
}
section#price_area .items.i1 .col .item.ci2 .txt-h4 {
  color: #01640B;
  background: #CCE0CE;
  margin: 0 auto;
  margin-bottom: 1.0416666667vw;
  height: 2.6041666667vw;
  border-radius: 0.5208333333vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1.5625vw;
}
section#price_area .items.i2 .table-box {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 1.04vw;
}
section#price_area .items.i2 .table-box tbody {
  display: block;
  border: solid 1px #989899;
  border-bottom-left-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
  border-top: none;
  overflow: hidden;
  box-sizing: border-box;
}
section#price_area .items.i2 .table-box tr {
  display: flex;
}
section#price_area .items.i2 .table-box tr th, section#price_area .items.i2 .table-box tr td {
  width: 50%;
  height: 3.6458333333vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #989899;
  border-bottom: 1px solid #989899;
  box-sizing: border-box;
}
section#price_area .items.i2 .table-box tr th:last-child, section#price_area .items.i2 .table-box tr td:last-child {
  border-right: none;
}
section#price_area .items.i2 .table-box tr th {
  background: #CCE0CE;
  border-color: #ffffff;
  border-bottom: 1px solid #CCE0CE;
}
section#price_area .items.i2 .table-box tr:last-child th, section#price_area .items.i2 .table-box tr:last-child td {
  border-bottom: none;
}
section#price_area .items.i3 .table-box {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1.0416666667vw;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0.5208333333vw;
}
section#price_area .items.i3 .table-box tbody {
  display: block;
  border: solid 1px #989899;
  border-bottom-left-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
  border-top: none;
  overflow: hidden;
  box-sizing: border-box;
}
section#price_area .items.i3 .table-box tr {
  display: flex;
}
section#price_area .items.i3 .table-box tr th, section#price_area .items.i3 .table-box tr td {
  width: 50%;
  height: 3.6458333333vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #989899;
  border-bottom: 1px solid #989899;
  box-sizing: border-box;
}
section#price_area .items.i3 .table-box tr th:last-child, section#price_area .items.i3 .table-box tr td:last-child {
  border-right: none;
}
section#price_area .items.i3 .table-box tr th {
  background: #CCE0CE;
  border-color: #ffffff;
  border-bottom: 1px solid #CCE0CE;
}
section#price_area .items.i3 .table-box tr:last-child th, section#price_area .items.i3 .table-box tr:last-child td {
  border-bottom: none;
}
section#price_area .items:nth-child(n+2) {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 767px) {
  section#price_area {
    padding-top: 100px;
  }
  section#price_area .inner {
    position: relative;
  }
  section#price_area .txt-h2 {
    margin-bottom: 30px;
  }
  section#price_area .txt-t {
    text-align: start;
    font-size: 16px;
  }
  section#price_area .items {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  section#price_area .items .txt-h3 {
    font-size: 22px;
    margin-bottom: 11px;
  }
  section#price_area .items .txt-h3 span {
    font-size: 16px;
  }
  section#price_area .items .txt-h3::before {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin-right: 15px;
  }
  section#price_area .items .txt-p {
    font-size: 16px;
  }
  section#price_area .items .txt-p span {
    color: #E37D74;
  }
  section#price_area .items.i1 .hf {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  section#price_area .items.i1 .hf .txt-h4 {
    font-size: 16px;
    height: 37px;
    padding: 0 20px;
    border-radius: 5px;
  }
  section#price_area .items.i1 .hf .txt-g {
    font-size: 16px;
  }
  section#price_area .items.i1 .hf .txt-g span {
    font-size: 30px;
  }
  section#price_area .items.i1 .col {
    justify-content: space-between;
  }
  section#price_area .items.i1 .col:after {
    content: none;
  }
  section#price_area .items.i1 .col .item {
    width: 100%;
  }
  section#price_area .items.i1 .col .item .list-box {
    display: flex;
    justify-content: center;
    gap: 0;
    justify-content: space-around;
  }
  section#price_area .items.i1 .col .item .list-box li img {
    width: auto;
    height: 80px;
    margin-bottom: 11px;
  }
  section#price_area .items.i1 .col .item .list-box li .txt-h5 {
    font-size: 16px;
  }
  section#price_area .items.i1 .col .item.ci2 {
    padding-top: 50px;
    margin-top: 50px;
    border-top: solid 1px #989899;
  }
  section#price_area .items.i1 .col .item.ci2 .txt-h4 {
    font-size: 17px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    height: 50px;
    border-radius: 5px;
  }
  section#price_area .items.i2 .table-box {
    border-radius: 10px;
    margin-bottom: 17px;
  }
  section#price_area .items.i2 .table-box tbody {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  section#price_area .items.i2 .table-box tr {
    display: flex;
  }
  section#price_area .items.i2 .table-box tr th, section#price_area .items.i2 .table-box tr td {
    font-size: 18px;
    width: 40%;
    height: 50px;
  }
  section#price_area .items.i2 .table-box tr th:first-child, section#price_area .items.i2 .table-box tr td:first-child {
    width: 60%;
  }
  section#price_area .items.i3 .table-box {
    border-radius: 10px;
    margin-bottom: 17px;
  }
  section#price_area .items.i3 .table-box tbody {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  section#price_area .items.i3 .table-box tr {
    display: flex;
  }
  section#price_area .items.i3 .table-box tr th, section#price_area .items.i3 .table-box tr td {
    font-size: 18px;
    width: 40%;
    height: 50px;
  }
  section#price_area .items.i3 .table-box tr th:first-child, section#price_area .items.i3 .table-box tr td:first-child {
    width: 60%;
  }
  section#price_area .items:nth-child(n+2) {
    margin-top: 50px;
  }
}
/*==========================================================================
section#qa_area
========================================================================== */
section#qa_area {
  padding-top: 7.8125vw;
}
section#qa_area .box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  section#qa_area {
    padding-top: 100px;
  }
  section#qa_area .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section#qa_area .txt-h2 {
    width: 100%;
    margin-bottom: 50px;
  }
}
/*====================================================
　アコーディオン
====================================================*/
.s_02 {
  width: 69.3%;
  flex: none;
}

.s_02 .accordion_one {
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  border-radius: 0.5208333333vw;
  background: #ffffff;
}
.s_02 .accordion_one.open {
  box-shadow: 4px 4px 4px 0 rgba(30, 27, 27, 0.2);
}
.s_02 .accordion_one:nth-child(n+2) {
  margin-top: 1.0416666667vw;
}

.s_02 .accordion_one .accordion_header {
  padding: 1.34vw 0;
  padding-right: 3.5vw;
  padding-left: 6.25vw;
  box-sizing: border-box;
  text-align: start;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 1s;
  background: #ffffff;
}

.s_02 .accordion_one .accordion_header span {
  position: absolute;
  top: 50%;
  left: 1.5625vw;
  transform: translateY(-50%);
  color: #F3F4EE;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  background: #01640B;
  border-radius: 3.125vw;
}

.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.8229166667vw;
  margin: 0;
  right: 1.5625vw;
  width: 1.5625vw;
  height: 1.5625vw;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #E37D74;
  border-radius: 0;
  position: absolute;
  transform: rotate(0deg);
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 0.9114583333vw;
  top: 0.3255208333vw;
  left: calc(0.78125vw - 1px);
}

.s_02 .accordion_one .accordion_header .i_box .one_i:after {
  width: 0.9114583333vw;
  height: 2px;
  top: calc(0.78125vw - 1px);
  left: 0.3255208333vw;
}

.s_02 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  transform: rotate(45deg);
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  transform: rotate(45deg);
}

.s_02 .accordion_one .accordion_header.open {
  background: #CCE0CE;
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 1.34vw 0;
  padding-right: 3.5vw;
  padding-left: 6.25vw;
  padding-bottom: 3.6458333333vw;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
}

.s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac {
  margin: 0;
  line-height: 1.8em;
  color: #000000;
  display: flex;
  align-items: center;
}

.s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac span {
  position: absolute;
  top: initial;
  left: 1.5625vw;
  color: #E37D74;
  box-sizing: border-box;
  line-height: 1;
  width: 3.125vw;
  height: 3.125vw;
  background: #CCE0CE;
  border-radius: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}

.s_02 .accordion_one .accordion_inner .box_one a {
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .s_02 {
    width: 100%;
  }
  .s_02 .accordion_one {
    border-radius: 10px;
  }
  .s_02 .accordion_one:nth-child(n+2) {
    margin-top: 20px;
  }
  .s_02 .accordion_one .accordion_header {
    padding: 20px;
    padding-right: 50px;
    padding-left: 70px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.3em;
  }
  .s_02 .accordion_one .accordion_header span {
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    top: 31px;
    left: 20px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    margin: 0;
    top: 22px;
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i {
    width: 25px;
    height: 25px;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 15px;
    top: 5px;
    left: 11.5px;
  }
  .s_02 .accordion_one .accordion_header .i_box .one_i:after {
    width: 15px;
    height: 2px;
    top: 11.5px;
    left: 5px;
  }
  .s_02 .accordion_one .accordion_inner {
    font-size: 14px;
    padding: 20px;
    padding-right: 50px;
    padding-left: 70px;
  }
  .s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac {
    margin: 0;
    font-size: 14px;
  }
  .s_02 .accordion_one .accordion_inner .box_one p.txt_a_ac span {
    top: 15px;
    left: 20px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
  .s_02 .accordion_one .accordion_inner .box_one a {
    font-size: 14px;
    margin-top: 0.3em;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area .inner {
  padding: 7.8125vw 0;
}
section#contact_area .box {
  gap: 3vw;
  background: #CCE0CE;
  padding: 3.6458333333vw 5.2083333333vw;
  box-sizing: border-box;
  border-radius: 1.05vw;
}
section#contact_area .box .txt-box {
  flex: auto;
}
section#contact_area .box .txt-box .txt-h2 {
  margin-bottom: 2.6041666667vw;
}
section#contact_area .box .txt-box .txt-t {
  display: flex;
  align-items: center;
  margin: 0.5vw 0;
  margin-top: 1vw;
  color: #01640B;
  gap: 0.5vw;
}
section#contact_area .box .txt-box .txt-t svg {
  display: flex;
  width: 1.875vw;
  height: 1.875vw;
}
section#contact_area .box .tables {
  width: 50.8%;
  flex: none;
  border: solid 2px #01640B;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 1.05vw;
  padding: 1.5625vw;
  padding-bottom: 1vw;
  text-align: center;
  margin-top: 1.5vw;
}
section#contact_area .box .tables .table-box {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  border: none;
  margin-bottom: 0.4vw;
}
section#contact_area .box .tables .table-box tr {
  padding: 0;
  border-bottom: solid 2px #01640B;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.8vw;
}
section#contact_area .box .tables .table-box tr th, section#contact_area .box .tables .table-box tr td {
  padding: 0;
  height: 2.9166666667vw;
  text-align: center;
  border: none;
  box-sizing: border-box;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#contact_area .box .tables .table-box tr th:first-child, section#contact_area .box .tables .table-box tr td:first-child {
  width: 30%;
  flex: none;
}
section#contact_area .box .tables .table-box tr td {
  color: #01640B;
}
section#contact_area .box .tables .table-box tr td.col {
  color: #E37D74;
}
section#contact_area .box .tables .table-box tr td:first-child {
  color: #313133;
}
section#contact_area .box .tables .table-box tbody tr:last-child {
  border-bottom: none;
}
section#contact_area .box .tables .txt-p {
  line-height: 1.8em;
  text-align: start;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 100px 0;
  }
  section#contact_area .box {
    gap: 3vw;
    padding: 30px 20px;
    border-radius: 10px;
  }
  section#contact_area .box .txt-box {
    flex: auto;
  }
  section#contact_area .box .txt-box .txt-h2 {
    margin-bottom: 20px;
  }
  section#contact_area .box .txt-box .txt-p {
    font-size: 16px;
  }
  section#contact_area .box .txt-box .txt-t {
    margin: 10px 0;
    margin-top: 15px;
    gap: 10px;
    font-size: 30px;
  }
  section#contact_area .box .txt-box .txt-t svg {
    display: flex;
    width: 20px;
    height: 20px;
  }
  section#contact_area .box .txt-box .txt-s {
    font-size: 14px;
  }
  section#contact_area .box .tables {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  section#contact_area .box .tables .table-box {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    border: none;
    margin-bottom: 10px;
  }
  section#contact_area .box .tables .table-box tr {
    padding: 0;
  }
  section#contact_area .box .tables .table-box tr th, section#contact_area .box .tables .table-box tr td {
    font-size: 12px;
    height: 30px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
  }
  section#contact_area .box .tables .table-box tr th:first-child, section#contact_area .box .tables .table-box tr td:first-child {
    width: 30%;
    flex: none;
  }
  section#contact_area .box .tables .table-box tr td {
    color: #01640B;
  }
  section#contact_area .box .tables .table-box tr td.col {
    color: #E37D74;
  }
  section#contact_area .box .tables .table-box tr td:first-child {
    color: #313133;
  }
  section#contact_area .box .tables .table-box tbody tr:last-child {
    border-bottom: none;
  }
  section#contact_area .box .tables .txt-p {
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=top.css.map */