@charset "UTF-8";
:root {
  --base-width-sp: 375;
  --base-width-pc: 1440;
  --base-color-black: #1f1f1f;
  --base-color-white: #ffffff;
  --base-color-red: #770000;
  --base-color-blue: #1E3762;
  --base-color-lgrey: #F7F7F7;
  --base-color-navy: #213456;
  --base-font-main: "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif CJK JP", serif;
  --base-font-en: "Cormorant Garamond", serif;
  --base-font-go: "Noto Sans JP", sans-serif;
}

html {
  font-size: calc(16 / var(--base-width-sp) * 100vw) !important;
}
@media (min-aspect-ratio: 1/1) {
  html {
    font-size: calc(16 / var(--base-width-pc) * 100vw) !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 100% !important;
  }
}

body {
  font-family: var(--base-font-main);
  color: var(--base-color-black);
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-container {
  max-width: none;
  max-width: initial;
  padding-left: 0;
  padding-right: 0;
}

.l-content {
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

/********************
fixHeader
********************/
.l-fixHeader {
  padding-left: calc(20 / 16 * 1rem);
  padding-right: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-fixHeader {
    padding-left: calc(40 / 16 * 1rem);
    padding-right: 0;
  }
}

.l-fixHeader__gnav {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.08em;
  line-height: 1;
}

.l-fixHeader__coustomBtnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-fixHeader__coustomBtnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

.l-fixHeader__coustomBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--base-color-white);
  width: 80px;
  height: 64px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-fixHeader__coustomBtn {
    gap: calc(10 / 16 * 1rem);
    width: max(85px, calc(100 / 16 * 1rem));
    height: calc(90 / 16 * 1rem);
    font-size: max(10px, calc(10 / 16 * 1rem));
  }
}

.l-fixHeader__coustomBtn._recruit {
  background-color: var(--base-color-blue);
}

.l-fixHeader__coustomBtn._recruit img {
  width: 25px;
  height: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-fixHeader__coustomBtn._recruit img {
    width: calc(25 / 16 * 1rem);
    height: calc(21 / 16 * 1rem);
  }
}

.l-fixHeader__coustomBtn._contact {
  background-color: var(--base-color-red);
}

.l-fixHeader__coustomBtn._contact img {
  width: 25px;
  height: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-fixHeader__coustomBtn._contact img {
    width: calc(25 / 16 * 1rem);
    height: calc(21 / 16 * 1rem);
  }
}

.l-fixHeader__customBtn.sp_ {
  display: none !important;
}

/********************
フッター
********************/
.l-footer__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: calc(50 / 16 * 1rem) calc(32 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(100 / 1440 * 100vw) calc(120 / 1440 * 100vw);
  }
}

.l-footer__logo {
  width: calc(123 / 16 * 1rem);
  height: calc(89 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-footer__logo {
    width: calc(192 / 16 * 1rem);
    height: calc(135 / 16 * 1rem);
    margin-top: 0;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.l-footer__logo img {
  width: 100%;
  height: 100%;
}

.l-footer__foot {
  background-color: var(--base-color-black);
  color: rgba(255, 255, 255, .7);
  padding: calc(20 / 16 * 1rem) 0;
}

.l-footer__nav {
  padding-top: 0;
  padding-bottom: calc(7 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-footer__nav {
    padding-bottom: calc(10 / 16 * 1rem);
  }
}

.l-footer__nav .menu-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: max(10px, calc(10 / 16 * 1rem));
  letter-spacing: 0.05em;
  border: none !important;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-footer__nav .menu-item a {
    font-size: max(10px, calc(12 / 16 * 1rem));
  }
}

.l-footer .copyright {
  font-size: max(10px, calc(10 / 16 * 1rem));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, .5);
}

/********************
ヘッダー
********************/
.l-header {
  background-color: var(--base-color-white);
}

.l-header__inner {
  width: 100%;
  max-width: none;
  max-width: initial;
  height: calc(50 / 16 * 1rem);
  padding-right: 0;
  padding-left: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-header__inner {
    height: calc(90 / 16 * 1rem);
    padding-left: calc(40 / 16 * 1rem);
  }
}

.l-header__logo {
  padding: 0 !important;
}

.l-header__menuBtn {
  width: calc(50 / 16 * 1rem);
  height: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-header__menuBtn {
    display: none;
  }
}

.l-header__gnav {
  display: none !important;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-header__gnav {
    display: block !important;
  }
}

.l-header__gnav {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.08em;
  line-height: 1;
}

.l-header__gnav .c-gnav > .menu-item > a {
  padding: 0 calc(15 / 16 * 1rem);
}

.l-header__coustomBtnGroup {
  display: none;
  margin-left: calc(35 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-header__coustomBtnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

.l-header__coustomBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--base-color-white);
  width: max(85px, calc(100 / 16 * 1rem));
  height: calc(90 / 16 * 1rem);
  font-size: max(10px, calc(10 / 16 * 1rem));
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.l-header__coustomBtn._recruit {
  background-color: var(--base-color-blue);
}

.l-header__coustomBtn._recruit img {
  width: calc(25 / 16 * 1rem);
  height: calc(21 / 16 * 1rem);
}

.l-header__coustomBtn._contact {
  background-color: var(--base-color-red);
}

.l-header__coustomBtn._contact img {
  width: calc(25 / 16 * 1rem);
  height: calc(17 / 16 * 1rem);
}

.l-header__customBtn.sp_ {
  display: none !important;
}

/* ===================
ハンバーガーメニュー
====================== */
/* メニューアイコン（デフォルト時） */
.-menuBtn .c-iconBtn__icon {
  width: calc(30 / 16 * 1rem);
  height: 1.5px;
  background-color: var(--base-color-black);
  display: grid;
  place-items: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.-menuBtn .c-iconBtn__icon::before,
.-menuBtn .c-iconBtn__icon::after {
  grid-area: 1/1;
  content: "";
  display: block;
  inset: 0;
  width: calc(30 / 16 * 1rem);
  height: 1.5px;
  background-color: var(--base-color-black);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.-menuBtn .c-iconBtn__icon::before {
  -webkit-transform: translateY(calc(-8 / 16 * 1rem));
          transform: translateY(calc(-8 / 16 * 1rem));
}

.-menuBtn .c-iconBtn__icon::after {
  -webkit-transform: translateY(calc(8 / 16 * 1rem));
          transform: translateY(calc(8 / 16 * 1rem));
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__icon {
  background-color: transparent;
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

[data-spmenu=opened] body {
  overflow-y: hidden !important;
  -ms-touch-action: none !important;
      touch-action: none !important;
}

.l-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .l-inner {
    padding-left: calc(170 / 1440 * 100vw);
    padding-right: calc(170 / 1440 * 100vw);
  }
}

/********************
Botton
********************/
.c-button {
  position: relative;
  font-family: var(--base-font-go);
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 0.5px solid var(--base-color-black);
  background-color: var(--base-color-white);
  width: calc(220 / 16 * 1rem);
  height: calc(45 / 16 * 1rem);
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(13 / 16 * 1rem);
  width: calc(6 / 16 * 1rem);
  height: calc(6 / 16 * 1rem);
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border-bottom: 0.5px solid var(--base-color-black);
  border-right: 0.5px solid var(--base-color-black);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.c-button:hover {
  opacity: 1;
}

.c-button:hover::after {
  right: calc(8 / 16 * 1rem);
}

/********************
ロゴ
********************/
.c-headLogo {
  height: calc(18 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-headLogo {
    height: calc(28 / 16 * 1rem);
  }
}

.-img .c-headLogo__link {
  padding: 0;
}

/********************
MV お問い合わせボタン
********************/
.c-mv-contact {
  display: none;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--base-color-white);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-mv-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-mv-contact:hover {
  opacity: 1;
}

.c-mv-contact__top {
  background-color: var(--base-color-red);
  width: calc(50 / 16 * 1rem);
  height: calc(200 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-mv-contact__botttom {
  background-color: #978484;
  width: calc(50 / 16 * 1rem);
  height: calc(20 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-mv-contact__botttom span {
  display: block;
  width: calc(6 / 16 * 1rem);
  height: calc(6 / 16 * 1rem);
  border-top: 1.5px solid var(--base-color-white);
  border-left: 1.5px solid var(--base-color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: calc(3 / 16 * 1rem);
}

/********************
下層ページタイトル
********************/
.c-pageHeading {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-pageHeading {
    font-size: calc(70 / 16 * 1rem);
  }
}

.c-pageHeading span {
  display: block;
  font-family: var(--base-font-main);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: calc(7 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-pageHeading span {
    font-size: calc(20 / 16 * 1rem);
    margin-top: calc(7 / 16 * 1rem);
  }
}

.c-pageHeading::after {
  content: "";
  position: absolute;
  bottom: calc(-25 / 16 * 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(64 / 16 * 1rem);
  height: 1px;
  background-color: var(--base-color-black);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-pageHeading::after {
    font-size: calc(40 / 16 * 1rem);
  }
}

.p-policy .c-pageHeading span {
  margin-top: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy .c-pageHeading span {
    font-size: calc(20 / 16 * 1rem);
  }
}

/********************
スクロールインジケーター
********************/
.c-scroll-indicator {
  position: absolute;
  right: calc(18 / 16 * 1rem);
  bottom: calc(8.5 / 16 * 1rem);
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-scroll-indicator {
    right: calc(84 / 16 * 1rem);
    bottom: calc(16.5 / 16 * 1rem);
  }
}

.c-scroll-indicator__text {
  color: var(--base-color-white);
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.35em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-bottom: calc(10 / 16 * 1rem);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-scroll-indicator__text {
    font-size: calc(12 / 16 * 1rem);
    margin-bottom: calc(10 / 16 * 1rem);
  }
}

.c-scroll-indicator__line {
  width: 1px;
  height: calc(35.5 / 16 * 1rem);
  background-color: rgba(255, 255, 255, .3);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-scroll-indicator__line {
    height: calc(35.5 / 16 * 1rem);
  }
}

.c-scroll-indicator__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(30 / 16 * 1rem);
  background-color: var(--base-color-white);
  -webkit-animation: scrollAnimation 3s ease-in-out infinite;
          animation: scrollAnimation 3s ease-in-out infinite;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-scroll-indicator__line::after {
    height: calc(30 / 16 * 1rem);
  }
}

/* スクロールアニメーション */
@-webkit-keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
}
@keyframes scrollAnimation {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
    opacity: 0;
  }
}
/********************
セクション見出し（シンプル）
********************/
.c-sectionHeading {
  text-align: center;
}

/********************
セクションタイトル
********************/
.c-sectionTitle {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-sectionTitle {
    font-size: calc(70 / 16 * 1rem);
  }
}

.c-sectionTitle span {
  display: block;
  font-family: var(--base-font-main);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: calc(7 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-sectionTitle span {
    font-size: calc(20 / 16 * 1rem);
  }
}

.c-sectionTitle::after {
  content: "";
  position: absolute;
  width: calc(64 / 16 * 1rem);
  height: 1px;
  background-color: var(--base-color-black);
  bottom: calc(-25 / 16 * 1rem);
  left: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-sectionTitle::after {
    bottom: calc(-40 / 16 * 1rem);
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .c-sectionTitle._rightBar::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: var(--base-color-black);
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 15%;
    right: calc(-40 / 16 * 1rem);
  }
}

.c-sectionTitle._centerBar {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-sectionTitle._centerBar::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/********************
概要テーブル
********************/
.c-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-table__col-head {
  width: calc(80 / 16 * 1rem);
  padding: calc(28 / 16 * 1rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1.4px solid var(--base-color-blue);
  text-align: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-table__col-head {
    width: calc(238 / 16 * 1rem);
  }
}

.c-table__row:first-child .c-table__col-head {
  border-top: 1.4px solid var(--base-color-blue);
}

.c-table__col-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(28 / 16 * 1rem) 0;
  padding-left: calc(10 / 16 * 1rem);
  border-bottom: 1.4px solid rgba(170, 170, 170, .5019607843);
  text-align: left;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-table__col-body {
    padding-left: calc(20 / 16 * 1rem);
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .c-table__col-body._half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .c-table__col-body._half p {
    width: 50%;
  }
}

.c-table__col-body p {
  margin-bottom: calc(15 / 16 * 1rem);
}

.c-table__col-body p:last-child {
  margin-bottom: 0;
}

.c-table__row:first-child .c-table__col-body {
  border-top: 1.4px solid rgba(170, 170, 170, .5019607843);
}

/********************
タブリスト
********************/
.c-tabList {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(10 / 16 * 1rem);
  max-width: calc(250 / 16 * 1rem);
  margin: 0 auto !important;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-tabList {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: calc(25 / 16 * 1rem);
       -moz-column-gap: calc(25 / 16 * 1rem);
            column-gap: calc(25 / 16 * 1rem);
    row-gap: myre(15);
    max-width: calc(525 / 16 * 1rem);
  }
}

.c-tabList__button {
  color: var(--base-color-white);
  background-color: var(--base-color-navy);
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-tabList__button {
    font-size: calc(20 / 16 * 1rem);
    padding: calc(15 / 16 * 1rem);
  }
}

.c-tabBody {
  margin-top: calc(60 / 16 * 1rem);
  border: 0.5px solid var(--base-color-black);
  padding: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .c-tabBody {
    margin-top: calc(80 / 16 * 1rem);
    padding: calc(50 / 16 * 1rem) calc(75 / 16 * 1rem);
  }
}

/********************
404ページ
********************/
.p-404 {
  width: 100%;
  text-align: center;
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(68 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-404 {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(184 / 16 * 1rem);
  }
}

.p-404__text {
  margin-top: calc(75 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-404__text {
    margin-top: calc(80 / 16 * 1rem);
    font-size: calc(20 / 16 * 1rem);
  }
}

/********************
About us
********************/
.p-about {
  position: relative;
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-about._company {
  padding-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about._company {
    padding-top: calc(74 / 16 * 1rem);
  }
}

.p-about::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(609 / 1440 * 100vw);
  height: 100%;
  background-color: var(--base-color-lgrey);
  z-index: -1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about::after {
    display: block;
  }
}

.p-about._company::after {
  display: none;
}

.p-about__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    max-width: initial;
  }
}

.p-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-about__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about__text-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: calc(170 / 1440 * 100vw);
    padding-right: calc(79 / 1440 * 100vw);
  }
}

.p-about__main-text {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: calc(50 / 16 * 1rem);
  margin-bottom: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about__main-text {
    font-size: calc(32 / 16 * 1rem);
    margin-top: calc(80 / 16 * 1rem);
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

.p-about__description {
  margin-bottom: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about__description {
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

.p-about._company .p-about__description {
  margin-bottom: 0;
}

.p-about__image-area {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about__image-area {
    width: calc(750 / 1440 * 100vw);
    aspect-ratio: 750/650;
  }
}

.p-about__image-area::after {
  content: "";
  position: absolute;
  top: calc(-36 / 16 * 1rem);
  right: -25px;
  width: calc(196 / 16 * 1rem);
  height: calc(431 / 16 * 1rem);
  background-color: var(--base-color-lgrey);
  z-index: -1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-about__image-area::after {
    display: none;
  }
}

.p-about._company .p-about__image-area::after {
  display: none;
}

.p-about__image-area picture,
.p-about__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/********************
Archive
********************/
.p-archive {
  padding-top: calc(45 / 16 * 1rem);
  padding-bottom: calc(68 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive {
    padding-top: calc(117 / 16 * 1rem);
    padding-bottom: calc(129 / 16 * 1rem);
  }
}

.p-archive__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive__inner {
    max-width: calc(1300 / 16 * 1rem);
  }
}

.p-archive__heading {
  text-align: center;
}

.p-archive__articles {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive__articles {
    grid-template-columns: repeat(3, 1fr);
    row-gap: calc(30 / 16 * 1rem);
    -webkit-column-gap: calc(25 / 16 * 1rem);
       -moz-column-gap: calc(25 / 16 * 1rem);
            column-gap: calc(25 / 16 * 1rem);
  }
}

.p-archive__body {
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive__body {
    margin-top: calc(102 / 16 * 1rem);
  }
}

.p-archive__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 16 * 1rem);
  }
}

.p-archive__img {
  position: relative;
  width: calc(170 / 16 * 1rem);
  height: calc(119 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive__img {
    width: calc(400 / 16 * 1rem);
    height: calc(280 / 16 * 1rem);
  }
}

.p-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-archive__img._sold-out::after {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  content: "SOLD OUT";
  position: absolute;
  top: 0;
  left: 0;
  font-size: calc(10 / 16 * 1rem);
  font-weight: 600;
  color: var(--base-color-white);
  background-color: var(--base-color-black);
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: calc(2 / 16 * 1rem) calc(9 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive__img._sold-out::after {
    font-size: calc(14 / 16 * 1rem);
    padding: calc(3 / 16 * 1rem) calc(15 / 16 * 1rem);
  }
}

.p-archive__panelBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-archive__cat {
  display: inline-block;
  color: var(--base-color-white);
  font-size: max(10px, calc(10 / 16 * 1rem));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  background-color: var(--base-color-blue);
  padding: calc(3 / 16 * 1rem) calc(9 / 16 * 1rem);
  margin-bottom: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-archive__cat {
    font-size: max(10px, calc(12 / 16 * 1rem));
    padding: calc(3 / 16 * 1rem) calc(10 / 16 * 1rem);
    margin-bottom: calc(13 / 16 * 1rem);
  }
}

/********************
支店一覧
********************/
.p-branchList {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-branchList__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList__inner {
    max-width: calc(1076 / 16 * 1rem);
  }
}

.p-branchList__list {
  margin-top: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList__list {
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-branchList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(100 / 16 * 1rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-branchList__item + .p-branchList__item {
  margin-top: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList__item + .p-branchList__item {
    margin-top: calc(40 / 16 * 1rem);
  }
}

.p-branchList__image-area {
  width: 100%;
  height: auto;
  aspect-ratio: 325/240;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList__image-area {
    width: calc(485 / 16 * 1rem);
    aspect-ratio: 485/392;
  }
}

.p-branchList__image-area picture,
.p-branchList__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-branchList__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-branchList__text-area hr {
  margin: calc(15 / 16 * 1rem) 0;
  border: none;
  border-top: 0.5px solid var(--base-color-black);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList__text-area hr {
    margin: calc(20 / 16 * 1rem) 0;
  }
}

.p-branchList__title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
  color: var(--base-color-black);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-branchList__title span {
  color: #333333;
}

.p-branchList__text {
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: calc(5 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchList__text {
    margin-top: calc(10 / 16 * 1rem);
  }
}

.p-branchList__button {
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--base-color-white);
  background-color: var(--base-color-blue);
  padding: calc(6 / 16 * 1rem) calc(34 / 16 * 1rem);
  border-radius: calc(40 / 16 * 1rem);
  margin-top: calc(15 / 16 * 1rem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-branchList__button::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: calc(3 / 16 * 1rem) solid transparent;
  border-left: calc(3 / 16 * 1rem) solid transparent;
  border-bottom: calc(6 / 16 * 1rem) solid #ffffff;
  border-top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: calc(9 / 16 * 1rem);
}

.p-branchList__inner > h2.c-sectionHeading:nth-of-type(2) {
  margin-top: calc(60 / 16 * 1rem);
}

/********************
TOP Branch
********************/
.p-branchTop {
  position: relative;
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-branchTop__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-branchTop__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__text-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: calc(28 / 1440 * 100vw);
    padding-right: calc(92 / 1440 * 100vw);
  }
}

.p-branchTop__description {
  margin-top: calc(50 / 16 * 1rem);
  margin-bottom: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__description {
    margin-top: calc(80 / 16 * 1rem);
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

.p-branchTop__image-area {
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__image-area {
    width: calc(708 / 1440 * 100vw);
    aspect-ratio: 708/704;
    padding-right: calc(28 / 1440 * 100vw);
  }
}

.p-branchTop__image-area picture,
.p-branchTop__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-branchTop__link {
  position: absolute;
  top: calc(62 / 375 * 100vw);
  left: calc(65 / 375 * 100vw);
  width: calc(57 / 375 * 100vw);
  height: calc(57 / 375 * 100vw);
  background-color: var(--base-color-white);
  color: var(--base-color-black);
  border-radius: 50%;
  border: 0.23px solid var(--base-color-black);
  font-size: calc(10 / 375 * 100vw);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__link {
    width: calc(100 / 1440 * 100vw);
    height: calc(100 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}

.p-branchTop__link._nagasaki {
  top: calc(62 / 375 * 100vw);
  left: calc(65 / 375 * 100vw);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__link._nagasaki {
    top: calc(150 / 1440 * 100vw);
    left: calc(135 / 1440 * 100vw);
  }
}

.p-branchTop__link._fukuoka {
  top: calc(129 / 375 * 100vw);
  left: calc(52 / 375 * 100vw);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__link._fukuoka {
    top: calc(290 / 1440 * 100vw);
    left: calc(90 / 1440 * 100vw);
  }
}

.p-branchTop__link._osaka {
  top: calc(100 / 375 * 100vw);
  left: calc(135 / 375 * 100vw);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__link._osaka {
    top: calc(218 / 1440 * 100vw);
    left: calc(275 / 1440 * 100vw);
  }
}

.p-branchTop__link._hiroshima {
  top: calc(245 / 375 * 100vw);
  left: calc(214 / 375 * 100vw);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__link._hiroshima {
    top: calc(550 / 1440 * 100vw);
    left: calc(450 / 1440 * 100vw);
  }
}

.p-branchTop__link._gojyo {
  top: calc(277 / 375 * 100vw);
  left: calc(153 / 375 * 100vw);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-branchTop__link._gojyo {
    top: calc(625 / 1440 * 100vw);
    left: calc(315 / 1440 * 100vw);
  }
}

.p-branchTop__link:hover {
  background-color: var(--base-color-black);
  color: var(--base-color-white);
  opacity: 1;
}

/********************
主要取引先
********************/
.p-client {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
  background-color: #F8F8F8;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-client {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-client__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-client__inner {
    max-width: calc(800 / 16 * 1rem);
  }
}

.p-client__table {
  margin-top: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-client__table {
    margin-top: calc(60 / 16 * 1rem);
  }
}

/********************
会社概要
********************/
.p-company {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-company {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-company__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-company__inner {
    max-width: calc(800 / 16 * 1rem);
  }
}

.p-company__table {
  margin-top: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-company__table {
    margin-top: calc(60 / 16 * 1rem);
  }
}

/********************
concept
********************/
.p-concept {
  position: relative;
  padding-top: calc(211 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-concept::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(609 / 1440 * 100vw);
  height: 100%;
  background-color: var(--base-color-lgrey);
  z-index: -1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept::after {
    display: block;
  }
}

.p-concept__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    max-width: initial;
  }
}

.p-concept__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.p-concept__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__text-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: calc(79 / 1440 * 100vw);
    padding-right: calc(170 / 1440 * 100vw);
  }
}

.p-concept__main-text {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: calc(50 / 16 * 1rem);
  margin-bottom: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__main-text {
    font-size: calc(24 / 16 * 1rem);
    margin-top: calc(80 / 16 * 1rem);
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

.p-concept__description {
  margin-bottom: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__description {
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

.p-concept__image-area {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__image-area {
    width: calc(750 / 1440 * 100vw);
    aspect-ratio: 750/650;
  }
}

.p-concept__image-area::after {
  content: "";
  position: absolute;
  top: calc(-73 / 16 * 1rem);
  left: -25px;
  width: calc(200 / 16 * 1rem);
  height: calc(431 / 16 * 1rem);
  background-color: var(--base-color-lgrey);
  z-index: -1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__image-area::after {
    display: none;
  }
}

.p-concept__image-area picture,
.p-concept__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-concept__float-image {
  position: absolute;
  top: calc(60 / 16 * 1rem);
  right: 0;
  width: calc(132 / 16 * 1rem);
  height: calc(94 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-concept__float-image {
    top: calc(-225 / 16 * 1rem);
    width: calc(410 / 16 * 1rem);
    height: calc(294 / 16 * 1rem);
  }
}

.p-concept__float-image picture,
.p-concept__float-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/********************
contact
********************/
.p-contact__body {
  background-image: url(../images/common/image-contact-bg-sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-repeat: no-repeat;
  padding: calc(50 / 16 * 1rem) calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contact__body {
    background-image: url(../images/common/image-contact-bg.webp);
  }
}

.p-contact__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(16, 33, 64, .8);
}

.p-contact__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--base-color-white);
  z-index: 1;
}

.p-contact__body .c-sectionTitle::after {
  background-color: var(--base-color-white);
  bottom: calc(-20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contact__body .c-sectionTitle::after {
    bottom: calc(-30 / 16 * 1rem);
  }
}

.p-contact__description {
  text-align: center;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: calc(40 / 16 * 1rem);
  color: var(--base-color-white);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contact__description {
    font-size: calc(24 / 16 * 1rem);
    line-height: 1.7;
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-contact__button {
  margin-top: calc(30 / 16 * 1rem);
}

.p-contact__button .c-button {
  background-color: transparent;
  border: 0.5px solid var(--base-color-white);
}

.p-contact__button .c-button::after {
  border-bottom: 0.5px solid var(--base-color-white);
  border-right: 0.5px solid var(--base-color-white);
}

/********************
フォーム
********************/
.p-contactForm {
  padding-top: 0;
  padding-bottom: calc(68 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm {
    padding-top: 0;
    padding-bottom: calc(143 / 16 * 1rem);
  }
}

.p-contactForm._recruit {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm._recruit {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-contactForm._contact {
  padding-top: calc(45 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm._contact {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(164 / 16 * 1rem);
  }
}

.p-contactForm__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm__inner {
    max-width: calc(650 / 16 * 1rem);
  }
}

.p-contactForm__text {
  margin-top: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm__text {
    margin-top: calc(80 / 16 * 1rem);
  }
}

.p-contactForm__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10 / 16 * 1rem);
  margin-top: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm__tel {
    gap: calc(15 / 16 * 1rem);
    margin-top: calc(20 / 16 * 1rem);
  }
}

.p-contactForm__tel span {
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm__tel span {
    font-size: calc(16 / 16 * 1rem);
  }
}

.p-contactForm__tel a {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm__tel a {
    font-size: calc(24 / 16 * 1rem);
  }
}

.wpcf7 {
  width: 100%;
  padding-top: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .wpcf7 {
    padding-top: calc(40 / 16 * 1rem);
  }
}

.p-contactForm._recruit .wpcf7 {
  width: 100%;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm._recruit .wpcf7 {
    padding-top: calc(60 / 16 * 1rem);
  }
}

.p-contactForm._contact .wpcf7 {
  width: 100%;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-contactForm._contact .wpcf7 {
    padding-top: calc(60 / 16 * 1rem);
  }
}

/* フォーム */
.wpcf7-form label {
  font-family: var(--base-font-go);
  display: block;
  margin-top: calc(15 / 16 * 1rem);
  text-align: left;
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 2;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-date {
  font-family: var(--base-font-go);
  width: 100%;
  margin-top: calc(5 / 16 * 1rem);
  background-color: #F1F4F8;
  border-radius: calc(3 / 16 * 1rem);
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--base-color-black);
  padding: calc(8 / 16 * 1rem) calc(18 / 16 * 1rem);
  line-height: 2;
  border: none;
}

.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
  color: #aeaeae;
}

.wpcf7-form-control.wpcf7-text::-moz-placeholder,
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  color: #aeaeae;
}

.wpcf7-form-control.wpcf7-text::-ms-input-placeholder,
.wpcf7-form-control.wpcf7-textarea::-ms-input-placeholder {
  color: #aeaeae;
}

.wpcf7-form-control.wpcf7-text::placeholder,
.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #aeaeae;
}

.wpcf7-form-control.wpcf7-submit {
  font-family: var(--base-font-go);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: calc(220 / 16 * 1rem);
  height: calc(45 / 16 * 1rem);
  margin-top: calc(18 / 16 * 1rem);
  background-color: var(--base-color-blue);
  color: #fff;
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .wpcf7-form-control.wpcf7-submit {
    margin-top: calc(28 / 16 * 1rem);
  }
}

.wpcf7-form-control-wrap {
  display: block;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-family: var(--base-font-go);
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #C30000;
  border: none !important;
  margin-top: calc(5 / 16 * 1rem);
  text-align: left;
}

.wpcf7-response-output {
  font-family: var(--base-font-go);
  text-align: center;
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #C30000;
  border: none !important;
  margin-top: calc(18 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .wpcf7-response-output {
    margin-top: calc(28 / 16 * 1rem);
  }
}

.wpcf7-spinner {
  display: none !important;
}

.cf7-must {
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 500;
  color: #C30000;
  line-height: 1.5;
  margin-left: calc(5 / 16 * 1rem);
}

.wpcf7 form input[type=checkbox]#doui-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: calc(20 / 16 * 1rem);
  height: calc(20 / 16 * 1rem);
  border: 2px solid #555;
  border-radius: calc(4 / 16 * 1rem);
  display: inline-grid;
  place-content: center;
  margin-right: 0.5em;
  background: #fff;
  cursor: pointer;
  padding-top: calc(6 / 16 * 1rem);
}

/* フォーカスリング（アクセシビリティ） */
.wpcf7 form input[type=checkbox]#doui-checkbox:focus {
  outline: 1px solid #ccc;
  outline-offset: 1px;
}

/* チェックマークを擬似要素で描く */
.wpcf7 form input[type=checkbox]#doui-checkbox::after {
  content: "";
  width: calc(22 / 16 * 1rem);
  height: calc(8 / 16 * 1rem);
  border: solid var(--base-color-blue);
  border-width: 0 0 calc(3 / 16 * 1rem) calc(3 / 16 * 1rem);
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.12s ease-out;
  transition: -webkit-transform 0.12s ease-out;
  transition: transform 0.12s ease-out;
  transition: transform 0.12s ease-out, -webkit-transform 0.12s ease-out;
}

/* チェック時に表示 */
.wpcf7 form input[type=checkbox]#doui-checkbox:checked::after {
  -webkit-transform: translate(calc(4 / 16 * 1rem), calc(-6 / 16 * 1rem)) rotate(-45deg);
          transform: translate(calc(4 / 16 * 1rem), calc(-6 / 16 * 1rem)) rotate(-45deg);
}

/* 無効化時 */
.wpcf7 form input[type=checkbox]#doui-checkbox:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/********************
ドロワーメニュー
********************/
.p-drawerMenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: var(--base-color-lgrey);
}

/* ロゴ */
.p-drawerMenu__logo {
  display: block;
  margin-bottom: calc(40 / 16 * 1rem);
}

.p-drawerMenu__logo img {
  width: calc(100 / 16 * 1rem);
  height: auto;
}

/* 2列グリッドレイアウト */
.p-drawerMenu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(30 / 16 * 1rem);
}

.p-drawerMenu__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* メニューアイテム */
.p-drawerMenu__item {
  margin-bottom: calc(45 / 16 * 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.p-drawerMenu__item:last-child {
  margin-bottom: 0;
}

/* メインリンク */
.p-drawerMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--base-color-black);
  text-decoration: none;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: calc(15 / 16 * 1rem);
  border-bottom: 0.5px solid var(--base-color-black);
}

.p-drawerMenu__link-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: calc(10 / 16 * 1rem);
}

/* 矢印アイコン */
.p-drawerMenu__arrow {
  width: calc(6.5 / 16 * 1rem);
  height: calc(6.5 / 16 * 1rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid var(--base-color-black);
  border-bottom: 1px solid var(--base-color-black);
}

/* サブメニュー */
.p-drawerMenu__submenu {
  margin-top: calc(20 / 16 * 1rem);
  padding-left: calc(20 / 16 * 1rem);
}

.p-drawerMenu__submenu-link {
  display: block;
  color: var(--base-color-black);
  text-decoration: none;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: calc(15 / 16 * 1rem);
}

.p-drawerMenu__submenu-link:last-child {
  margin-bottom: 0;
}

/* フッター */
.p-drawerMenu__footer {
  padding-top: calc(40 / 16 * 1rem);
  padding-bottom: calc(50 / 16 * 1rem);
  text-align: center;
}

.p-drawerMenu__footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(40 / 16 * 1rem);
}

.p-drawerMenu__footer-logo img {
  width: calc(128 / 16 * 1rem);
  height: auto;
}

.p-drawerMenu__footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(25 / 16 * 1rem);
  margin-bottom: calc(10 / 16 * 1rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-drawerMenu__footer-link {
  color: var(--base-color-black) !important;
  text-decoration: none;
  font-size: calc(10 / 16 * 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-drawerMenu__copyright {
  margin-top: calc(10 / 16 * 1rem);
}

.p-drawerMenu__copyright-text {
  color: rgba(31, 31, 31, .5);
  font-size: calc(10 / 16 * 1rem);
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-fixBtnWrap {
  display: none;
}

/********************
SP固定フッターメニュー
********************/
#fix_bottom_menu {
  bottom: calc(-45 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  #fix_bottom_menu {
    display: none;
  }
}

#fix_bottom_menu .p-fixMenu__list {
  height: calc(45 / 16 * 1rem);
  padding: 0;
}

#fix_bottom_menu .p-fixMenu__item {
  height: 100%;
}

#fix_bottom_menu .p-fixMenu__item._recruit {
  background-color: var(--base-color-blue);
}

#fix_bottom_menu .p-fixMenu__item._contact {
  background-color: var(--base-color-red);
}

#fix_bottom_menu .p-fixMenu__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10 / 16 * 1rem);
}

#fix_bottom_menu .p-fixMenu__item a span {
  color: var(--base-color-white);
  font-size: max(10px, calc(10 / 16 * 1rem));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0;
  width: auto;
}

#fix_bottom_menu .p-fixMenu__item._recruit a img {
  width: calc(25 / 16 * 1rem);
  height: calc(21 / 16 * 1rem);
}

#fix_bottom_menu .p-fixMenu__item._contact a img {
  width: calc(25 / 16 * 1rem);
  height: calc(17 / 16 * 1rem);
}

/********************
間取り図
********************/
.p-floor {
  position: relative;
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-floor {
    padding-bottom: calc(150 / 16 * 1rem);
  }
}

.p-floor__inner {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-floor__inner {
    max-width: calc(882 / 16 * 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

.p-floor__head {
  width: 100%;
}

.p-floor__title {
  text-align: left;
}

.p-floor__figure {
  margin-top: calc(80 / 16 * 1rem);
  width: 100%;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-floor__figure {
    margin-top: 0;
    width: 70%;
  }
}

.p-floor__figure .swiper {
  width: 100%;
  aspect-ratio: 325/304;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-floor__figure .swiper {
    aspect-ratio: 581/544;
  }
}

.p-floor__figure .swiper-slide picture,
.p-floor__figure .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-floor__figure .swiper-button-prev,
.p-floor__figure .swiper-button-next {
  top: calc(60 / 16 * 1rem);
  -webkit-transform: none;
          transform: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px solid var(--base-color-black);
  color: var(--base-color-black);
  background-color: transparent;
  padding: 13px;
  margin-top: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-floor__figure .swiper-button-prev,
  .p-floor__figure .swiper-button-next {
    top: calc(80 / 16 * 1rem);
  }
}

.p-floor__figure .swiper-button-prev {
  left: 25px;
  right: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-floor__figure .swiper-button-prev {
    right: auto;
    left: 25px;
  }
}

.p-floor__figure .swiper-button-next {
  left: 85px;
  right: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-floor__figure .swiper-button-next {
    right: auto;
    left: 90px;
  }
}

.p-floor__figure .swiper-button-prev:after {
  border-bottom: 0.5px solid;
  border-left: 0.5px solid;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
          transform: rotate(45deg) skew(-10deg, -10deg);
  position: absolute;
  left: 15px;
}

.p-floor__figure .swiper-button-next:after {
  border-top: 0.5px solid;
  border-right: 0.5px solid;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
          transform: rotate(45deg) skew(-10deg, -10deg);
  position: absolute;
  right: 15px;
}

/********************
フッターメニュー
********************/
.p-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: calc(56 / 16 * 1rem);
  }
}

/* 2列グリッドレイアウト */
.p-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(30 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-footer__grid {
    margin-top: calc(5 / 16 * 1rem);
    margin-bottom: 0;
    gap: calc(40 / 1440 * 100vw);
  }
}

.p-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* メニューアイテム */
.p-footer__item {
  margin-bottom: calc(45 / 16 * 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.p-footer__item:last-child {
  margin-bottom: 0;
}

/* メインリンク */
.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--base-color-black);
  text-decoration: none;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: calc(15 / 16 * 1rem);
  border-bottom: 0.5px solid var(--base-color-black);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-footer__link {
    font-size: calc(14 / 16 * 1rem);
  }
}

.p-footer__link-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: calc(10 / 16 * 1rem);
}

/* 矢印アイコン */
.p-footer__arrow {
  width: calc(6.5 / 16 * 1rem);
  height: calc(6.5 / 16 * 1rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid var(--base-color-black);
  border-bottom: 1px solid var(--base-color-black);
}

/* サブメニュー */
.p-footer__submenu {
  margin-top: calc(20 / 16 * 1rem);
  padding-left: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-footer__submenu {
    padding-left: calc(30 / 16 * 1rem);
    padding-right: calc(23 / 16 * 1rem);
  }
}

.p-footer__submenu-link {
  display: block;
  color: var(--base-color-black);
  text-decoration: none;
  font-size: calc(12 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-footer__submenu-link {
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: calc(17 / 16 * 1rem);
  }
}

.p-footer__submenu-link:last-child {
  margin-bottom: 0;
}

.p-footer__foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(20 / 16 * 1rem);
}

.p-footer__footItem {
  padding-bottom: calc(20 / 16 * 1rem);
  border-bottom: 0.5px solid var(--base-color-black);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-footer__footItem {
    padding-right: calc(90 / 1440 * 100vw);
  }
}

.p-footer__branchName {
  margin-bottom: calc(10 / 16 * 1rem);
  display: block;
}

.p-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: max(10px, calc(12 / 16 * 1rem));
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: calc(10 / 16 * 1rem);
}

.p-footer__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: max(10px, calc(12 / 16 * 1rem));
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.p-footer__tel a {
  display: inline-block;
  margin-left: calc(5 / 16 * 1rem);
}

.p-footer__hp {
  display: block;
  margin-top: calc(10 / 16 * 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: max(10px, calc(12 / 16 * 1rem));
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.p-footer__group {
  display: block;
  margin-bottom: calc(9 / 16 * 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: max(10px, calc(12 / 16 * 1rem));
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/********************
Staff ギャラリー
********************/
.p-gallery {
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-gallery {
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-gallery__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-gallery__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: calc(1280 / 16 * 1rem);
  }
}

.p-gallery__body {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: calc(10 / 16 * 1rem);
     -moz-column-gap: calc(10 / 16 * 1rem);
          column-gap: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-gallery__body {
    -webkit-column-gap: calc(30 / 16 * 1rem);
       -moz-column-gap: calc(30 / 16 * 1rem);
            column-gap: calc(30 / 16 * 1rem);
  }
}

.p-gallery__img img {
  aspect-ratio: 183/127;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-gallery__img img {
    aspect-ratio: 600/418;
  }
}

/********************
企業沿革
********************/
.p-history {
  padding-top: calc(100 / 16 * 1rem);
  padding-bottom: calc(100 / 16 * 1rem);
  background-color: var(--base-color-navy);
}

.p-history__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-history__inner {
    max-width: calc(610 / 16 * 1rem);
  }
}

.p-history .c-sectionHeading {
  color: var(--base-color-white);
  font-size: calc(24 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-history .c-sectionHeading {
    font-size: calc(32 / 16 * 1rem);
  }
}

.p-history__list {
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-history__list {
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-history__item {
    gap: calc(60 / 16 * 1rem);
  }
}

.p-history__item + .p-history__item {
  margin-top: calc(38 / 16 * 1rem);
}

.p-history__ym {
  position: relative;
  width: calc(80 / 16 * 1rem);
  height: calc(80 / 16 * 1rem);
  background-color: var(--base-color-white);
  border-radius: 50%;
  color: var(--base-color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-top: calc(8 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-history__ym {
    width: calc(150 / 16 * 1rem);
    height: calc(150 / 16 * 1rem);
    font-size: calc(24 / 16 * 1rem);
    padding-top: calc(10 / 16 * 1rem);
  }
}

.p-history__ym::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(-38 / 16 * 1rem);
  width: 2px;
  height: calc(38 / 16 * 1rem);
  background-color: var(--base-color-white);
}

.p-history__item:last-child .p-history__ym::after {
  display: none;
}

.p-history__ym span {
  display: block;
  font-size: max(10px, calc(12 / 16 * 1rem));
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-history__ym span {
    font-size: calc(16 / 16 * 1rem);
  }
}

.p-history__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--base-color-white);
}

/********************
Staff インタビュー
********************/
.p-interview {
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-interview {
    padding-bottom: calc(100 / 16 * 1rem);
  }
}

.p-interview__inner {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-interview__inner {
    max-width: calc(850 / 16 * 1rem);
  }
}

.swell-block-accordion__icon {
  display: none;
}

.swell-block-accordion__label {
  padding-right: 0;
}

.swell-block-accordion__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.swell-block-accordion__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: var(--base-color-blue);
  color: var(--base-color-white);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .swell-block-accordion__title {
    font-size: calc(18 / 16 * 1rem);
  }
}

.p-interview__mark {
  display: inline-block;
  padding-right: calc(10 / 16 * 1rem);
  font-family: var(--base-font-main);
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/********************
メインビジュアル
********************/
.p-mainVisual__inner {
  height: 153vw !important;
}
@media screen and (min-width: 960px) {
  .p-mainVisual__inner {
    height: 110vw !important;
  }
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual__inner {
    height: calc(100vh - calc(90 / 16 * 1rem)) !important;
    min-height: 800px;
  }
}

.p-mainVisual__textLayer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-shadow: none !important;
  color: var(--base-color-white);
  padding-left: calc(20 / var(--base-width-sp) * 100vw);
  max-width: none;
  max-width: initial;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual__textLayer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: calc(110 / 16 * 1rem);
    padding-left: calc(136 / var(--base-width-pc) * 100vw);
  }
}

.p-mainVisual__slideTitle {
  font-size: calc(44 / 16 * 1rem);
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: calc(95 / 16 * 1rem) !important;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual__slideTitle {
    font-size: calc(100 / 16 * 1rem);
    margin-top: 0 !important;
  }
}

.p-mainVisual__slideText {
  margin-top: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual__slideText {
    margin-top: calc(35 / 16 * 1rem);
  }
}

.p-mainVisual__catchMain {
  font-size: calc(32 / 16 * 1rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual__catchMain {
    font-size: calc(40 / 16 * 1rem);
  }
}

.p-mainVisual__catchSub {
  display: block;
  font-size: calc(16 / 16 * 1rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 600;
  margin-top: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual__catchSub {
    font-size: calc(20 / 16 * 1rem);
    margin-top: calc(15 / 16 * 1rem);
  }
}

.p-mainVisual__catchMain br,
.p-mainVisual__catchSub br {
  display: block;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual__catchMain br,
  .p-mainVisual__catchSub br {
    display: none;
  }
}

.p-mainVisual .swiper-pagination-bullets {
  display: none;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mainVisual .swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: calc(25 / 16 * 1rem);
  }
}

.p-mainVisual .swiper-pagination-bullet {
  width: calc(29 / 16 * 1rem);
  height: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, .5);
  opacity: 1;
}

.p-mainVisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color-white);
}

.p-mainVisual:not(.-motion-no) .swiper-slide-active .p-mainVisual__imgLayer, .p-mainVisual:not(.-motion-no) .swiper-slide-duplicate-active .p-mainVisual__imgLayer,
.p-mainVisual:not(.-motion-no) .swiper-slide-prev .p-mainVisual__imgLayer {
  -webkit-animation: var(--mv_slide_animation) 8s linear 0s 1 normal both;
  animation: var(--mv_slide_animation) 8s linear 0s 1 normal both;
}

/********************
下層ページメインビジュアル
********************/
.p-mv {
  width: 100%;
  aspect-ratio: 375/149;
  position: relative;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv {
    aspect-ratio: 1440/267;
  }
}

.p-mv__img picture,
.p-mv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/149;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv__img picture,
  .p-mv__img img {
    aspect-ratio: 1440/267;
  }
}

.p-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--base-color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-mv__title h1 {
  font-size: calc(34 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: calc(5 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv__title h1 {
    font-size: calc(60 / 16 * 1rem);
    margin-bottom: calc(10 / 16 * 1rem);
  }
}

.p-mv__title._branch h1 {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: calc(5 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv__title._branch h1 {
    font-size: calc(40 / 16 * 1rem);
    margin-bottom: calc(15 / 16 * 1rem);
  }
}

.p-mv__title span {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv__title span {
    font-size: calc(20 / 16 * 1rem);
  }
}

.p-mv__title._branch span {
  font-size: calc(18 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv__title._branch span {
    font-size: calc(24 / 16 * 1rem);
  }
}

.p-mv__img._pc {
  display: none;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv__img._pc {
    display: block;
  }
}

.p-mv__img._sp {
  display: block;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-mv__img._sp {
    display: none;
  }
}

/********************
NEWS
********************/
.p-news {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(68 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-news {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(144 / 16 * 1rem);
  }
}

.p-news._branchPage {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-news._branchPage {
    padding-top: calc(114 / 16 * 1rem);
    padding-bottom: 0;
  }
}

.p-news__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-news__inner {
    max-width: calc(700 / 16 * 1rem);
  }
}

.p-news__head {
  text-align: center;
}

.p-news__body {
  margin-top: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-news__body {
    margin-top: calc(75 / 16 * 1rem);
  }
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: calc(15 / 16 * 1rem);
  padding-bottom: calc(15 / 16 * 1rem);
  border-bottom: 0.5px solid #AAAAAA;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-news__link {
    padding-top: calc(25 / 16 * 1rem);
    padding-bottom: calc(25 / 16 * 1rem);
  }
}

.p-news__itemHead {
  width: calc(85 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-news__itemHead {
    width: calc(95 / 16 * 1rem);
  }
}

.p-news__itemBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ページネーション */
.navigation.pagination {
  margin-top: 40px;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .navigation.pagination {
    margin-top: calc(60 / 16 * 1rem);
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(14 / 16 * 1rem);
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  color: var(--base-color-black) !important;
  background-color: transparent !important;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .page-numbers {
    font-size: calc(16 / 16 * 1rem);
  }
}

.prev.page-numbers {
  margin-right: calc(10 / 16 * 1rem);
  font-size: calc(11 / 16 * 1rem);
  color: var(--base-color-black) !important;
  opacity: 1;
}

.next.page-numbers {
  margin-left: calc(10 / 16 * 1rem);
  font-size: calc(11 / 16 * 1rem);
  color: var(--base-color-black) !important;
  opacity: 1;
}

.page-numbers.current {
  color: var(--base-color-black) !important;
  opacity: 1;
}

.p-news__button {
  text-align: center;
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-news__button {
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-news__button .c-button {
  color: var(--base-color-white);
  background-color: var(--base-color-blue);
}

.p-news__button._branchPage .c-button {
  color: var(--base-color-black);
  background-color: var(--base-color-white);
}

.p-news__button .c-button::after {
  border-bottom: 0.5px solid var(--base-color-white);
  border-right: 0.5px solid var(--base-color-white);
}

.p-news__button._branchPage .c-button::after {
  border-bottom: 0.5px solid var(--base-color-black);
  border-right: 0.5px solid var(--base-color-black);
}

/********************
noPost
********************/
.p-noPost {
  text-align: center;
  margin-top: calc(20 / 16 * 1rem);
}

/********************
Philosophy・Vision
********************/
.p-philosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-philosophy__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-philosophy__circle {
  width: max(250px, calc(270 / 16 * 1rem));
  height: max(250px, calc(270 / 16 * 1rem));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--base-color-white);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-philosophy__circle {
    width: calc(370 / 16 * 1rem);
    height: calc(370 / 16 * 1rem);
  }
}

.p-philosophy__circle._philosophy {
  background-color: rgba(33, 52, 86, .95);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-philosophy__circle._philosophy {
    margin-right: calc(-15 / 16 * 1rem);
    z-index: 1;
  }
}

.p-philosophy__circle._vision {
  background-color: rgba(119, 0, 0, .95);
  margin-top: calc(-30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-philosophy__circle._vision {
    margin-left: calc(-15 / 16 * 1rem);
    margin-top: 0;
  }
}

.p-philosophy__title {
  margin-bottom: calc(15 / 16 * 1rem);
}

.p-philosophy__sub-title {
  margin-bottom: calc(20 / 16 * 1rem);
}

.p-philosophy__text {
  font-family: var(--base-font-go);
  font-size: max(10px, calc(10 / 16 * 1rem));
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}

/********************
特徴
********************/
.p-point {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-point__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point__inner {
    max-width: calc(1210 / 16 * 1rem);
  }
}

.p-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(70 / 16 * 1rem);
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point__item._reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-point__item + .p-point__item {
  margin-top: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point__item + .p-point__item {
    margin-top: calc(120 / 16 * 1rem);
  }
}

.p-point__image-area {
  width: 100%;
  height: auto;
  aspect-ratio: 325/246;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point__image-area {
    width: calc(650 / 16 * 1rem);
    aspect-ratio: 650/492;
  }
}

.p-point__image-area picture,
.p-point__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-point__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-point__no {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: calc(10 / 16 * 1rem);
  display: block;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point__no {
    font-size: calc(18 / 16 * 1rem);
  }
}

.p-point__title {
  margin-bottom: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-point__title {
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

/********************
Privacy policy
********************/
.p-policy {
  width: 100%;
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(68 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
/*
  .p-policy {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(184 / 16 * 1rem);
  }
*/
}


.p-policy__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy__inner {
    max-width: calc(850 / 16 * 1rem);
  }
}

.p-policy__head {
  margin-top: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy__head {
    margin-top: calc(80 / 16 * 1rem);
  }
}

.p-policy__head-title {
  font-size: calc(16 / 16 * 1rem);
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy__head-title {
    font-size: calc(20 / 16 * 1rem);
  }
}

.p-policy__head-text {
  text-align: center;
  font-size: calc(13 / 16 * 1rem);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-top: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy__head-text {
    font-size: calc(18 / 16 * 1rem);
    margin-top: calc(20 / 16 * 1rem);
    line-height: 1.5;
  }
}

.p-policy__body {
  text-align: left;
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
/*
  .p-policy__body {
    margin-top: calc(124 / 16 * 1rem);
  }
*/
}

.p-policy__group + .p-policy__group {
  margin-top: calc(50 / 16 * 1rem);
}

.p-policy__title {
  margin-bottom: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy__title {
    margin-bottom: calc(25 / 16 * 1rem);
  }
}

.p-policy__text {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy__text {
    font-size: calc(20 / 16 * 1rem);
  }
}

.p-policy__list {
  list-style: disc;
  padding-left: 1.2em;
}

.p-policy__button {
  margin-top: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-policy__button {
    margin-top: calc(25 / 16 * 1rem);
  }
}

/********************
Staff プロフィール
********************/
.p-profile {
  padding-top: calc(40 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile {
    padding-top: calc(80 / 16 * 1rem);
    padding-bottom: calc(100 / 16 * 1rem);
  }
}

.p-profile__inner {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile__inner {
    max-width: calc(850 / 16 * 1rem);
  }
}

.p-profile__box {
  width: 100%;
  background-color: #F1F4F8;
  padding: calc(30 / 16 * 1rem) calc(33 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile__box {
    padding: calc(57 / 16 * 1rem) calc(100 / 16 * 1rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.p-profile__head {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: calc(15 / 16 * 1rem);
  border-bottom: 0.5px solid var(--base-color-black);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile__head {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 0.5px solid var(--base-color-black);
    width: calc(134 / 16 * 1rem);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-profile__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile__body {
    padding-left: calc(60 / 16 * 1rem);
  }
}

.p-profile__nameGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile__nameGroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-profile__name {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.p-profile__roma {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile__roma {
    padding-left: calc(15 / 16 * 1rem);
  }
}

.p-profile__position {
  margin-top: calc(14 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.p-profile__text {
  margin-top: calc(15 / 16 * 1rem);
  text-align: left;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-profile__text {
    margin-top: calc(26 / 16 * 1rem);
  }
}

/********************
promise
********************/
.p-promise {
  background-color: var(--base-color-navy);
  padding-top: calc(50 / 16 * 1rem);
  padding-bottom: calc(50 / 16 * 1rem);
  color: var(--base-color-white);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-promise {
    padding-top: calc(120 / 16 * 1rem);
    padding-bottom: calc(120 / 16 * 1rem);
  }
}

.p-promise__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-promise__inner {
    padding-left: calc(70 / 1440 * 100vw);
    padding-right: calc(70 / 1440 * 100vw);
  }
}

.p-promise .c-sectionTitle::after {
  background-color: var(--base-color-white);
}

.p-promise__body {
  margin-top: calc(65 / 16 * 1rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-promise__body {
    margin-top: calc(103 / 16 * 1rem);
    grid-template-columns: repeat(3, 1fr);
    gap: calc(50 / 16 * 1rem);
  }
}

.p-promise__image {
  width: 100%;
  aspect-ratio: 325/203;
  margin-bottom: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-promise__image {
    aspect-ratio: 400/250;
    margin-bottom: calc(30 / 16 * 1rem);
  }
}

.p-promise__image picture,
.p-promise__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-promise__num {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-promise__num {
    font-size: calc(18 / 16 * 1rem);
  }
}

.p-promise__title {
  margin-top: calc(5 / 16 * 1rem);
}

.p-promise__text {
  margin-top: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-promise__text {
    margin-top: calc(30 / 16 * 1rem);
  }
}

/********************
物件詳細　コンセプト
********************/
.p-property-concept {
  padding-bottom: calc(68 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept {
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-property-concept__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept__inner {
    max-width: calc(1060 / 16 * 1rem);
  }
}

.p-property-concept__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(70 / 16 * 1rem);
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept__item._reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-property-concept__item + .p-property-concept__item {
  margin-top: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept__item + .p-property-concept__item {
    margin-top: calc(70 / 16 * 1rem);
  }
}

.p-property-concept__image-area {
  width: 100%;
  height: auto;
  aspect-ratio: 325/246;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept__image-area {
    width: calc(505 / 16 * 1rem);
    aspect-ratio: 505/379;
  }
}

.p-property-concept__image-area picture,
.p-property-concept__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-property-concept__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-property-concept__no {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: calc(10 / 16 * 1rem);
  display: block;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept__no {
    font-size: calc(18 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
  }
}

.p-property-concept__title {
  margin-bottom: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-concept__title {
    margin-bottom: calc(20 / 16 * 1rem);
  }
}

/********************
支店ページ 物件一覧
********************/
.p-property-list {
  padding-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-list {
    padding-top: calc(116 / 16 * 1rem);
  }
}

.p-property-list__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-list__inner {
    max-width: calc(1300 / 16 * 1rem);
  }
}

.p-property-list__heading {
  text-align: center;
}

.p-property-list__body {
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-list__body {
    margin-top: calc(63 / 16 * 1rem);
  }
}

.p-property-list__body + .p-property-list__body {
  margin-top: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-list__body + .p-property-list__body {
    margin-top: calc(80 / 16 * 1rem);
  }
}

.p-property-list__title {
  text-align: center;
  margin-bottom: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-list__title {
    margin-bottom: calc(30 / 16 * 1rem);
  }
}

.p-property-list__more {
  text-align: center;
  margin-top: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-list__more {
    margin-top: calc(50 / 16 * 1rem);
  }
}

/********************
物件情報　詳細
********************/
.p-property {
  padding-top: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property {
    padding-top: calc(103 / 16 * 1rem);
  }
}

.p-property-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-mv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(40 / 16 * 1rem);
  }
}

.p-property-mv__txt {
  width: 100%;
  padding: 0 25px;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-mv__txt {
    padding: 0;
    padding-left: calc(170 / 1440 * 100vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-property-mv__cat {
  display: inline-block;
  color: var(--base-color-white);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  background-color: var(--base-color-blue);
  padding: calc(6 / 16 * 1rem) calc(10 / 16 * 1rem);
  margin-bottom: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-mv__cat {
    font-size: calc(16 / 16 * 1rem);
    padding: calc(8 / 16 * 1rem) calc(10 / 16 * 1rem);
    margin-bottom: calc(30 / 16 * 1rem);
  }
}

.p-property-mv__img {
  position: relative;
  width: 100%;
  aspect-ratio: 375/338;
  overflow: hidden;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-mv__img {
    width: calc(697 / 1440 * 100vw);
    aspect-ratio: 697/628;
  }
}

.p-property-mv__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-property-info {
  padding-top: calc(40 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info {
    padding-top: calc(119 / 16 * 1rem);
    padding-bottom: calc(171 / 16 * 1rem);
  }
}

.p-property-info__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__inner {
    max-width: calc(850 / 16 * 1rem);
  }
}

.p-property-info__main {
  width: 100%;
  color: var(--base-color-white);
  background-color: var(--base-color-navy);
  padding: calc(40 / 16 * 1rem) calc(22 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__main {
    padding: calc(70 / 16 * 1rem) calc(100 / 16 * 1rem);
  }
}

.p-property-info__title {
  display: inline-block;
  text-align: center;
  border-bottom: 0.5px solid var(--base-color-white);
  padding: 0 calc(44 / 16 * 1rem) calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__title {
    display: block;
    padding: 0 0 calc(30 / 16 * 1rem);
  }
}

.p-property-info__price {
  font-size: calc(14 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__price {
    margin-top: calc(30 / 16 * 1rem);
  }
}

.p-property-info__price .price {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-property-info__price .tani {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: calc(5 / 16 * 1rem);
  display: inline-block;
  margin-left: calc(3 / 16 * 1rem);
}

.p-property-info__text {
  margin-top: calc(20 / 16 * 1rem);
  text-align: left;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__text {
    margin-top: calc(40 / 16 * 1rem);
    max-width: calc(400 / 16 * 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-property-info__remark {
  border: 0.5px solid var(--base-color-white);
  padding: calc(3 / 16 * 1rem) calc(10 / 16 * 1rem);
  text-align: left;
  margin-top: calc(20 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__remark {
    max-width: calc(400 / 16 * 1rem);
  }
}

.p-property-info__table {
  margin-top: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__table {
    margin-top: calc(40 / 16 * 1rem);
    padding-left: calc(20 / 16 * 1rem);
    padding-right: calc(20 / 16 * 1rem);
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__table .c-table__col-head {
    width: calc(150 / 16 * 1rem);
  }
}

.p-property-info__table .c-table__row:first-child .c-table__col-head,
.p-property-info__table .c-table__row:first-child .c-table__col-body {
  border-top: none;
}

.p-property-info__button {
  margin-top: calc(20 / 16 * 1rem);
  color: var(--base-color-black);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-property-info__button {
    margin-top: calc(40 / 16 * 1rem);
  }
}

/********************
採用情報
********************/
.p-recruitInfo {
  padding-top: calc(40 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo {
    padding-top: calc(74 / 16 * 1rem);
    padding-bottom: calc(100 / 16 * 1rem);
  }
}

.p-recruitInfo__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo__inner {
    max-width: calc(1000 / 16 * 1rem);
  }
}

.p-recruitInfo__head {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo__head {
    font-size: calc(20 / 16 * 1rem);
  }
}

.p-recruitInfo__tab {
  margin-top: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo__tab {
    margin-top: calc(40 / 16 * 1rem);
  }
}

.p-recruitInfo__type {
  display: block;
  text-align: center;
  margin-bottom: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo__type {
    margin-bottom: calc(30 / 16 * 1rem);
  }
}

.p-recruitInfo__group + .p-recruitInfo__group {
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo__group + .p-recruitInfo__group {
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-recruitInfo__heading {
  text-align: center;
  border-bottom: 0.5px solid var(--base-color-black);
  padding-bottom: calc(10 / 16 * 1rem);
  margin-bottom: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo__heading {
    margin-bottom: calc(30 / 16 * 1rem);
  }
}

.p-recruitInfo__table .c-table__col-head {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-recruitInfo__table .c-table__row:first-child .c-table__col-head,
.p-recruitInfo__table .c-table__row:first-child .c-table__col-body {
  border-top: none;
}

.p-recruitInfo__accent {
  margin-bottom: calc(14 / 16 * 1rem);
}

.p-recruitInfo__button {
  margin-top: calc(20 / 16 * 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitInfo__button {
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-recruitInfo__button .c-button {
  color: var(--base-color-white);
  background-color: var(--base-color-blue);
}

.p-recruitInfo__button .c-button::after {
  border-bottom: 0.5px solid var(--base-color-white);
  border-right: 0.5px solid var(--base-color-white);
}

.p-recruitInfo__table .c-table__row:last-child .c-table__col-head,
.p-recruitInfo__table .c-table__row:last-child .c-table__col-body {
  border-bottom: none;
}

/********************
採用したい人物像
********************/
.p-recruitProfile {
  width: 100%;
  padding-top: calc(30 / 16 * 1rem);
  padding-bottom: calc(30 / 16 * 1rem);
  background-color: #F1F4F8;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitProfile {
    padding-top: calc(50 / 16 * 1rem);
    padding-bottom: calc(50 / 16 * 1rem);
  }
}

.p-recruitProfile__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitProfile__inner {
    max-width: calc(490 / 16 * 1rem);
  }
}

.p-recruitProfile__list {
  margin-top: calc(20 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitProfile__list {
    margin-top: calc(30 / 16 * 1rem);
  }
}

.p-recruitProfile__item {
  position: relative;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: 0.5px solid #AAAAAA;
  padding: calc(12 / 16 * 1rem) calc(20 / 16 * 1rem);
  padding-left: calc(52 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitProfile__item {
    padding: calc(15 / 16 * 1rem) calc(20 / 16 * 1rem);
    padding-left: calc(56 / 16 * 1rem);
  }
}

.p-recruitProfile__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(20 / 16 * 1rem);
  display: inline-block;
  width: calc(19 / 16 * 1rem);
  height: calc(17 / 16 * 1rem);
  background: url(../images/common/checkIcon.svg) no-repeat center/contain;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitProfile__item::before {
    width: calc(23 / 16 * 1rem);
    height: calc(22 / 16 * 1rem);
  }
}

/********************
TOP Recruit
********************/
.p-recruitTop {
  position: relative;
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop {
    padding-top: calc(160 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-recruitTop::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(725 / 1440 * 100vw);
  height: 143%;
  background-color: var(--base-color-lgrey);
  z-index: -1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop::after {
    display: block;
  }
}

.p-recruitTop__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__inner {
    padding-left: calc(87 / 1440 * 100vw);
    padding-right: 0;
    max-width: none;
    max-width: initial;
  }
}

.p-recruitTop__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-recruitTop__text-group {
  color: var(--base-color-white);
  background-color: rgba(33, 52, 86, .95);
  padding: calc(30 / 16 * 1rem) calc(22 / 16 * 1rem);
  z-index: 1;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__text-group {
    padding: calc(65 / 1440 * 100vw) calc(97 / 1440 * 100vw);
    margin-top: calc(141 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
    height: calc(500 / 1440 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-recruitTop__text-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__text-body {
    gap: calc(0 / 16 * 1rem);
  }
}

.p-recruitTop__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruitTop__text-area .c-sectionTitle {
  font-size: calc(35 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__text-area .c-sectionTitle {
    font-size: calc(70 / 16 * 1rem);
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-recruitTop__text-area .c-sectionTitle span {
  margin-top: calc(2 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__text-area .c-sectionTitle span {
    margin-top: calc(7 / 16 * 1rem);
  }
}

.p-recruitTop__text-area .c-sectionTitle::after {
  background-color: var(--base-color-white);
  bottom: calc(-15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__text-area .c-sectionTitle::after {
    bottom: calc(-30 / 16 * 1rem);
  }
}

.p-recruitTop__description {
  margin-top: calc(30 / 16 * 1rem);
  font-size: calc(13 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__description {
    font-size: calc(24 / 16 * 1rem);
    ine-height: 1.7;
    letter-spacing: 0.03em;
    margin-top: calc(60 / 16 * 1rem);
    padding-right: calc(30 / 1440 * 100vw);
  }
}

.p-recruitTop__image-area {
  width: calc(123 / 16 * 1rem);
  height: calc(141 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__image-area {
    display: none;
  }
}

.p-recruitTop__image-area picture,
.p-recruitTop__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruitTop__button {
  margin-top: calc(25 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__button {
    margin-top: calc(35 / 16 * 1rem);
    text-align: left;
  }
}

.p-recruitTop__button .c-button {
  color: var(--base-color-black);
}

.p-recruitTop__image-group {
  display: none;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-recruitTop__image-group {
    display: block;
    width: calc(958 / 1440 * 100vw);
    height: calc(562 / 1440 * 100vw);
    margin-left: calc(-100 / 1440 * 100vw);
  }
}

.p-recruitTop__image-group picture,
.p-recruitTop__image-group img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/********************
事業紹介ページ　リード
********************/
.p-serviceDetail {
  padding-top: calc(40 / 16 * 1rem);
  padding-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceDetail {
    padding-top: calc(80 / 16 * 1rem);
    padding-bottom: calc(80 / 16 * 1rem);
  }
}

.p-serviceDetail__description {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceDetail__description {
    font-size: calc(20 / 16 * 1rem);
    text-align: center;
  }
}

/********************
事業紹介ページ　サービス
********************/
.p-serviceList {
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceList {
    margin-bottom: calc(160 / 16 * 1rem);
  }
}

.p-serviceItem {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.p-serviceItem + .p-serviceItem {
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem + .p-serviceItem {
    margin-top: calc(120 / 16 * 1rem);
  }
}

.p-serviceItem__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    max-width: initial;
  }
}

.p-serviceItem__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__contents._reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}

.p-serviceItem__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__text-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: calc(160 / 1440 * 100vw);
    padding-right: calc(79 / 1440 * 100vw);
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__contents._reverse .p-serviceItem__text-area {
    padding-left: calc(76 / 1440 * 100vw);
    padding-right: calc(160 / 1440 * 100vw);
  }
}

.p-serviceItem__heading {
  position: relative;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--base-color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-serviceItem__heading span {
  font-size: calc(30 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  display: inline-block;
  margin-left: calc(15 / 16 * 1rem);
}

.p-serviceItem__heading::after {
  content: "";
  position: absolute;
  width: calc(64 / 16 * 1rem);
  height: 1px;
  background-color: var(--base-color-black);
  bottom: calc(-15 / 16 * 1rem);
  left: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__heading::after {
    bottom: calc(-20 / 16 * 1rem);
  }
}

.p-serviceItem__main-text {
  margin-top: calc(30 / 16 * 1rem);
  margin-bottom: calc(30 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__main-text {
    margin-top: calc(40 / 16 * 1rem);
    margin-bottom: calc(40 / 16 * 1rem);
  }
}

.p-serviceItem__image-area {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceItem__image-area {
    width: calc(750 / 1440 * 100vw);
    aspect-ratio: 750/600;
  }
}

.p-serviceItem__image-area picture,
.p-serviceItem__image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/********************
TOP サービス
********************/
.p-serviceTop {
  padding-bottom: 0;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop {
    padding-bottom: calc(89 / 16 * 1rem);
  }
}

.p-serviceTop__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: calc(60 / 16 * 1rem);
  }
}

.p-serviceTop__subTitle {
  margin-top: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop__subTitle {
    margin-top: 0;
    width: calc(484 / 16 * 1rem);
  }
}

.p-serviceTop__body {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: calc(15 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop__body {
    grid-template-columns: repeat(2, 1fr);
    row-gap: calc(20 / 16 * 1rem);
    -webkit-column-gap: calc(24 / 16 * 1rem);
       -moz-column-gap: calc(24 / 16 * 1rem);
            column-gap: calc(24 / 16 * 1rem);
  }
}

.p-serviceTop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-serviceTop__image {
  width: calc(90 / 16 * 1rem);
  height: calc(90 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop__image {
    width: calc(138 / 16 * 1rem);
    height: calc(138 / 16 * 1rem);
  }
}

.p-serviceTop__image img,
.p-serviceTop__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-serviceTop__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: var(--base-color-lgrey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: calc(20 / 16 * 1rem);
  text-align: left;
}

.p-serviceTop__title {
  color: #303030;
  margin-bottom: calc(7 / 16 * 1rem);
}

.p-serviceTop__title br {
  display: block;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop__title br {
    display: none;
  }
}

.p-serviceTop__text {
  font-size: max(10px, calc(10 / 16 * 1rem));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--base-color-black);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop__text {
    font-size: max(10px, calc(12 / 16 * 1rem));
    letter-spacing: 0.07em;
  }
}

.p-serviceTop__button {
  margin-top: calc(40 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-serviceTop__button {
    margin-top: calc(60 / 16 * 1rem);
  }
}

/********************
NEWS 詳細
********************/
.p-single {
  padding-top: calc(45 / 16 * 1rem);
  padding-bottom: calc(68 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-single {
    padding-top: calc(162 / 16 * 1rem);
    padding-bottom: calc(137 / 16 * 1rem);
  }
}

.p-single__inner {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-single__inner {
    max-width: calc(626 / 16 * 1rem);
  }
}

.p-single__date {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.p-single__title {
  font-size: calc(28 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: calc(10 / 16 * 1rem);
}

.p-single__content {
  margin-top: calc(43 / 16 * 1rem);
}

.p-single .nav-links {
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-single .nav-links {
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-single .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-single .post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.p-single .post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.p-single__prev,
.p-single__next {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: max(10px, calc(12 / 16 * 1rem));
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-single__prev {
  margin-left: calc(16 / 16 * 1rem);
  color: var(--base-color-black);
  position: relative;
  display: inline-block;
}

.p-single__prev::before,
.p-single__prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(-18 / 16 * 1rem);
  width: calc(7 / 16 * 1rem);
  height: 1px;
  background-color: var(--base-color-black);
  -webkit-transform-origin: 0.5px 50%;
          transform-origin: 0.5px 50%;
}

.p-single__prev::before {
  -webkit-transform: rotate(27.5deg);
          transform: rotate(27.5deg);
}

.p-single__prev::after {
  -webkit-transform: rotate(-27.5deg);
          transform: rotate(-27.5deg);
}

.p-single__next {
  margin-right: calc(20 / 16 * 1rem);
  color: var(--base-color-black);
  position: relative;
  display: inline-block;
}

.p-single__next::before,
.p-single__next::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(-18 / 16 * 1rem);
  width: calc(7 / 16 * 1rem);
  height: 1px;
  background-color: var(--base-color-black);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}

.p-single__next::before {
  -webkit-transform: rotate(27.5deg);
          transform: rotate(27.5deg);
}

.p-single__next::after {
  -webkit-transform: rotate(-27.5deg);
          transform: rotate(-27.5deg);
}

/********************
物件詳細　スライダー
********************/
.p-slider {
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-slider {
    padding-bottom: calc(150 / 16 * 1rem);
  }
}

.p-slider__inner {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-slider__inner {
    max-width: calc(1150 / 16 * 1rem);
  }
}

.p-slider__list {
  position: relative;
}

.p-slider__list .swiper-slide {
  width: 100%;
  aspect-ratio: 300/161;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-slider__list .swiper-slide {
    aspect-ratio: 1100/593;
  }
}

.p-slider__list picture,
.p-slider__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-slider__list .swiper-pagination-slider {
  position: relative;
  bottom: 0;
  text-align: center;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-slider__list .swiper-pagination-slider {
    bottom: calc(-10 / 16 * 1rem);
  }
}

.p-slider__list .swiper-pagination-slider span {
  width: calc(29 / 16 * 1rem);
  height: 2px;
  background-color: var(--base-color-black);
  border-radius: 0;
}

.p-slider__list .swiper-button-prev,
.p-slider__list .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.5px solid var(--base-color-black);
  color: var(--base-color-black);
  background-color: var(--base-color-white);
  padding: 13px;
  margin-top: 0;
}

.p-slider__list .swiper-button-prev {
  left: -20px;
  right: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-slider__list .swiper-button-prev {
    right: auto;
    left: -45px;
  }
}

.p-slider__list .swiper-button-next {
  right: -20px;
  left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-slider__list .swiper-button-next {
    right: -45px;
    left: auto;
  }
}

.p-slider__list .swiper-button-prev:after {
  border-bottom: 0.5px solid;
  border-left: 0.5px solid;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
          transform: rotate(45deg) skew(-10deg, -10deg);
  position: absolute;
  left: 15px;
}

.p-slider__list .swiper-button-next:after {
  border-top: 0.5px solid;
  border-right: 0.5px solid;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
          transform: rotate(45deg) skew(-10deg, -10deg);
  position: absolute;
  right: 15px;
}

/********************
SPメニュー
********************/
.p-spMenu__body {
  padding: 0 !important;
}

.p-spMenu__inner {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out !important;
  transition: opacity 0.3s ease-out !important;
}

.p-spMenu__inner::before {
  background-color: var(--base-color-lgrey);
}

/* メニュー（オープン時） */
[data-spmenu=opened] .p-spMenu__inner {
  opacity: 1;
}

/* メニューをフェードイン */
.p-spMenu__body {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

[data-spmenu=opened] .p-spMenu__body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1s ease-in, -webkit-transform 0.7s ease-out;
  transition: opacity 1s ease-in, -webkit-transform 0.7s ease-out;
  transition: opacity 1s ease-in, transform 0.7s ease-out;
  transition: opacity 1s ease-in, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

.-right .p-spMenu__closeBtn {
  right: 0;
  top: 0;
  width: calc(50 / 16 * 1rem);
  height: calc(50 / 16 * 1rem);
}

/* メニューhover off */
.c-gnav > li:hover > a::after, .c-gnav > .-current > a::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.p-spMenu {
  display: block !important;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-spMenu {
    display: none !important;
  }
}

/********************
Staff一覧
********************/
.p-staff {
  position: relative;
  padding-top: calc(45 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff {
    padding-top: calc(78 / 16 * 1rem);
    padding-bottom: calc(160 / 16 * 1rem);
  }
}

.p-staff__inner {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff__inner {
    max-width: calc(1150 / 16 * 1rem);
  }
}

.p-staff__description {
  font-size: max(10px, calc(12 / 16 * 1rem));
  text-align: center;
  margin-top: calc(50 / 16 * 1rem);
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff__description {
    margin-top: calc(80 / 16 * 1rem);
    font-size: calc(20 / 16 * 1rem);
  }
}

.p-staff__description br {
  display: block;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff__description br {
    display: none;
  }
}

.p-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 16 * 1rem);
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: calc(80 / 16 * 1rem);
       -moz-column-gap: calc(80 / 16 * 1rem);
            column-gap: calc(80 / 16 * 1rem);
    row-gap: calc(60 / 16 * 1rem);
  }
}

.p-staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(25 / 16 * 1rem);
  width: 100%;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - calc(80 / 16 * 1rem) * 2) / 3);
  }
}

.p-staff__image {
  width: calc(134 / 16 * 1rem);
  height: calc(181 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff__image {
    width: 100%;
    height: auto;
    aspect-ratio: 314/425;
  }
}

.p-staff__image picture,
.p-staff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-staff__name {
  margin-top: calc(5 / 16 * 1rem);
}

.p-staff__yaku {
  margin-top: calc(10 / 16 * 1rem);
}

.p-staff__yaku span {
  display: inline-block;
  margin-left: calc(5 / 16 * 1rem);
}

.p-staff__button {
  text-align: center;
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staff__button {
    margin-top: calc(60 / 16 * 1rem);
  }
}

/********************
TOP Staff
********************/
.p-staffTop {
  position: relative;
  padding: 0;
}

.p-staffTop__description {
  text-align: center;
  margin-top: calc(50 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staffTop__description {
    margin-top: calc(80 / 16 * 1rem);
  }
}

.p-staffTop__description br {
  display: block;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staffTop__description br {
    display: none;
  }
}

.p-staffTop__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(20 / 16 * 1rem);
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staffTop__list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(79 / 1440 * 100vw);
    margin-top: calc(60 / 16 * 1rem);
  }
}

.p-staffTop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(25 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staffTop__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-staffTop__image {
  width: calc(134 / 16 * 1rem);
  height: calc(181 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staffTop__image {
    width: 100%;
    height: auto;
    aspect-ratio: 314/425;
  }
}

.p-staffTop__image picture,
.p-staffTop__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staffTop__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-staffTop__name {
  margin-top: calc(5 / 16 * 1rem);
}

.p-staffTop__yaku {
  margin-top: calc(10 / 16 * 1rem);
}

.p-staffTop__button {
  text-align: center;
  margin-top: calc(40 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-staffTop__button {
    margin-top: calc(60 / 16 * 1rem);
  }
}

/********************
thanksページ
********************/
.p-thanks {
  width: 100%;
  text-align: center;
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(68 / 16 * 1rem);
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-thanks {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(184 / 16 * 1rem);
  }
}

.p-thanks__text {
  margin-top: calc(75 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .p-thanks__text {
    margin-top: calc(80 / 16 * 1rem);
    font-size: calc(20 / 16 * 1rem);
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .u-desktop {
    display: block;
  }
}

/********************
フォント
********************/
.u-font-cg {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-font-notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.go_12_txt {
  font-family: var(--base-font-go);
  font-size: max(10px, calc(12 / 16 * 1rem));
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.go_14 {
  font-family: var(--base-font-go);
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .go_14 {
    font-size: calc(14 / 16 * 1rem);
  }
}

.min_12 {
  font-family: var(--base-font-main);
  font-size: max(10px, calc(12 / 16 * 1rem));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.min_14 {
  font-family: var(--base-font-main);
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_14 {
    font-size: calc(14 / 16 * 1rem);
  }
}

.min_16 {
  font-family: var(--base-font-main);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_16 {
    font-size: calc(16 / 16 * 1rem);
  }
}

.min_18 {
  font-family: var(--base-font-main);
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_18 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.min_18_2 {
  font-family: var(--base-font-main);
  font-size: calc(12 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_18_2 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.min_18_3 {
  font-family: var(--base-font-main);
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_18_3 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.min_20 {
  font-family: var(--base-font-main);
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_20 {
    font-size: calc(20 / 16 * 1rem);
  }
}

.min_24 {
  font-family: var(--base-font-main);
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_24 {
    font-size: calc(24 / 16 * 1rem);
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.min_24_2 {
  font-family: var(--base-font-main);
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_24_2 {
    font-size: calc(24 / 16 * 1rem);
    ine-height: 1.7;
    letter-spacing: 0.03em;
  }
}

.min_32 {
  font-family: var(--base-font-main);
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_32 {
    font-size: calc(32 / 16 * 1rem);
  }
}

.min_32_2 {
  font-family: var(--base-font-main);
  font-size: calc(24 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_32_2 {
    font-size: calc(32 / 16 * 1rem);
  }
}

.min_36 {
  font-family: var(--base-font-main);
  font-size: calc(24 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .min_36 {
    font-size: calc(36 / 16 * 1rem);
  }
}

.en_40 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: calc(32 / 16 * 1rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-aspect-ratio: 1 / 1) {
  .en_40 {
    font-size: calc(40 / 16 * 1rem);
  }
}

@media screen and (min-aspect-ratio: 1 / 1) {
  .u-mobile {
    display: none;
  }
}

.u-br-sp {
  display: block; /* line break が有効になる */
}

@media screen and (min-aspect-ratio: 1 / 1) {
.u-br-sp {
  display: none;
}
}

/********************
フォントウェイト
********************/
.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}
/*# sourceMappingURL=styles.css.map */
