@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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

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

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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;
}

:root {
  --ratio: 1.5;
  --s-3: calc(var(--s0) * 0.6875);
  --s-2: calc(var(--s0) * 0.75);
  --s-1: calc(var(--s0) * 0.875);
  --s0: 1rem;
  --s1: calc(var(--s0) * 1.25);
  --s2: calc(var(--s0) * var(--ratio));
  --s3: calc(var(--s0) * 2);
  --s4: calc(var(--s0) * 2.5);
  --s5: calc(var(--s2) * var(--ratio) * var(--ratio));
  --s8: calc(var(--s0) * 5);
  --s12: calc(var(--s0) * 8);
  --s12: calc(var(--s0) * 10);
  --font-size-smallest: var(--s-3);
  --font-size-small: var(--s-2);
  --font-size-smallish: var(--s-1);
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-biggest: var(--s2);
  --font-size-strong: var(--s3);
  --font-size-strongish: var(--s4);
  --font-size-strongest: var(--s5);
  --font-size-fv: var(--s8);
  --font-size-deco: var(--s12);
  --font-size-deco-big: var(--s16);
}

:root {
  --black: #333333;
  --white: #FFFFFF;
  --white2: #FDFBF1;
  --navy: #000E4B;
  --blue: #5ABAD2;
  --blue2: #2C3D86;
  --yellow: #FCF7E6;
  --green: #87B694;
  --orange: #EBC669;
  --gray: #D3DAD9;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

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

h2 {
  font-size: 10rem;
}

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

body {
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--black);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

p {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  transition: all 0.8s;
  opacity: 0.8;
  color: var(--black);
  text-decoration: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: top;
  width: 100%;
}

label {
  margin-bottom: 0;
}

/* Layout (prefix: l-)
    ------------------------------------------------*/
.l-header__wrapper {
  width: 100%;
  max-width: 1780px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}
.l-header__layer--logo {
  max-width: 182px;
}
@media screen and (max-width: 1400px) {
  .l-header__layer--logo {
    display: none;
  }
}
.l-header__nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  padding: 28px 0;
}
@media screen and (max-width: 1400px) {
  .l-header__nav {
    position: fixed;
    width: 100%;
    min-width: 100%;
    min-height: 100dvh;
    height: 100dvh;
    padding-bottom: 64px;
    color: var(--navy);
    background-color: var(--yellow);
    overflow-y: auto;
    transition: right 0.4s;
    z-index: 9998;
    padding: 100px 16px 100px 16px;
    top: 0;
    left: unset;
    transform: unset;
    right: -150%;
    margin-right: 0;
  }
}
.l-header__nav.active {
  right: 0;
}
.l-header__nav[data-gjs-type=box] {
  display: block;
  right: 0;
}
.l-header__top--nav {
  bottom: 32px;
  top: unset;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .l-header__top--nav {
    position: fixed;
    width: 100%;
    min-width: 100%;
    min-height: 100dvh;
    height: 100dvh;
    overflow-y: auto;
    top: 0;
    right: -150%;
    margin-right: 0;
    padding-bottom: 100px;
  }
}
.l-header__nav--inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1800px) {
  .l-header__nav--inner {
    gap: 1vw;
  }
}
@media screen and (max-width: 1400px) {
  .l-header__nav--inner {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-header__button {
  display: none;
}
@media screen and (max-width: 1400px) {
  .l-header__button {
    position: fixed;
    top: 30px;
    right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 7px;
    width: 24px;
    height: 17px;
    z-index: 9999;
    background-color: rgba(252, 247, 230, 0.6);
    padding: 18px;
  }
}
.l-header__button .l-header__line {
  width: 24px;
  height: 1px;
  background-color: var(--navy);
}
.l-header__button.active .l-header__line {
  background-color: var(--navy);
}
.l-header__button.active .l-header__line:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
.l-header__button.active .l-header__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.4s;
}
.l-header__button.active .l-header__line:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}
.l-header__nav--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .l-header__nav--link {
    flex-direction: row;
    margin-bottom: 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .l-header__nav--link:last-child {
    margin-bottom: 0;
  }
}
.l-header__nav--link::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--navy);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.l-header__nav--link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-header__nav--link[data-gjs-type=link-block]::before {
  content: none;
}
.l-header__nav--en {
  font-family: "Alexandria", sans-serif;
  font-size: 1.75rem;
  color: var(--navy);
  line-height: 100%;
}
.l-header__nav--title {
  font-size: 0.875rem;
  color: var(--navy);
  line-height: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 1400px) {
  .l-header__instagram img {
    max-width: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .l-header__sns--link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.l-header__sns--link .u-sp {
  display: none;
}
@media screen and (max-width: 1400px) {
  .l-header__sns--link .u-sp {
    display: flex;
  }
}

.l-footer {
  background-color: var(--yellow);
  padding: 72px 0 47px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 80px;
  }
}
.l-footer__wrapper {
  position: relative;
  width: 100%;
  max-width: 1391px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav--link {
  color: var(--navy);
  font-size: 0.875rem;
  text-align: center;
  position: relative;
  line-height: 100%;
}
.l-footer__nav--link::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--navy);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.l-footer__nav--link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-footer__nav--en {
  font-size: 1.5rem;
  font-family: "Alexandria", sans-serif;
  line-height: 100%;
}
.l-footer__information {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__information {
    flex-direction: column;
    margin-top: 0;
  }
}
.l-footer__information--row {
  display: flex;
  justify-content: center;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__information--row {
    margin-left: 0;
    margin-top: 30px;
  }
}
.l-footer__information--line {
  margin-left: 24px;
  text-align: center;
}
.l-footer__information--note {
  font-size: 0.625rem;
  text-align: center;
  margin-top: 10px;
}
.l-footer__logo {
  max-width: 295px;
  display: block;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 252px;
  }
}
.l-footer__under {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .l-footer__under {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer__under--text {
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .l-footer__under--text {
    text-align: center;
  }
}
.l-footer__under--link {
  border: 1px solid var(--navy);
  font-size: 0.875rem;
  color: var(--navy);
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: normal;
  text-align: center;
  padding: 6px 27px;
}
.l-footer__under--link:hover {
  color: var(--navy);
}
.l-footer__copy {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  margin-top: 60px;
  color: var(--navy);
}

.l-section {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin: 80px 0;
  }
}

.l-wrapper {
  position: relative;
  width: 100%;
  max-width: 1056px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
}

.l-fixed {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 16px;
  z-index: 9999;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-fixed {
    width: 100%;
    gap: 0;
    bottom: 0;
  }
}
.l-fixed .c-button__yellow {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-fixed .c-button__yellow {
    width: 50%;
    border-radius: 0;
    height: auto;
    padding: 8px 8px;
  }
}
.l-fixed .c-button__navy {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-fixed .c-button__navy {
    width: 50%;
    border-radius: 0;
    height: auto;
    padding: 8px 8px;
  }
}

/* Component (prefix: c-)
    ------------------------------------------------*/
.c-button {
  background-color: var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 24px;
  border-radius: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-button {
    min-height: 50px;
    font-size: 0.875rem;
    min-width: 270px;
    margin-top: 40px;
  }
}
.c-button > p {
  position: relative;
  padding-right: calc(8px + 1em);
  line-height: 100%;
}
.c-button > p::after {
  content: "";
  display: inline-block;
  background: url("../images/arrow_white.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-button:hover {
  opacity: 0.8;
  transition: all 0.8s;
  color: var(--white);
}
.c-button:hover > p::after {
  right: -16px;
  transition: all 0.8s;
}
.c-button-yellow {
  background-color: var(--yellow);
  color: var(--navy);
}
.c-button-yellow > p::after {
  background: url("../images/arrow_navy.svg") no-repeat;
  background-size: contain;
}

.c-button__navy {
  background-color: var(--navy);
  color: var(--yellow);
  text-align: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  font-size: 0.875rem;
  line-height: 100%;
  line-height: 100%;
  margin: 0 auto;
}
.c-button__navy:hover {
  opacity: 0.8;
  transition: all 0.8s;
  color: var(--navy);
  background-color: var(--yellow);
  border: 2.5px solid var(--navy);
}
.c-button__navy--en {
  font-size: 1.25rem;
  font-family: "Alexandria", sans-serif;
  line-height: 100%;
}

.c-button__yellow {
  background-color: var(--yellow);
  border: 2px solid var(--navy);
  color: var(--navy);
  text-align: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  font-size: 0.875rem;
  line-height: 100%;
  line-height: 100%;
  margin: 0 auto;
}
.c-button__yellow:hover {
  opacity: 0.8;
  transition: all 0.8s;
  color: var(--yellow);
  background-color: var(--navy);
  border: 2.5px solid var(--navy);
}
.c-button__yellow--en {
  font-size: 1.25rem;
  font-family: "Alexandria", sans-serif;
  line-height: 100%;
}

.c-breadcrumbs {
  width: 100%;
  max-width: 1432px;
  margin-inline: auto;
  padding-inline: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.c-breadcrumbs__item {
  margin-right: 8px;
  font-size: 12px;
}
.c-breadcrumbs__item:last-child {
  margin-right: 0;
}
.c-breadcrumbs__arrow {
  max-width: 5px;
  height: auto;
}

.c-heading {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: var(--navy);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading__left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-heading__left {
    text-align: center;
  }
}

.c-media {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-media {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.c-media:last-child {
  margin-bottom: 0;
}
.c-media:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-media:nth-of-type(odd) {
    flex-direction: column;
  }
}
.c-media:nth-of-type(odd) .c-media__image::after {
  left: 10px;
  right: unset;
}
.c-media:nth-of-type(odd) .c-media__title {
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 1800px) {
  .c-media:nth-of-type(odd) .c-media__title {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-media:nth-of-type(odd) .c-media__title {
    padding-right: 0;
  }
}
.c-media:nth-of-type(odd) .c-media__text {
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (max-width: 1800px) {
  .c-media:nth-of-type(odd) .c-media__text {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-media:nth-of-type(odd) .c-media__text {
    padding-right: 0;
  }
}
.c-media__image {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-media__image {
    width: 100%;
  }
}
.c-media__image::after {
  content: "";
  display: inline-block;
  background-color: var(--gold);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 10px;
  bottom: -10px;
  z-index: -1;
}
.c-media__image--gray::after {
  background-color: var(--white3);
}
.c-media__body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-media__body {
    width: 100%;
    margin-top: 24px;
  }
}
.c-media__title {
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 80px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 1800px) {
  .c-media__title {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-media__title {
    font-size: 1.125rem;
    padding-left: 0;
  }
}
.c-media__text {
  margin-top: 16px;
  padding-left: 80px;
  font-weight: normal;
}
@media screen and (max-width: 1800px) {
  .c-media__text {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-media__text {
    padding-left: 0;
  }
}

.c-bg-yellow {
  background-color: var(--yellow);
}
.c-bg-offWhite {
  background-color: var(--white2);
}

/* JavaScript (prefix: js- or [data-js])
  ------------------------------------------------*/
/* Project (prefix: p-)
    ------------------------------------------------*/
.p-top__mv {
  position: relative;
}
.p-top__mv--logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 84px;
  max-width: 449px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__mv--logo {
    max-width: 182px;
  }
}
.p-top__mv--image {
  width: 100%;
  height: 1000px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .p-top__mv--image {
    height: 600px;
  }
}
.p-top__about {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-top__about {
    margin-top: 68px;
  }
}
.p-top__heading {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__heading {
    margin-bottom: 40px;
  }
}
.p-top__heading--title {
  font-size: 3.375rem;
  font-family: "Alexandria", sans-serif;
  font-weight: normal;
  color: var(--navy);
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__heading--title {
    font-size: 2.5rem;
  }
}
.p-top__heading--text {
  color: var(--navy);
  line-height: 100%;
}
.p-top__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .p-top__media {
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__media {
    flex-direction: column;
  }
}
.p-top__media--body {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-top__media--body {
    width: 100%;
  }
}
.p-top__media--image {
  width: 60%;
  max-width: 564px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__media--image {
    width: 100%;
  }
}
.p-top__concept--inner {
  padding: 60px 72px;
}
@media screen and (max-width: 1023px) {
  .p-top__concept--inner {
    padding: 24px 16px;
  }
}
.p-top__concept--title {
  font-size: 1.5rem;
  color: var(--navy);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__concept--title {
    font-size: 1.125rem;
  }
}
.p-top__concept--text {
  margin: 40px 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__concept--text {
    margin: 24px 0;
    text-align: left;
  }
}
.p-top__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  column-gap: 80px;
}
@media screen and (max-width: 1023px) {
  .p-top__row {
    row-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__row {
    grid-template-columns: 1fr;
    row-gap: 40px;
    column-gap: unset;
  }
}
.p-top__menu {
  background: url("../images/top_menu_bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-top__menu {
    padding: 40px 0;
  }
}
.p-top__row--en {
  margin-top: 24px;
  color: var(--navy);
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 2.125rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-top__row--en {
    font-size: 1.5rem;
  }
}
.p-top__row--title {
  font-size: 1rem;
  color: var(--navy);
  font-family: "Sawarabi Gothic", sans-serif;
}
.p-top__row--text {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__row--text {
    margin-top: 20px;
  }
}
.p-top__school {
  margin: 0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-top__school {
    padding: 40px 0;
  }
}
.p-top__staff {
  position: relative;
  height: 937px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .p-top__staff .p-top__heading--title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__staff--wrapper {
    margin: 0 calc(50% - 50vw);
  }
}
.p-top__card {
  border-radius: 50%;
  padding: 69px;
  width: 600px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .p-top__card {
    padding: 40px 60px;
    width: 450px;
    height: 450px;
  }
}
.p-top__card .p-top__heading {
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .p-top__card .p-top__heading {
    margin-bottom: 30px;
  }
}
.p-top__card:nth-child(odd) {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .p-top__card:nth-child(odd) {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top__card:nth-child(even) {
  position: absolute;
  right: 0;
  top: 336px;
}
@media screen and (max-width: 1023px) {
  .p-top__card:nth-child(even) {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 439px;
  }
}
.p-top__card--yellow {
  background-color: var(--yellow);
  color: var(--navy);
}
.p-top__card--navy {
  background-color: var(--navy);
  color: var(--white2);
}
.p-top__card--navy .p-top__heading--title {
  color: var(--white2);
}
.p-top__card--navy .p-top__heading--text {
  color: var(--white2);
}
.p-top__card--image {
  display: block;
  margin: 0 auto;
}
.p-top__card--image01 {
  width: 100%;
  max-width: 100px;
}
@media screen and (max-width: 1023px) {
  .p-top__card--image01 {
    max-width: 62px;
  }
}
.p-top__card--image02 {
  width: 100%;
  max-width: 89px;
}
@media screen and (max-width: 1023px) {
  .p-top__card--image02 {
    max-width: 74px;
  }
}
.p-top__card--text {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top__card--text {
    font-size: 0.875rem;
  }
}
.p-top__card--br br {
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-top__card--br br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__staff--button {
    margin-bottom: 60px;
  }
}
.p-top__recruit--inner {
  border: 2.5px solid var(--navy);
  padding: 60px 16px;
  background: url("../images/top_recruit.png") no-repeat;
  background-size: cover;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--wrapper {
    margin: 0 calc(50% - 50vw);
  }
}
.p-top__recruit--text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--text {
    text-align: left;
  }
}
.p-top__review {
  background: url("../images/top_review.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 66px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top__review {
    padding: 40px 0;
  }
}
.p-top__review--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 29px;
}
@media screen and (max-width: 1200px) {
  .p-top__review--list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__review--list {
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-top__review--item {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 31%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
  .p-top__review--item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__review--item {
    width: 100%;
  }
}
.p-top__review--text {
  text-align: center;
  color: var(--navy);
}
.p-top__review--category {
  color: var(--white);
  width: 100%;
  max-width: 160px;
  padding: 7px 7px;
  font-size: 0.875rem;
  font-family: "Sawarabi Gothic", sans-serif;
  margin: 20px auto 0 auto;
  text-align: center;
}
.p-top__review--blue {
  background-color: var(--blue);
}
.p-top__review--green {
  background-color: var(--green);
}
.p-top__review--yellow {
  background-color: var(--orange);
}
.p-top__review--name {
  margin-top: 16px;
  color: var(--navy);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-about__heading--sm {
    font-size: 21px;
  }
}
.p-about__inner {
  margin-bottom: 46px;
}
.p-about__text {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    text-align: left;
  }
}
.p-about__text:first-of-type {
  margin-top: 40px;
}
.p-about__text:last-child {
  margin-bottom: 0;
}
.p-about__text--left {
  text-align: left;
}
.p-about__bg {
  margin: 0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-about__bg {
    padding: 40px 0;
  }
}
.p-about__top--section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-about__top--section {
    padding-top: 80px;
  }
}
.p-about__row {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-about__row {
    flex-direction: column;
    align-items: center;
  }
}
.p-about__history {
  width: 50%;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-about__history {
    width: 100%;
  }
}
.p-about__image {
  width: 50%;
  max-width: 467px;
}
@media screen and (max-width: 767px) {
  .p-about__image {
    width: 100%;
    margin-top: 20px;
  }
}
.p-about__image img:first-of-type {
  width: 80%;
  display: block;
  margin: 0 0 0 auto;
}
.p-about__image img:nth-child(2) {
  margin-top: -72px;
  width: 80%;
}
.p-about__history--item {
  display: flex;
  padding: 4px 0;
}
.p-about__history--year {
  position: relative;
  color: var(--navy);
  padding: 24px 40px 24px 0;
  min-width: 93px;
}
.p-about__history--year::after {
  content: "";
  display: inline-block;
  background: url("../images/about_history.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 0;
}
.p-about__history--year::before {
  content: "";
  display: inline-block;
  background-color: var(--navy);
  width: 2px;
  height: 100%;
  position: absolute;
  right: 9px;
  top: 38px;
}
.p-about__history--text {
  color: var(--navy);
  margin-left: 8px;
  padding: 24px 0 24px 12px;
}
.p-about__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__media {
    flex-direction: column;
  }
}
.p-about__media--image {
  width: 50%;
  max-width: 564px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__media--image {
    width: 100%;
  }
}
.p-about__media--body {
  width: 50%;
  padding-left: 64px;
}
@media screen and (max-width: 1800px) {
  .p-about__media--body {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about__media--body {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.p-about__table {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-about__table {
    margin-top: 32px;
  }
}
.p-about__table--row {
  display: flex;
  margin-bottom: 30px;
}
.p-about__table--row:last-child {
  margin-bottom: 0;
}
.p-about__table--heading {
  margin-right: 10px;
  min-width: 96px;
}

.p-first-intro {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .p-first-intro {
    padding-block: 80px;
  }
}

.p-first-intro__wrap {
  padding: 72px 16px;
  border: 4px solid var(--blue2);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-first-intro__wrap {
    padding: 48px 16px;
  }
}

.p-first-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.p-first-intro__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-first-intro__text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-first-intro__br br {
    display: block;
}
@media screen and (max-width: 768px) {
  .p-first-intro__br br {
    display: none;
  }
}

.p-first-about__lead {
  margin-top: 48px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
    .p-first-about__lead {
    text-align: left;
    }
}

.p-first-about__row {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.p-first-effect {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 1023px) {
  .p-first-effect {
    justify-content: center;
  }
}

.p-first-effect__item {
  width: calc(20% - 12.8px);
  max-width: 188px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--blue2);
  background-color: var(--yellow);
  border-radius: 50vh;
  box-shadow: 3.12227px 3.12227px 6.24455px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-first-effect__item {
    width: calc(33.3333333333% - 10.6666666667px);
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-first-effect__item {
    width: calc(50% - 8px);
    font-size: 0.875rem;
  }
}

.p-first-treatment {
  width: fit-content;
  margin-top: 40px;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-first-treatment {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-first-flow {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 72px;
}
@media screen and (max-width: 767px) {
  .p-first-flow {
    row-gap: 40px;
  }
}

.p-first-flow__item {
  display: flex;
  align-items: center;
  column-gap: 32px;
  padding: 32px 40px;
  background-color: var(--white2);
  border: 1px solid var(--blue2);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-first-flow__item {
    padding: 32px 24px;
    column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-first-flow__item {
    flex-direction: column;
    padding: 20px;
    row-gap: 8px;
  }
}
.p-first-flow__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -72px;
  width: 1px;
  height: 100%;
  background-color: var(--blue2);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-first-flow__item::before {
    bottom: -40px;
  }
}
.p-first-flow__item:last-child::before {
  display: none;
}

.p-first-flow__label {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: var(--white);
  background-color: var(--blue2);
  border-radius: 50vh;
}

.p-first-flow__img {
  flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .p-first-flow__img {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-first-flow__img {
    width: 100%;
  }
}

.p-first-flow__cont {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-first-flow__cont {
    margin-top: 16px;
    width: 100%;
  }
}

.p-first-flow__title {
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--blue2);
  border-bottom: 1px solid var(--blue2);
}
@media screen and (max-width: 767px) {
  .p-first-flow__title {
    font-size: 1.25rem;
  }
}

.p-first-flow__text {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--blue2);
}
@media screen and (max-width: 767px) {
  .p-first-flow__text {
    font-size: 0.875rem;
  }
}

.p-first-faq {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 32px 24px;
  border-bottom: 1px solid #D3DAD9;
}
@media screen and (max-width: 767px) {
  .p-first-faq {
    padding: 24px 0;
  }
}
.p-first-faq:first-of-type {
  margin-top: 24px;
}

.p-first-faq__question {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 24px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-first-faq__question {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    font-size: 0.875rem;
  }
}
.p-first-faq__question::before {
  content: "Q.";
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-first-faq__question::before {
    font-size: 1.25rem;
  }
}

.p-first-faq__answer {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 24px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-first-faq__answer {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    font-size: 0.875rem;
  }
}
.p-first-faq__answer::before {
  content: "A.";
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-first-faq__answer::before {
    font-size: 1.25rem;
  }
}

.p-recruit-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 325px);
  justify-content: center;
  grid-gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-recruit-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .p-recruit-nav__list {
    grid-template-columns: 1fr;
  }
}

.p-recruit-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  width: 100%;
  background-color: var(--blue2);
  padding: 14px;
  border-radius: 50vh;
}
.p-recruit-nav__item p {
  font-size: 1rem;
  line-height: 1;
  color: var(--white);
}
.p-recruit-nav__item img {
  width: 8px;
}

.p-recruit-lead {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding: 40px 16px 56px;
}

.p-recruit-lead__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--blue2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-lead__title {
    font-size: 22px;
  }
}

.p-recruit-lead__text {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-lead__text {
    font-size: 0.875rem;
  }
}

.p-recruit-flow {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}

.p-recruit-flow__item {
  width: 24%;
  max-width: 226px;
  padding: 24px 16px;
  background-color: var(--yellow);
  border: 1px solid var(--blue2);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__item {
    width: 47.5%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item {
    width: 100%;
    max-width: unset;
  }
}
.p-recruit-flow__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: var(--blue2);
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item::before {
    transform: translateX(-50%) rotate(90deg);
    right: unset;
    top: unset;
    left: 50%;
    bottom: 0;
  }
}
.p-recruit-flow__item:last-child::before {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__item:nth-child(2n)::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item:nth-child(2n)::before {
    display: block;
  }
}
.p-recruit-flow__item img {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__item img {
    margin-top: 12px;
  }
}

.p-recruit-flow__label {
  width: fit-content;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  color: var(--white);
  background-color: var(--blue2);
  padding: 4px;
}

.p-recruit-flow__title {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: var(--blue2);
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__title {
    font-size: 1.25rem;
  }
}

.p-recruit-flow__text {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__text {
    font-size: 0.875rem;
  }
}

.p-recruit-beginner {
  padding-block: 132px 224px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-beginner {
    padding-block: 72px 214px;
  }
}

.p-recruit-beginner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom 0 right 54%;
  z-index: -1;
}

.p-recruit-beginner__heading {
  text-align: left;
  color: var(--blue2);
  text-shadow: 0px 4px 13px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-recruit-beginner__heading {
    text-align: center;
  }
}

.p-recruit-beginner__lead {
  margin-top: 56px;
  font-size: 1.5rem;
  color: var(--blue2);
  line-height: 1.4;
  text-shadow: 0px 4px 13px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-recruit-beginner__lead {
    margin-top: 48px;
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-recruit-beginner__text {
  margin-top: 40px;
  font-size: 1rem;
  color: var(--blue2);
  line-height: 1.5;
  text-shadow: 0px 4px 13px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-recruit-beginner__text {
    font-size: 0.875rem;
  }
}
.p-recruit-beginner__text + .p-recruit-beginner__text {
  margin-top: 24px;
}

.p-recruit-beginner__button {
  margin-left: unset;
}

.p-recruit-interview {
  max-width: 928px;
}

.p-recruit-interview__container {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-recruit-interview__container img {
  max-width: 341px;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__container img {
    margin-top: 40px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-interview__wrap {
    display: contents;
  }
}

.p-recruit-interview__heading {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__heading {
    order: -1;
    margin-inline: auto;
    text-align: center;
  }
}

.p-recruit-interview__year {
  margin-top: 32px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--blue2);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__year {
    margin-top: 20px;
  }
}

.p-recruit-interview__name {
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--blue2);
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__name {
    font-size: 1.25rem;
  }
}

.p-recruit-interview__text {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-interview__text {
    margin-top: 16px;
  }
}

.p-recruit-work {
  padding-block: 96px;
}
@media screen and (max-width: 767px) {
  .p-recruit-work {
    padding-block: 80px;
  }
}

.p-recruit-work__lead {
  margin-top: 48px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--blue2);
}
@media screen and (max-width: 767px) {
  .p-recruit-work__lead {
    margin-top: 32px;
    font-size: 0.875rem;
  }
}

.p-recruit-work__list {
  max-width: 812px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  grid-gap: 20px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__list {
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .p-recruit-work__list {
    grid-template-columns: 1fr;
  }
}

.p-recruit-work__item {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--blue2);
  background-color: var(--yellow);
  border-radius: 50vh;
  box-shadow: 3.12227px 3.12227px 6.24455px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-recruit-work__item {
    font-size: 0.875rem;
  }
}

.p-recruit-work__text {
  margin-top: 56px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--blue2);
}
@media screen and (max-width: 767px) {
  .p-recruit-work__text {
    margin-top: 32px;
    font-size: 0.875rem;
  }
}

.p-recruit-work__text br {
    display: none;
}
@media screen and (max-width: 768px) {
  .p-recruit-work__text br {
    display: block;
  }
}

.p-recruit-requirements {
  max-width: 400px;
  margin-top: 40px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.p-recruit-requirements__row {
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media screen and (max-width: 767px) {
  .p-recruit-requirements__row {
    grid-template-columns: 120px 1fr;
  }
}

.p-recruit-requirements__label {
  font-size: 1rem;
  line-height: 1.5;
}

.p-recruit-requirements__text {
  font-size: 1rem;
  line-height: 1.5;
}

.p-recruit-contact {
  width: fit-content;
  margin-top: 40px;
  margin-inline: auto;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-concept__br br {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-concept__br br {
        display: block;
    }
}

.p-concept__text {
  margin-top: 40px;
  margin-bottom: 48px;
  text-align: center;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    text-align: left;
    margin: 40px auto 36px auto;
    width: fit-content;
  }
}
.p-concept__inner {
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 72px 72px;
}
@media screen and (max-width: 767px) {
  .p-concept__inner {
    padding: 40px 20px;
  }
}
.p-concept__bg {
  background: url("../images/concept_bg.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-concept__bg {
    padding: 80px 0;
  }
}
.p-concept__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-concept__media {
    flex-direction: column;
  }
}
.p-concept__media--body {
  width: 50%;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-concept__media--body {
    width: 100%;
  }
}
.p-concept__media--lead {
  color: var(--navy);
  font-size: 23px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-concept__media--lead {
    font-size: 1rem;
    text-align: center;
    margin-top: 48px;
  }
}
.p-concept__media--text {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-concept__media--text {
    margin-top: 32px;
  }
}
.p-concept__media--image {
  width: 50%;
  max-width: 467px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept__media--image {
    width: 100%;
    margin-top: 48px;
  }
}
.p-concept__media--image img:first-of-type {
  width: 80%;
  display: block;
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
}
.p-concept__media--image img:nth-child(2) {
  width: 80%;
  margin-top: -62px;
}
.p-concept__list {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  .p-concept__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__list {
    flex-direction: column;
  }
}
.p-concept__item {
  background-color: var(--yellow);
  border-radius: 50%;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  height: 100%;
  min-height: 329px;
}
@media screen and (max-width: 1200px) {
  .p-concept__item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__item {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
  }
}
.p-concept__item--title {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  color: var(--navy);
}
.p-concept__item--text {
  margin-top: 32px;
  text-align: center;
  color: var(--navy);
}
.p-concept__button {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-concept__button {
    flex-direction: column;
  }
}
.p-concept__button .c-button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-concept__button .c-button {
    margin: 0 auto;
  }
}

.p-menu__section {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-menu__section {
    margin: 80px 0;
  }
}
.p-menu__heading {
  border-bottom: 1px solid var(--navy);
  text-align: center;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-menu__heading {
    padding-bottom: 24px;
  }
}
.p-menu__en {
  font-size: 2.125rem;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: normal;
  color: var(--navy);
  line-height: 100%;
}
.p-menu__title {
  font-weight: normal;
  font-size: 0.875rem;
  font-family: "Sawarabi Gothic", sans-serif;
  color: var(--navy);
  line-height: 100%;
  margin-top: 8px;
}
.p-menu__heading--wrapper {
  border: 1px solid var(--navy);
  background-color: var(--yellow);
  padding: 20px 16px;
  margin-top: 20px;
}
.p-menu__heading--text {
  width: fit-content;
  margin: 0 auto;
  color: var(--navy);
}
.p-menu__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray);
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-menu__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-menu__row--title {
  font-size: 1.5rem;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .p-menu__row--title {
    font-size: 18px;
  }
}
.p-menu__row--br br {
    display: none;
}
@media screen and (max-width: 768px) {
  .p-menu__row--br br {
    display: block;
  }
}
.p-menu__row--text {
  margin-top: 16px;
  color: var(--navy);
}
.p-menu__row--price {
  color: var(--navy);
  text-align: right;
  min-width: 235px;
}
@media screen and (max-width: 767px) {
  .p-menu__row--price {
    text-align: left;
    min-width: unset;
    margin-top: 28px;
  }
}
.p-menu__product--image {
  margin-top: 40px;
}
.p-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 60px;
  column-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .p-menu__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__list {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
}
.p-menu__item--title {
  color: var(--navy);
  font-size: 1.5rem;
}
.p-menu__item--text {
  margin-top: 24px;
}

.p-school__media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-school__media {
    flex-direction: column;
  }
}
.p-school__media--body {
  width: 50%;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-school__media--body {
    width: 100%;
    padding-right: 0;
  }
}
.p-school__media--body .c-heading br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-school__media--body .c-heading br {
    display: block;
  }
}
.p-school__media--text {
  margin-top: 48px;
}
.p-school__media--image {
  width: 50%;
  max-width: 482px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-school__media--image {
    width: 100%;
    max-width: unset;
    margin-top: 40px;
  }
}
.p-school__bg {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-school__bg {
    padding: 80px 0;
  }
}
.p-school__course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-school__course {
    flex-direction: column;
  }
}
.p-school__course--image {
  width: 40%;
  max-width: 385px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-school__course--image {
    width: 100%;
  }
}
.p-school__course--body {
  width: 60%;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-school__course--body {
    width: 100%;
    padding-left: 0;
    margin: 40px auto 0 auto;
    width: fit-content;
  }
}
.p-school__course--title {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 48px;
  color: var(--navy);
}
@media screen and (max-width: 767px) {
  .p-school__course--title {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
}
.p-school__course--text {
  margin-bottom: 40px;
  line-height: 1.5;
  color: var(--navy);
}
.p-school__course--text:last-child {
  margin-bottom: 0;
}
.p-school__support {
  padding: 56px 16px;
  margin-top: 56px;
  border: 2.5px solid var(--navy);
  background: url("../images/school_support.png") no-repeat;
  background-size: cover;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .p-school__support {
    margin-top: 40px;
    padding: 32px 16px;
    border: 1px solid var(--navy);
    background-position: right -124px top;
  }
}
.p-school__support--title {
  text-align: center;
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-school__support--title {
    margin-bottom: 28px;
  }
}
.p-school__support--text {
  text-align: center;
  color: var(--navy);
  margin-bottom: 1em;
}
.p-school__support--text:last-child {
  margin-bottom: 0;
}
.p-school__map {
  margin-top: 48px;
  margin-bottom: 32px;
}
.p-school__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1024/420;
}
.p-school__map--text {
  text-align: center;
}
.p-school__info--text {
  margin-top: 48px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-school__info--text {
    text-align: left;
    width: fit-content;
    margin: 48px auto 20px auto;
  }
}
.p-school__info--tel {
  width: fit-content;
  display: block;
  margin: 0 auto;
  color: var(--navy);
}
.p-school__info--tel > p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-school__info--tel > p {
    font-size: 1.25rem;
  }
}
.p-school__info--button {
  margin-top: 32px;
}

/* Utility (prefix: u-)
    ------------------------------------------------*/
.u-height-full {
  height: 100%;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-light {
  font-weight: 300;
}

.u-normal {
  font-weight: normal;
}

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

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

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

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

.u-fixed {
  position: fixed;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

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

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

#root {
	overflow-x: hidden;
}