@charset "UTF-8";
/*###################################################################
※※※※ 直接編集禁止 ※※※※
このCSSファイルはSassから生成されていますので直接編集しないようご注意ください。
  編集は拡張子「.scss」ファイルを編集して当ファイルにコンパイルしてください。
  もしくは別途cssファイルを作成して読み込ませてください。
###################################################################*/
:root {
  --base: #fff;
  --main: #b32619;
  --accent: #dd2e1e;
  --bg: #f5f2f2;
  --text: #333;
  --gray: #959595;
  --ls: 0.06em;
}

/*###################################################################
  base（共通設定）
###################################################################*/
* {
  letter-spacing: var(--ls);
}

/*----------------------------------
  html
----------------------------------*/
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 7.6388888889cqw;
}
@media (max-width: 768px) {
  [id] {
    scroll-margin-top: 70px;
  }
}

body {
  container-type: inline-size;
  background-color: var(--base);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

img {
  width: 100%;
  height: auto;
}

/*###################################################################
  animation（共通設定）
###################################################################*/
/*----------------------------------
  mv-title
----------------------------------*/
@-webkit-keyframes mvTitle {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes mvTitle {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/*----------------------------------
  zoom
----------------------------------*/
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*###################################################################
  header（module）
###################################################################*/
.header {
  width: 100%;
  height: 6.9444444444cqw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(245, 242, 242, 0.8);
}
@media (max-width: 768px) {
  .header {
    height: min(13.3333333333cqw, 66.67px);
    background-color: var(--bg);
  }
}
@media (min-width: 769px) {
  .header_top {
    background-color: var(--bg);
  }
  .header_top .header__inner {
    padding-left: 5.5555555556cqw;
  }
  .header_top .header__logo {
    width: 11.7361111111cqw;
    margin-top: 0.6944444444cqw;
  }
}
.header_sticky {
  position: fixed;
  background-color: rgba(245, 242, 242, 0.8);
}
@media (min-width: 769px) {
  .header_sticky .header__inner {
    padding-left: 1.1111111111cqw;
  }
  .header_sticky .header__logo {
    width: 6.3194444444cqw;
    margin-top: 0.3472222222cqw;
  }
}
.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.1111111111cqw;
}
@media (max-width: 768px) {
  .header__inner {
    padding-left: min(5.3333333333cqw, 26.67px);
  }
}
.header__logo {
  width: 6.3194444444cqw;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 0.3472222222cqw;
  margin-right: auto;
}
@media (max-width: 768px) {
  .header__logo {
    width: min(25.0666666667cqw, 125.33px);
    margin-top: min(0.8cqw, 4px);
  }
}
.header__menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav {
  margin-right: 3.6111111111cqw;
}
.header__insta {
  width: 2.4305555556cqw;
  aspect-ratio: 1/1;
  background: url(../images/icon-insta.svg) no-repeat center center/contain;
  margin-right: 2.2222222222cqw;
}
@media (max-width: 768px) {
  .header__insta {
    width: min(9.3333333333cqw, 46.67px);
    margin-right: min(4.8cqw, 24px);
  }
}
.header__tel {
  width: 13.8888888889cqw;
  height: 6.9444444444cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5555555556cqw;
     -moz-column-gap: 0.5555555556cqw;
          column-gap: 0.5555555556cqw;
  background-color: var(--main);
  color: var(--base);
  font-size: 1.1111111111cqw;
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__tel {
    display: none;
  }
}
.header__tel::before {
  content: "";
  width: 1.6666666667cqw;
  aspect-ratio: 1/1;
  background: url(../images/icon-tel.svg) no-repeat center center/contain;
}
.header__contact {
  width: 12.5cqw;
  height: 6.9444444444cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5555555556cqw;
     -moz-column-gap: 0.5555555556cqw;
          column-gap: 0.5555555556cqw;
  background-color: var(--accent);
  color: var(--base);
  font-size: 1.1111111111cqw;
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact::before {
  content: "";
  width: 1.7361111111cqw;
  aspect-ratio: 35/25;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

@media (hover: hover) and (pointer: fine) {
  .header__logo-link, .header__insta {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header__logo-link:hover, .header__logo-link:focus, .header__insta:hover, .header__insta:focus {
    opacity: 0.7;
  }
  .header__tel {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .header__tel:hover, .header__tel:focus {
    background-color: #940204;
  }
  .header__contact {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .header__contact:hover, .header__contact:focus {
    background-color: #940204;
  }
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.header-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.75cqw;
     -moz-column-gap: 3.75cqw;
          column-gap: 3.75cqw;
}
.header-nav__link {
  position: relative;
  color: var(--text);
  font-size: max(1.1111111111cqw, 12px);
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
  margin-right: -0.06em;
}
.header-nav__link_current::after {
  content: "";
  width: 0.4166666667cqw;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -0.6944444444cqw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--accent);
}

@media (hover: hover) and (pointer: fine) {
  .header-nav__link {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .header-nav__link:hover, .header-nav__link:focus {
    color: var(--accent);
  }
}
/*###################################################################
  footer（module）
###################################################################*/
.footer {
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: min(16cqw, 80px);
  }
}
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__map {
  width: 100%;
  height: 24.7222222222cqw;
  display: block;
}
@media (max-width: 768px) {
  .footer__map {
    height: min(94.9333333333cqw, 474.67px);
  }
}
.footer__body {
  background-color: var(--bg);
}
.footer__inner {
  height: 20cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.0833333333cqw;
     -moz-column-gap: 2.0833333333cqw;
          column-gap: 2.0833333333cqw;
  padding-inline: 5.5555555556cqw;
}
@media (max-width: 768px) {
  .footer__inner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 7.2cqw;
    padding-top: 13.3333333333cqw;
    padding-bottom: 15.4666666667cqw;
    padding-inline: 2.9333333333cqw;
  }
}
.footer__info {
  max-width: 24.1666666667cqw;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.875cqw;
}
@media (max-width: 768px) {
  .footer__info {
    max-width: 94.1333333333cqw;
    row-gap: 7.2cqw;
  }
}
.footer__logo {
  max-width: 8.0555555556cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__logo {
    max-width: 44cqw;
  }
}
.footer__address {
  color: var(--text);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer__address {
    font-size: 4.2666666667cqw;
  }
}
.footer__insta {
  min-width: 2.4305555556cqw;
  aspect-ratio: 1/1;
  background: url(../images/icon-insta.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .footer__insta {
    min-width: 9.3333333333cqw;
  }
}
.footer__copyright {
  height: 3.8888888889cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #940204;
}
@media (max-width: 768px) {
  .footer__copyright {
    height: min(14.9333333333cqw, 74.67px);
  }
}
.footer__copy {
  color: var(--base);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: min(4.2666666667cqw, 21.33px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer__logo-link, .footer__insta {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .footer__logo-link:hover, .footer__logo-link:focus, .footer__insta:hover, .footer__insta:focus {
    opacity: 0.7;
  }
}
.footer-contact {
  width: 42.0138888889cqw;
  background-color: var(--main);
}
@media (max-width: 768px) {
  .footer-contact {
    width: 100%;
  }
}
.footer-contact__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3.8194444444cqw;
  padding-top: 4.8611111111cqw;
  padding-bottom: 5.6944444444cqw;
}
@media (max-width: 768px) {
  .footer-contact__inner {
    row-gap: 14.6666666667cqw;
    padding-top: 18.6666666667cqw;
    padding-bottom: 21.8666666667cqw;
  }
}
.footer-contact__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 5cqw;
}
@media (max-width: 768px) {
  .footer-contact__title {
    row-gap: 19.2cqw;
  }
}
.footer-contact__jp {
  color: var(--base);
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-contact__jp {
    font-size: 6.4cqw;
  }
}
.footer-contact__en {
  color: var(--base);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-contact__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.footer-contact__tel {
  max-width: 18.125cqw;
  width: 100%;
  height: 4.4402777778cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.3472222222cqw;
  border: 1px solid var(--base);
  padding-inline: 1.4583333333cqw;
}
@media (max-width: 768px) {
  .footer-contact__tel {
    max-width: 69.6cqw;
    height: 17.0506666667cqw;
    row-gap: 1.3333333333cqw;
    padding-inline: 5.6cqw;
  }
}
.footer-contact__tel-label {
  color: var(--base);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-contact__tel-label {
    font-size: 4.2666666667cqw;
  }
}
.footer-contact__tel-num {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4861111111cqw;
     -moz-column-gap: 0.4861111111cqw;
          column-gap: 0.4861111111cqw;
  color: var(--base);
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer-contact__tel-num {
    -webkit-column-gap: 1.8666666667cqw;
       -moz-column-gap: 1.8666666667cqw;
            column-gap: 1.8666666667cqw;
    font-size: 6.4cqw;
  }
}
.footer-contact__tel-num::before {
  content: "";
  min-width: 1.73125cqw;
  aspect-ratio: 1/1;
  background: url(../images/icon-tel.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .footer-contact__tel-num::before {
    min-width: 6.648cqw;
  }
}
.footer-contact__btn {
  max-width: 18.125cqw;
  width: 100%;
  height: 4.375cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4861111111cqw;
     -moz-column-gap: 0.4861111111cqw;
          column-gap: 0.4861111111cqw;
  position: relative;
  border: 1px solid var(--base);
  padding-inline: 1.4583333333cqw;
}
@media (max-width: 768px) {
  .footer-contact__btn {
    max-width: 69.6cqw;
    height: 16.8cqw;
    -webkit-column-gap: 1.8666666667cqw;
       -moz-column-gap: 1.8666666667cqw;
            column-gap: 1.8666666667cqw;
    padding-inline: 5.6cqw;
  }
}
.footer-contact__btn_company {
  height: 4.3055555556cqw;
}
@media (max-width: 768px) {
  .footer-contact__btn_company {
    height: 16.5333333333cqw;
  }
}
.footer-contact__btn_mail::before {
  content: "";
  min-width: 2.1527777778cqw;
  aspect-ratio: 31/23;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 768px) {
  .footer-contact__btn_mail::before {
    min-width: 8.2666666667cqw;
  }
}
.footer-contact__btn_company::after {
  content: "";
  width: 2.3263888889cqw;
  aspect-ratio: 33.5/7.5;
  position: absolute;
  top: 50%;
  right: 1.7361111111cqw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon-more-arrow.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .footer-contact__btn_company::after {
    width: 8.9333333333cqw;
    right: 6.6666666667cqw;
  }
}
.footer-contact__btn-text {
  color: var(--base);
  font-size: 1.3888888889cqw;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .footer-contact__btn-text {
    font-size: 5.3333333333cqw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer-contact__tel, .footer-contact__btn {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .footer-contact__tel:hover, .footer-contact__tel:focus, .footer-contact__btn:hover, .footer-contact__btn:focus {
    background-color: var(--accent);
  }
}
.footer-company {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--accent);
}
@media (max-width: 768px) {
  .footer-company {
    width: 100%;
  }
}
.footer-company__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.8611111111cqw;
  padding-bottom: 3.6111111111cqw;
}
@media (max-width: 768px) {
  .footer-company__inner {
    padding-top: 20.5333333333cqw;
    padding-bottom: 18.1333333333cqw;
  }
}
.footer-company__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 4.3055555556cqw;
}
@media (max-width: 768px) {
  .footer-company__title {
    row-gap: 10.4cqw;
  }
}
.footer-company__jp {
  color: var(--base);
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-company__jp {
    font-size: 6.4cqw;
  }
}
.footer-company__en {
  color: var(--base);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-company__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.footer-company__list {
  max-width: max(36.5972222222cqw, 329.38px);
  width: 100%;
  margin-top: 3.0555555556cqw;
  margin-right: auto;
  margin-left: 12.4305555556cqw;
}
@media (max-width: 768px) {
  .footer-company__list {
    max-width: 89.3333333333cqw;
    margin-top: 12.2666666667cqw;
    margin-inline: auto;
  }
}
.footer-company__row {
  height: 3.4722222222cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .footer-company__row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-company__term {
  min-width: max(10.9722222222cqw, 98.75px);
  color: var(--base);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  padding-left: max(0.5555555556cqw, 5px);
}
@media (max-width: 768px) {
  .footer-company__term {
    min-width: 0;
    font-size: 4.2666666667cqw;
    padding-block: 3.7333333333cqw;
    padding-left: 1.3333333333cqw;
  }
}
.footer-company__desc {
  color: var(--base);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
}
@media (max-width: 768px) {
  .footer-company__desc {
    font-size: 4.2666666667cqw;
    padding-block: 3.7333333333cqw;
    padding-left: 1.3333333333cqw;
  }
}

@media (max-width: 768px) {
  .footer-nav {
    margin-top: 3.2cqw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.75cqw;
     -moz-column-gap: 3.75cqw;
          column-gap: 3.75cqw;
}
@media (max-width: 768px) {
  .footer-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8cqw;
  }
}
.footer-nav__link {
  color: var(--text);
  font-size: max(1.1111111111cqw, 12px);
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
  margin-right: -0.06em;
}
@media (max-width: 768px) {
  .footer-nav__link {
    font-size: 4.2666666667cqw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer-nav__link {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .footer-nav__link:hover, .footer-nav__link:focus {
    color: var(--accent);
  }
}
.footer-page-top {
  width: 4.1666666667cqw;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  background-color: #940204;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.footer-page-top_show {
  opacity: 1;
  visibility: visible;
}
.footer-page-top_stop {
  position: absolute;
  right: 5cqw;
  bottom: 3.8888888889cqw;
}
@media (max-width: 768px) {
  .footer-page-top {
    width: 16%;
    aspect-ratio: auto;
    height: 100%;
    position: static;
    right: auto;
    bottom: auto;
    opacity: 1;
    visibility: visible;
  }
}
.footer-page-top::before {
  content: "";
  width: 1.7361111111cqw;
  aspect-ratio: 25/15;
  background: url(../images/icon-page-top-arrow.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .footer-page-top::before {
    width: min(6.6666666667cqw, 33.33px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .footer-page-top {
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease;
  }
  .footer-page-top:hover, .footer-page-top:focus {
    background-color: var(--accent);
  }
}
.footer-sp-nav {
  display: contents;
}
@media (max-width: 768px) {
  .footer-sp-nav {
    width: 100%;
    height: min(16cqw, 80px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
}
.footer-sp-nav__tel {
  width: 50.1333%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: var(--accent);
  color: var(--base);
  font-size: min(4.8cqw, 24px);
  font-weight: 500;
  line-height: 1.6667;
  white-space: nowrap;
  padding-top: min(8.2666666667cqw, 41.33px);
}
@media (min-width: 769px) {
  .footer-sp-nav__tel {
    display: none;
  }
}
.footer-sp-nav__tel::before {
  content: "";
  width: min(7.2cqw, 36px);
  aspect-ratio: 1/1;
  position: absolute;
  top: min(1.8666666667cqw, 9.33px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon-tel.svg) no-repeat center center/contain;
}
.footer-sp-nav__contact {
  width: 33.8667%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: var(--main);
  color: var(--base);
  font-size: min(4.2666666667cqw, 21.33px);
  font-weight: 500;
  line-height: 1.875;
  white-space: nowrap;
  padding-top: min(8.2666666667cqw, 41.33px);
}
@media (min-width: 769px) {
  .footer-sp-nav__contact {
    display: none;
  }
}
.footer-sp-nav__contact::before {
  content: "";
  width: min(8.2666666667cqw, 41.33px);
  aspect-ratio: 31/22;
  position: absolute;
  top: min(2.6666666667cqw, 13.33px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

/*###################################################################
  c-bg（module）
###################################################################*/
.c-bg-lattice {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #e6e3e3 1px, transparent 1px), -webkit-linear-gradient(#e6e3e3 1px, transparent 1px);
  background-image: linear-gradient(90deg, #e6e3e3 1px, transparent 1px), linear-gradient(#e6e3e3 1px, transparent 1px);
  background-position: 4px 0;
  background-size: 22px 22px;
}

/*###################################################################
  c-cap（module）
###################################################################*/
.c-cap {
  width: 100%;
}
@media (max-width: 768px) {
  .c-cap {
    max-width: 500px;
    container-type: inline-size;
    margin-inline: auto;
  }
}

/*###################################################################
  c-link（module）
###################################################################*/
.c-link-more {
  width: 100%;
  aspect-ratio: 214/49;
  container-type: inline-size;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: var(--accent);
}
.c-link-more__text {
  position: relative;
  z-index: 1;
  color: var(--base);
  font-size: 7.0093457944cqw;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  margin-left: 7.0093457944cqw;
}
.c-link-more::before {
  content: "";
  width: 40.6542056075cqw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(23.5981308411cqw 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(23.5981308411cqw 0, 100% 0, 100% 100%, 0 100%);
  background-color: #eb4536;
}
.c-link-more::after {
  content: "";
  width: 16.3551401869cqw;
  aspect-ratio: 35/9;
  position: absolute;
  top: 9.4626168224cqw;
  right: 8.2943925234cqw;
  z-index: 1;
  background: url(../images/icon-more-arrow.svg) no-repeat center center/contain;
}

@media (hover: hover) and (pointer: fine) {
  .c-link-more::before {
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .c-link-more:hover::before, .c-link-more:focus::before {
    width: 100%;
  }
}
/*###################################################################
  form（module）
###################################################################*/
.form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__body {
  width: 100%;
}
.form__paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.4027777778cqw;
     -moz-column-gap: 3.4027777778cqw;
          column-gap: 3.4027777778cqw;
}
@media (max-width: 768px) {
  .form__paragraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 2.1333333333cqw;
  }
}
.form__paragraph + .form__paragraph {
  margin-top: 2.3611111111cqw;
}
@media (max-width: 768px) {
  .form__paragraph + .form__paragraph {
    margin-top: 6.4cqw;
  }
}
.form__paragraph_radio {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__paragraph_message {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__paragraph + .form__paragraph_radio {
  margin-top: 2.5cqw;
}
@media (max-width: 768px) {
  .form__paragraph + .form__paragraph_radio {
    margin-top: 6.4cqw;
  }
}
.form__paragraph + .form__paragraph_message {
  margin-top: 1.9444444444cqw;
}
@media (max-width: 768px) {
  .form__paragraph + .form__paragraph_message {
    margin-top: 6.4cqw;
  }
}
.form__title {
  max-width: 12.5cqw;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5555555556cqw;
     -moz-column-gap: 0.5555555556cqw;
          column-gap: 0.5555555556cqw;
}
@media (max-width: 768px) {
  .form__title {
    max-width: 100%;
    -webkit-column-gap: 2.1333333333cqw;
       -moz-column-gap: 2.1333333333cqw;
            column-gap: 2.1333333333cqw;
  }
}
.form__title_radio {
  padding-top: 0.625cqw;
}
@media (max-width: 768px) {
  .form__title_radio {
    padding-top: 0;
  }
}
.form__title_message {
  padding-top: 0.4513888889cqw;
}
@media (max-width: 768px) {
  .form__title_message {
    padding-top: 0;
  }
}
.form__label {
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form__label {
    font-size: 3.7333333333cqw;
  }
}
.form__required {
  color: red;
  font-size: max(0.9722222222cqw, 9px);
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .form__required {
    font-size: 3.2cqw;
  }
}
.form__input {
  width: 100%;
  height: 2.9861111111cqw;
  background-color: #f7f7f7;
  color: var(--text);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  border: 1px solid #cfcfcf;
  padding-inline: 1.0416666667cqw;
}
@media (max-width: 768px) {
  .form__input {
    height: 12cqw;
    font-size: 3.7333333333cqw;
    padding-inline: 3.2cqw;
  }
}
.form__input_message {
  min-height: 16.5972222222cqw;
  height: auto;
  padding-block: 0.6944444444cqw;
  resize: vertical;
}
@media (max-width: 768px) {
  .form__input_message {
    min-height: 53.3333333333cqw;
    padding-block: 2.6666666667cqw;
  }
}
.form__radio {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form__radio .wpcf7-list-item {
  min-height: 2.7777777778cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .form__radio .wpcf7-list-item {
    min-height: 9.0666666667cqw;
  }
}
.form__radio input[type=checkbox] {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.form__radio input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form__radio input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.form__radio .wpcf7-list-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9722222222cqw;
     -moz-column-gap: 0.9722222222cqw;
          column-gap: 0.9722222222cqw;
  position: relative;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form__radio .wpcf7-list-item-label {
    -webkit-column-gap: 2.6666666667cqw;
       -moz-column-gap: 2.6666666667cqw;
            column-gap: 2.6666666667cqw;
    font-size: 3.7333333333cqw;
  }
}
.form__radio .wpcf7-list-item-label::before {
  content: "";
  width: 1.1805555556cqw;
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #f7f7f7;
  border: 1px solid #d9d8d8;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .form__radio .wpcf7-list-item-label::before {
    width: 4.5333333333cqw;
  }
}
.form__radio .wpcf7-list-item-label::after {
  content: "";
  width: 0.625cqw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0.2777777778cqw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--accent);
  border-radius: 50%;
  opacity: 0;
}
@media (max-width: 768px) {
  .form__radio .wpcf7-list-item-label::after {
    width: 2.4cqw;
    left: 1.0666666667cqw;
  }
}
.form__button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 6.3888888889cqw;
  padding-bottom: 2.0138888889cqw;
}
@media (max-width: 768px) {
  .form__button-wrapper {
    margin-top: 12cqw;
    padding-bottom: 7.7333333333cqw;
  }
}
.form__button-wrapper .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
.form__action {
  max-width: 14.8611111111cqw;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form__action {
    max-width: 57.0666666667cqw;
  }
}
.form__action-text {
  margin-left: 21.8691588785cqw;
  pointer-events: none;
}
.form__action-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form[data-status=sent] .form__button-wrapper {
  display: none;
}
.form .wpcf7-form-control-wrap {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.form .wpcf7-not-valid-tip {
  font-size: max(0.9722222222cqw, 9px);
  line-height: 1.375;
  margin-top: 0.3472222222cqw;
}
@media (max-width: 768px) {
  .form .wpcf7-not-valid-tip {
    font-size: 3.2cqw;
    margin-top: 1.3333333333cqw;
  }
}
.form .wpcf7-response-output {
  font-size: max(1.1111111111cqw, 10px);
  line-height: 1.375;
  margin: 0.6944444444cqw auto 0;
}
@media (max-width: 768px) {
  .form .wpcf7-response-output {
    font-size: 3.7333333333cqw;
    margin-top: 2.6666666667cqw;
  }
}

/*###################################################################
  c-title（module）
###################################################################*/
/*###################################################################
  br（module）
###################################################################*/
.br-1000-b {
  display: none;
}
@media (max-width: 1000px) {
  .br-1000-b {
    display: block;
  }
}
.br-900-b {
  display: none;
}
@media (max-width: 900px) {
  .br-900-b {
    display: block;
  }
}
.br-800-b {
  display: none;
}
@media (max-width: 800px) {
  .br-800-b {
    display: block;
  }
}
.br-sp-b {
  display: none;
}
@media (max-width: 768px) {
  .br-sp-b {
    display: block;
  }
}
.br-600-b {
  display: none;
}
@media (max-width: 600px) {
  .br-600-b {
    display: block;
  }
}
.br-500-b {
  display: none;
}
@media (max-width: 500px) {
  .br-500-b {
    display: block;
  }
}

/*###################################################################
  hamburger（module）
###################################################################*/
.hamburger {
  width: min(13.3333333333cqw, 66.67px);
  height: min(13.3333333333cqw, 66.67px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: min(1.3333333333cqw, 6.67px);
  z-index: 30;
  background-color: var(--main);
  padding-top: min(3.2cqw, 16px);
}
@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: translateY(min(1.8666666667cqw, 9.33px)) rotate(150deg);
      -ms-transform: translateY(min(1.8666666667cqw, 9.33px)) rotate(150deg);
          transform: translateY(min(1.8666666667cqw, 9.33px)) rotate(150deg);
}
.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: translateY(max(-1.8666666667cqw, -9.33px)) rotate(-150deg);
      -ms-transform: translateY(max(-1.8666666667cqw, -9.33px)) rotate(-150deg);
          transform: translateY(max(-1.8666666667cqw, -9.33px)) rotate(-150deg);
}
.hamburger__line {
  width: min(7.7333333333cqw, 38.67px);
  height: 2px;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: var(--base);
  margin-top: min(1.8666666667cqw, 9.33px);
  margin-bottom: min(1.8666666667cqw, 9.33px);
}
.hamburger__line::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: max(-1.8666666667cqw, -9.33px);
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: var(--base);
}
.hamburger__line::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: min(1.8666666667cqw, 9.33px);
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-color: var(--base);
}
.hamburger__text {
  color: var(--base);
  font-size: min(2.6666666667cqw, 13.33px);
  font-weight: 500;
  line-height: 0.7;
}

@media (hover: hover) and (pointer: fine) {
  .hamburger {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .hamburger:hover, .hamburger:focus {
    opacity: 0.7;
  }
}
/*###################################################################
  drawer（module）
###################################################################*/
.drawer {
  width: 300px;
  height: 100vh;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--base);
  z-index: 15;
  overflow: auto;
  overscroll-behavior-y: contain;
  visibility: hidden;
}
.drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.drawer_position {
  position: fixed;
  top: 0;
  right: 0;
}
.drawer__inner {
  padding-bottom: 30px;
}
.drawer__top {
  width: 100%;
  height: min(13.3333333333cqw, 66.67px);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--base);
  z-index: 1;
}
.drawer__item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.drawer__item:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
.drawer__link {
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text);
  font-size: 1rem;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
}
.drawer__link[aria-current=page] {
  color: var(--accent);
}
.drawer__buttons {
  max-width: 261px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-top: 30px;
  margin-inline: auto;
}
.drawer__tel {
  width: 100%;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  background-color: var(--main);
  color: var(--base);
  font-size: 1.5rem;
  font-weight: 600;
}
.drawer__tel::before {
  content: "";
  width: 24.93px;
  aspect-ratio: 1/1;
  background: url(../images/icon-tel.svg) no-repeat center center/contain;
}
.drawer__contact {
  width: 100%;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  background-color: var(--accent);
  color: var(--base);
  font-size: 1.25rem;
  font-weight: 600;
}
.drawer__contact::before {
  content: "";
  width: 31px;
  aspect-ratio: 31/23;
  background-color: var(--base);
  -webkit-mask-image: url(../images/icon-mail.svg);
          mask-image: url(../images/icon-mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.drawer__insta {
  width: 35px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../images/icon-insta.svg) no-repeat center center/contain;
  margin-top: 30px;
  margin-inline: auto;
}

.is-drawer-active {
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .drawer__link {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .drawer__link:hover, .drawer__link:focus {
    background-color: var(--main);
    color: var(--base);
  }
  .drawer__tel, .drawer__contact {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .drawer__tel:hover, .drawer__tel:focus, .drawer__contact:hover, .drawer__contact:focus {
    background-color: #940204;
  }
}
.drawer-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
}

.is-drawer-active {
  height: 100%;
  overflow: hidden;
}
.is-drawer-active .drawer-bg {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*###################################################################
  hover（module）
###################################################################*/
@media (hover: hover) and (pointer: fine) {
  .op {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op:hover, .op:focus {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .op-fn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op-fn:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .op-im {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op-im:hover, .op-im:focus {
    opacity: 0.7 !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .op-fnim {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .op-fnim:hover {
    opacity: 0.7 !important;
  }
}
/*###################################################################
  lower（module）
###################################################################*/
.lower-mv__bg {
  height: 34.7222222222cqw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__bg {
    height: calc(60cqw + min(13.3333333333cqw, 66.67px));
    background-position: center calc(min(13.3333333333cqw, 66.67px) - 13.3333333333cqw);
  }
}
.lower-mv__bg_service {
  background-image: url(../images/lower-mv-service.webp);
  background-image: -webkit-image-set(url(../images/lower-mv-service.webp) 1x, url(../images/lower-mv-service@2x.webp) 2x);
  background-image: image-set(url(../images/lower-mv-service.webp) 1x, url(../images/lower-mv-service@2x.webp) 2x);
}
@media (max-width: 768px) {
  .lower-mv__bg_service {
    background-image: url(../images/lower-mv-service_sp.webp);
    background-image: -webkit-image-set(url(../images/lower-mv-service_sp.webp) 1x, url(../images/lower-mv-service_sp@2x.webp) 2x);
    background-image: image-set(url(../images/lower-mv-service_sp.webp) 1x, url(../images/lower-mv-service_sp@2x.webp) 2x);
  }
}
.lower-mv__bg_works {
  background-image: url(../images/lower-mv-works.webp);
  background-image: -webkit-image-set(url(../images/lower-mv-works.webp) 1x, url(../images/lower-mv-works@2x.webp) 2x);
  background-image: image-set(url(../images/lower-mv-works.webp) 1x, url(../images/lower-mv-works@2x.webp) 2x);
}
@media (max-width: 768px) {
  .lower-mv__bg_works {
    background-image: url(../images/lower-mv-works_sp.webp);
    background-image: -webkit-image-set(url(../images/lower-mv-works_sp.webp) 1x, url(../images/lower-mv-works_sp@2x.webp) 2x);
    background-image: image-set(url(../images/lower-mv-works_sp.webp) 1x, url(../images/lower-mv-works_sp@2x.webp) 2x);
  }
}
.lower-mv__bg_flow, .lower-mv__bg_contact {
  background-image: url(../images/lower-mv-flow.webp);
  background-image: -webkit-image-set(url(../images/lower-mv-flow.webp) 1x, url(../images/lower-mv-flow@2x.webp) 2x);
  background-image: image-set(url(../images/lower-mv-flow.webp) 1x, url(../images/lower-mv-flow@2x.webp) 2x);
}
@media (max-width: 768px) {
  .lower-mv__bg_flow, .lower-mv__bg_contact {
    background-image: url(../images/lower-mv-flow_sp.webp);
    background-image: -webkit-image-set(url(../images/lower-mv-flow_sp.webp) 1x, url(../images/lower-mv-flow_sp@2x.webp) 2x);
    background-image: image-set(url(../images/lower-mv-flow_sp.webp) 1x, url(../images/lower-mv-flow_sp@2x.webp) 2x);
  }
}
.lower-mv__bg_company, .lower-mv__bg_404 {
  background-image: url(../images/lower-mv-company.webp);
  background-image: -webkit-image-set(url(../images/lower-mv-company.webp) 1x, url(../images/lower-mv-company@2x.webp) 2x);
  background-image: image-set(url(../images/lower-mv-company.webp) 1x, url(../images/lower-mv-company@2x.webp) 2x);
}
@media (max-width: 768px) {
  .lower-mv__bg_company, .lower-mv__bg_404 {
    background-image: url(../images/lower-mv-company_sp.webp);
    background-image: -webkit-image-set(url(../images/lower-mv-company_sp.webp) 1x, url(../images/lower-mv-company_sp@2x.webp) 2x);
    background-image: image-set(url(../images/lower-mv-company_sp.webp) 1x, url(../images/lower-mv-company_sp@2x.webp) 2x);
  }
}
.lower-mv__inner {
  max-width: 88.8888888889cqw;
  color: var(--main);
  font-weight: 600;
  margin-inline: auto;
  padding-top: 16.0416666667cqw;
}
@media (max-width: 768px) {
  .lower-mv__inner {
    max-width: 93.3333333333cqw;
    padding-top: 35.2cqw;
  }
}
.lower-mv__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 1.7361111111cqw;
}
@media (max-width: 768px) {
  .lower-mv__title {
    row-gap: 2.9333333333cqw;
  }
}
.lower-mv__jp {
  font-size: 2.0833333333cqw;
}
@media (max-width: 768px) {
  .lower-mv__jp {
    font-size: 4.8cqw;
  }
}
.lower-mv__en {
  font-size: 3.4722222222cqw;
}
@media (max-width: 768px) {
  .lower-mv__en {
    font-size: 8cqw;
  }
}
.lower-mv__text {
  font-size: 1.1111111111cqw;
  --ls: 0.05em;
  margin-top: 2.0138888889cqw;
}
@media (max-width: 768px) {
  .lower-mv__text {
    font-size: 2.9333333333cqw;
    margin-top: 18px;
  }
}
.lower-mv__bar {
  height: 2.6388888889cqw;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--main)), color-stop(50%, var(--accent)));
  background: -webkit-linear-gradient(left, var(--main) 50%, var(--accent) 50%);
  background: linear-gradient(to right, var(--main) 50%, var(--accent) 50%);
}
@media (max-width: 768px) {
  .lower-mv__bar {
    height: min(8cqw, 66.67px);
  }
}

/*###################################################################
  lightbox（module）
###################################################################*/
.lightboxOverlay {
  width: 100%;
  height: 100% !important;
  position: fixed;
  top: 0 !important;
  left: 0;
}

.lightbox {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0 !important;
  left: 0;
  padding-block: 20px;
}

.lb-outerContainer {
  max-width: 100%;
}

.lb-dataContainer {
  max-width: 100%;
}

.lb-data .lb-details {
  line-height: 1.4;
}

/*###################################################################
  works-side（module）
###################################################################*/
.works-side {
  max-width: 20.5555555556cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.0972222222cqw;
}
@media (max-width: 768px) {
  .works-side {
    max-width: 100%;
    row-gap: 8cqw;
  }
}
.works-side__panel {
  background-color: var(--base);
  padding: 2.6388888889cqw 1.1111111111cqw 2.7777777778cqw;
}
@media (max-width: 768px) {
  .works-side__panel {
    padding: 6.6666666667cqw 5.3333333333cqw 6.6666666667cqw;
  }
}
.works-side__panel-title {
  color: var(--main);
  font-size: max(1.3888888889cqw, 10px);
  font-weight: 500;
  line-height: 1.72;
  text-align: center;
  border-bottom: 1px solid var(--main);
  padding-bottom: 0.9027777778cqw;
}
@media (max-width: 768px) {
  .works-side__panel-title {
    font-size: 4.5333333333cqw;
    padding-bottom: 2.6666666667cqw;
  }
}
.works-side__panel-body {
  margin-top: 1.9444444444cqw;
}
@media (max-width: 768px) {
  .works-side__panel-body {
    margin-top: 4.8cqw;
  }
}
.works-side__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.25cqw 1.3194444444cqw;
}
@media (max-width: 768px) {
  .works-side__tags {
    gap: 2.6666666667cqw 2.6666666667cqw;
  }
}
.works-side__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.3804;
  border: 1px solid var(--main);
  padding-inline: 0.8534722222cqw;
}
@media (max-width: 768px) {
  .works-side__tag {
    font-size: 3.4666666667cqw;
    padding-inline: 2.6666666667cqw;
  }
}
.works-side__tag_current {
  background-color: var(--main);
  color: var(--base);
}
.works-side__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-side__date {
  display: block;
  color: var(--gray);
  font-size: max(1.3888888889cqw, 10px);
  font-weight: 500;
  line-height: 1.9043;
  padding-left: 1.3194444444cqw;
}
@media (max-width: 768px) {
  .works-side__date {
    font-size: 4cqw;
    padding-left: 2.6666666667cqw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .works-side__tag {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .works-side__tag:hover, .works-side__tag:focus {
    background-color: var(--main);
    color: var(--base);
  }
  .works-side__date {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .works-side__date:hover, .works-side__date:focus {
    color: var(--main);
  }
}
/*###################################################################
  works-pager（module）
###################################################################*/
.works-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.0416666667cqw;
     -moz-column-gap: 1.0416666667cqw;
          column-gap: 1.0416666667cqw;
}
.works-pager__blank {
  max-width: 14.8611111111cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .works-pager__blank {
    max-width: 26.6666666667cqw;
  }
}
.works-pager__link {
  max-width: 14.8611111111cqw;
  width: 100%;
  height: 3.4027777778cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.6944444444cqw;
     -moz-column-gap: 0.6944444444cqw;
          column-gap: 0.6944444444cqw;
  background-color: var(--base);
  color: var(--main);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid var(--main);
}
@media (max-width: 768px) {
  .works-pager__link {
    max-width: 26.6666666667cqw;
    height: 11.2cqw;
    -webkit-column-gap: 1.6cqw;
       -moz-column-gap: 1.6cqw;
            column-gap: 1.6cqw;
    font-size: 3.2cqw;
  }
}
.works-pager__link_prev::before {
  content: "";
  width: 0.5555555556cqw;
  height: 0.5555555556cqw;
  border-left: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .works-pager__link_prev::before {
    width: 1.6cqw;
    height: 1.6cqw;
  }
}
.works-pager__link_next::after {
  content: "";
  width: 0.5555555556cqw;
  height: 0.5555555556cqw;
  border-right: 2px solid var(--main);
  border-top: 2px solid var(--main);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .works-pager__link_next::after {
    width: 1.6cqw;
    height: 1.6cqw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .works-pager__link {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .works-pager__link:hover, .works-pager__link:focus {
    background-color: var(--main);
    color: var(--base);
  }
  .works-pager__link_prev:hover::before, .works-pager__link_prev:focus::before {
    border-left-color: var(--base);
    border-bottom-color: var(--base);
  }
  .works-pager__link_next:hover::after, .works-pager__link_next:focus::after {
    border-right-color: var(--base);
    border-top-color: var(--base);
  }
}
/*###################################################################
  WordPressテスト環境用設定
###################################################################*/
/*###################################################################
  top（page）
###################################################################*/
.top-mv {
  position: relative;
  background-color: var(--bg);
  padding-top: 6.9444444444cqw;
}
@media (max-width: 768px) {
  .top-mv {
    padding-top: min(25.6cqw, 128px);
  }
}
.top-mv__title-box {
  max-width: 32.8472222222cqw;
  width: 100%;
  position: absolute;
  top: 25.9027777778cqw;
  left: 5.5555555556cqw;
  z-index: 3;
}
@media (max-width: 768px) {
  .top-mv__title-box {
    max-width: min(92.8cqw, 464px);
    top: min(39.2826666667cqw, 196.41px);
    left: min(5.3333333333cqw, 26.67px);
  }
}
.top-mv__title {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 600;
  line-height: 1.64;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-mv__title {
    font-size: min(9.8096cqw, 49.05px);
  }
}
.top-mv__sub {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  color: var(--main);
  font-size: max(1.1111111111cqw, 11px);
  font-weight: 600;
  line-height: 0.8125;
  --ls: 0.05em;
  -webkit-animation: mvTitle 1.5s ease-in 1s both;
          animation: mvTitle 1.5s ease-in 1s both;
  margin-top: 1.875cqw;
}
@media (max-width: 768px) {
  .top-mv__sub {
    font-size: min(3.1392cqw, 15.7px);
    margin-top: min(5.2973333333cqw, 26.49px);
  }
}
.top-mv__bar {
  height: 6.9444444444cqw;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--main)), color-stop(50%, var(--accent)));
  background: -webkit-linear-gradient(left, var(--main) 50%, var(--accent) 50%);
  background: linear-gradient(to right, var(--main) 50%, var(--accent) 50%);
}
@media (max-width: 768px) {
  .top-mv__bar {
    height: min(13.3333333333cqw, 66.67px);
  }
}

.top-greet {
  position: relative;
}
@media (max-width: 768px) {
  .top-greet_pos {
    margin-top: min(12.2666666667cqw, 61.33px);
  }
}
.top-greet__inner {
  max-width: 93.1944444444cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.0416666667cqw;
     -moz-column-gap: 1.0416666667cqw;
          column-gap: 1.0416666667cqw;
  position: relative;
  z-index: 1;
  padding-top: 4.4444444444cqw;
  padding-bottom: 5.9027777778cqw;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-greet__inner {
    max-width: 89.3333333333cqw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 17.6cqw;
    padding-top: 0;
    padding-bottom: 12.2666666667cqw;
    margin-inline: auto;
  }
}
.top-greet__body {
  max-width: 41.3194444444cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .top-greet__body {
    max-width: 100%;
  }
}
.top-greet__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 5.2083333333cqw;
  text-align: center;
  margin-top: 4.0972222222cqw;
}
@media (max-width: 768px) {
  .top-greet__title {
    row-gap: 15.2cqw;
    margin-top: 0;
  }
}
.top-greet__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .top-greet__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.top-greet__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .top-greet__jp {
    font-size: 6.4cqw;
  }
}
.top-greet__text {
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.1875;
  margin-top: 1.8055555556cqw;
}
@media (max-width: 768px) {
  .top-greet__text {
    font-size: 4.2666666667cqw;
    margin-top: 15.2cqw;
  }
}
.top-greet__img {
  max-width: 47.2916666667cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .top-greet__img {
    max-width: 89.3333333333cqw;
  }
}
.top-greet::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5.5555555556cqw;
  background-color: var(--bg);
}
@media (max-width: 768px) {
  .top-greet::before {
    top: min(8.8cqw, 44px);
    left: 0;
  }
}

.top-service {
  position: relative;
}
.top-service_pos {
  margin-top: 8.6805555556cqw;
}
@media (max-width: 768px) {
  .top-service_pos {
    margin-top: min(12.2666666667cqw, 61.33px);
  }
}
.top-service__inner {
  max-width: 88.8888888889cqw;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 13.4027777778cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-service__inner {
    max-width: 89.3333333333cqw;
    padding-bottom: 27cqw;
  }
}
.top-service__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 3.4027777778cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .top-service__title {
    row-gap: 13.0666666667cqw;
  }
}
.top-service__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .top-service__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.top-service__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .top-service__jp {
    font-size: 6.4cqw;
  }
}
.top-service__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.1527777778cqw;
}
@media (max-width: 768px) {
  .top-service__badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 11.7333333333cqw;
  }
}
.top-service__badge {
  max-width: 22.6388888889cqw;
  width: 100%;
  height: 20.3472222222cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.3194444444cqw;
  background-color: var(--main);
  color: var(--base);
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 1.6667;
  text-align: center;
  padding-top: 3.0555555556cqw;
}
@media (max-width: 768px) {
  .top-service__badge {
    max-width: 86.9333333333cqw;
    height: 78.1333333333cqw;
    row-gap: 5.0666666667cqw;
    font-size: 6.4cqw;
    padding-top: 11.7333333333cqw;
  }
}
.top-service__badge_1::before {
  width: 9.8611111111cqw;
  aspect-ratio: 142/120.73;
  background: url(../images/top-service-smile.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-service-smile.webp) 1x, url(../images/top-service-smile@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-smile.webp) 1x, url(../images/top-service-smile@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-service__badge_1::before {
    width: 37.8666666667cqw;
  }
}
.top-service__badge_2 {
  row-gap: 2.3611111111cqw;
  background-color: var(--accent);
  padding-top: 3.75cqw;
}
@media (max-width: 768px) {
  .top-service__badge_2 {
    row-gap: 9.0666666667cqw;
    padding-top: 14.4cqw;
  }
}
.top-service__badge_2::before {
  width: 13.4722222222cqw;
  aspect-ratio: 194/100;
  background: url(../images/top-service-promise.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-service-promise.webp) 1x, url(../images/top-service-promise@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-promise.webp) 1x, url(../images/top-service-promise@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-service__badge_2::before {
    width: 51.7333333333cqw;
  }
}
.top-service__badge::before {
  content: "";
}
.top-service__deco {
  width: 5.4224305556cqw;
  aspect-ratio: 1/1;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background: url(../images/top-service-deco-1.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-service-deco-1.webp) 1x, url(../images/top-service-deco-1@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-deco-1.webp) 1x, url(../images/top-service-deco-1@2x.webp) 2x);
  margin-top: 7.3611111111cqw;
  margin-inline: 3.2638888889cqw;
}
@media (max-width: 768px) {
  .top-service__deco {
    width: 13.8445333333cqw;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-block: 5.6221333333cqw 3.4666666667cqw;
    margin-inline: 0;
  }
}
.top-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7777777778cqw 5.5555555556cqw;
  margin-top: 5.4166666667cqw;
}
@media (max-width: 768px) {
  .top-service__items {
    grid-template-columns: 1fr;
    gap: 5.9333333333cqw;
    margin-top: 11.4666666667cqw;
  }
}
.top-service__item {
  width: 100%;
  container-type: inline-size;
  background-color: var(--base);
  -webkit-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.25);
}
.top-service__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3.1666666667cqw;
     -moz-column-gap: 3.1666666667cqw;
          column-gap: 3.1666666667cqw;
  padding: 4.1666666667cqw 3.1666666667cqw;
}
.top-service__item-img {
  max-width: 54.8333333333cqw;
  width: 100%;
  aspect-ratio: 329/340;
  overflow: hidden;
}
.top-service__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__item-body {
  max-width: 35.6666666667cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17.3333333333cqw;
}
.top-service__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 1.5cqw;
  text-align: center;
}
.top-service__item-en {
  color: var(--main);
  font-size: 5cqw;
  font-weight: 600;
  line-height: 0.7333;
  white-space: nowrap;
}
.top-service__item-en_narrow {
  --ls: 0.02em;
}
.top-service__item-jp {
  font-size: max(3.3333333333cqw, 12px);
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}
.top-service__link {
  margin-top: 14cqw;
}
.top-service__bg {
  position: absolute;
  top: 23.8194444444cqw;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bg);
}
@media (max-width: 768px) {
  .top-service__bg {
    top: min(197.6cqw, 988px);
  }
}

.top-area {
  position: relative;
}
@media (max-width: 768px) {
  .top-area_pos {
    margin-top: min(16.2666666667cqw, 81.33px);
  }
}
.top-area__inner {
  max-width: 50.05cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.0416666667cqw;
     -moz-column-gap: 1.0416666667cqw;
          column-gap: 1.0416666667cqw;
  position: relative;
  z-index: 1;
  padding-bottom: 6.8333333333cqw;
  margin-left: 23.5416666667cqw;
}
@media (max-width: 768px) {
  .top-area__inner {
    max-width: 89.3333333333cqw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    margin-inline: auto;
  }
}
.top-area__body {
  text-align: right;
  margin-top: 18.3333333333cqw;
}
@media (max-width: 768px) {
  .top-area__body {
    text-align: center;
    margin-top: 0;
  }
}
.top-area__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 3.4027777778cqw;
}
@media (max-width: 768px) {
  .top-area__title {
    row-gap: 8.8cqw;
  }
}
.top-area__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .top-area__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.top-area__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .top-area__jp {
    font-size: 6.4cqw;
  }
}
.top-area__text {
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
  margin-top: 2.9861111111cqw;
}
@media (max-width: 768px) {
  .top-area__text {
    font-size: 4.2666666667cqw;
    margin-top: 10.9333333333cqw;
  }
}
.top-area__img {
  max-width: 29.0083333333cqw;
  width: 100%;
  margin-top: 3.3333333333cqw;
}
@media (max-width: 768px) {
  .top-area__img {
    max-width: 89.3333333333cqw;
    margin-top: 7.7333333333cqw;
  }
}
.top-area::before {
  content: "";
  width: 44.0277777778cqw;
  aspect-ratio: 634/622.5;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top-area-deco-l.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-area-deco-l.webp) 1x, url(../images/top-area-deco-l@2x.webp) 2x);
  background-image: image-set(url(../images/top-area-deco-l.webp) 1x, url(../images/top-area-deco-l@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-area::before {
    content: none;
  }
}
.top-area::after {
  content: "";
  width: 44.0277777778cqw;
  aspect-ratio: 634/622.5;
  position: absolute;
  top: 8.3333333333cqw;
  right: 0;
  background: url(../images/top-area-deco-r.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-area-deco-r.webp) 1x, url(../images/top-area-deco-r@2x.webp) 2x);
  background-image: image-set(url(../images/top-area-deco-r.webp) 1x, url(../images/top-area-deco-r@2x.webp) 2x);
}
@media (max-width: 768px) {
  .top-area::after {
    content: none;
  }
}

.top-works {
  position: relative;
}
@media (max-width: 768px) {
  .top-works {
    background-color: var(--bg);
    padding-bottom: min(23.7333333333cqw, 118.67px);
  }
}
.top-works_pos {
  margin-top: 0.7291666667cqw;
}
@media (max-width: 768px) {
  .top-works_pos {
    margin-top: min(20.4426666667cqw, 102.21px);
  }
}
.top-works__inner {
  max-width: 94.4444444444cqw;
  width: 100%;
  height: 67.8472222222cqw;
  display: flow-root;
  position: relative;
  z-index: 1;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-works__inner {
    max-width: 100%;
    height: auto;
    padding-top: 15.2cqw;
    margin-right: 0;
  }
}
.top-works__body {
  max-width: 31.1111111111cqw;
  width: 100%;
  margin-top: 12.8472222222cqw;
  margin-left: 5.2777777778cqw;
}
@media (max-width: 768px) {
  .top-works__body {
    max-width: 89.3333333333cqw;
    margin-top: 0;
    margin-inline: auto;
  }
}
.top-works__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 3.4027777778cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .top-works__title {
    row-gap: 9.8666666667cqw;
  }
}
.top-works__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .top-works__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.top-works__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .top-works__jp {
    font-size: 6.4cqw;
  }
}
.top-works__lead {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 1.6667;
  text-align: center;
  white-space: nowrap;
  margin-top: 4.9305555556cqw;
}
@media (max-width: 768px) {
  .top-works__lead {
    font-size: 6.4cqw;
    margin-top: 8.8cqw;
  }
}
.top-works__text {
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.125;
  margin-top: 3.4027777778cqw;
}
@media (max-width: 768px) {
  .top-works__text {
    font-size: 4.2666666667cqw;
    margin-top: 11.4666666667cqw;
  }
}
.top-works__link {
  max-width: 14.8611111111cqw;
  width: 100%;
  position: absolute;
  top: 41.6666666667cqw;
  left: 13.4027777778cqw;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-works__link {
    max-width: min(57.0666666667cqw, 285.33px);
    position: relative;
    top: auto;
    left: auto;
    margin-top: min(23.7626666667cqw, 118.81px);
    margin-inline: auto;
  }
}
.top-works__list {
  max-width: 53.0555555556cqw;
  width: 100%;
  height: 66.875cqw;
  position: absolute;
  top: 0;
  left: 41.3888888889cqw;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-works__list {
    max-width: 100%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    margin-top: min(20cqw, 100px);
  }
}
.top-works__scroll {
  height: 100%;
  overflow-y: auto;
  padding-right: 2.9166666667cqw;
}
@media (max-width: 768px) {
  .top-works__scroll {
    height: auto;
    overflow-x: auto;
    padding-right: 0;
    padding-bottom: min(5.3333333333cqw, 26.67px);
  }
}
.top-works__scroll::-webkit-scrollbar {
  width: 0.2777777778cqw;
}
@media (max-width: 768px) {
  .top-works__scroll::-webkit-scrollbar {
    height: min(1.0666666667cqw, 5.33px);
  }
}
.top-works__scroll::-webkit-scrollbar-track {
  background-color: var(--bg);
}
.top-works__scroll::-webkit-scrollbar-thumb {
  background-color: #959595;
}
@media (max-width: 768px) {
  .top-works__scroll::-webkit-scrollbar-thumb {
    background-color: var(--main);
  }
}
.top-works__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5cqw 1.25cqw;
}
@media (max-width: 768px) {
  .top-works__items {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: min(5.3333333333cqw, 26.67px);
       -moz-column-gap: min(5.3333333333cqw, 26.67px);
            column-gap: min(5.3333333333cqw, 26.67px);
    padding-inline: min(5.3333333333cqw, 26.67px);
  }
}
@media (max-width: 768px) {
  .top-works__post {
    width: min(89.3333333333cqw, 446.67px);
    container-type: inline-size;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.top-works__thumb {
  width: 100%;
  aspect-ratio: 350/230;
  overflow: hidden;
}
.top-works__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works__post-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.6944444444cqw;
  margin-top: 1.25cqw;
}
@media (max-width: 768px) {
  .top-works__post-body {
    row-gap: 2.8570149254cqw;
    margin-top: 5.1429850746cqw;
  }
}
.top-works__post-title {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 1.6666666667cqw;
  font-weight: 500;
  line-height: 1.2917;
}
@media (max-width: 768px) {
  .top-works__post-title {
    font-size: 6.8570149254cqw;
  }
}
.top-works__date {
  color: #959595;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.9375;
}
@media (max-width: 768px) {
  .top-works__date {
    font-size: 4.5713432836cqw;
  }
}
.top-works__tag {
  color: var(--main);
  font-size: max(0.9722222222cqw, 11px);
  font-weight: 500;
  line-height: 2.2143;
  white-space: nowrap;
  border: 1px solid var(--main);
  padding-inline: 0.6944444444cqw;
}
@media (max-width: 768px) {
  .top-works__tag {
    font-size: 4cqw;
    padding-inline: 2.8570149254cqw;
  }
}
.top-works__excerpt {
  width: 100%;
  font-size: max(1.1111111111cqw, 10px);
  line-height: 1.75;
}
@media (max-width: 768px) {
  .top-works__excerpt {
    font-size: 4.5713432836cqw;
  }
}
.top-works__no-post {
  grid-column: 1/-1;
  font-size: max(1.1111111111cqw, 10px);
  line-height: 1.75;
  text-align: center;
  margin-top: 12.8472222222cqw;
}
@media (max-width: 768px) {
  .top-works__no-post {
    max-width: 89.3333333333cqw;
    font-size: 4.2666666667cqw;
    margin-top: 0;
  }
}
.top-works::before {
  content: "";
  width: 38.0555555556cqw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bg);
}
@media (max-width: 768px) {
  .top-works::before {
    content: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-works__thumb img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .top-works__post-link:hover .top-works__thumb img, .top-works__post-link:focus .top-works__thumb img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.top-insta {
  position: relative;
}
.top-insta_pos {
  margin-top: 7.5cqw;
}
@media (max-width: 768px) {
  .top-insta_pos {
    margin-top: min(11.4666666667cqw, 57.33px);
  }
}
.top-insta__inner {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 16.7986111111cqw;
}
@media (max-width: 768px) {
  .top-insta__inner {
    padding-bottom: 24.5333333333cqw;
  }
}
.top-insta__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.0833333333cqw;
     -moz-column-gap: 2.0833333333cqw;
          column-gap: 2.0833333333cqw;
}
@media (max-width: 768px) {
  .top-insta__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 7.4666666667cqw;
  }
}
.top-insta__icon {
  max-width: 11.1805555556cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .top-insta__icon {
    max-width: 35.7333333333cqw;
  }
}
.top-insta__head-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8333333333cqw;
}
@media (max-width: 768px) {
  .top-insta__head-body {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 3.2cqw;
  }
}
.top-insta__logo {
  max-width: 12.9861111111cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .top-insta__logo {
    max-width: 49.8666666667cqw;
  }
}
.top-insta__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.8055555556cqw;
     -moz-column-gap: 1.8055555556cqw;
          column-gap: 1.8055555556cqw;
}
@media (max-width: 768px) {
  .top-insta__labels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.2cqw;
  }
}
.top-insta__account {
  font-size: max(1.3888888889cqw, 12px);
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-insta__account {
    font-size: 5.3333333333cqw;
  }
}
.top-insta__label {
  font-size: max(0.9722222222cqw, 11px);
  font-weight: 500;
  line-height: 2.0714;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .top-insta__label {
    font-size: 3.7333333333cqw;
  }
}
.top-insta__feed {
  max-width: 63.0555555556cqw;
  width: 100%;
  margin-top: 2.2222222222cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-insta__feed {
    max-width: 89.3333333333cqw;
    margin-top: 18.4cqw;
  }
}
.top-insta__feed #sbi_images {
  gap: 1px !important;
}
.top-insta__feed #sb_instagram #sbi_images {
  padding: 0;
}
.top-insta__banner {
  width: 100%;
  display: block;
}
.top-insta__bg {
  position: absolute;
  top: 13.0555555556cqw;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .top-insta__bg {
    top: min(96.5333333333cqw, 482.67px);
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-insta__banner {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .top-insta__banner:hover, .top-insta__banner:focus {
    opacity: 0.8;
  }
}
/*###################################################################
  works-list（page）
###################################################################*/
.works-list {
  background-color: var(--bg);
}
.works-list__inner {
  max-width: 88.8888888889cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.0416666667cqw;
     -moz-column-gap: 1.0416666667cqw;
          column-gap: 1.0416666667cqw;
  padding-top: 10.3472222222cqw;
  padding-bottom: 17.3611111111cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .works-list__inner {
    max-width: 89.3333333333cqw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10.6666666667cqw;
    padding-top: 13.3333333333cqw;
    padding-bottom: 21.3333333333cqw;
  }
}
.works-list__main {
  max-width: 64.7916666667cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .works-list__main {
    max-width: 100%;
  }
}
.works-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.8055555556cqw 5.0694444444cqw;
}
@media (max-width: 768px) {
  .works-list__items {
    grid-template-columns: 1fr;
    gap: 10.6666666667cqw;
  }
}
.works-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.works-list__link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5277777778cqw;
  background-color: var(--base);
}
@media (max-width: 768px) {
  .works-list__link {
    row-gap: 4.2666666667cqw;
  }
}
.works-list__thumb {
  aspect-ratio: 350/230;
  overflow: hidden;
}
.works-list__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-list__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.8534722222cqw;
  padding: 1.0416666667cqw 1.0416666667cqw 2.0833333333cqw;
}
@media (max-width: 768px) {
  .works-list__body {
    row-gap: 2.6666666667cqw;
    padding: 4cqw 4cqw 6.6666666667cqw;
  }
}
.works-list__title {
  font-size: max(1.8055555556cqw, 10px);
  font-weight: 500;
  line-height: 1.4649;
}
@media (max-width: 768px) {
  .works-list__title {
    font-size: 5.3333333333cqw;
  }
}
.works-list__date {
  color: var(--gray);
  font-size: max(1.3888888889cqw, 10px);
  font-weight: 500;
  line-height: 1.9043;
}
@media (max-width: 768px) {
  .works-list__date {
    font-size: 4cqw;
  }
}
.works-list__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.6944444444cqw;
}
@media (max-width: 768px) {
  .works-list__tags {
    gap: 2.1333333333cqw;
  }
}
.works-list__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.3804;
  border: 1px solid var(--main);
  padding-inline: 0.8534722222cqw;
}
@media (max-width: 768px) {
  .works-list__tag {
    font-size: 3.4666666667cqw;
    padding-inline: 2.6666666667cqw;
  }
}
.works-list__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 400;
  line-height: 2.15;
}
@media (max-width: 768px) {
  .works-list__text {
    font-size: 3.7333333333cqw;
  }
}
.works-list__no-post {
  font-size: max(1.1111111111cqw, 10px);
  text-align: center;
}
@media (max-width: 768px) {
  .works-list__no-post {
    font-size: 3.7333333333cqw;
  }
}
.works-list__pagination {
  margin-top: 13.4722222222cqw;
}
@media (max-width: 768px) {
  .works-list__pagination {
    margin-top: 13.3333333333cqw;
  }
}
.works-list__pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6944444444cqw 1.1111111111cqw;
}
@media (max-width: 768px) {
  .works-list__pagination ul {
    gap: 2.1333333333cqw 3.2cqw;
  }
}
.works-list__pagination .page-numbers {
  color: var(--gray);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 600;
  line-height: 2.15;
}
@media (max-width: 768px) {
  .works-list__pagination .page-numbers {
    font-size: 3.7333333333cqw;
  }
}
.works-list__pagination .current {
  color: var(--text);
}

@media (hover: hover) and (pointer: fine) {
  .works-list__link {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .works-list__link:hover, .works-list__link:focus {
    opacity: 0.7;
  }
  .works-list__pagination a.page-numbers {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .works-list__pagination a.page-numbers:hover, .works-list__pagination a.page-numbers:focus {
    color: var(--main);
  }
}
/*###################################################################
  works-post（page）
###################################################################*/
.works-post {
  background-color: var(--bg);
}
.works-post__inner {
  max-width: 88.8888888889cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2.5cqw;
     -moz-column-gap: 2.5cqw;
          column-gap: 2.5cqw;
  padding-top: 9.7916666667cqw;
  padding-bottom: 32.2916666667cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .works-post__inner {
    max-width: 89.3333333333cqw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10.6666666667cqw;
    padding-top: 13.3333333333cqw;
    padding-bottom: 21.3333333333cqw;
  }
}
.works-post__main {
  max-width: 65.8333333333cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.4027777778cqw;
}
@media (max-width: 768px) {
  .works-post__main {
    max-width: 100%;
    row-gap: 8cqw;
  }
}
.works-post__block {
  background-color: var(--base);
  padding: 4.0972222222cqw 5.6944444444cqw 3.75cqw;
}
@media (max-width: 768px) {
  .works-post__block {
    padding: 8cqw 5.3333333333cqw 8cqw;
  }
}
.works-post__block_first {
  padding-top: 2.2222222222cqw;
}
@media (max-width: 768px) {
  .works-post__block_first {
    padding-top: 5.3333333333cqw;
  }
}
.works-post__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9027777778cqw;
}
@media (max-width: 768px) {
  .works-post__header {
    row-gap: 2.1333333333cqw;
  }
}
.works-post__title {
  font-size: max(2.0833333333cqw, 10px);
  font-weight: 500;
  line-height: 1.2695;
}
@media (max-width: 768px) {
  .works-post__title {
    font-size: 5.8666666667cqw;
  }
}
.works-post__date {
  color: var(--gray);
  font-size: max(1.3888888889cqw, 10px);
  font-weight: 500;
  line-height: 1.9043;
}
@media (max-width: 768px) {
  .works-post__date {
    font-size: 4cqw;
  }
}
.works-post__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.25cqw 1.3194444444cqw;
}
@media (max-width: 768px) {
  .works-post__tags {
    gap: 2.6666666667cqw 2.6666666667cqw;
  }
}
.works-post__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--main);
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.3804;
  border: 1px solid var(--main);
  padding-inline: 0.8534722222cqw;
}
@media (max-width: 768px) {
  .works-post__tag {
    font-size: 3.4666666667cqw;
    padding-inline: 2.6666666667cqw;
  }
}
.works-post__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.5138888889cqw;
  margin-top: 3.9166666667cqw;
}
@media (max-width: 768px) {
  .works-post__contents {
    row-gap: 10.12cqw;
    margin-top: 11.28cqw;
  }
}
.works-post__contents:first-child {
  margin-top: 0;
}
.works-post__slider {
  position: relative;
}
.works-post__slide-img {
  aspect-ratio: 792/518;
  overflow: hidden;
}
.works-post__slide-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-post__slide-caption {
  font-size: max(1.1111111111cqw, 10px);
  line-height: 2.15;
  margin-top: 2.2222222222cqw;
}
@media (max-width: 768px) {
  .works-post__slide-caption {
    font-size: 3.7333333333cqw;
    margin-top: 4cqw;
  }
}
.works-post__slider-nav {
  width: 100%;
  aspect-ratio: 792/518;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.2083333333cqw;
     -moz-column-gap: 0.2083333333cqw;
          column-gap: 0.2083333333cqw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-bottom: 0.9722222222cqw;
  pointer-events: none;
}
@media (max-width: 768px) {
  .works-post__slider-nav {
    -webkit-column-gap: 0.8cqw;
       -moz-column-gap: 0.8cqw;
            column-gap: 0.8cqw;
    padding-bottom: 2.6666666667cqw;
  }
}
.works-post__slider-btn {
  width: 4.3055555556cqw;
  height: 4.3055555556cqw;
  position: relative;
  background-color: var(--accent);
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 768px) {
  .works-post__slider-btn {
    width: 10.6666666667cqw;
    height: 10.6666666667cqw;
  }
}
.works-post__slider-btn::before {
  content: "";
  width: 1.1111111111cqw;
  height: 1.1111111111cqw;
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 3px solid var(--base);
  border-bottom: 3px solid var(--base);
}
@media (max-width: 768px) {
  .works-post__slider-btn::before {
    width: 2.6666666667cqw;
    height: 2.6666666667cqw;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }
}
.works-post__slider-btn_prev::before {
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
      -ms-transform: translate(-40%, -50%) rotate(45deg);
          transform: translate(-40%, -50%) rotate(45deg);
}
.works-post__slider-btn_next::before {
  -webkit-transform: translate(-60%, -50%) rotate(-135deg);
      -ms-transform: translate(-60%, -50%) rotate(-135deg);
          transform: translate(-60%, -50%) rotate(-135deg);
}
.works-post__gallery {
  display: grid;
  gap: 2.0833333333cqw 1.3888888889cqw;
}
@media (max-width: 768px) {
  .works-post__gallery {
    gap: 5.3333333333cqw 2.6666666667cqw;
  }
}
.works-post__gallery_col1 {
  grid-template-columns: 1fr;
}
.works-post__gallery_col2 {
  grid-template-columns: repeat(2, 1fr);
}
.works-post__gallery_col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .works-post__gallery_col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.works-post__gallery_col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3888888889cqw 0.6944444444cqw;
}
@media (max-width: 768px) {
  .works-post__gallery_col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 4cqw 2cqw;
  }
}
.works-post__gallery_fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.works-post__gallery_fill4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.3888888889cqw 0.6944444444cqw;
}
@media (max-width: 768px) {
  .works-post__gallery_fill4 {
    gap: 4cqw 2cqw;
  }
}
.works-post__gallery_col1 .works-post__gallery-img {
  aspect-ratio: 792/518;
}
.works-post__gallery_fill .works-post__gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc((100% - 1.3888888889cqw * 2) / 3);
      -ms-flex: 1 1 calc((100% - 1.3888888889cqw * 2) / 3);
          flex: 1 1 calc((100% - 1.3888888889cqw * 2) / 3);
}
@media (max-width: 768px) {
  .works-post__gallery_fill .works-post__gallery-item {
    -webkit-flex-basis: calc((100% - 2.6666666667cqw) / 2);
        -ms-flex-preferred-size: calc((100% - 2.6666666667cqw) / 2);
            flex-basis: calc((100% - 2.6666666667cqw) / 2);
  }
}
.works-post__gallery_fill4 .works-post__gallery-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc((100% - 0.6944444444cqw * 3) / 4);
      -ms-flex: 1 1 calc((100% - 0.6944444444cqw * 3) / 4);
          flex: 1 1 calc((100% - 0.6944444444cqw * 3) / 4);
}
@media (max-width: 768px) {
  .works-post__gallery_fill4 .works-post__gallery-item {
    -webkit-flex-basis: calc((100% - 2cqw) / 2);
        -ms-flex-preferred-size: calc((100% - 2cqw) / 2);
            flex-basis: calc((100% - 2cqw) / 2);
  }
}
.works-post__gallery-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.works-post__gallery-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-post__gallery-caption {
  font-size: max(1.1111111111cqw, 10px);
  line-height: 2.15;
  margin-top: 0.6944444444cqw;
}
@media (max-width: 768px) {
  .works-post__gallery-caption {
    font-size: 3.7333333333cqw;
    margin-top: 1.6cqw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .works-post__tag {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .works-post__tag:hover, .works-post__tag:focus {
    background-color: var(--main);
    color: var(--base);
  }
  .works-post__slider-btn {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .works-post__slider-btn:hover, .works-post__slider-btn:focus {
    background-color: var(--main);
  }
  .works-post__gallery-link {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .works-post__gallery-link:hover, .works-post__gallery-link:focus {
    opacity: 0.7;
  }
}
/*###################################################################
  service（page）
###################################################################*/
.service1_pos {
  margin-top: 5.4166666667cqw;
}
@media (max-width: 768px) {
  .service1_pos {
    margin-top: 13.3333333333cqw;
  }
}
.service1__inner {
  max-width: 88.8888888889cqw;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .service1__inner {
    max-width: 89.3333333333cqw;
  }
}
.service1__lead {
  max-width: 51.25cqw;
  width: 100%;
  font-size: 1.6666666667cqw;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .service1__lead {
    max-width: 100%;
    font-size: 4.8cqw;
    line-height: 2;
  }
}
.service1__lead-strong {
  font-size: 2.0833333333cqw;
  line-height: 2;
  --ls: 0.048em;
}
@media (max-width: 768px) {
  .service1__lead-strong {
    font-size: 5.8666666667cqw;
  }
}
.service1__lead-accent {
  color: var(--accent);
}
.service1__text {
  max-width: 63.4722222222cqw;
  width: 100%;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.375;
  text-align: center;
  margin-top: 3.9583333333cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .service1__text {
    max-width: 100%;
    font-size: 3.7333333333cqw;
    line-height: 2;
    margin-top: 8cqw;
  }
}

.service2 {
  position: relative;
}
.service2_pos {
  margin-top: 8.6111111111cqw;
}
@media (max-width: 768px) {
  .service2_pos {
    margin-top: 16cqw;
  }
}
.service2__inner {
  max-width: 88.8888888889cqw;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 10.3472222222cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .service2__inner {
    max-width: 89.3333333333cqw;
    padding-bottom: 18.6666666667cqw;
  }
}
.service2__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 3.4027777778cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .service2__title {
    row-gap: 13.0666666667cqw;
  }
}
.service2__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .service2__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.service2__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .service2__jp {
    font-size: 6.4cqw;
  }
}
.service2__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.1527777778cqw;
}
@media (max-width: 768px) {
  .service2__badges {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 11.7333333333cqw;
  }
}
.service2__badge {
  max-width: 22.6388888889cqw;
  width: 100%;
  height: 20.3472222222cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.3194444444cqw;
  background-color: var(--main);
  color: var(--base);
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 1.6667;
  text-align: center;
  padding-top: 3.0555555556cqw;
}
@media (max-width: 768px) {
  .service2__badge {
    max-width: 86.9333333333cqw;
    height: 78.1333333333cqw;
    row-gap: 5.0666666667cqw;
    font-size: 6.4cqw;
    padding-top: 11.7333333333cqw;
  }
}
.service2__badge_1::before {
  width: 9.8611111111cqw;
  aspect-ratio: 142/120.73;
  background: url(../images/top-service-smile.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-service-smile.webp) 1x, url(../images/top-service-smile@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-smile.webp) 1x, url(../images/top-service-smile@2x.webp) 2x);
}
@media (max-width: 768px) {
  .service2__badge_1::before {
    width: 37.8666666667cqw;
  }
}
.service2__badge_2 {
  row-gap: 2.3611111111cqw;
  background-color: var(--accent);
  padding-top: 3.75cqw;
}
@media (max-width: 768px) {
  .service2__badge_2 {
    row-gap: 9.0666666667cqw;
    padding-top: 14.4cqw;
  }
}
.service2__badge_2::before {
  width: 13.4722222222cqw;
  aspect-ratio: 194/100;
  background: url(../images/top-service-promise.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-service-promise.webp) 1x, url(../images/top-service-promise@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-promise.webp) 1x, url(../images/top-service-promise@2x.webp) 2x);
}
@media (max-width: 768px) {
  .service2__badge_2::before {
    width: 51.7333333333cqw;
  }
}
.service2__badge::before {
  content: "";
}
.service2__deco {
  width: 5.4224305556cqw;
  aspect-ratio: 1/1;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background: url(../images/top-service-deco-1.webp) no-repeat center center/contain;
  background-image: -webkit-image-set(url(../images/top-service-deco-1.webp) 1x, url(../images/top-service-deco-1@2x.webp) 2x);
  background-image: image-set(url(../images/top-service-deco-1.webp) 1x, url(../images/top-service-deco-1@2x.webp) 2x);
  margin-top: 7.3611111111cqw;
  margin-inline: 3.2638888889cqw;
}
@media (max-width: 768px) {
  .service2__deco {
    width: 13.8445333333cqw;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-block: 5.6221333333cqw 3.4666666667cqw;
    margin-inline: 0;
  }
}
.service2__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8.1944444444cqw;
  margin-top: 5cqw;
}
@media (max-width: 768px) {
  .service2__items {
    row-gap: 13.3333333333cqw;
    margin-top: 12cqw;
  }
}
.service2__item {
  min-height: 37.2222222222cqw;
  position: relative;
}
@media (max-width: 768px) {
  .service2__item {
    min-height: 0;
  }
}
.service2__item::before {
  content: "";
  max-width: 77.5694444444cqw;
  width: 100%;
  height: 35.2777777778cqw;
  position: absolute;
  top: 1.9444444444cqw;
  right: 0;
  background-color: var(--base);
}
@media (max-width: 768px) {
  .service2__item::before {
    content: none;
  }
}
.service2__item_reverse {
  min-height: 37.0138888889cqw;
}
@media (max-width: 768px) {
  .service2__item_reverse {
    min-height: 0;
  }
}
.service2__item_reverse::before {
  top: 1.7361111111cqw;
  right: auto;
  left: 0;
}
.service2__item-inner {
  max-width: 81.875cqw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.0416666667cqw;
     -moz-column-gap: 1.0416666667cqw;
          column-gap: 1.0416666667cqw;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .service2__item-inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service2__item_reverse .service2__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
@media (max-width: 768px) {
  .service2__item_reverse .service2__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.service2__img {
  max-width: 44.4444444444cqw;
  width: 100%;
  aspect-ratio: 640/456;
  overflow: hidden;
}
.service2__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .service2__img {
    max-width: 100%;
  }
}
.service2__body {
  max-width: 32.9166666667cqw;
  width: 100%;
  min-height: 29.3055555556cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 2.9166666667cqw;
  padding-top: 6.5972222222cqw;
}
@media (max-width: 768px) {
  .service2__body {
    max-width: 100%;
    min-height: 0;
    row-gap: 4.8cqw;
    background-color: var(--base);
    padding: 6.6666666667cqw 5.3333333333cqw 8cqw;
  }
}
.service2__item-title {
  color: var(--main);
  font-weight: 700;
  text-align: center;
}
.service2__item-lead {
  font-size: 2.0833333333cqw;
  line-height: 1.7667;
}
@media (max-width: 768px) {
  .service2__item-lead {
    font-size: 4.8cqw;
    line-height: 1.5;
  }
}
.service2__item-jp {
  font-size: 2.7777777778cqw;
  line-height: 1.325;
  --ls: 0.045em;
}
@media (max-width: 768px) {
  .service2__item-jp {
    font-size: 6.9333333333cqw;
    line-height: 1.4;
  }
}
.service2__item-text {
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .service2__item-text {
    font-size: 3.7333333333cqw;
    line-height: 2;
  }
}
.service2__bg {
  position: absolute;
  top: 23.8194444444cqw;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bg);
}
@media (max-width: 768px) {
  .service2__bg {
    top: min(112cqw, 560px);
  }
}

.service3_pos {
  margin-top: 9.0972222222cqw;
}
@media (max-width: 768px) {
  .service3_pos {
    margin-top: 16cqw;
  }
}
.service3__inner {
  max-width: 88.8888888889cqw;
  width: 100%;
  padding-bottom: 15.4861111111cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .service3__inner {
    max-width: 92cqw;
    padding-bottom: 24cqw;
  }
}
.service3__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 3.4027777778cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .service3__title {
    row-gap: 13.0666666667cqw;
  }
}
.service3__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .service3__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.service3__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .service3__jp {
    font-size: 6.4cqw;
  }
}
.service3__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7.7083333333cqw;
  background-color: var(--base);
  -webkit-box-shadow: 2px 0 6.8px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 0 6.8px rgba(0, 0, 0, 0.25);
  padding: 4.7222222222cqw 2.7777777778cqw 9.7916666667cqw 2.0833333333cqw;
  margin-top: 5.3472222222cqw;
}
@media (max-width: 768px) {
  .service3__items {
    row-gap: 12cqw;
    padding: 8cqw 4cqw 10.6666666667cqw;
    margin-top: 10.6666666667cqw;
  }
}
.service3__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.0416666667cqw;
     -moz-column-gap: 1.0416666667cqw;
          column-gap: 1.0416666667cqw;
}
@media (max-width: 768px) {
  .service3__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5.3333333333cqw;
  }
}
.service3__body {
  max-width: 39.0972222222cqw;
  width: 100%;
}
@media (max-width: 768px) {
  .service3__body {
    max-width: 100%;
  }
}
.service3__head {
  max-width: 38.3333333333cqw;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--accent);
  padding-block: 0.8333333333cqw;
  padding-left: 1.25cqw;
  margin-top: 3.5416666667cqw;
  margin-left: 0.7638888889cqw;
}
@media (max-width: 768px) {
  .service3__head {
    max-width: none;
    padding-block: 2.6666666667cqw;
    padding-left: 3.2cqw;
    margin-top: 0;
    margin-left: 2.9333333333cqw;
  }
}
.service3__head::before {
  content: "";
  width: 0.7638888889cqw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -0.7638888889cqw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #940204), color-stop(50%, var(--accent)));
  background: -webkit-linear-gradient(top, #940204 50%, var(--accent) 50%);
  background: linear-gradient(to bottom, #940204 50%, var(--accent) 50%);
}
@media (max-width: 768px) {
  .service3__head::before {
    width: 2.9333333333cqw;
    left: -2.9333333333cqw;
  }
}
.service3__item-title {
  font-size: 2.0833333333cqw;
  font-weight: 500;
  line-height: 0.7333;
}
@media (max-width: 768px) {
  .service3__item-title {
    font-size: 5.8666666667cqw;
    line-height: 1.4;
  }
}
.service3__item-text {
  max-width: 35.8333333333cqw;
  width: 100%;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.1875;
  margin-top: 2.5694444444cqw;
  margin-left: 1.1111111111cqw;
}
@media (max-width: 768px) {
  .service3__item-text {
    max-width: 100%;
    font-size: 3.7333333333cqw;
    line-height: 2;
    margin-top: 4cqw;
    margin-left: 2.9333333333cqw;
  }
}
.service3__img {
  max-width: 41.6666666667cqw;
  width: 100%;
  aspect-ratio: 600/386;
  overflow: hidden;
}
.service3__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .service3__img {
    max-width: 100%;
  }
}

/*###################################################################
  flow（page）
###################################################################*/
.flow1 {
  background-color: var(--bg);
}
.flow1__inner {
  max-width: 77.5694444444cqw;
  width: 100%;
  padding-top: 14.0972222222cqw;
  padding-bottom: 28.125cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .flow1__inner {
    max-width: 89.3333333333cqw;
    padding-top: 18.6666666667cqw;
    padding-bottom: 24cqw;
  }
}
.flow1__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.8472222222cqw;
}
@media (max-width: 768px) {
  .flow1__items {
    row-gap: 12cqw;
  }
}
.flow1__item {
  height: 26.25cqw;
  position: relative;
  background-color: var(--base);
}
@media (max-width: 768px) {
  .flow1__item {
    height: auto;
    padding: 6.6666666667cqw 5.3333333333cqw 8cqw;
  }
}
.flow1__item::after {
  content: "";
  width: 5.5930555556cqw;
  aspect-ratio: 80.54/26.25;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% + 0.1215277778cqw);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--main);
}
@media (max-width: 768px) {
  .flow1__item::after {
    width: 16cqw;
    top: calc(100% + 2.4cqw);
  }
}
.flow1__item:last-child::after {
  content: none;
}
.flow1__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5277777778cqw;
     -moz-column-gap: 1.5277777778cqw;
          column-gap: 1.5277777778cqw;
  padding-top: 0.9027777778cqw;
  padding-left: 2.4305555556cqw;
}
@media (max-width: 768px) {
  .flow1__item-head {
    -webkit-column-gap: 3.2cqw;
       -moz-column-gap: 3.2cqw;
            column-gap: 3.2cqw;
    padding-top: 0;
    padding-left: 0;
  }
}
.flow1__step {
  width: 4.4444444444cqw;
  color: var(--main);
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  --ls: 0.125em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .flow1__step {
    width: 12.8cqw;
    font-size: 4.2666666667cqw;
  }
}
.flow1__num {
  display: block;
  position: relative;
  top: -0.4513888889cqw;
  font-size: 3.4722222222cqw;
  line-height: 0.74;
  --ls: 0.06em;
}
@media (max-width: 768px) {
  .flow1__num {
    top: -1.1093333333cqw;
    font-size: 8.5333333333cqw;
  }
}
.flow1__head {
  max-width: 35.2083333333cqw;
  width: 100%;
  border-bottom: 1px solid var(--main);
  padding-top: 2.3611111111cqw;
  padding-bottom: 0.2083333333cqw;
  padding-left: 1.6666666667cqw;
}
@media (max-width: 768px) {
  .flow1__head {
    max-width: 100%;
    padding-top: 3.7333333333cqw;
    padding-bottom: 1.6cqw;
    padding-left: 2.6666666667cqw;
  }
}
.flow1__title {
  color: var(--main);
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .flow1__title {
    font-size: 4.8cqw;
    line-height: 1.6;
  }
}
.flow1__text {
  max-width: 39.1666666667cqw;
  width: 100%;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.1875;
  margin-top: 2.7083333333cqw;
  margin-left: 3.5416666667cqw;
}
@media (max-width: 768px) {
  .flow1__text {
    max-width: 100%;
    font-size: 3.7333333333cqw;
    line-height: 2;
    margin-top: 4.8cqw;
    margin-left: 0;
  }
}
.flow1__img {
  max-width: 29.2361111111cqw;
  width: 100%;
  aspect-ratio: 421/316;
  overflow: hidden;
  position: absolute;
  top: 1.9444444444cqw;
  right: 2.7083333333cqw;
}
.flow1__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .flow1__img {
    max-width: 100%;
    position: static;
    top: auto;
    right: auto;
    margin-top: 5.3333333333cqw;
  }
}

/*###################################################################
  company（page）
###################################################################*/
.company1_pos {
  margin-top: 7.1527777778cqw;
}
@media (max-width: 768px) {
  .company1_pos {
    margin-top: 16cqw;
  }
}
.company1__inner {
  max-width: 61.875cqw;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .company1__inner {
    max-width: 89.3333333333cqw;
  }
}
.company1__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 4.6527777778cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .company1__title {
    row-gap: 12cqw;
  }
}
.company1__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .company1__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.company1__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .company1__jp {
    font-size: 6.4cqw;
  }
}
.company1__text {
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 2.375;
  margin-top: 3.4722222222cqw;
}
@media (max-width: 768px) {
  .company1__text {
    font-size: 3.7333333333cqw;
    line-height: 2;
    margin-top: 8cqw;
  }
}
.company1__sign {
  max-width: 24.3055555556cqw;
  width: 100%;
  margin-top: 3.4722222222cqw;
  margin-left: auto;
}
@media (max-width: 768px) {
  .company1__sign {
    max-width: 58.6666666667cqw;
    margin-top: 6.6666666667cqw;
  }
}

.company2 {
  background-color: var(--bg);
}
.company2_pos {
  margin-top: 7.1298611111cqw;
}
@media (max-width: 768px) {
  .company2_pos {
    margin-top: 16cqw;
  }
}
.company2__inner {
  max-width: 71.4583333333cqw;
  width: 100%;
  padding-top: 8.1944444444cqw;
  padding-bottom: 12.7083333333cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .company2__inner {
    max-width: 89.3333333333cqw;
    padding-top: 16cqw;
    padding-bottom: 18.6666666667cqw;
  }
}
.company2__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 4.3055555556cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .company2__title {
    row-gap: 12cqw;
  }
}
.company2__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .company2__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.company2__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .company2__jp {
    font-size: 6.4cqw;
  }
}
.company2__list {
  max-width: 53.4027777778cqw;
  width: 100%;
  margin-top: 3.0555555556cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .company2__list {
    max-width: 100%;
    margin-top: 8cqw;
  }
}
.company2__row {
  height: 3.4722222222cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .company2__row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.company2__term {
  min-width: 13.75cqw;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  padding-left: 4.3055555556cqw;
}
@media (max-width: 768px) {
  .company2__term {
    min-width: 0;
    width: 100%;
    height: auto;
    font-size: 3.7333333333cqw;
    padding-top: 2.6666666667cqw;
    padding-bottom: 0.5333333333cqw;
    padding-left: 2.6666666667cqw;
  }
}
.company2__term::after {
  content: "";
  width: 100%;
  height: 0.2777777778cqw;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--main);
}
@media (max-width: 768px) {
  .company2__term::after {
    content: none;
  }
}
.company2__desc {
  width: 39.6527777778cqw;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  padding-left: 4.6875cqw;
}
@media (max-width: 768px) {
  .company2__desc {
    width: 100%;
    height: auto;
    font-size: 3.7333333333cqw;
    padding-top: 0.5333333333cqw;
    padding-bottom: 2.6666666667cqw;
    padding-left: 2.6666666667cqw;
  }
}
.company2__desc::after {
  content: "";
  width: 100%;
  height: 0.2777777778cqw;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--base);
}
@media (max-width: 768px) {
  .company2__desc::after {
    height: 1.0666666667cqw;
    background-color: var(--main);
  }
}
.company2__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.0416666667cqw;
     -moz-column-gap: 1.0416666667cqw;
          column-gap: 1.0416666667cqw;
  margin-top: 9.5138888889cqw;
}
@media (max-width: 768px) {
  .company2__items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 4cqw;
       -moz-column-gap: 4cqw;
            column-gap: 4cqw;
    row-gap: 4cqw;
    margin-top: 12cqw;
  }
}
.company2__item {
  max-width: 16.8055555556cqw;
  width: 100%;
  aspect-ratio: 242/200;
  overflow: hidden;
}
.company2__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .company2__item {
    max-width: calc(50% - 2cqw);
  }
}

.company3 {
  background-color: var(--bg);
}
.company3__inner {
  max-width: 66.1805555556cqw;
  width: 100%;
  padding-bottom: 24.9305555556cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .company3__inner {
    max-width: 89.3333333333cqw;
    padding-bottom: 24cqw;
  }
}
.company3__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 4.3055555556cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .company3__title {
    row-gap: 12cqw;
  }
}
.company3__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .company3__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.company3__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .company3__jp {
    font-size: 6.4cqw;
  }
}
.company3__address {
  font-size: max(1.1111111111cqw, 10px);
  font-weight: 500;
  line-height: 1.375;
  text-align: center;
  margin-top: 3.125cqw;
}
@media (max-width: 768px) {
  .company3__address {
    font-size: 3.7333333333cqw;
    margin-top: 8cqw;
  }
}
.company3__map {
  width: 100%;
  height: 34.2361111111cqw;
  display: block;
  margin-top: 3.3333333333cqw;
}
@media (max-width: 768px) {
  .company3__map {
    height: 80cqw;
    margin-top: 8cqw;
  }
}

/*###################################################################
  contact（page）
###################################################################*/
.contact1_pos {
  margin-top: 7.1527777778cqw;
}
@media (max-width: 768px) {
  .contact1_pos {
    margin-top: 16cqw;
  }
}
.contact1__inner {
  max-width: 24.3055555556cqw;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact1__inner {
    max-width: 89.3333333333cqw;
  }
}
.contact1__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 3.3333333333cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .contact1__title {
    row-gap: 9.3333333333cqw;
  }
}
.contact1__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .contact1__en {
    font-size: 10.6666666667cqw;
    line-height: 0.55;
  }
}
.contact1__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .contact1__jp {
    font-size: 6.4cqw;
  }
}
.contact1__tel {
  width: 100%;
  height: 5.9888888889cqw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.4659722222cqw;
  border: 0.0930555556cqw solid var(--main);
  margin-top: 5.7638888889cqw;
}
@media (max-width: 768px) {
  .contact1__tel {
    height: 22.9973333333cqw;
    row-gap: 1.7893333333cqw;
    border-width: 1px;
    margin-top: 12cqw;
  }
}
.contact1__tel-lead {
  color: var(--main);
  font-size: 1.3888888889cqw;
  font-weight: 500;
  line-height: 1.4751;
  text-align: center;
}
@media (max-width: 768px) {
  .contact1__tel-lead {
    font-size: 4.8cqw;
  }
}
.contact1__tel-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6520833333cqw;
     -moz-column-gap: 0.6520833333cqw;
          column-gap: 0.6520833333cqw;
}
@media (max-width: 768px) {
  .contact1__tel-body {
    -webkit-column-gap: 2.504cqw;
       -moz-column-gap: 2.504cqw;
            column-gap: 2.504cqw;
  }
}
.contact1__tel-body::before {
  content: "";
  min-width: 2.3222222222cqw;
  aspect-ratio: 1/1;
  background: url(../images/icon-tel-r.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .contact1__tel-body::before {
    min-width: 8cqw;
  }
}
.contact1__tel-num {
  color: var(--main);
  font-size: 2.2222222222cqw;
  font-weight: 600;
  line-height: 0.9219;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .contact1__tel-num {
    font-size: 7.4666666667cqw;
  }
}

body:not(.contact) .grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  bottom: 0 !important;
}

.contact2 {
  background-color: var(--bg);
}
.contact2_pos {
  margin-top: 7.1361111111cqw;
}
@media (max-width: 768px) {
  .contact2_pos {
    margin-top: 16cqw;
  }
}
.contact2__inner {
  max-width: 52.3611111111cqw;
  width: 100%;
  padding-top: 8.1944444444cqw;
  padding-bottom: 21.1805555556cqw;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact2__inner {
    max-width: 89.3333333333cqw;
    padding-top: 16cqw;
    padding-bottom: 18.6666666667cqw;
  }
}
.contact2__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 4.3055555556cqw;
  text-align: center;
}
@media (max-width: 768px) {
  .contact2__title {
    row-gap: 12cqw;
  }
}
.contact2__en {
  color: var(--main);
  font-size: 3.4722222222cqw;
  font-weight: 700;
  line-height: 0.44;
}
@media (max-width: 768px) {
  .contact2__en {
    font-size: 8.5333333333cqw;
    line-height: 0.6875;
  }
}
.contact2__jp {
  font-size: 1.6666666667cqw;
  font-weight: 600;
  line-height: 0.9167;
}
@media (max-width: 768px) {
  .contact2__jp {
    font-size: 6.4cqw;
  }
}
.contact2__form {
  margin-top: 8.8888888889cqw;
}
@media (max-width: 768px) {
  .contact2__form {
    margin-top: 12cqw;
  }
}

/*###################################################################
  page-404（page）
###################################################################*/
.page-404 {
  background-color: var(--bg);
}
.page-404__inner {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-inline: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .page-404__inner {
    padding: 50px clamp(0.9375rem, -0.0815217391rem + 4.0760869565vw, 1.875rem) 100px;
  }
}
.page-404__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.page-404__text {
  line-height: 2;
  white-space: pre-line;
  margin-top: 40px;
}
.page-404__button {
  max-width: 214px;
  margin: 50px auto 0;
}

@media (hover: hover) and (pointer: fine) {
  .page-404__button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .page-404__button:hover, .page-404__button:focus {
    opacity: 0.7;
  }
}
/*###################################################################
  js-（js制御用）
###################################################################*/