@charset 'UTF-8';
/* ========================================================================
/*
/* Foundation
/*
========================================================================= */
/* Bootstrap Customize
--------------------------------------------------------- */
h1 {
  float: none;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
  line-height: 1.9;
}

dt {
  font-weight: normal;
  line-height: 1.9;
}

dd {
  line-height: 1.9;
}

address {
  margin-bottom: auto;
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
[class*=col-]:not(:last-child) {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  [class*=col-]:not(:last-child) {
    margin-bottom: 0;
  }
}

.modal {
  z-index: 9999;
}
@media print {
  .modal {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .modal-body img {
    max-height: 700px;
  }
}

.thumb {
  position: relative;
  width: auto;
  height: 300px;
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
}
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
.thumb a:hover img,
.thumb a:active img,
.thumb a:focus img {
  opacity: .7;
  transition: .2s;
}

@media only screen and (max-width: 767.98px) {
  .form-inline select {
    display: inline-block;
    width: auto;
    padding-right: 2px;
    padding-left: 2px;
  }
}

input[type=file].form-control {
  height: 0;
}

@media only screen and (max-width: 575.98px) {
  .form-check-inline {
    display: block;
  }
}
@media print, screen and (min-width: 576px) {
  .form-check-inline:not(:last-of-type) {
    margin-right: 1.4em;
  }
}

.form-control {
  height: auto;
  border-radius: 3px;
}
@media only screen and (max-width: 767.98px) {
  .form-control {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control {
    font-size: clamp(.938rem, .158vw + .862rem, 1rem);
  }
}

.form-control::placeholder {
  color: #b3b3b3;
  font-weight: 350;
}
@media only screen and (max-width: 767.98px) {
  .form-control::placeholder {
    font-size: .875rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form-control::placeholder {
    font-size: clamp(.875rem, .158vw + .799rem, .938rem);
  }
}

/* Base
--------------------------------------------------------- */
:root {
  --color-main: #bc1d1d;
  --color-sub: #222;
  --color-txt: #222;
  --color-base: #f7f7f7;
  --color-red: #bc1d1d;
  --font-family-primary: 'Noto Sans JP', sans-serif;
  --font-family-secondary: 'font-makinas-square', sans-serif;
  --font-family-awesome: 'Font Awesome 6 Free';
  --header-height-mobile: clamp(45px, 7.8vw, 60px);
  --header-height-desktop: clamp(80px, 6vw, 100px);
  --icon-phone: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M25.47,32c-.71-.21-2.17-.44-3.46-1.03C13.16,26.94,6.34,20.72,1.67,12.23c-.23-.42-.4-.86-.59-1.31C-.94,6-.23,3.29,4.12.2c.49-.35,1.95-.21,2.26.21,1.48,2.01,2.87,4.12,3.96,6.35.31.64-.28,1.99-.84,2.72-1.6,2.09-1.54,4.18.17,5.93,2.66,2.72,5.57,5.2,8.43,7.72.96.84,1.9.62,2.9-.27,2.84-2.54,3.37-2.55,6.7-.73.54.3,1.06.63,1.59.95,1.63.97,3.29,1.9,2.53,4.27-.83,2.59-3.39,4.75-6.34,4.65Z"/></svg>');
  --icon-mail: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 95.1 68.2"><path d="m47.5,43.7c-1.9,0-3.8-.4-5.6-1.2L0,23.9v39.3c0,2.8,2.2,5,5,5h85c2.8,0,5-2.2,5-5V23.9l-41.9,18.6c-1.8.8-3.7,1.2-5.6,1.2Z"/><path d="m90,0H5C2.2,0,0,2.2,0,5v6.1c0,2,1.2,3.8,3,4.6l42.5,18.8c1.3.6,2.8.6,4.1,0l42.5-18.9c1.8-.8,3-2.6,3-4.6v-6.1c-.1-2.7-2.3-4.9-5.1-4.9Z"/></svg>');
  --icon-arrow-right: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 9"><polyline points="26.6 0 26.1 .9 35 6.7 0 6.7 0 7.7 38 7.7"/></svg>');
  --icon-arrow-left: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 9"><polyline points="0 7.7 38 7.7 38 6.7 3 6.7 11.9 .9 11.4 0"/></svg>');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: var(--color-txt);
  letter-spacing: .05em;
  font-weight: 400;
  font-family: var(--font-family-primary);
  line-height: 2;

  font-optical-sizing: auto;
}
body :lang(en) {
  font-family: var(--font-family-secondary);
}

a {
  color: var(--color-main);
  text-decoration: none;
  transition: color .2s;
}
a img {
  transition: opacity .2s;
}
a:hover,
a:active,
a:focus {
  color: var(--color-main);
  text-decoration: none;
}
@media print, screen and (min-width: 992px) {
  a:hover img,
  a:active img,
  a:focus img {
    opacity: .7;
  }
}

em,
strong {
  font-weight: bold;
  font-style: normal;
}

button,
input[type=submit],
input[type=button] {
  padding: 0;
  border: 0;
}

img {
  -webkit-backface-visibility: hidden;
}

/* Webfont
--------------------------------------------------------- */
/* マキナス 4 Square
--------------------------------------------------------- */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'font-makinas-square';
  src: url('../fonts/makinas-square/subset/Makinas-4-Square.woff') format('woff'), url('../fonts/makinas-square/subset/Makinas-4-Square.otf') format('opentype');

  font-display: swap;
}
.f-makinas-square {
  font-family: 'font-makinas-square', sans-serif;
}

/* ========================================================================
/*
/* Layout
/*
========================================================================= */
/* 全体
--------------------------------------------------------- */
.l-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ヘッダー
--------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  transition: .5s;
  transform: translateY(-100%);
}
@media screen and (max-width: 991.98px) {
  .l-header {
    display: flex;
    height: var(--header-height-mobile);
    padding-left: 1.5vw;

    align-items: center;
  }
}
@media print, screen and (min-width: 992px) {
  .l-header {
    display: grid;
    height: clamp(120px, 10vw, 180px);
    padding-right: clamp(20px, 2.7vw, 60px);
    padding-left: clamp(15px, 1.8vw, 40px);
    column-gap: 3%;

    grid-template: 'logo util'/auto auto;
    align-items: center;
  }
}
@media print {
  .l-header {
    position: static;
  }
}
.l-header.is-show {
  opacity: 1;
  transform: translateY(0);
}
.l-header.is-below {
  background-color: rgba(0, 0, 0, .6);
}
@media print, screen and (min-width: 992px) {
  .l-header.is-below {
    height: clamp(80px, 6vw, 100px);
    padding-right: clamp(15px, 1.8vw, 40px);
    padding-left: clamp(15px, 1.8vw, 40px);
  }
}
@media print, screen and (min-width: 992px) {
  .l-header.is-below .c-global-nav__item > a {
    padding-bottom: .4em;
    color: var(--color-txt);
  }
}
@media print, screen and (min-width: 992px) {
  .l-header.is-below .c-global-nav__item > a .txt-en {
    font-size: clamp(.875rem, .397vw + .629rem, 1.125rem);
  }
}
@media print, screen and (min-width: 992px) {
  .l-header.is-below .c-global-nav__item > a .txt-jp {
    font-size: clamp(.625rem, .198vw + .502rem, .75rem);
  }
}
.l-header__logo {
  grid-area: logo;
}
@media print, screen and (min-width: 992px) {
  .l-header__logo {
    padding-bottom: clamp(10px, .8vw, 15px);
  }
}
.l-header__util {
  grid-area: util;
}
@media print, screen and (min-width: 992px) {
  .l-header__util {
    align-self: stretch;
  }
}

/* コンテンツ
--------------------------------------------------------- */
.l-contents {
  flex: 1 0 auto;
  overflow: hidden;
  padding-bottom: clamp(70px, 8.9vw, 140px);
}
.l-contents.--no-space-bottom {
  padding-bottom: 0;
}

/* フッター
--------------------------------------------------------- */
.l-footer {
  text-align: center;
}
@media print {
  .l-footer {
    page-break-inside: avoid;
  }
}
.l-footer__inner {
  max-width: min(92vw, 1200px);
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(50px, 5.1vw, 70px);
}
.l-footer__address {
  margin-top: 20px;
  font-size: clamp(1rem, .122vw + .973rem, 1.125rem);
}
@media print, screen and (min-width: 768px) {
  .l-footer__address {
    letter-spacing: .1388888889em;
  }
}
.l-footer__map-btn {
  margin-top: clamp(15px, 1.5vw, 20px);
}
.l-footer__map-btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: .2em 1.8em;
  border-radius: 9999px;
  background-color: var(--color-sub);
  color: #fff;
  letter-spacing: .0882352941em;
  font-weight: 400;
  font-size: clamp(1rem, .061vw + .986rem, 1.063rem);
  font-family: 'Lexend', sans-serif;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}
.l-footer__map-btn a:where(:hover, :active, :focus) {
  background-color: var(--color-main);
}
.l-footer__bnr {
  margin-top: clamp(40px, 4.7vw, 70px);
}
.l-footer__bnr a {
  display: inline-grid;
  border: 1px solid var(--color-main);
  background-color: #fff;
  color: var(--color-txt);
  transition: box-shadow .5s;
  column-gap: 14px;

  grid-template: 'logo txt'/auto 1fr;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__bnr a {
    padding: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__bnr a {
    padding: 1em 2em;
  }
}
.l-footer__bnr a:where(:hover, :active, :focus) {
  box-shadow: 0 0 15px 15px rgba(121, 20, 20, .05);
}
.l-footer__bnr a:where(:hover, :active, :focus) img {
  opacity: 1;
}
.l-footer__bnr-logo {
  grid-area: logo;
}
.l-footer__bnr-logo img {
  position: relative;
  top: .25em;
  width: clamp(80px, 7.6vw, 100px);
  height: auto;
}
.l-footer__bnr-txt {
  text-align: left;
  font-weight: 600;
  font-size: clamp(.938rem, .122vw + .91rem, 1.063rem);
  line-height: 1.6;

  grid-area: txt;
}
.l-footer__copyright {
  margin-top: clamp(50px, 5.5vw, 80px);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #dfdfdf;
  color: #989898;
  text-align: center;
  letter-spacing: .05em;
  font-size: .75rem;
}

/* ========================================================================
/*
/* Component
/*
========================================================================= */
/* ドロワー
--------------------------------------------------------- */
.drawer__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: clamp(45px, 7.8vw, 60px);
  height: clamp(45px, 7.8vw, 60px);
  outline: none !important;
  background: var(--color-main);
  transition: background-color .5s;

  -webkit-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 992px) {
  .drawer__btn {
    display: none;
  }
}
.is-drawer-open .drawer__btn {
  background-color: transparent;
}
.drawer__btn-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: clamp(24px, 4vw, 30px);
  height: 1px;
  margin: auto;
  background: #fff;
  transition: .5s cubic-bezier(.645, .045, .355, 1);
  pointer-events: none;
}
.is-drawer-open .drawer__btn-line {
  background-color: #5f5f5f;
}
.drawer__btn-line:nth-child(1) {
  transform: translateY(-6px);
}
.is-drawer-open .drawer__btn-line:nth-child(1) {
  transform: rotate(45deg);
}
.is-drawer-open .drawer__btn-line:nth-child(2) {
  opacity: 0;
}
.drawer__btn-line:nth-child(3) {
  transform: translateY(6px);
}
.is-drawer-open .drawer__btn-line:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 991.98px) {
  .drawer__bg {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 500;
    overflow-x: hidden;
    width: min(80vw, 450px);
    height: 100vh;
    background-color: #1a1a1a;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;
  }
}
@media print, screen and (min-width: 992px) {
  .drawer__bg {
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .drawer__bg::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .is-drawer-open .drawer__bg {
    overflow-y: auto;
    transform: translateX(-100%);
    pointer-events: auto;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 991.98px) {
  .drawer__inner {
    visibility: hidden;
    padding: 90px 4vw 140px;
    opacity: 0;
    transition: .5s cubic-bezier(.645, .045, .355, 1) .25s;
    transform: translateX(30px);
  }
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .is-drawer-open .drawer__inner {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 991.98px) {
  .drawer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;

    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
}
@media screen and (max-width: 991.98px) {
  .is-drawer-open .drawer__overlay {
    visibility: visible;
    background: rgba(0, 0, 0, .3);
    opacity: 1;
    pointer-events: auto;
  }
}

/* グローバルナビ
--------------------------------------------------------- */
@media print, screen and (min-width: 992px) {
  .c-global-nav {
    height: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__items {
    display: flex;
    height: 100%;

    justify-content: flex-end;
    align-items: center;
    gap: clamp(10px, 1.5vw, 35px);
  }
}
@media screen and (max-width: 991.98px) {
  .c-global-nav__item + .c-global-nav__item {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item.--only-sp {
    display: none;
  }
}
.c-global-nav__item > a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 991.98px) {
  .c-global-nav__item > a {
    padding: .9em 1em;
    text-align: left;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a {
    padding-top: .2em;
    padding-bottom: 1em;
    text-align: center;
    transition: background-color .2s, color .2s;
  }
}
.c-global-nav__item > a .txt-jp,
.c-global-nav__item > a .txt-en {
  display: block;
  color: #fff;
}
.c-global-nav__item > a .txt-en {
  letter-spacing: .07em;
  font-weight: 500;
  font-family: var(--font-family-secondary);
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .c-global-nav__item > a .txt-en {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a .txt-en {
    font-size: clamp(.875rem, .595vw + .506rem, 1.25rem);
  }
}
.c-global-nav__item > a .txt-jp {
  letter-spacing: .12em;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .c-global-nav__item > a .txt-jp {
    font-size: .8125rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a .txt-jp {
    margin-top: .2em;
    font-size: clamp(.688rem, .198vw + .564rem, .813rem);
  }
}
.c-global-nav__item > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--color-main);
  content: '';
  transition: transform .3s;
  transform: scaleX(0);
  transform-origin: right top;
}
@media print, screen and (min-width: 992px) {
  .c-global-nav__item > a:hover::after,
  .c-global-nav__item > a:focus::after {
    transform: scaleX(1);
    transform-origin: left top;
  }
}
.c-global-nav__item.is-current > a::after {
  transform: scaleX(1);
  transform-origin: left top;
}

/* フッターナビ
--------------------------------------------------------- */
.c-footer-nav {
  padding-top: 1.5em;
  padding-right: 4vw;
  padding-bottom: 1.5em;
  padding-left: 4vw;
  background-color: var(--color-sub);
  color: #fff;
}
.c-footer-nav__items {
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(14px, 2.7vw, 50px);
}
.c-footer-nav__item {
  position: relative;
  font-size: clamp(.938rem, .061vw + .924rem, 1rem);
  line-height: 1.6;
}
.c-footer-nav__item a {
  color: #fff;
  transition: color .2s;
}
.c-footer-nav__item a:where(:hover, :active, :focus) {
  color: #c5c5c5;
}

/* コンテナ
--------------------------------------------------------- */
.c-container {
  max-width: min(92vw, 1200px);
  margin-right: auto;
  margin-left: auto;
}

/* セクション
--------------------------------------------------------- */
.c-section {
  margin-top: clamp(80px, 10.2vw, 160px);
}
.c-section:first-child {
  margin-top: 0;
}

/* ページタイトル
--------------------------------------------------------- */
.c-page-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(50px, 5.9vw, 90px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .c-page-heading {
    height: clamp(180px, 30.3vw, 230px);
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading {
    height: clamp(300px, 25.1vw, 450px);
  }
}
.c-page-heading::before {
  position: absolute;
  z-index: -1;
  background-color: rgba(0, 0, 0, .3);
  content: '';

  inset: 0;
}
.c-page-heading.--information {
  background-image: url('../images/information/bg-page-heading.jpg');
}
.c-page-heading.--business {
  background-image: url('../images/business/bg-page-heading.jpg');
  background-position: center 55%;
}
.c-page-heading.--flow {
  background-image: url('../images/flow/bg-page-heading.jpg');
  background-position: center 55%;
}
.c-page-heading.--staff {
  background-image: url('../images/staff/bg-page-heading.jpg');
}
.c-page-heading.--company {
  background-image: url('../images/company/bg-page-heading.jpg');
}
.c-page-heading.--contact {
  background-image: url('../images/contact/bg-page-heading.jpg');
  background-position: center 90%;
}
@media screen and (max-width: 991.98px) {
  .c-page-heading.--contact {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .c-page-heading__inner {
    padding-top: clamp(40px, 8.9vw, 80px);
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading__inner {
    padding-top: clamp(80px, 6.7vw, 120px);
  }
}
.c-page-heading__en,
.c-page-heading__title {
  color: #fff;
}
.c-page-heading__en {
  position: relative;
  display: inline-block;
  padding-right: clamp(35px, 3.6vw, 50px);
  padding-left: clamp(35px, 3.6vw, 50px);
  letter-spacing: .108em;
  font-size: clamp(1.688rem, 1.28vw + 1.399rem, 3rem);
  font-size: clamp(1.875rem, 1.829vw + 1.463rem, 3.75rem);
  font-family: var(--font-family-secondary);
  line-height: 1.3;
}
.c-page-heading__en::before,
.c-page-heading__en::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: clamp(18px, 2vw, 30px);
  height: 1px;
  margin: auto;
  background-color: currentColor;
  content: '';
}
.c-page-heading__en::before {
  left: 0;
}
.c-page-heading__en::after {
  right: 0;
}
.c-page-heading__title {
  letter-spacing: .11em;
  font-weight: 500;
  font-size: clamp(1.063rem, .305vw + .994rem, 1.375rem);
  line-height: 1.4;
}

/* キャッチコピー
--------------------------------------------------------- */
.c-copy {
  margin-bottom: 1.2em;
  color: var(--color-main);
  font-weight: 500;
  font-size: clamp(1.063rem, .61vw + .925rem, 1.688rem);
  line-height: 1.5;
}

/* リスト
--------------------------------------------------------- */
.c-list > li {
  position: relative;
}
.c-list > li::before {
  position: absolute;
  left: 0;
}
.c-list.--dot > li {
  padding-left: 1.2em;
}
.c-list.--dot > li::before {
  content: '・';
}
.c-list.--num > li {
  margin-left: 1.3em;
  list-style-type: decimal;
}
.c-list.--inline {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
  gap: 4%;
}
.c-list.--check > li {
  padding-left: 2.3em;
  font-weight: 500;
  font-size: clamp(1rem, .061vw + .986rem, 1.063rem);
}
.c-list.--check > li:not(:last-of-type) {
  margin-bottom: 1em;
}
.c-list.--check > li::before {
  position: absolute;
  top: .2em;
  display: flex;
  padding-right: .2em;
  padding-left: .2em;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  content: '\f00c';
  font-weight: 900;
  font-size: 110%;
  font-family: var(--font-family-awesome);
  line-height: 1;

  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

/* テーブル
--------------------------------------------------------- */
.c-table {
  width: 100%;
  font-size: clamp(.938rem, .096vw + .916rem, 1rem);
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .c-table {
    font-size: 1rem;
  }
}
@media print {
  .c-table {
    page-break-inside: avoid;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table tbody th,
  .c-table tbody td {
    display: block;
    width: 100%;
  }
}
.c-table th,
.c-table td {
  word-break: break-all;
}
.c-table.--style-a thead {
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  border-left: 1px solid var(--color-main);
}
.c-table.--style-a thead th {
  padding: .4em 1.4em;
  border-bottom: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.c-table.--style-a thead th:not(:last-of-type) {
  border-right: 1px solid color-mix(in srgb, var(--color-main), black 10%);
}
.c-table.--style-a tbody {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.c-table.--style-a tbody th {
  border-bottom: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 768px) {
  .c-table.--style-a tbody th {
    border-right: 1px solid #e0e0e0;
  }
}
.c-table.--style-a tbody td {
  border-bottom: 1px solid #e0e0e0;
}
.c-table.--style-a tbody td:not(:last-of-type) {
  border-right: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 768px) {
  .c-table.--style-a th,
  .c-table.--style-a td {
    padding: .8em 1.4em;
  }
}
.c-table.--style-a th {
  background-color: #ededed;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-a th {
    padding: .3em 1.4em;
    text-align: center;
  }
}
.c-table.--style-a td {
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-a td {
    padding: 1em 1.4em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-a.--lineup tbody th,
  .c-table.--style-a.--lineup tbody td {
    display: table-cell;
  }
}
.c-table.--style-a.--lineup tbody th {
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--style-a.--lineup tbody th {
    width: 30%;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table.--company tbody th {
    width: 25%;
  }
}
.c-table.--contact {
  margin-top: clamp(30px, 4vw, 40px);
}
.c-table.--contact tbody th,
.c-table.--contact tbody td {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--contact tbody th,
  .c-table.--contact tbody td {
    padding-right: .8em;
    padding-left: .8em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table.--contact tbody th,
  .c-table.--contact tbody td {
    padding: 1.2em 1em;
  }
}
.c-table.--contact tbody th .c-badge,
.c-table.--contact tbody td .c-badge {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  .c-table.--contact tbody th {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table.--contact tbody th {
    width: clamp(260px, 21vw, 320px);
  }
}
.c-table.--contact tbody th small {
  display: block;
  margin-top: .4em;
  color: var(--color-red);
  font-size: clamp(.688rem, .122vw + .66rem, .813rem);
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .c-table.--contact tbody td {
    display: block;
  }
}

/* バッジ
--------------------------------------------------------- */
.c-badge {
  display: inline-block;
  padding: .2em .6em;
  background-color: var(--color-red);
  color: #fff;
  font-weight: normal;
  font-size: .625rem;
  line-height: 1.4;
}

.c-heading-basic {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1.5em;
  padding-left: 2em;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-basic {
    font-size: clamp(1.188rem, 1.225vw + .912rem, 1.5rem);
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-basic {
    font-size: clamp(2rem, .487vw + 1.766rem, 2.375rem);
  }
}
.c-heading-basic::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1.4em;
  margin: auto;
  background: url('../images/common/icon-heading.svg') left top/100% 100% no-repeat;
  content: '';

  aspect-ratio: 138.44/115.45;
}

@media only screen and (max-width: 767.98px) {
  .c-heading {
    margin-bottom: 1.8em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 2.5em;
  }
}
.c-heading + * {
  margin-top: 0 !important;
}
.c-heading__en {
  text-transform: capitalize;
  letter-spacing: .108em;
  font-weight: 400;
  font-family: var(--font-family-secondary);
  line-height: 1.3;
}
.c-heading__title {
  color: var(--color-main);
  letter-spacing: .11em;
  font-weight: 500;
  line-height: 1.4;
}
.c-heading.--primary {
  text-align: center;
}
.c-heading.--primary .c-heading__en {
  position: relative;
  display: inline-block;
  padding-right: clamp(35px, 3.6vw, 50px);
  padding-left: clamp(35px, 3.6vw, 50px);
  font-size: clamp(1.875rem, 1.829vw + 1.463rem, 3.75rem);
}
.c-heading.--primary .c-heading__en::before,
.c-heading.--primary .c-heading__en::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: clamp(18px, 2vw, 30px);
  height: 1px;
  margin: auto;
  background-color: currentColor;
  content: '';
}
.c-heading.--primary .c-heading__en::before {
  left: 0;
}
.c-heading.--primary .c-heading__en::after {
  right: 0;
}
.c-heading.--primary .c-heading__title {
  font-size: clamp(1.063rem, .305vw + .994rem, 1.375rem);
}
.c-heading.--secondary .c-heading__en {
  font-size: clamp(1.75rem, 1.585vw + 1.393rem, 3.375rem);
}
.c-heading.--secondary .c-heading__title {
  position: relative;
  display: inline-block;
  padding-left: clamp(30px, 3.1vw, 42px);
  font-size: clamp(.875rem, .366vw + .793rem, 1.25rem);
}
.c-heading.--secondary .c-heading__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: clamp(15px, 1.9vw, 30px);
  height: 1px;
  background-color: currentColor;
  content: '';
}
.c-heading.--wh .c-heading__en,
.c-heading.--wh .c-heading__title {
  color: #fff;
}

.c-heading-bar {
  margin-bottom: 1.6em;
  padding-left: .8em;
  border-left: clamp(3px, .4vw, 4px) solid var(--color-sub);
  font-weight: bold;
  font-size: clamp(1.063rem, .192vw + 1.019rem, 1.188rem);
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .c-heading-bar {
    font-size: 1rem;
  }
}

.c-heading-overlap {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: .7em;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 600;
  font-size: clamp(1.125rem, .61vw + .988rem, 1.75rem);
  line-height: 1.5;
}
.c-heading-overlap::after {
  position: absolute;
  bottom: -1px;
  display: block;
  width: clamp(20px, 2.1vw, 30px);
  border-bottom: 1px solid var(--color-main);
  content: ' ';
}

/* ロゴ
--------------------------------------------------------- */
.c-logo {
  line-height: 1;
}
.c-logo a {
  display: inline-block;
  text-decoration: none;
}
.c-logo a:hover img,
.c-logo a:active img,
.c-logo a:focus img {
  opacity: 1;
}
.c-logo__mark {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.c-logo__mark img {
  width: clamp(32px, 3.1vw, 42px);
  height: auto;
}
@media print, screen and (min-width: 992px) {
  .c-logo__mark img {
    position: relative;
    top: 2px;
  }
}
.c-logo__txt {
  display: inline-block;
  margin-left: .2em;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: .07em;
  font-weight: 700;
  font-size: clamp(1.5rem, .976vw + 1.28rem, 2.5rem);
  line-height: 1.5;

  font-feature-settings: 'palt';
}
.c-logo__txt small {
  margin-right: .2em;
  font-weight: 700;
  font-size: clamp(1.063rem, .183vw + 1.021rem, 1.25rem);
}
.c-logo__txt strong {
  color: var(--color-main);
}
.c-logo.--secondary .c-logo__txt {
  color: var(--color-txt);
  font-weight: 600;
}

/* キービジュアル
--------------------------------------------------------- */
.c-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: clamp(60px, 7.6vw, 120px);
}
.c-hero::before {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, .3);
  content: '';

  inset: 0;
}
.c-hero__content {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: clamp(15px, 4vw, 80px);
  z-index: 3;
  display: flex;
  margin: auto;

  align-items: center;
}
.c-hero__copy {
  color: #fff;
  letter-spacing: .02em;
  font-weight: 500;
  font-family: var(--font-family-secondary);
}
@media screen and (max-width: 991.98px) {
  .c-hero__copy {
    font-size: clamp(1.563rem, 1.582vw + 1.206rem, 2.188rem);
  }
}
@media print, screen and (min-width: 992px) {
  .c-hero__copy {
    font-size: clamp(2.813rem, 2.48vw + 1.275rem, 4.375rem);
  }
}
.c-hero__scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.c-hero .swiper-slide img {
  width: 100%;
  height: auto;
  font-size: 0;

  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .c-hero .swiper-slide img {
    min-height: 50vh;
  }
}
@media print, screen and (min-width: 768px) {
  .c-hero .swiper-slide img {
    height: clamp(400px, 50.8vw, 600px);
  }
}
@media screen and (min-width: 1200px) {
  .c-hero .swiper-slide img {
    height: 100vh;
  }
}
.c-hero .swiper-slide-active .slide-img,
.c-hero .swiper-slide-duplicate-active .slide-img,
.c-hero .swiper-slide-prev .slide-img {
  animation: zoomUp 10s ease-out 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.c-hero .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.c-hero .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

/* カード
--------------------------------------------------------- */
@media screen and (max-width: 991.98px) {
  .c-card-group {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 992px) {
  .c-card-group {
    display: grid;
    margin-right: clamp(20px, 2vw, 40px);
    margin-left: clamp(20px, 2vw, 40px);
    column-gap: 6px;

    grid-template-columns: repeat(3, 1fr);
  }
}

.c-card {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 7px;
  transition: all .5s;
}
@media print, screen and (min-width: 992px) {
  .c-card {
    height: clamp(450px, 33.4vw, 550px);
  }
}
@media screen and (max-width: 991.98px) {
  .c-card + .c-card {
    margin-top: clamp(50px, 9.8vw, 60px);
  }
}
.c-card:hover {
  z-index: 4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  transform: scale(1.05);
}
.c-card:hover .c-card__in::before {
  opacity: .7;
}
.c-card:hover .c-card__in::after {
  opacity: 0;
}
.c-card:hover .c-card__box.--on {
  opacity: 0;
}
.c-card:hover .c-card__box.--off {
  opacity: 1;
}
.c-card__in {
  position: absolute;
  z-index: 1;
  margin: auto;
  background-size: cover;

  inset: 0;
}
.c-card__in::before,
.c-card__in::after {
  position: absolute;
  z-index: 2;
  content: '';
  transition: all .5s;

  inset: 0;
}
.c-card__in::before {
  background-color: #000;
  opacity: 0;
}
.c-card__in::after {
  background-color: #000;
  opacity: .3;
}
.c-card.--primary .c-card__in {
  background-image: url(../images/business/bg-point01.jpg);
}
.c-card.--secondary .c-card__in {
  background-image: url(../images/business/bg-point02.jpg);
  background-position: center;
}
.c-card.--tertiary .c-card__in {
  background-image: url(../images/business/bg-point03.jpg);
  background-position: center;
}
.c-card__box {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: all .5s;

  inset: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.98px) {
  .c-card__box {
    padding: 9vw 6vw;
  }
}
@media print, screen and (min-width: 992px) {
  .c-card__box {
    padding-top: clamp(40px, 3.7vw, 70px);
    padding-right: clamp(30px, 2.7vw, 50px);
    padding-bottom: clamp(40px, 3.7vw, 70px);
    padding-left: clamp(30px, 2.7vw, 50px);
  }
}
.c-card__box.--on {
  opacity: 1;
}
.c-card__box.--off {
  position: relative;
  opacity: 0;
}
@media print, screen and (min-width: 992px) {
  .c-card__box.--off {
    height: 100%;
  }
}
.c-card__label {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: var(--font-family-secondary);
  line-height: 1.5;
}
.c-card__label-no {
  font-size: clamp(2.188rem, 1.984vw + .957rem, 3.438rem);
}
.c-card__label-btn {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .c-card__label-btn {
    padding-right: 3em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-card__label-btn {
    padding-right: 4em;
  }
}
.c-card__label-btn::after {
  position: absolute;
  top: 50%;
  right: clamp(10px, 1.5vw, 25px);
  display: block;
  background-color: currentColor;
  content: '';
  transition: .4s;
  transform: translateY(-50%);

  aspect-ratio: 38/7.7;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (max-width: 991.98px) {
  .c-card__label-btn::after {
    height: .3em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-card__label-btn::after {
    height: .37em;
  }
}
@media print {
  .c-card__label-btn::after {
    -webkit-print-color-adjust: exact;
  }
}
.c-card__note-title {
  margin-bottom: clamp(20px, 1.5vw, 25px);
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: clamp(1.125rem, .694vw + .694rem, 1.563rem);
  line-height: 1.5;
}
.c-card__note-txt {
  color: #fff;
  letter-spacing: .02em;
}
@media screen and (max-width: 991.98px) {
  .c-card__note-txt {
    font-size: clamp(.938rem, .158vw + .902rem, 1rem);
  }
}
@media print, screen and (min-width: 992px) {
  .c-card__note-txt {
    font-size: clamp(.813rem, .298vw + .628rem, 1rem);
  }
}

/* ボタン
--------------------------------------------------------- */
.c-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  outline: none !important;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color .2s, color .2s;

  -webkit-appearance: none;
          appearance: none;
}
.c-btn.--primary,
.c-btn.--secondary,
.c-btn.--tertiary {
  letter-spacing: .08em;
}
@media only screen and (max-width: 767.98px) {
  .c-btn.--primary,
  .c-btn.--secondary,
  .c-btn.--tertiary {
    padding: .8em 1.4em;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn.--primary,
  .c-btn.--secondary,
  .c-btn.--tertiary {
    padding: 1em 3.5em;
    font-size: clamp(1.125rem, .244vw + 1.008rem, 1.313rem);
  }
}
@media screen and (min-width: 1400px) {
  .c-btn.--primary,
  .c-btn.--secondary,
  .c-btn.--tertiary {
    padding-right: 5em;
    padding-left: 5em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-btn.--primary.--arrow-right,
  .c-btn.--secondary.--arrow-right,
  .c-btn.--tertiary.--arrow-right {
    padding-right: 3em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn.--primary.--arrow-right,
  .c-btn.--secondary.--arrow-right,
  .c-btn.--tertiary.--arrow-right {
    padding-right: 4em;
  }
}
@media screen and (min-width: 1400px) {
  .c-btn.--primary.--arrow-right,
  .c-btn.--secondary.--arrow-right,
  .c-btn.--tertiary.--arrow-right {
    padding-right: 5.5em;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-btn.--primary.--arrow-left,
  .c-btn.--secondary.--arrow-left,
  .c-btn.--tertiary.--arrow-left {
    padding-left: 3em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn.--primary.--arrow-left,
  .c-btn.--secondary.--arrow-left,
  .c-btn.--tertiary.--arrow-left {
    padding-left: 4em;
  }
}
@media screen and (min-width: 1400px) {
  .c-btn.--primary.--arrow-left,
  .c-btn.--secondary.--arrow-left,
  .c-btn.--tertiary.--arrow-left {
    padding-left: 5.5em;
  }
}
.c-btn.--primary {
  background-color: var(--color-sub);
  color: #fff;
}
.c-btn.--primary:where(:hover, :active, :focus) {
  background-color: var(--color-main);
  color: #fff;
}
.c-btn.--secondary {
  background-color: var(--color-main);
  color: #fff;
}
.c-btn.--secondary:where(:hover, :active, :focus) {
  background-color: var(--color-sub);
  color: #fff;
}
.c-btn.--tertiary {
  border: 1px solid var(--color-main);
  color: var(--color-main);
}
.c-btn.--tertiary:where(:hover, :active, :focus) {
  background-color: var(--color-main);
  color: #fff;
}
.c-btn.--tertiary.--wh {
  border-color: #fff;
  color: #fff;
}
.c-btn.--arrow-right::before,
.c-btn.--arrow-right::after,
.c-btn.--arrow-left::before,
.c-btn.--arrow-left::after {
  position: absolute;
  top: 50%;
  display: block;
  background-color: currentColor;
  content: '';
  transition: .4s;
  transform: translateY(-50%);

  aspect-ratio: 38/9;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media only screen and (max-width: 767.98px) {
  .c-btn.--arrow-right::before,
  .c-btn.--arrow-right::after,
  .c-btn.--arrow-left::before,
  .c-btn.--arrow-left::after {
    height: .3em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-btn.--arrow-right::before,
  .c-btn.--arrow-right::after,
  .c-btn.--arrow-left::before,
  .c-btn.--arrow-left::after {
    height: .37em;
  }
}
@media print {
  .c-btn.--arrow-right::before,
  .c-btn.--arrow-right::after,
  .c-btn.--arrow-left::before,
  .c-btn.--arrow-left::after {
    -webkit-print-color-adjust: exact;
  }
}
.c-btn.--arrow-right::before,
.c-btn.--arrow-left::before {
  opacity: 0;
}
.c-btn.--arrow-right:hover::before,
.c-btn.--arrow-left:hover::before {
  opacity: 1;
  transform: translateY(-50%);
}
.c-btn.--arrow-right:hover::after,
.c-btn.--arrow-left:hover::after {
  opacity: 0;
}
.c-btn.--arrow-right::before,
.c-btn.--arrow-right::after {
  right: clamp(10px, 1.5vw, 25px);

  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
}
.c-btn.--arrow-right::before {
  transform: translateY(-50%) translateX(-20px);
}
.c-btn.--arrow-right:hover::after {
  transform: translateY(-50%) translateX(20px);
}
.c-btn.--arrow-left::before,
.c-btn.--arrow-left::after {
  left: clamp(10px, 1.5vw, 25px);

  -webkit-mask-image: var(--icon-arrow-left);
          mask-image: var(--icon-arrow-left);
}
.c-btn.--arrow-left::before {
  transform: translateY(-50%) translateX(20px);
}
.c-btn.--arrow-left:hover::after {
  transform: translateY(-50%) translateX(-20px);
}
.c-btn.--mail::before {
  display: inline-block;
  height: .8em;
  margin-right: .6em;
  background-color: #fff;
  content: '';
  transition: background-color .2s;

  aspect-ratio: 95.1/68.2;
  -webkit-mask-image: var(--icon-mail);
          mask-image: var(--icon-mail);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media print {
  .c-btn.--mail::before {
    -webkit-print-color-adjust: exact;
  }
}
.c-btn.--back {
  background-color: #8c8c8c;
}
.c-btn.--back:hover,
.c-btn.--back:active,
.c-btn.--back:focus {
  background-color: var(--color-sub);
}

/* 電話番号リンク
--------------------------------------------------------- */
.c-tel-link a {
  text-decoration: none;
}
.c-tel-link a [data-action=call] {
  color: var(--color-txt);
}

/* ページトップ
--------------------------------------------------------- */
.c-pagetop {
  position: fixed;
  z-index: 50;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
  transition: transform .3s;
  transition: opacity .5s;
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop {
    right: 20px;
    bottom: 20px;
  }
}
@media print {
  .c-pagetop {
    display: none;
  }
}
.c-pagetop.is-show {
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .c-pagetop img {
    width: 44px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-pagetop img {
    width: clamp(44px, 4vw, 50px);
  }
}

/* スクロールダウン
--------------------------------------------------------- */
.c-scroll-down {
  display: flex;
  flex-direction: column;
}
.c-scroll-down span {
  display: inline-block;
  box-sizing: border-box;
  width: clamp(20px, 2vw, 27px);
  height: clamp(20px, 2vw, 27px);
  margin-top: calc(clamp(10px, 1.1vw, 15px) * -1);
  border: 1px solid currentColor;
  border-top: 0;
  border-left: 0;
  color: var(--color-main);
  opacity: 0;
  transform: translateY(-18%) rotate(45deg);
  animation: scroll-down 2s linear infinite;
}
@keyframes scroll-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.c-scroll-down span:nth-of-type(1) {
  animation-delay: .7s;
}
.c-scroll-down span:nth-of-type(2) {
  animation-delay: .8s;
}
.c-scroll-down span:nth-of-type(3) {
  animation-delay: .9s;
}
.c-scroll-down span:nth-of-type(4) {
  animation-delay: 1s;
}
.c-scroll-down span:nth-of-type(5) {
  animation-delay: 1.1s;
}
.c-scroll-down span:nth-of-type(6) {
  animation-delay: 1.2s;
}

/* フォーム
--------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .c-form select,
  .c-form input[type=file] {
    width: 100%;
  }
}
.c-form .required input[type=text],
.c-form .required input[type=email],
.c-form .required input[type=password],
.c-form .required select,
.c-form .required textarea {
  background-color: color-mix(in srgb, var(--color-red) 50%, white);
}
.c-form .item-xs {
  display: inline-block;
  width: 75px;
}
.c-form .item-ss {
  display: inline-block;
  width: 110px;
}
.c-form .item-s {
  display: inline-block;
  width: 130px;
}
@media print, screen and (min-width: 768px) {
  .c-form .item-m {
    display: inline-block;
    width: 300px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form .item-m {
    width: 350px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-form .item-l {
    display: inline-block;
    width: 450px;
  }
}
.c-form__word {
  color: #989898;
  font-size: clamp(.75rem, .192vw + .707rem, .875rem);
}
:has(+ .c-form__word) {
  margin-right: .5em;
}
.c-form__word + * {
  margin-left: .5em;
}
.c-form__btn {
  display: flex;
  margin-top: clamp(45px, 6.5vw, 70px);

  justify-content: center;
  gap: clamp(15px, 2.3vw, 25px);
}

/* ローディング
--------------------------------------------------------- */
.c-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  margin: auto;
  background-color: #f7f7f7;
}
.c-loading.is-ready {
  animation: fadeOut .8s linear forwards;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}
.c-loading__in {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.c-loading__in::after,
.c-loading__in::before {
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  border-radius: 110%;
  content: '';
}
.c-loading__in::after {
  border: 1px solid transparent;
  border-top-color: var(--color-main);
  animation: loading .75s linear infinite;
}
.c-loading__in::before {
  border: 1px solid #d6d6d6;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 埋め込みコンポーネント
--------------------------------------------------------- */
.c-embed {
  font-size: 0;
}
.c-embed iframe,
.c-embed video {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 767.98px) {
  .c-embed.--gmap iframe {
    aspect-ratio: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .c-embed.--gmap iframe {
    aspect-ratio: 16/9;
  }
}

/* GSAP
--------------------------------------------------------- */
.js-scroll-show {
  opacity: 0;
}

.c-inview {
  position: relative;
  overflow: hidden;
}
.c-inview::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 100%;
  background: var(--color-txt);
  content: '';
}
.c-inview__inner {
  opacity: 0;
  transform: scale(1.1);
}
.c-inview.move::before {
  animation: barAnime forwards 1.5s 1 ease .1s normal;
}
.c-inview.move .c-inview__inner {
  animation: photoAnime forwards 1.5s 1 ease .5s normal;
}

@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ページング
--------------------------------------------------------- */
.paging {
  display: flex;
  margin-top: clamp(70px, 10.8vw, 120px);

  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.paging .current {
  padding: .6em 1em;
  border-color: var(--color-main);
  background-color: var(--color-main);
  color: #fff;
}

.paging-text {
  display: block;
  border: 1px solid #f0f0f0;
  background-color: var(--color-base);
  letter-spacing: 0;
  font-size: clamp(.813rem, .385vw + .726rem, 1.063rem);
  font-family: var(--font-family-secondary);
  line-height: 1.4;
  cursor: pointer;
}
.paging-text a {
  display: block;
  padding: .6em 1em;
  color: var(--color-txt);
  text-decoration: none;
  transition: background-color .2s, color .2s;
}
.paging-text a:hover,
.paging-text a:active,
.paging-text a:focus {
  background-color: #eaeaea;
}

/* ========================================================================
/*
/* Project
/*
========================================================================= */
/* Information
--------------------------------------------------------- */
.p-info__nav {
  margin-bottom: clamp(50px, 7.2vw, 120px);
}
.p-info__nav-header {
  position: relative;
  padding: .2em 1em;
  background-color: var(--color-txt);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;

  -webkit-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 768px) {
  .p-info__nav-header {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-info__nav-header::before {
    margin-right: .5em;
    color: inherit;
    content: '\f0c9';
    font-weight: 900;
    font-size: 90%;
    font-family: 'Font Awesome 6 Free';
    line-height: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-info__nav-header::after {
    position: absolute;
    top: 0;
    right: .7em;
    bottom: 0;
    display: flex;
    color: rgba(255, 255, 255, .5);
    content: '\f067';
    font-weight: 900;
    font-size: 80%;
    font-family: 'Font Awesome 6 Free';
    line-height: 1;

    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-info__nav-header.is-open::after {
    content: '\f068';
  }
}
@media only screen and (max-width: 767.98px) {
  .p-info__nav-box {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .p-info__nav-box {
    display: block !important;
  }
}
.p-info__nav-lists {
  display: grid;
}
@media only screen and (max-width: 767.98px) {
  .p-info__nav-lists {
    padding-top: 7px;

    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-info__nav-lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .p-info__nav-lists {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-info__nav li.is-current a {
  opacity: .7;
}
.p-info__nav li a {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  padding: 1em 1.2em 1em;
  background-color: var(--color-sub);
  color: #fff;
  text-decoration: none;
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1.5;
  transition: .3s;

  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .p-info__nav li a {
    padding: .9em 2em .8em 1.4em;
    font-size: clamp(15px, 2.7vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-info__nav li a {
    padding: .9em 2.6em .8em 1.8em;
    font-size: clamp(1.063rem, .244vw + .946rem, 1.25rem);
  }
}
.p-info__nav li a::after {
  position: absolute;
  top: 0;
  right: clamp(10px, 1.1vw, 15px);
  bottom: 0;
  display: flex;
  content: '\f054';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';

  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .p-info__nav li a::after {
    font-size: 87%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-info__nav li a::after {
    font-size: 95%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-info__nav li a:hover,
  .p-info__nav li a:active {
    opacity: .7;
  }
}
.p-info__bg {
  background-color: var(--color-base);
}
@media only screen and (max-width: 767.98px) {
  .p-info__bg {
    padding-top: clamp(30px, 7.1vw, 50px);
    padding-bottom: clamp(40px, 8.9vw, 60px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-info__bg {
    margin-right: clamp(40px, 4.7vw, 90px);
    margin-left: clamp(40px, 4.7vw, 90px);
    padding-top: clamp(70px, 6.5vw, 110px);
    padding-bottom: clamp(70px, 6.5vw, 110px);
    border-radius: clamp(8px, .9vw, 14px);
  }
}
.p-info__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
.p-info__item {
  padding-top: clamp(20px, 2.1vw, 30px);
  padding-bottom: clamp(20px, 2.1vw, 30px);
  font-size: clamp(.938rem, .061vw + .924rem, 1rem);
}
.p-info__item + .p-info__item {
  border-top: 1px dashed #c9c9c9;
}
.p-info__item-meta {
  display: flex;

  gap: 1em;
  align-items: center;
  flex-wrap: wrap;
}
.p-info__item-content {
  margin-top: 1.2em;
}
.p-info__item-btn {
  margin-top: 1.2em;
}
.p-info__item-btn a {
  display: inline-block;
  padding: .3em 1.4em;
  border-radius: 5px;
  background-color: var(--color-sub);
  color: #fff;
  font-size: .8125rem;
  line-height: 1.5;
  transition: background-color .2s, color .2s;
}
.p-info__item-btn a:hover,
.p-info__item-btn a:active,
.p-info__item-btn a:focus {
  background-color: var(--color-main);
}
.p-info__label {
  display: inline-block;
  min-width: clamp(120px, 11.4vw, 150px);
  padding: .3em .7em;
  background-color: var(--color-sub);
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 500;
  font-size: clamp(.75rem, .122vw + .723rem, .875rem);
  line-height: 1.3;
}
.p-info__icon-new {
  color: var(--color-red);
  letter-spacing: .07em;
  font-size: .75rem;
  font-family: var(--font-family-secondary);
}
.p-info__btn {
  margin-top: clamp(50px, 5.5vw, 80px);
  text-align: center;
}
.p-info__catch {
  display: flex;
  overflow: clip;
  margin-top: clamp(30px, 3.4vw, 50px);
}
.p-info__catch-txt {
  padding-right: .125em;
  padding-left: .125em;
  color: #f7f7f7;
  white-space: nowrap;
  letter-spacing: -.01em;
  font-weight: 100;
  font-family: var(--font-family-secondary);
  line-height: 1;
  animation: marquee 100s 0s linear infinite;
}
@media only screen and (max-width: 767.98px) {
  .p-info__catch-txt {
    font-size: 20vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-info__catch-txt {
    font-size: clamp(8.75rem, 6.494vw + 5.633rem, 13.75rem);
  }
}
@keyframes marquee {
  to {
    transform: translate(-100%);
  }
}

/* TOP Business / Flow
--------------------------------------------------------- */
.p-promo {
  margin-top: clamp(70px, 8.9vw, 140px);
}
.p-promo__item {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-promo__item {
    padding-bottom: clamp(30px, 7.1vw, 50px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item {
    padding-bottom: clamp(60px, 5.4vw, 90px);
  }
}
.p-promo__item + .p-promo__item {
  margin-top: clamp(60px, 7.6vw, 120px);
}
.p-promo__item:nth-of-type(even)::before {
  right: 0;
  left: auto;
}
.p-promo__item:nth-of-type(even)::after {
  right: 0;
  left: auto;
}
.p-promo__item:nth-of-type(even) .p-promo__inner {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .p-promo__item:nth-of-type(even) .p-promo__inner {
    padding-right: calc(min(92%, 1200px) * .417);
    padding-left: calc((100% - min(92%, 1200px)) / 2);
  }
}
.p-promo__item:nth-of-type(even) .p-promo__content {
  padding-right: clamp(30px, 4vw, 80px);
  padding-left: auto;
}
.p-promo__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-sub);
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-promo__item::before {
    top: calc(clamp(20px, 4.4vw, 30px) + 1px);
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item::before {
    top: calc(clamp(60px, 5.4vw, 90px) + 1px);
    width: 85%;
  }
}
.p-promo__item::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}
@media only screen and (max-width: 767.98px) {
  .p-promo__item::after {
    top: clamp(20px, 4.4vw, 30px);
    width: 90%;
    height: 50vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__item::after {
    top: clamp(60px, 5.4vw, 90px);
    bottom: calc(clamp(60px, 5.4vw, 90px) + clamp(60px, 5.4vw, 90px));
    width: calc(min(92%, 1200px) * .417 + (100% - min(92%, 1200px)) / 2);
  }
}
.p-promo__item.--business::after {
  background-image: url('../images/top/bg-business.jpg');
}
.p-promo__item.--flow::after {
  background-image: url('../images/top/bg-flow.jpg');
}
.p-promo__inner {
  position: relative;
  z-index: -1;
  margin-left: auto;
  background-color: var(--color-base);
}
@media only screen and (max-width: 767.98px) {
  .p-promo__inner {
    width: 95%;
    padding-top: 54vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__inner {
    width: calc(min(92%, 1200px) + (100% - min(92%, 1200px)) / 2);
    padding-right: calc((100% - min(92%, 1200px)) / 2);
    padding-left: calc(min(92%, 1200px) * .417);
  }
}
@media only screen and (max-width: 767.98px) {
  .p-promo__content {
    padding: 7vw 4vw 9vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__content {
    padding-top: clamp(90px, 8.5vw, 145px);
    padding-bottom: clamp(140px, 13.4vw, 230px);
    padding-left: clamp(30px, 4vw, 80px);
  }
}
.p-promo__title {
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  border-bottom: 1px solid var(--color-sub);
  color: var(--color-sub);
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .p-promo__title {
    font-size: clamp(1.125rem, .735vw + .96rem, 1.313rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__title {
    font-size: clamp(1.375rem, .731vw + 1.024rem, 1.938rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-promo__txt {
    line-height: 2.4;
  }
}
.p-promo__btn {
  margin-top: clamp(40px, 4.2vw, 60px);
}

/* TOP Link
--------------------------------------------------------- */
.p-link {
  margin-top: clamp(80px, 11.9vw, 200px);
  background-color: var(--color-base);
}
@media only screen and (max-width: 767.98px) {
  .p-link {
    padding: clamp(60px, 12.4vw, 80px) 4vw clamp(60px, 12.4vw, 80px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-link {
    padding-top: clamp(80px, 9.3vw, 140px);
    padding-bottom: clamp(80px, 9.3vw, 140px);
  }
}
.p-link__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .p-link__items {
    display: grid;
    column-gap: clamp(30px, 3.3vw, 60px);

    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .p-link__item + .p-link__item {
    margin-top: clamp(40px, 8vw, 50px);
  }
}
.p-link__box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
}
.p-link__box img {
  position: relative;
  z-index: 1;
  width: 100%;

  object-fit: cover;
  aspect-ratio: 4/3;
}
.p-link__box a {
  position: absolute;
  z-index: 2;
  display: flex;
  color: #fff;

  inset: 0;
  align-items: center;
  justify-content: center;
}
.p-link__box a::before {
  position: absolute;
  z-index: -1;
  background-color: rgba(5, 20, 32, .16);
  content: '';
  transition: background-color .5s;

  inset: 0;
}
.p-link__box a:where(:hover, :active, :focus)::before {
  background-color: rgba(5, 20, 32, .3);
}
.p-link__heading-en {
  text-transform: capitalize;
  letter-spacing: .108em;
  font-weight: 400;
  font-size: clamp(1.875rem, 1.098vw + 1.628rem, 3rem);
  font-family: var(--font-family-secondary);
  line-height: 1.3;
}
.p-link__heading-title {
  position: relative;
  display: inline-block;
  padding-left: clamp(30px, 3.1vw, 42px);
  letter-spacing: .11em;
  font-weight: 500;
  font-size: clamp(.875rem, .366vw + .793rem, 1.25rem);
  line-height: 1.4;
}
.p-link__heading-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: clamp(15px, 1.9vw, 30px);
  height: 1px;
  background-color: currentColor;
  content: '';
}
.p-link__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.p-link__btn .c-btn.--primary {
  background-color: var(--color-main);
  letter-spacing: .08em;
}
@media only screen and (max-width: 767.98px) {
  .p-link__btn .c-btn.--primary {
    padding: .8em 4em .8em 1.8em;
    font-size: clamp(.813rem, .245vw + .757rem, .875rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-link__btn .c-btn.--primary {
    padding: .8em 4em .8em 1.8em;
    font-size: clamp(.813rem, .081vw + .774rem, .875rem);
  }
}
.p-link__btn .c-btn.--primary:where(:hover, :active, :focus) {
  background-color: var(--color-sub);
}
@media print, screen and (min-width: 768px) {
  .p-link__btn .c-btn.--arrow-right::before,
  .p-link__btn .c-btn.--arrow-right::after {
    right: .7em;
    height: .4em;
  }
}

/* TOP
--------------------------------------------------------- */
/* TOP
--------------------------------------------------------- */
/* TOP
--------------------------------------------------------- */
/* 詳細ページ
--------------------------------------------------------- */
.p-detail__inner {
  max-width: min(92%, 940px);
  margin-right: auto;
  margin-left: auto;
}
.p-detail__date {
  margin-bottom: 2em;
  font-size: clamp(.813rem, .061vw + .799rem, .875rem);
}
.p-detail__gallery [class*=swiper]:focus {
  outline: none;
}
.p-detail__gallery .swiper-main {
  overflow: visible;
}
.p-detail__gallery .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.p-detail__gallery .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.p-detail__gallery .swiper-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .p-detail__gallery .swiper-controller {
    aspect-ratio: 4/3;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail__gallery .swiper-controller {
    aspect-ratio: 16/9;
  }
}
.p-detail__gallery .swiper-button-prev,
.p-detail__gallery .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  margin: auto;
  background-color: var(--color-sub);
  cursor: pointer;
  transition: .7s cubic-bezier(.2, 1, .2, 1);

  align-items: center;
  justify-content: center;
}
.p-detail__gallery .swiper-button-prev:hover,
.p-detail__gallery .swiper-button-next:hover {
  background-color: var(--color-sub);
}
.p-detail__gallery .swiper-button-prev::after,
.p-detail__gallery .swiper-button-next::after {
  color: #fff;
  font-weight: 900;
  font-size: inherit;
  font-size: clamp(15px, 1.5vw, 20px);
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
}
.p-detail__gallery .swiper-button-prev {
  left: 0;
}
.p-detail__gallery .swiper-button-prev::after {
  content: '\f104';
}
.p-detail__gallery .swiper-button-next {
  right: 0;
}
.p-detail__gallery .swiper-button-next::after {
  content: '\f105';
}
.p-detail__gallery .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.p-detail__gallery .slide {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}
.p-detail__gallery .slide-img,
.p-detail__gallery .thumb-img {
  position: relative;
  overflow: hidden;
}
.p-detail__gallery .slide-img img,
.p-detail__gallery .thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-detail__gallery .slide-img {
  display: block;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767.98px) {
  .p-detail__gallery .slide-img {
    aspect-ratio: 4/3;
  }
}
@media print, screen and (min-width: 768px) {
  .p-detail__gallery .slide-img {
    aspect-ratio: 16/9;
  }
}
.p-detail__gallery .slide-img img {
  object-fit: contain;
}
.p-detail__gallery .slide-title {
  margin-top: 1.5em;
  padding: 1.1em 1.5em;
  background-color: var(--color-base);
  font-weight: bold;
  line-height: 1.6;
}
.p-detail__gallery .swiper-thumb {
  margin-top: clamp(10px, 1.1vw, 15px);
}
.p-detail__gallery .thumb-img {
  position: relative;
  z-index: 1;
  cursor: pointer;

  aspect-ratio: 4/3;
}
.p-detail__gallery .thumb-img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  background-color: var(--color-main);
  content: '';
  opacity: 0;
  transition: .7s cubic-bezier(.2, 1, .2, 1);
}
@media print, screen and (min-width: 768px) {
  .p-detail__gallery .thumb-img:hover::before {
    opacity: .3;
  }
}
.p-detail__gallery .thumb-img img {
  transition: .7s cubic-bezier(.2, 1, .2, 1);

  object-fit: cover;
}
.p-detail__gallery .swiper-slide-thumb-active .thumb-img::before {
  opacity: .3;
}
.p-detail__gallery .swiper-scrollbar {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-top: clamp(10px, 1.1vw, 15px);
}
.p-detail__gallery .swiper-scrollbar::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #eee;
  content: '';
}
.p-detail__gallery .swiper-scrollbar-drag {
  background-color: var(--color-main);
  cursor: pointer;
  transition: background-color .2s !important;
}
.p-detail__txt {
  margin-top: clamp(40px, 4.7vw, 70px);
}
.p-detail__txt::after {
  display: block;
  clear: both;
  content: '';
}
.p-detail__txt iframe {
  max-width: 100%;
}
.p-detail__files {
  margin-top: clamp(40px, 4.7vw, 70px);
}
.p-detail__file {
  position: relative;
  padding-left: clamp(35px, 3.4vw, 45px);
  font-size: 0;
}
.p-detail__file::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: clamp(26px, 2.4vw, 30px);
  margin: auto;
  background: url('../images/common/icon-pdf.svg') left top/100% 100% no-repeat;
  content: '';

  align-items: center;
  aspect-ratio: 80/100;
}
.p-detail__file + .p-detail__file {
  margin-top: 10px;
}
.p-detail__file .c-btn {
  padding-top: .6em;
  padding-bottom: .6em;
  padding-left: 1.2em;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .p-detail__file .c-btn {
    font-size: clamp(13px, 2.5vw, 15px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-detail__file .c-btn {
    font-size: clamp(.875rem, .099vw + .813rem, .938rem);
  }
}
.p-detail__btns {
  display: flex;
  margin-top: clamp(50px, 5.5vw, 80px);
  padding-top: clamp(30px, 3vw, 40px);
  border-top: 1px dotted #cacbcc;

  gap: clamp(10px, 1.1vw, 15px);
  justify-content: center;
}
.p-detail__btn .c-btn {
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .p-detail__btn .c-btn {
    font-size: clamp(13px, 2.5vw, 15px);
  }
}

/* 事業内容
--------------------------------------------------------- */
.p-business__hero {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .p-business__hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__hero {
    padding: clamp(30px, 2.5vw, 40px);
  }
}
.p-business__hero::before {
  position: absolute;
  background-color: var(--color-base);
  content: '';

  inset: 0;
}
@media print, screen and (min-width: 768px) {
  .p-business__hero.--rev .p-business__hero-bg::after {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .7) 0, transparent max(90%, 90vw));
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__hero.--rev .p-business__hero-content {
    margin-left: 0;
  }
}
.p-business__hero.--brokerage .p-business__hero-bg::before {
  background-image: url(../images/business/bg-brokerage.jpg);
}
.p-business__hero.--management .p-business__hero-bg::before {
  background-image: url(../images/business/bg-management.jpg);
}
.p-business__hero-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-business__hero-bg::before {
  position: absolute;
  z-index: -1;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';

  inset: 0;
}
.p-business__hero-bg::after {
  position: absolute;
  z-index: -1;
  content: '';

  inset: 0;
}
@media only screen and (max-width: 767.98px) {
  .p-business__hero-bg::after {
    background-color: rgba(0, 0, 0, .4);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 0, transparent max(70%, 70vw));
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__hero-bg::after {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, .7) 0, transparent max(90%, 90vw));
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__hero-inner {
    width: min(92%, 1200px);
    margin-right: auto;
    margin-left: auto;
  }
}
.p-business__hero-content {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .p-business__hero-content {
    padding: clamp(80px, 17.7vw, 120px) 4vw clamp(90px, 20.4vw, 140px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__hero-content {
    width: max(55vw, 500px);
    margin-left: auto;
    padding-top: clamp(200px, 19.5vw, 340px);
    padding-bottom: clamp(200px, 19.5vw, 340px);
  }
}
@media screen and (min-width: 1400px) {
  .p-business__hero-content {
    width: max(48vw, 500px);
  }
}
.p-business__hero-heading {
  margin-bottom: clamp(25px, 2.8vw, 40px);
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.p-business__hero-heading-en,
.p-business__hero-heading-title {
  color: #fff;
}
.p-business__hero-heading-en {
  position: relative;
  left: -.04em;
  color: #fff;
  letter-spacing: .1em;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.195vw + 1.006rem, 3.75rem);
  font-family: var(--font-family-secondary);
  line-height: 1.3;
}
.p-business__hero-heading-title {
  position: relative;
  margin-top: .5em;
  padding-left: 2.3em;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: clamp(.938rem, .305vw + .869rem, 1.25rem);
  line-height: 1.4;
}
.p-business__hero-heading-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: clamp(15px, 1.9vw, 30px);
  height: 1px;
  background-color: currentColor;
  content: '';
}
@media print, screen and (min-width: 768px) {
  .p-business__hero-lead {
    line-height: 2.4;
  }
}
.p-business__hero-lead p + p {
  margin-top: 1.5em;
}
.p-business__ba {
  margin-top: clamp(80px, 10.2vw, 160px);
}
@media print, screen and (min-width: 992px) {
  .p-business__ba {
    display: grid;
    margin-right: clamp(50px, 5vw, 100px);
    margin-left: clamp(50px, 5vw, 100px);
    column-gap: 2%;

    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991.98px) {
  .p-business__ba-item {
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    gap: clamp(25px, 4.4vw, 35px);
  }
}
@media screen and (max-width: 991.98px) {
  .p-business__ba-item + .p-business__ba-item {
    margin-top: clamp(20px, 3.7vw, 30px);
  }
}
.p-business__ba-box {
  position: relative;
}
.p-business__ba-box.--bf .p-business__ba-label {
  background-color: rgba(var(--color-sub), .8);
}
@media screen and (max-width: 991.98px) {
  .p-business__ba-box.--af {
    margin-left: 3px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__ba-box.--af {
    margin-top: clamp(30px, 2.7vw, 50px);
    padding-top: clamp(10px, 1vw, 20px);
  }
}
.p-business__ba-box.--af .p-business__ba-label {
  background-color: rgba(var(--color-main), .8);
}
.p-business__ba-box.--af::before {
  position: absolute;
  margin: auto;
  background-image: var(--gradient-primary);
  content: '';
  transition: background-color .2s;

  aspect-ratio: 54.7/25;
  -webkit-mask-image: var(--flow-arrow);
          mask-image: var(--flow-arrow);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
@media screen and (max-width: 991.98px) {
  .p-business__ba-box.--af::before {
    top: 0;
    right: 100%;
    bottom: 0;
    width: clamp(28px, 4.7vw, 35px);
    transform: rotate(-90deg);
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__ba-box.--af::before {
    right: 0;
    bottom: 100%;
    left: 0;
    height: clamp(15px, 1.5vw, 30px);
  }
}
@media print {
  .p-business__ba-box.--af::before {
    -webkit-print-color-adjust: exact;
  }
}
.p-business__ba-box img {
  width: 100%;

  object-fit: cover;
  aspect-ratio: 4/3;
}
.p-business__ba-label {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
}
@media screen and (max-width: 991.98px) {
  .p-business__ba-label {
    font-size: clamp(.938rem, .316vw + .866rem, 1.063rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__ba-label {
    font-size: clamp(1rem, .397vw + .754rem, 1.25rem);
  }
}

/* sk光星の強み
--------------------------------------------------------- */
.p-strength__heading {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .p-strength__heading {
    text-align: center;
  }
}

/* 仲介の流れ
--------------------------------------------------------- */
.p-flow__sec + .p-flow__sec {
  margin-top: clamp(80px, 10.2vw, 160px);
}
.p-flow__sec:nth-of-type(even) {
  padding-top: clamp(70px, 8.9vw, 140px);
  padding-bottom: clamp(70px, 8.9vw, 140px);
  background-color: var(--color-base);
}
.p-flow__sec:nth-of-type(even) .p-flow__merit {
  background-color: #fff;
}
.p-flow__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .p-flow .c-heading {
    margin-bottom: 3.5em;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow__lead {
    text-align: center;
  }
}
.p-flow__block {
  margin-top: clamp(70px, 8.9vw, 140px);
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-7 {
    gap: clamp(10px, .8vw, 15px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-7 .p-flow__fl-no {
    font-size: clamp(.625rem, .61vw + .488rem, 1.25rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-7 .p-flow__fl-icon {
    height: clamp(2.5rem, 1.984vw + 1.27rem, 3.75rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-7 .p-flow__fl-label {
    font-size: clamp(.875rem, .099vw + .813rem, .938rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-7 .p-flow__fl-label {
    font-size: clamp(.75rem, .198vw + .627rem, .875rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-6 {
    gap: clamp(15px, 1.2vw, 20px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-6 .p-flow__fl-no {
    font-size: clamp(.875rem, .694vw + .444rem, 1.313rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-6 .p-flow__fl-icon {
    height: clamp(2.5rem, 1.984vw + 1.27rem, 3.75rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-6 .p-flow__fl-label {
    font-size: clamp(.813rem, .198vw + .689rem, .938rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-5 {
    gap: clamp(20px, 1.5vw, 25px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-5 .p-flow__fl-no {
    font-size: clamp(1rem, .694vw + .569rem, 1.438rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-5 .p-flow__fl-icon {
    height: clamp(2.75rem, 1.984vw + 1.52rem, 4rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl.--col-5 .p-flow__fl-label {
    font-size: clamp(.875rem, .198vw + .752rem, 1rem);
  }
}
@media screen and (max-width: 991.98px) {
  .p-flow__fl-item + .p-flow__fl-item {
    margin-top: clamp(50px, 8.1vw, 60px);
  }
}
.p-flow__fl-item:last-of-type .p-flow__fl-head::before {
  display: none;
}
.p-flow__fl-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  background-color: var(--color-sub);
  color: #fff;
  text-align: center;

  align-items: center;
  justify-content: center;
  gap: 10px;
  aspect-ratio: 1;
}
@media screen and (max-width: 991.98px) {
  .p-flow__fl-head {
    width: clamp(180px, 29.6vw, 220px);
    height: clamp(180px, 29.6vw, 220px);
    margin-right: auto;
    margin-left: auto;
  }
}
.p-flow__fl-head::before {
  position: absolute;
  z-index: -1;
  background-color: var(--color-sub);
  content: '';
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl-head::before {
    width: 50%;
    height: clamp(10px, .8vw, 15px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl-head::before {
    left: 100%;
  }
}
.p-flow__fl-no {
  position: absolute;
  bottom: 7%;
  left: 0;
  display: flex;
  height: 2em;
  border-radius: 50%;
  background-color: var(--color-red);
  color: #fff;
  font-family: var(--font-family-secondary);
  line-height: 1;

  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
@media screen and (max-width: 991.98px) {
  .p-flow__fl-no {
    font-size: clamp(1rem, .633vw + .858rem, 1.25rem);
  }
}
@media screen and (max-width: 991.98px) {
  .p-flow__fl-icon {
    height: clamp(3.75rem, 3.165vw + 3.038rem, 5rem);
  }
}
.p-flow__fl-icon img {
  width: auto;
  height: 100%;
}
.p-flow__fl-label {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .p-flow__fl-txt {
    margin-top: 1.4em;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .p-flow__fl-txt {
    text-align: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__fl-txt {
    margin-top: 1em;
    font-size: clamp(.875rem, .099vw + .813rem, .938rem);
  }
}
.p-flow__merit {
  background-color: var(--color-base);
  box-shadow: clamp(5px, .6vw, 10px) clamp(5px, .6vw, 10px) 0 0 rgba(0, 0, 0, .1);
}
@media only screen and (max-width: 767.98px) {
  .p-flow__merit {
    padding: 7vw 4vw 9vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-flow__merit {
    padding-top: clamp(40px, 4vw, 70px);
    padding-right: clamp(30px, 2.9vw, 50px);
    padding-bottom: clamp(40px, 4vw, 70px);
    padding-left: clamp(30px, 2.9vw, 50px);
  }
}
@media screen and (max-width: 991.98px) {
  .p-flow__merit-item + .p-flow__merit-item {
    margin-top: 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__merit-item + .p-flow__merit-item {
    margin-top: 1.5em;
  }
}
.p-flow__merit-item dt {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1.5em;
  color: var(--color-main);
  font-weight: 500;
}
.p-flow__merit-item dt::before {
  position: absolute;
  top: .3em;
  left: 0;
  color: inherit;
  content: '◇';
  font-size: 110%;
  line-height: 1;
}

/* スタッフ紹介
--------------------------------------------------------- */
.p-staff__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 992px) {
  .p-staff__lead {
    text-align: center;
  }
}
.p-staff__president {
  margin-top: clamp(70px, 8.9vw, 140px);
}
@media print, screen and (min-width: 768px) {
  .p-staff__president {
    width: calc(33.3333333333% - clamp(20px, 2.2vw, 40px));
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
.p-staff__items {
  margin-top: clamp(60px, 7.6vw, 120px);
}
@media print, screen and (min-width: 768px) {
  .p-staff__items {
    display: grid;
    column-gap: clamp(20px, 2.2vw, 40px);

    grid-template-columns: repeat(3, 1fr);
    row-gap: clamp(60px, 5.4vw, 90px);
  }
}
@media only screen and (max-width: 767.98px) {
  .p-staff__item + .p-staff__item {
    margin-top: 70px;
  }
}
.p-staff__head {
  position: relative;
  margin-bottom: clamp(25px, 2.8vw, 40px);
  padding-left: clamp(48px, 5vw, 70px);
  text-align: left;
}
.p-staff__head::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: clamp(40px, 4vw, 55px);
  margin: auto;
  background: url('../images/common/icon-heading.svg') left top/100% 100% no-repeat;
  content: '';

  aspect-ratio: 138.44/115.45;
}
@media only screen and (max-width: 767.98px) {
  .p-staff__name {
    font-size: clamp(1.25rem, .49vw + 1.14rem, 1.375rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-staff__name {
    font-size: clamp(1.125rem, .487vw + .891rem, 1.5rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .p-staff__name small {
    font-size: clamp(.813rem, .735vw + .647rem, 1rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-staff__name small {
    font-size: clamp(.75rem, .406vw + .555rem, 1.063rem);
  }
}
.p-staff__position {
  font-size: clamp(.813rem, .122vw + .785rem, .938rem);
}
.p-staff__img {
  text-align: center;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .2));
}
@media only screen and (max-width: 767.98px) {
  .p-staff__img {
    width: clamp(280px, 53.2vw, 320px);
    margin-right: auto;
    margin-left: auto;
  }
}
.p-staff__img span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px;

  -webkit-clip-path: polygon(0 0, calc(100% - clamp(30px, 3.4vw, 50px)) 0, 100% clamp(30px, 3.4vw, 50px), 100% 100%, clamp(30px, 3.4vw, 50px) 100%, 0 calc(100% - clamp(30px, 3.4vw, 50px)));
          clip-path: polygon(0 0, calc(100% - clamp(30px, 3.4vw, 50px)) 0, 100% clamp(30px, 3.4vw, 50px), 100% 100%, clamp(30px, 3.4vw, 50px) 100%, 0 calc(100% - clamp(30px, 3.4vw, 50px)));
}
.p-staff__img span::before {
  position: absolute;
  z-index: -1;
  background-color: #fff;
  content: '';

  inset: 0;
}
.p-staff__img img {
  position: relative;
  z-index: 1;
  width: 100%;

  object-fit: cover;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, calc(100% - clamp(30px, 3.4vw, 50px)) 0, 100% clamp(30px, 3.4vw, 50px), 100% 100%, clamp(30px, 3.4vw, 50px) 100%, 0 calc(100% - clamp(30px, 3.4vw, 50px)));
          clip-path: polygon(0 0, calc(100% - clamp(30px, 3.4vw, 50px)) 0, 100% clamp(30px, 3.4vw, 50px), 100% 100%, clamp(30px, 3.4vw, 50px) 100%, 0 calc(100% - clamp(30px, 3.4vw, 50px)));
}

/* ご挨拶
--------------------------------------------------------- */
.p-greeting__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .p-greeting__media {
    display: grid;
    column-gap: 4%;

    grid-template: 'content img'/1fr 27%;
  }
}
.p-greeting__media-content {
  grid-area: content;
}
.p-greeting__media-img {
  text-align: center;

  grid-area: img;
}
@media only screen and (max-width: 767.98px) {
  .p-greeting__media-img {
    margin-bottom: 40px;
  }
}
.p-greeting__media-img img {
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 992px) {
  .p-greeting__media-img img {
    width: 100%;
  }
}
.p-greeting__name {
  margin-top: .5em;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .p-greeting__name {
    font-size: clamp(1.063rem, .49vw + .952rem, 1.188rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-greeting__name {
    font-size: clamp(1rem, .325vw + .844rem, 1.25rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-greeting__txt {
    line-height: 2.2;
  }
}

/* 会社概要
--------------------------------------------------------- */
.p-overview__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}

/* アクセスマップ
--------------------------------------------------------- */
.p-access__inner {
  width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}

/* お問い合わせエリア
--------------------------------------------------------- */
.p-inquiry {
  position: relative;
  z-index: 1;
  padding-top: clamp(50px, 6.4vw, 100px);
  padding-bottom: clamp(60px, 7.2vw, 110px);
  background: url('../images/common/bg-inquiry.jpg') center bottom/cover no-repeat;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .p-inquiry {
    background-position: 70% bottom;
  }
}
.p-inquiry::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, .44);
  content: '';
}
.p-inquiry__inner {
  max-width: min(92%, 1200px);
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 992px) {
  .p-inquiry .c-heading {
    margin-bottom: 3.5em;
  }
}
.p-inquiry__txt {
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .p-inquiry__txt {
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .p-inquiry__txt {
    text-align: center;
    letter-spacing: .1em;
    font-size: clamp(1rem, .162vw + .922rem, 1.125rem);
    line-height: 2.2;
  }
}
.p-inquiry__items {
  margin-top: clamp(40px, 4.7vw, 70px);
}
@media print, screen and (min-width: 992px) {
  .p-inquiry__items {
    display: grid;
    column-gap: clamp(25px, 2.2vw, 40px);

    grid-template-columns: repeat(2, 1fr);
  }
}
.p-inquiry__item {
  display: flex;
  flex-direction: column;
  padding-top: clamp(25px, 2.8vw, 40px);
  padding-right: clamp(15px, 1.5vw, 20px);
  padding-bottom: clamp(25px, 2.8vw, 40px);
  padding-left: clamp(15px, 1.5vw, 20px);
  background-color: #fff;
  color: var(--color-txt);

  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .p-inquiry__item + .p-inquiry__item {
    margin-top: clamp(30px, 5.2vw, 40px);
  }
}
.p-inquiry__num {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  letter-spacing: .01em;
  font-weight: 500;
  font-family: var(--font-family-tertiary);
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .p-inquiry__num {
    font-size: clamp(1.75rem, .949vw + 1.536rem, 2.125rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-inquiry__num {
    font-size: clamp(2rem, .992vw + 1.385rem, 2.625rem);
  }
}
.p-inquiry__num::before {
  position: absolute;
  top: .25em;
  left: 0;
  height: .75em;
  margin: auto;
  background-color: var(--color-main);
  content: '';

  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1;
  -webkit-mask-image: var(--icon-phone);
          mask-image: var(--icon-phone);
}
@media screen and (max-width: 991.98px) {
  .p-inquiry__num small {
    display: block;
    margin-top: .3em;
    font-size: clamp(.813rem, .316vw + .741rem, .938rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-inquiry__num small {
    font-weight: 500;
    font-size: clamp(1rem, .198vw + .877rem, 1.125rem);
  }
}
.p-inquiry__num a {
  text-decoration: none;
}
.p-inquiry__num a [data-action=call] {
  color: var(--color-txt);
}
.p-inquiry__time {
  margin-top: .3em;
  color: #686868;
  letter-spacing: .02em;
  font-weight: normal;
  font-size: clamp(.875rem, .061vw + .861rem, .938rem);
}
@media print, screen and (min-width: 768px) {
  .p-inquiry__time {
    display: flex;

    gap: 1.5em;
  }
}
.p-inquiry__notice {
  margin-top: clamp(40px, 4.7vw, 70px);
}
.p-inquiry__notice-title {
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .p-inquiry__notice-title {
    text-align: left;
    font-size: clamp(.938rem, .49vw + .827rem, 1.063rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-inquiry__notice-title {
    font-weight: 500;
    font-size: clamp(.938rem, .122vw + .91rem, 1.063rem);
  }
}
.p-inquiry__notice-txt {
  margin-top: .5em;
  line-height: 1.8;
}
@media only screen and (max-width: 767.98px) {
  .p-inquiry__notice-txt {
    text-align: left;
    font-size: clamp(.875rem, .245vw + .82rem, .938rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-inquiry__notice-txt {
    font-size: clamp(.875rem, .061vw + .861rem, .938rem);
  }
}
.p-inquiry__notice-num {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding-left: 1em;
  letter-spacing: .02em;
  font-weight: 500;
  font-family: var(--font-family-tertiary);
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .p-inquiry__notice-num {
    font-size: clamp(1.625rem, .633vw + 1.483rem, 1.875rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-inquiry__notice-num {
    font-size: clamp(1.875rem, .694vw + 1.444rem, 2.313rem);
  }
}
.p-inquiry__notice-num::before {
  position: absolute;
  top: .25em;
  left: 0;
  height: .77em;
  margin: auto;
  background-color: #fff;
  content: '';

  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1;
  -webkit-mask-image: var(--icon-phone);
          mask-image: var(--icon-phone);
}
@media screen and (max-width: 991.98px) {
  .p-inquiry__notice-num small {
    display: block;
    margin-top: .3em;
    font-size: clamp(.813rem, .316vw + .741rem, .938rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-inquiry__notice-num small {
    margin-left: .4em;
    letter-spacing: .05em;
    font-weight: 500;
    font-size: clamp(.875rem, .198vw + .752rem, 1rem);
  }
}
.p-inquiry__notice-num a {
  text-decoration: none;
}
.p-inquiry__notice-num a [data-action=call] {
  color: #fff;
}
.p-inquiry__btn {
  margin-top: clamp(40px, 4.2vw, 60px);
}

/* お電話でのお問い合わせ
--------------------------------------------------------- */
.p-enquire {
  background-color: var(--color-base);
}
@media screen and (max-width: 991.98px) {
  .p-enquire {
    padding-top: clamp(30px, 6.7vw, 60px);
    padding-bottom: clamp(40px, 8.1vw, 70px);
  }
}
@media print, screen and (min-width: 992px) {
  .p-enquire {
    margin-right: clamp(40px, 4.3vw, 90px);
    margin-left: clamp(40px, 4.3vw, 90px);
    padding-top: clamp(70px, 6vw, 110px);
    padding-bottom: clamp(70px, 6vw, 110px);
    border-radius: clamp(8px, .7vw, 14px);
  }
}
.p-enquire__inner {
  max-width: min(92%, 1110px);
  margin-right: auto;
  margin-left: auto;
}
.p-enquire__txt {
  margin-bottom: clamp(40px, 4.2vw, 60px);
}
@media screen and (max-width: 991.98px) {
  .p-enquire__txt {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-enquire__txt {
    text-align: center;
    font-size: clamp(1rem, .198vw + .877rem, 1.125rem);
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 992px) {
  .p-enquire__items {
    margin-right: clamp(20px, 2vw, 40px);
    margin-left: clamp(20px, 2vw, 40px);
  }
}
.p-enquire__item {
  color: #fff;
  text-align: center;

  -webkit-clip-path: polygon(0 0, calc(100% - clamp(14px, 1.9vw, 30px)) 0, 100% clamp(14px, 1.9vw, 30px), 100% 100%, clamp(14px, 1.9vw, 30px) 100%, 0 calc(100% - clamp(14px, 1.9vw, 30px)));
          clip-path: polygon(0 0, calc(100% - clamp(14px, 1.9vw, 30px)) 0, 100% clamp(14px, 1.9vw, 30px), 100% 100%, clamp(14px, 1.9vw, 30px) 100%, 0 calc(100% - clamp(14px, 1.9vw, 30px)));
}
@media only screen and (max-width: 767.98px) {
  .p-enquire__item {
    padding: 4vw 4vw 6vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-enquire__item {
    padding-top: clamp(40px, 3.3vw, 50px);
    padding-right: clamp(30px, 2.9vw, 50px);
    padding-bottom: clamp(40px, 3.3vw, 50px);
    padding-left: clamp(30px, 2.9vw, 50px);
  }
}
.p-enquire__item + .p-enquire__item {
  margin-top: 30px;
}
.p-enquire__item.--primary {
  background-color: var(--color-main);
}
.p-enquire__item.--primary .p-enquire__tel-label {
  color: var(--color-main);
}
.p-enquire__item.--secondary {
  background-color: var(--color-sub);
}
@media only screen and (max-width: 767.98px) {
  .p-enquire__tel {
    display: inline-flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .p-enquire__tel {
    display: flex;

    align-items: center;
    justify-content: center;
    gap: 1.4em;
  }
}
.p-enquire__tel-label {
  padding: .2em 1em;
  border-radius: 9999px;
  background-color: #fff;
  color: var(--color-txt);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .p-enquire__tel-label {
    display: inline-block;
    font-size: clamp(.813rem, .158vw + .777rem, .875rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-enquire__tel-label {
    margin-top: .3em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-enquire__tel-label {
    letter-spacing: .05em;
    font-size: clamp(1rem, .099vw + .938rem, 1.063rem);
  }
}
.p-enquire__tel-num {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  letter-spacing: .02em;
  font-weight: 500;
  font-family: var(--font-family-tertiary);
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .p-enquire__tel-num {
    margin-top: .8em;
    font-size: clamp(1.625rem, 1.961vw + 1.184rem, 2.125rem);
  }
}
@media print, screen and (min-width: 768px) {
  .p-enquire__tel-num {
    font-size: clamp(2.125rem, .893vw + 1.696rem, 2.813rem);
  }
}
.p-enquire__tel-num::before {
  position: absolute;
  top: .25em;
  left: 0;
  height: .76em;
  margin: auto;
  background-color: #fff;
  content: '';

  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1;
  -webkit-mask-image: var(--icon-phone);
          mask-image: var(--icon-phone);
}
.p-enquire__tel-num a {
  text-decoration: none;
}
.p-enquire__tel-num a [data-action=call] {
  color: #fff;
}
.p-enquire__time {
  margin-top: .5em;
  letter-spacing: .02em;
  font-weight: normal;
  font-size: clamp(.875rem, .061vw + .861rem, .938rem);
}
@media print, screen and (min-width: 768px) {
  .p-enquire__time {
    display: flex;

    justify-content: center;
    gap: 1.5em;
  }
}
.p-enquire__notice {
  margin-top: clamp(30px, 3vw, 40px);
}
.p-enquire__notice-title {
  line-height: 1.7;
}
@media only screen and (max-width: 767.98px) {
  .p-enquire__notice-title {
    text-align: left;
    font-size: .9375rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-enquire__notice-title {
    font-weight: 500;
    font-size: clamp(.938rem, .162vw + .86rem, 1.063rem);
  }
}
.p-enquire__notice-txt {
  margin-top: .5em;
  font-size: clamp(.813rem, .122vw + .785rem, .938rem);
  line-height: 1.8;
}
@media only screen and (max-width: 767.98px) {
  .p-enquire__notice-txt {
    text-align: left;
  }
}
.p-enquire__notice-num {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-left: 1em;
  letter-spacing: .02em;
  font-weight: 500;
  font-family: var(--font-family-tertiary);
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  .p-enquire__notice-num {
    font-size: clamp(1.375rem, .633vw + 1.233rem, 1.625rem);
  }
}
@media print, screen and (min-width: 992px) {
  .p-enquire__notice-num {
    font-size: clamp(1.875rem, .694vw + 1.444rem, 2.313rem);
  }
}
.p-enquire__notice-num::before {
  position: absolute;
  top: .25em;
  left: 0;
  height: .77em;
  margin: auto;
  background-color: #fff;
  content: '';

  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  aspect-ratio: 1;
  -webkit-mask-image: var(--icon-phone);
          mask-image: var(--icon-phone);
}
.p-enquire__notice-num small {
  font-size: clamp(.813rem, .183vw + .771rem, 1rem);
}
@media screen and (max-width: 991.98px) {
  .p-enquire__notice-num small {
    display: block;
    margin-top: .5em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-enquire__notice-num small {
    margin-left: .4em;
    letter-spacing: .05em;
    font-weight: 500;
  }
}
.p-enquire__notice-num a {
  text-decoration: none;
}
.p-enquire__notice-num a [data-action=call] {
  color: #fff;
}

/* メールでのお問い合わせ
--------------------------------------------------------- */
.p-contact__txt p + p {
  margin-top: 1em;
}
.p-contact__txt .c-badge {
  position: relative;
  top: -.2em;
}

/* プライバシーポリシー
--------------------------------------------------------- */
.p-policy {
  margin-top: clamp(40px, 4.2vw, 60px);
}
.p-policy__scroll-box {
  overflow-y: auto;
  border: 1px solid #e8eaeb;
  background-color: #fff;
  font-size: .875rem;
}
@media only screen and (max-width: 767.98px) {
  .p-policy__scroll-box {
    max-height: 190px;
    padding: 1.4em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__scroll-box {
    max-height: 310px;
    padding: 2.3em;
  }
}
@media print {
  .p-policy__scroll-box {
    max-height: 100%;
  }
}
.p-policy__item {
  margin-top: clamp(30px, 4vw, 40px);
}
.p-policy__item-title {
  margin-bottom: 1.2em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.p-policy__item p,
.p-policy__item ul {
  margin-bottom: 1.5em;
}
.p-policy__item a {
  word-wrap: break-word;
}
.p-policy__agree {
  border-right: 1px solid #e8eaeb;
  border-bottom: 1px solid #e8eaeb;
  border-left: 1px solid #e8eaeb;
  background-color: var(--color-base);
  font-size: clamp(.938rem, .096vw + .916rem, 1rem);
  line-height: 1.6;

  -webkit-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767.98px) {
  .p-policy__agree {
    display: flex;
    padding: .6em 1em;
    letter-spacing: .03em;
    font-size: .8125rem;

    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__agree {
    padding: .6em .3em;
    text-align: center;
  }
}
.p-policy__agree .form-check {
  align-items: center;
}
.p-policy__agree [type=checkbox] {
  width: 1.2em;
  height: 1.2em;
  margin-right: .4em;
}
/* ========================================================================
/*
/* Utility
/*
========================================================================= */
/* typography
--------------------------------------------------------- */
.u-kome {
  position: relative;
  padding-left: 1.2em;
}
.u-kome.--inline {
  display: inline-block;
}
.u-kome.--red::before {
  color: var(--color-red);
}
.u-kome::before {
  position: absolute;
  left: 0;
  content: '※';
}

.u-text-center {
  text-align: center;
}

.u-important {
  color: var(--color-red);
}

.u-palt {
  font-feature-settings: 'palt';
}

@media print, screen and (min-width: 768px) {
  .u-split {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .u-split__item + .u-split__item::before {
    margin-right: .5em;
    margin-left: .5em;
    content: '/';
  }
}

/* ------------------------------------------------------------------------
/* 印刷用
------------------------------------------------------------------------- */
@media print {
  html {
    font-size: 10px !important;
  }
}
@page {
  margin: 8mm;

  size: A4 portrait;
}
