@charset "UTF-8";
body {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #555555;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.8823529412px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #555555 !important;
}
.col-red {
  color: #ef765f !important;
}
.col-orn {
  color: #f8b23b !important;
}
.col-beg {
  color: #f8e7cb !important;
}
.col-gry1 {
  color: #f3efe9 !important;
}
.col-gry2 {
  color: #faf8f5 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #555555 !important;
}
.bg-red {
  background-color: #ef765f !important;
}
.bg-orn {
  background-color: #f8b23b !important;
}
.bg-beg {
  background-color: #f8e7cb !important;
}
.bg-gry1 {
  background-color: #f3efe9 !important;
}
.bg-gry2 {
  background-color: #faf8f5 !important;
}

.ptn-beg {
  background: url("/img/common/ptn-beg.png") !important;
}

.btn-ptn1 .btn-link {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: dashed 1px rgba(85, 85, 85, 0.3);
  border-bottom: dashed 1px rgba(85, 85, 85, 0.3);
  padding: 12px 0;
}
.btn-ptn1 .btn-link:hover {
  color: rgba(85, 85, 85, 0.8);
}
.btn-ptn2 .btn-link {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-weight: bold;
  color: #f8b23b;
}
.btn-ptn2 .btn-link:hover {
  color: rgba(248, 178, 59, 0.8);
}
.btn-ptn3 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: solid 2px #f8b23b;
  border-radius: 50rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-weight: bold;
}
.btn-ptn3 .btn-link:hover {
  color: rgba(85, 85, 85, 0.8);
}
.btn-ptn4 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  background: #f8b23b;
  color: #fff;
  border-radius: 50rem;
  box-shadow: 0px 6px 6px 0px rgba(85, 79, 68, 0.2);
}
.btn-ptn4 .btn-link:hover {
  box-shadow: none;
}

#side-totop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 77;
}

.ic-tel {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-circle-orn, .ic-circle-beg {
  display: flex;
  align-items: center;
}
.ic-circle-orn::before, .ic-circle-beg::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #f8b23b;
  margin-right: 5px;
}
.ic-circle-beg::before {
  background: #f8e7cb;
}
.ic-wht-start::before, .ic-wht-new::before, .ic-wht-inheritance::before, .ic-wht-demolition::before, .ic-wht-unregistered::before, .ic-wht-change::before, .ic-wht-faq::before {
  content: "";
  display: block;
  width: 14.29%;
  aspect-ratio: 1/1;
  background-image: url("/img/top/mv-ic-start.png");
  background-size: 100%;
  margin-right: 3.57%;
}
.ic-wht-new::before {
  background-image: url("/img/top/mv-ic-new.png");
}
.ic-wht-inheritance::before {
  background-image: url("/img/top/mv-ic-inheritance.png");
}
.ic-wht-demolition::before {
  background-image: url("/img/top/mv-ic-demolition.png");
}
.ic-wht-unregistered::before {
  background-image: url("/img/top/mv-ic-unregistered.png");
}
.ic-wht-change::before {
  background-image: url("/img/top/mv-ic-change.png");
}
.ic-wht-faq::before {
  background-image: url("/img/top/mv-ic-faq.png");
}
.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/18;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-blk, .arw-wht {
  position: relative;
}
.arw-blk::after, .arw-wht::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-under {
  display: flex;
  align-items: center;
}
.arw-solid-under::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 2/1;
  background-image: url("/img/common/arw-solid-under.png");
  background-size: 100%;
  margin-right: 5px;
  transition: 0.3s;
}
.arw-solid-wht {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arw-solid-wht::after {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/2;
  background-image: url("/img/common/arw-solid-wht.png");
  background-size: 100%;
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translateX(-1px);
}
.arw-circle-orn, .arw-circle-orn-flx, .arw-circle-orn-under {
  position: relative;
}
.arw-circle-orn::after, .arw-circle-orn-flx::after, .arw-circle-orn-under::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-circle-orn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arw-circle-orn:hover::after, .arw-circle-orn-flx:hover::after, .arw-circle-orn-under:hover::after {
  transform: translate(-2px, -50%);
}
.arw-circle-orn-flx {
  display: flex;
  align-items: center;
}
.arw-circle-orn-flx::after {
  position: static;
  transform: none;
  margin-left: 10px;
}
.arw-circle-orn-flx:hover::after {
  transform: translateX(-2px);
}
.arw-circle-orn-under::after {
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
.arw-circle-orn-under:hover::after {
  transform: translateY(calc(-50% + 2px)) rotate(90deg);
}

.illust-staff {
  position: relative;
}
.illust-staff::after {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 150/161;
  background-image: url("/img/common/illust-staff.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

.obj-dot::after {
  content: "";
  display: block;
  width: 52px;
  aspect-ratio: 52/4;
  background-image: url("/img/common/obj-dot.png");
  background-size: 100%;
  margin: 20px auto 0 auto;
}
.obj-town {
  position: relative;
  z-index: 1;
}
.obj-town::before, .obj-town::after {
  content: "";
  display: block;
  width: 497px;
  max-width: 25.8854166667%;
  aspect-ratio: 497/98;
  background-image: url("/img/top/about-illust-01.png");
  background-size: 100%;
  position: absolute;
  top: 85px;
  left: 8.59%;
  z-index: -1;
}
.obj-town::after {
  width: 499px;
  max-width: 25.9895833333%;
  aspect-ratio: 499/87;
  background-image: url("/img/top/about-illust-02.png");
  background-size: 100%;
  left: inherit;
  right: 8.89%;
}
.obj-staff-pc {
  position: relative;
}
.obj-staff-pc::before {
  content: "";
  display: block;
  width: 211px;
  max-width: 100%;
  aspect-ratio: 211/173;
  background-image: url("/img/top/about-illust-03.png");
  background-size: 100%;
  position: absolute;
}
.obj-staff-pickup {
  position: relative;
}
.obj-staff-pickup::before {
  content: "";
  display: block;
  width: 155px;
  aspect-ratio: 155/161;
  background-image: url("/img/common/illust-pickup.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50px, -50px);
  z-index: 1;
}
.obj-line::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #555555;
  margin-right: 10px;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale img, .hov-up img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}
.hov-blk-opa a:hover {
  color: rgba(85, 85, 85, 0.8) !important;
}
.hov-wht-opa a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 12px 3%;
  vertical-align: middle;
}
.tbl-ptn1 th {
  width: 20%;
  background: #f8b23b;
  color: #fff;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
}
.tbl-ptn1 tr:not(:first-child) th {
  border-top: solid 1px #fff;
}
.tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 1px #f8e7cb;
}
.tbl-ptn2 th, .tbl-ptn2 td {
  padding: 15px;
}
.tbl-ptn2 th {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  background: #555555;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.tbl-ptn2 thead th:first-child,
.tbl-ptn2 tbody th {
  width: 15%;
}
.tbl-ptn2 thead th:not(:first-child),
.tbl-ptn2 tbody td {
  width: 18.75%;
  border-left: solid 1px #f8e7cb;
}
.tbl-ptn2 thead th:not(:first-child) {
  font-size: 20px;
  font-size: 2rem;
  background: #f8b23b;
}
@media screen and (max-width: 768px) {
  .tbl-ptn2 thead th:not(:first-child) {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn2 thead th:not(:first-child) {
    font-size: 17.6470588235px;
  }
}
.tbl-ptn2 thead th:nth-child(2) {
  background: #ef765f;
}
.tbl-ptn2 tbody th, .tbl-ptn2 tbody td {
  border-top: solid 1px #f8e7cb;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 1280px;
  max-width: 100%;
}
.cts-1600 {
  width: 1600px;
  max-width: calc(100% - 80px);
}

.list-clm-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list-clm-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-nav a {
  transform: rotateZ(0.03deg);
}
.list-news time {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: rgba(85, 85, 85, 0.4);
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.6470588235px;
  }
}
.list-news .list-item {
  width: 100%;
  border-bottom: solid 1px rgba(85, 85, 85, 0.2);
  padding: 20px 0;
}
.list-news .list-item:first-child {
  padding-top: 0;
}
.list-news .list-inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-news .list-ttl {
  margin-top: 15px;
}
.list-news-lower .list-item {
  width: 350px;
  max-width: 100%;
}
.list-news-lower .list-link {
  display: grid;
  row-gap: 10px;
}
.list-news-lower .list-img {
  width: 100%;
  aspect-ratio: 4/3;
}
.list-menu .btn {
  margin-top: auto;
}
.list-menu .btn-link {
  justify-content: flex-end;
}
.list-menu .list-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-menu .list-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-menu .list-ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .list-ttl {
    font-size: 21.1764705882px;
  }
}
.list-menu .list-item {
  width: calc(50% - 20px);
}
.list-menu .list-item:first-child {
  width: 100%;
  flex-direction: inherit;
  justify-content: space-between;
  align-items: center;
}
.list-menu .list-item:first-child .list-ttl {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .list-menu .list-item:first-child .list-ttl {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .list-item:first-child .list-ttl {
    font-size: 29.4117647059px;
  }
}
.list-menu .list-item:first-child .list-inner {
  width: 590px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.list-menu .list-item:first-child .btn {
  margin: 0;
}
.list-menu .list-item:first-child .btn-link {
  justify-content: flex-end;
}
.list-menu .list-item:first-child .list-link::after {
  content: "";
  display: block;
  width: 164px;
  max-width: 100%;
  aspect-ratio: 164/223;
  background-image: url("/img/top/about-illust-04.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(-210px);
  z-index: -1;
}
.list-menu .list-link {
  height: 100%;
  background: #f8e7cb;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0px 6px 6px 0px rgba(85, 79, 68, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.list-menu .list-link:hover {
  box-shadow: 0px 0px 0px 0px rgba(85, 79, 68, 0.2);
  transform: translate(1px, 1px);
}
.list-works {
  row-gap: 40px;
}
.list-works .list-item {
  width: 520px;
  max-width: 100%;
  background: url("/img/common/ptn-beg.png") !important;
  border-radius: 20px;
}
.list-works .list-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
  color: #f8b23b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-works .list-ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works .list-ttl {
    font-size: 21.1764705882px;
  }
}
.list-works .list-inner {
  padding: 30px 50px 15px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
.list-works .list-txt {
  padding: 20px 50px 30px 50px;
  border-top: dashed 1px rgba(85, 85, 85, 0.3);
}
.list-guide .list-item {
  width: 100%;
}
.list-guide .com-layout {
  justify-content: space-between;
}
.list-guide .trouble,
.list-guide .bnr-link {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-guide .trouble {
  width: 650px;
  max-width: 100%;
  background: url("/img/common/ptn-beg.png") !important;
  border: solid 4px #f8b23b;
  padding: 40px;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.list-guide .trouble-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .list-guide .trouble-ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-guide .trouble-ttl {
    font-size: 21.1764705882px;
  }
}
.list-guide .trouble-ttl span {
  border-radius: 50rem;
  background: #f8b23b;
  color: #fff;
  padding: 5px 20px;
}
.list-guide .trouble:after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/30;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(43px, -50%);
  z-index: -1;
}
.list-guide .bnr {
  width: 370px;
  max-width: 100%;
  text-align: center;
}
.list-guide .bnr-link {
  width: 100%;
  height: 100%;
  background: #f8e7cb;
  align-items: center;
  padding: 30px 15px;
  row-gap: 15px;
}
.list-guide .bnr-link:hover {
  box-shadow: 0px 0px 0px 0px rgba(85, 79, 68, 0.2);
  transform: translate(2px, 2px);
}
.list-guide .bnr-link:hover .arw-circle-orn-flx::after {
  transform: translateX(-2px);
}
.list-guide .bnr-link:hover .btn-link {
  color: rgba(248, 178, 59, 0.8);
}
.list-guide .bnr-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 768px) {
  .list-guide .bnr-ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-guide .bnr-ttl {
    font-size: 20px;
  }
}
.list-guide .btn-link:hover {
  color: #f8b23b;
}
.list-guide .arw-circle-orn-flx:hover::after {
  transform: none;
}
.list-check {
  display: grid;
  row-gap: 5px;
}
.list-check .check-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.list-check .check-item::before {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  aspect-ratio: 18/13;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  margin-right: 5px;
  transform: translateY(5px);
}
.list-case .case-item {
  width: 100%;
  background: url("/img/common/ptn-beg.png") !important;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}
.list-case .case-item::before {
  content: "01";
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #f8b23b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40px, 40px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-case .case-item::before {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case .case-item::before {
    font-size: 21.1764705882px;
  }
}
.list-case .case-item:nth-child(2)::before {
  content: "02";
}
.list-case .case-item:nth-child(3)::before {
  content: "03";
}
.list-case .case-item:nth-child(4)::before {
  content: "04";
}
.list-case .case-item:nth-child(5)::before {
  content: "05";
}
.list-case .com-layout {
  justify-content: space-between;
}
.list-case .solution {
  border: solid 2px #f8b23b;
  padding: 20px;
}
.list-flow .flow-ttl {
  width: 180px;
  aspect-ratio: 180/66;
  background: url("/img/common/obj-ribbon.png") center center no-repeat;
  background-size: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, -20px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .list-flow .flow-ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow .flow-ttl {
    font-size: 21.1764705882px;
  }
}
.list-flow .flow-ttl .inner {
  width: 150px;
  position: absolute;
  top: 10px;
  right: 0;
}
.list-flow .flow-item {
  width: 100%;
  position: relative;
}
.list-flow .flow-item-bx {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.list-flow .flow-item-inner {
  padding: 30px 50px;
}
.list-flow .ttl-bar {
  border-radius: 0;
}
.list-step {
  position: relative;
  z-index: 1;
}
.list-step .step-item {
  width: 100%;
  background: url("/img/common/ptn-beg.png") !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 18px 30px 18px 60px;
  text-align: center;
  position: relative;
}
.list-step .step-item::before {
  content: "01";
  display: block;
  background: #ef765f;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  width: 50px;
  height: 100%;
  border-radius: 0 45% 45% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .list-step .step-item::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-step .step-item::before {
    font-size: 17.6470588235px;
  }
}
.list-step .step-item:nth-child(2)::before {
  content: "02";
}
.list-step .step-item:nth-child(3)::before {
  content: "03";
}
.list-step .step-item:nth-child(4)::before {
  content: "04";
}
.list-step .step-item:nth-child(5)::before {
  content: "05";
}
.list-step::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #ef765f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.list-faq .faq-item {
  width: 100%;
}
.list-faq dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 21.1764705882px;
  }
}
.list-faq dt::before {
  content: "";
  display: block;
  width: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  background-image: url("/img/faq/ic-q.png");
  background-size: 100%;
  margin-right: 20px;
  transform: translateY(-20%);
}
.list-faq dt .inner {
  width: 100%;
  border-bottom: solid 2px #f8b23b;
  padding-bottom: 6px;
}
.list-faq dd {
  margin-top: 30px;
  background: url("/img/common/ptn-beg.png") !important;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
}
.list-faq dd::before {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  content: "A.";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(20%);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .list-faq dd::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dd::before {
    font-size: 17.6470588235px;
  }
}
.list-bnr {
  width: 1380px;
  max-width: calc(100% - 120px);
  margin-top: 5vw;
  padding: 50px 0;
  gap: 10px;
}
.list-bnr .arw-circle-orn::after {
  width: 7.14%;
  right: 5.95%;
}
.list-bnr .bnr-item {
  width: 30.43%;
  aspect-ratio: 420/120;
}
.list-bnr .bnr-link {
  width: 100%;
  height: 100%;
  padding: 0 5.95%;
  display: flex;
  align-items: center;
  background: #f8e7cb;
  border-radius: 14px;
  box-shadow: 0px 6px 6px 0px rgba(85, 79, 68, 0.2);
}
.list-bnr .bnr-link:hover {
  background: #f5debb;
  box-shadow: 0px 6px 6px 0px rgba(85, 79, 68, 0);
  transform: translate(1px, 1px);
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.com-tag-main .tag-link {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  display: block;
  background: #f8e7cb;
  padding: 10px 20px;
  border-radius: 4px;
}
.com-tag-main .tag-link:hover {
  color: rgba(85, 85, 85, 0.8);
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.com-tag-sub .tag-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 14.1176470588px;
  }
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-base-clm2 {
  padding: 50px;
}
.com-sdw {
  box-shadow: 0px 6px 6px 0px rgba(85, 79, 68, 0.2);
}

.ttl-main {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
}
.ttl-sub {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 24px;
  font-size: 2.4rem;
  border-left: solid #f8b23b 6px;
  border-bottom: solid 1px #ddd;
  background: #f3efe9;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@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: 20px;
  }
}
.ttl-bar {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
  background: #f8b23b;
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 21.1764705882px;
  }
}
.ttl-dashed {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 26px;
  font-size: 2.6rem;
  border-top: dashed 1px rgba(85, 85, 85, 0.3);
  border-bottom: dashed 1px rgba(85, 85, 85, 0.3);
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ttl-dashed {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-dashed {
    font-size: 21.1764705882px;
  }
}
.ttl-dot {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 24px;
  font-size: 2.4rem;
  color: #f8b23b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ttl-dot {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-dot {
    font-size: 20px;
  }
}
.ttl-dot .inner {
  padding: 0 20px;
}
.ttl-dot::before, .ttl-dot::after {
  content: "";
  display: block;
  width: 27px;
  min-width: 27px;
  aspect-ratio: 27/3;
  background-image: url("/img/common/obj-dot-orn.png");
  background-size: 100%;
}
.ttl-label {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  transform: rotateZ(0.03deg);
  font-size: 20px;
  font-size: 2rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ttl-label {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-label {
    font-size: 17.6470588235px;
  }
}
.ttl-label .inner {
  padding: 8px 20px;
  border-radius: 50rem;
}
.ttl-bdr {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px rgba(85, 85, 85, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ttl-bdr {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr {
    font-size: 16.4705882353px;
  }
}

.base-circle {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 50rem;
}
.base-paper {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  border: solid 2px #555555;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.base-paper::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #555555;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(2px, 2px);
  z-index: -1;
}

.txt-plain {
  line-height: 2;
}

.frame-dot-red {
  border: dotted 4px #ef765f;
  padding: 40px 20px;
}

#hd-bar {
  padding: 0 2.6%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 77;
}

#hd-nav .nav-item {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#hd-nav .nav-link:hover {
  color: #f8b23b;
}
#hd-nav .wrp-ac-nav {
  display: none;
  width: 260px;
  padding-top: 15px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#hd-nav .ac-nav {
  background: #f8b23b;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  row-gap: 10px;
}
#hd-nav .ac-item {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#hd-nav .ac-link {
  padding-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.mv, .sv {
  position: relative;
  z-index: 2;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv::after, .sv::after {
  content: "";
  display: block;
  width: 1600px;
  max-width: calc(100% - 80px);
  border-radius: 50px;
  background: url("/img/common/ptn-beg.png") !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.mv {
  padding-top: 80px;
}
.mv-cc {
  width: 537px;
  max-width: 27.96875%;
}
.mv .img-01, .mv .img-02, .mv .illust-01, .mv .illust-02 {
  position: absolute;
}
.mv .img-01 {
  width: 204px;
  max-width: 10.625%;
  top: 0;
  left: 12.24%;
  transform: translateY(170%);
}
.mv .img-02 {
  width: 335px;
  max-width: 17.4479166667%;
  top: 0;
  right: 14.58%;
  transform: translateY(35%);
}
.mv .illust-01, .mv .illust-02 {
  top: 0;
  transform: translateY(calc(-100% + 1px));
}
.mv .illust-01 {
  width: 272px;
  max-width: 14.1666666667%;
  left: 20.31%;
}
.mv .illust-02 {
  width: 150px;
  max-width: 7.8125%;
  right: 26.25%;
}
.mv::after {
  aspect-ratio: 1600/660;
}

.sv {
  height: 270px;
}
.sv-img {
  width: 300px;
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.sv .illust-staff::after {
  right: 250px;
  bottom: 0;
}
.sv::after {
  aspect-ratio: inherit;
  height: 100%;
}

.top-news {
  padding: 120px 0;
}

.top-about {
  border-radius: 120px 120px 0 0;
  padding: 120px 0 160px 0;
}
.top-about .cts-1280 {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}
.top-about .cts-1280 .cts-1080::after {
  content: "";
  display: block;
  width: 1360px;
  height: 100%;
  background: #ef765f;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 140px);
  z-index: -1;
}
.top-about .ttl-main {
  margin-bottom: 50px;
}
.top-about .ttl-ribbon {
  aspect-ratio: 180/94;
  background: url("/img/top/about-ribbon.png") center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(70px, -20px);
  z-index: 2;
}
.top-about .ttl-ribbon .inner {
  transform: translate(15px, 15px);
}
.top-about .ttl-ribbon .eng {
  color: rgba(255, 255, 255, 0.3);
}
.top-about .obj-staff-pc::before {
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(-120px, -120px);
}
.top-about .comment {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.top-about .comment .inner {
  padding: 10px 20px;
}
.top-about .comment .inner::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/15;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #f8b23b;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(12px, calc(100% - 5px)) rotate(-15deg);
  z-index: -1;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower .ttl-main {
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 54px;
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 31.7647058824px;
  }
}
#ctn-lower .txt-plain {
  line-height: 1.6470588235;
}

#com-contact {
  padding: 100px 0;
}
#com-contact .ttl-main {
  margin-bottom: 50px;
}
#com-contact .com-base {
  padding: 60px 0;
}

#footer {
  padding: 120px 0 40px 0;
}
#footer .cts-1600 {
  padding-top: 80px;
  padding-bottom: 100px;
}

#ft-nav {
  border-left: dashed 1px rgba(85, 85, 85, 0.3);
  padding-left: 20px;
}
#ft-nav .list-nav {
  display: grid;
  row-gap: 20px;
}
#ft-nav .wrp-ac-nav {
  margin-top: 15px;
}
#ft-nav .ac-nav {
  display: grid;
  row-gap: 15px;
}

.ft-copy {
  opacity: 0.6;
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */