@charset "UTF-8";
/* Box sizing rules */
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

​ address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

​ ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

​ abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

​ input,
textarea,
select {
  font-size: 16px;
}

​ textarea {
  resize: vertical;
  display: block;
}

​ button {
  padding: 0;
  cursor: pointer;
}

​ legend {
  color: #000;
}

​ main {
  display: block;
}

​ a,
a:-webkit-any-link {
  text-decoration: none;
  color: inherit;
}

​ img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

​ svg {
  display: block;
}

​ {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-size-adjust: none;
  color: #231815;
}

body:has(.js-modal.is-show) {
  overflow: hidden;
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.5 !important;
  transition: 0.3s !important;
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .l-main {
    margin-top: 50px;
  }
}
.l-main--index {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .l-main--index {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main--index {
    margin-top: 50px;
  }
}

.l-container {
  max-width: 930px;
  padding: 0 15px;
  margin-inline: auto;
  width: 100%;
}

.l-container--lg {
  max-width: 1230px;
  padding: 0 15px;
  margin-inline: auto;
  width: 100%;
}

.c-loading {
  width: 100vw;
  height: 100vh;
  background-color: #000d2a;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.c-loading img {
  width: 64px;
  margin: 0 auto;
}

.c-contacts__list {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .c-contacts__list {
    display: block;
  }
}

.c-contacts__item {
  list-style-type: none;
}
@media (max-width: 1000px) {
  .c-contacts__item {
    width: 100%;
    margin: 10px 0;
  }
  .c-contacts__item:not(:first-child) {
    margin: 40px 0 10px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .c-contacts__item:not(:first-child) {
    margin: 24px 0 10px;
  }
}

.c-contacts__item--lg {
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .c-contacts__item--lg {
    width: 100%;
  }
}

.c-contacts__item--sm {
  width: 253px;
}
@media (max-width: 1000px) {
  .c-contacts__item--sm {
    width: 100%;
  }
}

.c-contacts__button {
  text-align: center;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  height: 60px;
  font-weight: 600;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .c-contacts__button {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .c-contacts__button {
    font-size: 18px;
  }
}
.c-contacts__button:hover {
  transition: 0.5s;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-contacts__button:hover {
    opacity: 1;
  }
}

.c-contacts__text {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  display: block;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  .c-contacts__text {
    font-size: 16px;
  }
}

.c-contacts__doc {
  background-color: #632d31;
}

.c-contacts__book {
  background-color: #84714c;
}

.c-contacts__modelroom {
  background-color: #1b2b5b;
}

.c-fadeAnime {
  /* 下から */
}
.c-fadeAnime__up {
  opacity: 0;
}
.c-fadeAnime__upExec {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-fadeAnime {
  /* 上から */
}
.c-fadeAnime__down {
  opacity: 0;
}
.c-fadeAnime__downExec {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-fadeAnime {
  /* 左から */
}
.c-fadeAnime__left {
  opacity: 0;
}
.c-fadeAnime__leftExec {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-fadeAnime {
  /* 右から */
}
.c-fadeAnime__right {
  opacity: 0;
}
.c-fadeAnime__rightExec {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.c-table {
  width: 100%;
  border-top: solid 1px #000;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .c-table {
    display: block;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-table tbody,
  .c-table tr {
    display: block;
  }
}
.c-table th {
  text-align: left;
  border-bottom: solid 1px #000;
  padding: 10px 0;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 2em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-table th {
    display: block;
    border-bottom: none;
    padding: 10px 0 0;
    width: 100%;
  }
}
.c-table td {
  border-bottom: solid 1px #000;
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-table td {
    display: block;
    width: 100%;
  }
}
.c-table dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-table dl {
    display: block;
    margin-top: 5px;
  }
}

.c-nav-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 90vw;
  height: 90vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
  z-index: 99999;
  background: #fff;
  max-width: 1400px;
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
  overflow: scroll;
}

.c-nav-modal__container {
  padding: 140px 0 200px;
}
@media screen and (max-width: 960px) {
  .c-nav-modal__container {
    padding: 120px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal__container {
    padding: 100px 0 140px;
  }
}
@media screen and (max-width: 500px) {
  .c-nav-modal__container {
    padding: 80px 0 120px;
  }
}

.c-nav-modal__inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}

.c-nav-modal-logo__imgBox {
  max-width: 154px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-logo__imgBox {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal-logo__imgBox {
    max-width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .c-nav-modal-logo__imgBox {
    max-width: 80px;
  }
}

.c-nav-modal__title {
  font-size: 40px;
  text-align: center;
  margin-top: 110px;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .c-nav-modal__title {
    font-size: 36px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-modal__title {
    font-size: 32px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal__title {
    font-size: 28px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .c-nav-modal__title {
    font-size: 20px;
    margin-top: 40px;
  }
}

.c-nav-modal-map__imgBox {
  width: 100%;
  margin-top: 80px;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-map__imgBox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal-map__imgBox {
    margin-top: 60px;
  }
}

.c-nav-modal-place {
  border-bottom: 1px solid #231815;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
}

.c-nav-modal__lead {
  font-size: 29px;
  background: #861b2d;
  color: #fff;
  height: 76px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width: 960px) {
  .c-nav-modal__lead {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .c-nav-modal__lead {
    font-size: 18px;
  }
}

.c-nav-modal-contact__textBox {
  margin-top: 100px;
  color: #000;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-contact__textBox {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal-contact__textBox {
    margin-top: 60px;
  }
}

.c-nav-modal-contact__text,
.c-nav-modal-contact__link,
.c-nav-modal-contact__text02 {
  text-align: center;
}

.c-nav-modal-contact__text {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-contact__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-modal-contact__text {
    font-size: 18px;
  }
}

.c-nav-modal-contact__link {
  font-size: 80px;
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-contact__link {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal-contact__link {
    font-size: 40px;
  }
}
.c-nav-modal-contact__link span {
  font-size: 60px;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-contact__link span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal-contact__link span {
    font-size: 24px;
  }
}

.c-nav-modal-contact__text02 {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-contact__text02 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-nav-modal-contact__text02 {
    font-size: 14px;
  }
}

.c-nav-modal-action__btnWrapper {
  margin-top: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .c-nav-modal-action__btnWrapper {
    flex-direction: column;
  }
}

.c-nav-modal-action__btn {
  font-size: 25px;
  border: 1.5px solid #555132;
  color: #000;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .c-nav-modal-action__btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-modal-action__btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .c-nav-modal-action__btn {
    font-size: 18px;
  }
}
.c-nav-modal-action__btn:hover {
  background: #000;
  color: #fff;
  transition: 0.2s;
}

.c-nav-modal-action__btn--print {
  gap: 8px;
}

.c-nav-modal-action__btn--print img {
  width: 24px;
}

.print-off {
  display: none;
}

/*プリント用CSS*/
@media print {
  .area {
    width: 100%;
  }
  .print-btn,
  .print-all,
  .c-nav-modal-action__btn--close {
    display: none;
  }
  .print-page {
    transform: scale(0.5);
  }
}
.c-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 24px;
  padding: 14px 0;
  max-width: 340px;
  width: 100%;
}
.c-btn1.c-btn1--reserve {
  background: #84714c;
}
.c-btn1.c-btn1--claim {
  background: #632d31;
}

.c-btn2 {
  display: flex;
  width: 100%;
  margin-inline: auto;
  max-width: 310px;
  aspect-ratio: 310/68;
  flex-shrink: 0;
}

.c-btn__text {
  font-size: 24px;
  text-align: center;
}

.c-btn__arrow {
  display: flex;
  margin-inline: auto;
  width: 30px;
  height: 20px;
  margin-top: 12px;
}

.c-title--jp {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .c-title--jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-title--jp {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .c-title--jp {
    font-size: 20px;
  }
}

.c-title--enMincho02 {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 24px;
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .c-title--enMincho02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .c-title--enMincho02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title--enMincho02 {
    font-size: 18px;
  }
}

.c-title--enMincho {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 28px;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .c-title--enMincho {
    font-size: 24px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .c-title--enMincho {
    font-size: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-title--enMincho {
    font-size: 18px;
    padding-bottom: 30px;
  }
}

.c-title--en {
  font-family: "Roboto", serif;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .c-title--en {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .c-title--en {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title--en {
    font-size: 18px;
  }
}

.c-fv {
  position: relative;
  height: auto;
  padding-bottom: 70px;
}

/* 背景 */
.c-fv__bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1400/700;
}
.c-fv__bg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-fv__bg img {
    object-fit: cover;
    height: 400px;
  }
}

/* 予告広告 */
.c-fv__Yokoku {
  position: absolute;
  top: 100px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1200px) {
  .c-fv__Yokoku {
    top: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .c-fv__Yokoku {
    right: 25px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .c-fv__Yokoku {
    position: static;
    width: 100%;
    padding: 10px;
  }
}
.c-fv__Yokoku p {
  font-size: 12px;
}
.c-fv__Yokoku.c-fv__Yokoku--white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-fv__Yokoku.c-fv__Yokoku--white {
    color: #000;
  }
}
.c-fv__Yokoku.c-fv__Yokoku--white .c-fv__YokokuText {
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .c-fv__Yokoku.c-fv__Yokoku--white .c-fv__YokokuText {
    border: solid 1px #000;
  }
}

.c-fv__YokokuText {
  font-size: 23px;
  border: solid 1px #000;
  text-align: center;
  padding: 2px 6px;
}
@media screen and (max-width: 500px) {
  .c-fv__YokokuText {
    font-size: 16px;
  }
}

/* 注釈 */
.c-fv__annotation {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 10px;
  padding: 0 20px;
  text-align: right;
}

/* ロゴ */
.c-fv__logo {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 210px;
  aspect-ratio: 210/300;
  width: 15%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .c-fv__logo {
    top: 50px;
  }
}
.c-fv__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-fv__logo {
    width: 40%;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
  }
}

/*  */
.c-fv__wave {
  position: absolute;
  bottom: 0;
  aspect-ratio: 1400/215;
  width: 100%;
}

.c-card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .c-card_list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-card_list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .c-card_list {
    gap: 20px 10px;
    flex-direction: column;
  }
}

.c-card_list.c-card_list--col2 .c-card_item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 960px) {
  .c-card_list.c-card_list--col2 .c-card_item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .c-card_list.c-card_list--col2 .c-card_item {
    width: 100%;
  }
}

.c-card_list.c-card_list--col3 .c-card_item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 960px) {
  .c-card_list.c-card_list--col3 .c-card_item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .c-card_list.c-card_list--col3 .c-card_item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .c-card_list.c-card_list--col3 .c-card_item {
    width: 100%;
  }
}

.c-card_imgBox {
  width: 100%;
  height: auto;
}

.c-card_head {
  font-size: 18px;
  text-align: center;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dcdddd;
}
.c-card_head.c-card_head--large-margin {
  margin-top: 30px;
}
.c-card_head.c-card_head--medium-margin {
  margin-top: 24px;
}
.c-card_head.c-card_head--small-margin {
  margin-top: 20px;
}
.c-card_head.c-card_head--xs-margin {
  margin-top: 10px;
}
.c-card_head.c-card_head--with-border {
  background: transparent;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}

.c-card_desc {
  font-size: 14px;
  text-align: justify;
  line-height: 1.75;
}
.c-card_desc.c-card_desc--large-margin {
  margin-top: 30px;
}
.c-card_desc.c-card_desc--medium-margin {
  margin-top: 20px;
}
.c-card_desc.c-card_desc--small-margin {
  margin-top: 16px;
}
.c-card_desc.c-card_desc--xs-margin {
  margin-top: 8px;
}

.c-card_descAnnotation {
  display: block;
  font-size: 10px;
}

.c-desc {
  font-size: 14px;
  text-align: center;
  line-height: 2.2222222222;
  margin-top: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .c-desc {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .c-desc {
    margin-top: 24px;
    font-size: 12px;
  }
}

.c-specs__Title {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  background: url(./../img/sanitary/background_premium.webp) no-repeat center/cover;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 30px;
}
@media screen and (max-width: 1280px) {
  .c-specs__Title {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .c-specs__Title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-specs__Title {
    font-size: 20px;
  }
}

.c-specs__outer {
  border: 1px solid #3b5e94;
}

.c-annotation__text {
  font-size: 10px;
  margin-top: 4px;
}

.c-annotation__text--right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .c-annotation__text--right {
    text-align: left;
  }
}

.c-annotation__text--right02 {
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .c-annotation__text--right02 {
    text-align: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.c-tab__List {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .c-tab__List {
    gap: 10px;
  }
}

.c-tab__Item {
  max-width: 90px;
  width: 100%;
  aspect-ratio: 1/1;
}

.c-tab__link {
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.c-tab__link .c-tab__linkType {
  font-size: 18px;
}
.c-tab__link .c-tab__linkType span {
  font-size: 26px;
  display: inline-block;
  margin-top: -4px;
}
.c-tab__link .c-tab__linkLine {
  font-size: 10px;
  line-height: 1;
}
.c-tab__link .c-tab__linkPlan {
  font-size: 17px;
}

.c-tab__link.is-active {
  background: #000;
  color: #fff;
}

.c-tab02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .c-tab02__list {
    gap: 20px 32px;
  }
}

.c-tab02__item {
  max-width: 210px;
  width: 100%;
  height: 45px;
}

.c-tab02__link {
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-tab02__link.is-active {
  background: #000;
  color: #fff;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}
.p-header__spHeader {
  display: none;
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 50px;
  padding: 7px 5px;
}
@media (max-width: 1200px) {
  .p-header__spHeader {
    display: flex;
    justify-content: space-between;
  }
}
.p-header__spHeaderLogo {
  height: 100%;
}
.p-header__spHeaderLogo img {
  width: auto;
  height: 100%;
}
.p-header__spHeaderBtnArea {
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  position: relative;
  width: 40px;
  height: 40px;
}
.p-header__spHeaderBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.p-header__spHeaderBtn span {
  position: absolute;
  display: block;
  top: 20px;
  right: 12px;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.p-header__spHeaderBtn span::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.p-header__spHeaderBtn span::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.p-header__spHeaderBtn--open span {
  background-color: #fff;
  height: 0;
}
.p-header__spHeaderBtn--open span::after {
  bottom: -1px;
  left: 0;
  width: 25px;
  transform: rotate(-135deg);
}
.p-header__spHeaderBtn--open span::before {
  top: -1px;
  left: 0;
  transform: rotate(135deg);
}

.p-footer {
  margin-top: 94px;
}
@media screen and (max-width: 768px) {
  .p-footer {
    margin-top: 60px;
  }
}
.p-footer {
  /* ナビゲーション */
}
.p-footer__nav nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav nav ul {
    border-top: solid 1px #ccc;
  }
}
.p-footer__nav nav ul li {
  list-style-type: none;
  text-align: center;
  cursor: pointer;
  margin: 0 15px;
}
.p-footer__nav nav ul li:has(.no-page) {
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .p-footer__nav nav ul li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 960px) {
  .p-footer__nav nav ul li {
    margin: 5px 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav nav ul li {
    width: 50%;
    margin: 0;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav nav ul li:nth-child(even) {
    border-right: none;
  }
}
.p-footer__nav nav ul li a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  color: #b5b5b6;
  transition: 0.5s;
}
.p-footer__nav nav ul li a:hover {
  color: #000;
  transition: 0.5s;
}
.p-footer__navJa {
  font-size: 13px;
}
.p-footer__navEn {
  font-size: 11px;
}
.p-footer__navNolink a {
  opacity: 0.2 !important;
  cursor: text;
}
.p-footer__navNolink a:hover {
  opacity: 0.2 !important;
}
.p-footer__navActive a {
  color: #000 !important;
  opacity: 1 !important;
}
.p-footer__navActive a:hover {
  opacity: 1 !important;
}
.p-footer {
  /* 会社情報 */
}
.p-footer__company {
  padding: 60px 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__company {
    padding: 40px 15px;
  }
}
.p-footer__company h1 {
  font-size: 13px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-footer__company h1 {
    text-align: center;
  }
}
.p-footer__companyWrapper {
  display: inline-block;
}
.p-footer__companySet {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__companySet {
    display: block;
  }
}
.p-footer__companySet figure {
  width: 213px;
  margin-right: 13px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .p-footer__companySet figure {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-footer__companyText {
  font-size: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-footer__companyText {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-footer__companyAddr {
  text-align: center;
  font-size: 10px;
}

.p-nav {
  width: 100%;
}
@media (max-width: 1200px) {
  .p-nav {
    position: absolute;
    width: 100%;
    top: 50px;
    height: calc(100vh - 50px);
    display: none;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.p-nav nav {
  display: flex;
}
@media (max-width: 1200px) {
  .p-nav nav {
    padding: 0 10px;
    display: block;
  }
}
.p-nav nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .p-nav nav ul {
    display: block;
    height: auto;
  }
}
.p-nav nav ul li {
  list-style-type: none;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin: 0 15px;
}
.p-nav nav ul li:has(.no-page) {
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .p-nav nav ul li {
    margin: 0 6px;
  }
}
@media (max-width: 1200px) {
  .p-nav nav ul li {
    text-align: left;
    border-top: 1px solid #d2d2d2;
    margin: 0;
  }
}
.p-nav nav ul li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transform: scale(0, 1);
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .p-nav nav ul li::after {
    display: none;
  }
}
.p-nav nav ul li:hover::after {
  transform: scale(1, 1);
}
.p-nav nav ul li a {
  transition: 0.3s;
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .p-nav nav ul li a {
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
  }
}
@media (max-width: 1200px) {
  .p-nav nav ul li a p {
    display: inline;
  }
}
.p-nav nav ul li a p.ja {
  font-size: 13px;
}
.p-nav nav ul li a p.en {
  font-size: 10px;
}
.p-nav__contact {
  min-width: 250px;
  max-height: 80px;
  display: grid;
  grid-template: "a c" auto "b c" auto/150px 100px;
}
@media (max-width: 1200px) {
  .p-nav__contact {
    display: inherit;
    min-width: auto;
    max-width: none;
    max-height: none;
  }
}
.p-nav .p-nav__contactBtn:nth-child(1) {
  grid-area: 1/1/3/3;
}
.p-nav .p-nav__contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .p-nav .p-nav__contactBtn {
    color: #fff;
    height: inherit;
    border-top: 1px solid #d2d2d2;
    padding: 10px 15px;
    font-size: 13px;
    justify-content: start;
  }
}
.p-nav__contactRequest {
  background: #632d31;
}
@media (max-width: 1200px) {
  .p-nav__contactRequest {
    background: transparent;
  }
}
.p-nav__contactReserve {
  background: #84714c;
}
@media (max-width: 1200px) {
  .p-nav__contactReserve {
    background: transparent;
  }
}
.p-nav__contactModel {
  background: #06275e;
}
@media (max-width: 1200px) {
  .p-nav__contactModel {
    background: transparent;
  }
}
.p-nav__contactModel button {
  width: 100%;
  padding-inline: 0;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .p-nav__contactModel button {
    text-align-last: left;
  }
}
.p-nav__ja {
  font-size: 13px;
}
.p-nav__en {
  font-size: 10px;
}
.p-nav__active a {
  opacity: 1 !important;
  cursor: text;
}
.p-nav__nolink::after {
  display: none !important;
}
.p-nav__nolink a {
  opacity: 0.2 !important;
  cursor: text;
}

.p-cta__contact--gray {
  background: #efefef;
}
.p-cta__contact--topline .p-inquiry__contact {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: none;
  border-top: 1px solid #231815;
}

.p-inquiry .p-inquiry__head {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.p-inquiry__contact {
  text-align: center;
  padding-bottom: 74px;
  margin-inline: auto;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .p-inquiry__contact {
    padding-bottom: 50px;
  }
}
.p-inquiry__tel {
  font-size: 55px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__tel {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .p-inquiry__tel {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.p-inquiry__tel img {
  height: 30px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__tel img {
    height: 20px;
  }
}
.p-inquiry__tel a {
  text-decoration: none;
  color: #000;
}
.p-inquiry__tel span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__tel span {
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .p-inquiry__tel span {
    font-size: 26px;
  }
}
.p-inquiry__time {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__time {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 375px) {
  .p-inquiry__time {
    margin-bottom: 16px;
  }
}
.p-inquiry__container {
  padding: 80px 15px 0;
}
@media screen and (max-width: 768px) {
  .p-inquiry__container {
    padding: 60px 15px 0;
  }
}
.p-inquiry__memberWrap {
  max-width: 850px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberWrap {
    max-width: none;
    padding: 0;
    margin: initial;
  }
}
.p-inquiry__memberWrap:hover {
  opacity: 0.5;
  cursor: pointer;
}
.p-inquiry__memberSet {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberSet {
    display: block;
  }
}
.p-inquiry__memberText {
  margin-right: 6px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberText {
    margin-right: 0;
  }
}
.p-inquiry__memberTextMain {
  font-size: 46px;
}
@media (max-width: 1000px) {
  .p-inquiry__memberTextMain {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberTextMain {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .p-inquiry__memberTextMain {
    font-size: 28px;
  }
}
.p-inquiry__memberTextMain span {
  font-size: 51px;
}
@media (max-width: 1000px) {
  .p-inquiry__memberTextMain span {
    font-size: 40px;
  }
}
@media (max-width: 420px) {
  .p-inquiry__memberTextMain span {
    font-size: 30px;
  }
}
.p-inquiry__memberTextSub {
  font-size: 21px;
  margin-left: 18px;
}
@media (max-width: 1000px) {
  .p-inquiry__memberTextSub {
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberTextSub {
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-inquiry__memberTextFree {
  background-color: #231815;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  width: 113px;
  height: 113px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.1;
  padding-bottom: 5px;
}
@media (max-width: 1000px) {
  .p-inquiry__memberTextFree {
    font-size: 14px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberTextFree {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}
.p-inquiry__memberTextFree strong {
  font-size: 32px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 1000px) {
  .p-inquiry__memberTextFree strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberTextFree strong {
    font-size: 24px;
  }
}
.p-inquiry__memberMsg {
  text-align: left;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgb(168, 178, 194) 0%, #efefef 100%);
}
@media (max-width: 1000px) {
  .p-inquiry__memberMsg {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberMsg {
    font-size: 15px;
  }
}
.p-inquiry__memberMsg strong {
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  padding: 5px 15px;
}
@media (max-width: 1000px) {
  .p-inquiry__memberMsg strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberMsg strong {
    padding: 5px 10px;
    display: block;
  }
}
.p-inquiry__memberYokoku {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .p-inquiry__memberYokoku {
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .p-inquiry__memberYokoku {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.p-inquiry__memberYokoku h2 {
  font-size: 15px;
  font-weight: 500;
  border: solid 1px #000;
  padding: 4px 0;
  margin-right: 11px;
  width: 5.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-inquiry__memberYokoku p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-inquiry__memberYokoku p {
    width: calc(100% - 5.5em);
  }
}

.p-fv {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 375px) {
  .p-fv {
    height: 500px;
  }
}
.p-fv {
  /* 画像出し分け */
}
.p-fv.p-fv--location {
  background-image: url(../img/location/location-fv.jpg);
}
.p-fv.p-fv--design {
  background-image: url(../img/design/design-fv.jpg);
}
.p-fv.p-fv--modelroom {
  background-image: url(../img/modelroom/modelroom-fv.jpg);
}
.p-fv.p-fv--roomplan {
  background-image: url(../img/roomplan/roomplan-fv.webp);
}
.p-fv.p-fv--iot {
  background-image: url(../img/iot/iot-fv.jpg);
}
.p-fv.p-fv--ecology {
  background-image: url(../img/ecology/ecology-fv.jpg);
}
.p-fv.p-fv--structure {
  background-image: url(../img/structure/structure-fv.webp);
}
.p-fv.p-fv--kitchen {
  background-image: url(../img/kitchen/kitchen-fv.webp);
}
.p-fv.p-fv--sanitary {
  background-image: url(../img/sanitary/sanitary-fv.webp);
}
.p-fv.p-fv--security {
  background-image: url(../img/security/security-fv.webp);
}
.p-fv.p-fv--result {
  background-image: url(../img/result/result-fv.webp);
}

/* 注釈 */
.p-fv__text {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
}
.p-fv__text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-fv__textBr {
  display: none;
}
@media (max-width: 1240px) {
  .p-fv__textBr {
    display: block;
  }
}

/* ロゴ */
.p-fv__logo {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 168px;
  height: 175px;
  padding: 10px;
  z-index: 10;
}
.p-fv__logo--subtitle {
  height: auto;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .p-fv__logo {
    width: 118px;
    height: 125px;
  }
}
.p-fv__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
}
@media (max-width: 1200px) {
  .p-fv__logo {
    top: 50px;
  }
}
.p-fv__logo p {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 5;
}
.p-fv__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 5;
}

/* ページ名 */
.p-fv__headingLv1 {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: absolute;
  left: 26px;
  bottom: 16px;
  width: 147px;
}
@media (max-width: 375px) {
  .p-fv__headingLv1 {
    left: 15px;
  }
}
.p-fv__headingLv1 {
  /* デザインページのレイアウト */
}
@media (max-width: 600px) {
  .p-fv__headingLv1.is-design {
    bottom: initial;
    left: initial;
    top: 97px;
    right: 30px;
  }
}
@media (max-width: 375px) {
  .p-fv__headingLv1.is-design {
    top: 70px;
    right: 15px;
    width: 127px;
  }
}
.p-fv__headingLv1 {
  /* IoTページ */
}
.p-fv__headingLv1.is-iot {
  width: 48px;
  height: 35px;
}
.p-fv__headingLv1 {
  /* ECOLOGY & ECONOMYページ */
}
.p-fv__headingLv1.is-ecology {
  width: 331px;
  height: 36px;
}
@media (max-width: 375px) {
  .p-fv__headingLv1.is-ecology {
    width: 270px;
    height: 24px;
  }
}
.p-fv__headingLv1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* history */
.p-fv02__ImageWrap {
  margin-top: 60px;
  aspect-ratio: 2/1;
  position: relative;
}
@media (max-width: 375px) {
  .p-fv02__ImageWrap {
    margin-top: 40px;
  }
}

.p-fv02__ImageNote {
  position: absolute;
  bottom: 5px;
  right: 7px;
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
  font-weight: 400;
}

.p-fv02__Title {
  text-align: center;
  font-size: 32px;
  line-height: 1.9;
  padding: 0 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-fv02__Title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .p-fv02__Title {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .p-fv02__Title {
    font-size: 16px;
  }
}

.p-fv02__Text {
  margin-top: 68px;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  padding: 0 16px;
}
@media (max-width: 375px) {
  .p-fv02__Text {
    margin-top: 48px;
  }
}

.p-fv02__Text-annotation--right {
  max-width: 1130px;
  padding: 0 15px;
  text-align: right;
  margin: 10px auto 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .p-fv02__Text-annotation--right {
    text-align: center;
  }
}

.p-equipment__contents {
  padding: 140px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-equipment__contents {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-equipment__contents {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__contents {
    padding: 80px 0 60px;
  }
}

.p-equipment__tabList02 {
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .p-equipment__tabList02 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-equipment__tabList02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__tabList02 {
    margin-top: 60px;
  }
}

.p-equipment__secTop {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .p-equipment__secTop {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__secTop {
    margin-top: 60px;
  }
}

.p-equipment__title {
  font-size: 27px;
  background: #454f70;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.7407407407;
}
@media screen and (max-width: 960px) {
  .p-equipment__title {
    font-size: 24px;
    width: 100%;
    margin-left: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-equipment__title {
    font-size: 16px;
  }
}
.p-equipment__title.has-icon::after {
  content: "";
  position: absolute;
  background: url(../img/security/security-sec02-icon.webp) no-repeat center/cover;
  display: block;
  width: 128px;
  height: 94px;
  right: 30px;
}
@media screen and (max-width: 1280px) {
  .p-equipment__title.has-icon::after {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__title.has-icon::after {
    width: 100px;
    height: 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-equipment__title.has-icon::after {
    width: 60px;
    height: 50px;
  }
}

.p-equipment__title.p-equipment__title--large {
  padding: 20px 0;
  min-height: 160px;
}
@media screen and (max-width: 960px) {
  .p-equipment__title.p-equipment__title--large {
    min-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__title.p-equipment__title--large {
    min-height: 80px;
  }
}

.p-equipment__title.p-equipment__title--medium {
  padding: 16px 0;
  min-height: 110px;
}
@media screen and (max-width: 960px) {
  .p-equipment__title.p-equipment__title--medium {
    min-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__title.p-equipment__title--medium {
    min-height: 60px;
  }
}

.p-equipment__title.p-equipment__title--small {
  padding: 8px 0;
  min-height: 50px;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .p-equipment__title.p-equipment__title--small {
    min-height: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipment__title.p-equipment__title--small {
    min-height: 60px;
    font-size: 16px;
  }
}

/* ページ下注釈 */
.p-equipment__annotation {
  font-size: 10px;
  margin-top: 50px;
  max-width: 930px;
  padding: 0 15px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-equipment__annotation {
    margin-top: 30px;
  }
}

/* 製品リスト カード */
.p-equipment__cardsImgWrap {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .p-equipment__cardsImgWrap {
    height: auto;
  }
}

.p-equipment__cardsImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.p-equipment__productsBody {
  margin-top: 21px;
}
@media screen and (max-width: 1280px) {
  .p-equipment__productsBody {
    margin-top: 16px;
    padding: 0 0 8px;
  }
}

.p-equipment__cardsName {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #231815;
  color: #fff;
  font-size: 17px;
  line-height: 1.1994117647;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-equipment__cardsName {
    font-size: 15px;
  }
}

.p-equipment__productsText {
  height: 110px;
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  .p-equipment__productsText {
    height: auto;
  }
}

/* OPTION */
.p-equipmentOption__inner {
  max-width: 916px;
  margin: 0 auto;
  padding-bottom: 60px;
  border: 3px solid #c9caca;
}
@media screen and (max-width: 960px) {
  .p-equipmentOption__inner {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipmentOption__inner {
    padding-bottom: 15px;
  }
}

.p-equipmentOption__titleBlock {
  padding: 30px 40px;
  border-bottom: 3px solid #c9caca;
}
@media screen and (max-width: 960px) {
  .p-equipmentOption__titleBlock {
    padding: 26px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipmentOption__titleBlock {
    padding: 18px 20px;
  }
}

.p-equipmentOption__title {
  margin: 0 auto;
  font-size: 27px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  margin: 0 -0.5em;
}
@media screen and (max-width: 768px) {
  .p-equipmentOption__title {
    font-size: 24px;
    flex-direction: column;
    gap: 14px;
  }
}
@media screen and (max-width: 375px) {
  .p-equipmentOption__title {
    font-size: 20px;
  }
}

.p-equipmentOption__contents {
  margin: 54px auto 0;
  padding: 0 54px;
}
@media screen and (max-width: 960px) {
  .p-equipmentOption__contents {
    margin: 40px auto 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-equipmentOption__contents {
    margin: 30px auto 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-equipmentOption__contents {
    margin: 20px auto 0;
    padding: 0 20px;
  }
}

.p-roomplan__head {
  text-align: center;
  color: #fff;
  background: #3b5e94;
  position: relative;
  line-height: 1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-roomplan__head {
    font-size: 18px;
  }
}
.p-roomplan__head .p-roomplan__head--large {
  font-size: 32px;
  line-height: 1.40625;
  margin-top: -4px;
  display: inline-block;
}
.p-roomplan__head .p-roomplan__head--medium {
  font-size: 22px;
}
.p-roomplan__head .p-roomplan__head--small {
  font-size: 17px;
}

.p-roomplan__head.is-active {
  background: #fff;
  color: #000;
  border: 0.3px solid #000;
}
.p-roomplan__head.is-active::after {
  background: #000;
}

.p-annotation__text {
  font-size: 10px;
  margin-top: 4px;
  text-align: left;
}

.p-annotation__text--right {
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-annotation__text--right {
    text-align: left;
  }
}

.p-annotation__text--right02 {
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .p-annotation__text--right02 {
    text-align: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

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

.p-cta__text {
  font-size: 24px;
  text-align: center;
}

.p-cta__arrow {
  display: flex;
  margin-inline: auto;
  width: 30px;
  height: 20px;
  margin-top: 12px;
}

.p-cta__btn1 {
  margin-top: 28px;
}

.p-cta__btn2 {
  margin-top: 20px;
}

.p-title__topSection {
  display: block;
}

.p-title__topSection--en {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 340/90;
  max-width: 340px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .p-title__topSection--en {
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .p-title__topSection--en {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-title__topSection--en {
    max-width: 200px;
  }
}

.p-title__topSection--jp {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background: #9fa0a0;
  letter-spacing: 0.15em;
  margin-top: 14px;
}
@media screen and (max-width: 1280px) {
  .p-title__topSection--jp {
    font-size: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-title__topSection--jp {
    font-size: 18px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-title__topSection--jp {
    font-size: 16px;
    height: 30px;
  }
}

.p-title__topSub {
  font-size: 28px;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .p-title__topSub {
    font-size: 24px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-title__topSub {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-title__topSub {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
  }
}

.p-lead__topSection {
  font-size: 17px;
  margin-top: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 1280px) {
  .p-lead__topSection {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-lead__topSection {
    font-size: 14px;
  }
}

.p-section {
  padding: 90px 0 120px;
  background: url(./../img/common/background_paper-short.webp) no-repeat top/cover;
}
@media screen and (max-width: 768px) {
  .p-section {
    padding: 80px 0 100px;
  }
}

.p-hero__imgWrap {
  margin-top: 50px;
  position: relative;
  height: auto;
}
@media screen and (max-width: 500px) {
  .p-hero__imgWrap {
    margin-top: 40px;
  }
}
.p-hero__imgWrap.p-hero__imgWrap--margin0 {
  margin-top: 0;
}
.p-hero__imgWrap.p-hero__imgWrap--small {
  max-width: 600px;
  width: 63.3333333333%;
  padding: 0 15px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-hero__imgWrap.p-hero__imgWrap--small {
    width: 70%;
  }
}
.p-hero__imgWrap.p-hero__imgWrap--medium {
  max-width: 930px;
  padding: 0 15px;
  margin-inline: auto;
}
.p-hero__imgWrap.p-hero__imgWrap--large {
  max-width: 1130px;
  padding: 0 15px;
  margin-inline: auto;
}
.p-hero__imgWrap.p-hero__imgWrap--xl {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-hero__imgWrap.p-hero__imgWrap--xl {
    padding: 0 15px;
  }
}
@media screen and (max-width: 500px) {
  .p-hero__imgWrap.p-hero__imgWrap--xl {
    margin-top: 40px;
  }
}

.p-hero__annotation {
  font-size: 10px;
  padding: 0 15px;
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .p-hero__annotation {
    text-align: left;
  }
}
.p-hero__annotation.p-hero__annotation--colorBlack {
  color: #000;
}

.p-hero__imgWrap.p-hero__imgWrap--medium .p-hero__annotation {
  right: 30px;
}

.p-20thCampaign {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  padding: 24px;
}
.p-20thCampaign__content {
  position: relative; /* 子要素の絶対配置（バツ印）に必要 */
  max-width: 760px;
  width: min(90vw, 700px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.p-20thCampaign__content figure {
  margin: 0;
  padding: 0;
}
.p-20thCampaign__content figure a:hover {
  opacity: 1 !important;
}
.p-20thCampaign__content figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-20thCampaign__close {
  position: absolute;
  right: -15px;
  top: -15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: #FFF;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid #000;
  backdrop-filter: blur(2px);
  transition: background 0.2s ease, transform 0.1s ease;
  user-select: none;
  z-index: 10000;
}
.p-20thCampaign__close:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
}
.p-20thCampaign__close:active {
  transform: scale(0.97);
}
.p-20thCampaign__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* --- オーバーレイ制御用チェックボックス --- */
/* 初期状態は checked（=表示） */
#promo-toggle {
  /* 画面に見せない */
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#promo-toggle:checked ~ .p-20thCampaign {
  display: flex;
}

.u-br {
  /*
    PCのみ
    */
}
.u-br__pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__pc {
    display: inline;
  }
}
.u-br {
  /*
    タブレット・スマホ
    */
}
.u-br__tb {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__tb {
    display: inline;
  }
}
.u-br {
  /*
    スマホ
    */
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br__sp {
    display: inline;
  }
}
.u-br__nosp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br__nosp {
    display: none;
  }
}
.u-br {
  /*
    500px以下
    */
}
.u-br__sm {
  display: none;
}
@media screen and (max-width: 500px) {
  .u-br__sm {
    display: inline;
  }
}
.u-br__nosm {
  display: inline;
}
@media screen and (max-width: 500px) {
  .u-br__nosm {
    display: none;
  }
}

.u-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.u-img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}

.page-index__wrapper {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .page-index__wrapper {
    margin-top: 50px;
  }
}
.page-index__opAnimation {
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  --bg-opacity: 1;
}
.page-index__opAnimation::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/top/op-animation-bg.webp) no-repeat center center/cover, #002646;
  opacity: var(--bg-opacity);
}
.page-index__opAnimation dl {
  width: 70%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-index__opAnimation dl dt,
.page-index__opAnimation dl dd {
  transition: mask-position 2s linear;
  mask-size: 0% 100%;
  opacity: 0;
  mask-position: right 100% top 0%;
  mask-repeat: no-repeat;
  mask-image: linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255), transparent);
}
.page-index__opAnimation dl dt {
  max-width: 650px;
}
.page-index__opAnimation dl dd::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3px;
  background: #fff;
  margin-bottom: 20px;
}
.page-index {
  /* 最上部動画 */
}
.page-index__hero-movie {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-index__hero-movie {
    aspect-ratio: 4/7;
  }
}
.page-index__hero-movie-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  width: 100%;
}
.page-index__hero-movie-item.is-finished {
  opacity: 0;
}
.page-index__hero-movie-item--01 {
  clip-path: inset(0 0 0% 0);
}
.page-index__hero-movie-item--02 {
  clip-path: inset(0 40% 0 0);
}
@media screen and (max-width: 768px) {
  .page-index__hero-movie-item--02 {
    clip-path: inset(0 0% 0 0);
  }
}
.page-index__hero-movie-item--03 {
  clip-path: inset(50% 0 0 0);
}
@media screen and (max-width: 768px) {
  .page-index__hero-movie-item--03 {
    clip-path: inset(60% 0 0 0);
  }
}
.page-index__hero-movie-item:last-child {
  z-index: 1;
}
.page-index__movieAnnotation {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-index__movieAnnotation {
    right: inherit;
    left: 0;
  }
}
.page-index__infoInfoCtaInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .page-index__infoInfoCtaInner {
    flex-direction: column;
    gap: 20px;
  }
}
.page-index__infoImgCaption {
  font-size: 10px;
  color: #231815;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  letter-spacing: -0.025rem;
}
@media screen and (max-width: 768px) {
  .page-index__infoImgCaption {
    position: static;
    color: #000;
    text-align-last: left;
  }
}
.page-index__infoHeadLv2 {
  font-size: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-index__infoHeadLv2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .page-index__infoHeadLv2 {
    font-size: 20px;
  }
}
.page-index__infoDesc {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2;
  letter-spacing: -0.025em;
}
.page-index__contents {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .page-index__contents {
    padding: 60px 0 50px;
  }
}
.page-index__contents-title {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page-index__contents-title {
    font-size: 36px;
  }
}
.page-index__contents-subtitle {
  font-size: 18px;
}
.page-index__contents-lead {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .page-index__contents-lead {
    font-size: 30px;
  }
}
.page-index__contents-lead .contents-middle {
  font-size: 55px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-index__contents-lead .contents-middle {
    font-size: 42px;
  }
}
.page-index__contents-lead .contents-large {
  font-size: 65px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-index__contents-lead .contents-large {
    font-size: 46px;
  }
}
.page-index__contents-lead .contents-red {
  color: #a30d23;
}
.page-index__contents-lead__contents-img {
  margin: 0 auto;
  display: block;
  width: 70%;
  max-width: 750px;
  aspect-ratio: 7.5/5;
}
.page-index__contents-explain dt {
  font-size: 45px;
  padding: 10px 0 18px;
  line-height: 1.25em;
}
.page-index__contents-explain dt span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-index__contents-explain dt {
    font-size: 38px;
  }
}
.page-index__contents-explain dd {
  margin-bottom: 6px;
}
.page-index__contents-explain dd span {
  display: inline-block;
}
.page-index__feature-list-wrap {
  background: url(../img/top/top-pic02.webp) no-repeat center center/100% 100%;
  padding: 60px 10px;
}
.page-index__feature-list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.page-index__feature-item {
  color: #fff;
  width: 100%;
  text-align: center;
}
.page-index__feature-item::after {
  background: radial-gradient(circle, #fff 2px, transparent 2px) 0 0/12px 12px repeat;
  background-size: 10px 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
}
.page-index__feature-item:last-child::after {
  display: none;
}
.page-index__feature-item .item-middle {
  font-size: 24px;
}
.page-index__feature-item .item-large {
  font-size: 30px;
}
.page-index__value-wrap {
  position: relative;
}
.page-index__value-text {
  position: absolute;
  width: 80%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.page-index__value-text p {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-index__value-text p {
    font-size: 18px;
  }
}
.page-index__value-text p span {
  display: inline-block;
}
.page-index__cta {
  width: 100%;
}
.page-index__cta-info {
  max-width: 250px;
  margin: 0 auto 30px;
}
.page-index__cta-contents {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 0 30px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-index__cta-contents {
    padding: 40px 0 30px;
  }
}
.page-index__cta-contents .item-red {
  color: #a30d23;
}
.page-index__cta-contents .item-middle {
  font-size: 40px;
}
.page-index__cta-contents .item-large {
  font-size: 45px;
}
.page-index__contentsList {
  list-style: none;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 110px;
  width: 100%;
}
@media (max-width: 1240px) {
  .page-index__contentsList {
    max-width: 900px;
  }
}
@media screen and (max-width: 960px) {
  .page-index__contentsList {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .page-index__contentsList {
    margin-top: 40px;
  }
}
.page-index__contentsItem {
  list-style: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-index__contentsItem {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-index__contentImgWrap {
  width: 82%;
  aspect-ratio: 2/1;
}
@media (max-width: 1240px) {
  .page-index__contentImgWrap {
    width: 100%;
  }
}
.page-index__contentImgWrap .page-index__contentNoticeWrap {
  max-width: 63%;
}
@media (max-width: 1240px) {
  .page-index__contentImgWrap .page-index__contentNoticeWrap {
    max-width: 100%;
  }
}
.page-index__contentImgWrap.page-index__contentImgWrap--right {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1240px) {
  .page-index__contentImgWrap.page-index__contentImgWrap--right {
    text-align: left;
  }
}
.page-index__contentImgWrap.page-index__contentImgWrap--left {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
.page-index__contentImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.page-index__contentTextImgWrap {
  position: absolute;
  width: 457px;
  height: 299px;
}
@media screen and (max-width: 960px) {
  .page-index__contentTextImgWrap {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-index__contentTextImgWrap {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }
}
@media (max-width: 600px) {
  .page-index__contentTextImgWrap {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .page-index__contentTextImgWrap {
    width: 100%;
  }
}
.page-index__contentTextImgWrap.page-index__contentTextImgWrap--first, .page-index__contentTextImgWrap.page-index__contentTextImgWrap--third {
  right: 10%;
  bottom: -80px;
}
@media (max-width: 1240px) {
  .page-index__contentTextImgWrap.page-index__contentTextImgWrap--first, .page-index__contentTextImgWrap.page-index__contentTextImgWrap--third {
    right: 15px;
    top: 15px;
    bottom: unset;
  }
}
.page-index__contentTextImgWrap.page-index__contentTextImgWrap--second {
  left: 10%;
  bottom: -80px;
}
@media (max-width: 1240px) {
  .page-index__contentTextImgWrap.page-index__contentTextImgWrap--second {
    left: 15px;
    top: 15px;
    bottom: unset;
  }
}
.page-index__contentTextImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-index__contentNoticeWrap {
  margin-top: 8px;
}
.page-index__contentNoticeWrap.page-index__contentNoticeWrap--right {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.page-index__contentNotice {
  font-size: 10px;
}
.page-index {
  /* gallery */
}
.page-index__pictures {
  margin: 186px auto 142px;
  max-width: 932px;
  padding: 0 16px;
}
@media screen and (max-width: 960px) {
  .page-index__pictures {
    margin: 120px auto 120px;
  }
}
@media screen and (max-width: 768px) {
  .page-index__pictures {
    margin: 64px auto 64px;
  }
}
.page-index__pictureWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media screen and (max-width: 960px) {
  .page-index__pictureWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-index__pictureWrap {
    grid-template-columns: 1fr;
  }
}
.page-index__pictureItem {
  height: 297px;
}
.page-index__pictureItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index__pictureItem--nolink {
  pointer-events: none;
}
.page-index__pictureItem--nolink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  mix-blend-mode: multiply;
}
.page-index__pictureLink {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: opacity 0.3s;
}
.page-index__pictureLink:hover {
  opacity: 0.8;
}
.page-index__picture {
  margin: 0;
  width: 100%;
  height: 100%;
}
.page-index__pictureText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  max-width: 145px;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 22px;
  line-height: 1em;
}
.page-index__pictureTextSpan {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.page-index {
  /* 地図 */
}
.page-index__map {
  max-width: 932px;
  padding: 0 16px;
  margin: 0 auto 86px;
}
@media screen and (max-width: 768px) {
  .page-index__map {
    margin: 0 auto 40px;
  }
}
.page-index__map h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.page-index__map h2 span {
  display: inline-block;
}
.page-index__mapWrap {
  margin: 0;
}
.page-index__mapImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.page-index__model-room {
  max-width: 932px;
  width: fit-content;
  padding: 0 16px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .page-index__model-room {
    margin: 0 auto 40px;
  }
}
.page-index__model-room-text {
  text-align: center;
  margin-bottom: 60px;
}
.page-index__model-room-name {
  font-size: 38px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 768px) {
  .page-index__model-room-name {
    font-size: 21px;
  }
}
.page-index__model-room-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}
.page-index__model-room-lead span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .page-index__model-room-lead {
    flex-direction: column;
    font-size: 38px;
  }
  .page-index__model-room-lead span {
    font-size: 20px;
  }
}
.page-index__model-room-title {
  font-size: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-index__model-room-title span {
  font-size: 24px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .page-index__model-room-title {
    font-size: 50px;
  }
  .page-index__model-room-title span {
    font-size: 20px;
  }
}
.page-index__model-room-address {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .page-index__model-room-address {
    font-size: 24px;
  }
}
.page-index__model-room-map {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page-outline {
  background: #efefef;
}
.page-outline__wrapper {
  max-width: 1130px;
  margin: 0 auto;
  padding: 80px 15px 150px;
}
@media screen and (max-width: 960px) {
  .page-outline__wrapper {
    padding: 60px 15px 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-outline__wrapper {
    padding: 40px 15px 80px;
  }
}
.page-outline h1 {
  max-width: 180px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .page-outline h1 {
    margin: 0 auto 40px;
  }
}
.page-outline h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 0 80px;
  font-size: 20px;
  font-weight: bold;
}
.page-outline h2 span {
  font-size: 16px;
}
.page-outline table {
  margin: 0 auto 60px;
  max-width: 807px;
  padding: 80px 15px;
}
@media screen and (max-width: 960px) {
  .page-outline table {
    padding: 60px 15px 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-outline table {
    padding: 40px 15px 80px;
  }
}
.page-outline .page-outline__table {
  background: #fff;
  width: 100%;
  padding: 40px 0 100px;
}

.page-postmail {
  padding: 10px;
  font-family: "gothic, serif";
}
.page-postmail input[type=text]::placeholder,
.page-postmail textarea::placeholder {
  color: #CCC;
}
.page-postmail__logo {
  width: 80px;
  margin: 15px 0;
}
.page-postmail__logo--complete {
  width: 150px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .page-postmail__logo {
    margin: 15px auto;
  }
}
.page-postmail__wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.page-postmail__title {
  background-color: rgb(31, 140, 214);
  font-size: 18px;
  color: #FFF;
  padding: 7px 15px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .page-postmail__title {
    font-size: 16px;
  }
}
.page-postmail__subtitle {
  font-size: 17px;
  margin: 20px 0 5px 0;
  color: rgb(0, 39, 111);
}
@media screen and (max-width: 768px) {
  .page-postmail__subtitle {
    font-size: 15px;
  }
}
.page-postmail__table {
  border: 1px #ccc solid;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page-postmail__table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-postmail__table tbody, .page-postmail__table tr {
    display: block;
  }
}
.page-postmail__table th, .page-postmail__table td {
  border: 1px #ccc solid;
}
@media screen and (max-width: 768px) {
  .page-postmail__table th, .page-postmail__table td {
    display: block;
  }
}
.page-postmail__table th {
  padding: 8px 15px;
  width: 240px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-postmail__table th {
    width: 100%;
    background-color: rgb(238, 245, 249);
    padding: 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .page-postmail__table th br {
    display: none;
  }
}
.page-postmail__table td {
  padding: 8px 15px;
}
@media screen and (max-width: 768px) {
  .page-postmail__table td {
    padding: 10px;
  }
}
.page-postmail__select {
  font-size: 14px;
  padding: 3px;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .page-postmail__select {
    max-width: none;
  }
}
.page-postmail__inputText {
  width: 100%;
  padding: 0 3px;
}
.page-postmail__inputMiddle {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .page-postmail__inputMiddle {
    width: 100%;
  }
}
.page-postmail__inputShort {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .page-postmail__inputShort {
    width: 100%;
  }
}
.page-postmail__inputLong {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .page-postmail__inputLong {
    width: 100%;
  }
}
.page-postmail__set {
  display: flex;
}
.page-postmail__setInput {
  margin-right: 5px;
}
.page-postmail__setText {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-postmail__note {
  color: #F00;
}
.page-postmail__addr {
  margin-bottom: 10px;
}
.page-postmail__addr:last-child {
  margin-bottom: 0;
}
.page-postmail__addrSet {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-postmail__addrSet {
    display: block;
  }
}
.page-postmail__addrNote {
  margin-top: 10px;
}
.page-postmail__checkList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.page-postmail__checkList li {
  list-style-type: none;
  margin-right: 1em;
}
.page-postmail__textarea {
  width: 100%;
  max-width: 450px;
}
.page-postmail__confirm {
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page-postmail__confirm {
    text-align: left;
  }
}
.page-postmail__confirm a {
  color: #D61619;
  text-decoration: none;
}
.page-postmail__confirmCheck {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-postmail__confirmCheck {
    text-align: center;
  }
}
.page-postmail__submit {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-postmail__submitBtn {
  max-width: 180px;
  margin: 0 10px 40px;
}
.page-postmail__submitBtn button,
.page-postmail__submitBtn a {
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  background-color: #3593A9;
  font-size: 16px;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.page-postmail__submitBtn--back a {
  background-color: #D61619;
}
.page-postmail__required {
  color: #F00;
}
.page-postmail__alert {
  background-color: #D61619;
  color: #FFF;
  padding: 3px 10px;
  margin-top: 5px;
}
.page-postmail__complete {
  padding: 0 10px;
}
.page-postmail__complete h1 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 100px 0;
}
.page-postmail__completeMsg {
  text-align: center;
  font-size: 20px;
  margin: 100px 0;
}
.page-postmail__completeLogo a {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.page-postmail__completeTel {
  margin-top: 20px;
}
.page-postmail__completeTel a {
  font-size: 30px;
  color: #000;
}
.page-postmail__date {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page-postmail__date {
    display: block;
    margin-bottom: 10px;
  }
}
.page-postmail__date:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-postmail__date:last-child dl:last-child {
    margin-bottom: 0;
  }
}
.page-postmail__date dl {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-postmail__date dl {
    margin-bottom: 5px;
  }
}
.page-postmail__date dl dt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 10px;
}

.page-location {
  margin-top: 0;
}
.page-location__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-location__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-location__wrapper {
    padding-bottom: 64px;
  }
}

.page-design {
  margin-top: 0;
}
.page-design__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-design__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-design__wrapper {
    padding-bottom: 64px;
  }
}

.page-modelroom {
  margin-top: 0;
}
.page-modelroom__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-modelroom__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-modelroom__wrapper {
    padding-bottom: 64px;
  }
}

.page-roomplan {
  margin-top: 0;
}
.page-roomplan__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-roomplan__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-roomplan__wrapper {
    padding-bottom: 64px;
  }
}

.page-iot {
  margin-top: 0;
}
.page-iot__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-iot__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-iot__wrapper {
    padding-bottom: 64px;
  }
}

.page-ecology {
  margin-top: 0;
}
.page-ecology__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-ecology__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-ecology__wrapper {
    padding-bottom: 64px;
  }
}

.page-kitchen {
  margin-top: 0;
}
.page-kitchen__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-kitchen__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-kitchen__wrapper {
    padding-bottom: 64px;
  }
}

.page-structure {
  margin-top: 0;
}
.page-structure__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-structure__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-structure__wrapper {
    padding-bottom: 64px;
  }
}

.page-security {
  margin-top: 0;
}
.page-security__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-security__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-security__wrapper {
    padding-bottom: 64px;
  }
}

.page-sanitary {
  margin-top: 0;
}
.page-sanitary__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-sanitary__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-sanitary__wrapper {
    padding-bottom: 64px;
  }
}

.page-result {
  margin-top: 0;
}
.page-result__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-result__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-result__wrapper {
    padding-bottom: 64px;
  }
}
.page-result__company {
  margin-top: 100px;
}
.page-result__companyInner {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-result__companyTitle {
  font-size: 30px;
  text-align: center;
  line-height: 1.5806451613;
}
@media screen and (max-width: 960px) {
  .page-result__companyTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page-result__companyTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .page-result__companyTitle {
    font-size: 20px;
  }
}
.page-result__companyDesc {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 500px) {
  .page-result__companyDesc {
    font-size: 16px;
  }
}
.page-result__companyInner {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-result__companyImgBox {
  margin-top: 30px;
  aspect-ratio: 900/614;
}
.page-result__companyWrap {
  margin-top: 24px;
  max-width: 746px;
  margin: 50px auto 0;
}
.page-result__companyHead {
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .page-result__companyHead {
    font-size: 15px;
  }
}
.page-result__companyTableWrap {
  margin: 16px auto;
  border-top: 3px solid #231815;
  border-bottom: 3px solid #231815;
  padding: 20px 0;
}
.page-result__companyTh {
  width: 80px;
  flex-shrink: 0;
  font-size: 14px;
  vertical-align: text-top;
}
.page-result__companyTd {
  padding: 10px 0;
  vertical-align: text-top;
  font-size: 14px;
}

/* First View */
.p-fv__resultNotice {
  text-align: right;
  font-size: 8.5px;
  line-height: 2.1;
  padding: 0 16px;
}
@media screen and (max-width: 960px) {
  .p-fv__resultNotice {
    text-align: left;
  }
}

/* Layout */
.p-result__contents {
  padding: 86px 0 180px;
}

/* Lead */
.p-result__leadBlock {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .p-result__leadBlock {
    margin-top: 50px;
  }
}

.p-result__leadTitle {
  text-align: center;
  font-size: 31px;
  line-height: 1.5806451613;
}
@media screen and (max-width: 960px) {
  .p-result__leadTitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 768px) {
  .p-result__leadTitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 500px) {
  .p-result__leadTitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 375px) {
  .p-result__leadTitle {
    font-size: 22px;
  }
}

.p-result__leadTexts {
  margin-top: 50px;
  text-align: center;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-result__leadTexts {
    text-align: justify;
  }
}

.p-result__leadText {
  font-size: 18px;
}
.p-result__leadText:not(:first-child) {
  margin-top: 1em;
}

.p-result__leadImg {
  max-width: 728px;
  margin: 42px auto 0;
}
.p-result__leadImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* 会社概要 */
.p-result__outline {
  margin-top: 46px;
}

.p-result__outlineInner {
  max-width: 784px;
  margin: 0 auto;
  padding: 0 16px;
}

.p-result__outlineHeading {
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 3px solid #231815;
}

.p-result__outlineList {
  margin-top: 40px;
  padding-bottom: 32px;
  border-bottom: 3px solid #231815;
}

.p-result__outlineItem {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-result__outlineItem {
    flex-direction: column;
    gap: 6px;
  }
}
.p-result__outlineItem:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-result__outlineItem:not(:first-child) {
    margin-top: 28px;
  }
}

.p-result__outlineTerm {
  flex: 0 0 80px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-result__outlineTerm {
    flex: 1 1 auto;
  }
}

.p-result__outlineDesc {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.2857142857;
}

.page-result__corpInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.page-result__corpLogo {
  max-width: 250px;
}

.page-result__corpInfo {
  font-weight: bold;
}
.page-result__corpInfo dt {
  font-size: 20px;
  color: #e56b00;
}
@media screen and (max-width: 768px) {
  .page-result__corpInfo dt {
    font-size: 16px;
  }
}
.page-result__corpInfo dd {
  font-size: 12px;
}

/* リスト */
.p-result__places {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-result__places {
    margin-top: 100px;
  }
}

.p-result__placesInner {
  max-width: 932px;
  margin: 0 auto;
  padding: 0 16px;
}

.p-result__placesTitle {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-result__placesTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .p-result__placesTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-result__placesTitle {
    font-size: 22px;
  }
}

.p-result__placesList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(260px, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-result__placesList {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 32px;
    row-gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-result__placesList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .p-result__placesList {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}

.p-result__placesImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.p-result__placesImgBody {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  min-height: 85px;
}

.p-result__placesName {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
.p-result__placesName span {
  display: inline-block;
}

.p-result__placesAddress {
  margin-top: auto;
  font-size: 13px;
  line-height: 1.4615384615;
  text-align: center;
}

.page-plan {
  margin-top: 0;
}
.page-plan__wrapper {
  padding-bottom: 214px;
}
@media screen and (max-width: 960px) {
  .page-plan__wrapper {
    padding-bottom: 104px;
  }
}
@media (max-width: 375px) {
  .page-plan__wrapper {
    padding-bottom: 64px;
  }
}/*# sourceMappingURL=style.css.map */