@charset "UTF-8";
/* ================================
Reset
================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  word-break: break-all;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

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

caption {
  text-align: left;
}

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

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================
Base
================================ */
html {
  font-size: clamp(12px, 1.3vw, 16px);
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.4vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================
Container
================================ */
/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* main container */
.l-content-container {
  position: relative;
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-content-container {
    padding: 3rem 0;
  }
  .single .l-content-container,
  .archive .l-content-container,
  .event-list .l-content-container {
    padding-top: 7rem;
  }
}

/* container */
.l-container {
  width: calc(100% - 16.8vw);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-long {
  width: calc(100% - (3.8rem * 2));
  max-width: 1440px;
}
.l-container.-lg {
  max-width: 1280px;
}
.l-container.-sm {
  max-width: 1000px;
}
@media screen and (min-width: 1401px) {
  .l-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-container.-wide_only_mobile {
    width: calc(100% - 2rem);
  }
  .l-container.-long {
    width: calc(100% - 16.8vw);
  }
}

/* ================================
Header
================================ */
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: min(14.3vw, 200px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 min(2.4vw, 34px);
  padding: min(3.6vw, 50px) min(6.4vw, 90px) 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header__logo {
  position: relative;
  z-index: 1000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(19.9vw, 278px);
  aspect-ratio: 278/94;
  margin: 0 auto 0 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__toggle {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-header.is-fixed {
    height: min(7.1vw, 100px);
    background-color: #fff;
  }
  .l-header.is-fixed .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .l-header.is-fixed .l-header__logo {
    width: min(13.6vw, 190px);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding-left: 3.4vw;
    padding-right: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 6rem;
  }
  .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2rem;
  }
  .l-header__logo {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 8rem;
  }
  .l-header__toggle {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 1000;
    width: 2.3rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 0.1rem solid #000000;
    cursor: pointer;
  }
  .l-header__toggle span {
    position: absolute;
    left: 23.2142857143%;
    display: inline-block;
    width: 51.7857142857%;
    height: 0.1rem;
    background-color: #000000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .l-header__toggle span:nth-of-type(1) {
    top: 33.9285714286%;
  }
  .l-header__toggle span:nth-of-type(2) {
    top: 48.2142857143%;
  }
  .l-header__toggle span:nth-of-type(3) {
    bottom: 33.9285714286%;
  }
  .l-header__toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(0.3rem) rotate(30deg);
            transform: translateY(0.3rem) rotate(30deg);
  }
  .l-header__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-0.3rem) rotate(-30deg);
            transform: translateY(-0.3rem) rotate(-30deg);
  }
  .l-header.is-fixed {
    background-color: #fff;
  }
}

.l-header-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(1.3vw, 18px) min(1.7vw, 24px);
}
.l-header-drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(1.7vw, 24px);
}
.l-header-drawer__menu-item {
  position: relative;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(12px, 1.3vw, 16px);
}
.l-header-drawer__menu-item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-header-drawer__menu-item a {
    padding: 0 0 0.3em;
  }
  .l-header-drawer__menu-item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .l-header-drawer__menu-item a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-header-drawer {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 768px;
    height: 100dvh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    background-color: #FFE84F;
    padding: 6.7rem 2rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .l-header-drawer.is-active {
    visibility: visible;
    opacity: 1;
  }
  .l-header-drawer__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .l-header-drawer__menu-item {
    border-bottom: 0.1rem solid #000000;
  }
  .l-header-drawer__menu-item a {
    font-size: 1.1rem;
    padding: 1em 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .l-header-drawer__menu-item a:hover {
    opacity: 0.7;
  }
}

/* ================================
Footer
================================ */
.l-footer {
  position: relative;
  background-color: #FFE84F;
  padding: 5.6rem 0 6.9rem;
}
.l-footer__illust {
  position: absolute;
  top: 0.6rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 33.9rem;
  aspect-ratio: 543/172;
}
.l-footer__body {
  display: grid;
  grid-template-areas: "logo nav" "copyright company";
  grid-template-columns: 16rem 1fr;
  gap: 5.6rem 7.5rem;
}
.l-footer__logo {
  grid-area: logo;
  aspect-ratio: 267/87;
}
.l-footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__copyright {
  grid-area: copyright;
  align-self: flex-end;
  font-family: "Roboto Flex", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.5rem 0 1.7rem;
  }
  .l-footer__illust {
    width: 18.8rem;
  }
  .l-footer__logo {
    max-width: 10.2rem;
    margin: 0 0 1.3rem;
  }
  .l-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1rem 0;
  }
  .l-footer__copyright {
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 0.7rem;
  }
}

.l-footer-nav {
  grid-area: nav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-nav__menu {
  position: relative;
  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 0;
}
.l-footer-nav__menu-item {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  white-space: nowrap;
}
.l-footer-nav__menu-item > a {
  display: block;
  font-weight: 500;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-footer-nav__menu-item > a:hover {
  opacity: 0.7;
}
.l-footer-nav__sub-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.5rem;
  margin: 1.5rem 0 0;
}
.l-footer-nav__sub-menu-item {
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0;
}
.l-footer-nav__sub-menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6em;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.l-footer-nav__sub-menu-item > a::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.5em;
  border-color: transparent transparent transparent #000000;
}
.l-footer-nav__sub-menu-item > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .l-footer-nav__menu {
    padding: 0 2.5rem;
  }
  .l-footer-nav__menu:first-of-type {
    padding-left: 0;
  }
  .l-footer-nav__menu:last-of-type {
    padding-right: 0;
  }
  .l-footer-nav__menu:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000000;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav {
    gap: 0 1.5rem;
  }
  .l-footer-nav__menu {
    gap: 0.7rem 0;
  }
  .l-footer-nav__menu-item {
    font-size: 0.8rem;
  }
  .l-footer-nav__sub-menu {
    gap: 0.4rem 1rem;
    margin: 1rem 0 0;
  }
  .l-footer-nav__sub-menu-item {
    font-size: 0.6rem;
  }
}

.l-footer-sns {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.5rem;
  }
  .l-footer-sns__item {
    width: 2.3rem;
    aspect-ratio: 1/1;
  }
  .l-footer-sns__item img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.l-footer-company {
  grid-area: company;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2.3rem;
}
.l-footer-company__name {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.l-footer-company__address {
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-footer-company {
    -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;
  }
  .l-footer-company__name {
    font-size: 1rem;
  }
  .l-footer-company__address {
    font-size: 0.8rem;
  }
}

/* ================================
Common module
================================ */
/* animaiton */
.c-slidein-anime {
  opacity: 0;
  -webkit-transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.c-slidein-anime.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-fadein-anime {
  opacity: 0;
  -webkit-transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-fadein-anime.is-animated {
  opacity: 1;
}

/*sentence*/
.c-sentence {
  line-height: 2;
}
.c-sentence + .c-sentence {
  margin-top: 2em;
}
.c-sentence + .c-btn__wrap {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .c-sentence + .c-btn__wrap {
    margin-top: 1.3rem;
  }
}
.c-sentence.-center_only_desktop {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sentence.-center_only_desktop {
    text-align: left;
  }
}

/* button */
.c-arrow-btn {
  position: relative;
  min-width: 30.6rem;
  min-height: 5.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.24em;
  padding: 0.8rem 1rem;
  border-radius: 9999px;
  background-color: #f7ca44;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-arrow-btn__text {
  text-align: center;
  padding: 0 2rem 0 0;
  font-weight: 500;
}
.c-arrow-btn__ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.1rem;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 50%;
}
.c-arrow-btn__ico::before {
  content: "";
  display: inline-block;
  width: 21.2121212121%;
  aspect-ratio: 14/10;
  background: url(../img/cmn/arrow_next.svg) no-repeat center center/contain;
}
.c-arrow-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-arrow-btn {
    min-width: 11.7rem;
    min-height: 3.6rem;
    font-size: 1rem;
    padding: 0.4rem 2.5rem;
  }
  .c-arrow-btn__text {
    padding: 0 0.8rem 0 0;
  }
  .c-arrow-btn__ico {
    right: 0.6rem;
    width: 2.3rem;
  }
}

.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 1.3rem;
}
.c-btn__wrap + .c-sentence {
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap {
    gap: 0.5rem 0.5rem;
  }
}
.c-btn__wrap.-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__wrap.-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.c-btn__wrap.-vertical_only_desktop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-vertical_only_desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-btn__wrap.-right_only_desktop {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-right_only_desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btn__wrap.-left_only_desktop {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-left_only_desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-left_only_mobile {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

/* pager */
.c-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem 0.6rem;
}
.c-pager__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-pager__item.current {
  background-color: #FFE84F;
}
.c-pager__item:hover {
  opacity: 0.7;
}
.c-pager .screen-reader-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-pager__item {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}

/* Contact Form 7 */
.wpcf7-item {
  width: 100%;
  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.9rem 0;
}
.wpcf7-item.-required .wpcf7-form-label::after {
  content: "※";
  color: #FF931E;
}
.wpcf7-item:not(:last-of-type) {
  margin-bottom: 1.9rem;
}

.wpcf7-item-col--label {
  font-weight: 500;
}
.wpcf7-item-col--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3rem 0;
}

.wpcf7-form-control-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem 0.6rem;
}
.wpcf7-form-control-block > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wpcf7-text-field__label {
  margin: 0 0 0.6rem;
}

.wpcf7-text {
  width: 100%;
  height: 2.5rem;
  border-bottom: 1px solid #000000;
}

.wpcf7-textarea {
  width: 100%;
  height: 7.9rem;
  background-color: #f7f7f7;
  border-radius: 1.3rem;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7-textarea {
    border-radius: 1rem;
  }
}

.wpcf7-select-wrap {
  position: relative;
  width: 100%;
  height: 2.5rem;
  border-bottom: 1px solid #000000;
}
.wpcf7-select-wrap::after {
  content: "▽";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.6rem;
}

.wpcf7-select {
  width: 100%;
  height: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}
.wpcf7-form-control-wrap[data-name=acceptance] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  white-space: nowrap;
}

.wpcf7-checkbox {
  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 0;
}

.wpcf7-list-item {
  font-size: 0.9rem;
  margin: 0;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.wpcf7-list-item input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  accent-color: #FFE84F;
}

.wpcf7-privacy-content {
  height: 5.1rem;
  background-color: #f7f7f7;
  border-radius: 0.6rem;
  padding: 0.6rem 0.9rem;
  overflow-y: auto;
}
.wpcf7-privacy-content h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.wpcf7-privacy-content p {
  font-size: 0.9rem;
  line-height: 1.8;
}
.wpcf7-privacy-content p + h3 {
  margin-top: 1.8em;
}
@media screen and (max-width: 768px) {
  .wpcf7-privacy-content {
    height: 6.3rem;
  }
}

.wpcf7-privacy-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.9rem 0 0;
}

.wpcf7-spinner {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  margin: 0;
}

.wpcf7-action {
  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;
  margin: 7.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-action {
    margin: 4.2rem 0 0;
  }
}

.wpcf7-button {
  width: 100%;
}

.wpcf7-submit {
  width: 100%;
  height: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 9999px;
}
.wpcf7-submit:has(input:disabled) {
  pointer-events: none;
}

/* event card */
.c-event-card {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.c-event-card__thumb {
  aspect-ratio: 4/3;
  border-radius: 0.6rem;
  overflow: hidden;
  margin: 0 0 1rem;
}
.c-event-card__date {
  display: block;
  margin: 0 0 0.6rem;
}
.c-event-card__title {
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-event-card:hover {
  opacity: 0.7;
}

.c-event-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 3.1rem;
}
.c-event-card__wrap .c-event-card {
  width: calc((100% - 9.4rem) / 4);
}
@media screen and (max-width: 768px) {
  .c-event-card__wrap .c-event-card {
    width: 100%;
  }
}

/* ================================
Top
================================ */
.p-top-sec__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 0 0.6rem;
  margin: 0 auto;
}
.p-top-sec__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  min-width: 7.5263157895em;
  width: 100%;
  height: 0.3rem;
  background: url(../img/cmn/wave_line.png) repeat-x top left/auto 100%;
}
.p-top-sec__intro {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.p-top-sec__typo {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-sec__heading {
    font-size: 1rem;
    padding: 0 0 0.6rem;
  }
  .p-top-sec__heading::after {
    height: 0.2rem;
  }
  .p-top-sec__intro {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .p-top-sec__typo {
    font-size: 2.8rem;
    margin: 0 auto 0.6rem;
  }
}

.p-top-cover__img {
  width: 100%;
  aspect-ratio: 1400/714;
}
@media screen and (max-width: 768px) {
  .p-top-cover__img {
    aspect-ratio: 717/464;
  }
}

.p-top-about {
  background-color: #FFE84F;
  padding: 4.9rem 0;
}
.p-top-about__container {
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 5.3rem;
  padding: 48.6rem 0 12.5rem;
}
.p-top-about__inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-top-about__heading {
  margin: 0;
}
.p-top-about__catch {
  width: 35.5rem;
  aspect-ratio: 568/189;
  margin: 2.9rem 0 0;
}
.p-top-about__block {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-about__block01 {
  gap: 0.8rem 0;
  min-height: 26.9rem;
  margin: 0 0 5.3rem;
}
.p-top-about__illust01 {
  width: 34.4rem;
  aspect-ratio: 551/427;
}
.p-top-about__block02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-top-about__illust02 {
  width: 27.3rem;
  aspect-ratio: 437/246;
}
.p-top-about__illust03 {
  position: absolute;
  bottom: -11.4rem;
  right: 6.4rem;
  width: 21.9rem;
  aspect-ratio: 350/286;
}
@media screen and (min-width: 769px) {
  .p-top-about__illust01 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -6.9rem;
  }
  .p-top-about__illust02 {
    position: absolute;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 0 0 1rem;
  }
  .p-top-about__container {
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 0 0 10.8rem;
  }
  .p-top-about__inner {
    padding: 0 2.7rem;
  }
  .p-top-about__catch {
    width: 19.8rem;
    margin: 1.8rem 0 2.7rem;
  }
  .p-top-about__block01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 1.8rem;
  }
  .p-top-about__illust01 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 24.6rem;
    margin: 0 -3.7rem 0 0;
  }
  .p-top-about__illust02 {
    display: none;
  }
  .p-top-about__illust03 {
    right: 0.9rem;
    bottom: -6.6rem;
    width: 17.3rem;
  }
}

.p-top-gallery__inner {
  position: relative;
  padding: 10rem 0 0;
}
.p-top-gallery__illust {
  position: absolute;
  top: 3.8rem;
  left: -1rem;
  width: 12.4rem;
  aspect-ratio: 197/238;
}
.p-top-gallery__catch {
  color: #f8777b;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.9rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 0 9rem;
}
.p-top-gallery__slider {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-top-gallery__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.6rem;
}
.p-top-gallery__slider.slick-initialized {
  opacity: 1;
}
.p-top-gallery__slide {
  max-width: 1200px;
  width: 85.7vw;
  aspect-ratio: 2408/1527;
}
.p-top-gallery__slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 3.7vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFE84F;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-top-gallery__slider-arrow::before {
  content: "";
  display: inline-block;
  width: 0.9rem;
  aspect-ratio: 14/10;
  background: url(../img/cmn/arrow_next.svg) no-repeat center center/contain;
}
.p-top-gallery__slider-arrow:hover {
  opacity: 0.7;
}
.p-top-gallery__slider-arrow.-prev {
  right: initial;
  left: 3.7vw;
}
.p-top-gallery__slider-arrow.-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 1401px) {
  .p-top-gallery__slider-arrow {
    right: initial;
    left: calc(50% + 600px + 0.3rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-top-gallery__slider-arrow.-prev {
    left: calc(50% - 600px - 0.3rem);
  }
}
@media screen and (max-width: 768px) {
  .p-top-gallery__inner {
    padding: 12.5rem 0 0;
  }
  .p-top-gallery__illust {
    top: -2.7rem;
    left: 0;
    width: 10.8rem;
  }
  .p-top-gallery__catch {
    font-size: 1.4rem;
    margin: 0 0 2.8rem;
  }
  .p-top-gallery__slider .slick-track {
    gap: 0 0.3rem;
  }
  .p-top-gallery__slide {
    width: 24.6rem;
  }
  .p-top-gallery__slider-arrow {
    right: 1.3rem;
    width: 1.7rem;
  }
  .p-top-gallery__slider-arrow::before {
    width: 0.3rem;
  }
  .p-top-gallery__slider-arrow.-prev {
    left: 1.3rem;
  }
}

.p-top-feature {
  position: relative;
  z-index: 0;
  background-color: #f5cfb4;
  margin: 20.3vw 0 0;
  padding: 0 0 11rem;
}
.p-top-feature::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -19.2vw;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 175/34;
  background: url(../img/top/feature_bg.png?12191638) no-repeat center center/cover;
}
.p-top-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9rem 1.9rem;
  margin: 4.4rem 0 0;
}
.p-top-feature__item {
  width: calc((100% - 3.8rem) / 3);
}
.p-top-feature__item:nth-of-type(1) .p-top-feature__catch {
  color: #FF4F10;
}
.p-top-feature__item:nth-of-type(2) .p-top-feature__catch {
  color: #FFE84F;
}
.p-top-feature__item:nth-of-type(3) .p-top-feature__catch {
  color: #00a8a1;
}
.p-top-feature__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  aspect-ratio: 352/265;
  margin: 0 0 1.3rem;
}
.p-top-feature__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-feature__catch {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
  margin: 0 0 1.3rem;
}
.p-top-feature__title {
  width: 15.5rem;
  aspect-ratio: 248/68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000000;
  margin: 0 auto 1.3rem;
}
.p-top-feature__desc {
  width: 81.8181818182%;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-feature {
    padding: 0 0 4.2rem;
    margin: 8.3rem 0 0;
  }
  .p-top-feature::before {
    top: -6.4rem;
    aspect-ratio: 239/52;
    background: url(../img/top/feature_bg_sp.png) no-repeat center center/cover;
  }
  .p-top-feature__list {
    -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;
  }
  .p-top-feature__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-feature__title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 13.9rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1.3rem;
  }
  .p-top-feature__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    height: 12.5rem;
    margin: 0 0 .7rem;
  }
  .p-top-feature__list {
    gap: 4rem 1.9rem
  }
  .p-top-feature__catch {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.7rem;
    margin: 0 0 1.3rem;
  }
  .p-top-feature__desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 1rem;
  }
}

.p-top-day {
  padding: 5.6rem 0 0;
}
.p-top-day__typo {
  color: #02c880;
}
@media screen and (max-width: 768px) {
  .p-top-day {
    padding: 3.8rem 0 0;
  }
  .p-top-day__typo {
    font-size: 2.3rem;
  }
  .p-top-day .p-top-interview__answer {
    padding: .6rem .7rem;
  }
}

.p-top-interview {
  padding: 6.3rem 0 11.3rem;
}
.p-top-interview__inner {
  display: grid;
  grid-template-columns: 1fr 17.5rem 1fr;
}
.p-top-interview__profile {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-top-interview__illust {
  width: 100%;
  margin: 0 auto 3.4rem;
}
.p-top-interview__name {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-top-interview__qa {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.3rem 0;
}
.p-top-interview__qa.-left {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-top-interview__qa.-right {
  grid-column: 3/4;
  grid-row: 1/2;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-top-interview__qa.-right .p-top-interview__question {
  color: #FF931E;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-top-interview__qa.-right .p-top-interview__answer {
  border-color: #FF931E;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #FF931E;
          box-shadow: 0.3rem 0.3rem 0 #FF931E;
}
.p-top-interview__question {
  color: #FF4F10;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p-top-interview__answer {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 1px solid #FF4F10;
  border-radius: 1.1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #FF4F10;
          box-shadow: 0.3rem 0.3rem 0 #FF4F10;
  padding: 0.5em 1em;
}
.p-top-interview__schedule-wrap {
  grid-column: 1/4;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem 2.5rem;
  margin: 8.1rem 0 0;
}
.p-top-interview__schedule {
  position: relative;
  z-index: 0;
  width: calc(50% - 1.3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 1px solid #000000;
  border-radius: 2.5rem;
  background-color: #fff;
  padding: 1.8rem 1.1rem 2.9rem;
}
.p-top-interview01__schedule02 {
  padding-left: 3.1rem;
}
.p-top-interview__schedule.-off .p-top-interview__schedule-typo {
  text-shadow: 1px 1px 0 #58c800, -1px -1px 0 #58c800, -1px 1px 0 #58c800, 1px -1px 0 #58c800, 0px 1px 0 #58c800, -1px 0 #58c800, -1px 0 0 #58c800, 1px 0 0 #58c800;
}
.p-top-interview__schedule-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.26em;
  line-height: 1;
  border-radius: 9999px;
  border: 1px solid #000000;
  background-color: #fff;
  padding: 1.3rem;
}
.p-top-interview__schedule-typo {
  font-family: "Roboto Flex", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 1px 1px 0 #FF931E, -1px -1px 0 #FF931E, -1px 1px 0 #FF931E, 1px -1px 0 #FF931E, 0px 1px 0 #FF931E, -1px 0 #FF931E, -1px 0 0 #FF931E, 1px 0 0 #FF931E;
}
.p-top-interview__timeline-list {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-top-interview__schedule.-off .p-top-interview__schedule-title {
    background-color: #e6e6e6;
  }
  .p-top-interview__schedule-title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 19.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview {
    padding: 4.2rem 0;
  }
  .p-top-interview__inner {
    grid-template-columns: 12.5rem 1fr;
    gap: 3rem 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .p-top-interview__profile {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: start;
  }
  .p-top-interview__illust {
    width: 88.6666666667%;
    margin: 0 auto 1rem;
  }
  .p-top-interview__name {
    font-size: 0.9rem;
  }
  .p-top-interview__qa {
    gap: 0.4rem 0;
    margin: 0 -1rem 0 0;
  }
  .p-top-interview__qa.-left {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: start;
  }
  .p-top-interview__qa.-right {
    grid-column: 2/3;
    grid-row: 3/5;
  }
  .p-top-interview__qa.-right .p-top-interview__answer {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #FF931E;
  }
  .p-top-interview__question {
    font-size: 1rem;
  }
  .p-top-interview__answer {
    width: 100%;
    font-size: 0.9rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    background-color: #FF4F10;
    padding: 0.8rem 0.8rem .8rem 0.9rem;
    border-radius: 0.8rem 0 0 0.8rem;
  }
  .p-top-interview__schedule-wrap {
    grid-column: 1/2;
    grid-row: 2/5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .p-top-interview__schedule {
    position: relative;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.7rem 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  .p-top-interview__schedule-title {
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem;
  }
  .p-top-interview__schedule-typo {
    display: none;
  }
  .p-top-interview__timeline-img {
    display: none;
  }
  .p-top-interview__timeline-list {
    display: block;
  }
  .p-top-interview__timeline-list li {
    font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
    font-size: 0.8rem;
    padding: 0.25em 0 0.25em 0.25em;
    border-bottom: 1px dotted #000000;
  }
}

@media screen and (min-width: 769px) {
  .p-top-interview01__answer03 {
    margin: 0 auto 0 3.1rem;
  }
  .p-top-interview01__answer05 {
    margin: 0 3.1rem 0 auto;
  }
  .p-top-interview01__answer08 {
    margin: 0 auto 0 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview01__schedule01::after {
    content: "";
    position: absolute;
    top: -1.1rem;
    right: -1.9rem;
    width: 7.8rem;
    aspect-ratio: 188/178;
    background: url(../img/top/interview01_illust02.png) no-repeat center center/contain;
  }
  .p-top-interview01__schedule02::after {
    content: "";
    position: absolute;
    top: -2.9rem;
    right: -1.6rem;
    width: 7.5rem;
    aspect-ratio: 181/171;
    background: url(../img/top/interview01_illust03.png) no-repeat center center/contain;
  }
}

.p-top-interview02 {
  background-color: #faf8e6;
}
.p-top-interview02__schedule01 {
  padding-bottom: 2rem;
}
.p-top-interview02__schedule02 {
  padding-left: 2rem;
}
@media screen and (min-width: 1201px) {
  .p-top-interview02__answer05 {
    width: 26.3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-interview02__inner {
    grid-template-columns: 1fr 20.4rem 1fr;
  }
  .p-top-interview02__answer01, .p-top-interview02__answer02, .p-top-interview02__answer03 {
    line-height: 1.8;
    padding: 1em;
  }
  .p-top-interview02__answer02 {
    margin: -0.5rem 0 0 auto;
  }
  .p-top-interview02__answer03 {
    margin: -1.6rem 0 0;
  }
  .p-top-interview02__answer04 {
    line-height: 1.7;
    padding: 1em;
  }
  .p-top-interview02__answer05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.7;
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview02__schedule01 {
    padding-bottom: 0;
  }
  .p-top-interview02__schedule02 {
    padding-left: 0;
  }
  .p-top-interview02__schedule01::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.8rem;
    right: -2.1rem;
    width: 9.2rem;
    aspect-ratio: 219/175;
    background: url(../img/top/interview02_illust02.png) no-repeat center center/contain;
  }
  .p-top-interview02__schedule02::after {
    content: "";
    position: absolute;
    top: -2.8rem;
    right: 0.3rem;
    width: 5.7rem;
    aspect-ratio: 136/160;
    background: url(../img/top/interview02_illust03.png) no-repeat center center/contain;
  }
}

.p-top-trial {
  padding: 5rem 0 8rem;
}
.p-top-trial__heading {
  margin: 0 0 2.1rem;
}
.p-top-trial__typo {
  color: #ED1E79;
  text-align: left;
  margin: 0 0 2.5rem;
}
.p-top-trial__body {
  position: relative;
  z-index: 0;
  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;
  gap: 3.5rem 0;
  min-height: 22.1rem;
  margin: 0 0 4.6rem;
}
.p-top-trial__illust {
  width: 28.9rem;
  aspect-ratio: 463/355;
}
.p-top-trial__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 3.1rem;
  margin: 0 0 7.4rem;
}
.p-top-trial__item {
  position: relative;
  width: calc((100% - 6.3rem) / 3);
}
.p-top-trial__num {
  color: #fff;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, -1px 1px 0 #000000, 1px -1px 0 #000000, 0px 1px 0 #000000, -1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000;
}
.p-top-trial__content {
  width: 100%;
  border: 1px solid #000000;
  border-radius: 1.5rem;
  padding: 3.8rem 1.9rem 3.1rem;
}
.p-top-trial__title {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.5rem;
}
.p-top-trial__desc {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 400;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-top-trial__body {
    width: calc(100% - 5rem);
    margin: 0 0 7rem auto;
  }
  .p-top-trial__heading {
    margin-left: 5rem;
  }
  .p-top-trial__illust {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 2.1rem;
  }
  .p-top-trial__num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-trial {
    padding: 3.8rem 0 12.5rem;
  }
  .p-top-trial__typo {
    margin: 0 0 1rem;
  }
  .p-top-trial__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 1.9rem;
  }
  .p-top-trial__illust {
    -ms-flex-item-align: center;
        align-self: center;
    width: 21.6rem;
  }
  .p-top-trial__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 0 5.8rem;
  }
  .p-top-trial__item {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1rem;
  }
  .p-top-trial__num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.1rem;
    font-size: 4.2rem;
  }
  .p-top-trial__content {
    width: calc(100% - 4.3rem);
    border-radius: 1rem;
    padding: 1.7rem 2.1rem;
  }
  .p-top-trial__title {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
  }
  .p-top-trial__desc {
    font-size: 1rem;
  }
}

/* ================================
Page
================================ */
.p-page-floating {
  position: fixed;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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: 1rem 0;
}
.p-page-floating__heading {
  width: 0.6rem;
}
.p-page-floating__ico {
  width: 2.9rem;
  aspect-ratio: 1/1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-page-floating__ico:hover {
  opacity: 0.7;
}
.p-page-floating.-mail {
  left: min(3.6vw, 50px);
}
.p-page-floating.-sns {
  right: min(3.6vw, 50px);
}
@media screen and (max-width: 1024px) {
  .p-page-floating.-mail {
    left: 1.4vw;
  }
  .p-page-floating.-sns {
    right: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-page-floating {
    display: none;
  }
}

.p-page-header {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1130px;
  height: 12.5rem;
  background-color: #FFE84F;
  border-radius: 5rem;
  margin: 0 auto 9.4rem;
}
.p-page-header::before {
  content: "";
  position: absolute;
  top: -1.3rem;
  left: 10.6194690265%;
  width: 20.7079646018%;
  aspect-ratio: 235/162;
  background: url(../img/cmn/page-header_illust01.png) no-repeat center center/contain;
}
.p-page-header::after {
  content: "";
  position: absolute;
  bottom: -2.9rem;
  right: 8.8495575221%;
  width: 22.1238938053%;
  aspect-ratio: 251/207;
  background: url(../img/cmn/page-header_illust02.png) no-repeat center center/contain;
}
.p-page-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-header__heading {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .p-page-header {
    height: 6.3rem;
    margin: 0 auto 4.2rem;
  }
  .p-page-header__heading {
    font-size: 1.2rem;
  }
}

/* ================================
Post
================================ */
/* archive */
.p-post-archive__footer {
  margin: 6.3rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-post-archive__footer {
    margin: 4.2rem auto 0;
  }
}

/* ================================
About Us
================================ */
.p-about-sec {
  position: relative;
  padding: 3.8rem 0 10rem;
}
.p-about-sec__line {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 3.8rem);
  height: 1px;
  background-color: #000000;
}
.p-about-sec__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 5.3rem;
  background-color: #000000;
}
.p-about-sec__heading {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem 0;
  font-weight: 700;
}
.p-about-sec__heading::before {
  content: attr(data-en);
  font-family: "Roboto Flex", sans-serif;
  font-size: 5.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-about-sec__body {
  max-width: 650px;
  margin: 0 0 0 auto;
}
.p-about-sec__catch {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 4rem;
}
.p-about-sec__desc {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about-sec {
    padding: 4rem 0 7.9rem;
  }
  .p-about-sec__line {
    width: calc(100% - 1.5rem);
  }
  .p-about-sec__line::before {
    height: 2.2rem;
  }
  .p-about-sec__heading {
    font-size: 0.9rem;
    margin: 0 0 2.9rem;
  }
  .p-about-sec__heading::before {
    font-size: 3.6rem;
  }
  .p-about-sec__catch {
    font-size: 1.3rem;
    margin: 0 0 2.1rem;
  }
  .p-about-sec__desc {
    font-size: 1rem;
  }
}

.p-about-mv {
  margin: 0 0 10.6rem;
}
.p-about-mv__img {
  width: 100%;
  aspect-ratio: 1275/692;
}
@media screen and (max-width: 768px) {
  .p-about-mv {
    margin: 0 0 7.1rem;
  }
  .p-about-mv__img {
    width: 100vw;
    aspect-ratio: 712/815;
    margin: 0 calc(50% - 50vw);
  }
}

.p-about-vision {
  color: #fff;
  background: url(../img/about/vision_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .p-about-vision {
    background: url(../img/about/vision_bg_sp.jpg) no-repeat center center/cover;
  }
}

.p-about-service {
  background-color: #616161;
  padding: 10rem 0 0;
}
.p-about-service__area01 {
  color: #fff;
  background-color: #616161;
  padding: 3.8rem 0 0;
}
.p-about-service__line {
  background-color: #fff;
  top: 160px;
}
.p-about-service__line::before {
  background-color: #fff;
}
.p-about-service__nav {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.6rem;
  margin: 11.3rem 0 0;
}
.p-about-service__item {
  position: relative;
  z-index: 2;
  width: calc((100% - 1.3rem) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: #616161;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-about-service__item:hover {
  opacity: 0.7;
}
.p-about-service__typo {
  font-family: "Roboto Flex", sans-serif;
  font-size: 4.8rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
}
.p-about-service__img {
  width: 100%;
  aspect-ratio: 405/572;
}
.p-about-service__title {
  min-height: 13.8rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.9rem 0;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 4rem 3.1rem 1.5rem;
}
.p-about-service__title::after {
  content: "（ ↓ ）";
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 0.9230769231em;
  margin: 0 -1.6rem 0 0;
}
.p-about-service__area02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(50%, #616161), color-stop(50%, #8f8f8f), to(#8f8f8f));
  background: linear-gradient(to bottom, #616161 0%, #616161 50%, #8f8f8f 50%, #8f8f8f 100%);
}
.p-about-service__area03 {
  color: #fff;
  background-color: #8f8f8f;
  padding: 6.3rem 0 18.8rem;
}
@media screen and (min-width: 769px) {
  .p-about-service__typo {
    position: absolute;
    top: 1.2rem;
    left: 1rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .p-about-service__item:nth-of-type(2) {
    margin-top: 4.4rem;
  }
  .p-about-service__item:nth-of-type(3) {
    margin-top: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-service__area01 {
    padding: 5rem 0 4rem;
  }
  .p-about-service__line {
    top: 0;
  }
  .p-about-service {
    padding: 0;
    margin: 0 0 6.3rem;
  }
  .p-about-service__area01 {
    background-color: #616161;
  }
  .p-about-service__area02 {
    background: #8f8f8f;
    padding: 0 0 5.4rem;
  }
  .p-about-service__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
  }
  .p-about-service__item {
    width: 100%;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr 11.3rem;
    gap: 0 1.9rem;
    background-color: transparent;
    padding: 2.1rem 0;
    border-bottom: 1px solid #fff;
  }
  .p-about-service__typo {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 2.7rem;
  }
  .p-about-service__title {
    min-height: initial;
    grid-column: 1/2;
    grid-row: 2/3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.7rem 0;
    font-size: 1.1rem;
    padding: 0;
  }
  .p-about-service__title::after {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
  }
  .p-about-service__img {
    grid-column: 2/3;
    grid-row: 1/3;
    aspect-ratio: 1/1;
  }
  .p-about-service__area03 {
    background-color: #616161;
    padding: 0;
  }
}

.p-about-action__inner {
  display: grid;
  grid-template-areas: "count title" "count desc";
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem 2.5rem;
}
.p-about-action__count {
  grid-area: count;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.7rem;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  font-size: 2.4rem;
  padding: 0.5rem 0 0;
}
.p-about-action__count .-num {
  font-size: 2.5526315789em;
  margin: 0 0 0 -0.6rem;
  font-weight: 300;
}
.p-about-action__title {
  grid-area: title;
  font-size: 2.3rem;
  font-weight: 600;
}
.p-about-action__desc {
  grid-area: desc;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-about-action {
    padding-top: 10rem;
  }
  .p-about-action:not(:last-of-type) .p-about-action__inner {
    border-bottom: 1px solid #fff;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-action__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem 0;
    padding: 3.3rem 1.3rem 5rem;
  }
  .p-about-action__count {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    padding: 0;
  }
  .p-about-action__count .-num {
    font-size: 4rem;
  }
  .p-about-action__title {
    font-size: 1.5rem;
  }
  .p-about-action__desc {
    font-size: 1.1rem;
  }
  .p-about-action:nth-of-type(even) {
    background-color: #8f8f8f;
  }
}

.p-about-message  {
  margin-top: 10rem;
}
.p-about-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.3rem 3.1rem;
  margin: 6.9rem 0 0;
}
.p-about-message__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  font-size: 1.1rem;
  line-height: 2;
}
.p-about-message__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.5rem;
}
.p-about-message__img {
  aspect-ratio: 196/276;
}
.p-about-message__name {
  display: block;
  font-size: 1.1rem;
  margin: 2.1rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    margin-top: 6rem;
  }
  .p-about-message__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 4.3rem 3.1rem;
  }
  .p-about-message__text {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
    font-size: 1rem;
    font-weight: 600;
  }
  .p-about-message__text p + p {
    margin-top: 2em;
  }
  .p-about-message__img-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.1rem;
  }
  .p-about-message__img {
    width: 8.8rem;
  }
  .p-about-message__name {
    font-size: 0.9rem;
    margin: 0;
  }
}

.p-about-faq__list {
  max-width: 830px;
  margin: 6.9rem 0 0;
}
.p-about-faq__item:not(:last-of-type) {
  margin-bottom: 4.6rem;
}
.p-about-faq__question {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  .p-about-faq__list {
    margin: 2.9rem 0 0;
  }
  .p-about-faq__item:not(:last-of-type) {
    margin-bottom: 2.1rem;
  }
  .p-about-faq__question {
    font-size: 1.5rem;
  }
}

.p-about-gallery {
  margin: 0 0 13.8rem;
}
.p-about-gallery__slider {
  opacity: 0;
  height: 26.3rem;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-about-gallery__slider .slick-list {
  height: 100%;
}
.p-about-gallery__slider .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.1rem;
}
.p-about-gallery__slider.slick-initialized {
  opacity: 1;
}
.p-about-gallery__slide {
  width: 19.6rem;
  height: 26.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-about-gallery__slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-about-gallery__slide.-wide {
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .p-about-gallery {
    margin: 0 0 7.9rem;
  }
  .p-about-gallery__slider {
    height: 17.5rem;
  }
  .p-about-gallery__slider .slick-track {
    gap: 0 2.1rem;
  }
  .p-about-gallery__slide {
    width: 13.1rem;
    height: 17.5rem;
  }
  .p-about-gallery__slide.-wide {
    width: 16.7rem;
  }
}

.p-about-contact {
  padding-bottom: 0;
}
.p-about-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.8rem 5.6rem;
}
.p-about-contact__header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4rem 0 0;
}
.p-about-contact__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .p-about-contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-about-contact__header {
    width: 100%;
    margin: 0;
  }
}

/* ================================
Event
================================ */
.p-event-single__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem 13.8rem;
}
.p-event-single__sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.8rem;
}
.p-event-single__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .p-event-single__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-event-single__sidebar {
    width: 100%;
  }
  .p-event-single__main {
    max-width: initial;
  }
}

.p-event-sidebar__block:not(:last-of-type) {
  margin-bottom: 1.9rem;
}
.p-event-sidebar__title {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  border-bottom: 1px solid #000000;
}
.p-event-sidebar__title a {
  display: block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-event-sidebar__title a:hover {
  opacity: 0.7;
}
.p-event-sidebar__list li {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}
.p-event-sidebar__list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-event-sidebar__list li a {
  display: block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-event-sidebar__list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-event-sidebar__title {
    font-size: 1rem;
  }
  .p-event-sidebar__list li {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-event-article__thumb {
  width: 100%;
  aspect-ratio: 540/404;
  margin: 0 0 2.5rem;
}
.p-event-article__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 2.5rem;
}
.p-event-article__meta {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.p-event-article__editable-area {
  margin: 2.5rem 0 0;
}
.p-event-article__editable-area p {
  line-height: 2;
}
.p-event-article__editable-area p + p {
  margin-top: 2em;
}
.p-event-article__footer {
  margin: 4.4rem 0 0;
}
.p-event-article__entry-heading {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 0.6rem;
}
.p-event-article__entry-link {
  color: #0071BC;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-event-article__entry-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-event-article__title {
    font-size: 1.2rem;
  }
  .p-event-article__meta {
    font-size: 1rem;
  }
  .p-event-article__footer {
    margin: 2.5rem 0 0;
  }
  .p-event-article__entry-heading {
    font-size: 1rem;
  }
}

/* ================================
Adjistment
================================ */
.u-fit--contain {
  text-align: center;
}
.u-fit--contain img,
.u-fit--contain source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.u-color--main {
  color: #FFE84F;
}
.u-color--sub {
  color: #ED1E79;
}
.u-color--wh {
  color: #fff;
}

.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--left {
  text-align: left;
}

.u-indent--01 {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-display_ib {
  display: inline-block;
}
.u-display_ib--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_ib--sm {
    display: inline-block;
  }
}

.u-display--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display--lg {
    display: block;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display--md {
    display: block;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sm {
    display: block;
    font-weight: 500;
  }
}

.u-display_flex--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display_flex--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display_flex--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_flex--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .u-hidden--lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden--md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden--sm {
    display: none;
  }
}