@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --color-brand-cream:#FFFDF0;
  --color-brand-yellow:#EBD900;
  --color-text-main:#4A3535;
  --color-text-light:#888888;
  --color-sub:#F5F4DF;
  --color-bg-gray:#fcfbf7;
  --color-border:#e5e7eb;
  --color-white:#ffffff;
  --font-base:"Noto Sans JP", sans-serif;
  --font-heading:"Zen Kaku Gothic New", sans-serif;
  --font-en:"Mona Sans", sans-serif;
  --width-sidebar:45%;
  --width-main:55%;
  font-size: 120%;
  scroll-behavior: smooth;
}

/*********************/
/*  ヘッダー  */
/*********************/
.c-logo {
  margin: 16px 0 0 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-logo__img {
  width: 58px;
  height: auto;
}

/* Navigation Menu Parts */
.p-nav-wrapper {
  background-color: var(--color-brand-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6rem 2rem 4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-nav {
  width: 100%;
  max-width: 28rem;
}
.p-nav__en {
  font-size: 36px;
  font-weight: bold;
  color: #FFFDF0;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  opacity: 0.25;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-nav__en {
    font-size: 56px;
  }
}
.p-nav__ja {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-text-main);
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
}
.p-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-nav__item {
  border-bottom: 2px solid rgba(255, 253, 240, 0.45);
  padding: 24px 0;
}
.p-nav__link {
  position: relative;
  text-decoration: none;
  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: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-nav__link::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: #fff url(../images/arrow-yellow.svg) 53% 50%/12px 20px no-repeat;
  border-radius: 50%;
}
.p-nav__link:hover {
  opacity: 0.7;
}
.p-nav__footer {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.p-nav__footer-other {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-nav__footer-other {
    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;
  }
}
@media screen and (min-width: 1024px) {
  .p-nav__footer-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1500px) {
  .p-nav__footer-other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-nav__footer-logo {
  display: inline-block;
  font-family: var(--font-heading);
  color: var(--color-text-main);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-nav__footer-logo {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .p-nav__footer-logo:hover {
    opacity: 0.6;
  }
}
.p-nav__footer-list {
  list-style: none;
}
.p-nav__footer-list li {
  display: inline-block;
}
.p-nav__footer-list li + li::before {
  content: "/";
  display: inline-block;
  margin: 0 1rem;
}
.p-nav__footer-list li a {
  display: inline-block;
  font-family: var(--font-heading);
  color: var(--color-text-main);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  .p-nav__footer-list li a {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .p-nav__footer-list li a:hover {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {
  .p-nav__en {
    font-size: 2.25rem;
  }
}
/* Mobile Menu Overlay */
.l-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  background-color: var(--color-brand-yellow);
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  .l-mobile-menu {
    top: 0;
    left: 55%;
    width: 45%;
    background-color: var(--color-brand-yellow);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-mobile-menu--open {
  display: block;
}

@media (min-width: 1024px) {
  .l-mobile-menu.is-active {
    display: none;
  }
}
/* Desktop Menu Overlay */
.l-desktop-menu {
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: var(--color-brand-cream);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-desktop-menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 1024px) {
  .l-desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Component: Menu Button */
.c-menu-btn {
  background-color: var(--color-brand-yellow);
  color: var(--color-text-main);
  border: none;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 50;
  position: fixed;
  top: 0;
  right: 8px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border-top-right-radius: 0;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .c-menu-btn {
    top: 16px;
    right: auto;
    left: calc(55% + 24px);
    border-top-right-radius: 15px;
    border-top-left-radius: 0;
  }
}
.c-menu-btn:hover {
  background-color: var(--color-brand-yellow);
}
.c-menu-btn__text {
  font-size: 10px;
  font-weight: bold;
  font-family: var(--font-en);
  margin-top: 2px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-menu-btn__text {
    font-size: 10px;
  }
}
.c-menu-btn__text::before {
  content: "MENU";
}
.c-menu-btn__icon--close {
  display: none;
}
.c-menu-btn[aria-expanded=true] {
  background-color: #fff;
}
.c-menu-btn[aria-expanded=true] .c-menu-btn__text::before {
  content: "CLOSE";
}
.c-menu-btn[aria-expanded=true] .c-menu-btn__icon--open {
  display: none;
}
.c-menu-btn[aria-expanded=true] .c-menu-btn__icon--close {
  display: block;
}

/* Hide triggers when menu is open */
/*********************/
/*  フッター  */
/*********************/
/* Footer CTA */
.p-footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .p-footer-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-cta {
    padding: 0 100px;
  }
}
.p-footer-cta__ja {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-heading);
  letter-spacing: 0.1em;
}
.p-footer-cta__en {
  font-size: 48px;
  font-weight: 900;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  opacity: 0.15;
  line-height: 1;
}
.p-footer-cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 36px 0;
  text-decoration: none;
  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: 0.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: var(--color-text-main);
  border-radius: 8px;
}
.p-footer-cta__item--job {
  background-color: #F5F4DF;
}
.p-footer-cta__item:hover {
  opacity: 0.9;
}
.p-footer-cta__item--entry {
  background-color: var(--color-brand-yellow); /* Yellow */
}
.p-footer-cta__arrow {
  width: 54px;
  height: 54px;
  background: var(--color-brand-yellow) url(../images/arrow-bk.svg) 53% 50%/12px 15px no-repeat;
  border-radius: 50%;
  margin-top: 1rem;
}
.p-footer-cta__arrow--white {
  background-color: #fff;
}
.p-footer-cta--header {
  padding: 0;
}
.p-footer-cta--header .p-footer-cta__item {
  border: 2px solid #fff;
}
.p-footer-cta--header .p-footer-cta__item--job {
  background: transparent;
}
.p-footer-cta--header .p-footer-cta__item--entry {
  background: #fff;
}
.p-footer-cta--header .p-footer-cta__item--entry .p-footer-cta__en {
  color: var(--color-brand-yellow);
}
.p-footer-cta--header .p-footer-cta__item--entry .p-footer-cta__arrow {
  background-color: var(--color-brand-yellow);
  background-image: url(../images/arrow.svg);
}
.p-footer-cta--header .p-footer-cta__en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 16px;
  color: #fff;
  opacity: 1;
}
.p-footer-cta--header .p-footer-cta__ja {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 24px;
}
.p-footer-cta--header .p-footer-cta__arrow {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: #fff url(../images/arrow-yellow.svg) 53% 50%/12px 15px no-repeat;
}

/* Footer */
.l-footer {
  padding: 3rem 1.5rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 3rem 100px;
  }
}
.l-footer__corp {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-text-main);
  margin-top: 10px;
}
.l-footer__info {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.l-footer__title {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.l-footer__links {
  display: grid;
  gap: 10px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.l-footer__link {
  color: var(--color-text-main);
}
.l-footer__subtitle {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 2rem;
}
.l-footer__link:hover {
  text-decoration: underline;
}
.l-footer__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.l-footer__icon img {
  width: 75px;
  height: auto;
}
.l-footer__flex {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer__flex {
    gap: 50px;
  }
}
.l-footer__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

/* Reset & Base */
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-base);
  background-color: var(--color-brand-cream);
  color: var(--color-text-main);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-size: 0.833333rem;
}
@media screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

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

/* Utilities */
.u-sp-only {
  display: inline !important;
}

.u-list-none {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.u-text-center {
  text-align: center !important;
}

.u-mt-8 {
  margin-top: 2rem !important;
}

.u-mt-6 {
  margin-top: 1.5rem !important;
}

.u-mt-16 {
  margin-top: 4rem !important;
}

.u-mb-8 {
  margin-bottom: 2rem !important;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-text-sm {
  font-size: 0.875rem !important;
}
@media screen and (min-width: 768px) {
  .u-text-sm {
    font-size: 18px !important;
  }
}

.u-text-lg {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .u-text-lg {
    font-size: 28px !important;
  }
}

.u-text-900 {
  font-weight: 900 !important;
}

.text-brand-yellow {
  color: var(--color-brand-yellow) !important;
}

.u-sp-only {
  display: inline;
}

.u-list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .u-sp-only {
    display: none;
  }
}
/* Layout */
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 1024px) {
  .l-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-main {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  background-color: var(--color-brand-cream);
  min-height: 50vh;
}

@media (min-width: 1024px) {
  .l-main {
    width: var(--width-main);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-sidebar {
  display: none;
}

@media (min-width: 1024px) {
  .l-sidebar {
    display: block;
    width: var(--width-sidebar);
    height: 100vh;
    position: sticky;
    top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    overflow: hidden;
    background-color: #e5e7eb;
  }
}
.l-sidebar__img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.l-sidebar__img.is-faded {
  opacity: 0;
}

/* Content Area */
.l-content {
  display: block;
}
.l-content.is-hidden-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .l-content.is-hidden-mobile {
    display: block;
    /* Always show on desktop even if menu is "open" logically (though layout handles it differently) */
  }
}
.p-section .dl:last-child {
  margin-bottom: 0;
}

.l-sections {
  padding: 3rem 1.5rem 2rem;
  max-width: 48rem;
  /* approx 768px */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 1024px) {
  .l-sections {
    padding: 3.5rem 1.5rem;
  }
}
.l-sections *:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .l-sections {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/* Hero Section */
.p-hero {
  padding: 5rem 1.5rem 3rem;
  background: var(--color-sub);
  font-family: var(--font-heading);
}
@media (min-width: 768px) {
  .p-hero {
    padding: 5rem 3rem 3rem;
  }
}
.p-hero__inner {
  max-width: 48rem;
  margin: 0 auto;
}
.p-hero__label {
  color: var(--color-brand-yellow);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-family: var(--font-en);
}
.p-hero__title {
  font-size: 1.675rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-hero__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.p-hero__lead-block {
  border-top: 4px solid var(--color-brand-yellow);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-hero__lead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-hero__lead {
    font-size: 1.25rem;
  }
}
.p-hero__desc {
  line-height: 1.8;
  margin-bottom: 3rem;
}

/* Headings Component */
.h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  font-size: 1.475rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-block: 80px 48px;
  font-family: var(--font-heading);
}
@media (min-width: 768px) {
  .h1 {
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.875rem;
  }
}
.h1::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
  background: url(../images/icon-h1.png) 0 0/contain no-repeat;
}
@media (min-width: 768px) {
  .h1::before {
    height: 2.5rem;
    font-size: 1.25rem;
  }
}

.h2 {
  background-color: var(--color-sub);
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-block: 64px 40px;
  font-family: var(--font-heading);
}

.c-heading-copy {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  font-family: var(--font-heading);
}
@media screen and (min-width: 768px) {
  .c-heading-copy {
    font-size: 24px;
  }
}

.c-heading-copy--sub {
  color: rgba(74, 74, 74, 0.5);
}

.c-box-copy {
  background-color: var(--color-sub);
  padding: 2rem;
  text-align: center;
  border-radius: 0.5rem;
  margin-block: 40px 35px;
}

.c-box-copy__text {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0.25rem 0;
  font-family: var(--font-heading);
}
@media (min-width: 768px) {
  .c-box-copy__text {
    font-size: 1.125rem;
  }
}

.h3 {
  font-size: 1.125rem;
  font-weight: bold;
  border-left: 4px solid var(--color-brand-yellow);
  padding-left: 1rem;
  margin-block: 40px 20px;
  font-family: var(--font-heading);
}

.h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-block: 30px 18px;
  font-family: var(--font-heading);
}

.c-text-body {
  line-height: 1.75;
  color: var(--color-text-main);
}

/* Facility Section */
.p-facility {
  margin-bottom: 4rem;
}
.p-facility br:not([class]) {
  display: none;
}
.p-facility p:empty {
  display: none;
}
.p-facility__header {
  position: relative;
  margin-bottom: 1.5rem;
}
.p-facility__bg-text {
  position: absolute;
  top: 12px;
  left: -0.5rem;
  font-size: 2.65rem;
  font-weight: bold;
  color: rgba(253, 224, 71, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  z-index: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-facility__bg-text {
    top: -1.5rem;
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
}
.p-facility__title {
  position: relative;
  z-index: 10;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.75rem;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  margin: 0;
  font-family: var(--font-heading);
}
.p-facility__num {
  color: var(--color-brand-yellow);
  font-size: 2.1rem;
  font-family: var(--font-en);
}
.p-facility__desc {
  color: var(--color-text-main);
  line-height: 1.75;
  position: relative;
  z-index: 10;
}

/* List Component */
.list {
  color: var(--color-text-main);
  padding: 0;
  margin: 0;
  list-style: none;
}
.list--disc {
  margin-bottom: 1.5rem;
}
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.list__bullet {
  color: var(--color-text-main);
  font-weight: bold;
}
.list__num {
  color: var(--color-brand-yellow);
  font-weight: bold;
  font-family: var(--font-en);
}

/* Section Header */
.c-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.c-section-header__icon {
  width: 2rem;
  height: 2rem;
  color: var(--color-brand-yellow);
}
.c-section-header__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  font-family: var(--font-heading);
}

/* Buttons */
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-block: 30px 20px;
}
.btn-group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-group--mgnone {
  margin: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 13px 10px 13px 30px;
  border-radius: 9999px;
  font-weight: bold;
  font-family: var(--font-heading);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid var(--color-brand-yellow);
  color: var(--color-text-main);
}
.btn::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: var(--color-brand-yellow) url(../images/arrow.svg) 50% 50%/7px 10px no-repeat;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.btn:hover {
  background-color: rgba(253, 224, 71, 0.1);
}
.btn br:not([class]) {
  display: none;
}
.btn p:empty {
  display: none;
}
.btn--primary {
  position: relative;
  background-color: var(--color-brand-yellow);
  color: var(--color-text-main);
  border: none;
  padding: 1rem 4rem 1rem 3rem;
}
.btn--primary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  background-image: url(../images/arrow-yellow.svg);
}
.btn--primary:hover {
  background-color: var(--color-brand-yellow);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn--wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn--wide {
    width: 250px;
  }
}
.btn--100 {
  width: 100%;
}
.btn--tel {
  background-color: var(--color-brand-yellow);
  color: var(--color-text-main);
  border: none;
  padding: 1rem 2rem;
  font-family: var(--font-en);
  font-size: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--tel::after {
  display: none;
}
.btn--min {
  border-radius: 3px;
  padding: 8px 10px;
  gap: 8px;
  font-size: 12px;
}
.btn--min::after {
  width: 17px;
  height: 17px;
  background-size: 4px 5px;
}

/* Grid System */
.p-grid {
  display: grid;
  margin: 20px 0 0;
  gap: 1rem;
}
@media (min-width: 1400px) {
  .p-grid {
    gap: 2rem;
    margin: 45px 0 0;
  }
}
.p-grid p:empty {
  display: none;
}
.p-grid--2col {
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1400px) {
  .p-grid--2col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-grid .c-card {
    grid-column: 1/3;
  }
}

/* Media Object */
.p-media__title {
  border-left: 2px solid #ebd900;
  font-size: 21px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-media__title {
    font-size: 24px;
    padding-left: 20px;
  }
}
.p-media__desc {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .p-media__desc {
    margin-top: 1.5rem;
  }
}
.p-media--center {
  text-align: center;
}

.p-media__thumb {
  background-color: #e5e7eb;
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
  border-radius: 2px;
  position: relative;
}
.p-media__thumb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.p-media__thumb__title {
  border-left: 4px solid var(--color-brand-yellow);
  padding-left: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  margin-top: 0;
  font-family: var(--font-heading);
}
.p-media__thumb__desc {
  color: var(--color-text-main);
  line-height: 1.75;
}

/* Large Gray Box */
.c-box-gray {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
  min-height: 300px;
}
@media (min-width: 768px) {
  .c-box-gray {
    grid-template-columns: 1fr 1fr;
  }
}

.c-box-gray__image {
  /* Placeholder */
}

@media (max-width: 767px) {
  .c-box-gray__image {
    display: none;
  }
}
.c-box-gray__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-box-gray__text {
  line-height: 1.75;
  color: #374151;
}

@media (max-width: 767px) {
  .c-box-gray__text {
    font-size: 0.75rem;
  }
}
/* Full Width Image */
.c-full-image {
  width: 100%;
  height: 16rem;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-color: #d1d5db;
}
.c-full-image p:empty {
  display: none;
}
.c-full-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .c-full-image {
    height: 20rem;
  }
}
.c-full-image__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.c-text-group {
  margin-top: 32px;
}

.c-text-body {
  margin-top: 32px;
}

/* Feature Cards */
.c-card__title {
  border-left: 4px solid var(--color-brand-yellow);
  padding-left: 0.75rem;
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}
.c-card__sub-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .c-card__sub-title {
    font-size: 24px;
  }
}
.c-card__desc {
  color: var(--color-text-main);
  line-height: 1.75;
  margin: 0;
}
.c-card__media {
  width: 100%;
  height: auto;
  background-color: #fef9c3;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.c-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.c-card--media {
  padding: 1.5rem;
}
.c-card--white {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.c-card--beige {
  background-color: var(--color-sub);
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .c-card--beige {
    padding: 2rem;
  }
}
.c-card--1col {
  grid-column: 1/3;
}

/* Accordion */
.c-accordion-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-accordion {
  background-color: var(--color-sub);
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-accordion__summary {
  position: relative;
  cursor: pointer;
  padding: 1.5rem;
  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;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-accordion__summary br:not([class]) {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-accordion__summary {
    padding: 40px;
  }
}
.c-accordion__header {
  display: grid;
  gap: 0.5rem;
  padding-right: 1rem;
  font-family: var(--font-heading);
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .c-accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.c-accordion__label {
  color: var(--color-brand-yellow);
  font-size: 36px;
  font-weight: bold;
  font-family: var(--font-en);
}
.c-accordion__icon {
  width: 60px;
  height: 60px;
  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;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: var(--color-brand-yellow);
  font-weight: bold;
  font-size: 1.125rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-accordion__icon::before {
  content: "+";
  color: var(--color-text-main);
}
@media screen and (max-width: 767px) {
  .c-accordion__icon {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.c-accordion[open] .c-accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-accordion[open] .c-accordion__icon::before {
  content: "－";
  font-size: 80%;
  text-shadow: 0 1px 0 var(--color-text-main);
}
.c-accordion__content {
  padding: 0 1.5rem 1.5rem;
  color: var(--color-text-main);
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-accordion__content {
    padding: 0 40px 40px;
  }
}
.c-accordion__answer-bold {
  font-weight: bold;
  color: var(--color-text-main);
  margin-bottom: 0.5rem;
}

/* Flow */
.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
.c-flow__item {
  background-color: var(--color-sub);
  padding: 1.25rem;
  border-radius: 2px;
  display: grid;
  gap: 1rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .c-flow__item {
    gap: 30px;
    grid-template-columns: 35% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem;
  }
}
.c-flow__time-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-flow__time-box br:not([class]) {
  display: none;
}
.c-flow__time {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-brand-yellow);
  font-family: var(--font-en);
  letter-spacing: -0.025em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-flow__time {
    font-size: 36px;
  }
}
.c-flow__label {
  display: block;
  font-weight: bold;
  color: var(--color-text-main);
  font-family: var(--font-heading);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-flow__label {
    font-size: 20px;
  }
}
.c-flow__desc {
  font-size: 0.75rem;
  color: var(--color-text-main);
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* CTA */
.c-cta {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 1px solid #F5F4DF;
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .c-cta {
    padding: 3.5rem;
  }
}
.c-cta__icon-wrapper {
  display: block;
  width: 55px;
  height: 50px;
  background: url(../images/icon-flower.png) 0 0/contain no-repeat;
  margin: 0 auto 1.5rem;
}
.c-cta__icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-brand-yellow);
}
.c-cta__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.025em;
  font-family: var(--font-heading);
}
.c-cta__title span {
  position: relative;
  z-index: 2;
}
.c-cta__title::before {
  content: attr(data-en) "";
  display: inline-block;
  color: var(--color-sub);
  font-size: 70px;
  font-weight: bold;
  font-family: var(--font-en);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-cta__desc {
  margin-bottom: 2.5rem;
  line-height: 1.75;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

/* Contact */
.c-contact-box {
  background: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid #F5F4DF;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-contact-box {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}
.c-contact-box__tel {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-contact-box__hours {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
}
.c-contact-box__note {
  font-size: 0.75rem;
  color: var(--color-text-main);
  margin: 0;
  text-align: center;
  border-top: 2px solid var(--color-sub);
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact-box__note {
    text-align: left;
    border-top: none;
    border-left: 2px solid var(--color-sub);
    padding-bottom: 1rem;
    padding-left: 2rem;
  }
}

/* Definition List dl */
.dl {
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .dl {
    margin: 2rem 0;
  }
}
.dl__row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.dl__dt {
  font-weight: 400;
  border-top: 1px solid var(--color-brand-yellow);
  grid-column: span 3/span 3;
  padding: 1rem 0;
}
.dl__dd {
  color: var(--color-text-main);
  border-top: 1px solid #ABAAAA;
  grid-column: span 9/span 9;
  padding: 1rem 0 1rem 1rem;
}

/* Matrix table */
.table-wrapper {
  overflow-x: auto;
  background-color: var(--color-sub);
  border-radius: 0.5rem;
}
.table-wrapper .table th,
.table-wrapper .table td {
  min-width: 150px;
}

.table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.table__head-row th {
  padding: 1rem;
  font-weight: 400;
  font-size: 0.75rem;
  background-color: transparent;
  border: 4px solid var(--color-brand-cream);
}
.table__th-empty {
  width: 6rem;
}
.table__row-header {
  padding: 1rem;
  font-weight: 400;
  color: var(--color-text-main);
  border: 4px solid var(--color-brand-cream);
}
.table__td {
  padding: 1rem;
  color: var(--color-text-main);
  border: 4px solid var(--color-brand-cream);
  background: #fff;
}

/*********************/
/*  TOP  */
/*********************/
/* Top Hero */
.p-top-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .p-top-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
}
.p-top-hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 126px 0 56px;
  position: relative;
  background-color: var(--color-brand-cream);
}
@media screen and (min-width: 1024px) {
  .p-top-hero__content {
    padding: 0;
  }
}
.p-top-hero__image-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .p-top-hero__image-area {
    /* Hide on desktop since we have the sidebar image */
    display: none !important;
  }
}
.p-top-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-hero__copy {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  color: var(--color-text-main);
  font-family: var(--font-heading);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-hero__copy {
    font-size: 2rem;
  }
}
.p-top-hero__sub {
  font-size: 12px;
  color: var(--color-text-main);
  line-height: 1.6;
  letter-spacing: 0.3em;
  font-family: var(--font-en);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-hero__sub {
    font-size: 15px;
  }
}
.p-top-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--color-text-main);
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1023px) {
  .p-top-hero__scroll {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-hero__scroll {
    font-size: 15px;
  }
}
.p-top-hero__scroll--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 0;
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .p-top-hero__scroll--sp {
    display: none;
  }
}
.p-top-hero__line {
  width: 1px;
  height: 39px;
  background-color: var(--color-text-main);
}
@media screen and (min-width: 768px) {
  .p-top-hero__line {
    height: 113px;
  }
}

/* Top Section General */
.p-section-top {
  padding: 6rem 1.5rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-section-top {
    padding: 100px;
  }
}
.p-section-top--white {
  background-color: #fff;
  max-width: none;
}
.p-section-top--sub {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F4DF), to(#FDFBEC));
  background: linear-gradient(to bottom, #F5F4DF 0, #FDFBEC 100%);
}
.p-section-top--sub .c-section-header__bg {
  color: #fff;
}

/* Center Section Header */
.c-section-header {
  position: relative;
}
.c-section-header--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.c-section-header--left {
  text-align: left;
  margin-bottom: 3rem;
}
.c-section-header--left .c-section-header__bg {
  left: 0;
  top: 45%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-section-header--left .c-section-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-section-header--left .c-section-header__title::before {
  width: 60px;
  height: 40px;
  background: url(../images/icon-head-flower02.png) 0 0/contain no-repeat;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-section-header--left .c-section-header__title::before {
    width: 72px;
    height: 43px;
  }
}
.c-section-header__bg {
  font-size: 3rem;
  font-weight: bold;
  color: #FAF7E2;
  opacity: 0.7;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-section-header__bg {
    font-size: 5rem;
  }
}
.c-section-header__title {
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-section-header__title {
    font-size: 22px;
  }
}
.c-section-header__title::before {
  content: "";
  display: block;
  width: 80px;
  height: 30px;
  background: url(../images/icon-head-flower01.png) 0 0/contain no-repeat;
  margin: 0 auto 24px;
}
@media screen and (min-width: 768px) {
  .c-section-header__title::before {
    width: 120px;
    height: 44px;
  }
}
.c-section-header__deco {
  margin-top: 0.5rem;
  z-index: 10;
}

/* News List */
.c-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50rem;
  margin: 0 auto;
}

.c-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  padding-right: 3rem;
  background-color: #fff;
  border-bottom: 1px solid var(--color-brand-yellow);
  text-decoration: none;
  color: var(--color-text-main);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}
@media (min-width: 768px) {
  .c-news-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0 2rem;
    padding: 1.5rem 1rem;
  }
}
.c-news-item:hover {
  background-color: #f9fafb;
}
@media screen and (min-width: 768px) {
  .c-news-item__meta {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.c-news-item__date {
  font-size: 12px;
  color: var(--color-text-main);
  font-family: var(--font-en);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-news-item__date {
    font-size: 17px;
  }
}
.c-news-item__title {
  font-size: 14px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-news-item__title {
    font-size: 15px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.c-news-item__arrow {
  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: 1.5rem;
  height: 1.5rem;
  background: var(--color-brand-yellow) url(../images/arrow.svg) 53% 50%/7px 10px no-repeat;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-news-item__arrow {
    grid-column: 2/3;
    grid-row: 1/3;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.u-text-center {
  text-align: center;
  margin: 32px 0 24px;
}

@media screen and (min-width: 768px) {
  .mt-right {
    text-align: right !important;
  }
}

/* Buttons Simple */
.c-btn--simple {
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: var(--font-heading);
  color: var(--color-text-main);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn--simple {
    font-size: 18px;
    gap: 2rem;
  }
}
.c-btn--simple:hover {
  opacity: 0.7;
}
.c-btn__text {
  border-bottom: 1px solid var(--color-text-main);
  padding-bottom: 0.5rem;
}
.c-btn__circle-arrow {
  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: 42px;
  height: 42px;
  background: var(--color-brand-yellow) url(../images/arrow.svg) 53% 50%/7px 10px no-repeat;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-btn__circle-arrow {
    width: 54px;
    height: 54px;
  }
}

/* Message Section */
.p-message {
  background-color: var(--color-sub);
  /* Beige tint */
  padding: 6rem 1.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-message {
    padding: 100px;
  }
}
.p-message::before {
  content: "";
  display: block;
  width: 221px;
  height: 359px;
  background: url(../images/bg-flower01.png) 0 0/contain;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-message::before {
    width: 361px;
    height: 587px;
    top: 15%;
  }
}
.p-message .c-section-header__bg {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-message__text-group {
    max-width: 480px;
  }
}
.p-message__inner {
  max-width: 64rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-message__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 10;
}
.p-message__lead {
  font-size: 26px;
  font-weight: 900;
  font-family: var(--font-heading);
  line-height: 1.6;
  margin-bottom: 3rem;
  color: var(--color-text-main);
}
@media screen and (min-width: 768px) {
  .p-message__lead {
    font-size: 30px;
  }
}
.p-message__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 16px;
  }
}
.p-message__image img {
  width: 100%;
  height: auto;
}

.u-highlight {
  background: var(--color-brand-yellow);
  border-radius: 5px;
}

/* Work List */
.p-work-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: 1rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-work-list {
    gap: 32px;
  }
}

.p-work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-work-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .p-work-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-work-item__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  overflow: hidden;
}
.p-work-item__img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-work-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-work-item__content {
    padding: 0;
  }
}
.p-work-item__title {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}
@media screen and (min-width: 768px) {
  .p-work-item__title {
    font-size: 28px;
  }
}
.p-work-item__desc {
  font-size: 15px;
  letter-spacing: 0.064em;
  line-height: 2.3;
  font-weight: bold;
}

.work-card-wrap {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .work-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 48px;
  }
}

.work-card {
  background: #f5f4df;
  border-radius: 8px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .work-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .work-card {
    min-width: 356px;
    margin: auto;
  }
}
.work-card__title {
  font-size: 24px;
  border-left: 3px solid #EBD900;
  padding-left: 10px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .work-card__title {
    font-size: 28px;
    border-left: 5px solid #EBD900;
  }
}
.work-card__desc {
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .work-card__desc {
    font-size: 17px;
  }
}
.work-card__img {
  width: 50%;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .work-card__img {
    width: 60%;
  }
}
.work-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Environment Links */
.p-env-links {
  display: grid;
  gap: 0.8rem;
  max-width: 64rem;
  margin: 0 auto;
}

.c-big-btn {
  background-color: var(--color-brand-yellow);
  padding: 20px 24px;
  border-radius: 4px;
  text-decoration: none;
  color: var(--color-text-main);
  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;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 768px) {
  .c-big-btn {
    padding: 30px 40px;
  }
}
.c-big-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.c-big-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-big-btn__ja {
  font-weight: bold;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0.25rem;
  font-family: var(--font-heading);
}
@media screen and (min-width: 768px) {
  .c-big-btn__ja {
    font-size: 26px;
  }
}
.c-big-btn__en {
  font-size: 0.625rem;
  opacity: 0.7;
  letter-spacing: 0.05em;
  font-family: var(--font-en);
}
.c-big-btn__en::before {
  content: "ー";
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .c-big-btn__en::before {
    content: "――";
  }
}
@media screen and (min-width: 768px) {
  .c-big-btn__en {
    font-size: 14px;
  }
}
.c-big-btn__arrow {
  width: 54px;
  height: 54px;
  background: #F5F4DF url(../images/arrow-bk.svg) 53% 50%/7px 10px no-repeat;
  border-radius: 50%;
  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;
}

.line-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  font-family: var(--font-heading);
  letter-spacing: 0.1em;
  border-bottom: 2px solid var(--color-brand-yellow);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .line-title {
    font-size: 21px;
    margin-bottom: 2rem;
  }
}
.line-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: var(--color-brand-yellow);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* School List (Top) */
.p-school-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: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}

.c-school-card {
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .c-school-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}
.c-school-card__img-box {
  position: relative;
}
.c-school-card__img {
  width: 100%;
  height: auto;
}
.c-school-card__content {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-school-card__content {
    padding: 0;
  }
}
.c-school-card__title {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .c-school-card__title {
    font-size: 26px;
  }
}
.c-school-card__desc {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2.3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-web-btn {
  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;
  border: 1px solid #d1d5db;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--color-text-main);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-web-btn:hover {
  background-color: #f3f4f6;
}
.c-web-btn__arrow {
  color: var(--color-brand-yellow-dark);
}

.textlink {
  text-decoration: underline;
  color: var(--font-base);
}

.strong {
  font-weight: 700;
}

.small {
  font-size: 13px;
}
.small--red {
  color: #E90000;
}

.step {
  list-style: none;
  counter-reset: number 0;
  margin-top: 34px;
}
.step__item {
  padding-left: 96px;
  padding-bottom: 64px;
  position: relative;
  counter-increment: number 1;
}
@media screen and (max-width: 767px) {
  .step__item {
    padding-left: 50px;
    padding-bottom: 30px;
  }
}
.step__item::before {
  content: counter(number, decimal-leading-zero) " ";
  display: block;
  width: 96px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: var(--color-brand-yellow);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .step__item::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.step__item::after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 94px;
  bottom: 0;
  left: 47px;
  background: var(--color-brand-yellow);
}
@media screen and (max-width: 767px) {
  .step__item::after {
    top: 50px;
    left: 24px;
  }
}
.step__box {
  background: #fff;
  border-radius: 8px;
  padding: 30px 50px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .step__box {
    padding: 15px 25px;
  }
}
.step__box--dark {
  border-radius: 0;
  background: var(--color-sub);
}
.step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.step__title {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .step__title {
    font-size: 20px;
  }
}
.step__tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 8px;
  background: var(--color-brand-yellow);
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .step__tag {
    font-size: 12px;
  }
}
.step__copy {
  display: block;
  font-family: var(--font-heading);
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .step__copy {
    font-size: 16px;
  }
}

.info-box + .info-box {
  margin-top: 64px;
}
.info-box__head {
  padding: 38px;
  background: var(--color-sub);
}
.info-box__head .h3 {
  margin-top: 16px;
  margin-bottom: 0;
}
.info-box .dl {
  margin-bottom: 0;
}
.info-box__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.info-box__inner {
  background: #fff;
  padding: 38px;
}

.tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-heading);
  border: 1px solid var(--color-brand-yellow);
  padding: 3px 12px;
  line-height: 1;
}
.tag--seisyain {
  background: #fff;
  border: none;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.form-step__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 1.2;
  background: #F7F1D1;
  list-style: none;
  color: var(--color-font);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  .form-step__item {
    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;
  }
}
@media screen and (min-width: 768px) {
  .form-step__item {
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #F7F1D1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form-step__item:before {
    right: -15px;
    border-width: 20px 0 20px 15px;
  }
}

/* 申し込みフォーム */
.wpcf7,
form.wpcf7-form.init {
  background: var(--color-white);
}

.form {
  max-width: 760px;
  font-size: 15px;
  color: var(--color-font);
  padding: 10px;
  margin: 0 auto 50px;
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
@media screen and (min-width: 768px) {
  .form {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    font-size: 16px;
    margin: 0 auto 120px;
    padding: 80px 30px 95px;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-block: 30px;
  }
}
.form__required {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  background: #ee6363;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .form__required {
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .form__required {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__required {
    font-size: 15px;
  }
}
.form__item {
  color: var(--color-font);
}
@media screen and (min-width: 768px) {
  .form__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  position: relative;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 25%;
    margin: 12px 30px 0 0;
    padding-right: 30px;
  }
}
.form__item:last-child {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
    margin-inline: 15px;
  }
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #abaaaa;
  border-radius: 8px;
  padding: 10px;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 10px;
}
.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #abaaaa;
  border-radius: 8px;
  color: var(--color-font);
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 110px;
  padding: 5px;
  margin-top: 4px;
}
.form .select-item {
  position: relative;
  width: 50%;
}
.form .select-item::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 17px;
  background-color: #ebd900;
  clip-path: polygon(50% 17px, 0% 0%, 20px 0%);
  pointer-events: none;
}
.form .select-item .form__select {
  max-width: 100%;
  width: 100%;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
.form__radio-item {
  display: block;
  margin: 10px 0 0;
}
.form__birth {
  display: grid;
  gap: 10px;
}
@media (min-width: 1300px) {
  .form__birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__birth p:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .form__birth p:not([class]) {
    gap: 13px;
  }
}
.form__comment {
  font-size: 14px;
  text-align: center;
}
.form__comment--strong {
  font-weight: bold;
}
.form__comment + .form__comment {
  margin-top: 20px;
}
.form__hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #ebd900;
  margin-block: 60px 30px;
}
.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: var(--color-font);
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-font);
  border-radius: 50%;
  content: "";
  background: var(--color-white);
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: var(--color-font);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}
.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-font);
  background: var(--color-white);
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.form .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #abaaaa;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  display: inline-block;
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; /* 色をじんわり変化させる */
  width: 1.2em;
  vertical-align: middle;
}
.form input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #ebd900; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid var(--color-font);
  border-bottom: 3px solid var(--color-font);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 16px;
  color: var(--color-white);
  font-weight: bold;
  background: var(--color-primary);
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form__button:hover, .form__back:hover, .form__submit:hover {
  background: var(--color-font);
}
.form__button:visited, .form__back:visited, .form__submit:visited {
  background: var(--color-primary);
}
.form ::-webkit-input-placeholder {
  color: var(--color-primary);
}
.form ::-moz-placeholder {
  color: var(--color-primary);
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: var(--color-primary);
}
.form a {
  cursor: pointer;
}

.form-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 300px;
  max-width: 100%;
  padding: 13px 10px 13px 30px;
  border-radius: 9999px;
  font-weight: bold;
  font-family: var(--font-heading);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid var(--color-brand-yellow);
  background: var(--color-brand-yellow);
  color: var(--color-text-main);
}
.form-btn::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff url(../images/arrow.svg) 50% 50%/7px 10px no-repeat;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.form-btn:hover {
  background-color: var(--color-brand-yellow);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.form-btn__send {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

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

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

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

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

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: auto;
  }
}