@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを15pxに設定 */
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.4rem;
  }
}

.f-mont {
  font-family: "Montserrat", sans-serif;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  /* 印刷禁止 */
}

.drawer--open {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

em {
  font-style: normal;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  transition: all 0.5s ease;
}

/*　上に上がる動き　*/
.l-header.UpMove {
  top: -10rem;
}
@media screen and (max-width: 959px) {
  .l-header.UpMove {
    top: -7rem;
  }
}
@media screen and (max-width: 519px) {
  .l-header.UpMove {
    top: -5.3rem;
  }
}

@keyframes UpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  top: 0;
}

@keyframes DownAnime {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 140rem;
  width: 100%;
  height: auto;
  font-size: 1.1em;
}
@media screen and (max-width: 1440px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-inner--1300 {
  max-width: 130rem;
}
@media screen and (max-width: 1340px) {
  .l-inner--1300 {
    padding: 0 2rem;
  }
}

.l-inner--900 {
  max-width: 90rem;
}
@media screen and (max-width: 940px) {
  .l-inner--900 {
    padding: 0 2rem;
  }
}

.l-main {
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    margin-top: 5.3rem;
  }
}

.l-footer {
  position: relative;
}

/* component
------------------------------------------------ */
.c-header {
  width: 100%;
}

.c-header__container {
  display: flex;
  align-items: center;
  background-color: #ffd700;
  transition: all 0.5s ease;
}
.c-header__logo {
  margin-left: 2rem;
  width: 18.6rem;
}
@media screen and (max-width: 959px) {
  .c-header__logo {
    width: 15rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    margin-right: calc(100% - 13.5rem - 19.3rem);
    margin-left: 1.5rem;
    width: 12rem;
  }
}
.c-header__logo img {
  vertical-align: middle;
}

.c-header__menus {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-right: 4rem;
  width: calc(100% - 55.6rem);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .c-header__menus {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 959px) {
  .c-header__menus {
    width: calc(100% - 15rem - 31rem);
  }
}
@media screen and (max-width: 519px) {
  .c-header__menus {
    display: none;
  }
}

.c-header__menu {
  padding: 0 1.1rem;
  white-space: nowrap;
  border-right: solid 1px black;
}
.c-header__menu:last-child {
  border-right: none;
}

.c-header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 10rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #ffa000;
}
@media screen and (max-width: 959px) {
  .c-header__btn {
    width: 11rem;
    height: 7rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__btn {
    width: 7rem;
    height: 5.3rem;
    font-size: 1em;
    letter-spacing: 0;
  }
}

.c-header__btn--blue {
  background-color: #00a0a0;
}

.c-header__btn--float {
  padding: 4rem 0;
  width: 6.8rem;
  height: auto;
  font-size: 1.6rem;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 959px) {
  .c-header__btn--float {
    font-size: 1.5rem;
    width: 5.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__btn--float {
    padding: 1rem 1rem;
    width: 100%;
    height: 5.5rem;
    font-size: 1.4rem;
    writing-mode: initial;
  }
}
.c-header__btn--float:hover {
  color: #ffa000;
  background-color: #fff;
  opacity: 1;
}
.c-header__btn--float.c-header__btn--blue:hover {
  color: #00a0a0;
  background-color: #fff;
  opacity: 1;
}

.c-header__hamburger {
  position: relative;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  width: 10rem;
  height: auto;
  cursor: pointer;
  background-color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    width: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger {
    width: 5.3rem;
  }
}

.c-header__hamburger-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s ease 0s;
}

.c-header__hamburger-border--top {
  top: calc(50% - 12px);
}

.c-header__hamburger-border--bottom {
  top: calc(50% + 12px);
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: calc(50% - 7.5px + 7.5px);
  transform: translate(-50%, -50%) rotate(-225deg);
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  top: calc(50% + 7.5px - 7.5px);
  transform: translate(-50%, -50%) rotate(225deg);
}

.c-header__insta-sp {
  display: none;
  position: absolute;
  top: 7rem;
  right: 1.6rem;
  width: 2.4rem;
}
@media screen and (max-width: 519px) {
  .c-header__insta-sp {
    display: block;
  }
}

.c-header__drawer {
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -1;
  padding-top: 10rem;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-color: #ffd700;
  transition: all 0.6s ease 0s;
  visibility: hidden;
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    padding-top: 0;
  }
}

.c-header__drawer--open {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.c-header__drawer-wrap {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: auto;
}

.c-header__drawer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translate(-13%, 22%);
  width: 45%;
}
@media screen and (max-width: 959px) {
  .c-header__drawer-bg {
    width: 55%;
  }
}
@media screen and (max-width: 519px) {
  .c-header__drawer-bg {
    width: 70%;
    transform: translate(-13%, 17%);
  }
}

.c-header__float {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-25vh);
  /* 上に上がる動き */
  /* 下に上がる動き */
}
@media screen and (max-width: 519px) {
  .c-header__float {
    top: auto;
    bottom: -5.5rem;
    right: 0;
    transform: none;
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
  }
}
.c-header__float.UpMove {
  bottom: 0;
}
@keyframes UpAnimeFloat {
  from {
    bottom: -5.5rem;
  }
  to {
    bottom: 0;
  }
}
.c-header__float.DownMove {
  bottom: -5.5rem;
}
@keyframes DownAnimeFloat {
  from {
    bottom: 0;
  }
  to {
    bottom: -5.5rem;
  }
}

.c-sitemap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8rem;
}
@media screen and (max-width: 959px) {
  .c-sitemap {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-sitemap {
    padding: 7rem 5rem 14rem;
  }
}

.c-sitemap--footer {
  padding-bottom: 2rem;
}
@media screen and (max-width: 519px) {
  .c-sitemap--footer {
    font-size: 0.9em;
    padding: 7rem 4rem 14rem;
  }
}

.c-sitemap__wrap {
  padding: 0 0 6rem 5rem;
  width: 33.333%;
}
@media screen and (max-width: 959px) {
  .c-sitemap__wrap {
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .c-sitemap__wrap {
    width: 100%;
    padding: 0 0 3rem 0;
  }
}

.c-sitemap__menu {
  position: relative;
  font-size: 1.1em;
}
.c-sitemap__menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(2.3rem, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #000000;
  border-right: 0;
  transition: all 0.3s ease;
}
.c-sitemap__menu:hover::after {
  transform: translate(1.8rem, -50%);
}
.c-sitemap__menu.nolink::after {
  content: none;
}

.c-sitemap__subs {
  list-style: none;
}

.c-sitemap__sub {
  position: relative;
  margin: 0.5rem 0 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 519px) {
  .c-sitemap__sub {
    margin: 0.25rem 0 0;
  }
}
.c-sitemap__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(2.3rem, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #000;
  border-right: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 519px) {
  .c-sitemap__sub::after {
    transform: translate(2rem, -50%);
  }
}
.c-sitemap__sub:hover::after {
  transform: translate(1.8rem, -50%);
}

.c-sitemap__sub--disabled {
  pointer-events: none;
  color: gray;
}
.c-sitemap__sub--disabled::after {
  border-left-color: gray;
}

.c-section {
  padding: 5.5rem 0 10rem;
}
@media screen and (max-width: 519px) {
  .c-section {
    padding: 3rem 0 6rem;
  }
}

.c-section--page {
  padding: 10rem 0 6rem;
}
@media screen and (max-width: 959px) {
  .c-section--page {
    padding: 10rem 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section--page {
    padding: 6rem 0 5rem;
  }
}

.c-section--pb0 {
  padding-bottom: 0;
}

.c-section-title {
  padding-bottom: 8.5rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-section-title {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title {
    padding-bottom: 4rem;
  }
}

.c-section-title__title {
  padding-left: 1rem;
  font-family: YakuHanJP, "Montserrat", serif;
  font-size: 7rem;
  font-weight: 600;
  letter-spacing: 1rem;
}
@media screen and (max-width: 1360px) {
  .c-section-title__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 959px) {
  .c-section-title__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title__title {
    padding-left: 0;
    font-size: 9vw;
    letter-spacing: 0.1em;
  }
}
.c-section-title__title span {
  display: block;
  position: relative;
  margin: 0.2rem auto 0;
  padding-right: 1rem;
  width: fit-content;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .c-section-title__title span {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title__title span {
    padding-right: 0;
    font-size: 5vw;
  }
}
.c-section-title__title span::before, .c-section-title__title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1.7rem;
  width: 1px;
  height: 100%;
  background: #000000;
}
.c-section-title__title span::after {
  left: auto;
  right: -0.7rem;
}
@media screen and (max-width: 519px) {
  .c-section-title__title span::after {
    right: -1.7rem;
  }
}

.c-section-title__info {
  margin-top: 3rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .c-section-title__info {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title__info {
    margin-top: 2rem;
    font-size: 4vw;
  }
}

.c-section-title__info--design {
  margin-top: 5.5rem;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .c-section-title__info--design {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title__info--design {
    margin-top: 3.5rem;
    font-size: 4.1vw;
    letter-spacing: 0;
  }
}

.c-btn {
  display: block;
  position: relative;
  margin: 5rem auto 0;
  padding: 1rem 1rem;
  width: 68rem;
  max-width: 100%;
  text-align: center;
  font-size: 2.2rem;
  color: white;
  background-color: black;
  border: solid 1px black;
  border-radius: 4rem;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 1360px) {
  .c-btn {
    width: 60rem;
  }
}
@media screen and (max-width: 959px) {
  .c-btn {
    width: 50rem;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-btn {
    margin-top: 4rem;
    width: 80vw;
    font-size: 3.7vw;
  }
}
.c-btn:hover {
  color: rgb(39, 39, 39);
  background-color: white;
  opacity: 1;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(0, -50%);
  width: 10rem;
  height: 0.1rem;
  background-color: white;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 959px) {
  .c-btn::before {
    right: 2.5rem;
    width: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn::before {
    right: 1.5rem;
    width: 5rem;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translate(-0.4rem, -1.05rem) rotate(-45deg);
  width: 0.1rem;
  height: 1.3rem;
  background-color: white;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 959px) {
  .c-btn::after {
    right: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn::after {
    right: 1.5rem;
  }
}
.c-btn:hover::before, .c-btn:hover::after {
  background-color: black;
}

.c-btn--concept {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 2.7rem 1rem;
  font-size: 3.6rem;
  color: black;
  background-color: #ffd700;
  border-color: #ffd700;
  border-radius: 8rem;
}
@media screen and (max-width: 1360px) {
  .c-btn--concept {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .c-btn--concept {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--concept {
    padding: 1.25rem 1rem;
    width: calc(100% - 2.5rem);
    font-size: 5vw;
    font-weight: 700;
  }
}
.c-btn--concept:hover {
  color: #ffd700;
  background-color: #6a6a6a;
}
.c-btn--concept:hover span {
  background-color: #ffd700;
}
.c-btn--concept::before, .c-btn--concept::after {
  right: 5rem;
  height: 0.2rem;
  background-color: black;
}
@media screen and (max-width: 959px) {
  .c-btn--concept::before, .c-btn--concept::after {
    right: 2.5rem;
  }
}
.c-btn--concept::after {
  width: 0.2rem;
  height: 2rem;
  transform: translate(-0.4rem, -1.65rem) rotate(-45deg);
}
@media screen and (max-width: 519px) {
  .c-btn--concept::after {
    height: 1.5rem;
    transform: translate(-0.4rem, -1.25rem) rotate(-45deg);
  }
}
.c-btn--concept:hover::before, .c-btn--concept:hover::after {
  background-color: #ffd700;
}
.c-btn--concept span {
  position: absolute;
  top: 50%;
  left: 4.5rem;
  width: 10rem;
  height: 0.2rem;
  background-color: black;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 959px) {
  .c-btn--concept span {
    left: 2.5rem;
    width: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--concept span {
    width: 5rem;
  }
}

.c-btn--work {
  margin-top: 4rem;
  color: black;
  background-color: white;
  border-color: white;
}
@media screen and (max-width: 959px) {
  .c-btn--work {
    margin-top: 3rem;
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--work {
    margin-top: 2rem;
    width: 100%;
    font-size: 3.5vw;
  }
}
.c-btn--work:hover {
  color: white;
  background-color: black;
}
.c-btn--work::before, .c-btn--work::after {
  background-color: black;
}
@media screen and (max-width: 959px) {
  .c-btn--work::before, .c-btn--work::after {
    right: 1.5rem;
  }
}
.c-btn--work::before {
  width: 6rem;
}
@media screen and (max-width: 959px) {
  .c-btn--work::before {
    width: 3rem;
  }
}
.c-btn--work:hover::before, .c-btn--work:hover::after {
  background-color: white;
}

.c-btn--work--yellow {
  background-color: #ffd700;
}

.c-btn--product {
  margin-top: 4rem;
  color: black;
  background-color: white;
  border-color: white;
}
@media screen and (max-width: 959px) {
  .c-btn--product {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--product {
    margin-top: 2rem;
    font-size: 3.5vw;
  }
}
.c-btn--product:hover {
  color: white;
  background-color: black;
}
.c-btn--product::before, .c-btn--product::after {
  background-color: black;
}
@media screen and (max-width: 959px) {
  .c-btn--product::before, .c-btn--product::after {
    right: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .c-btn--product::before {
    width: 6rem;
  }
}
.c-btn--product:hover::before, .c-btn--product:hover::after {
  background-color: white;
}

.c-btn--modelhouse {
  margin-top: 2.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .c-btn--modelhouse {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--modelhouse {
    margin-top: 2rem;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 959px) {
  .c-btn--modelhouse:before {
    width: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--modelhouse:before {
    width: 5rem;
  }
}

@media screen and (max-width: 519px) {
  .c-btn--attention::before {
    width: 3rem;
  }
}

.c-btn--promise {
  margin: 0 auto 5rem;
  max-width: 60rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-btn--promise {
    margin-bottom: 3rem;
    width: 48vw;
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--promise {
    margin-bottom: 1rem;
    padding: 0.5rem;
    font-size: 3.6vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .c-btn--promise::before {
    width: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--promise::before {
    right: 1rem;
    width: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--promise::after {
    top: 60%;
    right: 0.9rem;
    height: 0.8rem;
  }
}

@media screen and (max-width: 519px) {
  .c-btn--parti::before {
    width: 4rem;
  }
}

.c-btn--back {
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .c-btn--back {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--back {
    margin-top: 6rem;
  }
}
.c-btn--back::before {
  left: 4rem;
  right: auto;
}
@media screen and (max-width: 959px) {
  .c-btn--back::before {
    left: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--back::before {
    left: 1.5rem;
  }
}
.c-btn--back::after {
  left: 4rem;
  right: auto;
  transform: translate(0.4rem, -1.05rem) rotate(45deg);
}
@media screen and (max-width: 959px) {
  .c-btn--back::after {
    left: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-btn--back::after {
    left: 1.5rem;
  }
}

.c-concept {
  padding: 12.5rem 0 7rem;
}
@media screen and (max-width: 959px) {
  .c-concept {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
  }
}
@media screen and (max-width: 519px) {
  .c-concept {
    padding: 5rem 0;
    filter: none;
  }
}

.c-concept--product {
  padding-top: 4.5rem;
}
@media screen and (max-width: 519px) {
  .c-concept--product {
    padding-top: 0;
  }
}

.c-concept--page {
  padding: 8rem 0 0;
}
@media screen and (max-width: 959px) {
  .c-concept--page {
    filter: none;
  }
}
@media screen and (max-width: 519px) {
  .c-concept--page {
    padding: 4.5rem 0 0;
  }
}

.c-concept--hiraya {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 959px) {
  .c-concept--hiraya {
    filter: none;
  }
}
@media screen and (max-width: 519px) {
  .c-concept--hiraya {
    padding: 4.5rem 0 5rem;
  }
}

.c-concept__title {
  position: relative;
  margin: 0 auto 0;
  width: fit-content;
  color: white;
  font-size: 6.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.7rem;
  line-height: 1.65;
}
@media screen and (max-width: 1000px) {
  .c-concept__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 959px) {
  .c-concept__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__title {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__title {
    color: #000;
  }
}
.c-concept__title img {
  margin-top: -0.5rem;
  margin-right: 2rem;
  width: 9.4rem;
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .c-concept__title img {
    width: 10vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__title img {
    margin-right: 0.7rem;
    width: 9.5vw;
  }
}
.c-concept__title::before, .c-concept__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translate(-100%, -50%);
  width: 8.5rem;
  height: 20rem;
  background-image: url(../images/common/kakko_left.png);
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 959px) {
  .c-concept__title::before, .c-concept__title::after {
    left: -1rem;
    width: 8vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__title::before, .c-concept__title::after {
    width: 7.7vw;
  }
}
.c-concept__title::after {
  left: auto;
  right: -4rem;
  transform: translate(100%, -50%);
  background-image: url(../images/common/kakko_right.png);
}
@media screen and (max-width: 959px) {
  .c-concept__title::after {
    right: -1rem;
  }
}

.c-concept__title--page {
  margin-top: 6rem;
  color: #000;
}
@media screen and (max-width: 519px) {
  .c-concept__title--page {
    margin-top: 4.5rem;
  }
}

.c-concept__title--bl {
  margin-top: 6rem;
  color: #000;
}
@media screen and (max-width: 519px) {
  .c-concept__title--bl {
    margin-top: 4.5rem;
  }
}
.c-concept__title--bl::before {
  background-image: url(../images/cost/kakko_left.webp);
}
.c-concept__title--bl::after {
  background-image: url(../images/cost/kakko_right.webp);
}

.c-concept__features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 9.3rem auto 0;
}
@media screen and (max-width: 519px) {
  .c-concept__features {
    justify-content: center;
    margin-top: 0;
  }
}

.c-concept__features--product {
  margin-top: 0;
}

.c-concept__feature {
  width: 36rem;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .c-concept__feature {
    width: 32%;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__feature {
    margin-top: 4.5rem;
    width: 100%;
  }
}
.c-concept__feature img {
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-concept__feature img {
    width: 55%;
  }
}
.c-concept__feature p {
  margin-top: 3.2rem;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 959px) {
  .c-concept__feature p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__feature p {
    margin-top: 1.3rem;
    color: #000;
    font-size: 4.5vw;
  }
}

.c-concept__feature--product {
  width: 28%;
}
@media screen and (max-width: 519px) {
  .c-concept__feature--product {
    width: 100%;
  }
}
.c-concept__feature--product p {
  margin-top: 1.8rem;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 519px) {
  .c-concept__feature--product p {
    margin-top: 1.3rem;
    font-size: 4.5vw;
  }
}

.c-concept__feature--page p {
  margin-top: 3rem;
  color: #000;
  font-size: 2.2rem;
}

.c-concept__intro {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 959px) {
  .c-concept__intro {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__intro {
    font-size: 5.2vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.c-concept__info {
  margin-top: 6.5rem;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-concept__info {
    font-size: 2.65vw;
    text-align: justify;
  }
}
@media screen and (max-width: 519px) {
  .c-concept__info {
    margin-top: 4.5rem;
    padding-bottom: 2rem;
    font-size: 4.3vw;
  }
}

@media screen and (max-width: 959px) {
  .c-event__cards {
    padding: 0 2rem;
  }
}

.c-event__cards--page {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .c-event__cards--page {
    gap: 3rem 2rem;
    padding: 0;
  }
}

.c-event__card {
  margin: 0 2rem;
}
@media screen and (max-width: 959px) {
  .c-event__card {
    margin: 0 1rem;
  }
}
.c-event__card a {
  display: block;
}

.c-event__card--page {
  margin: 0;
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .c-event__card--page {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-event__card--page {
    width: 100%;
  }
}

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

.c-event__body {
  background-color: white;
  border: solid 1px #ffd700;
}

.c-event__body-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.98rem;
  background-color: #ffd700;
}
@media screen and (max-width: 519px) {
  .c-event__body-top {
    padding: 0.9rem 0.7rem;
  }
}

.c-event__status {
  margin-right: 2.5rem;
  padding: 0 1rem;
  min-width: 13rem;
  font-size: 2.2rem;
  color: white;
  text-align: center;
  background-color: #ff3c3c;
  border-radius: 3rem;
}
@media screen and (max-width: 1360px) {
  .c-event__status {
    margin-right: 1rem;
    padding: 0 1.5rem;
    min-width: auto;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  .c-event__status {
    font-size: 2vw;
  }
}
@media screen and (max-width: 519px) {
  .c-event__status {
    margin-right: 0.7rem;
    padding: 0.2rem 1rem;
    font-size: 3.3vw;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 519px) {
  .c-event__status--page {
    font-size: 4vw;
  }
}

.c-event__message {
  font-size: 3.2rem;
}
@media screen and (max-width: 1360px) {
  .c-event__message {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 959px) {
  .c-event__message {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-event__message {
    font-size: 4vw;
  }
}

@media screen and (max-width: 519px) {
  .c-event__message--page {
    font-size: 5vw;
  }
}

.c-event__body-bottom {
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 1360px) {
  .c-event__body-bottom {
    padding: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-event__body-bottom {
    padding: 1.5rem;
  }
}

.c-event__date {
  display: block;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .c-event__date {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 519px) {
  .c-event__date--page {
    font-size: 1.4rem;
  }
}

.c-event__title {
  margin-top: 0.5rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .c-event__title {
    font-size: 2.7vw;
    text-align: left;
  }
}
@media screen and (max-width: 519px) {
  .c-event__title {
    font-size: 4vw;
  }
}

@media screen and (max-width: 519px) {
  .c-event__title--page {
    font-size: 5vw;
  }
}

.c-bnr--sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .c-bnr--sp {
    display: block;
  }
}

.c-bnr__paypay {
  display: block;
  margin: 0 auto;
  padding: 5rem 0 8rem;
  width: 100%;
  max-width: 85rem;
}
@media screen and (max-width: 519px) {
  .c-bnr__paypay {
    margin-left: -2rem;
    padding: 4rem 0 5rem;
    width: calc(100% + 4rem);
  }
}

@media screen and (max-width: 519px) {
  .c-bnr__paypay--sp {
    padding: 4rem 0 3rem;
  }
}

.c-bnr__2col {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 0 auto;
  max-width: 120rem;
}
@media screen and (max-width: 959px) {
  .c-bnr__2col {
    gap: 2rem;
  }
}
.c-bnr__2col a {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .c-bnr__2col a {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-bnr__2col a {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .c-work__cards {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-work__cards {
    padding: 0 2rem;
  }
}

.c-work__cards--page {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 4rem;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .c-work__cards--page {
    gap: 4rem 2rem;
  }
}
.c-work__card {
  margin: 0 2rem;
}
@media screen and (max-width: 959px) {
  .c-work__card {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-work__card {
    width: 100%;
  }
}
.c-work__card a {
  display: block;
}

.c-work__card--page {
  margin: 0;
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .c-work__card--page {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-work__card--page {
    width: 100%;
  }
}

.c-work__image {
  position: relative;
  color: white;
}
.c-work__image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-work__title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 80%;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .c-work__title {
    top: 1rem;
    left: 1.5rem;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-work__title {
    top: 1.5rem;
    font-size: 4.5vw;
  }
}

.c-work__number {
  position: absolute;
  bottom: 0;
  right: -4px;
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  line-height: 7.4rem;
}
@media screen and (max-width: 959px) {
  .c-work__number {
    font-size: 9vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-work__number {
    font-size: 23vw;
    line-height: 16vw;
  }
}

@media screen and (max-width: 959px) {
  .c-estate__cards {
    padding: 0 2rem;
  }
}

.c-estate__cards--page {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .c-estate__cards--page {
    gap: 3rem 2rem;
    padding: 0;
  }
}

.c-estate__card {
  margin: 0 2rem;
}
@media screen and (max-width: 959px) {
  .c-estate__card {
    margin: 0 1rem;
  }
}
.c-estate__card a {
  display: block;
}

.c-estate__card--page {
  margin: 0;
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .c-estate__card--page {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-estate__card--page {
    width: 100%;
  }
  .c-estate__card--page .c-estate__name {
    font-size: 5vw;
  }
  .c-estate__card--page .c-estate__item {
    font-size: 3.5vw;
  }
  .c-estate__card--page .c-estate__val {
    font-size: 4vw;
  }
  .c-estate__card--page .c-estate__val--price {
    font-size: 10vw;
  }
}

.c-estate__image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.c-estate__name {
  padding: 3.5rem 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .c-estate__name {
    padding: 2.5rem 2rem;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-estate__name {
    padding: 1.5rem 0;
    font-size: 4vw;
  }
}

.c-estate__detail {
  padding: 4rem 0;
  border-top: solid 1px #787878;
  border-bottom: solid 1px #787878;
}
@media screen and (max-width: 959px) {
  .c-estate__detail {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-estate__detail {
    padding: 2rem 0;
  }
}

.c-estate__term {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .c-estate__term {
    margin-top: 1rem;
  }
}
.c-estate__term:first-child {
  margin-top: 0;
}

.c-estate__item {
  margin-right: 2rem;
  padding: 1.5rem 2rem;
  min-width: 14rem;
  text-align: center;
  border: solid 1px #787878;
  border-radius: 3rem;
}
@media screen and (max-width: 1360px) {
  .c-estate__item {
    margin-right: 1.5rem;
    padding: 1rem 1.5rem;
    min-width: 12rem;
  }
}
@media screen and (max-width: 959px) {
  .c-estate__item {
    margin-right: 1rem;
    padding: 0.8rem 1.3rem;
    min-width: 10.3rem;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 519px) {
  .c-estate__item {
    padding: 0.8rem 1.2rem;
    min-width: 8.4rem;
    font-size: 0.8em;
    letter-spacing: 0;
  }
}

.c-estate__val {
  text-align: left;
  line-height: 1.4;
}

.c-estate__val--price {
  color: #ff3c64;
  font-family: "Montserrat", sans-serif;
  font-size: 5.8rem;
  font-weight: 600;
  line-height: 0.7;
}
@media screen and (max-width: 1360px) {
  .c-estate__val--price {
    font-size: 4.7vw;
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 959px) {
  .c-estate__val--price {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-estate__val--price {
    font-size: 8.5vw;
  }
}
.c-estate__val--price small {
  padding-left: 0.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1360px) {
  .c-estate__val--price small {
    font-size: 0.25em;
  }
}

.c-news__cards {
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
}

.c-news__card {
  margin-top: 4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .c-news__card {
    margin-top: 3rem;
  }
}
.c-news__card:first-child {
  margin-top: 1.5rem;
}
.c-news__card:hover {
  background-color: #f5f5f5;
}
.c-news__card a {
  display: flex;
}
.c-news__card a:hover {
  opacity: 1;
}

.c-news__image {
  margin-right: 2rem;
  width: 25%;
}
@media screen and (max-width: 519px) {
  .c-news__image {
    margin-right: 1.5rem;
    width: 45%;
  }
}
.c-news__image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-news__body {
  padding-right: 2rem;
  width: calc(75% - 2rem);
}
@media screen and (max-width: 519px) {
  .c-news__body {
    padding-right: 1.5rem;
    width: calc(55% - 1.5rem);
  }
}

.c-news__body--center {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.c-news__date {
  width: 100%;
  color: #787878;
}
@media screen and (max-width: 519px) {
  .c-news__date {
    font-size: 4vw;
  }
}

.c-news__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .c-news__title {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-news__title {
    margin-top: 0.5rem;
    font-size: 4.5vw;
    line-height: 1.5;
  }
}

.c-concepts__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 10rem auto 0;
  max-width: 120rem;
}
@media screen and (max-width: 1360px) {
  .c-concepts__container {
    gap: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .c-concepts__container {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-concepts__container {
    margin-top: 5rem;
  }
}

.c-concepts__wrapper {
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 1360px) {
  .c-concepts__wrapper {
    width: calc(33.333% - 2rem);
  }
}
@media screen and (max-width: 959px) {
  .c-concepts__wrapper {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .c-concepts__wrapper {
    width: 100%;
  }
}

.c-concepts__wrapper--midium {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1360px) {
  .c-concepts__wrapper--midium {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 959px) {
  .c-concepts__wrapper--midium {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-concepts__wrapper--midium {
    width: 100%;
  }
}

.c-footer {
  margin-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffd700;
}
@media screen and (max-width: 519px) {
  .c-footer {
    margin-top: 8rem;
    padding-bottom: 2rem;
  }
}

.c-footer__logo {
  width: 30rem;
}
@media screen and (max-width: 1360px) {
  .c-footer__logo {
    width: 27rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__logo {
    width: 50vw;
  }
}

.c-footer__credit {
  margin-top: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .c-footer__credit {
    font-size: 1.3rem;
  }
}

.c-footer__copy {
  margin-top: 8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .c-footer__copy {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

.paypay_bnr_wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin: 7rem auto;
}
.paypay_bnr_wrap .btn_paypay_box {
  position: relative;
  display: block;
  background-color: #ff0033;
  background-image: url(../images/common/paypay_bnr_bg.png), url(../images/common/paypay_bnr_bg2.png);
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, 20px auto;
  background-position: center, center;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .paypay_bnr_wrap .btn_paypay_box {
    background-size: auto 95%, 20px auto;
  }
}
@media screen and (max-width: 519px) {
  .paypay_bnr_wrap .btn_paypay_box {
    background-size: auto 95%, 15px auto;
  }
}
.paypay_bnr_wrap .btn_paypay_box > img {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.paypay_bnr_wrap .btn_paypay_reserve {
  position: relative;
  display: block;
  width: 90%;
  max-width: 68rem;
  margin: -1.75em auto 0;
  padding: 0.15em 0.5em 0.6em;
  background: #000;
  border: 2px solid #000;
  text-align: center;
  color: #fff;
  font-size: 2em;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .paypay_bnr_wrap .btn_paypay_reserve {
    margin: -1.5em auto 0;
    font-size: 2em;
  }
}
@media screen and (max-width: 519px) {
  .paypay_bnr_wrap .btn_paypay_reserve {
    margin: -1em auto 0;
    font-size: 1.5em;
  }
  .paypay_bnr_wrap .btn_paypay_reserve span {
    font-size: 0.65em;
  }
}
.paypay_bnr_wrap .btn_paypay_reserve:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}
.paypay_bnr_wrap .btn_paypay_reserve span {
  font-size: 0.5em;
  letter-spacing: 0;
  color: #ffd700;
}
.paypay_bnr_wrap .paypay_info {
  width: 90%;
  max-width: 1200px;
  margin: 1em auto;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 519px) {
  .paypay_bnr_wrap .paypay_info {
    font-size: 0.75em;
  }
}
.paypay_bnr_wrap.sp {
  margin: 2rem auto 1rem;
}
.paypay_bnr_wrap.event {
  margin: 4rem auto;
}
.paypay_bnr_wrap.event .btn_paypay_box {
  background-color: #ff0033;
  background-image: url(../images/common/paypay_bnr_bg.png), url(../images/common/paypay_bnr_bg2.png);
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, 20px auto;
  background-position: center, center;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .paypay_bnr_wrap.event .btn_paypay_box {
    background-size: auto 95%, 20px auto;
  }
}
@media screen and (max-width: 519px) {
  .paypay_bnr_wrap.event .btn_paypay_box {
    background-size: auto 95%, 15px auto;
  }
}
.paypay_bnr_wrap.event .btn_paypay_box > img {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.paypay_bnr_wrap.event .btn_paypay_reserve {
  position: relative;
  display: block;
  width: 80%;
  max-width: 54rem;
  margin: -1.75em auto 0;
  padding: 0.15em 0.5em 0.6em;
  font-size: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .paypay_bnr_wrap.event .btn_paypay_reserve {
    margin: -1.5em auto 0;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 519px) {
  .paypay_bnr_wrap.event .btn_paypay_reserve {
    margin: -1em auto 0;
    font-size: 1.2em;
  }
}
.paypay_bnr_wrap.event .paypay_info {
  width: 100%;
  margin: 1em auto;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 519px) {
  .paypay_bnr_wrap.event .paypay_info {
    font-size: 0.75em;
  }
}

.c-pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 6rem;
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1360px) {
  .c-pagetop {
    width: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-pagetop {
    bottom: 5.3rem;
    width: 3.5rem;
  }
}
.c-pagetop:hover {
  opacity: 0.4;
}

.c-pagetop--active {
  opacity: 1;
  visibility: visible;
}

.c-slider__prev, .c-slider__next {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 4rem;
}
@media screen and (max-width: 519px) {
  .c-slider__prev, .c-slider__next {
    width: 3rem;
  }
}

.c-slider__next {
  left: auto;
  right: 0;
}

.c-modelhouse__map iframe {
  aspect-ratio: 14/5;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .c-modelhouse__map iframe {
    aspect-ratio: 1.7;
  }
}
@media screen and (max-width: 519px) {
  .c-modelhouse__map iframe {
    aspect-ratio: 0.85;
  }
}

.c-modelhouse__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .c-modelhouse__cards {
    gap: 3rem 2rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-modelhouse__cards {
    margin-top: 6rem;
  }
}

.c-modelhouse__card {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .c-modelhouse__card {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-modelhouse__card {
    width: 100%;
  }
}
.c-modelhouse__card a {
  display: block;
}

.c-modelhouse__image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-modelhouse__body {
  position: relative;
  padding: 3rem;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  border: solid 0.1rem #787878;
}
@media screen and (max-width: 959px) {
  .c-modelhouse__body {
    padding: 2rem;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-modelhouse__body {
    padding: 2rem 2rem 2.5rem;
    font-size: 4.4vw;
  }
}

.c-modelhouse__title {
  margin: 0 auto;
  width: 67%;
  font-size: 1.23em;
}
@media screen and (max-width: 959px) {
  .c-modelhouse__title {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .c-modelhouse__title {
    font-size: 1.3em;
  }
}

.c-modelhouse__address {
  font-size: 0.8em;
  letter-spacing: 0.05em;
}
.c-modelhouse__address span {
  display: block;
}

.c-modelhouse__icon {
  position: absolute;
  top: 1.7rem;
  left: 2.4rem;
  width: 16%;
}
@media screen and (max-width: 959px) {
  .c-modelhouse__icon {
    top: 1rem;
    left: 1rem;
    width: 14%;
  }
}

.c-page {
  position: relative;
}

.c-page__title {
  position: absolute;
  top: 10rem;
  left: 0;
  z-index: 1;
  padding: 0 2rem;
  width: 100%;
  font-size: 6.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .c-page__title {
    top: 5vw;
    font-size: 5.5vw;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-page__title {
    top: 12vw;
    font-size: 7vw;
    font-weight: 650;
    letter-spacing: 0.1rem;
    line-height: 1.3;
  }
}
.c-page__title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-page__title span {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 519px) {
  .c-page__title span {
    font-size: 0.7em;
    letter-spacing: 0.15rem;
  }
}

.c-page__title--white {
  color: white;
}

.c-page__title--sitemap {
  position: relative;
  top: auto;
  left: auto;
  padding: 5rem 2em;
}

.c-page__title-min {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 2.2rem;
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .c-page__title-min {
    bottom: 2rem;
    font-size: 2.65vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 519px) {
  .c-page__title-min {
    font-size: 4.3vw;
  }
}
.c-page__title-min span:nth-child(1) {
  display: block;
  margin-left: 0.45rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .c-page__title-min span:nth-child(1) {
    font-size: 2.6em;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-page__title-min span:nth-child(1) {
    font-size: 2.1em;
    letter-spacing: 0.2rem;
  }
}
.c-page__title-min span:nth-child(2) {
  display: inline-block;
  position: relative;
  padding: 0 1.7rem;
  letter-spacing: 0.3rem;
  line-height: 1;
}
.c-page__title-min span:nth-child(2)::before, .c-page__title-min span:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
}
.c-page__title-min span:nth-child(2)::after {
  left: auto;
  right: 0.3rem;
}

span.c-page__shadow {
  font-family: inherit;
  font-size: 1em;
  letter-spacing: inherit;
  filter: drop-shadow(0 0 5px black);
}

.c-page__mv {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .c-page__mv {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center top;
  }
}

@media screen and (max-width: 519px) {
  .c-page__mv--event {
    object-position: 82% top;
  }
}

@media screen and (max-width: 519px) {
  .c-page__mv--cost {
    object-position: 94% top;
  }
}

@media screen and (max-width: 519px) {
  .c-page__mv--min {
    aspect-ratio: 1.5;
  }
}

.c-page__message {
  position: absolute;
  top: 30.5rem;
  left: 0;
  z-index: 1;
  width: 100%;
  color: white;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .c-page__message {
    top: 25vw;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-page__message {
    top: 29vw;
    font-size: 4.7vw;
  }
}
.c-page__message span {
  display: block;
  margin: 1rem auto 0;
  padding: 0 3rem 0.3rem 3.2rem;
  width: fit-content;
  letter-spacing: 0.4rem;
  background-color: black;
}
@media screen and (max-width: 959px) {
  .c-page__message span {
    margin-top: 0.7rem;
    padding: 0 3rem 0.3rem 3.15rem;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-page__message span {
    padding: 0 2rem 0.2rem 2rem;
    letter-spacing: 0;
  }
}

.c-price {
  padding: 9rem 0 8rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .c-price {
    padding: 8rem 0 6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-price {
    padding: 6rem 0 4rem;
  }
}

.c-price--design {
  background-color: #fff;
  padding-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .c-price--design {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-price--design {
    padding-bottom: 6rem;
  }
}

.c-price__title {
  font-size: 6.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-price__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-price__title {
    font-size: 7.6vw;
    letter-spacing: 0.3rem;
  }
}
.c-price__title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
}

.c-price__container {
  margin-top: 10rem;
  border-radius: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-price__container {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-price__container {
    margin-top: 5rem;
    border-radius: 3rem;
  }
}
.c-price__container:first-of-type {
  margin-top: 8.3rem;
}
@media screen and (max-width: 959px) {
  .c-price__container:first-of-type {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-price__container:first-of-type {
    margin-top: 5rem;
  }
}

.c-price__head {
  padding: 3rem 1rem;
  font-size: 4rem;
  color: white;
  text-align: center;
  background-color: #a9a9a9;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .c-price__head {
    font-size: 5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519px) {
  .c-price__head {
    padding: 2rem 1rem;
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
}

.c-price__content {
  padding: 5rem 5rem 5rem;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .c-price__content {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-price__content {
    padding: 3rem 2rem;
  }
}

.c-price__floor {
  font-size: 4rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-price__floor {
    font-size: 5vw;
  }
}

.c-price__price {
  font-size: 4rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-price__price {
    font-size: 5vw;
  }
}
.c-price__price span {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 1rem;
}
@media screen and (max-width: 959px) {
  .c-price__price span {
    font-size: 2.3em;
    letter-spacing: 0.5rem;
  }
}

.c-price__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 6rem;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-price__specs {
    gap: 2rem;
    margin-top: 4rem;
  }
}

.c-price__spec {
  position: relative;
  aspect-ratio: 1;
  width: calc(25% - 2.25rem);
  background-color: #ffd700;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .c-price__spec {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .c-price__spec {
    width: calc(50% - 1rem);
    border-radius: 2rem;
  }
}

.c-price__spec-icon {
  position: absolute;
  left: 50%;
  bottom: 32%;
  transform: translate(-50%, 0);
  max-width: 90%;
}
@media screen and (max-width: 959px) {
  .c-price__spec-icon {
    width: 75%;
  }
}
@media screen and (max-width: 519px) {
  .c-price__spec-icon {
    bottom: 34%;
    width: 65%;
  }
}

.c-price__spec-icon--sasshi {
  transform: translate(-56%, 0);
}

.c-price__spec-info {
  position: absolute;
  left: 50%;
  bottom: 11%;
  transform: translate(-50%, 0);
  width: 95%;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .c-price__spec-info {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .c-price__spec-info {
    bottom: 9%;
    font-size: 4vw;
    letter-spacing: 0;
  }
}

.c-price__spec-info--kanki {
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-price__spec-info--kanki {
    bottom: 7%;
    font-size: 2.4vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 519px) {
  .c-price__spec-info--kanki {
    font-size: 3.5vw;
  }
}

.c-price__supports {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .c-price__supports {
    gap: 2rem;
  }
}
.c-price__supports li {
  padding: 4rem 1rem;
  width: calc(50% - 1.5rem);
  font-size: 3rem;
  letter-spacing: 0.15em;
  background-color: #ffd700;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .c-price__supports li {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-price__supports li {
    padding: 2rem 1rem;
    width: 100%;
    font-size: 5vw;
    border-radius: 2rem;
  }
}

.c-price__plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-price__plan img {
  width: 51%;
}
@media screen and (max-width: 959px) {
  .c-price__plan img {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .c-price__plan img {
    margin-left: -10%;
    width: 120%;
    max-width: none;
  }
}
.c-price__plan ul {
  width: 49%;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-price__plan ul {
    margin: 4rem auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 519px) {
  .c-price__plan ul {
    margin-top: 3rem;
    width: 100%;
  }
}
.c-price__plan ul li {
  margin-top: 4rem;
  padding: 3rem 1rem;
  font-size: 3rem;
  background-color: #ffd700;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .c-price__plan ul li {
    margin-top: 3rem;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-price__plan ul li {
    margin-top: 2rem;
    padding: 2rem 1rem;
    font-size: 5vw;
    border-radius: 2rem;
  }
}
.c-price__plan ul li:first-child {
  margin-top: 0;
}

.c-price__lineup {
  margin-top: 3rem;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .c-price__lineup {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-price__lineup {
    font-size: 6vw;
  }
}

.c-design__images {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 9rem;
}
@media screen and (max-width: 959px) {
  .c-design__images {
    gap: 2rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-design__images {
    gap: 1rem;
    margin-top: 5rem;
  }
}

.c-design__img {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .c-design__img {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-design__img {
    width: calc(50% - 0.5rem);
  }
}

.c-design__img--l {
  width: calc(66.666% - 1.3333333333rem);
}
@media screen and (max-width: 959px) {
  .c-design__img--l {
    width: calc(66.666% - 0.6666666667rem);
  }
}
@media screen and (max-width: 519px) {
  .c-design__img--l {
    width: 100%;
  }
}

.c-design__img--s {
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .c-design__img--s {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .c-design__img--s {
    width: calc(50% - 0.5rem);
  }
}

.c-design__images--grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 0.478fr;
  margin: 0;
}
@media screen and (max-width: 519px) {
  .c-design__images--grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

.c-design__grid-img {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 519px) {
  .c-design__grid-img {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
.c-design__grid-img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 519px) {
  .c-design__grid-img:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.c-design__grid-img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 519px) {
  .c-design__grid-img:nth-child(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.c-design__info {
  margin: 9rem auto;
  width: 100%;
  max-width: 94.6rem;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-design__info {
    margin: 7rem auto;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-design__info {
    margin: 5rem auto;
    font-size: 4.6vw;
  }
}

.c-attention {
  padding: 10rem 0;
  background-image: url(../images/pack/attention_bg.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 959px) {
  .c-attention {
    padding: 8rem 0;
    background-position: 73% 50%;
  }
}
@media screen and (max-width: 519px) {
  .c-attention {
    padding: 6rem 0;
  }
}

.c-attention__container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 134rem;
}
@media screen and (max-width: 959px) {
  .c-attention__container {
    padding: 0;
  }
}

.c-attention__title {
  margin: 0 auto 0 0;
  padding: 3rem 2rem;
  aspect-ratio: 60/24;
  width: 60rem;
  height: auto;
  font-size: 4.6rem;
  text-align: center;
  line-height: 1.5;
  background-image: url(../images/pack/fukidashi.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-attention__title {
    padding: 2.3rem 2rem;
    width: 70%;
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-attention__title {
    padding: 6vw 2rem;
    width: 100%;
    font-size: 6vw;
  }
}

.c-attention__info {
  margin-top: 4.5rem;
  padding-bottom: 4rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .c-attention__info {
    padding-bottom: 2rem;
    font-size: 2.65vw;
    filter: drop-shadow(0 0 3px white) drop-shadow(0 0 2px white) drop-shadow(0 0 1px white);
  }
}
@media screen and (max-width: 519px) {
  .c-attention__info {
    margin-top: 3.5rem;
    padding-bottom: 1rem;
    font-size: 4.3vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.c-sug {
  padding-top: 8rem;
  text-align: center;
  background-color: #ffd700;
}
@media screen and (max-width: 959px) {
  .c-sug {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-sug {
    padding-top: 4rem;
  }
}

.c-sug--pack {
  background-color: transparent;
  background-image: url(../images/common/bg-illust02.webp);
  background-size: contain;
  background-repeat: repeat;
}

.c-sug__title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .c-sug__title {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 519px) {
  .c-sug__title {
    font-size: 6.2vw;
    letter-spacing: 0;
  }
}

.c-sug__info {
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .c-sug__info {
    margin-top: 4rem;
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .c-sug__info {
    margin-top: 3rem;
    font-size: 4.1vw;
  }
}

.c-sug__container {
  position: relative;
  padding-top: 41vw;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-sug__container {
    padding-top: 100vw;
  }
}

.c-sug__container--pack {
  margin: 0 auto;
  padding-top: 22vw;
  max-width: 110rem;
}
@media screen and (max-width: 959px) {
  .c-sug__container--pack {
    padding-top: 27vw;
  }
}
@media screen and (max-width: 519px) {
  .c-sug__container--pack {
    padding-top: 32vw;
  }
}

.c-sug__fukidashi {
  position: absolute;
  top: 38%;
  left: 0;
  padding: 4rem 2rem;
  aspect-ratio: 44/20;
  width: 44rem;
  height: auto;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
  background-image: url(../images/pack/fukidashi_q01.png);
  background-size: contain;
}
@media screen and (max-width: 1130px) {
  .c-sug__fukidashi {
    width: 37vw;
  }
}
@media screen and (max-width: 959px) {
  .c-sug__fukidashi {
    padding: 2.2rem 1rem;
    width: 37vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-sug__fukidashi {
    top: 51%;
    left: 0;
    padding: 3.2vw 0.5rem;
    width: 48vw;
    font-size: 3.4vw;
    letter-spacing: 0;
  }
}
.c-sug__fukidashi:nth-child(2) {
  top: 10%;
  left: 12.5%;
  background-image: url(../images/pack/fukidashi_q02.png);
}
@media screen and (max-width: 519px) {
  .c-sug__fukidashi:nth-child(2) {
    top: 22%;
    left: 0;
  }
}
.c-sug__fukidashi:nth-child(3) {
  top: 10%;
  left: auto;
  right: 12.5%;
  background-image: url(../images/pack/fukidashi_q03.png);
}
@media screen and (max-width: 519px) {
  .c-sug__fukidashi:nth-child(3) {
    top: 8%;
    right: 0;
  }
}
.c-sug__fukidashi:nth-child(4) {
  top: 38%;
  left: auto;
  right: 0;
  background-image: url(../images/pack/fukidashi_q04.png);
}
@media screen and (max-width: 519px) {
  .c-sug__fukidashi:nth-child(4) {
    top: 36%;
    right: 0;
  }
}

.c-sug__pack {
  position: absolute;
  bottom: 11rem;
  left: 0;
  width: 25rem;
}
@media screen and (max-width: 959px) {
  .c-sug__pack {
    bottom: 9vw;
    width: 22vw;
  }
}
.c-sug__pack:nth-child(2) {
  bottom: 38rem;
  left: 17%;
}
@media screen and (max-width: 959px) {
  .c-sug__pack:nth-child(2) {
    bottom: 29vw;
  }
}
.c-sug__pack:nth-child(3) {
  bottom: 38rem;
  left: auto;
  right: 17%;
}
@media screen and (max-width: 959px) {
  .c-sug__pack:nth-child(3) {
    bottom: 29vw;
  }
}
.c-sug__pack:nth-child(4) {
  bottom: 11rem;
  left: auto;
  right: 0;
}
@media screen and (max-width: 959px) {
  .c-sug__pack:nth-child(4) {
    bottom: 9vw;
  }
}

.c-sug__chara {
  position: relative;
}

.c-sug__icon {
  position: absolute;
  bottom: calc(100% + 8rem);
  left: 50%;
  transform: translateX(-50%);
  width: 9.5%;
}
@media screen and (max-width: 959px) {
  .c-sug__icon {
    bottom: calc(100% + 4rem);
    width: 8%;
  }
}
@media screen and (max-width: 519px) {
  .c-sug__icon {
    bottom: calc(100% + 0rem);
  }
}

.c-sug__icon--ex {
  bottom: calc(100% + 6.5rem);
  width: 3.3rem;
}
@media screen and (max-width: 959px) {
  .c-sug__icon--ex {
    bottom: calc(100% + 4.5rem);
    width: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-sug__icon--ex {
    bottom: calc(100% + 1.5rem);
    width: 1rem;
  }
}

.c-sug__human {
  width: 34%;
}
@media screen and (max-width: 959px) {
  .c-sug__human {
    width: 40%;
  }
}

.c-sug__human--man {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .c-sug__human--man {
    width: 34%;
  }
}

.c-aste-image {
  padding: 4rem 0;
  background-color: #ffd700;
}
@media screen and (max-width: 519px) {
  .c-aste-image {
    padding: 3rem 0;
  }
}
.c-aste-image img {
  margin: 0 2rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-aste-image img {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-aste-image img {
    margin: 0 0.5rem;
  }
}

.c-feature {
  padding: 9rem 0;
}
@media screen and (max-width: 959px) {
  .c-feature {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-feature {
    padding: 6rem 0 6rem;
  }
}

.c-feature__container {
  display: flex;
  flex-wrap: wrap;
  gap: 9rem 4rem;
}
@media screen and (max-width: 959px) {
  .c-feature__container {
    gap: 7rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__container {
    gap: 6rem;
  }
}

.c-feature__wrapper {
  width: calc(50% - 2rem);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-feature__wrapper {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-feature__wrapper {
    width: 100%;
  }
}

.c-feature__title {
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-feature__title {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__title {
    font-size: 6.5vw;
    letter-spacing: 0.1em;
  }
}
.c-feature__title em {
  display: block;
  color: #ffd700;
  font-size: 2.2rem;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .c-feature__title em {
    font-size: 0.55em;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__title em {
    font-size: 0.6em;
  }
}

.c-feature__title--facility {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-feature__title--facility {
    letter-spacing: 0;
  }
}

.c-feature__info {
  margin-top: 0.7rem;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .c-feature__info {
    font-size: 2.6vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__info {
    font-size: 4.3vw;
    letter-spacing: 0.1em;
  }
}

.c-feature__img {
  margin-top: 4rem;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .c-feature__img {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__img {
    margin-top: 2rem;
  }
}

.c-feature__ctn {
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.4;
}

.c-feature__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-feature__items {
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__items {
    gap: 1rem;
    font-size: 1.3rem;
  }
}
.c-feature__items li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 0.75rem);
  height: 6rem;
  border: solid 1px #787878;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .c-feature__items li {
    width: calc(50% - 0.5rem);
    height: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__items li {
    width: calc(50% - 0.5rem);
    height: 4.5rem;
  }
}

.c-feature__facility {
  margin-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-feature__facility {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__facility {
    margin-top: 6rem;
  }
}

.c-feature__images {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 959px) {
  .c-feature__images {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__images {
    gap: 2rem 1rem;
    margin-top: 2rem;
  }
}

.c-feature__img-wrap {
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .c-feature__img-wrap {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .c-feature__img-wrap {
    width: calc(50% - 0.5rem);
  }
}
.c-feature__img-wrap img {
  width: 100%;
}
.c-feature__img-wrap figcaption {
  display: block;
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-feature__img-wrap figcaption {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__img-wrap figcaption {
    font-size: 1.3rem;
  }
}

.c-feature__plan {
  margin-top: 9rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-feature__plan {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-feature__plan {
    margin-top: 6rem;
  }
}

.c-pack-detail {
  padding: 8rem 0 10rem;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .c-pack-detail {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail {
    padding: 6rem 0;
  }
}

.c-pack-detail__title {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__title {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__title {
    font-size: 6.7vw;
  }
}

.c-pack-detail__container {
  display: flex;
  align-items: center;
  margin-top: 8rem;
  height: 20rem;
  background-color: #fff;
  border: solid 1px #787878;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__container {
    flex-wrap: wrap;
    margin-top: 6rem;
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__container {
    margin-top: 3rem;
  }
}

.c-pack-detail__plan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21%;
  height: 100%;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__plan {
    padding: 1rem;
    width: 50%;
    font-size: 4.8vw;
  }
}

.c-pack-detail__tubo,
.c-pack-detail__floor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 14%;
  height: 100%;
  font-size: 3rem;
  border-left: solid 0.4px #787878;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__tubo,
  .c-pack-detail__floor {
    aspect-ratio: 1.4;
    width: 25%;
    font-size: 2.8vw;
    line-height: 1;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__tubo,
  .c-pack-detail__floor {
    font-size: 3vw;
    border-left: solid 0.7px #787878;
  }
}
.c-pack-detail__tubo span,
.c-pack-detail__floor span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4em;
  line-height: 0.7;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__tubo span,
  .c-pack-detail__floor span {
    line-height: inherit;
  }
}

.c-pack-detail__price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 51%;
  height: 100%;
  font-size: 2.2rem;
  border-left: solid 0.4px #787878;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__price {
    padding: 2rem 1rem;
    width: 100%;
    font-size: 2.65vw;
    border-top: solid 0.4px #787878;
    border-left: none;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__price {
    font-size: 3.5vw;
  }
}
.c-pack-detail__price span {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5em;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
@media screen and (max-width: 519px) {
  .c-pack-detail__price span {
    font-size: 3.5em;
    letter-spacing: 0.1em;
  }
}
.c-pack-detail__price small {
  display: block;
  font-size: 0.8em;
}

.c-pack-detail__price-val {
  display: inline-block;
  color: #ff3c64;
}

.c-pack-detail__plans {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 5rem auto 0;
  max-width: 130rem;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__plans {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__plans {
    gap: 1rem;
    margin-top: 3rem;
  }
}
.c-pack-detail__plans li {
  padding: 4rem 1rem;
  width: calc(25% - 3rem);
  font-size: 2.2rem;
  line-height: 1.4;
  background-color: #ffd700;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__plans li {
    padding: 3rem 1rem;
    width: calc(50% - 1rem);
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__plans li {
    padding: 2rem 0.5rem;
    width: calc(50% - 0.5rem);
    font-size: 3.5vw;
    border-radius: 2rem;
  }
}
.c-pack-detail__plans li span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.18em;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 519px) {
  .c-pack-detail__plans li span {
    letter-spacing: 0.1em;
  }
}

.c-pack-detail__main {
  display: flex;
  align-items: center;
  margin: 10rem auto;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__main {
    margin: 7rem auto;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__main {
    margin: 5rem auto;
  }
}

.c-pack-detail__main-tubo {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  margin-right: 4rem;
  width: 20rem;
  height: auto;
  font-size: 3rem;
  line-height: 1;
  border: solid 0.5rem black;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__main-tubo {
    margin-right: 3rem;
    width: 22vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__main-tubo {
    margin-right: 1rem;
    width: 23vw;
    border: solid 0.3rem black;
  }
}
.c-pack-detail__main-tubo span {
  margin-left: 0.7rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.66em;
  letter-spacing: 0;
}
@media screen and (max-width: 519px) {
  .c-pack-detail__main-tubo span {
    margin-left: 0;
    letter-spacing: 0;
  }
}

.c-pack-detail__main-term {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 519px) {
  .c-pack-detail__main-term {
    margin-top: 0.7rem;
  }
}
.c-pack-detail__main-term:first-child {
  margin-top: 0;
}

.c-pack-detail__main-item {
  margin-right: 2rem;
  padding: 1.4rem 1rem;
  width: 11.6rem;
  text-align: center;
  border: solid 1px black;
  letter-spacing: 0;
}
@media screen and (max-width: 519px) {
  .c-pack-detail__main-item {
    margin-right: 1rem;
    padding: 0.5rem 0.5rem;
    width: 7rem;
    font-size: 1.1rem;
  }
}

.c-pack-detail__main-price {
  color: #ff3c64;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__main-price {
    font-size: 2.65vw;
  }
}
.c-pack-detail__main-price span {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5em;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .c-pack-detail__main-price span {
    letter-spacing: 0.4rem;
  }
}

.c-pack-detail__images {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .c-pack-detail__images {
    gap: 2rem;
  }
}
.c-pack-detail__images img {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .c-pack-detail__images img {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .c-pack-detail__images img {
    width: 100%;
  }
}

.c-estate-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7rem;
  font-size: 2.2rem;
  border: solid 1px #787878;
  border-collapse: collapse;
}
@media screen and (max-width: 959px) {
  .c-estate-info {
    margin-top: 4rem;
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .c-estate-info {
    margin-top: 3rem;
    font-size: 4.2vw;
    border-width: 0.5px;
  }
}

.c-estate-info__item {
  display: flex;
  width: 50%;
  border: solid 1px #787878;
}
@media screen and (max-width: 959px) {
  .c-estate-info__item {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .c-estate-info__item {
    border-width: 0.5px;
  }
}

.c-estate-info__item--l {
  width: 100%;
}

.c-estate-info__term {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  aspect-ratio: 1;
  width: 17.2rem;
  text-align: center;
  background-color: #f5f5f5;
  border-right: solid 1px #787878;
}
@media screen and (max-width: 959px) {
  .c-estate-info__term {
    width: 18vw;
  }
}
@media screen and (max-width: 519px) {
  .c-estate-info__term {
    padding: 2rem 1rem;
    aspect-ratio: auto;
    width: 23vw;
    letter-spacing: 0;
  }
}

.c-estate-info__des {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 4rem;
  width: calc(100% - 17.2rem);
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-estate-info__des {
    padding: 1rem 2.5rem;
    width: calc(100% - 18vw);
  }
}
@media screen and (max-width: 519px) {
  .c-estate-info__des {
    padding: 1rem 1.5rem;
    width: calc(100% - 23vw);
    line-height: 1.5;
  }
}
.c-estate-info__des a {
  text-decoration: underline;
}

.c-estate-contact {
  display: flex;
  justify-content: center;
  gap: 3.7rem;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .c-estate-contact {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .c-estate-contact {
    gap: 2rem;
    margin-top: 4rem;
  }
}

.c-estate-contact--mt2 {
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .c-estate-contact--mt2 {
    margin-top: 0;
  }
}

.c-estate-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1rem 1rem 1rem 7rem;
  color: white;
  width: 60rem;
  height: 12rem;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.3;
  background-color: #ffa000;
  border: solid 2px #ffa000;
  border-radius: 10rem;
}
@media screen and (max-width: 959px) {
  .c-estate-contact__btn {
    padding: 1rem 1rem 1rem 5rem;
    aspect-ratio: 60/12;
    width: 70vw;
    height: auto;
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .c-estate-contact__btn {
    aspect-ratio: 4.5;
    width: 100%;
    font-size: 4.3vw;
  }
}
.c-estate-contact__btn img {
  position: absolute;
  top: 0.85rem;
  left: 1rem;
  aspect-ratio: 1;
  width: 10rem;
  height: auto;
}
@media screen and (max-width: 959px) {
  .c-estate-contact__btn img {
    width: 11.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-estate-contact__btn img {
    width: 14.4vw;
  }
}
.c-estate-contact__btn span {
  display: block;
  font-size: 1.45em;
}

.c-estate-contact__btn--tel {
  font-size: 3.6rem;
  color: black;
  background-color: #fff;
  border: solid 2px black;
}
@media screen and (max-width: 959px) {
  .c-estate-contact__btn--tel {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-estate-contact__btn--tel {
    font-size: 6.5vw;
  }
}
.c-estate-contact__btn--tel small {
  display: block;
  font-size: 0.44em;
}
@media screen and (max-width: 519px) {
  .c-estate-contact__btn--tel small {
    letter-spacing: 0;
  }
}

.c-point {
  position: relative;
  margin: 19rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .c-point {
    margin-top: 14rem;
  }
}
@media screen and (max-width: 519px) {
  .c-point {
    margin-top: 10rem;
  }
}
.c-point h2, .c-point h3 {
  position: relative;
  z-index: 1;
  max-width: 74vw;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .c-point h2, .c-point h3 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-point h2, .c-point h3 {
    font-size: 4.4vw;
    letter-spacing: 0;
  }
}
.c-point h2 em, .c-point h3 em {
  display: block;
  font-size: 2.4em;
  font-style: normal;
}
@media screen and (max-width: 519px) {
  .c-point h2 em, .c-point h3 em {
    font-size: 2.1em;
  }
}
.c-point span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-family: "Montserrat", sans-serif;
  color: #f5f5f5;
  font-size: 15rem;
  letter-spacing: 2rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-point span {
    font-size: 17vw;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-point span {
    font-size: 24vw;
    letter-spacing: 0;
  }
}
.c-point::before, .c-point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14rem;
  transform: translate(-100%, -50%);
  width: 8.5rem;
  height: 20rem;
  background-image: url(../images/common/kakko_left.png);
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 959px) {
  .c-point::before, .c-point::after {
    left: -7rem;
    width: 8vw;
  }
}
@media screen and (max-width: 519px) {
  .c-point::before, .c-point::after {
    left: -1rem;
    width: 10vw;
  }
}
.c-point::after {
  left: auto;
  right: -14rem;
  transform: translate(100%, -50%);
  background-image: url(../images/common/kakko_right.png);
}
@media screen and (max-width: 959px) {
  .c-point::after {
    right: -7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-point::after {
    right: -1rem;
  }
}

.c-point--design {
  margin-top: 6rem;
}
@media screen and (max-width: 519px) {
  .c-point--design {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-point--design h2 em, .c-point--design h3 em {
    font-size: 1.8em;
    letter-spacing: 0;
  }
}
.c-point--design span {
  color: white;
}
@media screen and (max-width: 519px) {
  .c-point--design span {
    font-size: 19vw;
  }
}
.c-point--design::before {
  background-image: url(../images/common/kakko_left_bl.webp);
}
.c-point--design::after {
  background-image: url(../images/common/kakko_right_bl.webp);
}

.c-point--reason {
  margin-top: 7.5rem;
  width: min(67rem, 51vw);
}
@media screen and (max-width: 959px) {
  .c-point--reason {
    width: 60vw;
  }
}
@media screen and (max-width: 519px) {
  .c-point--reason {
    margin-top: 4rem;
    width: 70vw;
  }
}
@media screen and (max-width: 959px) {
  .c-point--reason span {
    margin-left: 0.25rem;
    font-size: 15vw;
    letter-spacing: 0.5rem;
  }
}

.c-promise {
  position: relative;
  margin-top: 19rem;
  padding: 3rem 8rem 0;
  background-color: #ffd700;
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 1270px) {
  .c-promise {
    margin-top: 10rem;
    padding: 2rem 2rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-promise {
    margin-top: 6rem;
    padding: 1rem 0rem 0;
    border-radius: 3rem;
  }
}
.c-promise::before {
  content: "PROMISE";
  position: absolute;
  top: 2.6%;
  left: 0;
  z-index: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: center;
  font-size: 23rem;
  letter-spacing: 3rem;
  line-height: 1;
}
@media screen and (max-width: 1270px) {
  .c-promise::before {
    font-size: 17vw;
    font-weight: 700;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-promise::before {
    letter-spacing: 0;
  }
}

.c-promise__title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 6.4rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1270px) {
  .c-promise__title {
    font-size: 6.6vw;
    filter: drop-shadow(0 0 2px white);
  }
}
@media screen and (max-width: 519px) {
  .c-promise__title {
    font-size: 6.7vw;
    letter-spacing: 0.3rem;
  }
}

.c-promise__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-top: 3.5rem;
}
@media screen and (max-width: 1270px) {
  .c-promise__container {
    margin-top: 9vw;
  }
}
@media screen and (max-width: 519px) {
  .c-promise__container {
    margin-top: 16vw;
  }
}

.c-promise__wrapper {
  position: relative;
  transform: translateY(1.6rem);
}

.c-promise__man,
.c-promise__woman {
  width: 29.2rem;
}
@media screen and (max-width: 1270px) {
  .c-promise__man,
  .c-promise__woman {
    width: 19vw;
  }
}

.c-promise__fukidashi {
  position: absolute;
  top: -0.9rem;
  left: 79%;
  z-index: 1;
  padding: 2.5rem 1rem;
  aspect-ratio: 36/16;
  width: 36rem;
  height: auto;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  background-image: url(../images/common/fukidashi_promise01.png);
  background-size: contain;
}
@media screen and (max-width: 1270px) {
  .c-promise__fukidashi {
    top: -8vw;
    left: 62%;
    padding: 1.5rem 1rem;
    width: 31vw;
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-promise__fukidashi {
    top: -14vw;
    left: 31%;
    padding: 0.8rem 0.5rem;
    width: 40vw;
    font-size: 3.4vw;
  }
}

.c-promise__fukidashi--right {
  top: -1.4rem;
  left: auto;
  right: 79%;
  background-image: url(../images/common/fukidashi_promise02.png);
}
@media screen and (max-width: 1270px) {
  .c-promise__fukidashi--right {
    top: -8.2vw;
    right: 62%;
  }
}
@media screen and (max-width: 519px) {
  .c-promise__fukidashi--right {
    top: -14.2vw;
    right: 31%;
  }
}

.c-post {
  padding: 10rem 0;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .c-post {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-post {
    padding: 6rem 0;
  }
}

.c-post__area {
  padding: 0.2em 1em;
  width: fit-content;
  color: #FFF;
  font-size: 1.4rem;
  background: #039;
}

.c-post__title {
  margin-top: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 519px) {
  .c-post__title {
    margin-top: 1.5rem;
    line-height: 1.6;
  }
}

.c-post__title--mt0 {
  margin-top: 0;
}

.c-post__date {
  display: block;
  margin-top: 1.2rem;
  text-align: right;
  color: #666;
}

.c-post__mv {
  margin-top: 3rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .c-post__mv {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-post__mv {
    margin-top: 2rem;
  }
}

.c-post__bnr {
  margin-top: 7rem;
}
@media screen and (max-width: 959px) {
  .c-post__bnr {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-post__bnr {
    margin-top: 4rem;
  }
}

.c-post__content {
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .c-post__content {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-post__content {
    margin-top: 6rem;
  }
}
.c-post__content p {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 519px) {
  .c-post__content p {
    margin-bottom: 2rem;
  }
}
.c-post__content img {
  max-width: 100%;
}
.c-post__content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.c-post__content em {
  font-style: normal;
  font-weight: bold;
}
.c-post__content a {
  text-decoration: underline;
  word-break: break-all;
}

.c-post__content--news {
  margin-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.125em;
}
@media screen and (max-width: 519px) {
  .c-post__content--news {
    margin-top: 3.5rem;
    padding-bottom: 2rem;
  }
}

.c-post__content--event h2 {
  margin-bottom: 3.5rem;
  padding-bottom: 0.2rem;
  color: #333;
  font-size: 1.33em;
  font-weight: 700;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 959px) {
  .c-post__content--event h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-post__content--event h2 {
    margin-bottom: 2rem;
  }
}

.c-post__head-border {
  margin-bottom: 3.5rem;
  padding-bottom: 0.2rem;
  color: #333;
  font-size: 1.33em;
  font-weight: 700;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 959px) {
  .c-post__head-border {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-post__head-border {
    margin-bottom: 2rem;
  }
}

.c-post__head-border--map {
  margin-top: 6rem;
}
@media screen and (max-width: 959px) {
  .c-post__head-border--map {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-post__head-border--map {
    margin-top: 4rem;
  }
}

.c-cats__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 10rem 0;
  font-size: 2rem;
  line-height: 1.4;
  color: white;
  text-align: center;
  letter-spacing: 0;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-cats__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 8rem 0;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-cats__list {
    gap: 1rem 0.75rem;
    padding: 5rem 0;
    font-size: 3.8vw;
  }
}
.c-cats__list .c-cats__btn a {
  display: block;
  padding: 0.75em;
  background-color: black;
  border-radius: 3em;
}
@media screen and (max-width: 519px) {
  .c-cats__list .c-cats__btn a {
    padding: 1rem 0.5rem;
  }
}
.c-cats__list .c-cats__btn a:hover {
  background-color: #ffa000;
  opacity: 1;
}
.c-cats__list .c-cats__btn--m {
  grid-column: span 2/span 2;
}
@media screen and (max-width: 519px) {
  .c-cats__list .c-cats__btn--long a {
    font-size: 4vw;
    letter-spacing: -2px;
  }
}
.c-cats__list .c-cats__btn--current a {
  background-color: #ffa000;
  pointer-events: none;
}

.c-section-title2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-section-title2__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.3rem;
  width: 100%;
  text-align: center;
  font-size: 4.6rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-section-title2__title {
    margin-left: 0.15rem;
    font-size: 5.3vw;
    filter: drop-shadow(0 0 3px white) drop-shadow(0 0 2px white) drop-shadow(0 0 1px white);
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title2__title {
    font-size: 6vw;
  }
}
.c-section-title2__title span {
  position: relative;
}
.c-section-title2__title span::before, .c-section-title2__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2.2rem;
  transform: translate(-100%, -50%);
  width: 4.2rem;
  height: 2.6px;
  background-color: black;
}
@media screen and (max-width: 519px) {
  .c-section-title2__title span::before, .c-section-title2__title span::after {
    left: -1.5rem;
    width: 2rem;
  }
}
.c-section-title2__title span::after {
  left: auto;
  right: -1.9rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 959px) {
  .c-section-title2__title span::after {
    right: -2.05rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title2__title span::after {
    right: -1.35rem;
  }
}

.c-section-title2__title--white {
  color: white;
}
@media screen and (max-width: 959px) {
  .c-section-title2__title--white {
    color: #000;
  }
}
.c-section-title2__title--white span::before, .c-section-title2__title--white span::after {
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .c-section-title2__title--white span::before, .c-section-title2__title--white span::after {
    background-color: #000;
  }
}

.c-section-title2__num {
  position: absolute;
  top: 50%;
  left: max(2rem, 50vw - 65rem);
  transform: translate(0%, -50%);
  width: auto;
  height: 10.8rem;
}
@media screen and (max-width: 959px) {
  .c-section-title2__num {
    top: 1rem;
    left: 1rem;
    transform: translate(0%, 0%);
    height: 10vw;
  }
}
@media screen and (max-width: 519px) {
  .c-section-title2__num {
    top: 0.7rem;
    height: 13.5vw;
  }
}

.c-section-title2__mv {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .c-section-title2__mv {
    height: 40vw;
    object-fit: cover;
  }
}

@media screen and (max-width: 519px) {
  .c-section-title2__mv--grade {
    object-position: 5% center;
  }
}

@media screen and (max-width: 519px) {
  .c-section-title2__mv--long {
    object-position: 21% center;
  }
}

@media screen and (max-width: 519px) {
  .c-section-title2__mv--mind {
    object-position: 69% center;
  }
}

.c-fukidashi {
  margin: 8rem auto 0;
  padding-top: 3.6rem;
  aspect-ratio: 68/20;
  width: 100%;
  max-width: 68rem;
  font-weight: bold;
  font-size: 4.6rem;
  text-align: center;
  letter-spacing: 0.2rem;
  background-image: url(../images/structure/structure_fukidashi01.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-fukidashi {
    padding-top: 4vw;
    width: 80%;
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-fukidashi {
    margin-top: 4rem;
    padding-top: 3.2vw;
    width: 85%;
    font-size: 6vw;
    letter-spacing: 0.3rem;
  }
}

.c-fukidashi--right {
  background-image: url(../images/structure/structure_fukidashi02.png);
}

.c-monthly {
  width: 100%;
  padding: 8.5rem 0 4rem;
  text-align: center;
  background-color: #ffd700;
  background-image: url(../images/cost/bg.webp);
  background-size: cover;
}
@media screen and (max-width: 519px) {
  .c-monthly {
    padding: 5rem 0 3rem;
  }
}

.c-monthly--reason {
  margin-top: 11rem;
}
@media screen and (max-width: 959px) {
  .c-monthly--reason {
    margin-top: 8rem;
    padding-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly--reason {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}

.c-monthly__text1,
.c-monthly__text2 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .c-monthly__text1,
  .c-monthly__text2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__text1,
  .c-monthly__text2 {
    font-size: 5.7vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 959px) {
  .c-monthly__text1--cross {
    line-height: 1.2;
  }
}

.c-monthly__text2 {
  margin-top: 3.5rem;
  font-size: 4.2rem;
}
@media screen and (max-width: 959px) {
  .c-monthly__text2 {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__text2 {
    margin-top: 2rem;
    font-size: 6vw;
  }
}

.c-monthly__fukidashi {
  background-image: url(../images/cost/fukidashi01.webp);
}

.c-monthly__board {
  margin-top: 10rem;
  padding: 18rem 10rem 10rem;
  aspect-ratio: 140/68;
  width: 100%;
  height: auto;
  background-image: url(../images/cost/cost_bg01.webp);
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .c-monthly__board {
    padding: 11vw 4vw 4vw;
  }
}
@media screen and (max-width: 959px) {
  .c-monthly__board {
    margin-top: 5rem;
    padding: 11vw 4vw 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__board {
    margin-top: 3rem;
  }
}

.c-monthly__board-title {
  padding: 0 1rem 0 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 1.68;
  background-color: #ffd700;
  border-radius: 5rem;
}
@media screen and (max-width: 959px) {
  .c-monthly__board-title {
    font-size: 4.5vw;
    letter-spacing: 0.3rem;
  }
}

.c-monthly__board-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7.5rem;
  font-weight: bold;
  font-size: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 1330px) {
  .c-monthly__board-container {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .c-monthly__board-container {
    margin-top: 4.5vw;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__board-container {
    margin-top: 4vw;
    letter-spacing: 0;
  }
}

.c-monthly__board-left,
.c-monthly__board-right {
  line-height: 1.4;
}

.c-monthly__board-equal {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  margin: 0 4rem;
  width: 15.8rem;
  height: auto;
  color: white;
  font-size: 11.5rem;
  font-weight: bold;
  line-height: 1;
  background-color: #ff3c3c;
  border-radius: 50%;
}
@media screen and (max-width: 1300px) {
  .c-monthly__board-equal {
    width: 11vw;
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 959px) {
  .c-monthly__board-equal {
    margin: 0 3vw;
    width: 12vw;
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__board-equal {
    margin: 0 2.5vw;
    width: 10vw;
  }
}

.c-monthly__labels {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 959px) {
  .c-monthly__labels {
    gap: 2rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .c-monthly__labels {
    gap: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__labels {
    gap: 1rem;
    margin-top: 3rem;
  }
}

.c-monthly__label {
  width: 38%;
}
@media screen and (max-width: 959px) {
  .c-monthly__label {
    width: 43%;
  }
}

.c-monthly__cross {
  margin-bottom: 5rem;
  width: 7.5%;
}
@media screen and (max-width: 959px) {
  .c-monthly__cross {
    margin-bottom: 4vw;
    width: 6%;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__cross {
    width: 7%;
  }
}

.c-monthly__heat {
  margin-top: 5rem;
  font-size: 7.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .c-monthly__heat {
    font-size: 5.5vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__heat {
    margin-top: 2rem;
  }
}
.c-monthly__heat span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  color: white;
  line-height: 1;
  letter-spacing: 1rem;
  filter: drop-shadow(0 0 1.5px #ffa000) drop-shadow(0 0 1.5px #ffa000) drop-shadow(0 0 1.5px #ffa000) drop-shadow(0 0 1.5px #ffa000) drop-shadow(0 0 1.5px #ffa000);
}
@media screen and (max-width: 959px) {
  .c-monthly__heat span {
    letter-spacing: 0.5rem;
    filter: drop-shadow(0 0 1px #ffa000) drop-shadow(0 0 1px #ffa000) drop-shadow(0 0 1px #ffa000) drop-shadow(0 0 1px #ffa000) drop-shadow(0 0 1px #ffa000);
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__heat span {
    font-size: 1.6em;
    letter-spacing: 0.2rem;
    filter: drop-shadow(0 0 2px #ffa000) drop-shadow(0 0 2px #ffa000) drop-shadow(0 0 2px #ffa000) drop-shadow(0 0 2px #ffa000) drop-shadow(0 0 2px #ffa000);
  }
}

.c-monthly__mascot1 {
  margin-top: -3.5rem;
  width: 100%;
  max-width: 55.6rem;
}
@media screen and (max-width: 959px) {
  .c-monthly__mascot1 {
    margin-top: 1rem;
    width: 75%;
  }
}
.c-monthly__mascot2 {
  margin-top: 6.5rem;
  width: 100%;
  max-width: 65rem;
}
@media screen and (max-width: 959px) {
  .c-monthly__mascot2 {
    margin-top: 7rem;
    width: 75%;
  }
}
@media screen and (max-width: 519px) {
  .c-monthly__mascot2 {
    margin-top: 3rem;
  }
}

.c-plan {
  padding: 10rem 0;
  background-image: url(../images/common/bg-illust02.webp);
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
}
@media screen and (max-width: 959px) {
  .c-plan {
    padding: 7rem 0;
    background-size: 140% auto;
  }
}
@media screen and (max-width: 519px) {
  .c-plan {
    padding: 5rem 0;
    background-size: 250% auto;
  }
}

.c-plan__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 519px) {
  .c-plan__container {
    gap: 0;
  }
}

.c-plan__card {
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .c-plan__card {
    width: 65%;
  }
}
@media screen and (max-width: 519px) {
  .c-plan__card {
    width: 100%;
  }
}

.c-plan__num {
  margin: 6rem auto 0;
  padding: 2.6rem 1rem 1rem;
  aspect-ratio: 1;
  width: 12rem;
  height: auto;
  color: #ffd700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.1;
  background-color: black;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .c-plan__num {
    padding: 2.7rem 1rem 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-plan__num {
    margin-top: 5rem;
    width: 33%;
  }
}
.c-plan__num span {
  display: block;
  color: white;
  font-size: 2.66em;
  letter-spacing: 0.5rem;
}

.c-plan__point-title {
  margin-top: 3rem;
  color: #ffa000;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  filter: drop-shadow(0 0 3px white) drop-shadow(0 0 2px white);
}
@media screen and (max-width: 959px) {
  .c-plan__point-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-plan__point-title {
    margin-top: 2rem;
    font-size: 5.2vw;
  }
}

.c-plan__img {
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .c-plan__img {
    margin-top: 2rem;
  }
}

.c-plan__point-info {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0;
  filter: drop-shadow(0 0 3px white) drop-shadow(0 0 2px white);
}
@media screen and (max-width: 519px) {
  .c-plan__point-info {
    margin-top: 2rem;
  }
}

.c-intro {
  text-align: center;
}

.c-intro__sub {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 519px) {
  .c-intro__sub {
    font-size: 4.3vw;
  }
}

.c-intro__title {
  margin-top: 1rem;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .c-intro__title {
    font-size: 5vw;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-intro__title {
    font-size: 6vw;
    letter-spacing: 0.1rem;
  }
}

.c-intro__info {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .c-intro__info {
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .c-intro__info {
    font-size: 3.6vw;
    letter-spacing: 0.1rem;
    letter-spacing: 0;
  }
}

.c-intro__fukidashi {
  background-image: url(../images/common/fukidashi_merit.png);
}
@media screen and (max-width: 519px) {
  .c-intro__fukidashi {
    padding-top: 4.7vw;
    width: 100%;
  }
}
.c-intro__fukidashi span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  vertical-align: text-bottom;
}

.c-concept2 {
  padding: 10rem 0;
}
@media screen and (max-width: 959px) {
  .c-concept2 {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2 {
    padding: 5rem 0;
  }
}

.c-concept2__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .c-concept2__container {
    gap: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .c-concept2__container {
    gap: 0;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2__container {
    margin-top: 5rem;
  }
}
.c-concept2__container:first-of-type {
  margin-top: 6rem;
}
@media screen and (max-width: 519px) {
  .c-concept2__container:first-of-type {
    margin-top: 3rem;
  }
}

.c-concept2__container--reverse {
  flex-direction: row-reverse;
}

.c-concept2__image {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1200px) {
  .c-concept2__image {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 959px) {
  .c-concept2__image {
    width: 100%;
  }
}

.c-concept2__content {
  padding-right: max(2rem, 50% - 70rem);
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1200px) {
  .c-concept2__content {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 959px) {
  .c-concept2__content {
    padding: 0 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2__content {
    padding: 0 2rem;
  }
}

.c-concept2__content--reverse {
  padding-left: max(2rem, 50% - 70rem);
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .c-concept2__content--reverse {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2__content--reverse {
    padding: 0 2rem;
  }
}

.c-concept2__sub {
  margin-top: 9rem;
  color: #ffa000;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .c-concept2__sub {
    margin-top: 3rem;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2__sub {
    margin-top: 2rem;
    font-size: 4.5vw;
    letter-spacing: 0.1rem;
  }
}

.c-concept2__title {
  margin-top: 2rem;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .c-concept2__title {
    font-size: 6.6vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2__title {
    margin-top: 1rem;
    font-size: 8vw;
    letter-spacing: 0.2rem;
  }
}

.c-concept2__obi {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .c-concept2__obi {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2__obi {
    font-size: 4.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.c-concept2__obi span {
  display: block;
  padding: 0 1.9rem;
  margin-top: 1rem;
  background-color: #ffa000;
}
@media screen and (max-width: 519px) {
  .c-concept2__obi span {
    padding: 0.8rem 1rem;
  }
}
.c-concept2__obi span:first-child {
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .c-concept2__obi span:first-child {
    margin-top: 2rem;
  }
}

.c-concept2__info {
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .c-concept2__info {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-concept2__info {
    margin-top: 2rem;
    font-size: 3.8vw;
  }
}

/* project
------------------------------------------------ */
.p-top-mv {
  width: 100%;
}

.p-top-select__card {
  margin: 0 2rem;
}
@media screen and (max-width: 959px) {
  .p-top-select__card {
    margin: 0 1rem;
  }
}
.p-top-select__card a {
  display: block;
}
.p-top-select__card a img {
  width: 100%;
  height: auto;
}

.p-top-concept {
  position: relative;
  padding-bottom: 18.5rem;
  width: 100%;
  background-image: url(../images/top/about_bg_l.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .p-top-concept {
    background-image: url(../images/top/about_bg_m.jpg);
  }
}
@media screen and (max-width: 959px) {
  .p-top-concept {
    background-position: 100% center;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 400px) {
  .p-top-concept {
    background-image: url(../images/top/about_bg_s.webp);
  }
}
@media screen and (max-width: 519px) {
  .p-top-concept {
    padding-bottom: 0;
    background-image: none;
  }
}

@media screen and (max-width: 519px) {
  .p-top-concept__container {
    position: relative;
    margin-left: -2rem;
    padding: 2rem 2rem 14rem;
    width: calc(100% + 4rem);
  }
}

@media screen and (max-width: 519px) {
  .p-top-concept__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0); /* 切り抜き */
    z-index: -1;
  }
}

@media screen and (max-width: 519px) {
  .p-top-concept__bg {
    position: fixed; /* 背景を固定 */
    top: 0;
    width: 100%;
    height: 100%;
    height: 100lvh;
    background-size: cover;
    background-position: center 100%;
    background-image: url(../images/top/about_bg_s.webp);
  }
}

.p-top-concept__head {
  font-size: 4.6rem;
  color: white;
  letter-spacing: 0.125em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-top-concept__head {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.1));
  }
}
@media screen and (max-width: 519px) {
  .p-top-concept__head {
    font-size: 6.55vw;
    letter-spacing: 0.1em;
  }
}

.p-top-concept__info {
  margin-top: 5rem;
  max-width: 63rem;
  font-size: 2.2rem;
  color: white;
}
@media screen and (max-width: 959px) {
  .p-top-concept__info {
    max-width: none;
  }
}
@media screen and (max-width: 959px) {
  .p-top-concept__info {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25));
  }
}
@media screen and (max-width: 519px) {
  .p-top-concept__info {
    margin-top: 0.7rem;
    font-size: 4.15vw;
  }
}

.p-top-event {
  margin-top: 16rem;
  background-color: #ffd700;
  background-image: url(../images/common/bg-illust01.webp);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 519px) {
  .p-top-event {
    margin-top: 10rem;
  }
}

.p-top-modelhouse {
  background-color: #f5f5f5;
}

.p-top-work {
  background-color: #ffd700;
}

.p-top-plan {
  background-image: url(../images/common/bg-illust02.webp);
  background-size: contain;
  background-repeat: repeat;
}

.p-top-plan__title {
  margin-top: 3rem;
  padding-left: 1.5rem;
  font-family: YakuHanJP, "Montserrat", serif;
  font-size: 12rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__title {
    font-size: 10rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__title {
    font-size: 10vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__title {
    font-size: 12vw;
  }
}

.p-top-plan__info {
  margin-top: 2rem;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__info {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__info {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__info {
    font-size: 5vw;
  }
}

.p-top-plan__slides {
  margin-top: 9.2rem;
}
@media screen and (max-width: 959px) {
  .p-top-plan__slides {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__slides {
    margin-top: 4rem;
  }
}

.p-top-plan__slide {
  margin: 0 5vw;
  padding: 10rem;
  background-color: #fff;
  border: solid 1px black;
  border-radius: 3rem;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__slide {
    padding: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__slide {
    padding: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__slide {
    padding: 2rem;
    border-radius: 2rem;
  }
}

.p-top-plan__header {
  position: relative;
  z-index: 1;
}

.p-top-plan__head {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__head {
    grid-template-columns: 17rem 1fr;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__head {
    grid-template-columns: 13vw 1fr;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__head {
    grid-template-columns: 15vw 1fr;
  }
}

.p-top-plan__case {
  grid-row: 1/3;
  grid-column: 1/2;
  aspect-ratio: 1;
  padding-top: 21%;
  width: 100%;
  height: auto;
  color: #ffd700;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 1;
  background-color: black;
  border-radius: 50%;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__case {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__case {
    grid-row: 1/2;
    padding-top: 2vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__case {
    font-size: 3.3vw;
    letter-spacing: 0.1em;
  }
}
.p-top-plan__case span {
  display: block;
  margin-top: 0.5rem;
  width: 100%;
  font-family: YakuHanJP, "Montserrat", serif;
  font-size: 8rem;
  color: white;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__case span {
    font-size: 7rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__case span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__case span {
    margin-top: 0.3rem;
    font-size: 6.8vw;
  }
}

.p-top-plan__intro {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-left: 4rem;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__intro {
    padding-left: 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__intro {
    display: flex;
    align-items: center;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__intro {
    padding-left: 1rem;
    font-size: 3.3vw;
  }
}

.p-top-plan__result {
  grid-row: 2/3;
  grid-column: 2/3;
  padding-left: 4rem;
  width: 65%;
  font-size: 3vw;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__result {
    padding-left: 2rem;
    width: 71%;
    font-size: 2.88vw;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__result {
    grid-column: 1/3;
    margin-top: 1rem;
    padding-left: 0;
    width: 73%;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__result {
    margin: 1rem auto 0;
    width: 100%;
    font-size: 5vw;
  }
}

.p-top-plan__result--case3 {
  width: 71%;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__result--case3 {
    width: 76%;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__result--case3 {
    width: 76%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__result--case3 {
    width: 100%;
  }
}

.p-top-plan__content {
  position: relative;
  margin-top: 4rem;
  border: solid 2px #787878;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__content {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__content {
    margin-top: 1.5rem;
  }
}

.p-top-plan__image {
  position: absolute;
  z-index: 0;
  bottom: calc(100% + 2px);
  right: 1rem;
  width: 28%;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__image {
    width: 23%;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__image {
    width: 27%;
    right: 0rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__image {
    display: none !important;
    width: 35%;
    bottom: calc(100% + 11rem);
    right: -1rem;
  }
}

.p-top-plan__image--case3 {
  width: 22%;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__image--case3 {
    width: 19%;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__image--case3 {
    width: 23%;
  }
}

.p-top-plan__content-top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  padding: 4rem;
  border-bottom: solid 2px #787878;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__content-top {
    padding: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__content-top {
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__content-top {
    padding: 1.5rem;
  }
}

.p-top-plan__term {
  display: flex;
  align-items: center;
}

.p-top-plan__item {
  margin-right: 2rem;
  padding: 1.5rem 2.3rem;
  min-width: 10.04rem;
  text-align: center;
  border: solid 1px #787878;
  border-radius: 3rem;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__item {
    margin-right: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__item {
    padding: 0.8rem 1.2rem;
    min-width: 7.52rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__item {
    margin-right: 1rem;
    min-width: 6.82rem;
    font-size: 0.9em;
  }
}

.p-top-plan__item--loan {
  margin-right: 3rem;
}
@media screen and (max-width: 519px) {
  .p-top-plan__item--loan {
    margin-right: 1.5rem;
  }
}

.p-top-plan__content-bottom {
  display: flex;
  align-items: center;
  padding: 4rem;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__content-bottom {
    padding: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__content-bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__content-bottom {
    padding: 1.5rem 1.5rem 2rem;
  }
}

.p-top-plan__content-bottom-left {
  margin-right: 4rem;
  padding-right: 6rem;
  width: calc(100% - 33rem - 4rem);
  border-right: solid 2px #787878;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__content-bottom-left {
    margin-right: 3rem;
    padding-right: 4rem;
    width: calc(100% - 30rem - 3rem);
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__content-bottom-left {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    border: none;
  }
}

.p-top-plan__repayment {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-top-plan__repayment {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__repayment {
    display: block;
    font-size: 4vw;
    text-align: left;
  }
}
.p-top-plan__repayment span {
  padding-left: 3rem;
  color: #ff3c64;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  line-height: 0.7;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__repayment span {
    font-size: 5.4vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__repayment span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__repayment span {
    display: inline-block;
    margin-top: 0.4rem;
    padding-left: 0;
    font-size: 11vw;
  }
}
.p-top-plan__repayment span small {
  padding-left: 0.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .p-top-plan__repayment span small {
    font-size: 0.3em;
  }
}

.p-top-plan__caution {
  margin-top: 1.2rem;
}

.p-top-plan__content-bottom-right {
  width: 33rem;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__content-bottom-right {
    width: 30rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__content-bottom-right {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-top-plan__monthly {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 650;
  text-align: center;
  line-height: 1.6;
  background-color: #f5f5f5;
  border-radius: 5rem;
}
@media screen and (max-width: 1360px) {
  .p-top-plan__monthly {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-plan__monthly {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-plan__monthly {
    font-size: 4vw;
  }
}

.p-top-plan__prev, .p-top-plan__next {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 4rem;
}
@media screen and (max-width: 519px) {
  .p-top-plan__prev, .p-top-plan__next {
    width: 3rem;
  }
}

.p-top-plan__next {
  left: auto;
  right: 0;
}

.p-top-product {
  background-color: #ffd700;
}

.p-top-product__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .p-top-product__cards {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-product__cards {
    gap: 4rem;
  }
}

.p-top-product__card {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-top-product__card {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-product__card {
    width: 100%;
  }
}

.p-top-product__image {
  position: relative;
}
.p-top-product__image img {
  width: 100%;
}

.p-top-product__head {
  position: absolute;
  top: 6rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .p-top-product__head {
    top: 5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-product__head {
    top: 2rem;
  }
}

.p-top-product__name {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  .p-top-product__name {
    font-size: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-product__name {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-product__name {
    font-size: 7vw;
  }
}

.p-top-product__pack {
  margin-top: 2.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  color: white;
  line-height: 1;
}
@media screen and (max-width: 1360px) {
  .p-top-product__pack {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-product__pack {
    margin-top: 1.5rem;
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-product__pack {
    margin-top: 1rem;
    font-size: 10vw;
  }
}

.p-top-product__sub {
  display: inline-block;
  position: relative;
  margin-top: 1.5rem;
  font-size: 2.6rem;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1360px) {
  .p-top-product__sub {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-top-product__sub {
    margin-top: 1rem;
    font-size: 2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-product__sub {
    font-size: 4vw;
  }
}
.p-top-product__sub::before, .p-top-product__sub::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1px;
  height: 2.3rem;
  background: #000000;
}
.p-top-product__sub::after {
  left: auto;
  right: -2rem;
}

.p-top-product__info {
  margin-top: 3.1rem;
  font-size: 1.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-top-product__info {
    margin-top: 2rem;
    font-size: 1em;
  }
}
@media screen and (max-width: 519px) {
  .p-top-product__info {
    margin-top: 1.5rem;
  }
}

.p-top-news {
  background-color: #f5f5f5;
}

.p-top-staff {
  background-color: #ffd700;
}

@media screen and (max-width: 959px) {
  .p-top-staff__cards {
    padding: 0 2rem;
  }
}

.p-top-staff__card {
  position: relative;
  margin: 0 2rem;
  border: solid 0.5rem white;
}
@media screen and (max-width: 959px) {
  .p-top-staff__card {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-staff__card {
    border: solid 0.4rem white;
  }
}
.p-top-staff__card a {
  display: block;
}

.p-top-staff__profile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 3rem 2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  color: white;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-top-staff__profile {
    padding: 2rem 2rem 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-staff__profile {
    font-size: 1.3rem;
  }
}
.p-top-staff__profile span {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.p-top-staff__profile b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 1360px) {
  .p-top-staff__profile b {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-staff__profile b {
    font-size: 1.2em;
  }
}

.p-top-staff__image {
  aspect-ratio: 1/1.1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-top-staff__prev, .p-top-staff__next {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 4rem;
}

.p-top-staff__next {
  left: auto;
  right: 0;
}

.p-concept-image {
  margin-top: 9rem;
}
@media screen and (max-width: 519px) {
  .p-concept-image {
    margin-top: 6rem;
  }
}

.p-concept-story {
  position: relative;
  padding: 12rem 0 10rem;
  background-color: #ffd700;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-concept-story {
    padding: 0 0 70vw;
    background-image: url(../images/common/bg-illust01.webp);
    background-size: cover;
    background-repeat: repeat;
  }
}

.p-concept-story__intro {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-concept-story__intro {
    padding: 5rem 0;
    background-color: #fff;
  }
}

.p-concept-story__title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-concept-story__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-story__title {
    font-size: 4.6vw;
  }
}
.p-concept-story__title strong {
  display: block;
  font-size: 1.39em;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .p-concept-story__title strong {
    padding: 1rem 0;
    line-height: 1.4;
  }
}

.p-concept-story__container {
  position: relative;
  z-index: 1;
  margin: 3.5rem 0 0 auto;
  width: 61rem;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-concept-story__container {
    margin: 2rem auto 0;
    width: 83%;
  }
}
@media screen and (max-width: 728px) {
  .p-concept-story__container {
    width: 84%;
  }
}
@media screen and (max-width: 628px) {
  .p-concept-story__container {
    width: 85%;
  }
}
@media screen and (max-width: 556px) {
  .p-concept-story__container {
    width: 86%;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-story__container {
    margin: 1rem auto 0;
    width: 95%;
  }
}

.p-concept-story__icon {
  margin: 0 auto;
  width: 100%;
  max-width: 60rem;
}

.p-concept-story__manzoku {
  font-size: 8.5rem;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .p-concept-story__manzoku {
    font-size: 11vw;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-story__manzoku {
    font-size: 11.7vw;
  }
}

.p-concept-story__evenly {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
}

.p-concept-story__num {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 25rem;
  text-align: justify;
  letter-spacing: -5px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-concept-story__num {
    font-size: 32vw;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-story__num {
    font-size: 33vw;
    letter-spacing: 0;
  }
}
.p-concept-story__num span {
  font-size: 0.45em;
}
.p-concept-story__num small {
  position: absolute;
  top: 13%;
  right: 0;
  font-size: 0.25em;
}
@media screen and (max-width: 519px) {
  .p-concept-story__num small {
    font-size: 0.3em;
  }
}

.p-concept-story__caution {
  display: block;
  margin-top: 1.3rem;
  font-size: 1.6rem;
  text-align: justify;
}
@media screen and (max-width: 519px) {
  .p-concept-story__caution {
    font-size: 0.75rem;
  }
}

.p-concept-story__mascot {
  position: absolute;
  bottom: -23vw;
  left: -34vw;
  z-index: 0;
  width: 112.5%;
  max-width: none;
}
@media screen and (max-width: 959px) {
  .p-concept-story__mascot {
    left: -21vw;
  }
}

.p-concept-voice {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 519px) {
  .p-concept-voice {
    padding: 7rem 0 5rem;
  }
}

.p-concept-voice__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .p-concept-voice__container {
    gap: 4rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-voice__container {
    gap: 5rem;
  }
}

.p-concept-voice__wrapper {
  width: calc(25% - 3rem);
}
@media screen and (max-width: 959px) {
  .p-concept-voice__wrapper {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-concept-voice__wrapper {
    width: 100%;
  }
}

.p-concept-voice__voice {
  padding: 2.5rem 1rem 7rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  background-image: url(../images/concept/fukidashi.png);
  background-size: 100% 100%;
  background-position: center;
}
@media screen and (max-width: 519px) {
  .p-concept-voice__voice {
    font-size: 5.2vw;
  }
}

.p-concept-voice__owner {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-concept-voice__owner {
    display: block;
    margin: 1.5rem auto 0;
    width: 70%;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-voice__owner {
    width: 60%;
  }
}

.p-concept-voice__message {
  margin-top: 8rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-concept-voice__message {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-voice__message {
    margin-top: 5rem;
    font-size: 5vw;
  }
}

.p-concept-cospa {
  padding: 6rem 0 10rem;
  background-image: url(../images/common/bg-illust02.webp);
  background-size: cover;
  background-repeat: repeat;
}
@media screen and (max-width: 519px) {
  .p-concept-cospa {
    padding: 5rem 0 7rem;
  }
}

.p-concept-cospa__title {
  font-size: 5.4rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-concept-cospa__title {
    font-size: 5.5vw;
  }
}
.p-concept-cospa__container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 4rem;
  margin-top: 7rem;
}
@media screen and (max-width: 959px) {
  .p-concept-cospa__container {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-cospa__container {
    margin-top: 4rem;
  }
}

.p-concept-cospa__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  aspect-ratio: 1;
  padding: 2rem;
  width: calc(33.333% - 2.6666666667rem);
  height: auto;
  text-align: center;
  background-color: #ffd700;
  border-radius: 3rem;
}
@media screen and (max-width: 959px) {
  .p-concept-cospa__wrapper {
    margin: 4rem auto 0;
    width: 40rem;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-cospa__wrapper {
    width: 80%;
  }
}
.p-concept-cospa__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translate(50%, -50%);
  z-index: 1;
  aspect-ratio: 1;
  width: 7rem;
  height: auto;
  background-image: url(../images/concept/icon_hang.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-concept-cospa__wrapper::after {
    top: auto;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (max-width: 519px) {
  .p-concept-cospa__wrapper::after {
    width: 5rem;
  }
}
.p-concept-cospa__wrapper:last-child::after {
  display: none;
}

.p-concept-cospa__icon {
  width: auto;
  height: 16.6rem;
}
@media screen and (max-width: 519px) {
  .p-concept-cospa__icon {
    height: 29vw;
  }
}

.p-concept-cospa__reason {
  margin-top: 2.5rem;
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-concept-cospa__reason {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-concept-cospa__reason {
    font-size: 5.3vw;
  }
}

.p-post-mh {
  width: 100%;
}

.p-post-mh__mv {
  margin-top: 10rem;
  aspect-ratio: 1400/788;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-post-mh__mv {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__mv {
    margin-top: 3rem;
  }
}

.p-post-mh__icon {
  display: block;
  margin: 10rem auto 0;
  max-width: 11rem;
}
@media screen and (max-width: 959px) {
  .p-post-mh__icon {
    margin-top: 5rem;
    width: 10vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__icon {
    margin-top: 3rem;
    width: 15vw;
  }
}

.p-post-mh__type {
  margin-top: 3rem;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-post-mh__type {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__type {
    margin-top: 1rem;
    font-size: 4.4vw;
  }
}

.p-post-mh__name {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-post-mh__name {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__name {
    font-size: 4.8vw;
  }
}

.p-post-mh__content {
  padding-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .p-post-mh__content {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__content {
    padding-bottom: 6rem;
  }
}

.p-post-mh__container {
  display: flex;
  flex-wrap: wrap;
  gap: 9rem 4rem;
  margin-top: 14rem;
}
@media screen and (max-width: 959px) {
  .p-post-mh__container {
    gap: 5rem 2rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__container {
    margin-top: 6rem;
  }
}

.p-post-mh__wrapper {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-post-mh__wrapper {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__wrapper {
    width: 100%;
  }
}

.p-post-mh__img {
  aspect-ratio: 68/48;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-post-mh__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-post-mh__info {
  margin-top: 3rem;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-post-mh__info {
    margin-top: 2rem;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-mh__info {
    margin-top: 1.5rem;
    font-size: 4.4vw;
  }
}

.p-post-reco {
  padding: 9rem 0 10rem;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .p-post-reco {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-reco {
    padding: 5rem 0 6rem;
  }
}

.p-post-reco__title {
  padding-left: 0.4rem;
  font-size: 7.5rem;
  line-height: 1.4;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-post-reco__title {
    font-size: 8vw;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-reco__title {
    font-size: 8vw;
    letter-spacing: 0.1rem;
  }
}

.p-post-reco__merit {
  margin: 8rem auto 0;
  padding: 2rem 1rem;
  aspect-ratio: 68/20;
  width: 68rem;
  height: auto;
  font-size: 4.6rem;
  text-align: center;
  font-weight: 650;
  background-image: url(../images/common/fukidashi_merit.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-post-reco__merit {
    margin-top: 6rem;
    padding: 1.4rem 1rem;
    width: 72vw;
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-reco__merit {
    margin-top: 4rem;
    padding: 0.4rem 1rem;
    font-size: 6vw;
  }
}
.p-post-reco__merit span {
  margin-right: 0.6rem;
  font-family: "Montserrat", sans-serif;
  color: #ffd700;
  font-size: 1.5em;
  vertical-align: sub;
}
@media screen and (max-width: 519px) {
  .p-post-reco__merit span {
    margin-right: 0.3rem;
  }
}

.p-post-reco__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .p-post-reco__container {
    gap: 2rem;
  }
}

.p-post-reco__wrapper {
  width: calc(33.333% - 2.6666666667rem);
}
@media screen and (max-width: 959px) {
  .p-post-reco__wrapper {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .p-post-reco__wrapper {
    width: 100%;
  }
}

.p-post-reco__num {
  margin: 6rem auto 0;
  padding: 2.6rem 1rem 1rem;
  aspect-ratio: 1;
  width: 12rem;
  height: auto;
  color: #ffd700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  background-color: black;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .p-post-reco__num {
    margin-top: 4rem;
    padding: 2.7rem 1rem 1rem;
    font-size: 1.6rem;
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .p-post-reco__num {
    width: 33%;
  }
}
.p-post-reco__num span {
  display: block;
  color: white;
  font-size: 2.66em;
  letter-spacing: 0.5rem;
}

.p-post-reco__sub {
  margin-top: 3rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 959px) {
  .p-post-reco__sub {
    margin-top: 2rem;
    font-size: 2.4vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-post-reco__sub {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }
}

.p-post-reco__image {
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .p-post-reco__image {
    margin-top: 2rem;
  }
}

.p-post-reco__info {
  margin-top: 3rem;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .p-post-reco__info {
    margin-top: 2rem;
  }
}

.p-post-estate__info {
  margin: 1em auto 2em;
}
.p-post-estate__info dt {
  margin: 0px 0px 1em;
  padding: 0.5em 1em;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 600;
  background: rgb(234, 234, 234);
}
.p-post-estate__info dd {
  margin: 0px;
  padding: 0px 0px 0px 1.5em;
  text-indent: -1em;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-post-estate__info dd {
    font-size: 1.8rem;
  }
}
.p-post-estate__info dd::before {
  content: "・";
}
.p-post-estate__info dd a {
  display: inline;
  text-decoration: underline;
}

.p-post-work__name {
  margin-top: 8rem;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-post-work__name {
    margin-top: 4rem;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__name {
    font-size: 5.7vw;
    letter-spacing: 0.1em;
  }
}

.p-post-work__mv {
  margin-top: 10rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-post-work__mv {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__mv {
    margin-top: 6rem;
  }
}

.p-post-work__container {
  padding-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .p-post-work__container {
    padding-bottom: 0;
  }
}

.p-post-work__wrapper {
  display: block !important;
  position: relative;
  width: 100%;
  margin-top: 20rem;
}
@media screen and (max-width: 959px) {
  .p-post-work__wrapper {
    margin-top: calc(8rem - 10vw);
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__wrapper {
    margin-top: calc(6rem - 10vw);
  }
}
.p-post-work__wrapper:first-child {
  margin-top: 16rem;
}
@media screen and (max-width: 959px) {
  .p-post-work__wrapper:first-child {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__wrapper:first-child {
    margin-top: 8rem;
  }
}

.p-post-work__wrapper--reverse {
  text-align: right;
}
.p-post-work__wrapper--reverse .p-post-work__info {
  text-align: left;
}

.p-post-work__img,
.p-post-work__wrap {
  aspect-ratio: 72/48;
  width: calc(50% + 2rem);
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-post-work__img,
  .p-post-work__wrap {
    width: 87%;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__img,
  .p-post-work__wrap {
    width: 95%;
  }
}

.p-post-work__img {
  display: inline-block;
  object-fit: cover;
}
.p-post-work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-post-work__wrap {
  display: flex;
  align-content: end;
  flex-wrap: wrap;
  position: absolute;
  top: 10rem;
  right: 0;
  padding: 15.5rem 9.7rem 7rem 9.7rem;
  aspect-ratio: auto;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1440px) {
  .p-post-work__wrap {
    padding: 11vw 6.7vw 5vw 6.7vw;
  }
}
@media screen and (max-width: 959px) {
  .p-post-work__wrap {
    position: relative;
    top: -10vw;
    left: 13%;
    padding: 15vw 6.7vw 5vw 6.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__wrap {
    left: 5%;
    padding: 15vw 6vw 7vw;
    aspect-ratio: auto;
  }
}

.p-post-work__wrap--reverse {
  left: 0;
  right: auto;
}

.p-post-work__num {
  position: absolute;
  top: 9%;
  left: 3.3rem;
  z-index: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20rem;
  color: white;
  letter-spacing: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .p-post-work__num {
    top: 11%;
    left: 2.6vw;
    font-size: 13vw;
  }
}
@media screen and (max-width: 959px) {
  .p-post-work__num {
    top: 2.4vw;
    left: 2.4vw;
    font-size: 22vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__num {
    top: 0vw;
    font-size: 30vw;
    letter-spacing: 1rem;
  }
}

.p-post-work__area {
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-post-work__area {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__area {
    font-size: 4.1vw;
  }
}
.p-post-work__area span {
  position: relative;
  margin-right: 12rem;
  font-size: 1.82em;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1440px) {
  .p-post-work__area span {
    margin-right: 8vw;
  }
}
@media screen and (max-width: 959px) {
  .p-post-work__area span {
    margin-right: 12vw;
  }
}
.p-post-work__area span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-17%, -50%) rotate(-45deg);
  width: 17rem;
  height: 0.15rem;
  background-color: black;
}
@media screen and (max-width: 959px) {
  .p-post-work__area span::after {
    width: 17vw;
  }
}

.p-post-work__info {
  z-index: 1;
  margin-top: 3rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .p-post-work__info {
    margin-top: 4vw;
    font-size: 2.7vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 519px) {
  .p-post-work__info {
    font-size: 4.2vw;
    line-height: 1.5;
  }
}

.p-staffs {
  padding: 10rem 0;
  background-color: #ffd700;
}
@media screen and (max-width: 959px) {
  .p-staffs {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 519px) {
  .p-staffs {
    padding: 6rem 0;
  }
}

.p-staffs__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .p-staffs__cards {
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-staffs__cards {
    gap: 2rem;
  }
}

.p-staffs__card {
  position: relative;
  width: calc(33.333% - 2.6666666667rem);
  border: solid 5px white;
}
@media screen and (max-width: 959px) {
  .p-staffs__card {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-staffs__card {
    width: 100%;
  }
}
.p-staffs__card a {
  display: block;
}

.p-staffs__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-staffs__cat {
  margin: 0 auto;
  padding: 1.25rem;
  width: 80%;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 3em;
}
@media screen and (max-width: 959px) {
  .p-staffs__cat {
    font-size: 2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-staffs__cat {
    font-size: 4.3vw;
  }
}

.p-staffs__profile {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 7.5%;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-staffs__profile {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519px) {
  .p-staffs__profile {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-staffs__profile span {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.p-staffs__profile b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1360px) {
  .p-staffs__profile b {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-staffs__profile b {
    font-size: 1.2em;
  }
}

.p-staffs__img {
  aspect-ratio: 44/66;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-post-staff {
  display: flex;
  gap: 4rem;
  padding: 10rem 0;
}
@media screen and (max-width: 1420px) {
  .p-post-staff {
    gap: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .p-post-staff {
    flex-wrap: wrap;
    gap: 0;
    padding: 8rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-post-staff {
    padding: 6rem 2rem;
  }
}

.p-post-staff__image {
  position: relative;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1420px) {
  .p-post-staff__image {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 959px) {
  .p-post-staff__image {
    width: 100%;
    aspect-ratio: 1/1.1;
    overflow: hidden;
  }
}
.p-post-staff__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
}

.p-post-staff__job {
  position: absolute;
  top: 2rem;
  right: 0rem;
  writing-mode: vertical-lr;
  font-size: 2.6rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .p-post-staff__job {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-staff__job {
    top: 1rem;
    font-size: 4.4vw;
    letter-spacing: 0.2rem;
  }
}

.p-post-staff__info {
  margin-top: 0;
  padding-right: calc(50vw - 70rem);
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1420px) {
  .p-post-staff__info {
    padding-right: 2rem;
    width: calc(50% - 3rem);
  }
}
@media screen and (max-width: 959px) {
  .p-post-staff__info {
    margin-top: 4rem;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .p-post-staff__info {
    margin-top: 2rem;
  }
}

.p-post-staff__name {
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-post-staff__name {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-staff__name {
    font-size: 5vw;
  }
}

.p-post-staff__comp {
  font-size: 2.2rem;
  color: #ffa000;
  font-weight: 650;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .p-post-staff__comp {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-staff__comp {
    font-size: 4.3vw;
    letter-spacing: 0.1rem;
  }
}

.p-post-staff__message01 {
  margin-top: 4rem;
  font-size: 2.6rem;
  color: white;
}
@media screen and (max-width: 959px) {
  .p-post-staff__message01 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-staff__message01 {
    margin-top: 2rem;
    font-size: 4.5vw;
  }
}
.p-post-staff__message01 span {
  display: block;
  margin-top: 1rem;
  padding: 0 2rem;
  background-color: #ffa000;
}
@media screen and (max-width: 519px) {
  .p-post-staff__message01 span {
    padding: 0.5rem 1rem 0.6rem;
    line-height: 1.4;
  }
}

.p-post-staff__message02 {
  margin-top: 4.2rem;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-post-staff__message02 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-post-staff__message02 {
    margin-top: 3rem;
    font-size: 4.2vw;
  }
}

#company_intro {
  width: 100%;
  aspect-ratio: 16/17;
  margin: 0 auto;
  padding: 10em 0;
  background: url("../images/company/company_intro_bg.webp") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 519px) {
  #company_intro {
    padding: 6em 0;
  }
}
#company_intro .company_intro_innr {
  width: 90%;
  margin: 0 auto;
}
#company_intro .company_intro_mark {
  display: block;
  max-width: 115px;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  #company_intro .company_intro_mark {
    max-width: 100px;
  }
}
#company_intro .c-feature__title {
  margin: 1.5em 0;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.35));
}
#company_intro p {
  margin: 2em auto;
  font-size: 1.35em;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 959px) {
  #company_intro p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 519px) {
  #company_intro p {
    font-size: 1.2em;
    text-align: justify;
  }
  #company_intro p br {
    display: none;
  }
}

#company_message {
  width: min(90%, 900px);
  margin: 0 auto;
  padding: 10em 0;
  text-align: center;
}
@media screen and (max-width: 519px) {
  #company_message {
    padding: 6em 0;
  }
}
#company_message .company_message_photo {
  display: block;
  margin: 5em auto;
}
#company_message h3 {
  margin: 3em 0;
  font-size: 1.6em;
}
@media screen and (max-width: 519px) {
  #company_message h3 {
    margin: 3em 0 2em;
  }
}
#company_message p {
  margin: 2em 0;
  font-size: 1.25em;
}
@media screen and (max-width: 959px) {
  #company_message p {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 519px) {
  #company_message p {
    width: 90%;
    margin: 1.5em auto;
    font-size: 1.1em;
    text-align: justify;
  }
  #company_message p br {
    display: none;
  }
}
#company_message .txt_r {
  text-align: right;
}
#company_message .txt_r br {
  display: block;
}
#company_message .ff_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Yu Mincho", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.2em;
}

#company_information {
  width: 100%;
  margin: 0 auto;
  padding: 10em 0 3em;
  background: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 519px) {
  #company_information {
    padding: 6em 0 1em;
  }
}
#company_information .cmp_info {
  width: min(90%, 900px);
  margin: 5em auto;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1em;
  box-sizing: border-box;
  border-collapse: collapse;
}
@media screen and (max-width: 519px) {
  #company_information .cmp_info {
    margin: 4em auto;
  }
}
#company_information .cmp_info tr {
  border-top: 1px solid #a9a9a9;
}
#company_information .cmp_info tr:last-of-type {
  border-bottom: 1px solid #a9a9a9 !important;
}
#company_information .cmp_info th {
  width: 4.5em;
  padding: 1.5em 0;
  white-space: nowrap;
  text-align: left;
  text-align-last: justify;
  vertical-align: top;
}
@media screen and (max-width: 519px) {
  #company_information .cmp_info th {
    padding: 1em 0;
  }
}
#company_information .cmp_info td {
  width: auto;
  padding: 1.5em 0 1.5em 5em;
  text-align: left;
}
@media screen and (max-width: 519px) {
  #company_information .cmp_info td {
    padding: 1em 0 1em 2.5em;
  }
}
#company_information .cmp_info td p {
  margin: 0 0 1.5em;
}
#company_information .cmp_info td p:last-of-type {
  margin: 0;
}
#company_information .cmp_info td .br_sp {
  display: none;
}
@media screen and (max-width: 519px) {
  #company_information .cmp_info td .br_sp {
    display: block;
  }
}

#sitemap {
  width: 100%;
  margin: 0 auto;
  padding: 10em 0;
}
@media screen and (max-width: 519px) {
  #sitemap {
    padding: 5em 0;
  }
}
#sitemap .sitemap_innr {
  width: min(85%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
@media screen and (max-width: 519px) {
  #sitemap .sitemap_innr {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
#sitemap .sitemap_innr dl {
  width: auto;
  text-align: left;
}
#sitemap .sitemap_innr dl dt {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  border-bottom: 1px dotted #a9a9a9;
  font-size: 1.25em;
  font-weight: 400;
}
#sitemap .sitemap_innr dl dd {
  font-size: 1.15em;
  margin: 0 0 0.25em 1em;
}
#sitemap .sitemap_innr dl a {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
#sitemap .sitemap_innr dl a::after {
  content: "▶";
  display: inline-block;
  transform: scale(0.5);
}

.p-st-grade {
  margin-top: 10rem;
}
@media screen and (max-width: 519px) {
  .p-st-grade {
    margin-top: 5rem;
  }
}

.p-st-grade__taishin {
  margin: 10rem auto 0;
  width: fit-content;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .p-st-grade__taishin {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-grade__taishin {
    font-size: 4.3vw;
  }
}
.p-st-grade__taishin img {
  width: 100%;
  max-width: 36rem;
}
@media screen and (max-width: 519px) {
  .p-st-grade__taishin img {
    width: 55%;
  }
}
.p-st-grade__taishin div {
  margin-top: 2.6rem;
}
@media screen and (max-width: 519px) {
  .p-st-grade__taishin div {
    margin-top: 2rem;
  }
}

.p-st-grade__info {
  margin-top: 7.5rem;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-st-grade__info {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 519px) {
  .p-st-grade__info {
    margin-top: 5rem;
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}

.p-st-grade__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 8.5rem;
}
@media screen and (max-width: 959px) {
  .p-st-grade__container {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-grade__container {
    justify-content: center;
    gap: 5rem;
    margin-top: 5rem;
  }
}

.p-st-grade__wrapeer {
  font-weight: bold;
  width: calc(33.333% - 2.6666666667rem);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-st-grade__wrapeer {
    width: calc(33.333% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-st-grade__wrapeer {
    width: 75%;
  }
}

.p-st-grade__img {
  width: 100%;
}

.p-st-grade__top {
  margin-top: 4.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #787878;
}
@media screen and (max-width: 959px) {
  .p-st-grade__top {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-grade__top {
    margin-top: 2rem;
  }
}
.p-st-grade__top em {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-st-grade__top em {
    letter-spacing: 0;
  }
}

.p-st-grade__bottom {
  margin-top: 1.4rem;
}

.p-st-reason {
  margin-top: 17rem;
}
@media screen and (max-width: 959px) {
  .p-st-reason {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-reason {
    margin-top: 9rem;
  }
}

.p-st-reason__title {
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-st-reason__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-reason__title {
    font-size: 6vw;
    letter-spacing: 0.3rem;
  }
}
.p-st-reason__title span {
  text-decoration: underline;
}

.p-st-reason__image {
  margin-top: 5rem;
}
@media screen and (max-width: 519px) {
  .p-st-reason__image {
    margin-top: 3rem;
  }
}
.p-st-reason__image:first-of-type {
  margin-top: 6rem;
}
@media screen and (max-width: 959px) {
  .p-st-reason__image:first-of-type {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-reason__image:first-of-type {
    margin-top: 3rem;
  }
}
.p-st-reason__image img {
  width: 100%;
}

.p-st-reason__image--2col {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .p-st-reason__image--2col {
    gap: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-reason__image--2col {
    gap: 3rem;
  }
}
.p-st-reason__image--2col img {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-st-reason__image--2col img {
    width: 100%;
  }
}

.p-st-reason__image--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-rows: auto;
  gap: 4rem;
}
@media screen and (max-width: 959px) {
  .p-st-reason__image--grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .p-st-reason__image--grid {
    gap: 3rem;
  }
}
.p-st-reason__image--grid img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 959px) {
  .p-st-reason__image--grid img {
    width: 100%;
  }
}

.p-st-reason__spec {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 4rem 5rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .p-st-reason__spec {
    width: 100%;
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-reason__spec {
    padding: 3rem 3rem;
    font-size: 4.3vw;
  }
}
.p-st-reason__spec:nth-child(2) {
  grid-row: 2/3;
}
.p-st-reason__spec h5 {
  padding-bottom: 2rem;
  font-size: 1.18em;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 519px) {
  .p-st-reason__spec h5 {
    padding-bottom: 1rem;
  }
}

.p-st-hybrid {
  margin-top: 31rem;
}
@media screen and (max-width: 959px) {
  .p-st-hybrid {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-hybrid {
    margin-top: 9rem;
  }
}

.p-st-hybrid__intro {
  margin-top: 7.5rem;
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-st-hybrid__intro {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-hybrid__intro {
    margin-top: 5rem;
    font-size: 6vw;
  }
}
.p-st-hybrid__intro em {
  display: block;
  font-size: 1.85em;
}

.p-st-hybrid__img {
  margin-top: 6.5rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .p-st-hybrid__img {
    margin-top: 5rem;
  }
}

.p-st-hybrid__info {
  margin-top: 9rem;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-hybrid__info {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-hybrid__info {
    margin-top: 5rem;
    font-size: 4.2vw;
    letter-spacing: 0;
  }
}

.p-st-hybrid__info2 {
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-hybrid__info2 {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-hybrid__info2 {
    margin-top: 1.5rem;
    font-size: 4.8vw;
  }
}

.p-st-dumper {
  margin-top: 18rem;
}
@media screen and (max-width: 959px) {
  .p-st-dumper {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper {
    margin-top: 9rem;
  }
}

.p-st-dumper__intro {
  margin-top: 7.5rem;
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__intro {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper__intro {
    margin-top: 5rem;
    font-size: 6vw;
  }
}
.p-st-dumper__intro em {
  display: block;
  font-size: 1.85em;
}
@media screen and (max-width: 519px) {
  .p-st-dumper__intro em {
    letter-spacing: 0;
  }
}

.p-st-dumper__container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 6.5rem;
  padding: 10rem 4rem;
  width: 100%;
  background-color: #ffd700;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__container {
    margin-left: -2rem;
    padding: 5rem 3rem;
    width: calc(100% + 4rem);
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper__container {
    margin-top: 5rem;
    padding: 5rem 2rem 8rem;
  }
}

.p-st-dumper__img {
  margin-right: 5rem;
  width: 11rem;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__img {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper__img {
    margin-right: 2rem;
    width: 20%;
  }
}

.p-st-dumper__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: calc(100% - 16rem);
  max-width: 88rem;
  font-weight: bold;
  font-size: 4.6rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__wrapper {
    width: 60vw;
    max-width: calc(100% - 14rem);
    font-size: 5.2vw;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper__wrapper {
    width: calc(80% - 2rem);
    max-width: none;
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
}
.p-st-dumper__wrapper em {
  display: block;
  width: 100%;
  font-size: 1.85em;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__wrapper em {
    font-size: 1.7em;
  }
}
.p-st-dumper__wrapper small {
  display: block;
  width: 100%;
  font-size: 0.35em;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__wrapper small {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper__wrapper small {
    position: absolute;
    bottom: 4.5rem;
    left: 0;
    font-size: 1rem;
    text-align: center;
  }
}

.p-st-dumper__info {
  margin-top: 9rem;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__info {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper__info {
    margin-top: 5rem;
    font-size: 4.3vw;
  }
}

.p-st-dumper__info2 {
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-dumper__info2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-dumper__info2 {
    margin-top: 1.5rem;
    font-size: 6vw;
  }
}

.p-st-long {
  margin-top: 18rem;
}
@media screen and (max-width: 959px) {
  .p-st-long {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-long {
    margin-top: 9rem;
  }
}

.p-st-long__intro {
  margin-top: 8rem;
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-st-long__intro {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-long__intro {
    margin-top: 5rem;
    font-size: 6vw;
  }
}
.p-st-long__intro em {
  display: block;
  font-size: 1.85em;
}

.p-st-long__info {
  margin-top: 4.5rem;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-long__info {
    font-size: 2.7vw;
    text-align: justify;
  }
}
@media screen and (max-width: 519px) {
  .p-st-long__info {
    margin-top: 3rem;
    font-size: 4.4vw;
  }
}

.p-st-long__commentary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 8.5rem;
}
@media screen and (max-width: 959px) {
  .p-st-long__commentary {
    margin-top: 4rem;
  }
}

.p-st-long__com-img {
  width: 48.5%;
}
@media screen and (max-width: 959px) {
  .p-st-long__com-img {
    width: 100%;
  }
}

.p-st-long__com-wrap {
  width: 48.5%;
  font-size: 2.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  .p-st-long__com-wrap {
    margin-top: 4rem;
    width: 100%;
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-long__com-wrap {
    margin-top: 3rem;
    font-size: 4.3vw;
  }
}
.p-st-long__com-wrap dt {
  margin-top: 4rem;
  font-weight: bold;
  color: #ffa000;
}
@media screen and (max-width: 959px) {
  .p-st-long__com-wrap dt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-long__com-wrap dt {
    margin-top: 2rem;
  }
}
.p-st-long__com-wrap dt:first-of-type {
  margin-top: 0;
}
.p-st-long__com-wrap dd {
  font-weight: 500;
}

.p-st-board {
  margin-top: 11rem;
  padding: 18rem 10rem 10rem;
  aspect-ratio: 140/68;
  width: 100%;
  height: auto;
  background-image: url(../images/structure/structure_bg01.png);
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .p-st-board {
    padding: 11vw 4vw 4vw;
  }
}
@media screen and (max-width: 959px) {
  .p-st-board {
    margin-top: 8rem;
    padding: 11vw 4vw 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-board {
    margin-top: 5rem;
  }
}

.p-st-board__title {
  padding: 0 1rem 0 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 1.68;
  background-color: #ffd700;
  border-radius: 5rem;
}
@media screen and (max-width: 959px) {
  .p-st-board__title {
    font-size: 4.5vw;
    letter-spacing: 0.3rem;
  }
}

.p-st-board__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 7.5rem;
  font-weight: bold;
  font-size: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 1330px) {
  .p-st-board__container {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .p-st-board__container {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-board__container {
    justify-content: space-between;
    margin-top: 4vw;
  }
}

.p-st-board__year {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-st-board__year em {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 1.7rem;
  font-size: 3.26em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .p-st-board__year em {
    padding-bottom: 0;
  }
}

.p-st-board__vs {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: min(19rem, 20vw);
  height: auto;
  color: white;
  font-size: 6rem;
  font-weight: 500;
  background-image: url(../images/structure/icon_red.webp);
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .p-st-board__vs {
    width: 14vw;
  }
}
@media screen and (max-width: 959px) {
  .p-st-board__vs {
    width: 14vw;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-board__vs {
    width: 12vw;
    font-size: 4vw;
  }
}

.p-st-merit__title {
  margin-top: 16rem;
  letter-spacing: 0.7rem;
  padding-left: 0.7rem;
}
@media screen and (max-width: 959px) {
  .p-st-merit__title {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merit__title {
    margin-top: 9rem;
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merit__title h3 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 519px) {
  .p-st-merit__table {
    position: relative;
    overflow-x: scroll;
  }
  .p-st-merit__table::before {
    content: "※右にスクロールしてご覧ください";
    position: absolute;
    top: 4.4rem;
    left: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-st-merit__table table {
  margin-top: 9rem;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
@media screen and (max-width: 959px) {
  .p-st-merit__table table {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merit__table table {
    width: 123vw;
  }
}
.p-st-merit__table table th, .p-st-merit__table table td {
  padding: 1rem;
  height: 12rem;
  letter-spacing: 0.3rem;
  border: solid 1px #787878;
}
@media screen and (max-width: 959px) {
  .p-st-merit__table table th, .p-st-merit__table table td {
    padding: 1rem 0.5rem;
    height: 10rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merit__table table th, .p-st-merit__table table td {
    height: 8rem;
    height: auto;
  }
}
.p-st-merit__table table thead th {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .p-st-merit__table table thead th {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merit__table table thead th {
    font-size: 4.5vw;
  }
}
.p-st-merit__table table thead th:nth-child(1) {
  background-image: linear-gradient(to bottom right, transparent 49.5%, #787878 49.5%, #787878 50.5%, transparent 50.5%, transparent); /* 右下がりの斜線 */
}
.p-st-merit__table table thead th:nth-child(2) {
  background-color: #f5f5f5;
}
.p-st-merit__table table thead th:nth-child(3) {
  color: white;
  background-color: #ffa000;
}
.p-st-merit__table table tbody th, .p-st-merit__table table tbody td {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-st-merit__table table tbody th, .p-st-merit__table table tbody td {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merit__table table tbody th, .p-st-merit__table table tbody td {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.p-st-merit__table table tbody th small, .p-st-merit__table table tbody td small {
  display: block;
  font-size: 0.615em;
}
.p-st-merit__table table tbody td {
  background-color: #f5f5f5;
}
.p-st-merit__table table tbody td:nth-child(3) {
  color: white;
  background-color: #ffa000;
}

.p-st-logn__caution {
  margin-top: 1.1rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-st-logn__caution {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-st-logn__caution {
    font-size: 1.2rem;
  }
}

.p-st-mind {
  margin-top: 18rem;
}
@media screen and (max-width: 959px) {
  .p-st-mind {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mind {
    margin-top: 9rem;
  }
}

.p-st-mind__intro {
  margin-top: 8rem;
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.5;
  line-height: 1.7;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-st-mind__intro {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mind__intro {
    margin-top: 5rem;
    font-size: 6vw;
    letter-spacing: 0.2rem;
  }
}
.p-st-mind__intro em {
  display: block;
  font-size: 1.85em;
}
@media screen and (max-width: 519px) {
  .p-st-mind__intro em {
    font-size: 1.7em;
    letter-spacing: 0;
  }
}

.p-st-mind__info {
  margin-top: 4.5rem;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-mind__info {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mind__info {
    font-size: 4.4vw;
  }
}

.p-st-mind__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 9rem;
}
@media screen and (max-width: 1400px) {
  .p-st-mind__container {
    gap: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-st-mind__container {
    gap: 8rem 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-st-mind__container {
    gap: 8rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mind__container {
    gap: 7rem;
    margin-top: 7rem;
  }
}

.p-st-mind__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  padding: 4rem 3rem;
  width: calc(25% - 3rem);
  font-size: 2.2rem;
  background-color: #ffd700;
  border-radius: 3rem;
}
@media screen and (max-width: 1400px) {
  .p-st-mind__wrapper {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (max-width: 1100px) {
  .p-st-mind__wrapper {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 959px) {
  .p-st-mind__wrapper {
    width: calc(50% - 1rem);
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mind__wrapper {
    padding: 3rem 1.5rem;
    width: 100%;
    font-size: 4.3vw;
  }
}
.p-st-mind__wrapper::before, .p-st-mind__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 6rem;
  height: auto;
  background-color: #ffd700;
  border-radius: 50%;
}
@media screen and (max-width: 519px) {
  .p-st-mind__wrapper::before, .p-st-mind__wrapper::after {
    width: 5rem;
  }
}
.p-st-mind__wrapper::after {
  width: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 519px) {
  .p-st-mind__wrapper::after {
    width: 1.7rem;
  }
}

.p-st-mind__num {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5rem;
  color: white;
  text-align: center;
  letter-spacing: 0.8rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-st-mind__num {
    font-size: 13vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mind__num {
    font-size: 22vw;
  }
}

.p-st-mind__title {
  margin-top: 3rem;
  padding: 0.7rem;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  background-color: #fff;
  border: solid 1px black;
  border-radius: 3rem;
}
@media screen and (max-width: 519px) {
  .p-st-mind__title {
    margin-top: 2.5rem;
    font-size: 1.2em;
  }
}

.p-st-mind__content {
  margin-top: 3rem;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.p-st-mind__icon {
  display: block;
  margin: 4rem auto 0;
  width: 69.2%;
}
@media screen and (max-width: 959px) {
  .p-st-mind__icon {
    width: 65%;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mind__icon {
    margin-top: 2.5rem;
    width: 45%;
  }
}

.p-st-6p {
  position: relative;
  margin-top: 20rem;
  padding: 8rem 0;
  background-image: url(../images/structure/structure_bg02.png);
  background-size: cover;
  background-position: center;
  background-color: #ffd700;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-st-6p {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-6p {
    margin-top: 9rem;
    padding: 7rem 0;
  }
}

.p-st-6p__title {
  padding-left: 0.5rem;
  font-size: 6.8rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1rem;
}
@media screen and (max-width: 959px) {
  .p-st-6p__title {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-6p__title {
    font-size: 8.5vw;
    letter-spacing: 0.5rem;
  }
}
.p-st-6p__title img {
  margin-top: 5rem;
  width: 95%;
  max-width: 56rem;
}
@media screen and (max-width: 519px) {
  .p-st-6p__title img {
    margin-top: 3rem;
    width: 80%;
  }
}
.p-st-6p__title span {
  display: block;
  margin-top: 4.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.47em;
  font-weight: 600;
}
@media screen and (max-width: 519px) {
  .p-st-6p__title span {
    margin-top: 2rem;
  }
}

.p-st-6p__honeycomb {
  position: relative;
  margin: 50rem auto 56rem;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-6p__honeycomb {
    margin: 8rem auto 157vw 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-6p__honeycomb {
    margin: 5rem auto 140vw 1.6rem;
  }
}

.p-st-6p__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, calc(-100% + 1rem));
  z-index: 1;
  aspect-ratio: 52/45;
  width: 52rem;
  height: auto;
  background-image: url(../images/structure/hexagon.webp);
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .p-st-6p__wrapper {
    max-width: 40vw;
  }
}
@media screen and (max-width: 959px) {
  .p-st-6p__wrapper {
    top: 49.3%;
    left: 74%;
    transform: translate(0, 0);
    width: calc(57vw - 1.5rem);
    max-width: none;
  }
}
.p-st-6p__wrapper:nth-child(2) {
  top: 50%;
  left: calc(75% - 0.8rem);
  transform: translate(0, calc(-100% + 0.5rem));
}
@media screen and (max-width: 959px) {
  .p-st-6p__wrapper:nth-child(2) {
    top: 147.2%;
    left: 74%;
    transform: translate(0, 0);
  }
}
.p-st-6p__wrapper:nth-child(3) {
  top: 100%;
  left: calc(75% - 0.8rem);
  transform: translate(0%, calc(-50% - 0.5rem));
}
@media screen and (max-width: 959px) {
  .p-st-6p__wrapper:nth-child(3) {
    top: 245.2%;
    left: 74%;
    transform: translate(0, 0);
  }
}
.p-st-6p__wrapper:nth-child(4) {
  top: 100%;
  left: 0;
  transform: translate(0%, -1rem);
}
@media screen and (max-width: 959px) {
  .p-st-6p__wrapper:nth-child(4) {
    top: 294.3%;
    left: 2.5px;
    transform: translate(0, 0);
  }
}
.p-st-6p__wrapper:nth-child(5) {
  top: 100%;
  left: calc(-75% + 0.8rem);
  transform: translate(0%, calc(-50% - 0.5rem));
}
@media screen and (max-width: 959px) {
  .p-st-6p__wrapper:nth-child(5) {
    top: 196.2%;
    left: 2.5px;
    transform: translate(0, 0);
  }
}
.p-st-6p__wrapper:nth-child(6) {
  top: 50%;
  left: calc(-72% - 0.8rem);
  transform: translate(0, calc(-100% + 0.5rem));
}
@media screen and (max-width: 959px) {
  .p-st-6p__wrapper:nth-child(6) {
    top: 98.2%;
    left: 2.5px;
    transform: translate(0, 0);
  }
}

.p-st-6p__wrapper--center {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(0);
  z-index: 0;
  background-color: #ffa000;
  background-image: none;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.p-st-6p__wrap {
  padding-bottom: 1.5rem;
  width: 80%;
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1250px) {
  .p-st-6p__wrap {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 959px) {
  .p-st-6p__wrap {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-6p__wrap {
    padding-bottom: 0;
    font-size: 3.6vw;
  }
}

.p-st-6p__wrap--center {
  padding-bottom: 0;
  width: 100%;
}

.p-st-6p__star {
  width: 4.8rem;
}
@media screen and (max-width: 959px) {
  .p-st-6p__star {
    width: 5vw;
  }
}
.p-st-6p__sub {
  margin-top: 2rem;
}
@media screen and (max-width: 519px) {
  .p-st-6p__sub {
    margin-top: 1rem;
  }
}

.p-st-6p__main {
  margin-top: 1.4rem;
  font-size: 1.6em;
  text-decoration: underline;
}
@media screen and (max-width: 519px) {
  .p-st-6p__main {
    margin-top: 1rem;
    font-size: 1.3em;
  }
}

.p-st-6p__mascot {
  width: 100%;
}

.p-st-6p__mascot2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 34%);
  width: 29rem;
}
@media screen and (max-width: 959px) {
  .p-st-6p__mascot2 {
    width: 36%;
  }
}

.p-st-merits {
  margin-top: 18rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .p-st-merits {
    margin-top: 13rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merits {
    margin-top: 9rem;
    padding-bottom: 6rem;
  }
}

.p-st-merits__title {
  margin-top: 8rem;
  font-weight: bold;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-st-merits__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merits__title {
    font-size: 6vw;
  }
}

.p-st-merits__container {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 519px) {
  .p-st-merits__container {
    gap: 5rem;
    margin-top: 5rem;
  }
}

.p-st-merits__wrapper {
  width: calc(50% - 2rem);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-st-merits__wrapper {
    width: 100%;
  }
}

.p-st-merits__num {
  margin: 0 auto 0;
  padding: 2.6rem 1rem 1rem;
  aspect-ratio: 1;
  width: 12rem;
  height: auto;
  color: #ffd700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  background-color: black;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .p-st-merits__num {
    padding: 2.7rem 1rem 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merits__num {
    width: 33%;
  }
}
.p-st-merits__num span {
  display: block;
  color: white;
  font-size: 2.66em;
  letter-spacing: 0.5rem;
}

.p-st-mertis__head {
  margin-top: 3rem;
  font-weight: bold;
  font-size: 4.2rem;
}
@media screen and (max-width: 959px) {
  .p-st-mertis__head {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-mertis__head {
    margin-top: 2rem;
    font-size: 6vw;
  }
}

.p-st-merits__sub {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 2.4rem;
  color: #ffa000;
}
@media screen and (max-width: 959px) {
  .p-st-merits__sub {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merits__sub {
    margin-top: 1rem;
    font-size: 4.6vw;
  }
}
.p-st-merits__sub span {
  text-decoration: underline;
}

.p-st-merits__list,
.p-st-mertis__info {
  margin-top: 3rem;
  font-weight: 400;
  font-size: 2.2rem;
  text-align: justify;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .p-st-merits__list,
  .p-st-mertis__info {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-st-merits__list,
  .p-st-mertis__info {
    margin-top: 2rem;
    font-size: 4.3vw;
  }
}
.p-st-merits__list li,
.p-st-mertis__info li {
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 519px) {
  .p-st-merits__list li,
  .p-st-mertis__info li {
    padding-left: 2rem;
  }
}
.p-st-merits__list li::before,
.p-st-mertis__info li::before {
  content: "◉";
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa000;
}

.p-st-merits__img {
  margin-top: 4.3rem;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-st-merits__img {
    margin-top: 2rem;
  }
}

.p-st-mertis__info {
  margin-top: 2rem;
  letter-spacing: 0.05em;
}

.p-cost-which {
  padding: 8rem 0 9.5rem;
}
@media screen and (max-width: 519px) {
  .p-cost-which {
    padding: 5rem 0 4rem;
  }
}

.p-cost-which__title {
  font-weight: bold;
  font-size: 5rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-cost-which__title {
    font-size: 5.5vw;
  }
}
.p-cost-which__question {
  display: block;
  margin: 9rem auto 0;
  width: 100%;
  max-width: 42rem;
}
@media screen and (max-width: 959px) {
  .p-cost-which__question {
    margin-top: 7rem;
    width: 40%;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-which__question {
    margin-top: 2.5rem;
    width: 35%;
  }
}

.p-cost-which__2col {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .p-cost-which__2col {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-which__2col {
    gap: 1rem;
  }
}

.p-cost-which__2col-wrap {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-cost-which__2col-wrap {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-cost-which__2col-wrap {
    width: calc(50% - 0.5rem);
  }
}

.p-cost-which__logo {
  display: block;
  margin: 0 auto;
  max-width: 31rem;
}
@media screen and (max-width: 959px) {
  .p-cost-which__logo {
    margin-top: 1rem;
    width: 70%;
  }
}

.p-cost-which__fukidashi {
  margin-top: 3.6rem;
  padding-top: 4.6rem;
  aspect-ratio: 680/274;
  line-height: 1.5;
  background-image: url(../images/cost/fukidashi02.webp);
}
@media screen and (max-width: 1360px) {
  .p-cost-which__fukidashi {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 1220px) {
  .p-cost-which__fukidashi {
    padding-top: 2vw;
    font-size: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .p-cost-which__fukidashi {
    margin-top: 2rem;
    padding-top: 2vw;
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-which__fukidashi {
    margin-top: 1rem;
    font-size: 3.6vw;
  }
}

.p-cost-which__fukidashi--right {
  background-image: url(../images/cost/fukidashi03.webp);
}

.p-cost-which__cost {
  margin-top: 5.6rem;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-cost-which__cost {
    margin-top: 1.5rem;
  }
}

.p-cost-which__card {
  position: relative;
  z-index: 1;
  margin: 4.5rem auto 0;
  padding: 3.5rem 1.5rem;
  width: calc(100% - 10rem);
  width: 85.3%;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: dashed 5px #00a0a0;
}
@media screen and (max-width: 1340px) {
  .p-cost-which__card {
    font-size: 1.9vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-cost-which__card {
    padding: 2rem 1rem;
    width: 100%;
    font-size: 2.7vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-which__card {
    margin-top: 3rem;
    padding: 1.5rem 1rem;
    font-size: 3vw;
    border-width: 3px;
  }
}
.p-cost-which__card:first-child {
  margin-top: 0;
}
.p-cost-which__card:first-child::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #00a0a0;
  border-bottom: 0;
}
@media screen and (max-width: 519px) {
  .p-cost-which__card:first-child::before {
    bottom: -3px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #00a0a0;
  }
}
.p-cost-which__card h3 {
  padding: 0.5rem 0 2.8rem;
  font-size: 1.78em;
  color: #00a0a0;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-cost-which__card h3 {
    padding: 0.5rem 0 1.8rem;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-which__card h3 {
    padding: 0.2rem 0 1rem;
  }
}
.p-cost-which__card em {
  color: #00a0a0;
}

.p-cost-which__card--orange {
  border-color: #ffa000;
}
.p-cost-which__card--orange:first-child::before {
  border-top-color: #ffa000;
}
.p-cost-which__card--orange h3, .p-cost-which__card--orange em {
  color: #ffa000;
}

.p-cost-point {
  padding: 8rem 0 25rem;
  background-image: url(../images/cost/image_cost03.jpg);
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-cost-point {
    padding: 0;
    background-image: none;
  }
}

.p-cost-point__sub {
  margin: 0 auto 0 0;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 4.6rem;
}
@media screen and (max-width: 1140px) {
  .p-cost-point__sub {
    padding-left: 5rem;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  .p-cost-point__sub {
    padding: 0;
    width: 100%;
    font-size: 5.3vw;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-point__sub {
    font-size: 6vw;
  }
}

.p-cost-point__fukidashi {
  margin: 3rem auto 0 0;
  aspect-ratio: 68/20;
  letter-spacing: 0.1rem;
  background-image: url(../images/cost/fukidashi04.webp);
}
@media screen and (max-width: 959px) {
  .p-cost-point__fukidashi {
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-point__fukidashi {
    margin-top: 2rem;
    padding-top: 4.7vw;
    width: 100%;
  }
}

.p-cost-point__info {
  margin-top: 5rem;
  padding-left: 5rem;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .p-cost-point__info {
    padding: 0;
    font-size: 2.65vw;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-point__info {
    margin-top: 3rem;
    font-size: 4.3vw;
    text-align: justify;
  }
}

.p-cost-point__img {
  display: none;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .p-cost-point__img {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-point__img {
    margin-top: 4rem;
  }
}

.p-cost-compe__but {
  margin-top: 6rem;
  font-size: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-cost-compe__but {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-compe__but {
    margin: 5rem auto 0 1rem;
    width: fit-content;
    font-size: 7.7vw;
  }
}

.p-cost-compe__worry {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-cost-compe__worry {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 959px) {
  .p-cost-compe__worry {
    gap: 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-compe__worry {
    margin-top: -16vw;
  }
}

.p-cost-compe__fukidashi {
  margin: 0;
  aspect-ratio: 44/20;
  max-width: 44rem;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  background-image: url(../images/cost/fukidashi05.webp);
}
@media screen and (max-width: 959px) {
  .p-cost-compe__fukidashi {
    width: calc(50% - 1rem);
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-compe__fukidashi {
    margin: 0 auto 0 0;
    padding-top: 4vw;
    width: 65%;
    font-size: 4.3vw;
    order: 2;
    letter-spacing: 0.1rem;
  }
}

.p-cost-compe__fukidashi--right {
  background-image: url(../images/cost/fukidashi06.webp);
}
@media screen and (max-width: 519px) {
  .p-cost-compe__fukidashi--right {
    order: 1;
    margin: 0 0 0 auto;
  }
}

.p-cost-compe__couple {
  margin: -2rem auto 0;
  width: 100%;
  max-width: 44rem;
}
@media screen and (max-width: 959px) {
  .p-cost-compe__couple {
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-compe__couple {
    order: 3;
    margin-top: -1rem;
    width: 68%;
  }
}

.p-cost-compe__title {
  margin-top: 2.5rem;
  font-size: 6rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-cost-compe__title {
    font-size: 6.6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-compe__title {
    margin-top: 1.5rem;
    font-size: 6.7vw;
  }
}
.p-cost-compe__title h2 {
  font-size: 1em;
}

.p-cost-compe__table {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 1055px) {
  .p-cost-compe__table {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1040px) {
  .p-cost-compe__table {
    overflow-y: scroll;
  }
  .p-cost-compe__table::before {
    content: "※右にスクロールしてご覧ください";
    position: absolute;
    top: 5rem;
    left: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-cost-compe__table {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-compe__table {
    font-size: 4.4vw;
  }
  .p-cost-compe__table::before {
    top: 3rem;
  }
}
.p-cost-compe__table table {
  margin-top: 7rem;
  width: 100%;
  min-width: 100rem;
  border-collapse: collapse;
}
@media screen and (max-width: 519px) {
  .p-cost-compe__table table {
    margin-top: 5rem;
    width: 210vw;
    min-width: auto;
  }
}
.p-cost-compe__table table th, .p-cost-compe__table table td {
  padding: 2.3rem 1rem;
  border: solid 1px #787878;
}
@media screen and (max-width: 959px) {
  .p-cost-compe__table table th, .p-cost-compe__table table td {
    padding: 2rem 1rem;
  }
}
.p-cost-compe__table table th:nth-child(3), .p-cost-compe__table table td:nth-child(3) {
  background-color: #ffd700;
}
.p-cost-compe__table table thead {
  font-weight: bold;
  font-size: 1.23em;
}
.p-cost-compe__table table thead img {
  width: min(20vw, 31rem);
}
@media screen and (max-width: 519px) {
  .p-cost-compe__table table thead img {
    width: 50vw;
  }
}
.p-cost-compe__table table tbody th {
  background-color: #f5f5f5;
}
.p-cost-compe__table table tbody small {
  display: block;
  font-size: 0.6em;
}

.p-cost-climate__title {
  margin-top: 8.5rem;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-cost-climate__title {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-climate__title {
    margin-top: 5rem;
    font-size: 4.7vw;
    letter-spacing: 0;
  }
}
.p-cost-climate__title em {
  font-size: 2em;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 519px) {
  .p-cost-climate__title em {
    letter-spacing: 0rem;
  }
}

.p-cost-climate__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8.5rem;
  padding: 15rem 5rem;
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 959px) {
  .p-cost-climate__image {
    margin-top: 5rem;
    margin-left: -2rem;
    padding: 10rem 4rem;
    width: calc(100% + 4rem);
  }
}
@media screen and (max-width: 519px) {
  .p-cost-climate__image {
    margin-top: 2rem;
    padding: 5rem 2rem;
  }
}
.p-cost-climate__image img {
  width: 100%;
  max-width: 100rem;
}

.p-cost-climate__info {
  margin-top: 9rem;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .p-cost-climate__info {
    margin-top: 5rem;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-climate__info {
    margin-top: 3rem;
    font-size: 4.4vw;
  }
}

.p-cost-climate__message {
  margin-top: 2.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-cost-climate__message {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-climate__message {
    font-size: 4.8vw;
  }
}

.p-cost-plan {
  padding-bottom: 10rem;
}
@media screen and (max-width: 959px) {
  .p-cost-plan {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-plan {
    padding-bottom: 6rem;
  }
}

.p-cost-plan__zero {
  margin-top: 18rem;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .p-cost-plan__zero {
    margin-top: 13rem;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-plan__zero {
    margin-top: 9rem;
    font-size: 4.4vw;
  }
}

.p-cost-plan__fukidashi {
  margin: 3.5rem auto 0;
  background-image: url(../images/cost/fukidashi07.webp);
}
@media screen and (max-width: 519px) {
  .p-cost-plan__fukidashi {
    margin-top: 2rem;
  }
}

.p-cost-plan__title {
  padding-left: 0.7rem;
  font-size: 10rem;
  text-align: center;
  letter-spacing: 1.4rem;
}
@media screen and (max-width: 959px) {
  .p-cost-plan__title {
    font-size: 12vw;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-plan__title {
    padding-left: 0.25rem;
    font-size: 15vw;
    letter-spacing: 0.5rem;
  }
}

.p-cost-plan__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 959px) {
  .p-cost-plan__container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-plan__container {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-cost-plan__content {
  width: min(63rem, 44vw);
}
@media screen and (max-width: 959px) {
  .p-cost-plan__content {
    padding: 0 2rem;
    width: 100%;
  }
}

.p-cost-plan__image {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-cost-plan__image {
    width: 100%;
  }
}

.p-cost-plan__head {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-cost-plan__head {
    font-size: 6vw;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-cost-plan__head {
    font-size: 7vw;
    letter-spacing: 0.2rem;
  }
}
.p-cost-plan__head small {
  display: block;
  padding-bottom: 2rem;
  color: #ffa000;
  font-size: 0.5em;
}
@media screen and (max-width: 519px) {
  .p-cost-plan__head small {
    padding-bottom: 1rem;
  }
}
.p-cost-plan__head em {
  color: #ffa000;
}

.cost-plan__info {
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .cost-plan__info {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 519px) {
  .cost-plan__info {
    margin-top: 1.5rem;
    font-size: 4vw;
  }
}

.p-design-reason__mark {
  display: block;
  margin: 5rem auto 0;
  width: 100%;
  max-width: 18rem;
}
@media screen and (max-width: 959px) {
  .p-design-reason__mark {
    max-width: 20vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-reason__mark {
    margin-top: 3rem;
    max-width: 25vw;
  }
}

.p-design-reason__text1 {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-design-reason__text1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-reason__text1 {
    font-size: 5.7vw;
    letter-spacing: 0.3rem;
    line-height: 1.5;
  }
}

.p-design-reason__text2 {
  margin-top: 3rem;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-design-reason__text2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-reason__text2 {
    font-size: 7.5vw;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
}

.p-design-reason__percent {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 5.5rem;
  text-align: left;
  font-size: 8.5rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 959px) {
  .p-design-reason__percent {
    text-align: center;
    font-size: 10vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-reason__percent {
    margin-top: 2rem;
    font-size: 12vw;
  }
}
.p-design-reason__percent strong {
  margin-right: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 0.8;
}
@media screen and (max-width: 959px) {
  .p-design-reason__percent strong {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-design-reason__percent strong {
    margin-bottom: 1rem;
    font-size: 1.4em;
  }
}
.p-design-reason__percent strong em {
  font-weight: 600;
  font-size: 2.22em;
}

.p-design-reason__fukidashi {
  aspect-ratio: 680/274;
  background-image: url(../images/design/fukidashi01.webp);
}
@media screen and (max-width: 519px) {
  .p-design-reason__fukidashi {
    padding-top: 5vw;
    width: 100%;
  }
}

.p-design-reason__mascot {
  margin-top: 7rem;
  width: 100%;
  max-width: 52.2rem;
}
@media screen and (max-width: 959px) {
  .p-design-reason__mascot {
    margin-top: 7rem;
    width: 75%;
  }
}
@media screen and (max-width: 519px) {
  .p-design-reason__mascot {
    margin-top: 4rem;
  }
}

.p-design-diff {
  padding: 10rem 0;
}
@media screen and (max-width: 959px) {
  .p-design-diff {
    padding: 10rem 0 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-design-diff {
    padding: 7rem 0 5rem;
  }
}

.p-design-diff__fukidashi {
  margin-top: 0;
}

.p-design-diff__sub {
  margin: 3rem auto 0;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .p-design-diff__sub {
    font-size: 6.2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-diff__sub {
    font-size: 6.7vw;
  }
}

.p-design-diff__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 7.3rem;
  font-size: 5.4rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-design-diff__container {
    gap: 2rem;
    font-size: 6.4vw;
    text-align: center;
  }
}
@media screen and (max-width: 519px) {
  .p-design-diff__container {
    margin-top: 4rem;
    font-size: 7vw;
    letter-spacing: 0.3rem;
  }
}

.p-design-diff__img {
  width: 85%;
  max-width: 48rem;
}
@media screen and (max-width: 519px) {
  .p-design-diff__img {
    width: 75%;
  }
}

.p-disign-diff__wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .p-disign-diff__wrap {
    margin-top: 2rem;
  }
}

.p-design-diff__info {
  margin-top: 8.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 959px) {
  .p-design-diff__info {
    margin-top: 6rem;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-diff__info {
    margin-top: 4rem;
    font-size: 3.9vw;
    letter-spacing: 0;
  }
}

.p-design-flow {
  padding: 14rem 0 0;
}
@media screen and (max-width: 959px) {
  .p-design-flow {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow {
    padding-top: 5rem;
  }
}

.p-design-flow__intro {
  position: relative;
  text-align: center;
}

.p-design-flow__man,
.p-design-flow__woman {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: max(20rem, 18vw);
  max-width: 30rem;
}
@media screen and (max-width: 959px) {
  .p-design-flow__man,
  .p-design-flow__woman {
    position: initial;
    transform: translateY(0);
    padding: 8rem 4% 0 7%;
    width: 49%;
    max-width: none;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__man,
  .p-design-flow__woman {
    padding-top: 4rem;
  }
}

.p-design-flow__woman {
  left: auto;
  right: 0;
}
@media screen and (max-width: 959px) {
  .p-design-flow__woman {
    padding: 8rem 7% 0 4%;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__woman {
    padding-top: 4rem;
  }
}

.p-design-flow__homes {
  margin: 13.5rem auto 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-design-flow__homes {
    margin-top: 10rem;
    height: 17vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__homes {
    margin-top: 5rem;
  }
}

.p-design-flow__container {
  margin-top: 15rem;
  padding: 10rem 0;
  background-image: url(../images/common/bg-illust02.webp);
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat;
}
@media screen and (max-width: 959px) {
  .p-design-flow__container {
    margin-top: 0;
    padding: 7rem 0 10rem;
    background-size: 140% auto;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__container {
    padding: 5rem 0;
    background-size: 250% auto;
  }
}

.p-design-flow__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  position: relative;
  margin-top: 13rem;
}
@media screen and (max-width: 959px) {
  .p-design-flow__wrapper {
    gap: 0;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__wrapper {
    margin-top: 8rem;
  }
}
.p-design-flow__wrapper:first-child {
  margin-top: 0;
}
.p-design-flow__wrapper::before {
  content: "";
  position: absolute;
  top: calc(100% + 6.5rem);
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  width: 7rem;
  height: auto;
  background-image: url(../images/design/icon_arrow.webp);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-design-flow__wrapper::before {
    top: calc(100% + 5rem);
    width: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__wrapper::before {
    top: calc(100% + 4rem);
    width: 4rem;
  }
}
.p-design-flow__wrapper:last-child::before {
  display: none;
}

.p-design-flow__wrapper--reverse {
  flex-direction: row-reverse;
}

.p-design-flow__image {
  position: relative;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-design-flow__image {
    width: 100%;
  }
}
.p-design-flow__image img {
  width: 100%;
  height: auto;
}

.p-design-flow__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 26% !important;
}

.p-design-flow__content {
  padding: 6% 5rem 2rem;
  width: calc(50% - 2rem);
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-design-flow__content {
    padding: 8% 4rem;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__content {
    padding: 3rem 2rem;
  }
}

.p-design-flow__sub {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-design-flow__sub {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__sub {
    font-size: 4.3vw;
    letter-spacing: 0.1rem;
  }
}

.p-design-flow__title {
  margin-top: 3rem;
  padding: 0 2rem;
  color: white;
  font-size: 2.6rem;
  font-weight: bold;
  background-color: #ffa000;
}
@media screen and (max-width: 959px) {
  .p-design-flow__title {
    margin-top: 2rem;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__title {
    margin-top: 1.5rem;
    padding: 0.2rem 1rem;
    font-size: 4.4vw;
  }
}

.p-design-flow__info {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .p-design-flow__info {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-design-flow__info {
    margin-top: 1.5rem;
  }
}

.p-per-zeh {
  padding: 14rem 0 33rem;
  text-align: center;
  background-image: url(../images/performance/bg_zeh.jpg);
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 959px) {
  .p-per-zeh {
    padding: 10rem 0 27rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-zeh {
    padding: 5rem 0 21rem;
  }
}

.p-per-zeh__title {
  position: relative;
  padding-left: 1rem;
  width: 100%;
  font-size: 13rem;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 959px) {
  .p-per-zeh__title {
    font-size: 12vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-zeh__title {
    padding: 0;
    font-size: 13vw;
    letter-spacing: 0.2rem;
  }
}
.p-per-zeh__title .zeh {
  display: inline-block;
  position: relative;
  transform: translateY(5px);
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 1.24em;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .p-per-zeh__title .zeh {
    transform: translateY(2px);
  }
}
.p-per-zeh__title .rubi {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-51%, 56%);
  width: 100%;
  color: #000;
  font-size: 28.5px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-per-zeh__title .rubi {
    font-size: 0.18em;
  }
}
.p-per-zeh__title .rubi span {
  color: white;
}
.p-per-zeh__title .tate {
  margin-bottom: 4rem;
  writing-mode: vertical-lr;
  font-size: 0.45em;
  font-weight: 900;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 959px) {
  .p-per-zeh__title .tate {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-zeh__title .tate {
    margin-bottom: 4vw;
  }
}

.p-per-zeh__info1 {
  margin-top: 7rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .p-per-zeh__info1 {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-zeh__info1 {
    margin-top: 5rem;
    font-size: 4.8vw;
    letter-spacing: 0.1rem;
  }
}

.p-per-zeh__main {
  margin-top: 5.5rem;
  padding: 4rem 0;
  color: white;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  border-top: solid 5px #000;
  border-bottom: solid 5px #000;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-per-zeh__main {
    font-size: 5vw;
    line-height: 1.4;
    letter-spacing: 0.3rem;
    border-width: 4px;
  }
}
@media screen and (max-width: 519px) {
  .p-per-zeh__main {
    margin-top: 3rem;
    padding: 3rem 0;
    font-size: 6vw;
    border-width: 3px;
  }
}

.p-per-zeh__info2 {
  margin-top: 5rem;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .p-per-zeh__info2 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-zeh__info2 {
    margin-top: 3rem;
    font-size: 4.3vw;
    letter-spacing: 0;
  }
}

.p-per-heat {
  padding: 2rem 0 10rem;
  background-image: url(../images/performance/bg_heat.webp);
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-per-heat {
    padding: 0.1rem 0 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-heat {
    padding: 1rem 0 5rem;
  }
}

.p-per-heat__section {
  margin-top: 19rem;
}
@media screen and (max-width: 959px) {
  .p-per-heat__section {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-heat__section {
    margin-top: 7rem;
  }
}
.p-per-heat__section:first-child {
  margin-top: 0;
}

.p-per-heat__fukidashi {
  padding-top: 4.5rem;
  aspect-ratio: 680/274;
  line-height: 1.5;
  background-image: url(../images/design/fukidashi01.webp);
}
@media screen and (max-width: 959px) {
  .p-per-heat__fukidashi {
    padding-top: 4.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-heat__fukidashi {
    padding-top: 6vw;
    width: 100%;
  }
}

.p-per-heat__img {
  display: block;
  margin: 6rem auto 0;
  width: 100%;
  max-width: calc(100% - 4rem);
}
@media screen and (max-width: 959px) {
  .p-per-heat__img {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-heat__img {
    margin-top: 3rem;
    max-width: 100%;
  }
}

.p-per-resi {
  padding: 8rem 0 0;
}
@media screen and (max-width: 959px) {
  .p-per-resi {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 519px) {
  .p-per-resi {
    padding: 5rem 0 0;
  }
}

.p-per-resi__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 959px) {
  .p-per-resi__title {
    font-size: 3.7vw;
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-resi__title {
    font-size: 4.8vw;
    letter-spacing: 0.1rem;
  }
}
.p-per-resi__title em {
  font-size: 1.85em;
}
@media screen and (max-width: 519px) {
  .p-per-resi__title em {
    line-height: 1.5;
  }
}

.p-per-resi__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 7rem;
}
@media screen and (max-width: 959px) {
  .p-per-resi__container {
    margin-top: 5rem;
  }
}
.p-per-resi__text {
  padding: 0 2rem 0 max(50vw - 70rem + 4rem, 4rem);
  width: 50%;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .p-per-resi__text {
    font-size: 2vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-per-resi__text {
    padding: 0 2rem;
    width: 100%;
    font-size: 2.7vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 519px) {
  .p-per-resi__text {
    font-size: 3.9vw;
    letter-spacing: 1px;
  }
}
.p-per-resi__text p:last-child {
  margin-top: 3rem;
  font-size: 1.23em;
}

.p-per-resi__image {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .p-per-resi__image {
    margin-top: 5rem;
    width: 100%;
  }
}
.p-per-resi__image img {
  width: 100%;
}

.p-per-resi__sepa {
  margin-top: 10rem;
  width: 100%;
  height: 5px;
  background-color: #000;
}
@media screen and (max-width: 959px) {
  .p-per-resi__sepa {
    margin-top: 7rem;
    margin-left: -2rem;
    width: calc(100% + 4rem);
    height: 4px;
  }
}
@media screen and (max-width: 519px) {
  .p-per-resi__sepa {
    margin-top: 5rem;
    height: 3px;
  }
}

.p-per-spec {
  padding: 7rem 0 20rem;
}
@media screen and (max-width: 959px) {
  .p-per-spec {
    padding: 6rem 0 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-spec {
    padding: 4rem 0 5rem;
  }
}

.p-per-spec__title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 959px) {
  .p-per-spec__title {
    font-size: 5vw;
    letter-spacing: 0.15rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-spec__title {
    font-size: 6vw;
  }
}
.p-per-spec__title em {
  font-size: 1.39em;
}

.p-per-spec__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .p-per-spec__container {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-spec__container {
    gap: 2rem;
    margin-top: 6rem;
  }
}
.p-per-spec__container:first-of-type {
  margin-top: 8rem;
}
@media screen and (max-width: 959px) {
  .p-per-spec__container:first-of-type {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-spec__container:first-of-type {
    margin-top: 6rem;
  }
}

.p-per-spec__container--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .p-per-spec__container--reverse {
    flex-direction: column-reverse;
  }
}

.p-per-spec__image {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-per-spec__image {
    width: 100%;
  }
}
.p-per-spec__image img {
  width: 100%;
}

.p-per-spec__content {
  position: relative;
  align-content: end;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 959px) {
  .p-per-spec__content {
    width: 100%;
  }
}

.p-per-spec__name {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-per-spec__name {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-spec__name {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}

.p-per-spec__sub {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-per-spec__sub {
    margin-top: 1.5rem;
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-spec__sub {
    font-size: 4.4vw;
  }
}

.p-per-spec__info {
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .p-per-spec__info {
    margin-top: 2rem;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-spec__info {
    font-size: 3.8vw;
  }
}

.p-per-spec__num {
  position: absolute;
  top: 0;
  right: 0;
  width: 29.7%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .p-per-spec__num {
    transform: translateY(-30%);
  }
}

.p-per-health {
  padding-top: 8rem;
}
@media screen and (max-width: 959px) {
  .p-per-health {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .p-per-health {
    padding-top: 4rem;
  }
}

.p-per-health__title {
  font-size: 7.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-per-health__title {
    font-size: 10vw;
  }
}
@media screen and (max-width: 519px) {
  .p-per-health__title {
    font-size: 12vw;
    letter-spacing: 0.5rem;
  }
}

/* utility
------------------------------------------------ */
.u-c-orange {
  color: #ffa000;
}

.u-c-yellow {
  color: #ffd700;
}

/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */