@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ----------------------------------------------------
settings
---------------------------------------------------- */
html {
  font-size: 10px;
}
@media screen and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Maru Gothic", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

ul {
  list-style: none;
}

a,
button {
  text-decoration: none;
  color: inherit;
}
a:not([class]),
button:not([class]) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:not([class]):hover:hover,
  button:not([class]):hover:hover {
    opacity: 0.7;
  }
}

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

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
.scroll-hide {
  overflow: hidden;
}

/* ----------------------------------------------------
Layout
---------------------------------------------------- */
/* ---------- header ----------*/
.l-header {
  position: absolute;
  top: 2.8rem;
  right: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 1.2rem;
    position: fixed;
  }
}

.l-header__container {
  padding-inline: min(1.875vw, 2.7rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    padding-inline: 2rem;
  }
}

.l-header__logo {
  margin-left: 4.5rem;
  width: min(15.3001464129vw, 20.9rem);
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-left: 0;
    width: 8rem;
  }
}
.l-header__logo a {
  display: block;
  cursor: pointer;
}
.l-header__logo img {
  display: block;
}

.l-header__nav {
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.3rem;
  padding-bottom: 2.4rem;
}

.l-header__tel a {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.l-header__nav-list {
  background-color: #fff;
  border-radius: 3rem;
  padding: 1.8rem 3.1rem 1.8rem 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1rem;
  right: 2.7rem;
  top: 2rem;
}
.l-header__nav-list.hide-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.l-header__nav-list.fixed-nav {
  position: fixed;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.l-header__nav-list.scroll-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header__nav-item a {
  font-size: min(1.1403508772vw, 1.6rem);
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .l-header__nav-item a:hover {
    color: #ffc26c;
    opacity: 1;
  }
}

/* ---------- footer ----------*/
.l-footer {
  margin-top: -18.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: -16.3rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__container {
    padding-bottom: 6rem;
  }
}

.l-footer__wrap {
  background-color: #fff;
  max-width: 102rem;
  margin-inline: auto;
  padding: 12.7rem 4rem 9.4rem;
  border-radius: 4.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    padding: 5.7rem 2rem 1.3rem;
    border-radius: 2.3rem;
  }
}
.l-footer__wrap::before {
  content: "";
  display: inline-block;
  width: 13.4rem;
  aspect-ratio: 134/100;
  background: url(../img/cmn/footer_icon.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 5rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .l-footer__wrap::before {
    width: 6.7rem;
    left: 0;
  }
}

.l-footer__logo {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 8.8rem;
  }
}
.l-footer__logo a {
  cursor: pointer;
  display: block;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  position: absolute;
  top: -2.8rem;
  right: 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__sns a {
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns a {
    width: 5rem;
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    margin-top: 2.3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem;
  }
}

.l-footer__nav-item a {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.2rem;
  }
}

.l-footer__copy {
  margin-top: 4.7rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    margin-top: 2.2rem;
  }
}

/* ---------- humberger icon ----------*/
.l-humberger {
  display: none;
  width: 8rem;
  height: 8rem;
  position: relative;
  z-index: 300;
}
.l-humberger span {
  position: relative;
  display: block;
  height: 0.5rem;
  width: 60%;
  margin: 0 auto;
  border-radius: 0.3rem;
  background: #ffc26c;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.l-humberger span:nth-child(1) {
  top: 0;
}
.l-humberger span:nth-child(2) {
  margin: 1rem auto;
}
.l-humberger span:nth-child(3) {
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-humberger {
    display: block;
  }
}

.l-humberger-show span {
  background-color: #fff;
}
.l-humberger-show span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.5rem;
}
.l-humberger-show span:nth-child(2) {
  opacity: 0;
}
.l-humberger-show span:nth-child(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -1.5rem;
}

/* ---------- humberger body ----------*/
.l-humberger-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffc26c;
  z-index: 2;
}

.l-humberger-menu__container {
  overflow-y: scroll;
}

.l-humberger-menu__wrap {
  padding: 10rem 2rem;
}

.l-humberger-menu__nav {
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 14rem;
}

.l-humberger-menu__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.1rem;
  position: relative;
}
.l-humberger-menu__nav-list::before {
  content: "";
  display: inline-block;
  width: 6.2rem;
  aspect-ratio: 62/78;
  background: url(../img/cmn/hamburger_icon01.png) center/contain no-repeat;
  position: absolute;
  top: 0rem;
  left: 2rem;
}
.l-humberger-menu__nav-list::after {
  content: "";
  display: inline-block;
  width: 6.9rem;
  aspect-ratio: 69/70;
  background: url(../img/cmn/hamburger_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 1rem;
}

.l-humberger-menu__nav-item a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
}

.l-humberger-menu__btn {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.l-humberger-menu__sns {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
.l-humberger-menu__sns a {
  width: 5rem;
}

/* ---------- container  ----------*/
.l-container {
  max-width: 1140px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
}

/* ---------- breadcrumbs ----------*/
.l-breadcrumbs__container {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs__container {
    font-size: 1.2rem;
  }
}
.l-breadcrumbs__container .aioseo-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ----------------------------------------------------
Component
---------------------------------------------------- */
/* ---------- ボタン ----------*/
.c-btn-primary {
  width: 100%;
  max-width: 27rem;
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.2rem solid #707070;
  background-color: #fff;
  border-radius: 3.3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-primary {
    max-width: 20rem;
    font-size: 1.2rem;
    height: 4.2rem;
  }
}
@media (hover: hover) {
  .c-btn-primary:hover {
    border-color: #ffc26c;
    color: #ffc26c;
  }
}
.c-btn-primary.c-btn-primary--orange {
  border-color: #ffc26c;
  background-color: #ffc26c;
  color: #fff;
}
@media (hover: hover) {
  .c-btn-primary.c-btn-primary--orange:hover {
    border-color: #ffc26c;
    background-color: #fff;
    color: #ffc26c;
  }
}
.c-btn-primary.c-btn-primary--large {
  max-width: 43.7rem;
  height: 8rem;
  border-radius: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn-primary.c-btn-primary--large {
    max-width: 32rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}

.c-btn-secondary {
  width: 100%;
  max-width: 43.7rem;
  height: 8rem;
  border-radius: 4rem;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-secondary {
    max-width: 32rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .c-btn-secondary:hover {
    opacity: 0.7;
  }
}

.c-btn-reservation {
  padding-inline: 3.8rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffc26c;
  border-radius: 3rem;
  border: 0.2rem solid #ffc26c;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .c-btn-reservation:hover {
    background-color: #fff;
    color: #ffc26c;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-reservation {
    border-color: #fff;
    width: 16.5rem;
    height: 4rem;
    padding-inline: 1.6rem;
    background-color: #fff;
    color: #000;
    font-size: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .c-btn-reservation:hover {
    background-color: #ffc26c;
    color: #fff;
  }
}

/* ---------- fixed ----------*/
.c-fixed {
  position: fixed;
  right: 0;
  bottom: 4rem;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-fixed {
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #f8f2f2;
    padding: 1rem 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.4rem;
  }
}

.c-fixed__btn a {
  font-size: 0%;
}
@media screen and (max-width: 767px) {
  .c-fixed__btn a {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    width: 15rem;
    height: 4rem;
    border: 1px solid #000;
    border-radius: 2rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .c-fixed__btn a::before {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .c-fixed__btn a img {
    display: none;
  }
}

.c-fixed__reservation {
  width: 19.4rem;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-fixed__reservation {
    width: auto;
    margin-right: 0;
  }
  .c-fixed__reservation a::before {
    width: 2.6rem;
    aspect-ratio: 1;
    background: url(../img/cmn/icon_fixed_reservation.png) center/contain no-repeat;
    top: -1.1rem;
    left: -1.1rem;
    -webkit-transform: scale(-1, 1) rotate(47deg);
            transform: scale(-1, 1) rotate(47deg);
  }
}

.c-fixed__line {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .c-fixed__line {
    width: auto;
  }
  .c-fixed__line a::before {
    width: 3.2rem;
    aspect-ratio: 32/43;
    background: url(../img/cmn/icon_fixed_line.png) center/contain no-repeat;
    top: -0.2rem;
    right: -2.4rem;
  }
}

/* ---------- low fv ----------*/
.c-low-fv {
  position: relative;
  z-index: 1;
}
.c-low-fv::before {
  content: "";
  display: inline-block;
  width: 75.4026354319vw;
  height: 100%;
  background-color: #f9fce6;
  border-radius: 0 0 0 26.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-low-fv::before {
    width: 93%;
    border-radius: 0 0 0 13rem;
  }
}

.c-low-fv__container {
  padding-block: 27.3rem 5.8rem;
}
@media screen and (max-width: 767px) {
  .c-low-fv__container {
    padding-block: 14rem 3.2rem;
  }
}

.c-low-fv__head {
  padding-left: 13.3rem;
}
@media screen and (max-width: 767px) {
  .c-low-fv__head {
    padding-left: 4rem;
  }
}

.c-low-fv__ttl {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-low-fv__ttl {
    font-size: 2.4rem;
  }
}

.c-low-fv__bg {
  margin-top: 2.6rem;
  position: relative;
}
.c-low-fv__bg::before {
  content: "";
  display: inline-block;
  width: 8.8rem;
  aspect-ratio: 88/120;
  background: url(../img/cmn/low_fv_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -7.4rem;
  left: 2.9rem;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
@media screen and (max-width: 767px) {
  .c-low-fv__bg::before {
    width: 4.4rem;
    left: 0;
    top: -3.3rem;
  }
}
.c-low-fv__bg::after {
  content: "";
  display: inline-block;
  width: 12.3rem;
  aspect-ratio: 123/116;
  background: url(../img/cmn/low_fv_icon02.png) center/contain no-repeat;
  position: absolute;
  top: -6rem;
  right: 0;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
@media screen and (max-width: 767px) {
  .c-low-fv__bg::after {
    width: 6rem;
    top: -3rem;
  }
}
.c-low-fv__bg img {
  height: 22.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .c-low-fv__bg img {
    height: 16rem;
    border-radius: 1.2rem;
  }
}

/* ---------- intro ----------*/
.c-intro {
  position: relative;
  z-index: 2;
}

.c-intro__container {
  padding-top: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-intro__container {
    padding-top: 2.4rem;
  }
}

.c-intro__ttl {
  letter-spacing: 0.1em;
  color: #ffc26c;
}

.c-intro__txt {
  margin-top: 4.8rem;
  font-size: 1.6rem;
  line-height: 2.875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-intro__txt {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* ---------- pagination ----------*/
.c-pagination {
  margin-top: 10rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  list-style: none;
}
.page-numbers li {
  text-align: center;
  font-size: 2rem;
}
.page-numbers li:last-child {
  margin: 0;
}
.page-numbers li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  text-decoration: none;
  border: 0.2rem solid #000;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .page-numbers li .page-numbers:hover {
    background-color: #ffc26c;
    border-color: #ffc26c;
  }
}
.page-numbers li .current {
  background-color: #ffc26c;
  border-color: #ffc26c;
}
.page-numbers li .prev,
.page-numbers li .next {
  position: relative;
}
.page-numbers li .prev::before,
.page-numbers li .next::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 15/20;
  background: #000;
  -webkit-mask-image: url(../img/cmn/icon_triangle.svg);
          mask-image: url(../img/cmn/icon_triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.page-numbers li .prev::before {
  -webkit-transform: translateX(-0.2rem) scale(-1, 1);
          transform: translateX(-0.2rem) scale(-1, 1);
}
.page-numbers li .next::before {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}
.page-numbers li .dots {
  width: auto;
  border: none;
}
@media (hover: hover) {
  .page-numbers li .dots:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .page-numbers {
    gap: 0.8rem;
  }
  .page-numbers li {
    font-size: 1.2rem;
  }
  .page-numbers li .page-numbers {
    width: 3.5rem;
    height: 3.5rem;
    border-width: 0.1rem;
  }
  .page-numbers li .prev,
  .page-numbers li .next {
    position: relative;
  }
  .page-numbers li .prev::before,
  .page-numbers li .next::before {
    content: "";
    width: 1.2rem;
  }
}
/* ---------- single editor style ----------*/
.c-editor-body {
  /* --- basic ---*/
  /* --- add ---*/
}
.c-editor-body > *:first-child {
  margin-top: 0;
}
.c-editor-body h2 {
  margin-top: 2em;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-editor-body h2 {
    font-size: 2rem;
  }
}
.c-editor-body h3 {
  margin-top: 2em;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-editor-body h3 {
    font-size: 1.8rem;
  }
}
.c-editor-body h4 {
  margin-top: 2em;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-editor-body h4 {
    font-size: 1.6rem;
  }
}
.c-editor-body h5 {
  margin-top: 2em;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-editor-body h5 {
    font-size: 1.6rem;
  }
}
.c-editor-body h6 {
  margin-top: 2em;
  line-height: 2.25;
  font-weight: 500;
}
.c-editor-body p {
  margin-top: 2.25em;
  line-height: 2.25;
}
.c-editor-body a {
  color: #ffc26c;
}
.c-editor-body figure {
  margin-top: 4rem;
}
.c-editor-body figure img {
  max-width: 100%;
  height: auto;
}
.c-editor-body blockquote {
  margin-top: 4rem;
  border-left: 0.2rem solid #ddd;
  padding-left: 1rem;
  font-style: italic;
}
.c-editor-body blockquote p {
  line-height: 2.25;
}
.c-editor-body blockquote cite {
  display: block;
  text-align: right;
  font-size: smaller;
}
.c-editor-body ul {
  margin-top: 4rem;
  list-style-type: disc;
  margin-left: 2rem;
}
.c-editor-body ol {
  margin-top: 4rem;
  list-style-type: decimal;
  margin-left: 2rem;
}
.c-editor-body li {
  line-height: 2.25;
}
.c-editor-body table {
  margin-top: 4rem;
}
.c-editor-body table th,
.c-editor-body table td {
  border: 0.1rem solid #000;
}
.c-editor-body code {
  background-color: #f0f0f0;
  padding: 1rem;
  overflow: auto;
}
.c-editor-body .wp-block-columns {
  margin-top: 4rem;
  margin-bottom: 0;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-editor-body .wp-block-columns {
    gap: 2.4rem;
  }
}
.c-editor-body .wp-block-column > *:first-child {
  margin-top: 0;
}

/* ----------------------------------------------------
Utility
---------------------------------------------------- */
/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .u-tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-tab-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp-show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

/* ---------- text ----------*/
.u-head-primary {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .u-head-primary {
    font-size: 2rem;
  }
}

.u-head-secondary {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .u-head-secondary {
    font-size: 1.8rem;
  }
}

.u-head-tertiary {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .u-head-tertiary {
    font-size: 1.6rem;
  }
}

.u-text-primary {
  line-height: 2.25;
}

/* ----------------------------------------------------
Project
---------------------------------------------------- */
/* ----------------------------------------------------
top
---------------------------------------------------- */
/* ---------- fv ----------*/
.p-top-fv {
  position: relative;
  z-index: 1;
}
.p-top-fv::before {
  content: "";
  display: inline-block;
  width: 75.4026354319%;
  height: 74.0343347639%;
  background-color: #f9fce6;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 26.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-fv::before {
    width: 93%;
    height: 88%;
    border-radius: 0 0 0 13rem;
  }
}

.p-top-fv__container {
  max-width: 1340px;
  margin-inline: auto;
  padding: 22.2rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-fv__container {
    padding: 9.2rem 2rem 0;
  }
}

.p-top-fv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.p-top-fv__ttl {
  width: 100%;
  max-width: 46rem;
  margin-top: min(9.7364568082vw, 13.3rem);
  margin-left: min(5.1244509517vw, 7rem);
}
@media screen and (max-width: 767px) {
  .p-top-fv__ttl {
    width: 65.7%;
    margin-top: 20%;
    margin-left: 0;
    margin-right: -40%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv__ttl::before {
    content: "";
    display: block;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-filter: blur(4.6rem);
            filter: blur(4.6rem);
    z-index: -1;
    border-radius: 2rem;
  }
}

.p-top-fv__img {
  width: 100%;
  max-width: 71rem;
}
@media screen and (max-width: 767px) {
  .p-top-fv__img {
    width: 80%;
    margin-right: calc(50% - 50vw);
  }
}

/* ---------- about ----------*/
.p-top-about {
  margin-top: -29rem;
  background: url(../img/top/about_bg.jpg) no-repeat top left/cover;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    margin-top: 0;
    background: none;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about::before {
    content: "";
    width: 100%;
    height: 110%;
    background: url(../img/top/about_bg_sp.jpg) no-repeat top left/cover;
    position: absolute;
    top: 18%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about::after {
    content: "";
    display: inline-block;
    width: 5.8rem;
    aspect-ratio: 116/64;
    background: url(../img/top/about_icon01.png) center/contain no-repeat;
    position: absolute;
    top: 2.7rem;
    right: 1rem;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
}

.p-top-about__container {
  padding-block: 19.1rem 32.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__container {
    padding-block: 2.7rem 9.6rem;
  }
}
.p-top-about__container::before {
  content: "";
  display: inline-block;
  width: 13rem;
  aspect-ratio: 130/138;
  background: url(../img/top/about_icon03.png) center/contain no-repeat;
  position: absolute;
  bottom: 2.5rem;
  left: 0.7rem;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-about__container::before {
    width: 6.5rem;
    left: 2rem;
    bottom: 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__container::after {
    content: "";
    display: inline-block;
    width: 16.5rem;
    aspect-ratio: 165/362;
    background: url(../img/top/about_part_sp.png) no-repeat center/contain;
    position: absolute;
    top: 15rem;
    right: 0;
  }
}

.p-top-about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.p-top-about__top-img {
  border-radius: 7rem;
  width: 27.8184480234vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__top-img {
    width: 50%;
  }
}
.p-top-about__top-img::before {
  content: "";
  display: inline-block;
  width: 11rem;
  aspect-ratio: 110/133;
  background: url(../img/top/about_img01_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -9.3rem;
  right: 51.8421052632%;
}
@media screen and (max-width: 767px) {
  .p-top-about__top-img::before {
    width: 5.5rem;
    top: -3rem;
  }
}
.p-top-about__top-img::after {
  content: "";
  display: inline-block;
  width: 8.2rem;
  aspect-ratio: 82/79;
  background: url(../img/top/about_img01_icon02.png) center/contain no-repeat;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  position: absolute;
  top: -2.5rem;
  right: -1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__top-img::after {
    width: 4.1rem;
    top: 5rem;
    right: -2rem;
  }
}
.p-top-about__top-img img {
  height: 55.3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 7rem 7rem 0;
  border-top: 1.6rem solid #fff;
  border-right: 0.6rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-about__top-img img {
    height: 22.8rem;
    border-radius: 0 3.5rem 3.5rem 0;
    border-top: 0.8rem solid #fff;
    border-right: 0.3rem solid #fff;
  }
}

.p-top-about__top-ttl {
  margin-top: 20.4rem;
  width: 100%;
  max-width: 15.3rem;
  margin-right: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__top-ttl {
    width: 8.5rem;
    margin-top: 3rem;
    margin-right: 5rem;
  }
}
.p-top-about__top-ttl::before {
  content: "";
  display: inline-block;
  width: 18.7rem;
  aspect-ratio: 187/157;
  background: url(../img/top/about_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 1.4rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-top-about__top-ttl::before {
    width: 9.3rem;
    left: auto;
    right: -5rem;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.p-top-about__sub {
  max-width: 61.3rem;
  margin: -27.3rem auto 0;
  padding-left: 2.1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-about__sub {
    max-width: none;
    margin-top: 3.5rem;
    padding-left: 0;
  }
}

.p-top-about__sub-ttl {
  color: #ffc26c;
  position: relative;
}
.p-top-about__sub-ttl::before {
  content: "";
  display: inline-block;
  width: 11.6rem;
  aspect-ratio: 116/64;
  background: url(../img/top/about_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -5rem;
  right: 4.5rem;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}
@media screen and (max-width: 767px) {
  .p-top-about__sub-ttl::before {
    content: none;
  }
}

.p-top-about__sub-txt {
  margin-top: 1.2rem;
}

.p-top-about__txt {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__txt {
    margin-top: 1.2rem;
  }
}

.p-top-about__bottom {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom {
    margin-top: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.3rem;
  }
}

.p-top-about__bottom-img {
  width: 32.0644216691vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom-img {
    width: 90%;
    margin-inline: auto;
  }
}
.p-top-about__bottom-img img {
  display: block;
  margin-inline: auto 0;
  width: 39.9rem;
  height: 38.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.5rem solid #fff;
  border-radius: 3.8rem 20.2rem 3.8rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom-img img {
    height: auto;
    width: auto;
    border: none;
    border-radius: 0;
  }
}

.p-top-about__bottom-content {
  width: 100%;
  max-width: 73rem;
  padding-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom-content {
    padding-top: 0;
  }
}

.p-top-about__bottom-btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom-btn {
    margin-top: 2.4rem;
  }
}
.p-top-about__bottom-btn a {
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__bottom-btn a {
    margin-inline: auto;
  }
}

.p-top-about__video {
  margin: 6rem auto 0;
  max-width: 86rem;
  aspect-ratio: 3/2;
}
.p-top-about__video iframe {
  width: 100%;
  height: 100%;
}

/* ---------- service ----------*/
.p-top-service {
  margin-top: -19.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    margin-top: 0;
  }
}
.p-top-service::before {
  content: "";
  display: inline-block;
  width: 29rem;
  aspect-ratio: 290/678;
  background: url(../img/top/service_bg.png) center/contain no-repeat;
  position: absolute;
  top: -10.5rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    width: 16rem;
    aspect-ratio: 160/565;
    background: url(../img/top/service_bg_sp.png) center/contain no-repeat;
    top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service::after {
    content: "";
    display: inline-block;
    display: inline-block;
    width: 15.6rem;
    aspect-ratio: 156/362;
    background: url(../img/top/service_bg_green_sp.png) center/contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 33.8rem;
    z-index: -1;
  }
}

.p-top-service__head {
  text-align: right;
}
.p-top-service__head span {
  display: inline-block;
  padding: 2rem 7.4rem;
  background-color: #eedde6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__head span {
    padding: 1rem 2rem;
    font-size: 1.7rem;
  }
}
.p-top-service__head span::before {
  content: "";
  display: inline-block;
  width: 9.4rem;
  aspect-ratio: 94/52;
  background: #eedde6;
  -webkit-mask-image: url(../img/cmn/icon_dec.svg);
          mask-image: url(../img/cmn/icon_dec.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 4.4rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-top-service__head span::before {
    width: 4.7rem;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.p-top-service__head span::after {
  content: "";
  display: inline-block;
  width: 10.7rem;
  aspect-ratio: 107/134;
  background: url(../img/top/service_head_icon.png) center/contain no-repeat;
  position: absolute;
  top: -1.1rem;
  left: -7.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__head span::after {
    width: 5rem;
    top: -0.5rem;
    left: -2.5rem;
  }
}

.p-top-service__wrap {
  margin-top: 11.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__wrap {
    margin-top: 6rem;
  }
}

.p-top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
.p-top-service__item:nth-of-type(1) .p-top-service__item-content {
  padding-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(1) .p-top-service__item-content {
    padding-top: 0;
  }
}
.p-top-service__item:nth-of-type(1) .p-top-service__item-img {
  max-width: 44.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(1) .p-top-service__item-img {
    max-width: none;
  }
}
.p-top-service__item:nth-of-type(1) .p-top-service__item-img::before {
  width: 11.1rem;
  aspect-ratio: 111/106;
  background: url(../img/top/service_img01_icon.png) center/contain no-repeat;
  right: 1.3rem;
  bottom: -4.1rem;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(1) .p-top-service__item-img::before {
    bottom: -3rem;
    width: 7rem;
  }
}
.p-top-service__item:nth-of-type(2) {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.p-top-service__item:nth-of-type(2) .p-top-service__item-content {
  padding-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(2) .p-top-service__item-content {
    padding-top: 0;
  }
}
.p-top-service__item:nth-of-type(2) .p-top-service__item-img {
  max-width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(2) .p-top-service__item-img {
    max-width: none;
  }
}
.p-top-service__item:nth-of-type(2) .p-top-service__item-img::before {
  width: 12rem;
  aspect-ratio: 120/113;
  background: url(../img/top/service_img02_icon.png) center/contain no-repeat;
  right: 0;
  bottom: -3rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(2) .p-top-service__item-img::before {
    content: none;
  }
}
.p-top-service__item:nth-of-type(3) {
  margin-top: 9.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(3) {
    margin-top: 4rem;
  }
}
.p-top-service__item:nth-of-type(3) .p-top-service__item-img {
  max-width: 47.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(3) .p-top-service__item-img {
    max-width: none;
  }
}
.p-top-service__item:nth-of-type(3) .p-top-service__item-img::before {
  width: 11.3rem;
  aspect-ratio: 113/106;
  background: url(../img/top/service_img03_icon01.png) center/contain no-repeat;
  left: -4.6rem;
  bottom: -2rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(3) .p-top-service__item-img::before {
    content: none;
  }
}
.p-top-service__item:nth-of-type(3) .p-top-service__item-img::after {
  content: "";
  display: inline-block;
  width: 8.8rem;
  aspect-ratio: 88/120;
  background: url(../img/top/service_img03_icon02.png) center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: -2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(3) .p-top-service__item-img::after {
    content: none;
  }
}
.p-top-service__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-service__item:nth-of-type(even) .p-top-service__item-btn a {
  margin-inline: auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-of-type(even) .p-top-service__item-btn a {
    margin-inline: auto;
  }
}

.p-top-service__item-content {
  width: 100%;
  max-width: 52.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item-content {
    max-width: none;
  }
}

.p-top-service__item-txt {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item-txt {
    margin-top: 1.2rem;
  }
}

.p-top-service__item-btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item-btn a {
    margin-inline: auto;
  }
}

.p-top-service__item-img {
  width: 100%;
  position: relative;
}
.p-top-service__item-img::before {
  content: "";
  display: inline-block;
  position: absolute;
}

/* ---------- gallery ----------*/
.p-top-gallery {
  position: relative;
}
.p-top-gallery::before {
  content: "";
  display: inline-block;
  width: 32rem;
  height: 67.6rem;
  background: url(../img/top/gallery_bg.png) center/contain no-repeat;
  position: absolute;
  top: -13.3rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-gallery::before {
    content: none;
  }
}

.p-top-gallery__container {
  padding-top: 8.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__container {
    padding-top: 4rem;
  }
}

.p-top-gallery__splide {
  pointer-events: none;
}

.p-top-gallery__splide-track {
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__splide-track {
    padding-bottom: 11rem;
  }
}

.p-top-gallery__item img {
  border-radius: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item img {
    border-radius: 3.1rem;
  }
}

.p-top-gallery__item-img {
  position: relative;
}
.p-top-gallery__item-img::before {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-top-gallery__item-img01 {
  max-width: 30.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img01 {
    max-width: 15rem;
  }
}
.p-top-gallery__item-img01::before {
  width: 9.2rem;
  aspect-ratio: 92/51;
  background: url(../img/top/gallery_img01_icon.png) center/contain no-repeat;
  bottom: -3rem;
  left: -0.9rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img01::before {
    width: 4.6rem;
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-20deg);
            transform: translateX(-50%) rotate(-20deg);
  }
}
.p-top-gallery__item-img01::after {
  content: "";
  display: inline-block;
  width: 23.6rem;
  aspect-ratio: 236/253;
  -webkit-filter: blur(1.4rem);
          filter: blur(1.4rem);
  border-radius: 6.2rem;
  background: url(../img/top/gallery_img03.jpg) center/contain no-repeat;
  position: absolute;
  bottom: -12.8rem;
  right: -14.6rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img01::after {
    width: 13.3rem;
    bottom: -6.4rem;
    right: -7.3rem;
    border-radius: 3.1rem;
  }
}

.p-top-gallery__item-img02 {
  margin-top: 10.3rem;
  max-width: 28.3rem;
  margin-left: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img02 {
    margin-top: 7.1rem;
    max-width: 14rem;
    margin-left: 2.5rem;
  }
}
.p-top-gallery__item-img02::before {
  width: 11.4rem;
  aspect-ratio: 114/138;
  background: url(../img/top/gallery_img02_icon.png) center/contain no-repeat;
  top: -8.7rem;
  left: -3.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img02::before {
    width: 5.7rem;
    top: -4rem;
    left: 3rem;
  }
}

.p-top-gallery__item-img03 {
  max-width: 33.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img03 {
    max-width: 16.5rem;
  }
}
.p-top-gallery__item-img03::before {
  width: 7.6rem;
  aspect-ratio: 76/77;
  background: url(../img/top/gallery_img03_icon.png) center/contain no-repeat;
  bottom: -10.5rem;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img03::before {
    width: 3.8rem;
    bottom: -5.2rem;
    right: 0;
  }
}
.p-top-gallery__item-img03::after {
  content: "";
  display: inline-block;
  width: 28.3rem;
  aspect-ratio: 283/302;
  -webkit-filter: blur(1.4rem);
          filter: blur(1.4rem);
  border-radius: 6.2rem;
  background: url(../img/top/gallery_img04.jpg) center/contain no-repeat;
  position: absolute;
  top: 9.9rem;
  right: -15.9rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img03::after {
    width: 14.1rem;
    border-radius: 3.1rem;
    top: 5rem;
    right: -8rem;
  }
}

.p-top-gallery__item-img04 {
  margin-top: 17.3rem;
  max-width: 28.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img04 {
    margin-top: 8.5rem;
    max-width: 14rem;
  }
}
.p-top-gallery__item-img04::before {
  width: 9.3rem;
  aspect-ratio: 93/116;
  background: url(../img/top/gallery_img04_icon.png) center/contain no-repeat;
  top: -15.9rem;
  left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__item-img04::before {
    width: 4.6rem;
    top: -8rem;
    left: 1rem;
  }
}

/* ---------- menu ----------*/
.p-top-bg {
  background: url(../img/top/menu_bg.png) no-repeat top center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-bg {
    background: url(../img/top/menu_bg_sp.png) no-repeat top center/cover;
  }
}
.p-top-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-bg::before {
    height: 9.2rem;
  }
}

.p-top-menu {
  overflow: hidden;
}

.p-top-menu__container {
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__container {
    padding-top: 5rem;
  }
}

.p-top-menu__head {
  position: relative;
}
.p-top-menu__head::before {
  content: "Menu";
  display: inline-block;
  font-size: 22.5rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #eafcdb;
  position: absolute;
  top: -15.9rem;
  left: -12.6rem;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-top-menu__head::before {
    font-size: 11.2rem;
    top: -7rem;
    left: -1rem;
  }
}

.p-top-menu__sub {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__sub {
    margin-top: 2.8rem;
  }
}
.p-top-menu__sub span {
  display: inline-block;
  padding: 1.8rem 2.8rem;
  background-color: #eafcdb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-menu__sub span {
    padding: 1rem 1.4rem;
    font-size: 1.6rem;
  }
}
.p-top-menu__sub span::before {
  content: "";
  display: inline-block;
  width: 9.4rem;
  aspect-ratio: 94/52;
  background: #eafcdb;
  -webkit-mask-image: url(../img/cmn/icon_dec.svg);
          mask-image: url(../img/cmn/icon_dec.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 5.7rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-top-menu__sub span::before {
    width: 4.7rem;
    left: 2.9rem;
  }
}

.p-top-menu__img {
  margin-top: 4.8rem;
  max-width: 76.0833333333%;
  margin-inline: auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-menu__img {
    max-width: none;
  }
}
.p-top-menu__img::before {
  content: "";
  display: inline-block;
  width: 20.5rem;
  aspect-ratio: 205/199;
  background: url(../img/top/menu_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -14.7rem;
  right: 1.7rem;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}
@media screen and (max-width: 767px) {
  .p-top-menu__img::before {
    width: 9rem;
    top: -5rem;
    right: 1rem;
  }
}
.p-top-menu__img::after {
  content: "";
  display: inline-block;
  width: 13.7rem;
  aspect-ratio: 137/131;
  background: url(../img/top/menu_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: -8rem;
  right: 1.5rem;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media screen and (max-width: 767px) {
  .p-top-menu__img::after {
    content: none;
  }
}
.p-top-menu__img img {
  border-radius: 3.7rem 16.2rem 3.7rem 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__img img {
    border-radius: 1.8rem 8.1rem 1.8rem 1.8rem;
  }
}

.p-top-menu__txt {
  margin-top: -10.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-menu__txt {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__txt::after {
    content: "";
    display: inline-block;
    width: 6.8rem;
    aspect-ratio: 137/131;
    background: url(../img/top/menu_icon02.png) center/contain no-repeat;
    position: absolute;
    bottom: -4rem;
    right: -1rem;
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
  }
}
.p-top-menu__txt p + p {
  margin-top: 2.25em;
}

.p-top-menu__list {
  margin-top: 4.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.6rem;
  }
}

.p-top-menu__item:nth-of-type(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-top-menu__item:nth-of-type(3) {
  margin-top: 7.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item:nth-of-type(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menu__item:nth-of-type(even) .p-top-menu__item-img {
    margin-inline: auto 0;
  }
  .p-top-menu__item:nth-of-type(even) .p-top-menu__item-img img {
    border-radius: 2.3rem 0.9rem 0.9rem 0.9rem;
  }
  .p-top-menu__item:nth-of-type(even) .p-top-menu__item-content {
    margin-inline: 0 auto;
  }
}

.p-top-menu__item-img {
  width: 79.4642857143%;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-img {
    width: 80%;
  }
}
.p-top-menu__item-img img {
  border-radius: 1.8rem 4.6rem 1.8rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-img img {
    border-radius: 0.9rem 2.3rem 0.9rem 0.9rem;
  }
}

.p-top-menu__item-content {
  padding-left: 2.9rem;
  margin-top: -10.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-content {
    margin-inline: auto 0;
    width: 80%;
    padding-left: 0;
    margin-top: -7rem;
  }
}
.p-top-menu__item-content::before {
  content: "";
  display: inline-block;
  width: 83.7060702875%;
  height: 19.6rem;
  background-color: rgba(255, 255, 255, 0.76);
  -webkit-filter: blur(0.4rem);
          filter: blur(0.4rem);
  position: absolute;
  top: -2.1rem;
  left: 2.1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-content::before {
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-top-menu__item-txt {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-menu__item-txt {
    margin-top: 0.7rem;
  }
}

.p-top-menu__btn {
  margin-top: 4.6rem;
}
.p-top-menu__btn a {
  margin-inline: auto;
}

/* ---------- voice ----------*/
.p-top-voice {
  position: relative;
}

.p-top-voice__container {
  padding-top: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__container {
    padding-top: 5rem;
  }
}

/* ----------------------------------------------------
about
---------------------------------------------------- */
/* ---------- service ----------*/
.p-about-service {
  position: relative;
}
.p-about-service::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 1.7rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about-service::before {
    width: 16.5rem;
  }
}
.p-about-service::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 3.3rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-service::after {
    width: 16.5rem;
  }
}

.p-about-service__bg {
  width: 100%;
  height: 115.4105736783%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  bottom: 13.4rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-service__bg {
    height: 100%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    bottom: 6rem;
  }
}

.p-about-service__container {
  padding-top: 19.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-service__container {
    padding-top: 8rem;
  }
}

.p-about-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14rem;
}
@media screen and (max-width: 767px) {
  .p-about-service__list {
    gap: 6rem;
  }
}

.p-about-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.p-about-service__item::before, .p-about-service__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
}
.p-about-service__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about-service__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-about-service__item:nth-of-type(even) .p-about-service__item-number {
    left: auto;
    right: 1rem;
  }
}
.p-about-service__item:nth-of-type(even) .p-about-service__item-contnet::before {
  right: 0;
  left: auto;
}
.p-about-service__item:nth-of-type(even) .p-about-service__img {
  margin-inline: 0 auto;
}
.p-about-service__item:nth-of-type(1)::before {
  width: 9.4rem;
  aspect-ratio: 94/114;
  background: url(../img/about/service_icon01.png) center/contain no-repeat;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-about-service__item:nth-of-type(1)::before {
    width: 4.7rem;
    bottom: -1.5rem;
  }
}
.p-about-service__item:nth-of-type(1) .p-about-service__img::before {
  background: #f9f6cc;
  top: -1.4rem;
  left: 2.4rem;
}
.p-about-service__item:nth-of-type(2)::before {
  width: 12.5rem;
  aspect-ratio: 125/156;
  background: url(../img/about/service_icon02-1.png) center/contain no-repeat;
  position: absolute;
  top: -9.2rem;
  right: 2.3rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .p-about-service__item:nth-of-type(2)::before {
    width: 6.2rem;
    top: 0;
    right: 0;
  }
}
.p-about-service__item:nth-of-type(2)::after {
  width: 15.4rem;
  aspect-ratio: 154/130;
  background: url(../img/about/service_icon02-2.png) center/contain no-repeat;
  position: absolute;
  bottom: -3.2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about-service__item:nth-of-type(2)::after {
    width: 7.6rem;
    bottom: -1.5rem;
  }
}
.p-about-service__item:nth-of-type(2) .p-about-service__img::before {
  background: #eafcdb;
  top: -1.2rem;
  right: -1.7rem;
}
.p-about-service__item:nth-of-type(3)::before {
  width: 17.5rem;
  aspect-ratio: 175/157;
  background: url(../img/about/service_icon03.png) center/contain no-repeat;
  position: absolute;
  bottom: -7.8rem;
  left: -1.8rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .p-about-service__item:nth-of-type(3)::before {
    content: none;
  }
}
.p-about-service__item:nth-of-type(3) .p-about-service__img::before {
  background: #fbeee8;
  top: 0;
  left: -4.9rem;
  -webkit-transform: rotate(102deg);
          transform: rotate(102deg);
}

.p-about-service__item-contnet {
  width: 55.8181818182%;
  padding-block: 4.9rem 4.7rem;
  min-height: 47.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about-service__item-contnet {
    margin-top: -2.4rem;
    width: 100%;
    min-height: auto;
    padding-block: 4rem;
  }
}
.p-about-service__item-contnet::before {
  content: "";
  display: inline-block;
  width: 131.7589576547%;
  height: 100%;
  background-color: #fff;
  border-radius: 4.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-service__item-contnet::before {
    border-radius: 2.4rem;
    width: 100%;
  }
}

.p-about-service__item-ttl {
  background-color: #fad8d8;
  padding: 1.6rem 2rem 1.6rem 13.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-service__item-ttl {
    padding: 1rem;
  }
}

.p-about-service__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.6rem;
  font-weight: 500;
  width: 10.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../img/cmn/icon_bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-about-service__item-number {
    width: 5rem;
    font-size: 2.2rem;
    left: 1rem;
    top: -1.6rem;
  }
}

.p-about-service__txt {
  margin-top: 4.4rem;
  padding-left: 7.8rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-service__txt {
    margin-top: 2.4rem;
    padding-inline: 2rem;
  }
}
.p-about-service__txt p + p {
  margin-top: 2.25em;
}

.p-about-service__img {
  width: 40.9090909091%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-service__img {
    width: 80%;
    margin-inline: auto 0;
  }
}
.p-about-service__img::before {
  content: "";
  display: inline-block;
  width: 24.9rem;
  aspect-ratio: 249/193;
  -webkit-mask-image: url(../img/about/service_img_icon.svg);
          mask-image: url(../img/about/service_img_icon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-service__img::before {
    content: none;
  }
}

.p-about-service__caution {
  text-align: right;
}

.p-about-service__caution-txt {
  text-align: left;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-left: 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-service__caution-txt {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.p-about-service__caution-txt::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------- recommend ----------*/
.p-about-recommend {
  position: relative;
}

.p-about-recommend__bg {
  width: 100%;
  height: 132.015503876%;
  background: url(../img/cmn/main_bg02.jpg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__bg {
    height: 100%;
  }
}

.p-about-recommend__container {
  padding-block: 11.3rem 14.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__container {
    padding-block: 8rem 6rem;
  }
}
.p-about-recommend__container::before {
  content: "";
  display: inline-block;
  width: 16.6rem;
  aspect-ratio: 166/156;
  background: url(../img/about/recommend_icon01.png) center/contain no-repeat;
  position: absolute;
  top: 22.2rem;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__container::before {
    width: 7.8rem;
    top: 20rem;
    right: 1rem;
  }
}

.p-about-recommend__ttl {
  max-width: 62.4rem;
  margin-inline: auto;
  text-align: center;
  padding: 2rem 8rem;
  background-color: #eedde6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__ttl {
    padding: 1rem 2rem;
  }
}
.p-about-recommend__ttl::before {
  content: "";
  display: inline-block;
  width: 9.4rem;
  aspect-ratio: 94/52;
  background: #eedde6;
  -webkit-mask-image: url(../img/cmn/icon_dec.svg);
          mask-image: url(../img/cmn/icon_dec.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-about-recommend__ttl::before {
    width: 4.7rem;
  }
}
.p-about-recommend__ttl::after {
  content: "";
  display: inline-block;
  width: 10.7rem;
  aspect-ratio: 107/134;
  background: url(../img/about/recommend_head_icon.png) center/contain no-repeat;
  position: absolute;
  top: -1.1rem;
  left: -3.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__ttl::after {
    width: 5rem;
    top: -0.5rem;
    left: -2rem;
  }
}

.p-about-recommend__card {
  max-width: 89.8rem;
  margin: 10rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__card {
    max-width: 40rem;
    margin-top: 6rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}

.p-about-recommend__item {
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../img/about/recommend_item_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__item {
    gap: 1.6rem;
  }
}
.p-about-recommend__item:nth-of-type(even) {
  -webkit-transform: translateY(8.2rem);
          transform: translateY(8.2rem);
}
@media screen and (max-width: 767px) {
  .p-about-recommend__item:nth-of-type(even) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-about-recommend__item:nth-of-type(3) {
  position: relative;
}
.p-about-recommend__item:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  width: 15.8rem;
  aspect-ratio: 158/167;
  background: url(../img/about/recommend_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: -5rem;
  left: -2.1rem;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__item:nth-of-type(3)::before {
    width: 7.9rem;
    bottom: 1rem;
    left: -1rem;
  }
}
.p-about-recommend__item:nth-of-type(4) {
  position: relative;
}
.p-about-recommend__item:nth-of-type(4)::before {
  content: "";
  display: inline-block;
  width: 15.2rem;
  aspect-ratio: 152/144;
  background: url(../img/about/recommend_icon03.png) center/contain no-repeat;
  position: absolute;
  top: -4rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__item:nth-of-type(4)::before {
    width: 7.6rem;
    top: -3rem;
    right: 2rem;
  }
}

.p-about-recommend__item-ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__item-ttl {
    font-size: 1.6rem;
  }
}

.p-about-recommend__item-txt {
  max-width: 30.7rem;
}
@media screen and (max-width: 767px) {
  .p-about-recommend__item-txt {
    max-width: 28rem;
  }
}

/* ----------------------------------------------------
feature
---------------------------------------------------- */
/* ---------- thought ----------*/
.p-feature-thought {
  position: relative;
}
.p-feature-thought::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 15.2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-feature-thought::before {
    width: 16.5rem;
  }
}

.p-feature-thought__bg {
  width: 100%;
  height: 182.8877005348%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  top: -8rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__bg {
    height: 100%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    top: -3rem;
  }
}

.p-feature-thought__container {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__container {
    padding-top: 6rem;
  }
}

.p-feature-thought__wrap {
  max-width: 94.5rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.4rem;
  padding: 6.6rem 2rem 12.3rem 5.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__wrap {
    border-radius: 2.4rem;
    padding: 2rem 2rem 6rem;
  }
}
.p-feature-thought__wrap::before {
  content: "";
  display: inline-block;
  width: 16.6rem;
  aspect-ratio: 166/124;
  background: url(../img/feature/thought_icon.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 11.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__wrap::before {
    width: 7.8rem;
    left: 2rem;
  }
}

.p-feature-thought__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-feature-thought__ttl {
  -webkit-transform: translateY(-9.8rem);
          transform: translateY(-9.8rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-feature-thought__ttl span {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.8em;
  font-weight: 500;
  padding: 2.8rem 2.1rem;
  background-color: #fad8d8;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__ttl span {
    font-size: 1.6rem;
    padding: 1rem;
    letter-spacing: 0.1em;
  }
}
.p-feature-thought__ttl span:nth-of-type(2) {
  margin: auto 2.3rem 0 0;
  margin-bottom: -6.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__ttl span:nth-of-type(2) {
    margin: 1rem 0 0 0;
  }
}

.p-feature-thought__head-content {
  width: 100%;
  max-width: 57.2rem;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__head-content {
    max-width: none;
  }
}
.p-feature-thought__head-content p + p {
  margin-top: 2.25em;
}

.p-feature-thought__main {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
    margin-top: 0;
  }
}

.p-feature-thought__main-content {
  width: 100%;
  max-width: 48.1rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-feature-thought__main-content {
    max-width: none;
    margin-top: 3rem;
  }
}
.p-feature-thought__main-content p + p {
  margin-top: 2.25em;
}

.p-feature-thought__main-img {
  width: 100%;
  max-width: 45rem;
  margin-right: calc(50% - 50vw);
  position: relative;
}
.p-feature-thought__main-img::before {
  content: "";
  display: inline-block;
  width: 13.3rem;
  aspect-ratio: 133/127;
  background: url(../img/feature/thought_img_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -10rem;
  right: 1.5rem;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media screen and (max-width: 767px) {
  .p-feature-thought__main-img::before {
    width: 6.6rem;
    top: -2rem;
    right: 0;
  }
}
.p-feature-thought__main-img::after {
  content: "";
  display: inline-block;
  width: 14.6rem;
  aspect-ratio: 146/81;
  background: url(../img/feature/thought_img_icon02.png) center/contain no-repeat;
  position: absolute;
  right: 3.5rem;
  bottom: -6.1rem;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .p-feature-thought__main-img::after {
    width: 7.3rem;
    right: 1.7rem;
    bottom: -1rem;
  }
}

/* ---------- message ----------*/
.p-feature-message {
  position: relative;
}
.p-feature-message::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: -38rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-feature-message::after {
    width: 16.5rem;
    bottom: -10rem;
  }
}

.p-feature-message__container {
  padding-block: 12.8rem 16.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature-message__container {
    padding-block: 10rem 8rem;
  }
}
.p-feature-message__container::before {
  content: "";
  display: inline-block;
  width: 9.4rem;
  aspect-ratio: 1;
  background: url(../img/feature/message_icon01.png) center/contain no-repeat;
  position: absolute;
  top: 10.6rem;
  left: 9.3rem;
  -webkit-transform: rotate(-52deg);
          transform: rotate(-52deg);
}
@media screen and (max-width: 767px) {
  .p-feature-message__container::before {
    width: 4.7rem;
    top: 4rem;
    left: 3rem;
  }
}
.p-feature-message__container::after {
  content: "";
  display: inline-block;
  width: 9rem;
  aspect-ratio: 90/123;
  background: url(../img/feature/message_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: 13.2rem;
  right: 11rem;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
@media screen and (max-width: 767px) {
  .p-feature-message__container::after {
    width: 4.5rem;
    bottom: 3rem;
    right: 2rem;
  }
}

.p-feature-message__wrap {
  max-width: 59.8rem;
  margin-inline: auto;
  text-align: center;
}

.p-feature-message__txt {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-feature-message__txt {
    font-size: 1.6rem;
  }
}
.p-feature-message__txt strong {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  font-weight: 500;
  color: #ffc26c;
}
@media screen and (max-width: 767px) {
  .p-feature-message__txt strong {
    font-size: 2rem;
  }
}
.p-feature-message__txt + .p-feature-message__txt {
  margin-top: 2em;
}

/* ----------------------------------------------------
menu
---------------------------------------------------- */
/* ---------- price ----------*/
.p-menu-price {
  position: relative;
}
.p-menu-price::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 42.1rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-menu-price::before {
    width: 16.5rem;
  }
}
.p-menu-price::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: -28.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-menu-price::after {
    width: 16.5rem;
  }
}

.p-menu-price__bg {
  width: 100%;
  height: 94.128440367%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  top: 18.8rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-menu-price__bg {
    height: 100%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    top: 4rem;
  }
}

.p-menu-price__container {
  padding-block: 14.8rem 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-menu-price__container {
    padding-block: 8rem;
  }
}

.p-menu-price__col {
  background-color: #fff;
  padding: 8.2rem 3.6rem 3.8rem;
  border-radius: 3.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-menu-price__col {
    padding: 2.4rem 2rem;
    border-radius: 2.4rem;
  }
}
.p-menu-price__col + .p-menu-price__col {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-menu-price__col + .p-menu-price__col {
    margin-top: 6rem;
  }
}

.p-menu-price__ttl {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-menu-price__ttl {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.p-menu-price__ttl span {
  text-align: center;
  display: block;
  width: 100%;
  background-color: #fad8d8;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-menu-price__ttl span {
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
  }
}

.p-menu-price__scroll {
  overflow-x: scroll;
}

.p-menu-price__table {
  width: 100%;
  max-width: 93.6rem;
  min-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table {
    margin-top: 2.4rem;
  }
}
.p-menu-price__table th,
.p-menu-price__table td {
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table th,
  .p-menu-price__table td {
    font-size: 1.4rem;
  }
}
.p-menu-price__table th {
  font-weight: 500;
}
.p-menu-price__table thead {
  background-color: #f8f2f2;
}
.p-menu-price__table thead th {
  height: 7.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table thead th {
    height: 4rem;
  }
}
.p-menu-price__table thead th:first-of-type {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table thead th:first-of-type {
    border-radius: 2rem 0 0 2rem;
  }
}
.p-menu-price__table thead th:first-of-type::before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 100%;
  border-radius: 3.8rem 0 0 3.8rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f2f2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .p-menu-price__table thead th:first-of-type::before {
    content: none;
  }
}
.p-menu-price__table thead th:last-of-type {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table thead th:last-of-type {
    border-radius: 0 2rem 2rem 0;
  }
}
.p-menu-price__table thead th:last-of-type::before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 100%;
  border-radius: 0 3.8rem 3.8rem 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f8f2f2;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .p-menu-price__table thead th:last-of-type::before {
    content: none;
  }
}
.p-menu-price__table tbody th,
.p-menu-price__table tbody td {
  padding: 3.6rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table tbody th,
  .p-menu-price__table tbody td {
    padding: 1.2rem;
  }
}

.p-menu-price__table-border {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(1rem, #707070), color-stop(1rem, transparent), color-stop(2rem, transparent));
  background-image: linear-gradient(to right, #707070 0, #707070 1rem, transparent 1rem, transparent 2rem);
  background-size: 2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table-border {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(0.5rem, #707070), color-stop(0.5rem, transparent), color-stop(1rem, transparent));
    background-image: linear-gradient(to right, #707070 0, #707070 0.5rem, transparent 0.5rem, transparent 1rem);
    background-size: 1rem 0.1rem;
  }
}

.p-menu-price__table-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-menu-price__table-multiple {
    gap: 1.2rem;
  }
}

.p-menu-price__normal::before {
  content: "";
  display: inline-block;
  width: 13.1rem;
  aspect-ratio: 131/125;
  background: url(../img/menu/table_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -5.1rem;
  left: 1.5rem;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
@media screen and (max-width: 767px) {
  .p-menu-price__normal::before {
    width: 6.5rem;
    top: -4rem;
    left: 0;
  }
}
.p-menu-price__normal::after {
  content: "";
  display: inline-block;
  width: 11rem;
  aspect-ratio: 110/150;
  background: url(../img/menu/table_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: -6.3rem;
  right: 0.7rem;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media screen and (max-width: 767px) {
  .p-menu-price__normal::after {
    width: 4.5rem;
    bottom: -3rem;
    right: 0;
  }
}
.p-menu-price__normal .p-menu-price__ttl {
  max-width: 28.3rem;
}
.p-menu-price__normal .p-menu-price__table thead th:nth-of-type(1) {
  width: 25%;
}
.p-menu-price__normal .p-menu-price__table thead th:nth-of-type(2) {
  width: 8%;
}
.p-menu-price__normal .p-menu-price__table thead th:nth-of-type(3) {
  width: 20%;
}
.p-menu-price__normal .p-menu-price__table thead th:nth-of-type(4) {
  width: 47%;
}
.p-menu-price__normal .p-menu-price__table tbody td:nth-of-type(1), .p-menu-price__normal .p-menu-price__table tbody td:nth-of-type(2) {
  text-align: center;
}

.p-menu-price__coupon::before {
  content: "";
  display: inline-block;
  width: 15.6rem;
  aspect-ratio: 156/149;
  background: url(../img/menu/table_icon03.png) center/contain no-repeat;
  position: absolute;
  top: -8.3rem;
  left: 1.8rem;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
@media screen and (max-width: 767px) {
  .p-menu-price__coupon::before {
    width: 7.8rem;
    top: -6rem;
    left: 1rem;
  }
}
.p-menu-price__coupon::after {
  content: "";
  display: inline-block;
  width: 13rem;
  aspect-ratio: 130/122;
  background: url(../img/menu/table_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: -3.5rem;
  right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-menu-price__coupon::after {
    width: 6.5rem;
    right: 0;
  }
}
.p-menu-price__coupon .p-menu-price__ttl {
  max-width: 47.8rem;
}
.p-menu-price__coupon .p-menu-price__table thead th:nth-of-type(1) {
  width: 25%;
}
.p-menu-price__coupon .p-menu-price__table thead th:nth-of-type(2) {
  width: 8%;
}
.p-menu-price__coupon .p-menu-price__table thead th:nth-of-type(3) {
  width: 13%;
}
.p-menu-price__coupon .p-menu-price__table thead th:nth-of-type(4) {
  width: 20%;
}
.p-menu-price__coupon .p-menu-price__table thead th:nth-of-type(5) {
  width: 34%;
}
.p-menu-price__coupon .p-menu-price__table tbody td:nth-of-type(1), .p-menu-price__coupon .p-menu-price__table tbody td:nth-of-type(2), .p-menu-price__coupon .p-menu-price__table tbody td:nth-of-type(3) {
  text-align: center;
}

/* ----------------------------------------------------
staff
---------------------------------------------------- */
/* ---------- video ----------*/
.p-staff-video__container {
  padding-top: 6rem;
}

.p-staff-video__wrap {
  margin-inline: auto;
  max-width: 86rem;
  aspect-ratio: 3/2;
}
.p-staff-video__wrap iframe {
  width: 100%;
  height: 100%;
}

/* ---------- introduction ----------*/
.p-staff-introduction {
  position: relative;
}
.p-staff-introduction::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 26.7rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction::before {
    width: 16.5rem;
    top: 10rem;
  }
}
.p-staff-introduction::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: -40.9rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction::after {
    width: 16.5rem;
    bottom: -10rem;
  }
}

.p-staff-introduction__bg {
  width: 100%;
  height: 138.5264341957%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  top: 3.3rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__bg {
    height: 100%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    top: -4rem;
  }
}

.p-staff-introduction__container {
  padding-block: 16.6rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__container {
    padding-block: 8rem;
  }
}

.p-staff-introduction__col {
  background-color: #fff;
  border-radius: 2.9rem;
  max-width: 102rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.4rem;
  padding-block: 7rem 3.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col {
    border-radius: 1.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.2rem;
    padding: 4rem 2rem;
  }
}
.p-staff-introduction__col + .p-staff-introduction__col {
  margin-top: 16.3rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col + .p-staff-introduction__col {
    margin-top: 6rem;
  }
}
.p-staff-introduction__col:nth-of-type(1) {
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(1) {
    padding-right: 2rem;
  }
}
.p-staff-introduction__col:nth-of-type(1) .p-staff-introduction__head {
  margin-left: -4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(1) .p-staff-introduction__head {
    margin-left: 0;
    margin-top: 0;
  }
}
.p-staff-introduction__col:nth-of-type(1) .p-staff-introduction__head::before {
  background: #eafcdb;
}
.p-staff-introduction__col:nth-of-type(1) .p-staff-introduction__img::before {
  width: 12.5rem;
  aspect-ratio: 125/105;
  background: url(../img/staff/introductionimg01_icon01.png) center/contain no-repeat;
  top: -5.6rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(1) .p-staff-introduction__img::before {
    width: 6.7rem;
    top: -2.8rem;
    right: 1rem;
  }
}
.p-staff-introduction__col:nth-of-type(1) .p-staff-introduction__img::after {
  width: 11.8rem;
  aspect-ratio: 118/111;
  background: url(../img/staff/introductionimg01_icon02.png) center/contain no-repeat;
  bottom: -2.8rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(1) .p-staff-introduction__img::after {
    width: 5.9rem;
    bottom: -1.4rem;
  }
}
.p-staff-introduction__col:nth-of-type(2) {
  padding-left: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2rem;
  }
}
.p-staff-introduction__col:nth-of-type(2) .p-staff-introduction__head {
  margin-right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(2) .p-staff-introduction__head {
    margin-right: 0;
  }
}
.p-staff-introduction__col:nth-of-type(2) .p-staff-introduction__head::before {
  background: #fbeee8;
}
.p-staff-introduction__col:nth-of-type(2) .p-staff-introduction__img::before {
  width: 12.9rem;
  aspect-ratio: 129/137;
  background: url(../img/staff/introductionimg02_icon01.png) center/contain no-repeat;
  top: -9.5rem;
  right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(2) .p-staff-introduction__img::before {
    width: 6.5rem;
    top: -4.7rem;
    right: 0.8rem;
  }
}
.p-staff-introduction__col:nth-of-type(2) .p-staff-introduction__img::after {
  width: 12.5rem;
  aspect-ratio: 125/156;
  background: url(../img/staff/introductionimg02_icon02.png) center/contain no-repeat;
  bottom: -4.6rem;
  right: 0.4rem;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__col:nth-of-type(2) .p-staff-introduction__img::after {
    width: 6.7rem;
    bottom: -2.3rem;
    right: 0;
  }
}

.p-staff-introduction__head {
  position: relative;
  z-index: 1;
}
.p-staff-introduction__head::before {
  content: "";
  display: inline-block;
  width: 24.9rem;
  aspect-ratio: 249/193;
  -webkit-mask-image: url(../img/staff/introduction_img_bg.svg);
          mask-image: url(../img/staff/introduction_img_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: -5.5rem;
  right: -1.1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__head::before {
    content: none;
  }
}

.p-staff-introduction__name {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 9.6rem;
  top: -25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__name {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.p-staff-introduction__name span {
  font-weight: 500;
  display: inline-block;
}
.p-staff-introduction__name span:nth-of-type(1) {
  font-size: 2rem;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__name span:nth-of-type(1) {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.p-staff-introduction__name span:nth-of-type(2) {
  margin-top: 2em;
  padding: 1.9rem 2rem 3.3rem;
  font-size: 2.4rem;
  letter-spacing: 0.6em;
  background-color: #fad8d8;
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__name span:nth-of-type(2) {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: 1rem 0 0 1em;
    padding: 1rem;
  }
}

.p-staff-introduction__img {
  width: 100%;
  max-width: 45rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-staff-introduction__img {
    margin-top: 2.4rem;
  }
}
.p-staff-introduction__img::before, .p-staff-introduction__img::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-staff-introduction__content {
  width: 100%;
  max-width: 50.6rem;
}
.p-staff-introduction__content p + p {
  margin-top: 2.25em;
}

/* ----------------------------------------------------
voice
---------------------------------------------------- */
.p-voice-main {
  position: relative;
}
.p-voice-main::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 21.9rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-main::before {
    width: 16.5rem;
    top: 0;
  }
}
.p-voice-main::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: -47.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-voice-main::after {
    width: 16.5rem;
    bottom: -10rem;
  }
}

.p-voice-main__bg {
  width: 100%;
  height: 108.2669322709%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-voice-main__bg {
    height: 100%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    top: -4rem;
  }
}

.p-voice-main__container {
  padding-block: 24.4rem 11.9rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__container {
    padding-block: 8rem 6rem;
  }
}

.p-voice-main__item {
  max-width: 93rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 2.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    border-radius: 1.8rem;
    padding: 0 2rem 2rem;
  }
}
.p-voice-main__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
}
.p-voice-main__item + .p-voice-main__item {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item + .p-voice-main__item {
    margin-top: 8rem;
  }
}
.p-voice-main__item:nth-of-type(odd) {
  padding-right: 2rem;
  margin-inline: auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(odd) {
    margin-inline: 0;
  }
}
.p-voice-main__item:nth-of-type(odd) .p-voice-main__item-img {
  -webkit-transform: translate(-3.5rem, -3.5rem);
          transform: translate(-3.5rem, -3.5rem);
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(odd) .p-voice-main__item-img {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
.p-voice-main__item:nth-of-type(odd) .p-voice-main__item-img::before {
  width: 13.4rem;
  aspect-ratio: 134/74;
  background: url(../img/voice/voice_img_icon_odd.png) center/contain no-repeat;
  top: 0.5rem;
  left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(odd) .p-voice-main__item-img::before {
    width: 8rem;
    top: 0;
    left: 0;
  }
}
.p-voice-main__item:nth-of-type(odd) .p-voice-main__item-img::after {
  width: 22.4rem;
  aspect-ratio: 224/242;
  background: url(../img/voice/voice_img_bg_odd.svg) center/contain no-repeat;
  bottom: 0.8rem;
  right: -0.3rem;
  -webkit-transform: rotate(161deg);
          transform: rotate(161deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(odd) .p-voice-main__item-img::after {
    width: 12rem;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.p-voice-main__item:nth-of-type(even) {
  padding-left: 4rem;
  margin-inline: 4rem auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2rem;
    margin-inline: 0;
  }
}
.p-voice-main__item:nth-of-type(even) .p-voice-main__item-img {
  -webkit-transform: translateX(2.3rem);
          transform: translateX(2.3rem);
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(even) .p-voice-main__item-img {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
}
.p-voice-main__item:nth-of-type(even) .p-voice-main__item-img::before {
  width: 10.6rem;
  aspect-ratio: 106/133;
  background: url(../img/voice/voice_img_icon_even.png) center/contain no-repeat;
  top: 0.8rem;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(even) .p-voice-main__item-img::before {
    width: 6rem;
    top: 0;
    right: 0;
  }
}
.p-voice-main__item:nth-of-type(even) .p-voice-main__item-img::after {
  width: 24.9rem;
  aspect-ratio: 249/193;
  background: url(../img/voice/voice_img_bg_even.svg) center/contain no-repeat;
  top: -0.8rem;
  left: -0.5rem;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(even) .p-voice-main__item-img::after {
    width: 12rem;
    top: 0;
    left: 0;
    -webkit-transform: rotate(160deg);
            transform: rotate(160deg);
  }
}
.p-voice-main__item:nth-of-type(1)::before {
  width: 12.2rem;
  aspect-ratio: 122/98;
  background: url(../img/voice/voice_icon01.png) center/contain no-repeat;
  top: -4.9rem;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(1)::before {
    width: 6.1rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.p-voice-main__item:nth-of-type(2)::before {
  width: 7.9rem;
  aspect-ratio: 79/108;
  background: url(../img/voice/voice_icon02.png) center/contain no-repeat;
  bottom: 0;
  right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(2)::before {
    width: 4rem;
    right: -1rem;
  }
}
.p-voice-main__item:nth-of-type(3)::before {
  width: 12.4rem;
  aspect-ratio: 124/117;
  background: url(../img/voice/voice_icon03.png) center/contain no-repeat;
  top: -6.8rem;
  right: -1.2rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(3)::before {
    width: 6.2rem;
    top: -3.4rem;
    right: -0.6rem;
  }
}
.p-voice-main__item:nth-of-type(4)::before {
  width: 7.9rem;
  aspect-ratio: 79/108;
  background: url(../img/voice/voice_icon04.png) center/contain no-repeat;
  bottom: 0.9rem;
  right: -7.8rem;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media screen and (max-width: 767px) {
  .p-voice-main__item:nth-of-type(4)::before {
    width: 4rem;
    bottom: -0.5rem;
    right: 0;
  }
}

.p-voice-main__item-img {
  width: 100%;
  max-width: 29.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item-img {
    width: 80%;
    max-width: 30rem;
  }
}
.p-voice-main__item-img::before, .p-voice-main__item-img::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.p-voice-main__item-content {
  width: 100%;
  max-width: 60rem;
  padding-block: 5.8rem 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-voice-main__item-content {
    max-width: none;
    padding-block: 0;
  }
}
.p-voice-main__item-content p + p {
  margin-top: 2.25em;
}

/* ----------------------------------------------------
access
---------------------------------------------------- */
/* ---------- info ----------*/
.p-access-info {
  position: relative;
}
.p-access-info::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 21.9rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-access-info::before {
    width: 16.5rem;
    top: 0;
  }
}

.p-access-info__bg {
  width: 100%;
  height: 153.6136662286%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-access-info__bg {
    height: 150%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    top: -2rem;
  }
}

.p-access-info__container {
  padding-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-access-info__container {
    padding-top: 8rem;
  }
}

.p-access-info__body {
  position: relative;
}
.p-access-info__body::before {
  content: "";
  display: inline-block;
  width: 14.6rem;
  aspect-ratio: 146/81;
  background: url(../img/access/info_icon01.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: -4rem;
  z-index: 2;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
@media screen and (max-width: 767px) {
  .p-access-info__body::before {
    width: 7.3rem;
    top: -2rem;
  }
}
.p-access-info__body::after {
  content: "";
  display: inline-block;
  width: 11rem;
  aspect-ratio: 110/150;
  background: url(../img/access/info_icon02.png) center/contain no-repeat;
  position: absolute;
  right: 1.8rem;
  bottom: -7.7rem;
  z-index: 2;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}
@media screen and (max-width: 767px) {
  .p-access-info__body::after {
    width: 5.5rem;
    right: 0;
    bottom: -3rem;
  }
}

.p-access-info__scroll {
  overflow-x: scroll;
}

.p-access-info__wrap {
  min-width: 55rem;
}

.p-access-info__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-access-info__col::before {
  content: "";
  display: inline-block;
  width: 99rem;
  height: 0.1rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(1rem, #707070), color-stop(1rem, transparent), color-stop(2rem, transparent));
  background-image: linear-gradient(to right, #707070 0, #707070 1rem, transparent 1rem, transparent 2rem);
  background-size: 2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-access-info__col::before {
    width: calc(100% - 4rem);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(0.5rem, #707070), color-stop(0.5rem, transparent), color-stop(1rem, transparent));
    background-image: linear-gradient(to right, #707070 0, #707070 0.5rem, transparent 0.5rem, transparent 1rem);
    background-size: 1rem 0.1rem;
  }
}
.p-access-info__col:first-of-type .p-access-info__term {
  border-radius: 5.4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-info__col:first-of-type .p-access-info__term {
    border-radius: 2.4rem 0 0 0;
  }
}
.p-access-info__col:first-of-type .p-access-info__desc {
  border-radius: 0 5.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-info__col:first-of-type .p-access-info__desc {
    border-radius: 0 2.4rem 0 0;
  }
}
.p-access-info__col:last-of-type::before {
  content: none;
}
.p-access-info__col:last-of-type .p-access-info__term {
  border-radius: 0 0 0 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-access-info__col:last-of-type .p-access-info__term {
    border-radius: 0 0 0 2.4rem;
  }
}
.p-access-info__col:last-of-type .p-access-info__desc {
  border-radius: 0 0 5.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-access-info__col:last-of-type .p-access-info__desc {
    border-radius: 0 0 2.4rem 0;
  }
}

.p-access-info__term {
  font-weight: 500;
  width: 24rem;
  background-color: #f8f2f2;
  padding: 4rem 4rem 4rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-access-info__term {
    width: 12rem;
    padding: 2rem;
  }
}

.p-access-info__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 4rem 4rem 4rem 17rem;
}
@media screen and (max-width: 767px) {
  .p-access-info__desc {
    padding: 2rem;
  }
}

/* ---------- time ----------*/
.p-access-time {
  position: relative;
}
.p-access-time::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-access-time::after {
    width: 16.5rem;
  }
}

.p-access-time__container {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-access-time__container {
    padding-top: 8rem;
  }
}

.p-access-time__ttl {
  text-align: center;
}
.p-access-time__ttl span {
  text-align: center;
  display: inline-block;
  padding: 1.1rem 7.5rem;
  background-color: #fad8d8;
}
@media screen and (max-width: 767px) {
  .p-access-time__ttl span {
    padding: 1rem;
  }
}

.p-access-time__scroll {
  padding-top: 5.5rem;
  overflow-x: scroll;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-time__scroll {
    padding-top: 4rem;
  }
}
.p-access-time__scroll::before {
  content: "";
  display: inline-block;
  width: 12.9rem;
  aspect-ratio: 129/123;
  background: url(../img/access/time_icon.png) center/contain no-repeat;
  position: absolute;
  top: 2.6rem;
  left: 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-access-time__scroll::before {
    width: 8rem;
    top: 2rem;
    left: 2rem;
  }
}

.p-access-time__table {
  min-width: 80rem;
  width: 100%;
}
.p-access-time__table th,
.p-access-time__table td {
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
}
.p-access-time__table thead th {
  padding: 2.5rem 2rem;
  background-color: #f8f2f2;
}
@media screen and (max-width: 767px) {
  .p-access-time__table thead th {
    padding: 1.6rem 2rem;
  }
}
.p-access-time__table thead th:first-of-type {
  background-color: transparent;
  width: 19.5%;
}
@media screen and (max-width: 767px) {
  .p-access-time__table thead th:first-of-type {
    width: 16%;
  }
}
.p-access-time__table thead th:nth-of-type(2) {
  border-radius: 3.8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-time__table thead th:nth-of-type(2) {
    border-radius: 2rem 0 0 0;
  }
}
.p-access-time__table thead th:last-of-type {
  border-radius: 0 3.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-time__table thead th:last-of-type {
    border-radius: 0 2rem 0 0;
  }
}
.p-access-time__table thead th:nth-child(n+2) {
  width: 11.5%;
}
@media screen and (max-width: 767px) {
  .p-access-time__table thead th:nth-child(n+2) {
    width: 12%;
  }
}
.p-access-time__table tbody tr:first-of-type th {
  border-radius: 3.8rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-access-time__table tbody tr:first-of-type th {
    border-radius: 2rem 0 0 0;
  }
}
.p-access-time__table tbody tr:last-of-type th {
  border-radius: 0 0 0 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-access-time__table tbody tr:last-of-type th {
    border-radius: 0 0 0 2rem;
  }
}
.p-access-time__table tbody tr:last-of-type td {
  border-radius: 0 0 3.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-access-time__table tbody tr:last-of-type td {
    border-radius: 0 0 2rem 0;
  }
}
.p-access-time__table tbody tr + tr th {
  position: relative;
}
.p-access-time__table tbody tr + tr th::before {
  content: "";
  display: inline-block;
  width: 110rem;
  height: 0.1rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(1rem, #707070), color-stop(1rem, transparent), color-stop(2rem, transparent));
  background-image: linear-gradient(to right, #707070 0, #707070 1rem, transparent 1rem, transparent 2rem);
  background-size: 2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-access-time__table tbody tr + tr th::before {
    width: 80rem;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(0.5rem, #707070), color-stop(0.5rem, transparent), color-stop(1rem, transparent));
    background-image: linear-gradient(to right, #707070 0, #707070 0.5rem, transparent 0.5rem, transparent 1rem);
    background-size: 1rem 0.1rem;
  }
}
.p-access-time__table tbody th,
.p-access-time__table tbody td {
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-access-time__table tbody th,
  .p-access-time__table tbody td {
    padding: 1.6rem 2rem;
  }
}
.p-access-time__table tbody th {
  background-color: #f5debd;
}
.p-access-time__table tbody td {
  background-color: #fff;
}

/* ---------- guide ----------*/
.p-access-guide {
  position: relative;
}

.p-access-guide__bg {
  width: 100%;
  height: 105.6451612903%;
  background: url(../img/cmn/main_bg02.jpg) no-repeat top center/cover;
  position: absolute;
  top: 16.4rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-access-guide__bg {
    height: 100%;
    background: url(../img/cmn/main_bg02_sp.png) no-repeat top center/cover;
    top: 0;
  }
}

.p-access-guide__container {
  padding-block: 17.9rem 13.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-guide__container {
    padding-block: 8rem;
  }
}
.p-access-guide__container::before {
  content: "";
  display: inline-block;
  width: 13.2rem;
  aspect-ratio: 132/160;
  background: url(../img/access/guide_icon.png) center/contain no-repeat;
  position: absolute;
  bottom: 16.4rem;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access-guide__container::before {
    content: none;
  }
}

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

.p-access-guide__map {
  margin-top: 7rem;
  width: 82.9rem;
  aspect-ratio: 829/529;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-guide__map {
    margin-top: 3rem;
    width: 85%;
  }
}
.p-access-guide__map::before {
  content: "";
  display: inline-block;
  width: 11.6rem;
  aspect-ratio: 116/109;
  background: url(../img/access/guide_map_icon.png) center/contain no-repeat;
  position: absolute;
  top: -5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-access-guide__map::before {
    width: 5.8rem;
    top: -2.5rem;
  }
}
.p-access-guide__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-access-guide__map iframe {
    border-radius: 1.2rem;
  }
}

.p-access-guide__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-access-guide__ttl {
    width: 15%;
  }
}
.p-access-guide__ttl span {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.6em;
  font-weight: 500;
  padding: 1.9rem 1.9rem 3.1rem;
  background-color: #fad8d8;
}
@media screen and (max-width: 767px) {
  .p-access-guide__ttl span {
    font-size: 1.6rem;
    padding: 1rem;
  }
}

.p-access-guide__content {
  width: 83.7rem;
  margin: -8.6rem 0 0 auto;
  border-radius: 7.2rem;
  background-color: #fff;
  padding: 9.7rem 4.8rem 1rem 10.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-guide__content {
    width: 100%;
    margin: 4rem 0 0 0;
    border-radius: 2.4rem;
    padding: 3rem 2rem 1rem;
  }
}
.p-access-guide__content::before {
  content: "";
  display: inline-block;
  width: 17.8rem;
  aspect-ratio: 178/180;
  background: url(../img/access/guide_content_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -14.7rem;
  right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-access-guide__content::before {
    width: 8.9rem;
    top: -6rem;
    right: 1.2rem;
  }
}
.p-access-guide__content::after {
  content: "";
  display: inline-block;
  width: 7.3rem;
  aspect-ratio: 1;
  background: url(../img/access/guide_content_icon02.png) center/contain no-repeat;
  position: absolute;
  top: 60%;
  left: -2.5rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-access-guide__content::after {
    width: 3.6rem;
    top: auto;
    bottom: 0;
    left: -1rem;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.p-access-guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8rem;
  min-height: 6.75em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-access-guide__item {
    gap: 1rem;
  }
}
.p-access-guide__item::before {
  content: "・・・";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  line-height: 1;
  color: #ffc26c;
  position: absolute;
  bottom: 1.2rem;
  left: 0.3rem;
}
.p-access-guide__item + .p-access-guide__item {
  margin-top: 0.5rem;
}
.p-access-guide__item:last-of-type::before {
  content: none;
}
.p-access-guide__item span {
  margin-top: 0.7rem;
  min-width: 2.2rem;
  width: 2.2rem;
  aspect-ratio: 1;
  background-color: #ffc26c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-access-guide__item span {
    min-width: 1.8rem;
    width: 1.8rem;
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------
news archive
---------------------------------------------------- */
/* ---------- summary ----------*/
.p-news-summary {
  position: relative;
}
.p-news-summary::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 35.6rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-news-summary::before {
    width: 16.5rem;
    top: 2rem;
  }
}
.p-news-summary::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: -31.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news-summary::after {
    width: 16.5rem;
    bottom: -4rem;
  }
}

.p-news-summary__bg {
  width: 100%;
  height: 88.4761182714%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  top: 19.6rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news-summary__bg {
    height: 100%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    top: 0;
  }
}

.p-news-summary__container {
  padding-block: 10.6rem 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-summary__container {
    padding-block: 6rem 8rem;
  }
}

.p-news-summary__wrap {
  position: relative;
}

.p-news-summary__item + .p-news-summary__item {
  margin-top: 2.8rem;
}

.p-news-summary__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 3rem;
  overflow: hidden;
  min-height: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-summary__item-link {
    min-height: auto;
    border-radius: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (hover: hover) {
  .p-news-summary__item-link:hover .p-news-summary__item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-news-summary__item-img {
  overflow: hidden;
  width: 28.6363636364%;
}
@media screen and (max-width: 767px) {
  .p-news-summary__item-img {
    width: 100%;
  }
}
.p-news-summary__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 315/215;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p-news-summary__item-content {
  width: 71.3636363636%;
  background-color: #f8f2f2;
  padding: 4.3rem 7rem 2.5rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-news-summary__item-content {
    width: 100%;
    padding: 2rem;
  }
}

.p-news-summary__item-date {
  line-height: 1.5;
}

.p-news-summary__item-ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-summary__item-ttl {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
}

/* ----------------------------------------------------
news single
---------------------------------------------------- */
/* ---------- single ----------*/
.p-news-single {
  position: relative;
}
.p-news-single::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  aspect-ratio: 287/603;
  background: url(../img/cmn/main_part01.png) center/contain no-repeat;
  position: absolute;
  top: 35.6rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-news-single::before {
    width: 16.5rem;
    top: 2rem;
  }
}
.p-news-single::after {
  content: "";
  display: inline-block;
  width: 32rem;
  aspect-ratio: 320/687;
  background: url(../img/cmn/main_part02.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: -24.9rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news-single::after {
    width: 16.5rem;
    bottom: -4rem;
  }
}

.p-news-single__bg {
  width: 100%;
  height: 90.0446713465%;
  background: url(../img/cmn/main_bg01.jpg) no-repeat top center/cover;
  position: absolute;
  top: 19.6rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news-single__bg {
    height: 100%;
    background: url(../img/cmn/main_bg01_sp.jpg) no-repeat top center/cover;
    top: 0;
  }
}

.p-news-single__container {
  padding-block: 9rem 9.3rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__container {
    padding-block: 8rem;
  }
}

.p-news-single__wrap {
  background-color: #fff;
  border-radius: 5.4rem;
  padding: 2.9rem 3.6rem 6.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-single__wrap {
    padding: 3rem 2rem;
    border-radius: 2.4rem;
  }
}

.p-news-single__date {
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.3rem;
  color: #ffc26c;
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    padding-left: 1.6rem;
  }
}

.p-news-single__ttl {
  margin-top: 1.4rem;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  padding: 5rem 6rem;
  border-radius: 3.8rem;
  background-color: #f8f2f2;
}
@media screen and (max-width: 767px) {
  .p-news-single__ttl {
    padding: 2rem;
    border-radius: 1.6rem;
    font-size: 1.6rem;
  }
}

.p-news-single__thumbnail {
  max-width: 50.6rem;
  margin: 9.3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__thumbnail {
    width: 90%;
    margin-top: 4rem;
  }
}

.p-news-single__body {
  max-width: 92.4rem;
  margin: 6.7rem auto 0;
  margin-top: 4rem;
}

.p-news-single__btn {
  margin-top: 4rem;
}
.p-news-single__btn a {
  margin-inline: auto;
}

/* ----------------------------------------------------
cmn voice
---------------------------------------------------- */
.p-cmn-voice {
  text-align: center;
  background-color: #eedde6;
  border-radius: 4rem;
  padding: 8.1rem 4rem 4.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cmn-voice {
    padding: 3.2rem 2rem 2.5rem;
  }
}
.p-cmn-voice::before {
  content: "";
  display: inline-block;
  width: 9.4rem;
  aspect-ratio: 94/52;
  background: #fff;
  -webkit-mask-image: url(../img/cmn/icon_dec.svg);
          mask-image: url(../img/cmn/icon_dec.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-cmn-voice::before {
    width: 4.7rem;
  }
}
.p-cmn-voice::after {
  content: "";
  display: inline-block;
  width: 10.1rem;
  aspect-ratio: 101/95;
  background: url(../img/cmn/voice_icon01.png) center/contain no-repeat;
  position: absolute;
  top: -2.2rem;
  left: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-voice::after {
    width: 5rem;
    top: -1.1rem;
    left: -0.7rem;
  }
}

.p-cmn-voice__decoration::before {
  content: "";
  display: inline-block;
  width: 10.4rem;
  aspect-ratio: 104/135;
  background: url(../img/cmn/voice_icon02.png) center/contain no-repeat;
  position: absolute;
  bottom: 1rem;
  left: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-voice__decoration::before {
    width: 5.2rem;
    bottom: -2rem;
    left: 0;
    -webkit-transform: rotate(-13deg);
            transform: rotate(-13deg);
  }
}
.p-cmn-voice__decoration::after {
  content: "";
  display: inline-block;
  width: 20.5rem;
  aspect-ratio: 205/194;
  background: url(../img/cmn/voice_icon03.png) center/contain no-repeat;
  position: absolute;
  bottom: -1.4rem;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-voice__decoration::after {
    width: 9rem;
    bottom: -3rem;
    right: -0.5rem;
  }
}

.p-cmn-voice__ttl {
  letter-spacing: 0.1em;
}

.p-cmn-voice__txt {
  margin-top: 1.7rem;
}

.p-cmn-voice__btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-voice__btn {
    margin-top: 3rem;
  }
}
.p-cmn-voice__btn a {
  margin-inline: auto;
}

/* ----------------------------------------------------
cmn news
---------------------------------------------------- */
.p-cmn-news {
  position: relative;
}
.p-cmn-news::before {
  content: "";
  display: inline-block;
  width: 31.8rem;
  aspect-ratio: 318/693;
  background: url(../img/top/news_bg.png) center/contain no-repeat;
  position: absolute;
  top: 7rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-cmn-news::before {
    width: 16rem;
    top: auto;
    bottom: 10rem;
  }
}

.p-cmn-news__container {
  padding-block: 15.7rem 13.8rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__container {
    padding-block: 6.3rem 10rem;
  }
}

.p-cmn-news__wrap {
  padding-inline: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 0;
    gap: 9.5rem;
  }
}

.p-cmn-news__col {
  width: 100%;
  max-width: 48.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__col {
    max-width: none;
    position: relative;
    gap: 3rem;
  }
}

.p-cmn-news__head {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.7rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__head {
    gap: 0;
  }
}

.p-cmn-news__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.p-cmn-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__btn {
    position: absolute;
    right: 0;
    bottom: -4rem;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.5rem;
  }
}
.p-cmn-news__btn::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 15/24;
  background: #ffc26c;
  -webkit-mask-image: url(../img/cmn/icon_triangle.svg);
          mask-image: url(../img/cmn/icon_triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__btn::before {
    width: 1.2rem;
  }
}
.p-cmn-news__btn span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #ffc26c;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__btn span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (hover: hover) {
  .p-cmn-news__btn:hover {
    opacity: 0.7;
  }
}

.p-cmn-news__sns {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cmn-news__sns #sb_instagram.sbi_mob_col_3 #sbi_images {
  gap: 1.6rem 1.3rem;
  padding-block: 0;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__sns #sb_instagram.sbi_mob_col_3 #sbi_images {
    gap: 0.8rem 0.6rem;
  }
}
.p-cmn-news__sns #sb_instagram .sbi_photo img {
  aspect-ratio: 1;
}

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

.p-cmn-news__list-item {
  position: relative;
}
.p-cmn-news__list-item:first-of-type a {
  padding-top: 0;
}
.p-cmn-news__list-item:last-of-type a {
  padding-bottom: 0;
}
.p-cmn-news__list-item + .p-cmn-news__list-item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(1rem, #707070), color-stop(1rem, transparent), color-stop(2rem, transparent));
  background-image: linear-gradient(to right, #707070 0, #707070 1rem, transparent 1rem, transparent 2rem);
  background-size: 2rem 0.1rem;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__list-item + .p-cmn-news__list-item::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #707070), color-stop(0.5rem, #707070), color-stop(0.5rem, transparent), color-stop(1rem, transparent));
    background-image: linear-gradient(to right, #707070 0, #707070 0.5rem, transparent 0.5rem, transparent 1rem);
    background-size: 1rem 0.1rem;
  }
}
.p-cmn-news__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2rem;
  padding-block: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__list-item a {
    padding-block: 1.6rem;
    gap: 1rem;
  }
}
@media (hover: hover) {
  .p-cmn-news__list-item a:hover {
    color: #ffc26c;
  }
}

.p-cmn-news__list-item-img {
  max-width: 11.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__list-item-img {
    max-width: 8rem;
  }
}
.p-cmn-news__list-item-img img {
  aspect-ratio: 112/71;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cmn-news__list-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-cmn-news__list-item-date {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__list-item-date {
    font-size: 1rem;
  }
}

.p-cmn-news__list-item-ttl {
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cmn-news__list-item-ttl {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------
cmn contact
---------------------------------------------------- */
.p-cmn-contact {
  background: url(../img/cmn/contact_bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-cmn-contact {
    background: url(../img/cmn/contact_bg_sp.png) no-repeat top center/cover;
  }
}

.p-cmn-contact__container {
  padding-block: 9.5rem 31rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-contact__container {
    padding-block: 6.4rem 22.4rem;
  }
}

.p-cmn-contact__head {
  text-align: center;
}
.p-cmn-contact__head span {
  position: relative;
  z-index: 1;
}
.p-cmn-contact__head span::before {
  content: "Contact";
  font-size: 15.7rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.52;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cmn-contact__head span::before {
    font-size: 7.8rem;
  }
}

.p-cmn-contact__txt {
  margin-top: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cmn-contact__txt {
    margin-top: 3rem;
  }
}

.p-cmn-contact__btn {
  margin-top: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-cmn-contact__btn {
    margin-top: 3.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}

.p-cmn-contact__info {
  margin-top: 5.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cmn-contact__info {
    margin-top: 2.5rem;
  }
}