@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  /* 16px*/
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.hide {
  display: none;
}

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.pc {
  display: block !important;
}

.fadein {
  transition: all 0.5s ease-out 0.25s;
  opacity: 0;
}
.fadein.scrollin {
  opacity: 1;
}

.fadein_up {
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  opacity: 0;
}
.fadein_up.scrollin {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fadein_left {
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_left.scrollin {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_right {
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}
.fadein_right.scrollin {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_order > * {
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
.fadein_order > *.scrollin {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.fadein_order_right > * {
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_right > *.scrollin {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fadein_order_left > * {
  transition: all 0.5s ease-out 0.25s;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}
.fadein_order_left > *.scrollin {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

body {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #F6EEE4;
  width: 100%;
}
body.fixed {
  position: fixed;
}

html {
  background-color: #FFF;
  scroll-padding-top: 240px;
}

.l-contents {
  background-color: #FFF;
  margin-bottom: 28px;
  padding: 65px 0 80px;
}
.l-contents__wrap {
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 62px;
}
.l-contents__subtitle {
  display: flex;
  align-items: center;
  gap: 46px;
  margin-bottom: 80px;
}
.l-contents__subtitle span {
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #60502B;
  display: inline-flex;
}
.l-contents__subtitle::before, .l-contents__subtitle::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 7px;
  border-radius: 4px;
  background-color: #F6EEE4;
}

.l-header {
  position: fixed;
  top: 72px;
  left: 30px;
  z-index: 8;
  width: calc(100% - 60px);
  padding: 0 30px;
  transition: top 0.15s ease-out;
}
.l-header__container {
  display: flex;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.5s ease-out, background-color 0.5s ease-out;
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 100px;
  border-right: 2px solid #F6EEE4;
}
.l-header__logo a {
  display: block;
  transition: opacity 0.25s ease-out;
}
.l-header__logo a:hover {
  opacity: 0.5;
}
.l-header__logo img {
  height: 84px;
  vertical-align: bottom;
}
.l-header__gnavi {
  flex-grow: 1;
}
.l-header__gnavi > * {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.l-header__gnavi > * > * {
  display: flex;
  width: 100%;
}
.l-header__gnavi > * > * > a {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-direction: column;
  color: #877A5D;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  transition: opacity 0.25s ease-out;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.l-header__gnavi > * > * > a:hover {
  opacity: 0.8;
}
.l-header__gnavi > * > * > a:hover .icon {
  -webkit-animation: gnavi_icon_hover 1s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: gnavi_icon_hover 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.l-header__gnavi > * > * .icon {
  display: block;
}
.l-header__gnavi > * > * .icon svg {
  display: inline-block;
  height: 38px;
}
.l-header__gnavi > * > * .label {
  font-size: 1.6rem;
  display: block;
  padding-top: 4px;
}
.l-header__gnavi .gnavi-submenu {
  display: none;
}
.l-header__gnavi .spy__reserve__obj {
  display: none;
}
.l-header__gnavi .gnavi-address {
  display: none;
}
.l-header__subnavi {
  width: calc(100% - 60px);
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 0 32px;
}
.l-header__subnavi > * {
  font-size: 1.4rem;
  display: flex;
  gap: 55px;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.l-header__subnavi .about a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #60502B;
  text-decoration: none;
  font-weight: bold;
}
.l-header__subnavi .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #60502B;
}
.l-header__subnavi .tel .label {
  font-weight: normal;
}
.l-header__subnavi .tel .attention {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #60502B;
  color: #FFF;
  font-weight: bold;
  height: 28px;
  padding: 0 8px;
  border-radius: 4px;
  line-height: 1;
}
.l-header__subnavi .tel .icon {
  display: flex;
  align-items: center;
}
.l-header__subnavi .tel .icon svg {
  width: 14px;
  fill: #FFF;
}
.l-header__subnavi .tel .notice {
  font-size: 1.3rem;
}
.l-header.min {
  top: 30px;
}

@-webkit-keyframes gnavi_icon_hover {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  15% {
    -webkit-transform: scale(1.05) translateY(-5%);
    transform: scale(1.05) translateY(-5%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes gnavi_icon_hover {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  15% {
    -webkit-transform: scale(1.05) translateY(-5%);
    transform: scale(1.05) translateY(-5%);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.l-footer {
  background-color: #FFF;
  padding-top: 56px;
  padding-bottom: 24px;
}
.l-footer__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 140px 1fr 200px;
  grid-template-rows: 1fr 1fr;
  gap: 0px 60px;
  grid-template-areas: "logo menu submenu" "logo address submenu";
}
.l-footer__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: logo;
}
.l-footer__menu {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: menu;
}
.l-footer__menu .list {
  display: flex;
  justify-content: space-between;
}
.l-footer__menu a {
  font-size: 1.5rem;
  color: #877A5D;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  transition: opacity 0.25s ease-out;
}
.l-footer__menu a:hover {
  opacity: 0.5;
}
.l-footer__address {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: address;
}
.l-footer__address .tel {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid #877A5D;
  color: #60502B;
}
.l-footer__address .tel .label {
  font-size: 1.5rem;
  font-weight: bold;
}
.l-footer__address .tel .icon {
  display: flex;
  align-items: center;
}
.l-footer__address .tel .icon svg {
  width: 14px;
  fill: #60502B;
}
.l-footer__address .tel .num {
  font-size: 1.5rem;
  color: #60502B;
  text-decoration: none;
  pointer-events: none;
}
.l-footer__address .tel .notice {
  font-size: 1.3rem;
}
.l-footer__address .address {
  font-size: 1.5rem;
  color: #60502B;
  text-align: center;
  padding-top: 14px;
}
.l-footer__submenu {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: submenu;
}
.l-footer__submenu .list > * {
  padding-bottom: 6px;
}
.l-footer__submenu a {
  font-size: 1.5rem;
  color: #877A5D;
  text-decoration: none;
  transition: opacity 0.25s ease-out;
}
.l-footer__submenu a:hover {
  opacity: 0.5;
}
.l-footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 74px 0 0;
  color: #877A5D;
}

.l-page {
  position: relative;
}

.l-main {
  padding-top: 70px;
}

.l-map {
  position: relative;
  padding-top: 423px;
}
.l-map iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.l-hero {
  overflow: hidden;
}
.l-hero__wrap {
  max-width: 1440px;
  height: 500px;
  margin: 0 auto;
  padding-left: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "ttl pic" "txt pic";
  grid-gap: 50px 20px;
}
.l-hero__wrap:only-child {
  margin-bottom: 100px;
}
.l-hero__pic {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: pic;
  position: relative;
  text-align: center;
  align-self: flex-end;
  justify-self: center;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  pointer-events: none;
  z-index: 1;
}
.l-hero__pic .pic {
  display: inline-block;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 0.9s ease-out, -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out, opacity 0.9s ease-out;
  transition: transform 1.5s ease-out, opacity 0.9s ease-out, -webkit-transform 1.5s ease-out;
}
.l-hero__pic .pic.scrollin {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.l-hero__pic .pic img {
  max-width: 540px;
  vertical-align: bottom;
}
.l-hero__pic .deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-332px, 20%) scale(0.9);
  transform: translate(-332px, 20%) scale(0.9);
  margin-left: 0;
  transition: opacity 0.9s ease-out 0.5s, -webkit-transform 1s ease-out 0s;
  transition: transform 1s ease-out 0s, opacity 0.9s ease-out 0.5s;
  transition: transform 1s ease-out 0s, opacity 0.9s ease-out 0.5s, -webkit-transform 1s ease-out 0s;
  opacity: 0;
  z-index: 3;
}
.l-hero__pic .deco.scrollin {
  -webkit-transform: translate(-332px, 20%) scale(1);
  transform: translate(-332px, 20%) scale(1);
  opacity: 1;
}
.l-hero__pic .deco img {
  min-width: 227px;
}
.l-hero__pic .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.9s ease-out 0.5s, -webkit-transform 2s ease-out 0.5s;
  transition: transform 2s ease-out 0.5s, opacity 0.9s ease-out 0.5s;
  transition: transform 2s ease-out 0.5s, opacity 0.9s ease-out 0.5s, -webkit-transform 2s ease-out 0.5s;
}
.l-hero__pic .bg img {
  min-width: 790px;
}
.l-hero__pic .bg.scrollin {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.l-hero__ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ttl;
  align-self: flex-end;
  position: relative;
  z-index: 2;
}
.l-hero__ttl .ttl {
  font-size: 4.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #877A5D;
  padding-left: 90px;
  background-image: url(../img/common/img-ttl.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.l-hero__txt {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: txt;
  position: relative;
  z-index: 2;
}
.l-hero__txt .desc {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #60502B;
}
.l-hero__txt .desc ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  line-height: 1.75;
}
.l-hero__txt .desc ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  top: 0.35em;
  left: 0;
  background-color: #60502B;
}

.p-access {
  color: #6B6144;
}
.p-access__ttl {
  font-size: 2.4rem;
}
.p-access__lead {
  padding-top: 30px;
}
.p-access__map {
  padding-top: 42px;
}
.p-access__map img {
  width: 100%;
}
.p-access__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 0;
  margin: 0 120px;
  padding-top: 30px;
}
.p-access__links > * {
  position: relative;
  width: 50%;
  padding-right: 2em;
}
.p-access__links a {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  padding-left: 24px;
  border-radius: 32px;
  color: #6B6144;
  border: 1px solid #6B6144;
  box-shadow: 0px 3px 0px #e6e6e6;
  text-decoration: none;
  background-color: #FFF;
  transition: background-color 0.25s ease-out;
}
.p-access__links a svg {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-block;
  height: 22px;
  margin-left: 0.5em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-access__links a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.p-access__tab-menu {
  position: relative;
  display: flex;
  z-index: 2;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-top: 60px;
}
.p-access__tab-menu > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #707070;
  border-right: 1px solid transparent;
  font-weight: bold;
  text-decoration: underline;
  color: #707070;
  cursor: pointer;
  text-align: center;
}
.p-access__tab-menu > *:hover {
  color: #60502B;
  text-decoration: none;
}
.p-access__tab-menu > *.active {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #FFF;
  color: #60502B;
  text-decoration: none;
}
.p-access__tab-container {
  position: relative;
  z-index: 1;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.p-access__tab-container__pc {
  padding: 32px;
}
.p-access__tab-container__pc .tab-content {
  display: none;
  justify-content: space-between;
  gap: 50px;
}
.p-access__tab-container__pc .tab-content > * > * {
  margin-bottom: 24px;
}
.p-access__tab-container__pc .tab-content > *:first-child {
  flex-shrink: 0;
  width: 480px;
}
.p-access__tab-container__pc .tab-content.show {
  display: flex;
}
.p-access__tab-container__sp {
  display: none;
}
.p-access__tab-container__sp .title-access-content {
  padding: 16px;
}
.p-access__tab-container__sp .title-access-content .row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-access__tab-container__sp .title-access-content .row > * > * {
  margin-bottom: 14px;
}
.p-access__tab-container .tab-headline {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.p-access__tab-container .tab-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-access__tab-container .tab-text .font-12 {
  font-size: 12px;
}
.p-access__tab-container .tab-text .font-14 {
  font-size: 14px;
}
.p-access__tab-container .tab-text p {
  margin: 0.5em 0;
  padding: 0.75em 0;
}
.p-access__tab-container .pdf-parking a {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  padding-left: 24px;
  padding-right: 48px;
  border-radius: 32px;
  color: #6B6144;
  border: 1px solid #6B6144;
  box-shadow: 0px 3px 0px #e6e6e6;
  text-decoration: none;
  background-color: #FFF;
  transition: background-color 0.25s ease-out;
}
.p-access__tab-container .pdf-parking a svg {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-block;
  height: 22px;
  margin-left: 0.5em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-access__tab-container .pdf-parking a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.p-access__tab-container .access-list {
  font-size: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
.p-access__tab-container .access-list dt {
  font-weight: bold;
}
.p-access__tab-container .access-list dt {
  font-weight: bold;
}

.title-access-title {
  font-size: 13px;
  color: #222;
  line-height: 1.21em;
  margin-bottom: 0;
  padding: 10px 15px;
  border-top: 1px solid #707070;
  background: #f5f5f5;
  position: relative;
}
.title-access-title .title-access-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  overflow-x: visible;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #707070;
  border-bottom: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
}
.is-open .title-access-title .title-access-icon {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
  border-top: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
}

.title-access-content {
  display: none;
  padding: 16px;
  border-top: 1px solid #707070;
}
.is-open .title-access-content {
  display: block;
}
.title-access-content .row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-home__mv {
  position: relative;
  overflow: hidden;
  height: calc(800px - 180px);
}
.p-home__mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 454px;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.9s ease-out, -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out, opacity 0.9s ease-out;
  transition: transform 1.5s ease-out, opacity 0.9s ease-out, -webkit-transform 1.5s ease-out;
}
.p-home__mv__ttl.scrollin {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.p-home__mv__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 1020px;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1;
  text-align: center;
  opacity: 0;
  transition: opacity 0.9s ease-out 0.5s, -webkit-transform 2s ease-out 0.5s;
  transition: transform 2s ease-out 0.5s, opacity 0.9s ease-out 0.5s;
  transition: transform 2s ease-out 0.5s, opacity 0.9s ease-out 0.5s, -webkit-transform 2s ease-out 0.5s;
}
.p-home__mv__bg.scrollin {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.p-home__mv__guide {
  display: none;
  z-index: 3;
}
.p-home__catch {
  position: relative;
  overflow: hidden;
}
.p-home__catch::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 1200px;
  height: 240px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #FFF;
}
.p-home__catch__symbol {
  text-align: center;
  padding-top: 40px;
}
.p-home__catch__wrap {
  font-size: 1.6rem;
  line-height: 2.25;
  color: #877A5D;
  padding: 48px 90px 240px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "left headding right__pic" "left__pic headding right";
  grid-gap: 30px 90px;
  max-width: 1440px;
  margin: 0 auto;
}
.p-home__catch .headding {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: headding;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
}
.p-home__catch .headding .deco {
  vertical-align: bottom;
}
.p-home__catch .headding .ttl {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.p-home__catch .headding .ttl > * {
  font-size: 4rem;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 16px 0px;
  margin: 0 8px;
  color: #FFF;
  background-color: #FD9E4D;
  box-shadow: 0px 3px 6px rgba(96, 80, 43, 0.08);
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-home__catch .left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
  align-self: center;
}
.p-home__catch .left__pic {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: left__pic;
  position: relative;
  align-self: center;
}
.p-home__catch .left__pic picture {
  display: block;
  width: 100%;
}
.p-home__catch .left__pic picture img {
  width: 100%;
  border-radius: 20px;
}
.p-home__catch .left__pic .deco {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.p-home__catch .right {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: right;
  align-self: center;
  bottom: 0;
  left: 0;
}
.p-home__catch .right__pic {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: right__pic;
  position: relative;
  align-self: center;
}
.p-home__catch .right__pic picture {
  display: block;
  width: 100%;
}
.p-home__catch .right__pic picture img {
  width: 100%;
  border-radius: 20px;
}
.p-home__catch .right__pic .deco {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.p-home__service {
  position: relative;
  background-color: #FFF;
  width: 100%;
}
.p-home__service__ttl {
  position: relative;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6B6144;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.p-home__service__ttl .name {
  display: block;
}
.p-home__service__ttl::before {
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #F6EEE4;
  display: block;
  width: 100px;
  height: 8px;
  border-radius: 4px;
}
.p-home__service__ttl::after {
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: "";
  width: 74px;
  height: 53px;
  display: block;
  background: url(../img/top/img-article02_1.png) no-repeat center center;
}
.p-home__service__list {
  font-size: 1.8rem;
  display: flex;
  gap: 40px;
  max-width: 1380px;
  margin: 0 auto 0;
  padding: 90px;
  color: #877A5D;
}
.p-home__service__list ul {
  width: 100%;
  padding-left: 3em;
  list-style-type: disc;
  background-image: linear-gradient(to top, #C1A975, #C1A975 5px, transparent 5px, transparent 13px);
  background-size: 2px 13px;
  background-repeat: repeat-y;
}
.p-home__service__list ul:first-child {
  background-image: none;
}
.p-home__service__list ul li {
  margin-top: 0.5em;
  line-height: 1.75;
}
.p-home__service__list ul li:first-child {
  margin-top: 0;
}
.p-home__service__list ul li > * {
  font-size: 1.5rem;
}
.p-home__counselor {
  padding: 90px 90px 160px;
  background-image: url(../img/top/bg-article03.png);
}
.p-home__counselor__ttl {
  position: relative;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6B6144;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 100px;
}
.p-home__counselor__ttl .name {
  display: block;
}
.p-home__counselor__ttl::before {
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #A3D6BF;
  display: block;
  width: 100px;
  height: 8px;
  border-radius: 4px;
}
.p-home__counselor__ttl::after {
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: "";
  width: 74px;
  height: 53px;
  display: block;
  background: url(../img/top/img-article02_1.png) no-repeat center center;
}
.p-home__counselor__ctrl {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 50px;
}
.p-home__counselor__ctrl > * {
  width: calc(50% - 10px);
  margin-bottom: 16px;
}
.p-home__counselor__ctrl > * button {
  font-size: 1.7rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #877A5D;
  color: #60502B;
  width: 100%;
  height: 44px;
  border-radius: 22px;
}
.p-home__counselor__ctrl > * .dw {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: -20px;
  left: 12px;
  width: 34px;
  height: 34px;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: #FD9E4D;
}
.p-home__counselor__ctrl > * .dw i {
  font-style: normal;
  margin-top: -3px;
}
.p-home__counselor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 160px;
  gap: 70px;
}
.p-home__counselor__list > * {
  width: calc(33.33% - 47px);
}
.p-home__counselor__list__wrap {
  position: relative;
  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 14px;
  margin-bottom: 80px;
}
.p-home__counselor__list .dw {
  font-size: 2rem;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: 10px;
  left: calc(50% - 72px);
  width: 34px;
  height: 34px;
  line-height: 20px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border: 2px solid #FFF;
  background-color: #FD9E4D;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.p-home__counselor__list .dw i {
  font-style: normal;
  margin-top: -3px;
}
.p-home__counselor__list .icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 140px;
  border-radius: 60px;
  background-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-home__counselor__list .icon svg {
  width: 70px;
  fill: #B4A27A;
}
.p-home__counselor__list .name {
  position: relative;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  z-index: 1;
  background-color: #FD9E4D;
  color: #FFF;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.p-home__counselor__list .detail {
  font-size: 1.5rem;
  padding: 30px;
  color: #60502B;
}
.p-home__counselor__list .detail > dt {
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #60502B;
}
.p-home__counselor__list .detail > dd {
  padding-top: 12px;
  height: 7em;
}
.p-home__counselor__list .detail > dd dl {
  display: flex;
  gap: 8px;
  line-height: 1.5;
}
.p-home__counselor__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #FFF;
  background-color: #A0DEE5;
  text-decoration: none;
  border-radius: 14px;
  width: 88px;
  height: 27px;
  margin: 0 auto;
  transition: opacity 0.25s ease-out;
}
.p-home__counselor__list a span {
  margin-top: -3px;
}
.p-home__counselor__list a svg {
  width: 1em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #FFF;
}
.p-home__counselor__list a:hover {
  opacity: 0.5;
}
.p-home__counselor .swiper-area {
  position: relative;
}
.p-home__counselor .swiper-button-prev,
.p-home__counselor .swiper-button-next {
  display: none;
  color: #FFF;
  background-color: #FD9E4D;
  width: 44px;
  height: 54px;
  top: 300px;
  margin-top: 0;
  z-index: 1;
}
.p-home__counselor .swiper-button-prev::after,
.p-home__counselor .swiper-button-next::after {
  font-size: 24px;
}
.p-home__counselor .swiper-button-prev {
  left: 0;
}
.p-home__counselor .swiper-button-next {
  right: 0;
}
.p-home__counselor .swiper-pagination {
  display: none;
  top: auto;
  bottom: 30px;
}
.p-home__counselor .swiper-pagination-bullet {
  background-color: #FFF;
  border: 1px solid #cccccc;
  opacity: 1;
}
.p-home__counselor .swiper-pagination-bullet-active {
  background-color: #FD9E4D;
  border: 1px solid #cccccc;
}
.p-home__reserve {
  padding-bottom: 32px;
}
.p-home__reserve__wrap {
  position: relative;
  background-image: url(../img/top/bg-article04.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto calc(100% - 180px);
  max-width: 1280px;
  margin: 0 auto;
}
.p-home__reserve__container {
  position: relative;
  border-radius: 20px;
  background-color: #FFF;
  width: 75%;
  margin: 0 0 -90px auto;
  padding: 50px 70px;
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  z-index: 2;
  color: #60502B;
}
.p-home__reserve__container::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 120px;
  height: 90px;
  background-image: url(../img/top/img-article04_1.png);
  background-size: cover;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.p-home__reserve__ttl {
  position: relative;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #6B6144;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 100px;
}
.p-home__reserve__ttl .name {
  display: block;
}
.p-home__reserve__ttl::before {
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #F6EEE4;
  display: block;
  width: 100px;
  height: 8px;
  border-radius: 4px;
}
.p-home__reserve__ttl::after {
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: "";
  width: 74px;
  height: 53px;
  display: block;
  background: url(../img/top/img-article02_1.png) no-repeat center center;
}
.p-home__reserve .subttl {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-top: 60px;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.p-home__reserve .subttl span {
  font-size: 1.6rem;
}
.p-home__reserve .pricing {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  padding-top: 24px;
  color: #6B6144;
}
.p-home__reserve .pricing__base {
  font-size: 2.6rem;
}
.p-home__reserve .pricing__reserve {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.p-home__reserve .pricing__reserve > * {
  padding-bottom: 16px;
}
.p-home__reserve .pricing__reserve > *:nth-last-child(1), .p-home__reserve .pricing__reserve > *:nth-last-child(2) {
  padding-bottom: 0;
}
.p-home__reserve .pricing__reserve dt {
  width: 60%;
}
.p-home__reserve .pricing__reserve dd {
  width: 40%;
}
.p-home__reserve .notice {
  font-size: 1.5rem;
  padding-left: 1em;
  padding-top: 20px;
  color: #6B6144;
}
.p-home__reserve .notice li {
  list-style-type: disc;
}
.p-home__reserve .txt {
  font-size: 1.5rem;
  color: #6B6144;
  padding-top: 20px;
}
.p-home__reserve .tel {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 34px;
}
.p-home__reserve .tel .label {
  font-weight: bold;
}
.p-home__reserve .tel .num {
  color: #60502B;
  text-decoration: none;
  pointer-events: none;
}
.p-home__reserve .tel .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5em;
}
.p-home__reserve .tel .icon svg {
  width: 1.25em;
  fill: #60502B;
}
.p-home__reserve .tel .time {
  padding-left: 0.5em;
}
.p-home__reserve .flow {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}
.p-home__reserve .flow > * {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #877A5D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 8px 0 0 0;
  line-height: 1.15;
}
.p-home__reserve .flow > *::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.p-home__reserve .flow > *::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
.p-home__reserve .flow .step {
  position: absolute;
  top: 6px;
  left: 16px;
}
.p-home__reserve .flow .step svg {
  height: 12px;
}

.p-counselor__navi {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 32px 60px;
  gap: 20px;
}
.p-counselor__navi > * {
  width: 100%;
  margin-bottom: 16px;
}
.p-counselor__navi > * a {
  font-size: 1.7rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #877A5D;
  color: #60502B;
  text-decoration: none;
  width: 100%;
  height: 44px;
  border-radius: 22px;
}
.p-counselor__navi > * .dw {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: -20px;
  left: 12px;
  width: 34px;
  height: 34px;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: #FD9E4D;
}
.p-counselor__navi > * .dw i {
  font-style: normal;
  margin-top: -3px;
}
.p-counselor__profile__article {
  position: relative;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  grid-template-rows: auto auto;
  grid-template-areas: "head intro" "desc intro";
  gap: 40px 127px;
  background-image: url("../img/counselor/img-border.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 120px;
}
.p-counselor__profile__article::before, .p-counselor__profile__article::after {
  position: absolute;
  bottom: 46px;
  width: calc(50% - 60px);
  content: "";
  display: block;
  flex-grow: 1;
  height: 7px;
  border-radius: 4px;
  background-color: #F6EEE4;
}
.p-counselor__profile__article::before {
  left: 0;
}
.p-counselor__profile__article::after {
  right: 0;
}
.p-counselor__profile__article .headding {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: head;
  display: flex;
  align-items: center;
  gap: 22px;
}
.p-counselor__profile__article .headding .name {
  flex-grow: 1;
}
.p-counselor__profile__article .headding .btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #FD9E4D;
  border-radius: 5px;
  height: 46px;
}
.p-counselor__profile__article .headding .dw {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  top: -20px;
  left: 12px;
  width: 34px;
  height: 34px;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border: 1px solid #FFF;
  background-color: #FD9E4D;
}
.p-counselor__profile__article .headding .dw i {
  font-style: normal;
  margin-top: -3px;
}
.p-counselor__profile__article .headding .switch {
  display: none;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-counselor__profile__article .headding .switch span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #A3D6BF;
  border-radius: 50%;
}
.p-counselor__profile__article .headding .switch span::before, .p-counselor__profile__article .headding .switch span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFF;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.p-counselor__profile__article .headding .switch span::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-counselor__profile__article .headding .switch span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-counselor__profile__article .headding .jp {
  font-size: 2.4rem;
  color: #FFF;
}
.p-counselor__profile__article .headding .en {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  color: #FD9E4D;
}
.p-counselor__profile__article .headding .icon svg {
  width: 82px;
  fill: #B4A27A;
}
.p-counselor__profile__article .description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: desc;
  color: #6B6144;
}
.p-counselor__profile__article .description > dl > dt {
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6B6144;
}
.p-counselor__profile__article .description > dl > dt::before {
  content: "●";
  color: #F6EEE4;
  margin-right: 0.5em;
}
.p-counselor__profile__article .description > dl > dt:first-child {
  padding-top: 0;
}
.p-counselor__profile__article .description > dl > dd {
  padding-top: 8px;
  line-height: 1.75;
}
.p-counselor__profile__article .description > dl > dd > dl {
  display: flex;
  gap: 8px;
}
.p-counselor__profile__article .introduction {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: intro;
  color: #6B6144;
  line-height: 1.75;
}
.p-counselor__profile__article .introduction .ttl {
  position: relative;
  padding-bottom: 54px;
  font-weight: normal;
  padding-left: 1.5em;
}
.p-counselor__profile__article .introduction .ttl::before {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
  content: "";
  display: inline-block;
  vertical-align: 3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #877A5D;
}
.p-counselor__profile__article .introduction ul {
  list-style-type: disc;
  margin-left: 1.25em;
  padding-bottom: 1.5em;
}
.p-counselor__profile__article .introduction .txt {
  padding-bottom: 1.5em;
}
.p-counselor__profile__article.is-active .headding .switch span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-recruit__table {
  max-width: 1280px;
  padding: 0 90px;
  margin: 0 auto;
  color: #6B6144;
}
.p-recruit__table table {
  font-size: 1.5rem;
  border: 1px solid #737373;
  width: 100%;
}
.p-recruit__table table th,
.p-recruit__table table td {
  padding: 18px;
  border: 1px solid #737373;
}
.p-recruit__table table th {
  background-color: #F6EEE4;
}
.p-recruit__table table td {
  line-height: 1.75;
}
.p-recruit__table table td a {
  color: #60502B;
  font-weight: bold;
  text-decoration: none;
}
.p-recruit__table table td a:hover {
  text-decoration: underline;
}

/* アコーディオン全体 */
.accordion {
  max-width: 800px;
  margin: 0 auto;
  /* アコーディオン */
  /* アコーディオンのタイトル */
  /* アコーディオンのコンテンツ */
}
.accordion__item {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}
.accordion__title {
  position: relative;
  padding: 15px 60px 15px 20px;
  font-weight: bold;
  cursor: pointer;
  /* (+)アイコン */
  /* アコーディオン展開時の(-)アイコン */
}
.accordion__title::before, .accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #3abec1;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}
.accordion__title::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__title.is-active .accordion__title::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__title.is-active .accordion__title::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.accordion__content {
  display: none;
  cursor: pointer;
}
.accordion__content.is-open {
  display: block;
}

@-webkit-keyframes showGmenu {
  0% {
    display: none;
    visibility: hidden;
  }
  1% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showGmenu {
  0% {
    display: none;
    visibility: hidden;
  }
  1% {
    display: block;
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hideGmenu {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes hideGmenu {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
  }
}
.menu-trigger {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 16;
}
.menu-trigger > * {
  display: inline-flex;
  transition: all 0.4s;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: bottom;
  background-color: #FFF;
}
.menu-trigger > * span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  width: 34px;
  height: 4px;
  border-radius: 1px;
  background-color: #877A5D;
  vertical-align: bottom;
}
.menu-trigger > * span:nth-of-type(1) {
  top: 16px;
}
.menu-trigger > * span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-trigger > * span:nth-of-type(3) {
  bottom: 16px;
}
.open .min .menu-trigger > * span {
  background-color: #000;
}
.menu-trigger i {
  font-size: 2.4rem;
  color: #808080;
  transition: 0.25s ease-out;
}
.menu-trigger.active > * span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active > * span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active > * span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.menu-trigger.active--back > * b.name--menu {
  opacity: 0;
}
.menu-trigger.active--back > * b.name--close {
  opacity: 0;
}
.menu-trigger.active--back > * b.name--back {
  opacity: 1;
}
.menu-trigger.active--back > * span {
  width: 14px;
}
.menu-trigger.active--back > * span:nth-of-type(1) {
  -webkit-transform: translateX(6px) translateY(9px) rotate(-45deg);
  transform: translateX(6px) translateY(9px) rotate(-45deg);
}
.menu-trigger.active--back > * span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active--back > * span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) translateX(6px) rotate(45deg);
  transform: translateY(-6px) translateX(6px) rotate(45deg);
}
.menu-trigger:hover i {
  opacity: 0.5;
}

/*click後のスタイル*/
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.modal {
  display: inline-block;
  position: relative;
  max-width: 80%;
  margin: 80px auto;
}
.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  margin: auto auto auto auto;
  z-index: 9;
  overflow-y: scroll;
  transition: 0.25s ease-out;
}
.modal-wrap.open {
  visibility: visible;
  display: flex;
}
.modal-figure {
  padding: 40px 0;
}
.modal-figure img {
  width: 123px;
}
.modal-title {
  font-size: 2.4rem;
  padding-bottom: 24px;
}
.modal-title.left {
  text-align: left;
}
.modal-btn {
  font-size: 1.4rem;
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  color: #808080;
  font-weight: 500;
  transition: 0.25s ease-out;
  cursor: pointer;
  z-index: 11;
}
.modal-btn i {
  font-size: 2.4rem;
}
.modal-btn:hover {
  opacity: 0.5 !important;
}
.modal-container {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  width: 100%;
  min-width: 486px;
  transition: 0.25s ease-out;
}
.modal-container > * {
  display: block;
  position: relative;
  z-index: 10;
}
.modal-container > * .inner {
  background-color: #FFF;
  border-radius: 4px;
  padding: 48px;
}
.modal-container .btn_list {
  padding-top: 24px;
}
.modal-container .btn_list > * {
  width: 100%;
}
.open .modal-container {
  visibility: visible;
  opacity: 1;
}
.modal-form > * {
  margin-bottom: 0.5em;
}
.modal-form > *:nth-child(2n) {
  margin-bottom: 1.5em;
}
.modal-form > *:last-child {
  margin-bottom: 0;
}
.modal-form > * > * {
  margin-bottom: 0.5em;
}
.modal-form > * > *:last-child {
  margin-bottom: 0;
}
.modal-content {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 7;
  opacity: 0;
  visibility: hidden;
}
.overlay.is_show {
  visibility: visible;
  -webkit-animation: show_ol 0.5s linear 0s forwards;
  animation: show_ol 0.5s linear 0s forwards;
}

@-webkit-keyframes show_ol {
  100% {
    opacity: 1;
  }
}

@keyframes show_ol {
  100% {
    opacity: 1;
  }
}
.swiper-container {
  z-index: 1;
  height: 800px;
}
.swiper-container .fig {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
}

.spy {
  position: -webkit-sticky;
  position: sticky;
  bottom: 110px;
  height: 80px;
  z-index: 6;
  pointer-events: none;
}
.spy_obj {
  position: absolute;
  right: 75px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #FFF;
  text-decoration: none;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
  pointer-events: auto;
}
.spy_obj:hover {
  opacity: 0.5;
}
.spy_obj.spy_hide {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
}
.spy__reserve {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  height: 100px;
  z-index: 6;
}
.spy__reserve__obj {
  display: block;
  position: absolute;
  right: 75px;
  bottom: 20px;
  color: #FFF;
  text-decoration: none;
  transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #60502B;
  color: #FFF;
  border-radius: 13px;
  z-index: 2;
  padding: 8px 12px;
  pointer-events: none;
}
.spy__reserve__obj:hover {
  opacity: 0.9;
}
.spy__reserve__obj .container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spy__reserve__obj .label {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.spy__reserve__obj .tel {
  font-size: 3rem;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.spy__reserve__obj .tel .icon {
  display: inline-flex;
  align-items: center;
  line-height: 1em;
}
.spy__reserve__obj .tel svg {
  display: inline-block;
  height: 26px;
  fill: #FFF;
  vertical-align: bottom;
  margin-top: 4px;
}
.spy__reserve__obj .time {
  font-size: 1.3rem;
  line-height: 1.25;
}
@media screen and (max-width: 1440px){
  .pc {
    display: block !important;
  }
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 1024px){
  .tab {
    display: block !important;
  }
  .tab_hide {
    display: none !important;
  }
  html {
    scroll-padding-top: 100px;
  }
  .l-contents__wrap {
    padding: 0 90px;
  }
  .l-contents__subtitle {
    gap: 20px;
    margin-bottom: 60px;
  }
  .l-contents__subtitle span {
    font-size: 2.6rem;
  }
  .l-header {
    top: 30px;
    transition: 0.25s ease-out;
  }
  .l-header__container {
    display: block;
    border-radius: 10px;
  }
  .min .l-header__container {
    background-color: transparent;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
  }
  .open .l-header__container {
    height: 100lvh;
  }
  .l-header__logo {
    width: 180px;
    height: 70px;
    border-right: 0;
  }
  .l-header__logo img {
    height: 50px;
  }
  .min .l-header__logo a {
    opacity: 0;
    pointer-events: none;
  }
  .min .l-header__logo a:hover {
    opacity: 0;
  }
  .l-header__gnavi {
    flex-grow: 1;
  }
  .l-header__gnavi .gnavi-menu {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    padding: 40px 20px 0;
  }
  .l-header__gnavi .gnavi-menu > * {
    display: flex;
    width: 100%;
    padding: 0;
    border-top: 1px solid #877A5D;
  }
  .l-header__gnavi .gnavi-menu > *:nth-last-child(1) {
    border-bottom: 1px solid #877A5D;
  }
  .l-header__gnavi .gnavi-menu > * > a {
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    height: 73px;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  .l-header__gnavi .gnavi-menu > * > a:hover {
    opacity: 1;
  }
  .l-header__gnavi .gnavi-menu > * > a:hover .icon {
    -webkit-animation: none;
    animation: none;
  }
  .l-header__gnavi .gnavi-menu > * .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
  }
  .l-header__gnavi .gnavi-menu > * .icon svg {
    display: inline-block;
    height: 38px;
  }
  .l-header__gnavi .gnavi-menu > * .label {
    font-size: 1.6rem;
    display: block;
    padding-top: 4px;
  }
  .l-header__gnavi .gnavi-submenu {
    display: block;
    padding: 0 12px 20px;
  }
  .l-header__gnavi .gnavi-submenu > * {
    display: block;
    padding: 20px 0 0;
  }
  .l-header__gnavi .gnavi-submenu > * > a {
    display: block;
    height: auto;
    font-size: 1.5rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: normal;
  }
  .l-header__gnavi .gnavi-submenu > * > a:hover {
    opacity: 1;
  }
  .l-header__gnavi .gnavi-submenu > * > a:hover .icon {
    -webkit-animation: none;
    animation: none;
  }
  .l-header__gnavi .gnavi-submenu > * .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
  }
  .l-header__gnavi .gnavi-submenu > * .icon svg {
    display: inline-block;
    height: 38px;
  }
  .l-header__gnavi .gnavi-submenu > * .label {
    font-size: 1.6rem;
    display: block;
    padding-top: 4px;
  }
  .l-header__gnavi .spy__reserve__obj {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    display: block;
    border-radius: 0;
  }
  .l-header__gnavi .spy__reserve__obj .label {
    display: block;
    text-align: center;
  }
  .l-header__gnavi .spy__reserve__obj .container {
    justify-content: center;
  }
  .l-header__gnavi .gnavi-address {
    display: block;
    font-size: 1.5rem;
    padding: 20px 12px;
    color: #60502B;
  }
  .l-header__subnavi {
    display: none;
  }
  .l-header.open {
    width: 100%;
    max-width: 100%;
    height: 100lvh;
    overflow: scroll;
    top: 0;
    left: 0;
    padding: 0;
  }
  .l-footer {
    padding: 30px;
  }
  .l-footer__container {
    display: block;
    max-width: 640px;
  }
  .l-footer__logo {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .l-footer__menu {
    padding-bottom: 24px;
    border-bottom: 1px solid #877A5D;
  }
  .l-footer__menu .list {
    display: flex;
    justify-content: center;
    gap: 36px;
  }
  .l-footer__address {
    text-align: center;
  }
  .l-footer__address .tel {
    display: inline-flex;
    margin: 0 auto;
  }
  .l-footer__address .tel .num {
    pointer-events: all;
  }
  .l-footer__submenu {
    padding: 24px 0 40px;
  }
  .l-footer__submenu .list {
    display: flex;
    justify-content: center;
    gap: 36px;
  }
  .l-footer .copyright {
    padding: 36px 0 0;
  }
  .l-page {
    padding-top: 80px;
  }
  .l-main {
    padding-top: 0;
  }
  .l-hero {
    padding-bottom: 60px;
  }
  .l-hero__wrap {
    height: auto;
    padding-left: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "ttl" "pic" "txt";
    grid-gap: 100px;
  }
  .l-hero__wrap:only-child {
    margin-bottom: 0;
  }
  .l-hero__ttl {
    padding-top: 60px;
    justify-self: center;
  }
  .l-hero__ttl .ttl {
    font-size: 3.1rem;
    background-size: 50px auto;
    padding-left: 60px;
  }
  .l-hero__pic {
    margin: 80px 0 0px;
  }
  .l-hero__pic .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .l-hero__pic .bg img {
    min-width: 790px;
  }
  .l-hero__txt {
    max-width: 980px;
    padding: 0 90px;
  }
  .l-hero__txt .desc {
    font-size: 1.6rem;
    line-height: 2.5;
    color: #60502B;
  }
  .p-access__links {
    display: block;
    margin: 0;
    padding-top: 30px;
  }
  .p-access__links > * {
    width: 100%;
    margin-bottom: 12px;
    padding-right: 0;
  }
  .p-access__links > *:nth-last-child(1) {
    margin-bottom: 0;
  }
  .p-access__tab-menu > * {
    font-size: 1.3rem;
    padding: 0 12px;
  }
  .p-access__tab-container__pc {
    padding: 32px;
  }
  .p-access__tab-container__pc .tab-content {
    flex-direction: column;
  }
  .p-access__tab-container__pc .tab-content > * > * {
    margin-bottom: 24px;
  }
  .p-access__tab-container__pc .tab-content > *:first-child {
    width: 100%;
  }
  .p-home__mv {
    height: calc(100lvh - 80px);
  }
  .p-home__mv__bg {
    min-width: 950px;
  }
  .p-home__catch__wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .p-home__catch__wrap > * {
    width: 100%;
  }
  .p-home__catch .headding {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-home__catch .headding .ttl {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  .p-home__catch .headding .ttl > * {
    padding: 4px 12px;
    margin: 8px 0;
  }
  .p-home__service__ttl .name {
    display: block;
  }
  .p-home__service__ttl::before {
    position: absolute;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-color: #F6EEE4;
    display: block;
    width: 100px;
    height: 8px;
    border-radius: 4px;
  }
  .p-home__service__ttl::after {
    position: absolute;
    left: 50%;
    bottom: -100px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    content: "";
    width: 74px;
    height: 53px;
    display: block;
    background: url(../img/top/img-article02_1.png) no-repeat center center;
  }
  .p-home__service__list {
    margin: 30px auto 0;
  }
  .p-home__service__list ul {
    width: 100%;
  }
  .p-home__service__list ul:first-child {
    padding-left: 1em;
  }
  .p-home__counselor {
    padding: 64px 0 0;
  }
  .p-home__counselor__list {
    flex-wrap: nowrap;
    justify-content: stretch;
    gap: 0;
    padding-top: 80px;
  }
  .p-home__counselor__list > * {
    width: 100%;
  }
  .p-home__counselor__list__wrap {
    width: 100%;
  }
  .p-home__counselor__ctrl {
    display: flex;
    margin: 0 auto;
    max-width: 600px;
  }
  .p-home__counselor .swiper-button-prev,
.p-home__counselor .swiper-button-next {
    display: flex;
  }
  .p-home__counselor .swiper-pagination {
    display: block;
  }
  .p-home__reserve {
    padding-bottom: 24px;
  }
  .p-home__reserve__wrap {
    background-image: url(../img/top/bg-article04_sp.png);
    background-size: 100% auto;
    padding-top: 35%;
  }
  .p-home__reserve__container {
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 50px 35px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
  }
  .p-home__reserve__container::before {
    display: none;
  }
  .p-home__reserve__ttl {
    font-size: 3rem;
    margin-bottom: 80px;
  }
  .p-home__reserve__ttl::after {
    bottom: -80px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    content: "";
    width: 54px;
    height: 38px;
    background-size: 100% auto;
  }
  .p-home__reserve .flow {
    width: 135px;
    margin: 0 auto;
    padding: 45px 0 15px;
    flex-direction: column;
    align-items: stretch;
  }
  .p-home__reserve .flow > * {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 125px;
    padding: 0;
    line-height: 1.15;
  }
  .p-home__reserve .flow > *::before {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-right: 0;
    border-bottom: 1px solid #707070;
    -webkit-transform: skew(0, 20deg);
    transform: skew(0, 20deg);
  }
  .p-home__reserve .flow > *::after {
    top: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    border-left: 0;
    border-top: 1px solid #707070;
    -webkit-transform: skew(0, -20deg);
    transform: skew(0, -20deg);
  }
  .p-home__reserve .flow .step {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
  .p-home__reserve .flow .step svg {
    height: 12px;
  }
  .p-home__reserve .flow .name {
    text-align: center;
    padding-top: 8px;
  }
  .p-counselor__navi {
    display: none;
  }
  .p-counselor__profile__article {
    display: block;
    background-size: auto 57px;
    margin: 0 auto 40px;
    padding-bottom: 80px;
  }
  .p-counselor__profile__article::before, .p-counselor__profile__article::after {
    position: absolute;
    bottom: 28px;
    width: calc(50% - 40px);
    content: "";
    display: block;
    flex-grow: 1;
    height: 7px;
    border-radius: 4px;
    background-color: #F6EEE4;
  }
  .p-counselor__profile__article .headding .btn {
    height: 38px;
  }
  .p-counselor__profile__article .headding .switch {
    display: block;
  }
  .p-counselor__profile__article .headding .jp {
    font-size: 2rem;
  }
  .p-counselor__profile__article .headding .en {
    font-size: 1.6rem;
  }
  .p-counselor__profile__article .headding .icon svg {
    width: 64px;
  }
  .p-counselor__profile__article .description {
    padding-top: 44px;
  }
  .p-counselor__profile__article .introduction {
    padding-top: 44px;
  }
  .p-counselor__profile__article .introduction .ttl {
    padding-bottom: 38px;
  }
  .p-recruit__table {
    padding: 0 64px;
  }
  .gnavi {
    width: 100%;
    z-index: 15;
    background-color: #FFF;
    visibility: hidden;
    display: none;
    opacity: 0;
    -webkit-animation: hideGmenu 1s cubic-bezier(0.23, 1, 0.32, 1) 0s both;
    animation: hideGmenu 1s cubic-bezier(0.23, 1, 0.32, 1) 0s both;
  }
  .gnavi ul {
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .open .gnavi {
    -webkit-animation: showGmenu 1s cubic-bezier(0.23, 1, 0.32, 1) 0.25s both;
    animation: showGmenu 1s cubic-bezier(0.23, 1, 0.32, 1) 0.25s both;
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .menu-trigger {
    display: block;
  }
  .l-hero__pic {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .l-hero__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-hero__txt {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 640px){
  .sp {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  html {
    scroll-padding-top: 0px;
  }
  .l-contents {
    padding: 40px 0;
  }
  .l-contents__wrap {
    padding: 0 15px;
  }
  .l-header {
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
    padding: 0;
  }
  .l-footer {
    padding: 24px;
  }
  .l-footer__logo {
    padding-bottom: 24px;
  }
  .l-footer__logo img {
    width: 100px;
  }
  .l-footer__menu .list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 0;
    padding: 0 12px;
  }
  .l-footer__menu .list > * {
    width: 50%;
  }
  .l-footer__menu .list > *:nth-child(1) {
    order: 1;
  }
  .l-footer__menu .list > *:nth-child(2) {
    order: 3;
  }
  .l-footer__menu .list > *:nth-child(3) {
    order: 2;
  }
  .l-footer__menu .list > *:nth-child(4) {
    order: 4;
  }
  .l-footer__submenu {
    padding: 24px 0 32px;
  }
  .l-footer__submenu .list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px 0;
    padding: 0 12px;
  }
  .l-footer__submenu .list > * {
    width: 50%;
  }
  .l-footer__submenu .list > *:nth-child(1) {
    order: 1;
  }
  .l-footer__submenu .list > *:nth-child(2) {
    order: 3;
  }
  .l-footer__submenu .list > *:nth-child(3) {
    order: 2;
  }
  .l-footer__submenu .list > *:nth-child(4) {
    order: 4;
  }
  .l-footer__address {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: address;
  }
  .l-footer__address .tel {
    display: flex;
    flex-wrap: wrap;
  }
  .l-page--sub {
    padding-top: 0;
  }
  .l-hero {
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .l-hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #f6eee4;
    background: linear-gradient(0deg, #f6eee4 0%, #f6eee4 50%, rgba(246, 238, 228, 0) 75%);
    z-index: 1;
  }
  .l-hero__wrap {
    position: relative;
    grid-gap: 0;
    z-index: 2;
  }
  .l-hero__ttl {
    padding-top: 60px;
    justify-self: center;
  }
  .l-hero__ttl .ttl {
    font-size: 3.1rem;
    background-size: 50px auto;
    padding-left: 60px;
  }
  .l-hero__pic {
    margin: 0;
    padding: 40px 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .l-hero__pic .pic {
    border-radius: 15px;
  }
  .l-hero__pic .pic img {
    max-width: 100%;
  }
  .l-hero__pic .bg {
    display: none;
  }
  .l-hero__pic .deco {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-45vw, -30%) scale(0.9);
    transform: translate(-45vw, -30%) scale(0.9);
    margin-left: 0;
  }
  .l-hero__pic .deco.scrollin {
    -webkit-transform: translate(-45vw, -30%) scale(1);
    transform: translate(-45vw, -30%) scale(1);
  }
  .l-hero__pic .deco img {
    width: 32vw;
    min-width: 32vw;
  }
  .l-hero__txt {
    max-width: 100%;
    padding: 0 15px;
  }
  .l-hero__txt .desc {
    line-height: 1.75;
    padding: 15px;
    background-color: #F6EEE4;
  }
  .p-access__tab-menu {
    display: none;
  }
  .p-access__tab-container {
    margin-top: 30px;
  }
  .p-access__tab-container__pc {
    display: none;
  }
  .p-access__tab-container__sp {
    display: block;
  }
  .p-access__tab-container .access-list {
    font-size: 14px;
  }
  .p-home__mv {
    height: calc(100lvh - 160px);
  }
  .p-home__mv__ttl {
    min-width: 318px;
    -webkit-transform: translate(-50%, -60%) scale(0.9);
    transform: translate(-50%, -60%) scale(0.9);
  }
  .p-home__mv__ttl.scrollin {
    -webkit-transform: translate(-50%, -60%) scale(1);
    transform: translate(-50%, -60%) scale(1);
  }
  .p-home__mv__bg {
    min-width: 830px;
    -webkit-transform: translate(-50%, -55%) scale(0.9);
    transform: translate(-50%, -55%) scale(0.9);
  }
  .p-home__mv__bg.scrollin {
    -webkit-transform: translate(-50%, -55%) scale(1);
    transform: translate(-50%, -55%) scale(1);
  }
  .p-home__mv__guide {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-animation: 1.25s ease-out 0s infinite alternate forwards running expansion;
    animation: 1.25s ease-out 0s infinite alternate forwards running expansion;
  }
  @-webkit-keyframes expansion {
    0% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    100% {
      -webkit-transform: translate(-50%, -10%);
      transform: translate(-50%, -10%);
    }
  }
  @keyframes expansion {
    0% {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
    }
    100% {
      -webkit-transform: translate(-50%, -10%);
      transform: translate(-50%, -10%);
    }
  }
  .p-home__mv__guide .label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 64px;
    height: 60px;
    font-size: 1.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #60502B;
  }
  .p-home__mv__guide .label::before, .p-home__mv__guide .label::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #60502B;
  }
  .p-home__mv__guide .label::before {
    height: 32px;
    width: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-home__mv__guide .label::after {
    height: 1px;
    width: 18px;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-12%) rotate(-45deg);
    transform: translateX(-12%) rotate(-45deg);
  }
  .p-home__catch__wrap {
    font-size: 1.4rem;
    padding: 24px 25px 240px;
    gap: 32px;
  }
  .p-home__catch__wrap > * {
    width: 100%;
  }
  .p-home__catch .headding .ttl > * {
    font-size: 2.6rem;
  }
  .p-home__catch .left__pic .deco {
    -webkit-transform: translate(-25%, 50%);
    transform: translate(-25%, 50%);
  }
  .p-home__catch .left__pic .deco img {
    width: 16vw;
  }
  .p-home__catch .right__pic .deco {
    -webkit-transform: translate(25%, 50%);
    transform: translate(25%, 50%);
  }
  .p-home__catch .right__pic .deco img {
    width: 16vw;
  }
  .p-home__service__ttl {
    font-size: 3rem;
  }
  .p-home__service__ttl .name {
    display: block;
  }
  .p-home__service__ttl::before {
    position: absolute;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-color: #F6EEE4;
    display: block;
    width: 100px;
    height: 8px;
    border-radius: 4px;
  }
  .p-home__service__ttl::after {
    position: absolute;
    left: 50%;
    bottom: -100px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    content: "";
    width: 74px;
    height: 53px;
    display: block;
    background: url(../img/top/img-article02_1.png) no-repeat center center;
  }
  .p-home__service__list {
    display: block;
    margin: 30px auto 0;
    padding: 52px 25px 80px;
  }
  .p-home__service__list ul {
    width: 100%;
    padding-left: 2em;
    background-image: none;
    margin-top: 0.5em;
  }
  .p-home__service__list ul:first-child {
    margin-top: 0;
    padding-left: 2em;
  }
  .p-home__counselor {
    padding: 64px 0;
  }
  .p-home__counselor__ctrl {
    margin: 0;
    padding: 30px;
    max-width: 100%;
  }
  .p-home__counselor__list {
    padding-top: 100px;
    display: flex;
  }
  .p-home__counselor__list > * {
    padding-left: 32px;
    padding-right: 32px;
  }
  .p-home__counselor__list__wrap {
    width: 100%;
    margin-bottom: 0;
  }
  .p-home__counselor .swiper-pagination {
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 20px;
  }
  .p-home__reserve__container {
    padding: 50px 15px;
  }
  .p-home__reserve .pricing {
    display: block;
    padding-top: 24px;
  }
  .p-home__reserve .pricing__reserve {
    padding-top: 26px;
  }
  .p-home__reserve .pricing__reserve > * {
    padding-bottom: 16px;
  }
  .p-home__reserve .pricing__reserve > *:nth-last-child(1), .p-home__reserve .pricing__reserve > *:nth-last-child(2) {
    padding-bottom: 0;
  }
  .p-home__reserve .pricing__reserve dt {
    width: 60%;
  }
  .p-home__reserve .pricing__reserve dd {
    width: 40%;
  }
  .p-home__reserve .tel {
    flex-wrap: wrap;
  }
  .p-home__reserve .tel .label {
    font-weight: bold;
  }
  .p-home__reserve .tel .num {
    pointer-events: all;
  }
  .p-home__reserve .tel .icon {
    display: flex;
    align-items: center;
  }
  .p-home__reserve .tel .icon svg {
    fill: #60502B;
  }
  .p-home__reserve .tel .time {
    width: 100%;
    padding-left: 0;
  }
  .p-home__reserve .subttl span {
    display: block;
    padding-left: 1.5em;
    padding-top: 4px;
  }
  .p-home__reserve .pricing {
    padding-left: 1.5em;
  }
  .p-home__reserve .notice {
    padding-left: 2.5em;
  }
  .p-home__reserve .txt {
    padding-left: 1.5em;
  }
  .p-home__reserve .txt__no_indent {
    padding-left: 0;
  }
  .p-recruit__table {
    padding: 0 15px;
  }
  .p-recruit__table table th,
.p-recruit__table table td {
    display: block;
    width: 100%;
  }
  .p-recruit__table table th {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 12px;
  }
  .p-recruit__table table th br {
    display: none;
  }
  .p-recruit__table table td {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .modal {
    max-width: 100%;
    width: calc(100% - 24px);
    margin: 80px 12px;
  }
  .modal-container {
    min-width: auto;
  }
  .modal-container > * .inner {
    padding: 32px;
  }
  .spy_obj {
    right: 25px;
    bottom: 0px;
    width: 46px;
    height: 46px;
  }
  .spy__reserve {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    height: 100px;
  }
  .spy__reserve__obj {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    pointer-events: all;
  }
  .spy__reserve__obj .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .spy__reserve__obj .label {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  .spy__reserve__obj .tel {
    font-size: 3rem;
    display: flex;
    align-items: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: medium;
  }
  .spy__reserve__obj .tel .icon {
    display: inline-flex;
    align-items: center;
    line-height: 1em;
  }
  .spy__reserve__obj .tel svg {
    display: inline-block;
    width: 1em;
    fill: #FFF;
    vertical-align: bottom;
  }
  .spy__reserve__obj .time {
    font-size: 1.3rem;
    line-height: 1.25;
  }
}