@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  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: #33373a;
  scroll-behavior: smooth;
  background: url("/img/common/ptn-wall.png") center center;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #33373a !important;
}
.col-main {
  color: #0065f8 !important;
}
.col-sub {
  color: #fbd6cb !important;
}
.col-bg {
  color: #f0f5f8 !important;
}
.col-bdr {
  color: #cdd2d5 !important;
}
.col-gry {
  color: #8b9eaa !important;
}
.col-red {
  color: #ed3500 !important;
}
.col-blu_lt {
  color: #e6f5fc !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #33373a !important;
}
.bg-main {
  background-color: #0065f8 !important;
}
.bg-sub {
  background-color: #fbd6cb !important;
}
.bg-bg {
  background-color: #f0f5f8 !important;
}
.bg-bdr {
  background-color: #cdd2d5 !important;
}
.bg-gry {
  background-color: #8b9eaa !important;
}
.bg-red {
  background-color: #ed3500 !important;
}
.bg-blu_lt {
  background-color: #e6f5fc !important;
}
.bg-suisai {
  background: url("/img/common/bg-suisai.png") center center no-repeat;
  background-size: cover;
}

.ptn-wall {
  background: url("/img/common/ptn-wall.png") center center;
}

.btn-01__link, .btn-02__link {
  font-family: "Zen Kaku Gothic New", system-ui;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #e6f5fc;
  color: #0065f8;
  border: solid 1px #0065f8;
}
.btn-01__link:hover, .btn-02__link:hover {
  color: rgba(0, 101, 248, 0.8);
}
.btn-02__link {
  background: none;
  border: solid 1px #0065f8;
}
.btn-02 span {
  transform: translateX(-10%);
}

.side-bar {
  width: 76px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 77;
}
.side-bar__contact-link, .side-bar__totop-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-bar__contact {
  height: 240px;
  background: #f0f5f8;
}
.side-bar__contact-link {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #0065f8;
  writing-mode: vertical-rl;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .side-bar__contact-link {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .side-bar__contact-link {
    font-size: 19.4117647059px;
  }
}
.side-bar__contact-link:hover {
  background: #e6f5fc;
  color: rgba(0, 101, 248, 0.8);
}
.side-bar__totop {
  aspect-ratio: 1/1;
  background: #fff;
  border: solid 1px #0065f8;
}
.side-bar__totop-link {
  transform: rotate(-90deg);
}
.side-bar__totop-link:hover {
  background: #f0f5f8;
}
.side-bar__totop-link:hover img {
  transform: translateX(2px);
}
.side-bar__totop img {
  display: block;
  width: 35px;
}

.ic-mail {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 26/24;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-solid-blu-35, .arw-solid-wht-57, .arw-solid-wht-86, .arw-solid-anchor {
  position: relative;
}
.arw-solid-blu-35::after, .arw-solid-wht-57::after, .arw-solid-wht-86::after, .arw-solid-anchor::after {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 35/9;
  background-image: url("/img/common/arw-solid-blu-35.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-blu-35:hover::after, .arw-solid-wht-57:hover::after, .arw-solid-wht-86:hover::after, .arw-solid-anchor:hover::after {
  transform: translate(-2px, -50%);
}
.arw-solid-wht-57::after, .arw-solid-wht-86::after {
  width: 57px;
  aspect-ratio: 57/10;
  background-image: url("/img/common/arw-solid-wht-57.png");
  background-size: 100%;
  position: absolute;
  top: inherit;
  right: 30px;
  bottom: 30px;
  transform: none;
  transition: 0.3s;
}
.arw-solid-wht-57:hover::after, .arw-solid-wht-86:hover::after {
  transform: translate(-2px, 0);
}
.arw-solid-wht-86::after {
  width: 86px;
  aspect-ratio: 86/18;
  background-image: url("/img/common/arw-solid-wht-86.png");
  background-size: 100%;
  right: 35px;
}
.arw-solid-anchor::after {
  width: 30px;
  transform: translate(0, -50%) rotate(90deg);
}
.arw-solid-anchor:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}

.corner-dot-top, .corner-dot-btm {
  width: calc(100% - 70px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.corner-dot-top::before, .corner-dot-top::after, .corner-dot-btm::before, .corner-dot-btm::after {
  content: "";
  display: block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #cdd2d5;
}
.corner-dot-top {
  top: 35px;
}
.corner-dot-btm {
  bottom: 35px;
}

.obj-suisai-blu, .obj-suisai-pnk {
  position: relative;
  z-index: 1;
}
.obj-suisai-blu::before, .obj-suisai-pnk::before {
  content: "";
  display: block;
  width: 498px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-suisai-blu.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-suisai-pnk::before {
  width: 493px;
  max-width: 100%;
  background-image: url("/img/common/obj-suisai-pnk.png");
  background-size: 100%;
}
.obj-buill {
  position: relative;
  z-index: 1;
}
.obj-buill::after {
  content: "";
  display: block;
  width: 76px;
  aspect-ratio: 76/129;
  background-image: url("/img/common/illust-buillding.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-house {
  position: relative;
  z-index: 1;
}
.obj-house::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/95;
  background-image: url("/img/common/illust-house.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-house_tree {
  position: relative;
  z-index: 1;
}
.obj-house_tree::before {
  content: "";
  display: block;
  width: 104px;
  aspect-ratio: 104/95;
  background-image: url("/img/common/illust-house_tree.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a 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);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 {
  border: solid 1px #cdd2d5;
  background: #fff;
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 20px 3%;
  vertical-align: middle;
}
.tbl-ptn1 th {
  width: 25%;
  background: #e6f5fc;
  border-right: solid 1px #cdd2d5;
  text-align: center;
}
.tbl-ptn1 td {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .tbl-ptn1 td {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn1 td {
    font-size: 15.2941176471px;
  }
}
.tbl-ptn1 tr:not(:first-child) th, .tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 1px #cdd2d5;
}

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

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.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: 20px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 60px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 60px) / 4);
}
.layout-clm-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.layout-clm-5 .list-item,
.layout-clm-5 .layout-item {
  width: calc((100% - 80px) / 5);
}
.layout-clm-5-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.layout-clm-5-c .list-item,
.layout-clm-5-c .layout-item {
  width: calc((100% - 80px) / 5);
}

.list-news .list-item, .list-faq .list-item, .list-reason .list-item, .list-menu .list-item, .list-case-lw .list-item, .list-ind .list-item {
  width: 100%;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-news__item {
  border-bottom: solid 1px #cdd2d5;
  padding-bottom: 40px;
}
.list-news__link {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.list-news__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-news .tag-sub {
  margin-bottom: 10px;
}
.list-info dl {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-service {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  row-gap: 70px;
}
.list-service .list-item,
.list-service .layout-item {
  width: calc((100% - 80px) / 2);
}
.list-service__link:hover .list-news__ttl {
  opacity: 0.8;
}
.list-service__link:hover .arw-solid-blu-35::after {
  transform: translate(-2px, -50%);
}
.list-service__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: solid 1px #cdd2d5;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 23.5294117647px;
  }
}
.list-service .arw-solid-blu-35::after {
  right: 0;
}
.list-anchor_min {
  font-family: "Zen Kaku Gothic New", system-ui;
}
.list-anchor_min__link {
  display: block;
  padding: 10px 15px;
  background: #fbd6cb;
  text-align: center;
  letter-spacing: 0;
}
.list-case-top__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.list-case-top__ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 20px 0;
  border-bottom: solid 1px #cdd2d5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-case-top__ttl {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case-top__ttl {
    font-size: 20.5882352941px;
  }
}
.list-faq__item {
  background: #fff;
  padding: 40px 50px;
}
.list-faq__q, .list-faq__a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-faq__q-inner, .list-faq__a-inner {
  padding-top: 10px;
}
.list-faq__q::before, .list-faq__a::before {
  display: block;
  font-family: "Corinthia", cursive;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .list-faq__q::before, .list-faq__a::before {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q::before, .list-faq__a::before {
    font-size: 41.1764705882px;
  }
}
.list-faq__q {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 22px;
  font-size: 2.2rem;
  color: #0065f8;
  border-bottom: solid 1px #cdd2d5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .list-faq__q {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__q {
    font-size: 18.8235294118px;
  }
}
.list-faq__q::before {
  content: "Q.";
  color: #0065f8;
}
.list-faq__a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6470588235;
}
@media screen and (max-width: 768px) {
  .list-faq__a {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq__a {
    font-size: 15.8823529412px;
  }
}
.list-faq__a-inner span {
  white-space: pre-wrap;
}
.list-faq__a::before {
  content: "A.";
  color: #ed3500;
}
.list-faq-lw .list-faq__item {
  background: #f0f5f8;
}
.list-reason__item {
  justify-content: space-between;
  align-items: center;
}
.list-reason__num {
  font-family: "Corinthia", cursive;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #0065f8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .list-reason__num {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__num {
    font-size: 29.4117647059px;
  }
}
.list-reason__txt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.2105263158;
}
@media screen and (max-width: 768px) {
  .list-reason__txt {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-reason__txt {
    font-size: 17.0588235294px;
  }
}
.list-reason.obj-suisai-blu::before {
  top: 0;
  right: 0;
  transform: translate(220px, -245px);
}
.list-reason.obj-house::after {
  left: 0;
  bottom: 0;
  transform: translateX(-100px);
}
.list-anchor-clm2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-anchor-clm2 .list-item,
.list-anchor-clm2 .layout-item {
  width: calc((100% - 30px) / 2);
}
.list-anchor-clm3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list-anchor-clm3 .list-item,
.list-anchor-clm3 .layout-item {
  width: calc((100% - 60px) / 3);
}
.list-anchor__item {
  font-family: "Zen Kaku Gothic New", system-ui;
  border: solid 1px #0065f8;
}
.list-anchor__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #0065f8;
  padding: 20px 0;
}
.list-anchor__link span {
  transform: translateX(-5%);
}
.list-service-lw .com-base {
  background: #f0f5f8;
  padding: 80px 90px;
}
.list-menu__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: solid 1px #cdd2d5;
  padding: 20px 0;
}
.list-menu__ttl {
  font-size: 20px;
  font-size: 2rem;
  border-left: solid 1px #0065f8;
  padding-left: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .list-menu__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu__ttl {
    font-size: 17.6470588235px;
  }
}
.list-menu__price {
  text-align: right;
  min-width: 25%;
}
.list-menu.com-base {
  background: #fff;
  padding: 50px 60px;
}
.list-case-lw__item {
  background: #f0f5f8;
}
.list-case-lw__bx {
  display: flex;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.list-case-lw__bx-ttl {
  font-family: "Corinthia", cursive;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .list-case-lw__bx-ttl {
    font-size: 45px;
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-case-lw__bx-ttl {
    font-size: 26.4705882353px;
  }
}
.list-case-lw__bx-item {
  width: 400px;
  max-width: 100%;
}
.list-case-lw__bx-item:not(:first-child) {
  position: relative;
  z-index: 1;
}
.list-case-lw__bx-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 65px;
  aspect-ratio: 65/13;
  background-image: url("/img/common/arw-solid-blu-65.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-25%, calc(-50% + 20px));
  z-index: -1;
}
.list-case-lw__img {
  width: 100%;
  aspect-ratio: 400/300;
  overflow: hidden;
}
.list-case-lw__txt {
  margin-top: 30px;
  line-height: 2;
  white-space: pre-wrap;
}
.list-case-lw .com-base {
  padding: 70px 90px;
}
.list-ind-wrp.com-base {
  padding: 100px 90px;
}
.list-ind-wrp.obj-suisai-blu::before {
  width: 440px;
  max-width: 100%;
  transform: translate(-230px, -250px) scaleX(-1);
}
.list-ind-wrp.obj-buill::after {
  right: 0;
  bottom: 0;
  transform: translateX(100px);
}
.list-ind__item {
  background: #fff;
}
.list-ind__item.com-base {
  padding: 45px 50px;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Zen Kaku Gothic New", system-ui;
  line-height: 1;
  letter-spacing: 0.04em;
}
.com-contact {
  position: relative;
  z-index: 5;
}
.com-contact-top {
  padding: 180px 0 0;
}
.com-contact__bx {
  margin-top: 50px;
}
.com-contact__bx .layout-item:not(:first-child) {
  border-left: solid 1px #cdd2d5;
  padding-left: 50px;
}
.com-contact .obj-phone, .com-contact .obj-pc {
  position: relative;
  z-index: 1;
}
.com-contact .obj-phone::before, .com-contact .obj-pc::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  z-index: -1;
}
.com-contact .obj-phone::before {
  width: 71px;
  aspect-ratio: 71/94;
  background-image: url("/img/common/illust-phone.png");
  background-size: 100%;
  left: 0;
}
.com-contact .obj-pc::after {
  width: 88px;
  aspect-ratio: 88/78;
  background-image: url("/img/common/illust-pc.png");
  background-size: 100%;
  right: 0;
}
.com-bnr__item {
  aspect-ratio: 510/320;
}
.com-bnr__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 65px 50px;
  position: relative;
  z-index: 1;
}
.com-bnr__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 55, 58, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.com-bnr__link:hover::before {
  background: rgba(51, 55, 58, 0.85);
}
.com-bnr-service {
  background: url("/img/common/bnr-service.png") center center no-repeat;
  background-size: cover;
}
.com-bnr-case {
  background: url("/img/common/bnr-case.png") center center no-repeat;
  background-size: cover;
}
.com-bnr-faq {
  background: url("/img/common/bnr-faq.png") center center no-repeat;
  background-size: cover;
}
.com-bnr .ttl-main {
  text-align: left !important;
  margin-bottom: 0 !important;
}
.com-bnr .ttl-main .eng, .com-bnr .ttl-main .ruby {
  color: #fff;
  font-weight: normal;
}
.com-bnr .ttl-main .ruby {
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .ttl-main .ruby {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-bnr .ttl-main .ruby {
    font-size: 28.2352941176px;
  }
}
.com-time {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.com-time__year, .com-time__day {
  line-height: 1;
}
.com-time__day {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .com-time__day {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-time__day {
    font-size: 19.4117647059px;
  }
}

.tag-main__list {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@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: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  border: solid 1px #33373a;
  color: #33373a;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
@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: 14.1176470588px;
  }
}
.tag-sub__item {
  font-weight: bold;
  line-height: 1;
  color: #8b9eaa;
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.tag-sub__item::before {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/14;
  background-image: url("/img/common/ic-tag.png");
  background-size: 100%;
}

.ttl-main {
  margin-bottom: 60px;
}
.ttl-main .eng, .ttl-main .ruby {
  display: block;
}
.ttl-main .eng {
  font-family: "Corinthia", cursive;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  color: #0065f8;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 41.1764705882px;
  }
}
.ttl-main .ruby {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 35.2941176471px;
  }
}
.ttl-sub {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #0065f8 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  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-bdr {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  border-bottom: solid 1px #0065f8;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ttl-bdr {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bdr {
    font-size: 23.5294117647px;
  }
}
.ttl-side-bdr {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}
.ttl-side-bdr::before, .ttl-side-bdr::after {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 1px;
  background: #0065f8;
}
.ttl-bar {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  background: #fff;
  padding: 10px 4vw;
  text-align: center;
  margin-bottom: 30px;
}

.frame-gry {
  outline: solid 1px #cdd2d5;
  outline-offset: -15px;
}

#ctn-top #header {
  padding: 50px 0 0;
}
#ctn-top #header::before {
  aspect-ratio: 770/1230;
}
#ctn-lower #header {
  padding: 50px 0 90px 0;
}
#ctn-lower #header::before {
  height: 100%;
}

#header {
  position: relative;
  z-index: 1;
}
#header .com-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#header::before {
  content: "";
  display: block;
  width: 770px;
  max-width: 40.1041666667%;
  background-image: url("/img/common/mv-bg.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hd-bar {
  padding: 0 3.65%;
  -moz-column-gap: 2.6%;
       column-gap: 2.6%;
}

.header-nav__list {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header-nav__item {
  line-height: 1;
}
.header-nav__link:hover {
  opacity: 0.8;
}

.mv, .sv {
  margin-top: 40px;
  position: relative;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv-img, .sv-img {
  width: 1300px;
  max-width: 67.7083333333%;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.mv-cc, .sv-cc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  position: absolute;
  left: 6.77%;
  z-index: 1;
}

.mv-cc {
  bottom: 0;
}
.mv-cc__main {
  font-size: 44px;
  font-size: 2.2916666667vw;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1120px) {
  .mv-cc__main {
    font-size: 25.8823529412px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main {
    font-size: 44px;
  }
}
.mv-cc__main-txt {
  background: #fff;
  line-height: 1;
  padding: 1vw 1.2vw;
}
.mv-cc__main-txt:not(:first-child) {
  margin-top: 1vw;
}
.mv-cc__main-txt:nth-child(3) {
  margin-top: 2vw;
}
.mv-cc__sub {
  font-size: 14px;
  font-size: 0.7291666667vw;
  color: rgba(0, 101, 248, 0.5);
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.8vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc__sub {
    font-size: 8.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__sub {
    font-size: 14px;
  }
}
.mv-cc__sub-txt {
  line-height: 1.5714285714;
}

.sv-cc {
  font-size: 46px;
  font-size: 2.3958333333vw;
  line-height: 1;
  width: 650px;
  max-width: 33.8541666667%;
  aspect-ratio: 650/85;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1120px) {
  .sv-cc {
    font-size: 27.0588235294px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc {
    font-size: 46px;
  }
}

#main-contents {
  position: relative;
  z-index: 10;
}

#ctn-top .txt-plain {
  line-height: 2.3888888889;
}

.top-case, .top-faq {
  padding: 180px 0 0;
}

.top-blog {
  padding: 200px 0 0;
}
.top-blog .cts-1080 {
  min-height: 240px;
}
.top-blog .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.top-greeting {
  padding: 240px 0 0;
}
.top-greeting .com-base {
  padding: 100px 0;
}
.top-greeting .com-base::before {
  content: "";
  display: block;
  width: 1080px;
  max-width: 100%;
  aspect-ratio: 1080/106;
  background-image: url("/img/top/greeting-illust.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.top-service {
  padding: 200px 0 180px 0;
}
.top-service .obj-suisai-blu::before {
  top: 0;
  left: 0;
  transform: translate(-260px, -200px);
}
.top-service .obj-buill::after {
  right: 0;
  bottom: 0;
  transform: translateX(130px);
}

.top-area {
  padding: 120px 0;
}
.top-area .img {
  margin-left: -40px;
}

.top-case .list-case-top {
  margin-top: 50px;
}
.top-case .btn {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}
.top-case .obj-suisai-pnk::before {
  top: 0;
  right: 0;
  transform: translate(235px, -35px);
}

.top-faq .com-base {
  padding: 130px 0;
}
.top-faq .btn {
  margin-top: 70px;
}
.top-faq .obj-house_tree::before {
  bottom: 100%;
  left: 0;
  transform: translateX(50px);
}

.top-individuals {
  padding: 180px 0;
}
.top-individuals .ind-bnr {
  width: 100%;
  aspect-ratio: 1280/400;
  background: url("/img/top/individual-img.png") center center no-repeat;
  background-size: cover;
}
.top-individuals .ind-bnr__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 1;
}
.top-individuals .ind-bnr__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 55, 58, 0.44);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.top-individuals .ind-bnr__link:hover::before {
  background: rgba(51, 55, 58, 0.55);
}
.top-individuals .obj-suisai-blu::before {
  top: 0;
  left: 0;
  transform: translate(-170px, -220px);
  z-index: 1;
}

#ctn-lower article {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
}
#ctn-lower .txt-plain {
  line-height: 2;
}

.lower-info .obj-suisai-pnk::before {
  right: 0;
  bottom: 0;
  transform: translate(200px, 200px);
}

.lower-greeting .com-base {
  padding-top: 100px;
  padding-bottom: 100px;
}

#footer {
  background: url("/img/common/bg-suisai.png") center bottom no-repeat;
  background-size: cover;
  padding: 120px 0 90px 0;
}
#footer .com-logo {
  margin-bottom: 50px;
}
#footer .btn-sns {
  margin-top: 40px;
}

.footer-nav__item {
  line-height: 1;
}
.footer-nav__link:hover {
  opacity: 0.8;
}
.footer-nav__list:first-child {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-weight: bold;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
  row-gap: 40px;
}
.footer-nav__list:last-child {
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .footer-nav__list:last-child {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list:last-child {
    font-size: 14.7058823529px;
  }
}
.footer-nav__list:last-child .footer-nav__item:not(:first-child) {
  border-left: solid 1px #33373a;
  padding-left: 20px;
}

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