@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 {
  border: solid 2px #33322f;
  border-radius: 50rem;
}
.btn-01__link:hover {
  color: rgba(51, 50, 47, 0.8);
}

#side-bar {
  position: fixed;
  right: 3%;
  bottom: 40px;
  z-index: 88;
}
#side-bar .side-btn__link {
  width: 85px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#side-bar .side-totop__link {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  letter-spacing: 0.08em;
}
#side-bar .side-totop__link::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #33322f;
}
#side-bar .side-totop__link:hover::before {
  transform: translateY(-4px);
}

.ic-line, .ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line:before, .ic-mail:before {
  content: "";
  display: block;
  transition: 0.3s;
}
.ic-line::before {
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-mail::before {
  width: 30px;
  aspect-ratio: 35/34;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-circle {
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.arw-circle::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #33322f;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.2s;
}
.arw-circle:hover::after {
  transform: translate(-2px, -50%);
}

.txt-point {
  position: relative;
  z-index: 1;
}
.txt-point::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 0.8vw;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #00a6ae;
  left: 50%;
  bottom: 95%;
  transform: translate(-50%, 0);
}

.obj-arw-triple::after {
  content: "";
  display: block;
  transition: 0.3s;
  width: 46px;
  aspect-ratio: 46/117;
  background-image: url("/img/common/arrow-triple.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-01 th, .tbl-01 td {
  padding: 25px 0;
  font-weight: 600;
  line-height: 1.5555555556;
  border-bottom: solid 1px #afab9f;
}
.tbl-01 th {
  width: 28%;
}
.tbl-01 td {
  padding-left: 10px;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0 !important;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.com-contbx, .com-txtbx {
  display: flex;
  flex-direction: column;
}
.com-round-top {
  border-radius: 200px 200px 0 0;
}

#ctn-top section:first-child, #ctn-low section:first-child {
  background: #eae6d9;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 20px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 20px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 60px) / 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-feature .list-item, .list-menu .list-item, .list-case-low .list-item {
  width: 100%;
}
.list-case-top__item, .list-case-low__item, .list-feature__item, .list-flow__item, .list-menu__item, .list-faq__item {
  background: #fff;
  border-radius: 12px;
}
.list-news-top time {
  display: block;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-news-top time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news-top time {
    font-size: 20px;
  }
}
.list-news-top__item {
  padding: 25px 0;
  border-bottom: solid 1px #afab9f;
}
.list-news-top__item:first-child {
  padding-top: 0 !important;
}
.list-news-top__link {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.list-news-top__bx {
  display: flex;
  align-items: center;
  gap: 15px;
}
.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-check__item {
  background: #fff;
  border-radius: 50rem;
  padding: 17px 25px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 30px;
  min-width: 30px;
  aspect-ratio: 30/26;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  vertical-align: middle;
}
.list-concept__item, .list-concept__img {
  border-radius: 25rem 25rem 10px 10px;
}
.list-concept__item {
  background: #fff;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
}
.list-concept__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: "01";
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00a6ae;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-concept__item::before {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-concept__item::before {
    font-size: 28px;
  }
}
.list-concept__item:nth-child(2)::before {
  content: "02";
}
.list-concept__item:nth-child(3)::before {
  content: "03";
}
.list-concept__item:nth-child(4)::before {
  content: "04";
}
.list-concept__item:nth-child(5)::before {
  content: "05";
}
.list-concept__img {
  overflow: hidden;
}
.list-concept__img img {
  display: inline-block;
  width: 100%;
}
.list-concept__ttl {
  text-align: center;
  line-height: 1.4285714286;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .list-concept__ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-concept__ttl {
    font-size: 25.3333333333px;
  }
}
.list-bnr {
  border-top: solid 2px #afab9f;
  border-bottom: solid 2px #afab9f;
}
.list-bnr__item {
  width: 33.3333333333%;
  aspect-ratio: 643/420;
}
.list-bnr__item:not(:first-child) {
  border-left: solid 2px #afab9f;
}
.list-bnr__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10.94%;
  position: relative;
  z-index: 1;
}
.list-bnr__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  display: inline-block;
  width: 12.5%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle.png");
  background-size: 100%;
  right: 6.25%;
  bottom: 0;
  transform: translate(0, -50%);
}
.list-bnr__link:hover {
  background: #eae6d9;
}
.list-bnr__link:hover::after {
  transform: translate(0, -50%) scale(0.96);
}
.list-bnr .ttl-main .en {
  letter-spacing: 0.08em;
  font-size: 130px;
  font-size: 6.7708333333vw;
}
@media screen and (max-width: 1260px) {
  .list-bnr .ttl-main .en {
    font-size: 86.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .list-bnr .ttl-main .en {
    font-size: 130px;
  }
}
.list-bnr .ttl-main .jp {
  font-size: 35px;
  font-size: 1.8229166667vw;
}
@media screen and (max-width: 1260px) {
  .list-bnr .ttl-main .jp {
    font-size: 23.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .list-bnr .ttl-main .jp {
    font-size: 35px;
  }
}
.list-case-top__item, .list-case-low__item {
  display: flex;
  flex-direction: column;
}
.list-case-top .wrp-img, .list-case-low .wrp-img {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.list-case-top .wrp-img::after, .list-case-low .wrp-img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  aspect-ratio: 29/45;
  background-image: url("/img/common/arrow-blu.png");
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-case-top .img, .list-case-low .img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.list-case-top .img::before, .list-case-low .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.list-case-top .img-before::before, .list-case-low .img-before::before {
  content: "BEFORE";
  background: #afab9f;
}
.list-case-top .img-after::before, .list-case-low .img-after::before {
  content: "AFTER";
  background: #00a6ae;
}
.list-case-top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-case-top .list-item,
.list-case-top .layout-item {
  width: calc((100% - 30px) / 2);
}
.list-case-top__item {
  padding: 35px 30px;
  row-gap: 20px;
}
.list-case-top .wrp-img {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-case-top .wrp-img::after {
  width: 16px;
}
.list-case-top .img {
  width: 215px;
  max-width: 100%;
  aspect-ratio: 215/280;
  border-radius: 8px;
}
.list-case-top .img::before {
  width: 100px;
  max-width: 100%;
  border-radius: 0 0 10px 0;
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-case-top .img::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case-top .img::before {
    font-size: 20px;
  }
}
.list-case-top__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-case-top__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case-top__ttl {
    font-size: 20px;
  }
}
.list-case-low__item {
  padding: 70px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-case-low .wrp-img {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.list-case-low .wrp-img::after {
  width: 40px;
}
.list-case-low .img {
  width: 430px;
  max-width: 100%;
  aspect-ratio: 430/330;
  border-radius: 10px;
}
.list-case-low .img::before {
  width: 120px;
  max-width: 100%;
  border-radius: 0 0 10px 0;
  padding: 10px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-case-low .img::before {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case-low .img::before {
    font-size: 23.3333333333px;
  }
}
.list-case-low dl {
  display: flex;
}
.list-case-low dl dt {
  color: #00a6ae;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-case-low dl dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case-low dl dt {
    font-size: 20px;
  }
}
.list-case-low dl dt::after {
  content: "：";
}
.list-label__item {
  background: #fff;
  color: #00a6ae;
  border-radius: 50rem;
  padding: 18px;
  text-align: center;
}
.list-feature__item, .list-flow__item {
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-feature__item::before, .list-flow__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "01";
  top: 0;
  left: 0;
  z-index: 1;
  width: 65px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px 0 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00a6ae;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .list-feature__item::before, .list-flow__item::before {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-feature__item::before, .list-flow__item::before {
    font-size: 30px;
  }
}
.list-feature__item:nth-child(2)::before, .list-flow__item:nth-child(2)::before {
  content: "02";
}
.list-feature__item:nth-child(3)::before, .list-flow__item:nth-child(3)::before {
  content: "03";
}
.list-feature__item:nth-child(4)::before, .list-flow__item:nth-child(4)::before {
  content: "04";
}
.list-feature__item:nth-child(5)::before, .list-flow__item:nth-child(5)::before {
  content: "05";
}
.list-feature__item:nth-child(6)::before, .list-flow__item:nth-child(6)::before {
  content: "06";
}
.list-feature__item:nth-child(7)::before, .list-flow__item:nth-child(7)::before {
  content: "07";
}
.list-feature__item:nth-child(8)::before, .list-flow__item:nth-child(8)::before {
  content: "08";
}
.list-feature__item:nth-child(9)::before, .list-flow__item:nth-child(9)::before {
  content: "09";
}
.list-feature .txtbx, .list-flow .txtbx {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-feature__item {
  padding: 50px 60px;
}
.list-feature__inner {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-feature .txtbx {
  width: 670px;
  max-width: 100%;
}
.list-feature ul li {
  background: #f8f6f1;
  border-radius: 50rem;
  padding: 5px 10px;
}
.list-flow__item {
  padding: 60px;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 29px;
  aspect-ratio: 29/45;
  background-image: url("/img/common/arrow-blu.png");
  background-size: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, calc(30px - 50%)) rotate(90deg);
}
.list-flow .txtbx {
  width: 465px;
  max-width: 100%;
}
.list-menu__item {
  padding: 60px 70px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-faq__item {
  background: #fff;
  padding: 50px 55px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-faq dt, .list-faq dd {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "Q";
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #00a6ae;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 33.3333333333px;
  }
}
.list-faq dt {
  color: #00a6ae;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 23.3333333333px;
  }
}
.list-faq dd::before {
  content: "A";
  background: #afab9f;
}

.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: #00a6ae;
  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: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 17.3333333333px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #00a6ae;
  display: flex;
}
.tag-sub__item::before {
  content: "";
  display: block;
  transition: 0.3s;
  content: "#";
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.ttl-main .en {
  font-family: "Roboto Condensed", sans-serif;
  color: #00a6ae;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 28px;
  }
}
.ttl-main .jp {
  line-height: 1.25;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp {
    font-size: 46.6666666667px;
  }
}
.ttl-sub {
  border-left: solid #00a6ae 6px;
  background: #fff;
  padding: 10px 20px 15px 20px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22px;
  }
}
.ttl-01 {
  color: #00a6ae;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 30px;
  }
}
.ttl-02 {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-02 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-02 {
    font-size: 26.6666666667px;
  }
}
.ttl-02::before {
  content: "";
  display: block;
  transition: 0.3s;
  width: 5px;
  min-width: 5px;
  aspect-ratio: 5/30;
  border-radius: 50rem;
  background: #00a6ae;
}

.txt-plain {
  line-height: 2;
}
.txt-01 {
  line-height: 2.2222222222;
}
.txt-02 {
  line-height: 1.875;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 17.3333333333px;
  }
}
.txt-03 {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 16.6666666667px;
  }
}
.txt-04 {
  line-height: 2.1875;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-04 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-04 {
    font-size: 17.3333333333px;
  }
}
.txt-05 {
  line-height: 1.9444444444;
}
.txt-06 {
  line-height: 1.7777777778;
}
.txt-07 {
  line-height: 2.125;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .txt-07 {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-07 {
    font-size: 17.3333333333px;
  }
}

.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: 20px;
  width: 640px;
  max-width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eae6d9;
  border-radius: 50rem;
}
.header-nav__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 20px;
  }
}

.footer-nav {
  margin-bottom: 40px;
}
.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 135px 120px;
  grid-template-rows: repeat(4, auto);
  gap: 30px 65px;
}

.footer-sub {
  margin-top: 70px;
}
.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 17.3333333333px;
  }
}
.footer-sub__item {
  padding: 0 15px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #33322f;
}
.footer-sub__item:first-child {
  padding-left: 0;
}
.footer-sub__item:last-child {
  padding-right: 0;
}

#header {
  position: relative;
}

.header-bar {
  width: 100%;
  padding: 0 3.65% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv::after, .sv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  border-radius: 200px 200px 0 0;
  background: #eae6d9;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mv {
  padding-top: 60px;
}
.mv-img {
  width: 1280px;
  max-width: 66.6666666667%;
  margin: 0 auto;
}
.mv-cc {
  width: 584px;
  max-width: 30.4166666667%;
  position: absolute;
  top: 50%;
  left: 5.21%;
  transform: translate(0, -25%);
  z-index: 1;
}
.mv::after {
  aspect-ratio: 1920/240;
}

.sv {
  padding-top: 75px;
}
.sv-img {
  width: 1100px;
  max-width: 57.2916666667%;
  margin: 0 3.65% 0 auto;
}
.sv-cc {
  row-gap: 2vw;
  position: absolute;
  top: 50%;
  left: 4.69%;
  transform: translate(0, -30%);
  z-index: 1;
}
.sv-cc .jp, .sv-cc .en {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.sv-cc .jp {
  letter-spacing: 0.15em;
  font-size: 65px;
  font-size: 3.3854166667vw;
}
@media screen and (max-width: 1260px) {
  .sv-cc .jp {
    font-size: 43.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc .jp {
    font-size: 65px;
  }
}
.sv-cc .en {
  letter-spacing: 0.1em;
  font-size: 37px;
  font-size: 1.9270833333vw;
}
@media screen and (max-width: 1260px) {
  .sv-cc .en {
    font-size: 24.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc .en {
    font-size: 37px;
  }
}
.sv::after {
  aspect-ratio: 1920/150;
}

.top-case .btn, .top-news .btn {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}

.top-worries {
  padding: 180px 0 40px 0;
}
.top-worries .ttl-main {
  margin-bottom: 50px;
}
.top-worries .ttl-main .jp {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .top-worries .ttl-main .jp {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-worries .ttl-main .jp {
    font-size: 40px;
  }
}
.top-worries .obj-arw-triple::after {
  margin: 40px auto 0 auto;
}

.top-concept {
  padding: 100px 0 175px 0;
  background: url("/img/top/concept-en.png") center top no-repeat;
  background-size: 100%;
}
.top-concept .ttl-main {
  margin-bottom: 120px;
}

.top-case {
  padding: 180px 0;
}
.top-case .ttl-main {
  margin-bottom: 70px;
}

.top-access {
  padding: 180px 0 150px 0;
}
.top-access .ttl-main {
  margin-bottom: 60px;
}

.top-news {
  padding: 150px 0 175px 0;
}
.top-news .ttl-main {
  margin-bottom: 60px;
}

#ctn-low section {
  padding: 175px 0;
}
#ctn-low .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}

#com-contact .ttl-main {
  margin-bottom: 35px;
}
#com-contact .com-base {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px 0;
  border-radius: 8px;
  text-align: center;
}
#com-contact .cts-1780 {
  background: #eae6d9;
  border-radius: 50rem;
  padding: 150px 0;
}

.about-reason .obj-arw-triple::after {
  margin: 0 auto;
}

.access-staff .img, .access-staff img {
  border-radius: 25rem 25rem 15px 15px;
  overflow: hidden;
}
.access-staff .img {
  padding: 25px 0;
}

#footer {
  padding: 120px 0 90px 0;
  border-radius: 200px 200px 0 0;
}

.footer-copy {
  max-width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */