/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-01__link {
  font-weight: 400;
  background: #fff;
  border: solid 2px #ff9b2f;
  box-shadow: 4px 4px rgba(255, 155, 47, 0.6);
  border-radius: 10px;
}
.btn-01__link:hover {
  color: rgba(64, 47, 29, 0.8);
  box-shadow: 0px 0px rgba(255, 155, 47, 0.6);
  transform: translate(1px, 1px);
  color: #ff9b2f;
}
.btn-02__link {
  background: #ff9b2f;
  color: #fff;
  box-shadow: 4px 5px rgba(64, 47, 29, 0.15);
  border-radius: 30px;
  line-height: 1.7647058824;
}
.btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px rgba(64, 47, 29, 0.15);
  transform: translate(1px, 1px);
}
.btn-sns__link {
  line-height: 1;
  display: flex;
  letter-spacing: 0.1em;
}
.btn-sns__link span {
  border-bottom: solid 2px #0082ac;
  padding-bottom: 10px;
  transition: 0.3s;
}
.btn-sns__link:hover span {
  opacity: 0.8;
}

#side-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 88;
}

.ic-tel-19, .ic-tel-30 {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.ic-tel-19::before, .ic-tel-30::before {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
  transform: translateY(10%);
}
.ic-tel-30 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel-30::before {
  width: 30px;
}
.ic-line, .ic-instagram {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-line::before, .ic-instagram::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-instagram::before {
  background-image: url("/img/common/ic-instagram.png");
  background-size: 100%;
}

.arw-circle-wht-20 {
  position: relative;
  z-index: 1;
}
.arw-circle-wht-20::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-wht.png");
  background-size: 100%;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.arw-circle-wht-20:hover::after {
  transform: translate(-2px, -50%);
}

.wave-top-blu, .wave-top-sky, .wave-top-wht, .wave-top-wht_sky, .wave-btm-blu, .wave-btm-sky, .wave-btm-wht, .wave-btm-wht_sky {
  position: relative;
  z-index: 1;
}
.wave-top-blu::before, .wave-top-sky::before, .wave-top-wht::before, .wave-top-wht_sky::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1920/45;
  background-image: url("/img/common/wave-blu.png");
  background-size: 100%;
  left: 0;
  top: 0;
  transform: translateY(-1px) scaleY(-1);
  z-index: 1;
}
.wave-top-sky::before {
  background-image: url("/img/common/wave-sky.png");
  background-size: cover;
}
.wave-top-wht::before {
  background-image: url("/img/common/wave-wht.png");
  background-size: cover;
}
.wave-top-wht_sky::before {
  aspect-ratio: 1920/95;
  background-image: url("/img/common/wave-wht_sky.png");
  background-size: cover;
}
.wave-btm-blu::after, .wave-btm-sky::after, .wave-btm-wht::after, .wave-btm-wht_sky::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1920/45;
  background-image: url("/img/common/wave-blu.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0, 1px);
}
.wave-btm-sky::after {
  background-image: url("/img/common/wave-sky.png");
  background-size: cover;
}
.wave-btm-wht::after {
  background-image: url("/img/common/wave-wht.png");
  background-size: cover;
}
.wave-btm-wht_sky::after {
  aspect-ratio: 1920/95;
  background-image: url("/img/common/wave-wht_sky.png");
  background-size: cover;
}

.circle-blu-295-bf, .circle-blu-295-af, .circle-blu-820-bf, .circle-blu-820-af, .circle-blu-900-bf, .circle-blu-900-af, .circle-orn-295-bf, .circle-orn-295-af, .circle-orn-820-bf, .circle-orn-820-af, .circle-orn-900-bf, .circle-orn-900-af {
  position: relative;
  z-index: 1;
}
.circle-blu-295-af::after, .circle-blu-295-bf::before, .circle-blu-820-af::after, .circle-blu-820-bf::before, .circle-blu-900-af::after, .circle-blu-900-bf::before, .circle-orn-295-af::after, .circle-orn-295-bf::before, .circle-orn-820-af::after, .circle-orn-820-bf::before, .circle-orn-900-af::after, .circle-orn-900-bf::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: radial-gradient(circle, rgba(88, 191, 235, 0.5) 0%, rgba(88, 191, 235, 0) 50%);
}
.circle-blu-295-af::after, .circle-blu-295-bf::before, .circle-orn-295-af::after, .circle-orn-295-bf::before {
  width: 295px;
  background: radial-gradient(circle, rgba(88, 191, 235, 0.5) 10%, rgba(88, 191, 235, 0) 70%);
}
.circle-blu-820-af::after, .circle-blu-820-bf::before, .circle-orn-820-af::after, .circle-orn-820-bf::before {
  width: 820px;
  background: radial-gradient(circle, rgba(88, 191, 235, 0.5) 0%, rgba(88, 191, 235, 0) 50%);
}
.circle-blu-900-af::after, .circle-blu-900-bf::before, .circle-orn-900-af::after, .circle-orn-900-bf::before {
  width: 900px;
  background: radial-gradient(circle, rgba(88, 191, 235, 0.5) 0%, rgba(88, 191, 235, 0) 40%);
}
.circle-orn-295-af::after, .circle-orn-295-bf::before {
  background: radial-gradient(circle, rgba(255, 155, 47, 0.3) 10%, rgba(255, 155, 47, 0) 70%);
}
.circle-orn-820-af::after, .circle-orn-820-bf::before {
  background: radial-gradient(circle, rgba(255, 155, 47, 0.3) 0%, rgba(255, 155, 47, 0) 50%);
}
.circle-orn-900-af::after, .circle-orn-900-bf::before {
  background: radial-gradient(circle, rgba(255, 155, 47, 0.3) 0%, rgba(255, 155, 47, 0) 40%);
}

.deco-underline {
  position: relative;
  z-index: 1;
}
.deco-underline::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 8px;
  background-image: url("/img/common/wave-line-sky.png");
  background-repeat: repeat-x;
  top: 100%;
  left: 0;
}
.deco-dot {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.deco-dot::before {
  content: "";
  display: block;
  width: 8px;
  min-width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: url("/img/common/pattern-blu.jpg");
}

.deco-bf, .deco-af,
.obj-bf,
.obj-af,
.bg-bf,
.bg-af {
  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;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01-wrp {
  border: solid 3px #49b5c8;
  border-radius: 12px;
  overflow: hidden;
}
.tbl-01 {
  background: #fff;
}
.tbl-01 th, .tbl-01 td {
  padding: 24px 4%;
  vertical-align: middle;
}
.tbl-01 th {
  width: 30%;
  background: #49b5c8;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.tbl-01 td {
  font-weight: 500;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: solid 1px #fff;
}
.tbl-01 tr:not(:first-child) td {
  border-top-color: #49b5c8;
}
.tbl-01-price th {
  width: 50%;
  text-align: left;
}
.tbl-01-price td {
  text-align: right;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-contents {
  display: flex;
  flex-direction: column;
}
.com-shadow {
  box-shadow: 0.707px 0.707px 18px 2px rgba(51, 51, 51, 0.08);
}
.com-dropshadow {
  filter: drop-shadow(0.707px 0.707px 18px 2px rgba(51, 51, 51, 0.08));
}
.com-txtbx {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 150px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 750px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 1500px) / 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-low .list-item, .list-privacy .list-item, .list-point .list-item, .list-flow .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news-top time {
  display: block;
  color: #ff9b2f;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-news-top time {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top time {
    font-size: 16.6666666667px;
  }
}
.list-news-top time, .list-news-top__ttl {
  font-weight: 500;
}
.list-news-top__link, .list-news-top__inner {
  display: flex;
  flex-direction: column;
}
.list-news-top__link {
  row-gap: 15px;
}
.list-news-top__inner {
  row-gap: 6px;
}
.list-news-top__img {
  width: 100%;
  aspect-ratio: 240/160;
  border-radius: 15px;
  overflow: hidden;
}
.list-news-top__bx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-news-top__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .list-news-top__ttl {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top__ttl {
    font-size: 18px;
  }
}
.list-news-top__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-news-top .tag-sub__list {
  justify-content: flex-end;
}
.list-info dl {
  display: flex;
}
.list-worries__item {
  width: 275px;
  max-width: 100%;
  background: url("/img/common/pattern-wht.jpg");
  box-shadow: 5px 5px #d5f3ff;
  border: solid 3px #58bfeb;
  border-radius: 10px;
  padding: 15px 0;
  text-align: center;
  line-height: 1.8;
}
.list-worries__item:first-child, .list-worries__item:nth-child(3) {
  margin-top: 65px;
}
.list-worries__item:nth-child(4) {
  margin: 0 auto 0 0;
}
.list-worries__item:last-child {
  margin: 0 0 0 auto;
}
.list-reason {
  row-gap: 60px;
}
.list-reason__item {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-reason__item:nth-child(2) .list-reason__ttl::before {
  content: "02";
}
.list-reason__item:nth-child(3) .list-reason__ttl::before {
  content: "03";
}
.list-reason__item:nth-child(4) .list-reason__ttl::before {
  content: "04";
}
.list-reason__item:nth-child(5) .list-reason__ttl::before {
  content: "05";
}
.list-reason__item:nth-child(6) .list-reason__ttl::before {
  content: "06";
}
.list-reason__item:nth-child(7) .list-reason__ttl::before {
  content: "07";
}
.list-reason__item:nth-child(8) .list-reason__ttl::before {
  content: "08";
}
.list-reason__item:nth-child(9) .list-reason__ttl::before {
  content: "09";
}
.list-reason__item:nth-child(10) .list-reason__ttl::before {
  content: "10";
}
.list-reason__ttl, .list-reason__img {
  width: 100%;
}
.list-reason__ttl {
  min-height: 127px;
  padding: 15px 15px 15px 55px;
  display: flex;
  align-items: center;
  background: url("/img/common/pattern-wht.jpg");
  border: solid 3px #49b5c8;
  border-radius: 10px;
  box-shadow: 5px 5px #d5f3ff;
  position: relative;
  z-index: 1;
  line-height: 1.5555555556;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl {
    font-size: 18.6666666667px;
  }
}
.list-reason__ttl::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "01";
  width: 40px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 3px 5px 0;
  background: #49b5c8;
  color: #fff;
  border-radius: 5px 0 10px 0;
  line-break: 1;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-reason__ttl::before {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__ttl::before {
    font-size: 22.6666666667px;
  }
}
.list-reason__ttl::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 21px;
  aspect-ratio: 21/11;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #58bfeb;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 3px);
}
.list-reason__img {
  border-radius: 20px;
  overflow: hidden;
}
.list-bnr-wide__img {
  width: 100%;
  border: solid 4px #0082ac;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.list-bnr-wide__img .img-inner {
  width: 100%;
  aspect-ratio: 510/315;
  border-radius: 20px;
  border: solid 5px #fff;
  overflow: hidden;
}
.list-bnr-wide__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.list-bnr-wide__link:hover .ttl-main .jp::after {
  transform: translate(-2px, 0);
}
.list-bnr-wide__item:nth-child(even) .list-bnr-wide__link {
  flex-direction: column-reverse;
  align-items: flex-end;
}
.list-bnr-wide__item:nth-child(even) .ttl-main {
  align-items: flex-end;
}
.list-bnr-wide .ttl-main {
  row-gap: 5px;
}
.list-bnr-wide .ttl-main .jp {
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-bnr-wide .ttl-main .jp::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.list-bnr-wide .ttl-main .en {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-bnr-wide .ttl-main .en {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr-wide .ttl-main .en {
    font-size: 25.3333333333px;
  }
}
.list-bnr-small__item {
  aspect-ratio: 510/180;
}
.list-bnr-small__link {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 5px 5px rgba(64, 47, 29, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
.list-bnr-small__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-wht.png");
  background-size: 100%;
  right: 15px;
  bottom: 15px;
}
.list-bnr-small__link:hover {
  box-shadow: 0 0 rgba(64, 47, 29, 0.15);
  transform: translate(2px, 2px);
}
.list-bnr-small__link:hover .ttl-main {
  opacity: 0.8;
}
.list-bnr-small__link:hover::after {
  transform: translate(-4px, 0);
}
.list-bnr-small .flow {
  background: url("/img/top/banner-ic-flow.png") right 35px top no-repeat;
  background-color: #ff9b2f;
}
.list-bnr-small .faq {
  background: url("/img/top/banner-ic-faq.png") right 35px top no-repeat;
  background-color: #ff9b2f;
}
.list-bnr-small .ttl-main {
  row-gap: 0;
  transition: 0.3s;
}
.list-bnr-small .ttl-main .en {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-bnr-small .ttl-main .en {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-bnr-small .ttl-main .en {
    font-size: 25.3333333333px;
  }
}
.list-bnr-small .ttl-main .jp {
  color: #fff;
}
.list-profile__item {
  min-height: 320px;
  background: #fff;
  border: solid 3px #49b5c8;
  border-radius: 10px;
  box-shadow: 4px 4px rgba(88, 191, 235, 0.4);
  padding: 70px 25px 50px 25px;
  position: relative;
}
.list-profile__item:nth-child(3n-1) {
  margin-top: 60px;
}
.list-profile .ttl-01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-profile .ttl-01 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-profile .ttl-01 {
    font-size: 22.6666666667px;
  }
}
.list-profile .ttl-01 .inner {
  background: url("/img/common/pattern-blu.jpg");
  color: #fff;
  width: 260px;
  max-width: 100%;
}
.list-profile .ttl-01 .inner::after {
  background: url("/img/common/pattern-blu.jpg");
}
.list-access__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.list-access dl {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-access dt {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-access dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-access dt {
    font-size: 22.6666666667px;
  }
}
.list-point .com-layout {
  justify-content: space-between;
  align-items: flex-start;
}
.list-point .img, .list-point h4 {
  position: relative;
  z-index: 2;
}
.list-point .img img {
  border-radius: 20px;
}
.list-point .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "01";
  width: 106px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 30px 10px;
  background: rgba(73, 181, 200, 0.2);
  top: 0;
  right: 0;
  transform: translate(40px, -60px);
  color: #0082ac;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-point .img::before {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point .img::before {
    font-size: 33.3333333333px;
  }
}
.list-point .txtbx {
  width: 540px;
  max-width: 100%;
  margin-top: 40px;
}
.list-point .txt {
  padding: 60px 0;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
.list-point .txt::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1000vw;
  height: 100%;
  background: #fff;
  border-radius: 0 30px 30px 0;
  top: 0;
  right: -100px;
}
.list-point__item {
  position: relative;
  z-index: 1;
}
.list-point__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-point__item:nth-child(even) .img::before {
  right: inherit;
  left: 0;
  transform: translate(-40px, -65px);
}
.list-point__item:nth-child(even) .txt::after {
  border-radius: 30px 0 0 30px;
  right: inherit;
  left: -100px;
}
.list-point__item:nth-child(1) .img::before {
  content: "01";
}
.list-point__item:nth-child(2) .img::before {
  content: "02";
}
.list-point__item:nth-child(3) .img::before {
  content: "03";
}
.list-point__item:nth-child(4) .img::before {
  content: "04";
}
.list-point__item:nth-child(5) .img::before {
  content: "05";
}
.list-point__item:nth-child(6) .img::before {
  content: "06";
}
.list-point__item:nth-child(7) .img::before {
  content: "07";
}
.list-point__item:nth-child(8) .img::before {
  content: "08";
}
.list-point__item:nth-child(9) .img::before {
  content: "09";
}
.list-point__item:nth-child(10) .img::before {
  content: "10";
}
.list-point__ttl {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 24px;
  }
}
.list-point__ttl span {
  background: url("/img/common/pattern-blu.jpg");
  color: #fff;
  padding: 5px 15px;
}
.list-menu__item {
  background: #fff;
  padding: 100px;
  border-radius: 30px;
  position: relative;
}
.list-menu .com-layout {
  justify-content: space-between;
  align-items: flex-start;
}
.list-menu .ttl-01 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-menu .ttl-01 {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .ttl-01 {
    font-size: 25.3333333333px;
  }
}
.list-menu .ttl-01 .inner {
  width: 1080px;
  max-width: 100%;
  background: url("/img/common/pattern-blu.jpg");
  color: #fff;
  padding: 20px;
}
.list-menu .ttl-01 .inner:after {
  width: 35px;
  aspect-ratio: 35/17;
  background: url("/img/common/pattern-blu.jpg");
}
.list-menu .img {
  width: 480px;
  max-width: 100%;
  aspect-ratio: 480/360;
  border-radius: 30px;
  overflow: hidden;
}
.list-menu .txtbx {
  width: 550px;
  max-width: 100%;
}
.list-menu .wrp-check {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  position: relative;
  margin-top: 80px;
}
.list-menu .wrp-check::before, .list-menu .wrp-check::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #0082ac 0px, #0082ac 4px, transparent 3px, transparent 15px);
  background-size: 15px 4px;
  background-repeat: repeat-x;
}
.list-menu h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-menu h4 {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu h4 {
    font-size: 22.6666666667px;
  }
}
.list-menu h4 em {
  background: #fff;
  color: #ff9b2f;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-menu h4 em {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu h4 em {
    font-size: 26.6666666667px;
  }
}
.list-menu h4 span {
  background: #fff;
  padding: 0 30px;
}
.list-check {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.list-check__item {
  background: #d5f3ff;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 21px;
  min-width: 21px;
  aspect-ratio: 21/17;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 1/1;
  border-right: solid 6px #0082ac;
  border-bottom: solid 6px #0082ac;
  top: 100%;
  left: 50%;
  transform: translate(-50%, calc(30px - 50%)) rotate(45deg);
}
.list-flow__bx {
  width: 820px;
  max-width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-flow dl {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-flow dt {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 16.6666666667px;
  }
}
.list-flow dt em {
  color: #0082ac;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt em {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt em {
    font-size: 20px;
  }
}
.list-flow dd {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-flow dd {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dd {
    font-size: 24px;
  }
}
.list-flow dd::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #0082ac 0px, #0082ac 4px, transparent 3px, transparent 15px);
  background-size: 15px 4px;
  background-repeat: repeat-x;
}
.list-faq__item {
  border: solid 3px #49b5c8;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 5px 5px #d5f3ff;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-faq dt span, .list-faq dd span {
  max-width: calc(100% - 60px);
  padding-top: 10px;
}
.list-faq dt::before, .list-faq dd::before {
  width: 50px;
  content: "Q.";
  display: block;
  color: #ff9b2f;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 58px;
    font-size: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 38.6666666667px;
  }
}
.list-faq dt {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 21.3333333333px;
  }
}
.list-faq dd::before {
  content: "A.";
}
.list-voice {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.list-voice .list-item,
.list-voice .layout-item {
  width: calc((100% - 80px) / 2);
}
.list-voice {
  row-gap: 30px;
}
.list-voice__item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-voice__item:nth-child(2n-1) {
  margin-top: 60px;
}
.list-voice__bx {
  position: relative;
  z-index: 1;
}
.list-voice__bx::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 130px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: rgba(88, 191, 235, 0.3);
  left: 0;
  bottom: 0;
  transform: translate(-40px, 90px);
}
.list-voice__img {
  width: 100%;
  aspect-ratio: 500/460;
  border-radius: 20px;
  overflow: hidden;
}
.list-voice__ttl {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 22.6666666667px;
  }
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #ff9b2f;
  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-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16px;
  }
}
.tag-sub__item::before {
  content: "#";
  display: inline-block;
  color: #ff9b2f;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-family: "Zen Maru Gothic", serif;
}
.ttl-main .jp {
  letter-spacing: 0.1em;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp {
    font-size: 33.3333333333px;
  }
}
.ttl-main .en {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 22.6666666667px;
  }
}
.ttl-main .en span {
  letter-spacing: 0.3em;
  width: 32px;
  height: 32px;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 5px 8px;
  background: #49b5c8;
}
.ttl-main .en span:not(:first-child) {
  margin-left: -8px;
}
.ttl-main .en .space {
  margin-left: 5px !important;
}
.ttl-main.txt-aln-c .en {
  justify-content: center;
}
.ttl-main.txt-aln-rt .en {
  justify-content: flex-end;
}
.ttl-sub {
  font-family: "Zen Maru Gothic", serif;
  border-left: solid #58bfeb 6px;
  border-bottom: solid 1px #ddd;
  background: #faf8f0;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  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-low {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 25px;
  margin-bottom: 60px;
}
.ttl-low .jp,
.ttl-low .en {
  letter-spacing: 0.1em;
}
.ttl-low .jp {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-low .jp {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-low .jp {
    font-size: 33.3333333333px;
  }
}
.ttl-low .en {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  line-height: 1;
  color: #0082ac;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-low .en {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-low .en {
    font-size: 22.6666666667px;
  }
}
.ttl-low .en::before, .ttl-low .en::after {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #58bfeb;
}
.ttl-01 {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  justify-content: center;
}
.ttl-01 .inner {
  background: #d5f3ff;
  color: #0082ac;
  padding: 8px 20px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.ttl-01 .inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 20px;
  aspect-ratio: 20/10;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d5f3ff;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
}

.txt-plain {
  font-weight: 500;
  line-height: 2;
}
.txt-outline-wht {
  position: relative;
  z-index: 1;
  display: block;
}
.txt-outline-wht::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #fff;
  paint-order: stroke fill;
  stroke-linejoin: round;
  white-space: nowrap;
}

.marker-ylw {
  background: linear-gradient(transparent 50%, #ffe9a5 50%);
}

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

.header-nav {
  margin-top: 25px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-nav__link {
  letter-spacing: 0.1em;
}

.footer-nav {
  margin-top: 45px;
}
.footer-nav__list {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.footer-nav__list::before, .footer-nav__list::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #49b5c8 0px, #49b5c8 3px, transparent 3px, transparent 9px);
  background-size: 9px 3px;
  background-repeat: repeat-x;
  left: 0;
}
.footer-nav__list::before {
  top: 0;
}
.footer-nav__list::after {
  bottom: 0;
}
.footer-nav__item {
  padding: 0 10px;
}
.footer-nav__item:not(:first-child) {
  border-left: solid 1px #402f1d;
}
.footer-nav__item:first-child {
  padding-left: 0;
}
.footer-nav__item:last-child {
  padding-right: 0;
}

.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 16px;
  }
}
.footer-sub__item {
  padding: 0 10px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
}
.footer-sub__item:first-child {
  padding-left: 0;
}
.footer-sub__item:last-child {
  padding-right: 0;
}
.footer-sub__link {
  color: #fff;
}

#header {
  position: relative;
  z-index: 1;
}
#header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  height: 214px;
  aspect-ratio: 1920/214;
  background-image: url("/img/common/header-bar-bg.png");
  background-size: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}
#header::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 344px;
  aspect-ratio: 344/171;
  background-image: url("/img/common/header-logo-bg.png");
  background-size: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.header-bar {
  padding-right: 5.21%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.header-bar .com-logo {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 5;
}

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

.mv-cc {
  width: 769px;
  max-width: 40.0520833333%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.sv {
  aspect-ratio: 1920/558;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv-cc {
  width: 600px;
  max-width: 31.25%;
  aspect-ratio: 600/90;
  border-radius: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
  background: rgba(255, 255, 255, 0.95);
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.11em;
  font-size: 38px;
  font-size: 1.9791666667vw;
}
@media screen and (max-width: 1260px) {
  .sv-cc {
    font-size: 25.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc {
    font-size: 38px;
  }
}
.sv-cc:before, .sv-cc::after {
  content: "";
  display: block;
  width: 2.5%;
  min-width: 2.5%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: url("/img/common/pattern-blu.jpg");
}
.sv-bg-about {
  background: url("/img/about/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-reason {
  background: url("/img/reason/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-menu {
  background: url("/img/menu/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-guide {
  background: url("/img/guide/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-voice {
  background: url("/img/voice/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;
}

#ctn-low #header {
  padding-top: 75px;
}

.top-news .ttl-main, .top-about .ttl-main, .top-reason .ttl-main, .top-chart .ttl-main {
  margin-bottom: 60px;
}

.top-news {
  padding: 70px 0 120px 0;
}
.top-news .btn {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}

.top-worries {
  padding: 100px 0 175px 0;
  background: url("/img/top/worries-bg.png") left 0% top 85px no-repeat;
  background-size: auto;
}
.top-worries .ttl-main {
  margin-bottom: 70px;
}
.top-worries .list-worries.obj-af::after {
  width: 429px;
  max-width: 100%;
  aspect-ratio: 429/299;
  background-image: url("/img/top/worries-illust.png");
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 140px);
}
.top-worries.bg-af::after {
  width: 982px;
  max-width: 51.1458333333%;
  aspect-ratio: 982/713;
  background-image: url("/img/top/worries-obj.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
}

.top-about {
  padding: 190px 0;
}
.top-about .ttl-main .jp {
  line-height: 1.5625;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-about .ttl-main .jp {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-about .ttl-main .jp {
    font-size: 28px;
  }
}
.top-about .img {
  position: absolute;
}
.top-about .img-01 {
  top: 0;
  left: 0;
  transform: translate(-270px, 50px);
  z-index: -1;
}
.top-about .img-02 {
  top: 0;
  right: 0;
  transform: translate(420px, -130px);
  z-index: -1;
}
.top-about .img-03 {
  bottom: 0;
  left: 0;
  transform: translate(-150px, 0);
  z-index: 1;
}
.top-about .img-04 {
  bottom: 0;
  right: 0;
  transform: translate(180px, 40px);
  z-index: 1;
}
.top-about.obj-bf::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1920/144;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-reason {
  padding: 100px 0;
}
.top-reason .obj-bf::before {
  width: 144px;
  aspect-ratio: 144/225;
  background-image: url("/img/top/reason-illust-02.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(-165px, -5px);
}
.top-reason .obj-af::after {
  width: 259px;
  aspect-ratio: 259/137;
  background-image: url("/img/top/reason-illust-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(0, -35px);
}
.top-reason.bg-bf::before {
  width: 100%;
  aspect-ratio: 1920/730;
  background: #d5f3ff;
  background: linear-gradient(0deg, #d5f3ff 0%, rgba(213, 243, 255, 0) 100%);
  left: 0;
  bottom: 0;
  z-index: -2;
}
.top-reason.bg-af::after {
  width: 100%;
  aspect-ratio: 1920/311;
  background-image: url("/img/common/footer-bg.png");
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0) scaleX(-1);
}

.top-banner-wide {
  padding: 80px 0;
}

.top-chart {
  padding: 100px 0 0;
}
.top-chart .obj-bf::before {
  width: 209px;
  max-width: 100%;
  aspect-ratio: 209/176;
  background-image: url("/img/top/chart-illust-02.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(-40px, 130px);
}
.top-chart .obj-af::after {
  width: 135px;
  max-width: 100%;
  aspect-ratio: 135/132;
  background-image: url("/img/top/chart-illust-01.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(160px, -30px);
}

.top-banner-small {
  padding: 150px 0 120px 0;
  background: url("/img/top/banner-small-bg.jpg") center center no-repeat;
  background-size: cover;
  margin-top: -60px;
}

#ctn-low section {
  padding: 100px 0;
}
#ctn-low section:first-child {
  position: relative;
  z-index: 2;
}
#ctn-low section:first-child::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 950px;
  background: #cbedf5;
  background: linear-gradient(180deg, #cbedf5 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  z-index: -2;
}
#ctn-low .wave-top-blu, #ctn-low .wave-top-sky, #ctn-low .wave-top-wht, #ctn-low .wave-top-wht_sky {
  padding-top: 150px;
}

.about-therapist .name {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(40px, -30px);
  z-index: 1;
}
.about-therapist .circle-orn-295-bf::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.about-therapist .circle-blu-900-bf::before {
  top: 0;
  left: 0;
  transform: translate(-45%, -25%);
}
.about-therapist .circle-orn-820-af::after {
  right: 0;
  bottom: 0;
  transform: translate(100%, 20%);
}

.reason-about .cts-1080.circle-blu-900-bf::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -20%);
}
.reason-about .list-point__item:nth-child(2).circle-orn-295-bf::before {
  top: 0;
  left: 0;
  transform: translate(-80%, -20%);
}
.reason-about .list-point__item:nth-child(3).circle-orn-820-bf::before {
  top: 0;
  right: 0;
  transform: translate(50%, -20%);
}
.reason-about .list-point__item:nth-child(4).circle-orn-820-bf::before, .reason-about .list-point__item:nth-child(6).circle-orn-820-bf::before {
  top: 0;
  left: 0;
  transform: translate(-60%, -30%);
}
.reason-about .list-point__item:nth-child(5).circle-orn-295-bf::before {
  top: 0;
  right: 0;
  transform: translate(80%, -5%);
}

.guide-flow .circle-blu-820-bf::before {
  top: 0;
  left: 0;
  transform: translate(-50%, 0%);
}
.guide-flow .circle-orn-820-af::after {
  right: 0;
  bottom: 0;
  transform: translate(80%, 20%);
}

#com-contact {
  padding: 120px 0;
  background: url("/img/common/contact-bg.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#com-contact .ttl-main {
  margin-bottom: 50px;
}
#com-contact .wrp-img {
  width: 100%;
  height: 365px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
#com-contact .wrp-img .img {
  width: 50%;
  aspect-ratio: 960/365;
  overflow: hidden;
}
#com-contact .com-base {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  padding: 50px 0 60px 0;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0.707px 0.707px 18px 2px rgba(51, 51, 51, 0.08);
}
#com-contact .com-layout {
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

#footer .wrp-main .com-gmap {
  min-width: 540px;
}
#footer .wrp-main .bx, #footer .wrp-main .inner {
  display: flex;
  flex-direction: column;
}
#footer .wrp-sub {
  padding: 5px 0;
}
#footer.bg-af::after {
  width: 100%;
  aspect-ratio: 1920/311;
  background-image: url("/img/common/footer-bg.png");
  background-size: 100%;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
}/*# sourceMappingURL=style.css.map */