@charset "UTF-8";
.flex {
  display: flex;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-stretch {
  align-items: stretch;
}

.items-start {
  align-items: start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

@media (max-width: 1000px) {
  .tab {
    display: block;
  }
}
@media (max-width: 775px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.back-green {
  background: #055C41;
}
.back-gray {
  background: #EDEDED;
}
.back-white {
  background: white;
}

.p-top50 {
  padding-top: 50px;
  padding-bottom: 1px;
}

.p-top100 {
  padding-top: 100px;
  padding-bottom: 1px;
}

@media (max-width: 750px) {
  .p-top100 {
    padding-top: 60px;
    padding-bottom: 1px;
  }
}
.inner-l {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
}

@media (max-width: 1100px) {
  .inner-l {
    width: 95%;
    margin: 0 auto 100px;
  }
}
@media (max-width: 775px) {
  .inner-l {
    max-width: 400px;
    width: 92%;
    margin: 0 auto 60px;
  }
}
@media (max-width: 374px) {
  .inner-l {
    width: 95%;
  }
}
.fv_img {
  width: 100%;
}

.lead {
  padding-bottom: 400px;
  margin-bottom: 600px;
  position: relative;
  margin-top: -2px;
}
.lead_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.lead_img {
  max-width: 550px;
  width: 44%;
}
.lead_listImg {
  width: 28px;
  display: block;
  margin: 5px 10px 0 0;
}
.lead_title {
  font-size: 46px;
  text-align: center;
  color: white;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 50px;
}
.lead_title span {
  font-size: 32px;
}
.lead_wrap {
  max-width: 1200px;
  width: 95%;
}
.lead_wrap-right {
  margin: 0 0 100px auto;
}
.lead_wrap-left {
  margin: 0 auto 0 0;
}
.lead_text {
  font-size: 26px;
  color: white;
}
.lead_text span {
  font-weight: 600;
  color: #FFFF21;
}
.lead_list {
  margin: 0 22.5px;
}
.lead_item:not(:last-child) {
  margin-bottom: 17.5px;
}
.lead_heading {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: white;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .lead_img {
    width: 360px;
  }
  .lead_listImg {
    width: 20px;
    margin: 2.5px 7.5px 0 0;
  }
  .lead_title {
    font-size: 26px;
  }
  .lead_title span {
    font-size: 22px;
  }
  .lead_text {
    font-size: 20px;
  }
  .lead_heading {
    font-size: 26px;
  }
}
@media (max-width: 775px) {
  .lead {
    padding-bottom: 400px;
    margin-bottom: 560px;
    margin-top: -2px;
    padding-top: 35px;
  }
  .lead_inner {
    max-width: 375px;
  }
  .lead_img {
    width: 360px;
  }
  .lead_listImg {
    width: 20px;
    margin: 2.5px 7.5px 0 0;
  }
  .lead_title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .lead_title span {
    font-size: 20px;
  }
  .lead_wrap {
    max-width: 360px;
    width: 96%;
  }
  .lead_wrap-right {
    margin: 0 0 65px auto;
    flex-direction: column-reverse;
  }
  .lead_wrap-left {
    flex-direction: column;
  }
  .lead_text {
    font-size: 18px;
  }
  .lead_list {
    margin: 20px auto 0;
    width: 92%;
    max-width: 400px;
  }
  .lead_list-1 {
    margin-left: 0;
  }
  .lead_heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .lead_img {
    width: 100%;
  }
  .lead_text {
    font-size: 17px;
  }
}
.demerit {
  position: absolute;
  bottom: -47.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.demerit_inner {
  background-image: url(../img/demerit_background1.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
}
.demerit_img {
  width: 167px;
}
.demerit_down {
  width: 203px;
  margin: 0 auto 5px;
}
.demerit_heading {
  background-image: url(../img/demerit_background2.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  margin: auto;
  text-align: center;
  color: white;
  font-size: 30px;
  letter-spacing: 0.07em;
  padding: 25px 0 35px;
}
.demerit_heading-big {
  color: #FFFF21;
  font-weight: 600;
  font-size: 48px;
  border-bottom: 1px solid #FFFF21;
  line-height: 2;
}
.demerit_heading-middle {
  font-size: 38px;
}
.demerit_title {
  font-size: 30px;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}
.demerit_title-big {
  font-size: 42px;
  font-weight: 600;
  color: #FFFF21;
}
.demerit_title-middle {
  font-size: 36px;
}
.demerit_text {
  font-size: 24px;
  color: white;
  text-align: center;
  position: relative;
  padding: 15px 20px;
}
.demerit_text::before, .demerit_text::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 30px;
}
.demerit_text::before {
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 0;
  left: 0;
}
.demerit_text::after {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  right: 0;
  bottom: 0;
}
.demerit_item {
  width: -moz-fit-content;
  width: fit-content;
}
.demerit_item-left {
  margin: 0 auto 15px 0;
}
.demerit_item-right {
  margin: 0 0 0 auto;
}
.demerit_list {
  width: calc(100% - 177px);
}
.demerit_wrap {
  width: 72.5%;
  margin: auto;
  gap: 25px;
}

@media (max-width: 1000px) {
  .demerit_heading {
    font-size: 22px;
  }
  .demerit_heading-big {
    font-size: 35px;
  }
  .demerit_heading-middle {
    font-size: 28px;
  }
  .demerit_title {
    font-size: 22px;
  }
  .demerit_title-big {
    font-size: 38px;
  }
  .demerit_title-middle {
    font-size: 33px;
  }
  .demerit_text {
    font-size: 20px;
  }
}
@media (max-width: 775px) {
  .demerit {
    bottom: -37%;
  }
  .demerit_inner {
    background-image: url(../img/demerit_background1-sp.webp);
    padding: 45px 0;
  }
  .demerit_img {
    width: 35%;
  }
  .demerit_heading {
    background-image: url(../img/demerit_background2-sp.webp);
    width: 88%;
    font-size: 20px;
    padding: 20px 0 30px;
  }
  .demerit_heading-big {
    font-size: 33px;
    padding: 0 5px;
  }
  .demerit_heading-middle {
    font-size: 26px;
  }
  .demerit_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .demerit_title-big {
    font-size: 36px;
  }
  .demerit_title-middle {
    font-size: 31px;
  }
  .demerit_text {
    font-size: 18px;
    padding: 15px 20px;
  }
  .demerit_item {
    width: 100%;
  }
  .demerit_item-left {
    margin: 0 auto 10px;
  }
  .demerit_item-right {
    margin: 0 auto;
  }
  .demerit_list {
    width: 100%;
    margin-bottom: 5px;
  }
  .demerit_wrap {
    width: 88%;
    gap: 12.5px;
    flex-direction: column;
    align-items: center;
  }
}
.cta_img-1 {
  max-width: 286px;
  width: 28.6%;
}
.cta_img-2 {
  max-width: 278px;
  width: 27.8%;
  margin-top: -40px;
}
.cta_img-3 {
  max-width: 282px;
  width: 28%;
}
.cta_img-4 {
  max-width: 210px;
  width: 21%;
  margin-top: 50px;
  margin-left: 12.5px;
}
.cta_title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.15em;
  margin-bottom: 35px;
}
.cta_title-line {
  font-size: 57px;
  letter-spacing: 0;
  border-bottom: 2px solid #3BBF96;
  padding-bottom: 5px;
  position: relative;
}
.cta_title-line::after {
  content: "※1";
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 30px;
}
.cta_title-small {
  font-size: 40px;
}
.cta_heading {
  font-size: 30px;
  margin-bottom: 35px;
}
.cta_heading-big {
  font-size: 42px;
}
.cta_price {
  color: #3BBF96;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 39px;
  margin-bottom: 25px;
  line-height: 1;
}
.cta_price-big {
  font-size: 86px;
}
.cta_price-small {
  font-size: 24px;
  color: black;
}
.cta_text {
  font-size: 18px;
}
.cta_text-big {
  font-size: 28px;
  text-align: center;
  margin-left: 50px;
}
.cta_texts {
  margin-left: 20px;
}
.cta_wrap {
  margin-bottom: 25px;
}
.cta_btn {
  font-size: 24px;
  color: #F77C23;
  border: 2px solid #F77C23;
  display: block;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.cta_btn::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/cta_btn.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.cta_btn-orange {
  background: #F77C23;
  color: white;
}
.cta_btn-orange::after {
  background-image: url(../img/cta_btn-orange.svg);
}
.cta_item {
  background: white;
  font-size: 22px;
  font-weight: 600;
  border-left: 5px solid #3BBF96;
  padding: 5px 0 5px 10px;
}
.cta_item:not(:last-child) {
  margin-bottom: 10px;
}
.cta_list {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .cta_title {
    font-size: 28px;
  }
  .cta_title-line {
    font-size: 48px;
  }
  .cta_title-line::after {
    font-size: 14px;
  }
  .cta_title-small {
    font-size: 34px;
  }
  .cta_heading {
    font-size: 26px;
  }
  .cta_heading-big {
    font-size: 38px;
  }
  .cta_price {
    font-size: 35px;
  }
  .cta_price-big {
    font-size: 76px;
  }
  .cta_price-small {
    font-size: 22px;
  }
  .cta_text {
    font-size: 18px;
  }
  .cta_text-big {
    font-size: 22px;
  }
  .cta_btn {
    font-size: 22px;
  }
  .cta_item {
    font-size: 18px;
  }
}
@media (max-width: 775px) {
  .cta_img-2 {
    width: 195px;
    margin-top: 0px;
  }
  .cta_img-3, .cta_img-1 {
    width: 286px;
  }
  .cta_img-4 {
    width: 195px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .cta_title {
    font-size: 26px;
    margin-bottom: 25px;
    border-bottom: 2px solid #3BBF96;
    padding-bottom: 10px;
  }
  .cta_title-line {
    font-size: 46px;
    border-bottom: none;
    padding-bottom: 0px;
    line-height: 1.3;
  }
  .cta_title-line::after {
    font-size: 12px;
    top: auto;
    bottom: 45px;
    right: 25px;
  }
  .cta_title-small {
    font-size: 32px;
  }
  .cta_heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  .cta_heading-big {
    font-size: 36px;
  }
  .cta_price {
    font-size: 33px;
    margin-bottom: 25px;
  }
  .cta_price-big {
    font-size: 74px;
    letter-spacing: -0.01em;
  }
  .cta_price-small {
    font-size: 20px;
  }
  .cta_text {
    font-size: 16px;
  }
  .cta_text-big {
    font-size: 20px;
    text-align: left;
    margin-left: 0px;
  }
  .cta_texts {
    margin-left: 0px;
    margin-right: auto;
  }
  .cta_wrap {
    margin-bottom: 35px;
    flex-direction: column;
    align-items: center;
    gap: 27.5px;
  }
  .cta_btn {
    font-size: 20px;
    padding: 17.5px 0;
  }
  .cta_btn::after {
    width: 21px;
    height: 21px;
    right: 17.5px;
  }
  .cta_item {
    font-size: 16px;
    padding: 5px 0 5px 10px;
    letter-spacing: -0.01em;
  }
  .cta_item:not(:last-child) {
    margin-bottom: 7.5px;
  }
  .cta_list {
    margin-bottom: 0px;
  }
}
@media (max-width: 374px) {
  .cta_price {
    font-size: 32px;
  }
  .cta_price-big {
    font-size: 72px;
  }
  .cta_price-small {
    font-size: 19px;
  }
  .cta_text {
    font-size: 15px;
  }
  .cta_item {
    font-size: 15px;
    padding: 5px 0 5px 7.5px;
  }
}
.tags {
  gap: 7.5px;
}
.tags-cta {
  margin-bottom: 20px;
}
.tags_tag {
  font-size: 22px;
  font-weight: 600;
  background: black;
  color: white;
  padding: 5px 17.5px 7.5px;
}
.tags_tag-green {
  background: #3BBF96;
}

@media (max-width: 1000px) {
  .tags_tag {
    font-size: 22px;
  }
}
@media (max-width: 775px) {
  .tags-cta {
    margin-bottom: 20px;
  }
  .tags_tag {
    font-size: 20px;
    padding: 5px 20px;
  }
}
@media (max-width: 374px) {
  .tags_tag {
    font-size: 19px;
  }
}
.comparison {
  margin-bottom: 0px;
}
.comparison_inner {
  margin-bottom: 50px;
}
.comparison_down {
  width: 261px;
  margin: 0 auto -25px;
  display: block;
}
.comparison_img {
  width: 100%;
}
.comparison_title {
  font-size: 26px;
  color: white;
  text-align: center;
  background: #055C41;
  padding: 20px 27.5px;
  margin-bottom: 35px;
}
.comparison_title-middle {
  font-size: 38px;
}
.comparison_title-big {
  font-size: 46px;
  color: #FFFF21;
}
.comparison_wrap {
  background: white;
  padding: 50px 35px;
}
.comparison_heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
  color: #055C41;
}
.comparison_heading span {
  color: #F77C23;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .comparison_title {
    font-size: 16px;
  }
  .comparison_title-middle {
    font-size: 24px;
  }
  .comparison_title-big {
    font-size: 28px;
  }
  .comparison_heading {
    font-size: 34px;
  }
}
@media (max-width: 775px) {
  .comparison {
    margin-bottom: 0px;
  }
  .comparison_inner {
    margin-bottom: 50px;
  }
  .comparison_title {
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 35px;
  }
  .comparison_title-middle {
    font-size: 22px;
  }
  .comparison_title-big {
    font-size: 26px;
  }
  .comparison_wrap {
    padding: 40px 20px 30px;
  }
  .comparison_heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table_wrap {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 50px;
}
.table_td, .table_th {
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}
.table_tr {
  height: 110px;
}
.table_td {
  border: 1.5px solid #055C41;
}
.table_td-green {
  color: #FFFF21;
  background: #055C41;
  border-top: 2px solid white;
  font-size: 24px;
  font-weight: 600;
  width: 290px;
  position: relative;
  z-index: 1;
}
.table_td-green::before {
  z-index: 0;
  position: absolute;
  width: 25%;
  height: 66%;
  content: "";
  background-image: url(../img/table_img1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.table_td-green span {
  position: relative;
  z-index: 2;
}
.table_td-white {
  width: 290px;
  position: relative;
  z-index: 1;
}
.table_td-white::before {
  position: absolute;
  z-index: 0;
  width: 25%;
  height: 66%;
  content: "";
  background-image: url(../img/table_img2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.table_td-white span {
  position: relative;
  z-index: 2;
}
.table_th {
  border: 1.5px solid #055C41;
  height: 75px;
}
.table_th-blank {
  border: none;
}
.table_th-green {
  background: #055C41;
  color: white;
}
.table_th-coution {
  position: relative;
}
.table_th-coution::after {
  position: absolute;
  content: "※";
  font-size: 16px;
  top: 20px;
  right: 30%;
}
.table_coution {
  text-align: right;
  font-size: 16px;
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .table_td, .table_th {
    font-size: 16px;
  }
  .table_td-green {
    font-size: 18px;
  }
  .table_td-white {
    font-size: 18px;
  }
  .table_th-coution::after {
    font-size: 11px;
  }
  .table_coution {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 775px) {
  .table_wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .table_td, .table_th {
    font-size: 14px;
  }
  .table_tr {
    height: 80px;
  }
  .table_tr-big {
    height: 120px;
  }
  .table_td-green {
    font-size: 16px;
    width: 122px;
  }
  .table_td-green::before {
    width: 45px;
    height: 45px;
    background-image: url(../img/table_img1-sp.webp);
  }
  .table_td-white {
    width: 122px;
    font-size: 16px;
  }
  .table_td-white::before {
    width: 48px;
    height: 42px;
    background-image: url(../img/table_img2-sp.webp);
  }
  .table_th {
    height: 50px;
  }
  .table_th-coution::after {
    font-size: 9px;
    top: 15px;
    right: 12%;
  }
  .table_coution {
    font-size: 12px;
    margin-top: 15px;
  }
}
.problem {
  position: relative;
  padding-top: 0;
}
.problem_inner {
  margin-bottom: 0;
}
.problem::before, .problem::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 75px solid white;
}
.problem::before {
  left: 0;
  border-right: 50vw solid transparent;
}
.problem::after {
  right: 0;
  border-left: 50vw solid transparent;
}
.problem_img {
  width: 434px;
}
.problem_item {
  font-size: 24px;
  color: #055C41;
  text-align: center;
  border: 1px solid #055C41;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
}
.problem_item-1 {
  margin: 25px auto 25px 0;
  position: relative;
}
.problem_item-1::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #055C41;
  top: 52.5%;
  right: -51px;
  transform: translateX(-50%) rotate(25deg);
  -webkit-transform: translateX(-50%) rotate(25deg);
  -ms-transform: translateX(-50%) rotate(25deg);
}
.problem_item-2 {
  margin: 0 0 0 auto;
  position: relative;
}
.problem_item-2::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #055C41;
  top: 45%;
  right: -51px;
  transform: translateX(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) rotate(-25deg);
}
.problem_list {
  margin-bottom: 20px;
}
.problem_heading {
  font-size: 50px;
  color: #055C41;
  text-align: center;
}
.problem_wrap {
  width: calc(100% - 500px);
}

@media (max-width: 1000px) {
  .problem {
    padding-bottom: 100px;
  }
  .problem_inner {
    margin-bottom: 0;
    display: none;
  }
  .problem::before, .problem::after {
    border-bottom: 40px solid white;
  }
  .problem_img {
    width: 97%;
    margin: 0 0 0 auto;
  }
}
.point {
  padding: 150px 0 100px;
}
.point_caption {
  font-size: 34px;
  color: white;
  background: #055C41;
  padding: 2.5px 15px 5px;
}
.point_num {
  font-size: 80px;
  color: #055C41;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.point_nums {
  gap: 15px;
}
.point_heading {
  font-size: 30px;
  color: #055C41;
  line-height: 1.3;
  margin-top: 5px;
}
.point_heading-big {
  line-height: 1.3;
  font-size: 44px;
}
.point_heading-line {
  color: #F77C23;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 13px;
  text-decoration-color: #FFFF21;
  text-underline-offset: -1.5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.point_texts {
  gap: 25px;
  margin-bottom: 37.5px;
}
.point_text {
  text-align: center;
  color: #055C41;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .point_caption {
    font-size: 24px;
  }
  .point_num {
    font-size: 54px;
  }
  .point_heading {
    font-size: 22px;
  }
  .point_heading-big {
    font-size: 28px;
  }
  .point_text {
    font-size: 20px;
  }
}
@media (max-width: 775px) {
  .point {
    padding: 60px 0;
  }
  .point_caption {
    font-size: 22px;
  }
  .point_num {
    font-size: 52px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .point_nums {
    gap: 7.5px;
  }
  .point_heading {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .point_heading-big {
    line-height: 1.8;
    font-size: 26px;
  }
  .point_heading-line {
    text-decoration-thickness: 9px;
    padding-right: 10px;
  }
  .point_texts {
    gap: 0px;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .point_table {
    width: 92%;
    margin: 0 auto 50px;
  }
  .point_text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .point_btn {
    width: 92%;
    max-width: 400px;
  }
}
.flow {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 75px;
}
.flow_item {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: 35px;
  position: relative;
}
.flow_item-gray {
  background: #EDEDED;
  color: #055C41;
}
.flow_item-green {
  background: #3BBF96;
  color: #FFFF21;
}
.flow_item::after {
  position: absolute;
  content: "";
  background: #055C41;
  height: 24px;
  width: 52px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow_title {
  color: #FFFF21;
  background: #055C41;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding: 15px 0;
}
.flow_text {
  text-align: center;
  font-size: 26px;
  color: white;
  background: #3BBF96;
  padding: 22.5px 0;
}
.flow_text span {
  color: #FFFF21;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .flow_item {
    font-size: 22px;
  }
  .flow_title {
    font-size: 22px;
  }
  .flow_text {
    font-size: 22px;
  }
}
@media (max-width: 775px) {
  .flow {
    width: 92%;
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .flow_item {
    font-size: 20px;
    padding: 12.5px 0;
    margin-bottom: 25px;
  }
  .flow_item::after {
    height: 18px;
    width: 41px;
    bottom: -18px;
    left: 50%;
  }
  .flow_title {
    font-size: 20px;
    padding: 12.5px 0;
  }
  .flow_text {
    font-size: 20px;
    padding: 20px 0;
  }
}
.merit {
  margin: 0 0 50px auto;
  background: #EDEDED;
  max-width: 1200px;
}
.merit_img {
  max-width: 550px;
  width: 45%;
}
.merit_title {
  font-size: 36px;
  color: #055C41;
  margin-bottom: 15px;
}
.merit_title span {
  font-size: 42px;
  font-weight: 600;
}
.merit_item {
  border-left: 5px solid #3BBF96;
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
}
.merit_item:not(:last-child) {
  margin-bottom: 15px;
}
.merit_inner {
  gap: 32.5px;
}

@media (max-width: 1100px) {
  .merit {
    max-width: 900px;
  }
  .merit_title {
    font-size: 24px;
  }
  .merit_title span {
    font-size: 30px;
  }
  .merit_item {
    font-size: 20px;
  }
}
@media (max-width: 775px) {
  .merit {
    margin: 0 auto 50px;
    width: 92%;
    max-width: 400px;
  }
  .merit_img {
    width: 100%;
  }
  .merit_title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
  }
  .merit_title span {
    font-size: 28px;
  }
  .merit_item {
    border-left: 4px solid #3BBF96;
    padding-left: 7.5px;
    font-size: 18px;
  }
  .merit_item:not(:last-child) {
    margin-bottom: 12.5px;
  }
  .merit_inner {
    gap: 0px;
    flex-direction: column-reverse;
  }
  .merit_texts {
    padding: 25px 0;
  }
}
.voice_img {
  max-width: 300px;
  width: 32.5%;
  position: absolute;
  bottom: 40px;
}
.voice_img-left {
  left: -10%;
}
.voice_img-right {
  right: -10%;
}
.voice_bottomImg {
  width: 600px;
  display: block;
  margin: 5px auto 7.5px;
}
.voice_coution {
  font-size: 26px;
  color: #055C41;
  text-align: center;
  font-weight: 600;
}
.voice_title {
  font-size: 44px;
  color: #055C41;
  text-align: center;
  margin-bottom: 125px;
}
.voice_title span {
  font-size: 50px;
  font-weight: 600;
}
.voice_item {
  background: white;
  max-width: 820px;
  position: relative;
  padding: 55px 40px 40px;
}
.voice_item:last-child {
  margin-bottom: 0;
}
.voice_item-left {
  margin: 0 0 125px auto;
}
.voice_item-right {
  margin: 0 auto 100px 0;
}
.voice_text {
  font-size: 22px;
  margin-bottom: 15px;
}
.voice_texts {
  max-width: 609px;
}
.voice_texts-left {
  margin: 0 0 0 auto;
}
.voice_texts-right {
  margin: 0 auto 0 0;
}
.voice_name {
  font-size: 18px;
  font-weight: 600;
  color: #3BBF96;
  text-align: right;
}
.voice_heading {
  color: white;
  background: #3BBF96;
  font-size: 28px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 40px;
  position: absolute;
  top: -25px;
}
.voice_heading-right {
  left: 0px;
}
.voice_heading-left {
  left: 210px;
}

@media (max-width: 1000px) {
  .voice_inner {
    max-width: 400px;
  }
  .voice_img {
    width: 200px;
    bottom: auto;
    top: -200px;
  }
  .voice_img-left {
    left: -4%;
  }
  .voice_img-right {
    right: -4%;
  }
  .voice_bottomImg {
    width: 100%;
  }
  .voice_coution {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
  .voice_title {
    font-size: 32px;
    margin-bottom: 235px;
  }
  .voice_title span {
    font-size: 38px;
  }
  .voice_item {
    padding: 35px 17.5px 20px;
  }
  .voice_item-left {
    margin: 0 0 235px auto;
  }
  .voice_item-right {
    margin: 0 auto 235px 0;
  }
  .voice_text {
    font-size: 18px;
    margin-bottom: 7.5px;
  }
  .voice_heading {
    font-size: 22px;
    padding: 5px 20px;
    z-index: 2;
  }
  .voice_heading-right {
    left: 0px;
  }
  .voice_heading-left {
    left: 0px;
  }
}
@media (max-width: 374px) {
  .voice_coution {
    font-size: 19px;
  }
  .voice_img-left {
    left: -2%;
  }
  .voice_img-right {
    right: -2%;
  }
}
.support {
  padding-bottom: 1px;
}
.support_inner {
  margin-bottom: 0px;
}
.support_img-1 {
  max-width: 315px;
  position: relative;
  z-index: 10;
}
.support_img-2 {
  max-width: 500px;
  width: 50%;
}
.support_img-3 {
  max-width: 400px;
  width: 40%;
}
.support_title {
  font-size: 44px;
  color: #055C41;
  text-align: center;
  margin-bottom: 50px;
}
.support_title span {
  font-size: 50px;
  font-weight: 600;
}
.support_texts {
  position: relative;
}
.support_num {
  font-size: 157px;
  line-height: 1;
  color: white;
  position: absolute;
  left: 0px;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.support_num-1 {
  font-size: 157px;
  line-height: 1;
  color: white;
  margin-bottom: 15px;
}
.support_num-2 {
  left: auto;
  right: -100px;
}
.support_num-3 {
  top: 20%;
}
.support_content-1 {
  margin-left: 100px;
  padding-right: 25px;
  width: 430px;
}
.support_content-3 {
  margin-left: 100px;
  width: 500px;
}
.support_content-right {
  width: 430px;
  margin-right: 100px;
}
.support_item {
  width: 100%;
}
.support_item:not(:last-child) {
  margin-bottom: 75px;
}
.support_heading {
  font-size: 38px;
  border-bottom: 1px solid #055C41;
  color: #055C41;
  position: relative;
  z-index: 3;
  margin-left: 100px;
  margin-bottom: 50px;
  line-height: 1.3;
  padding-bottom: 5px;
}
.support_heading-1 {
  position: absolute;
  left: 0px;
  top: 40%;
  width: 500px;
  margin-bottom: 0px;
}
.support_heading-right {
  margin-left: auto;
  width: 100%;
  text-align: right;
  margin-bottom: 50px;
}
.support_text {
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.75;
}
.support_text span {
  color: #FF0000;
}
.support_text-right {
  text-align: right;
}
.support_wrap-right {
  width: calc(100% - 500px);
}

@media (max-width: 1100px) {
  .support_img-1 {
    max-width: 250px;
    height: 360px;
  }
  .support_content-1 {
    width: 330px;
  }
  .support_content-3 {
    width: 350px;
  }
  .support_content-right {
    width: 330px;
  }
  .support_title {
    font-size: 32px;
  }
  .support_title span {
    font-size: 38px;
  }
  .support_num {
    font-size: 100px;
  }
  .support_num-1 {
    font-size: 100px;
  }
  .support_num-2 {
    right: -50px;
  }
  .support_heading {
    font-size: 30px;
    margin-left: 50px;
  }
  .support_heading-right {
    margin-left: auto;
  }
  .support_text {
    font-size: 20px;
  }
}
@media (max-width: 775px) {
  .support {
    padding-bottom: 1px;
    padding-top: 0px;
  }
  .support_inner {
    margin-bottom: 0px;
    max-width: 400px;
  }
  .support_img-1 {
    width: 221px;
    height: 259px;
  }
  .support_img-2 {
    width: 100%;
  }
  .support_img-3 {
    width: 100%;
  }
  .support_title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .support_title span {
    font-size: 38px;
  }
  .support_num {
    font-size: 110px;
    line-height: 1;
    color: white;
    position: absolute;
    left: 0px;
    top: -81%;
  }
  .support_num-1 {
    font-size: 110px;
    margin-bottom: 40px;
  }
  .support_num-2 {
    left: auto;
    right: 0px;
  }
  .support_num-3 {
    top: -47.5%;
  }
  .support_content-1 {
    margin-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .support_content-3 {
    margin-left: 0px;
    width: 100%;
  }
  .support_content-right {
    width: 100%;
    margin-right: 0px;
  }
  .support_item {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .support_item:not(:last-child) {
    margin-bottom: 125px;
  }
  .support_item-2 {
    flex-direction: column-reverse;
  }
  .support_heading {
    font-size: 28px;
    margin-left: 0px;
    margin-bottom: 25px;
    line-height: 1.3;
    padding-bottom: 5px;
  }
  .support_heading-1 {
    left: 0px;
    top: 81%;
    width: 100%;
  }
  .support_heading-right {
    margin-left: auto;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
  }
  .support_text {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 12.5px;
  }
  .support_wrap {
    width: 100%;
  }
  .support_wrap-right {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .support_title {
    font-size: 30px;
  }
  .support_title span {
    font-size: 36px;
  }
}
.faq_title {
  font-size: 38px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
.faq_q {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: white;
  background: #3BBF96;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.faq_qWrap {
  gap: 10px;
  margin-bottom: 10px;
}
.faq_text-q {
  font-size: 30px;
  font-weight: 600;
  color: #3BBF96;
}
.faq_text-a {
  color: white;
  font-size: 22px;
  margin-left: 55px;
}
.faq_item {
  border-bottom: 1px solid white;
  padding-bottom: 30px;
  padding-right: 15px;
}
.faq_item:not(:last-child) {
  margin-bottom: 32.5px;
}

@media (max-width: 1000px) {
  .faq_title {
    font-size: 30px;
  }
  .faq_q {
    font-size: 25px;
  }
  .faq_text-q {
    font-size: 26px;
  }
  .faq_text-a {
    font-size: 22px;
  }
}
@media (max-width: 775px) {
  .faq_title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .faq_q {
    font-size: 23px;
    line-height: 35px;
    width: 39px;
    height: 39px;
  }
  .faq_qWrap {
    align-items: start;
  }
  .faq_text-q {
    font-size: 24px;
    width: calc(100% - 49px);
  }
  .faq_text-a {
    font-size: 20px;
    margin-left: 0px;
  }
  .faq_item {
    padding-bottom: 25px;
    padding-right: 0px;
  }
  .faq_item:not(:last-child) {
    margin-bottom: 27.5px;
  }
}
.info {
  padding-bottom: 1px;
}
.info_title {
  font-size: 38px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}
.info_item {
  color: white;
  font-size: 24px;
  border-top: 1px solid white;
}
.info_item:last-child {
  border-bottom: 1px solid white;
}
.info_heading {
  background: rgba(39, 162, 135, 0.6392156863);
  width: calc(27% - 60px);
}
.info_text {
  line-height: 1.3;
}
.info_heading, .info_text {
  padding: 15px 30px;
}

@media (max-width: 1000px) {
  .info_title {
    font-size: 30px;
  }
  .info_item {
    font-size: 21px;
  }
}
@media (max-width: 775px) {
  .info {
    padding-bottom: 1px;
  }
  .info_title {
    font-size: 28px;
  }
  .info_item {
    font-size: 19px;
    flex-direction: column;
  }
  .info_heading {
    width: calc(100% - 25px);
    padding: 7.5px 12.5px;
  }
  .info_text {
    padding: 7.5px 0 15px 12.5px;
  }
}
.footer {
  color: white;
  text-align: center;
  font-size: 14px;
  padding-bottom: 75px;
}

@media (max-width: 1000px) {
  .footer {
    padding-bottom: 110px;
  }
}
.btn {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn_text {
  background: #F77C23;
  color: white;
  font-size: 22px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 17.5px 15px 38.5px;
  position: relative;
  letter-spacing: 0.1em;
}
.btn_text::after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/cta_btn-orange.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media (max-width: 775px) {
  .btn {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 60px;
  }
  .btn_text {
    writing-mode: initial;
    text-orientation: initial;
    padding: 15px 0;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .btn_text::after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(../img/cta_btn-orange.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 12.5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}/*# sourceMappingURL=index.css.map */