/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link, .btn-02__link {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ff6d2d;
  color: #fff;
  font-family: "Zen Kaku Gothic New", system-ui;
  letter-spacing: 0.06em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .btn-01__link, .btn-02__link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-01__link, .btn-02__link {
    font-size: 18.6666666667px;
  }
}
.btn-01__link:hover, .btn-02__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02__link {
  background: #0c335a;
  border-radius: 50rem;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .btn-02__link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-02__link {
    font-size: 18.6666666667px;
  }
}

.ic-mail-20, .ic-mail-25 {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail-20::before, .ic-mail-25::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 25/17;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}
.ic-mail-25::before {
  width: 25px;
}
.ic-line-24, .ic-line-30 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ic-line-24::before, .ic-line-30::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 30/29;
  background-image: url("/img/common/ic-line.png");
  background-size: 100%;
}
.ic-line-30::before {
  width: 30px;
}
.ic-tel-nav, .ic-tel-wht {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel-nav::before, .ic-tel-wht::before {
  content: "";
  display: block;
  width: 36px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel-nav.png");
  background-size: 100%;
}
.ic-tel-wht:before {
  background-image: url("/img/common/ic-tel-wht.png");
  background-size: 100%;
}

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

.deco-dot::after {
  content: "";
  display: block;
  width: 46px;
  aspect-ratio: 46/8;
  background-image: url("/img/common/deco-dot.png");
  background-size: 100%;
  margin-top: 10px;
}
.deco-film-top, .deco-film-btm {
  position: relative;
  z-index: 1;
}
.deco-film-top::before, .deco-film-btm::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  height: 21px;
  background: url("/img/common/pattern-film.png");
  background-repeat: repeat-x;
  left: 0;
}
.deco-film-top::before {
  top: 20px;
}
.deco-film-btm::after {
  bottom: 20px;
}
.deco-sun {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.deco-sun span {
  max-width: calc(100% - 140px);
}
.deco-sun::before, .deco-sun::after {
  content: "";
  display: block;
  width: 39px;
  aspect-ratio: 39/84;
  background-image: url("/img/common/deco-sun.png");
  background-size: 100%;
}
.deco-sun::after {
  transform: scaleX(-1);
}
.deco-sideslash {
  display: flex;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  line-height: 25px;
}
.deco-sideslash::before, .deco-sideslash::after {
  content: "";
  display: block;
  width: 2px;
  background: #0c335a;
  transform: rotate(40deg);
}
.deco-sideslash::before {
  transform: rotate(-40deg);
}

.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 {
  border: solid 2px #0c335a;
}
.tbl-01 th, .tbl-01 td {
  padding: 15px 4%;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.7647058824;
}
.tbl-01 th {
  width: 30%;
  background: #0c335a;
  color: #fff;
  text-align: center;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td {
  border-top: dashed 1px #aeaca5;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-weight: 700;
  line-height: 1;
}
.com-contents {
  display: flex;
  flex-direction: column;
}
.com-frame-5 {
  border: solid 5px #fff;
}
.com-frame-6 {
  border: solid 6px #fff;
}

.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: 45px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 90px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  color: #0c335a;
}
.list-news__item {
  padding: 20px 0;
  border-bottom: dashed 2px #aeaca5;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__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-service, .list-service-sub {
  row-gap: 55px;
}
.list-service__item::before, .list-service-sub__item::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 510/99;
  background-image: url("/img/common/deco-roof.png");
  background-size: 100%;
}
.list-service__ttl, .list-service-sub__ttl {
  transition: 0.3s;
  color: #0c335a;
  font-family: "Zen Kaku Gothic New", system-ui;
}
.list-service__item {
  text-align: center;
  border-bottom: dashed 2px #0c335a;
}
.list-service__item::before {
  margin: 0 0 13px 0;
}
.list-service__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.list-service__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 36px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-orn.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  transition: 0.3s;
}
.list-service__link:hover .list-service__ttl {
  color: #ff6d2d;
}
.list-service__link:hover::after {
  transform: translate(calc(-50% - 2px), 50%);
}
.list-service__img {
  width: 100%;
  aspect-ratio: 332/240;
  overflow: hidden;
}
.list-service__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-service__ttl {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 20px;
  }
}
.list-service-sub__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-service-sub .ttl-01 {
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-service-sub .ttl-01 {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service-sub .ttl-01 {
    font-size: 26.6666666667px;
  }
}
.list-service-sub .ttl-01__inner {
  width: 100%;
}
.list-service-sub__txt {
  line-height: 1.7647058824;
}
.list-works {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-works .list-item,
.list-works .layout-item {
  width: calc((100% - 60px) / 3);
}
.list-works {
  row-gap: 40px;
}
.list-works__link {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-works__link:hover .list-works__ttl,
.list-works__link:hover .tag-sub__list {
  opacity: 0.8;
}
.list-works__img {
  width: 100%;
  aspect-ratio: 340/280;
  overflow: hidden;
}
.list-works__ttl,
.list-works .tag-sub__list {
  transition: 0.3s;
}
.list-works__ttl {
  color: #0c335a;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .list-works__ttl {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-works__ttl {
    font-size: 18px;
  }
}
.list-works .tag-sub__list {
  justify-content: flex-end;
}
.list-banner {
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.list-banner__item {
  background: #fff;
  border-radius: 10px;
}
.list-banner__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.list-banner__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 40px;
  aspect-ratio: 1/1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #ff6d2d;
  right: 12px;
  bottom: 12px;
}
.list-banner__link:hover .ttl-main {
  opacity: 0.8;
}
.list-banner__link:hover::after {
  transform: translate(-2px, -2px);
}
.list-banner .ic-case::before, .list-banner .ic-faq::before {
  content: "";
  display: block;
  width: 140px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/banner-ic-faq.png");
  background-size: 100%;
  transition: 0.3s;
}
.list-banner .ic-case::before {
  background-image: url("/img/common/banner-ic-case.png");
  background-size: 100%;
}
.list-worries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  font-family: "Zen Kaku Gothic New", system-ui;
}
.list-worries__item {
  width: 520px;
  max-width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  color: #0c335a;
  letter-spacing: 0;
}
.list-worries__item span {
  max-width: calc(100% - 33px);
}
.list-worries__item::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check-orn.png");
  background-size: 100%;
}
.list-point {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  color: #0c335a;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-point {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point {
    font-size: 21.3333333333px;
  }
}
.list-point__item {
  background: #f1f3f5;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-point__item span {
  max-width: calc(100% - 33px);
}
.list-point__item::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check-nav.png");
  background-size: 100%;
}
.list-thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-thumbnail .list-item,
.list-thumbnail .layout-item {
  width: calc((100% - 60px) / 3);
}
.list-thumbnail__item {
  aspect-ratio: 340/280;
  overflow: hidden;
}
.list-faq__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-faq dt, .list-faq dd {
  line-height: 1.7647058824;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-faq dt::before, .list-faq dd::before {
  content: "Q";
  display: block;
  width: 30px;
  min-width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt::before, .list-faq dd::before {
    font-size: 20px;
  }
}
.list-faq dt {
  padding: 12px 40px;
  background: #0c335a;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 18.6666666667px;
  }
}
.list-faq dt::before {
  background: #fff;
  color: #0c335a;
}
.list-faq dd {
  padding: 0 40px;
}
.list-faq dd span {
  white-space: pre-wrap;
}
.list-faq dd:before {
  content: "A";
  background: #ff6d2d;
  color: #fff;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  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: #0c335a;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50rem;
  position: relative;
  z-index: 1;
}
.tag-main__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 19px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-wht.png");
  background-size: 100%;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(90deg);
}
.tag-main__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tag-main__link:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 16.6666666667px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #666;
  border: solid 1px #666;
  padding: 3px 15px 5px 15px;
  border-radius: 50rem;
}

.ttl-main {
  font-family: "Zen Kaku Gothic New", system-ui;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.ttl-main .en {
  color: #ff6d2d;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 20px;
  }
}
.ttl-main .jp {
  color: #0c335a;
  letter-spacing: 0;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp {
    font-size: 34.6666666667px;
  }
}
.ttl-main.txt-aln-c.deco-dot::after {
  margin: 10px auto 0 auto;
}
.ttl-sub {
  font-family: "Zen Kaku Gothic New", system-ui;
  border-left: solid #0c335a 6px;
  background: #fff;
  color: #0c335a;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 22.6666666667px;
  }
}
.ttl-01 {
  display: flex;
}
.ttl-01__inner {
  border-bottom: dashed 2px #0c335a;
  padding-bottom: 10px;
  color: #0c335a;
}
.ttl-01.txt-aln-c {
  justify-content: center;
}
.ttl-02 {
  border-left: solid 3px #0c335a;
  padding-left: 10px;
}

.txt-plain {
  line-height: 2;
  font-weight: 500;
}
.txt-01 {
  line-height: 1.7647058824;
}
.txt-02 {
  font-family: "Zen Kaku Gothic New", system-ui;
  line-height: 2;
  font-weight: 600;
}

.header-nav {
  margin-top: 20px;
  border-left: dashed 2px #aeaca5;
  border-right: dashed 2px #aeaca5;
}
.header-nav__list {
  display: flex;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 17.3333333333px;
  }
}
.header-nav__item {
  line-height: 26px;
  position: relative;
}
.header-nav__item:not(:first-child) {
  border-left: dashed 2px #aeaca5;
}
.header-nav__link {
  display: block;
  padding: 0 25px;
}
.header-nav__link:hover {
  color: #ff6d2d;
}
.header-nav .dropdown-menu {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition: 0.3s;
}
.header-nav .dropdown-menu::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-top: solid 2px #0c335a;
  border-right: solid 2px #0c335a;
  transform: rotate(135deg);
}
.header-nav .dropdown-menu__list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 235px;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.header-nav .dropdown-menu__link {
  display: block;
  text-align: center;
}
.header-nav .dropdown-menu__link:hover {
  color: #ff6d2d;
}

.drawer-nav__item,
.footer-nav__item {
  line-height: 1;
}

.footer-nav__list {
  display: grid;
  grid-template-columns: 225px 140px 190px;
  grid-template-rows: repeat(4, auto);
  gap: 35px 45px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 17.3333333333px;
  }
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(4) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.footer-nav__item:nth-child(6) {
  grid-column-start: 2;
  grid-row-start: 4;
}
.footer-nav__item:nth-child(7) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.footer-nav__item:nth-child(8) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.footer-nav__item:nth-child(9) {
  grid-column-start: 3;
  grid-row-start: 3;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__link::before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #ff6d2d;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav .dropdown-menu:hover {
  opacity: 1;
}
.footer-nav .dropdown-menu__list {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(25px);
}
.footer-nav .dropdown-menu__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 2px;
  background: #fff;
}
.footer-nav .dropdown-menu__link:hover {
  opacity: 0.8;
}

.header-bar {
  width: 100%;
  padding: 15px 5.21%;
  position: relative;
  z-index: 88;
}

.mv, .sv {
  border: solid 10px #fff;
  width: 1720px;
  max-width: 89.5833333333%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv-cc, .sv-cc {
  font-family: "Zen Kaku Gothic New", system-ui;
  letter-spacing: 0;
}

.mv {
  aspect-ratio: 1720/820;
  background: url("/img/top/mv-img.jpg") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.2vw;
  position: absolute;
  left: 11%;
  bottom: 0;
  transform: translateY(-37%);
  z-index: 1;
}
.mv-cc__sub, .mv-cc__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.6vw;
}
.mv-cc__sub span, .mv-cc__main span {
  line-height: 1;
  padding: 10px 1.3vw 15px 1.3vw;
}
.mv-cc__sub {
  background: #fff;
  font-size: 32px;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub {
    font-size: 21.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub {
    font-size: 32px;
  }
}
.mv-cc__main {
  font-size: 60px;
  font-size: 3.125vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main {
    font-size: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main {
    font-size: 60px;
  }
}
.mv-cc__main span {
  background: #0c335a;
  color: #fff;
  padding-right: 0;
}

.sv {
  aspect-ratio: 1720/520;
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sv-cc {
  background: #0c335a;
  color: #fff;
  width: 36.05%;
  aspect-ratio: 620/74;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  font-size: 2.3958333333vw;
}
@media screen and (max-width: 1120px) {
  .sv-cc {
    font-size: 30.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc {
    font-size: 46px;
  }
}
.sv-bg-gardening {
  background: url("/img/gardening/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-cleanup {
  background: url("/img/cleanup/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-cleaning {
  background: url("/img/cleaning/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-exterior {
  background: url("/img/exterior/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-outdoor-cleaning {
  background: url("/img/outdoor-cleaning/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-plumbing {
  background: url("/img/plumbing/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-works {
  background: url("/img/works/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-faq {
  background: url("/img/faq/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-company {
  background: url("/img/company/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-blog {
  background: url("/img/blog/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

.top-news {
  padding: 90px 0 0;
}
.top-news .wrp {
  min-height: 370px;
}
.top-news .btn {
  position: absolute;
  top: 260px;
  left: 60px;
  z-index: 1;
}

.top-message {
  padding: 100px 0 250px 0;
  background: url("/img/top/service-frame.png") center bottom -1px no-repeat;
  background-size: 100%;
}
.top-message .ttl-main {
  row-gap: 15px;
  margin-bottom: 35px;
}
.top-message .ttl-main .en {
  font-size: 75px;
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .top-message .ttl-main .en {
    font-size: 85px;
    font-size: 11.0677083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-message .ttl-main .en {
    font-size: 56.6666666667px;
  }
}
.top-message .ttl-main .jp {
  line-height: 1.5;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .top-message .ttl-main .jp {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-message .ttl-main .jp {
    font-size: 33.3333333333px;
  }
}
.top-message .img {
  margin-right: -100px;
}
.top-message .deco-bf::before {
  width: 400px;
  max-width: 100%;
  height: 2px;
  border-top: dashed 2px #0c335a;
  top: 0;
  left: 0;
  transform: translate(-420px, 40px);
}

.top-service {
  padding: 0 0 140px 0;
}
.top-service .ttl-main {
  margin-bottom: 50px;
}

.top-works {
  padding: 120px 0;
}
.top-works .ttl-main {
  margin-bottom: 45px;
}

.top-contact {
  padding: 130px 0 150px 0;
}
.top-contact .ttl-main {
  margin-bottom: 50px;
}

#ctn-low section {
  padding: 120px 0;
}
#ctn-low .ttl-main {
  margin-bottom: 50px;
}

.low-contact .ttl {
  text-align: center;
  color: #0c335a;
  font-family: "Zen Kaku Gothic New", system-ui;
  line-height: 1.2941176471;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .low-contact .ttl {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .low-contact .ttl {
    font-size: 29.3333333333px;
  }
}
.low-contact .ttl em {
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .low-contact .ttl em {
    font-size: 52px;
    font-size: 6.7708333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .low-contact .ttl em {
    font-size: 34.6666666667px;
  }
}

.works-detail .img-main__item {
  position: relative;
  z-index: 1;
}
.works-detail .img-main__item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  content: "Before";
  min-width: 110px;
  background: #0c335a;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 10px 25px;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .works-detail .img-main__item::before {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .works-detail .img-main__item::before {
    font-size: 19.3333333333px;
  }
}
.works-detail .img-main__img {
  width: 510px;
  max-width: 100%;
  aspect-ratio: 510/380;
  overflow: hidden;
}
.works-detail .img-main .after::before {
  content: "After";
  background: #ff6d2d;
}

#com-banner {
  padding: 80px 0 !important;
  background: url("/img/common/banner-bg.png") center bottom no-repeat;
  background-size: 100%;
  background-color: #0c335a;
}
#com-banner .ttl-main {
  transition: 0.3s;
}
#com-banner .ttl-main .en {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #com-banner .ttl-main .en {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-banner .ttl-main .en {
    font-size: 24px;
  }
}
#com-banner.top-banner .ttl-main .jp {
  font-size: 49px;
  font-size: 4.9rem;
}
@media screen and (max-width: 768px) {
  #com-banner.top-banner .ttl-main .jp {
    font-size: 59px;
    font-size: 7.6822916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-banner.top-banner .ttl-main .jp {
    font-size: 39.3333333333px;
  }
}
#com-banner.top-banner .list-banner__item {
  width: 670px;
  max-width: 100%;
  aspect-ratio: 670/190;
}
#com-banner.low-banner .ttl-main .jp {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #com-banner.low-banner .ttl-main .jp {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-banner.low-banner .ttl-main .jp {
    font-size: 32px;
  }
}
#com-banner.low-banner .list-banner__item {
  width: 510px;
  max-width: 100%;
  aspect-ratio: 510/190;
}

#com-contact .cts-1080 {
  outline: solid 1px #0c335a;
  outline-offset: 20px;
}
#com-contact .btn {
  width: 340px;
  max-width: 100%;
}
#com-contact .btn a {
  width: 100%;
  height: 60px;
}

#footer {
  padding: 70px 0 20px 0;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .com-logo {
  margin-bottom: 50px;
}

#side-bar {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 88;
}/*# sourceMappingURL=style.css.map */