@charset "UTF-8";
/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link {
  color: #fff;
  border-radius: 8px;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-line, .ic-pin-20, .ic-pin-26 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-line, .ic-line-40 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-line::before, .ic-line-40::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 30px;
  max-width: 100%;
  aspect-ratio: 40/39;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-line-40 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.ic-line-40::before {
  width: 40px;
  max-width: 100%;
}
.ic-pin-20, .ic-pin-26 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ic-pin-20::before, .ic-pin-26::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 20px;
  max-width: 100%;
  aspect-ratio: 26/29;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
}
.ic-pin-26:before {
  width: 26px;
  max-width: 100%;
}
.ic-freedial {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-freedial::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 40px;
  max-width: 100%;
  aspect-ratio: 40/29;
  background-image: url("/img/common/ic-freedial.png");
  background-size: 100%;
  transform: translateY(4px);
}

.arw-solid-wht-18 {
  position: relative;
  z-index: 1;
}
.arw-solid-wht-18::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 18px;
  aspect-ratio: 1/1;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%) rotate(45deg);
}
.arw-solid-wht-18:hover::after {
  transform: translate(-2px, -50%) rotate(45deg);
}
.arw-sq-100 {
  position: relative;
  z-index: 1;
}
.arw-sq-100::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 40px 0 0;
  background-image: url("/img/common/arow-sq-grn.jpg");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(3px, 3px);
}
.arw-sq-100:hover::after {
  transform: translate(5px, 5px);
}
.arw-double-grn, .arw-double-ylw {
  position: relative;
  z-index: 1;
}
.arw-double-grn::after, .arw-double-ylw::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 75px;
  max-width: 100%;
  aspect-ratio: 75/113;
  background-image: url("/img/common/arrow-double-grn.png");
  background-size: 100%;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -23px);
}
.arw-double-ylw::after {
  background-image: url("/img/common/arrow-double-ylw.png");
  background-size: 100%;
}

.deco-side-grn, .deco-side-ylw {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.deco-side-grn::before, .deco-side-grn::after, .deco-side-ylw::before, .deco-side-ylw::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 12px;
  min-width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #3c875e;
}
.deco-side-ylw::before, .deco-side-ylw::after {
  background: #dfa300;
}
.deco-btm-grn::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 72px;
  max-width: 100%;
  aspect-ratio: 72/12;
  background-image: url("/img/common/deco-dot.png");
  background-size: 100%;
  margin: 20px 0 0;
}
.deco-btm-grn.txt-aln-c::after {
  margin: 20px auto 0 auto;
}

.obj-top-dotline {
  position: relative;
  z-index: 1;
}
.obj-top-dotline::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1280px;
  height: 5px;
  border-top: dotted 5px #cfcfcf;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.illust-staff-01, .illust-staff-02 {
  position: relative;
  z-index: 1;
}
.illust-staff-01::after, .illust-staff-02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 250px;
  max-width: 100%;
  aspect-ratio: 250/217;
  background-image: url("/img/common/illust-staff-01.png");
  background-size: 100%;
}
.illust-staff-02::after {
  width: 200px;
  max-width: 100%;
  aspect-ratio: 200/308;
  background-image: url("/img/common/illust-staff-02.png");
  background-size: 100%;
}

.deco-bf-float, .deco-af-float,
.obj-bf-float,
.obj-af-float,
.bg-bf-float,
.bg-af-float {
  position: relative;
  z-index: 1;
}
.deco-bf::before, .deco-af::after,
.obj-bf::before,
.obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  transition: 0.3s;
}
.deco-bf-float::before, .deco-af-float::after,
.obj-bf-float::before,
.obj-af-float::after,
.bg-bf-float::before,
.bg-af-float::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-info {
  background: #fff;
}
.tbl-info th, .tbl-info td {
  padding: 25px 4%;
  vertical-align: middle;
  font-weight: 900;
}
.tbl-info th {
  width: 30%;
  background: #62a07a;
  color: #fff;
}
.tbl-info tr:not(:first-child) th, .tbl-info tr:not(:first-child) td {
  border-top: solid 3px #fff;
}
.tbl-info tr:not(:first-child) td {
  border-top-color: #62a07a;
}
.tbl-price-wrp {
  background: #fff;
  background: #fff;
  border: solid 3px #62a07a;
  border-radius: 10px;
  overflow: hidden;
}
.tbl-price thead th {
  padding: 20px;
  background: #62a07a;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .tbl-price thead th {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-price thead th {
    font-size: 26.6666666667px;
  }
}
.tbl-price tbody th, .tbl-price tbody td {
  font-weight: 700;
  text-align: center;
  padding: 30px;
  vertical-align: middle;
}
.tbl-price tbody th {
  width: 50%;
  color: #3c875e;
}
.tbl-price tbody td {
  border-left: solid 3px #62a07a;
}
.tbl-price tbody tr:not(:first-child) th, .tbl-price tbody tr:not(:first-child) td {
  border-top: solid 3px #62a07a;
}
.tbl-price .description th {
  background: #ecf6f1;
  color: #343936;
  text-align: justify;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  letter-spacing: 0.07em;
}
.com-tel .tel span {
  letter-spacing: 0.07em;
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 70px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 70px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-news-top .list-item, .list-news-low .list-item, .list-privacy .list-item, .list-service .list-item, .list-reason .list-item, .list-check .list-item, .list-flow .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  line-height: 1;
  font-weight: 900;
}
.list-news-top__item {
  background: #fff;
  border-radius: 10px;
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 15px 30px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-commitment__item, .list-point__item, .list-support-grn__item, .list-support-ylw__item {
  position: relative;
  z-index: 1;
}
.list-commitment__item::before, .list-point__item::before, .list-support-grn__item::before, .list-support-ylw__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "00";
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e3b424;
  color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 1;
}
.list-commitment__item:nth-child(1)::before, .list-point__item:nth-child(1)::before, .list-support-grn__item:nth-child(1)::before, .list-support-ylw__item:nth-child(1)::before {
  content: "01";
}
.list-commitment__item:nth-child(2)::before, .list-point__item:nth-child(2)::before, .list-support-grn__item:nth-child(2)::before, .list-support-ylw__item:nth-child(2)::before {
  content: "02";
}
.list-commitment__item:nth-child(3)::before, .list-point__item:nth-child(3)::before, .list-support-grn__item:nth-child(3)::before, .list-support-ylw__item:nth-child(3)::before {
  content: "03";
}
.list-commitment__item:nth-child(4)::before, .list-point__item:nth-child(4)::before, .list-support-grn__item:nth-child(4)::before, .list-support-ylw__item:nth-child(4)::before {
  content: "04";
}
.list-commitment__item:nth-child(5)::before, .list-point__item:nth-child(5)::before, .list-support-grn__item:nth-child(5)::before, .list-support-ylw__item:nth-child(5)::before {
  content: "05";
}
.list-commitment__item:nth-child(6)::before, .list-point__item:nth-child(6)::before, .list-support-grn__item:nth-child(6)::before, .list-support-ylw__item:nth-child(6)::before {
  content: "06";
}
.list-commitment__item {
  background: #fff;
  border-radius: 25px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
}
.list-commitment__item::before {
  width: 50px;
  max-width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-commitment__item::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commitment__item::before {
    font-size: 22.6666666667px;
  }
}
.list-commitment__ttl {
  color: #3c875e;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-commitment__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-commitment__ttl {
    font-size: 22.6666666667px;
  }
}
.list-service__item {
  background: #ecf6f1;
  border-radius: 40px;
  border: solid 6px #3c875e;
  overflow: hidden;
}
.list-service__item:nth-child(even) .com-layout {
  flex-direction: row-reverse;
}
.list-service__link {
  padding: 90px 100px;
}
.list-service__ttl {
  color: #3c875e;
  line-height: 1.3;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 33.3333333333px;
  }
}
.list-service .com-layout {
  justify-content: space-between;
}
.list-service .txtbx {
  width: 400px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-service .img {
  overflow: hidden;
}
.list-point__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-point__item::before {
  width: 70px;
  max-width: 100%;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-point__item::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__item::before {
    font-size: 26.6666666667px;
  }
}
.list-point__ttl {
  text-align: center;
  color: #3c875e;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 26.6666666667px;
  }
}
.list-reason__item:nth-child(1) .txtbx::before {
  content: "01";
}
.list-reason__item:nth-child(2) .txtbx::before {
  content: "02";
}
.list-reason__item:nth-child(3) .txtbx::before {
  content: "03";
}
.list-reason__item:nth-child(4) .txtbx::before {
  content: "04";
}
.list-reason__item:nth-child(5) .txtbx::before {
  content: "05";
}
.list-reason__item:nth-child(6) .txtbx::before {
  content: "06";
}
.list-reason .com-layout {
  justify-content: space-between;
}
.list-reason .txtbx {
  width: 660px;
  min-height: 500px;
  background: #fff;
  border-radius: 35px;
  padding: 80px 80px 60px 80px;
  margin: 60px auto 0 0;
  position: relative;
  z-index: 1;
}
.list-reason .txtbx::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "00";
  width: 80px;
  border-radius: 25px 0 25px 0;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-reason .txtbx::before {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason .txtbx::before {
    font-size: 30px;
  }
}
.list-reason .txtbx::before {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #62a07a;
  color: #fff;
  top: 0;
  left: 0;
}
.list-reason .bx {
  width: 425px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-reason .txt {
  width: 410px;
  max-width: 100%;
}
.list-reason .img {
  margin: 0 -100px;
}
.list-reason__ttl {
  color: #3c875e;
  line-height: 1.4285714286;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl {
    font-size: 30px;
  }
}
.list-check {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-check {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-check {
    font-size: 20px;
  }
}
.list-check__item {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 25px;
  min-width: 25px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check-grn.png");
  background-size: 100%;
}
.list-check.ic-col-ylw .list-item {
  background: #f8f2e2;
}
.list-check.ic-col-ylw .list-item::before {
  background-image: url("/img/common/ic-check-ylw.png");
  background-size: 100%;
}
.list-support-grn__item, .list-support-ylw__item {
  background: #ecf6f1;
  padding: 70px 25px 40px 25px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.list-support-grn__item::before, .list-support-ylw__item::before {
  width: 70px;
  max-width: 100%;
  background: #62a07a;
  padding: 0 0 5px 0;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-support-grn__item::before, .list-support-ylw__item::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-support-grn__item::before, .list-support-ylw__item::before {
    font-size: 26.6666666667px;
  }
}
.list-support-grn__txt, .list-support-ylw__txt {
  color: #3c875e;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-support-grn__txt, .list-support-ylw__txt {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-support-grn__txt, .list-support-ylw__txt {
    font-size: 25.3333333333px;
  }
}
.list-support-ylw__item {
  background: #fff;
}
.list-support-ylw__item::before {
  background: #e3b424;
}
.list-support-ylw__txt {
  color: #dfa300;
}
.list-app {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.list-app .list-item,
.list-app .layout-item {
  width: calc((100% - 120px) / 3);
}
.list-app__item {
  background: #fff;
  padding: 55px 20px 40px 20px;
  border-radius: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.list-app__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "00";
  width: 70px;
  border-radius: 25px 0 25px 0;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-app__item::before {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-app__item::before {
    font-size: 26.6666666667px;
  }
}
.list-app__item::before {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #62a07a;
  color: #fff;
  top: 0;
  left: 0;
}
.list-app__item:nth-child(1)::before {
  content: "01";
}
.list-app__item:nth-child(2)::before {
  content: "02";
}
.list-app__item:nth-child(3)::before {
  content: "03";
}
.list-app__item:nth-child(4)::before {
  content: "04";
}
.list-app__item:nth-child(5)::before {
  content: "05";
}
.list-app__item:nth-child(6)::before {
  content: "06";
}
.list-app__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  max-width: 100%;
  aspect-ratio: 27/43;
  background-image: url("/img/common/arrow-ylw.png");
  background-size: 100%;
  top: 50%;
  left: 100%;
  transform: translate(calc(30px - 50%), -50%);
}
.list-app__txt {
  font-weight: 700;
  line-height: 1.3;
  color: #62a07a;
}
.list-voice__item {
  background: #fff;
  border-radius: 40px;
  border: solid 5px #3c875e;
  padding: 60px 70px;
}
.list-voice .com-layout {
  justify-content: space-between;
  align-items: center;
}
.list-voice__img {
  width: 230px;
  max-width: 100%;
}
.list-voice__ttl {
  color: #62a07a;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 26.6666666667px;
  }
}
.list-voice__ttl-sub {
  color: #dfa300;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl-sub {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl-sub {
    font-size: 23.3333333333px;
  }
}
.list-voice .txtbx {
  width: 655px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-dot__item {
  display: flex;
}
.list-dot__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "・";
}
.list-flow__item {
  background: #fff;
  border: solid 5px #3c875e;
  border-radius: 25px;
  padding: 90px 70px 40px 70px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  z-index: 1;
}
.list-flow__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "STEP 00";
  width: 160px;
  max-width: 100%;
  height: 60px;
  border-radius: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 5px 0;
  background: #3c875e;
  color: #fff;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow__item::before {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow__item::before {
    font-size: 23.3333333333px;
  }
}
.list-flow__item:nth-child(1)::before {
  content: "STEP 01";
}
.list-flow__item:nth-child(2)::before {
  content: "STEP 02";
}
.list-flow__item:nth-child(3)::before {
  content: "STEP 03";
}
.list-flow__item:nth-child(4)::before {
  content: "STEP 04";
}
.list-flow__item:nth-child(5)::before {
  content: "STEP 05";
}
.list-flow__item:nth-child(6)::before {
  content: "STEP 06";
}
.list-flow__item:nth-child(7)::before {
  content: "STEP 07";
}
.list-flow__item:nth-child(8)::before {
  content: "STEP 08";
}
.list-flow__item:nth-child(9)::before {
  content: "STEP 09";
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 27px;
  max-width: 100%;
  aspect-ratio: 27/43;
  background-image: url("/img/common/arrow-ylw.png");
  background-size: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(30px + 60%)) rotate(90deg);
}
.list-flow dt {
  color: #3c875e;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 26.6666666667px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 20px;
  }
}
.tag-main__link {
  display: block;
  background: #e3b424;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 15.3333333333px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #e3b424;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
}

.ttl-sub {
  border-radius: 5px;
  overflow: hidden;
  border-left: solid #3c875e 6px;
  background: rgba(238, 238, 238, 0.3);
  padding: 15px 30px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  color: #3c875e;
  line-height: 1.375;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 33.3333333333px;
  }
}
.ttl-02 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 33.3333333333px;
  }
}
.ttl-02 span {
  display: inline-block;
  background: #62a07a;
  color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
}
.ttl-03 span {
  display: inline-block;
  background: #f8f2e2;
  color: #e3b424;
  border-radius: 10px;
  padding: 10px 20px;
}

.txt-plain {
  line-height: 2.1111111111;
  font-weight: 900;
}
.txt-01 {
  line-height: 2.3333333333;
  font-weight: 900;
}
.txt-02 {
  line-height: 1.9444444444;
  font-weight: 900;
}
.txt-03 {
  line-height: 2.1875;
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 17.3333333333px;
  }
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.header-nav__list {
  display: flex;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 19.3333333333px;
  }
}
.header-nav__item {
  display: flex;
  align-items: center;
}
.header-nav__item:not(:first-child):before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 4px;
  max-width: 100%;
  aspect-ratio: 4/22;
  background-image: url("/img/common/header-nav-border.png");
  background-size: 100%;
  margin: 0 25px;
}

.footer-nav {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 50px 60px;
}
.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 220px 200px;
  grid-template-rows: repeat(4, auto);
  gap: 35px 30px;
  font-weight: 900;
}

@media screen and (max-width: 1340px) {
  .header-nav__item:not(:first-child):before {
    margin: 0 15px;
  }
}
#header {
  border-top: solid 6px #62a07a;
}

.header-bar {
  padding: 20px 2.6%;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  -moz-column-gap: 1.56%;
       column-gap: 1.56%;
}
.mv .list-mv-btn {
  width: 725px;
  max-width: 37.7604166667%;
}
.mv-img {
  width: 1065px;
  max-width: 55.46875%;
}
.mv-img .cc {
  width: 55.4%;
  right: 3.76%;
  position: absolute;
  bottom: 0;
  transform: translate(0, -20%);
  z-index: 1;
}

.sv {
  width: 1820px;
  max-width: 94.7916666667%;
  aspect-ratio: 1820/650;
  border-radius: 55px;
  border: solid 6px #cfcfcf;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv-ttl {
  width: 35.71%;
  aspect-ratio: 650/100;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  color: #62a07a;
  font-size: 45px;
  font-size: 2.34375vw;
}
@media screen and (max-width: 1260px) {
  .sv-ttl {
    font-size: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 45px;
  }
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-posture-pelvis {
  background: url("/img/posture-pelvis/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-general-sports {
  background: url("/img/general-sports/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-traffic-accident {
  background: url("/img/traffic-accident/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

.top-info {
  padding: 150px 0 130px 0;
}
.top-info .com-layout__item {
  width: 515px;
  max-width: 100%;
  border-radius: 25px;
  padding: 60px 45px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.top-info .ttl-main {
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .top-info .ttl-main {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-info .ttl-main {
    font-size: 36.6666666667px;
  }
}

.top-about {
  padding: 130px 0 0;
}
.top-about .ttl-main {
  margin-bottom: 40px;
}
.top-about .img {
  margin-left: -150px;
}
.top-about .txtbx {
  margin: 80px -35px 0 0;
}
.top-about .illust {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(150px, 0);
}
.top-about .illust .txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.top-about .illust .txt::before, .top-about .illust .txt::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 2px;
  height: 24px;
  background: #3c875e;
  transform: rotate(-30deg);
}
.top-about .illust .txt::after {
  transform: rotate(30deg);
}

.top-commitment {
  padding: 80px 0 130px 0;
}
.top-commitment .ttl-main {
  margin-bottom: 70px;
}

.top-chart {
  padding: 130px 0;
}
.top-chart .ttl-main {
  margin-bottom: 40px;
}

.top-service {
  padding: 130px 0;
  background: url("/img/top/service-bg.jpg") center center no-repeat;
  background-size: cover;
}
.top-service .ttl-main {
  margin-bottom: 60px;
}
.top-service .illust-staff-02::after {
  right: 0;
  bottom: 0;
  transform: translate(250px, 130px);
}

.top-news {
  padding: 130px 0;
}
.top-news .cts-1080 {
  min-height: 290px;
}
.top-news .ttl-main {
  margin-top: 30px;
}
.top-news .btn {
  position: absolute;
  top: 170px;
  left: 0;
}

#page-low section {
  padding: 120px 0;
}
#page-low .ttl-main {
  line-height: 1.4;
  margin-bottom: 50px;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #page-low .ttl-main {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #page-low .ttl-main {
    font-size: 40px;
  }
}

.about-support .img {
  margin-left: -195px;
}

.about-greeting .img {
  margin-left: -60px;
}
.about-greeting .name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, -100px);
  z-index: 1;
}
.about-greeting .illust-staff-02::after {
  width: 180px;
  max-width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(230px, 120px);
}

.support-posture .illust-staff-01::after, .support-general .illust-staff-01::after {
  width: 225px;
  max-width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(90px, 0);
}
.support-pelvis .illust-staff-02::after, .support-sports .illust-staff-02::after {
  width: 140px;
  max-width: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-75px, 0);
}
.support-insurance .illust-staff-02::after {
  right: 0;
  bottom: 0;
  transform: translate(55px, 0);
  z-index: 1;
}
.support-care .img {
  margin-right: -100px;
}

#footer {
  padding: 80px 0;
}

#btm-bar {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 88;
}

.btm-bar {
  background: url("/img/common/btm-bar-bg.jpg") center center no-repeat;
  background-size: cover;
}
.btm-bar .obj-bf-float::before {
  width: 100px;
  max-width: 100%;
  aspect-ratio: 100/145;
  background-image: url("/img/common/btm-bar-illust.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-45px, 0);
}/*# sourceMappingURL=style.css.map */