@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

a.link {
  text-decoration: none;
}

a,
img,
span {
  display: inline-block;
}

img {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
 */
:root {
  --white: #fff;
  --black: #000;
  --gray: #999999;
  --bg-color:#FDF7F2;
  --light-gray:#F2F2F2;
  --navy:#171C61;
  --baige:#CF8F5C;
  --pink:#E684B2;
  --green:#7FBE26;
  --light-green:#C1D100;
  --red:#E14738;
  --blue:#23B6BC;
  --orange:#F4A100;
  --btn:#796A56;
  --leading-trim:calc((1em - 1lh)/2);
  --montserrat: "Montserrat", sans-serif;
  --sora: "Sora", "Zen Kaku Gothic New", sans-serif;
  --zen: "Zen Kaku Gothic New", serif;
  --soraDB-zen: "Sora", "Zen Kaku Gothic New";
  --soraMplus: "Sora", "M PLUS Rounded 1c", sans-serif;
  --base-pc-width: 1500;
  --easeInQuad: cubic-bezier(.55, .085, .68, .53);
  --easeOutQuad: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeOutQuint: cubic-bezier(.25, .46, .45, .94);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp: cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --ease-outquint: cubic-bezier(.23,1,.32,1);
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.spbtm-only {
  display: none;
}
@media (max-width: 350px) {
  .spbtm-only {
    display: block;
  }
}

/*丸ハイライト */
/* @mixin circle-highlight($width) {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: rem(36);
  width: $width;
} */
/* @mixin c-title--blue($size){
    color: $m-blue;
    font-size: $size;
    font-weight: 700;
}
@mixin fs-28{
  font-size: rem(28);
  line-height: calc(42 / 28);
  @include mq(SP) {
    font-size: rem(20);
    line-height: calc(30 / 20);
  }
}
 */
html {
  font-size: 0.78125vw;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  background: var(--bg-color);
  font-family: var(--zen);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.8;
  -webkit-transition: 1.2s all var(--easeOutSine);
  transition: 1.2s all var(--easeOutSine);
}
body.fade-in {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: 1.2s -webkit-filter var(--easeOutSine);
  transition: 1.2s -webkit-filter var(--easeOutSine);
  transition: 1.2s filter var(--easeOutSine);
  transition: 1.2s filter var(--easeOutSine), 1.2s -webkit-filter var(--easeOutSine);
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
}
/* $font-en: 'Sora', sans-serif;
$font-jp: 'Zen Kaku Gothic New', sans-serif;
$font-montserrat: 'Montserrat', sans-serif;
 */
h3,
h2 {
  font-weight: 700;
  color: var(--black);
  font-family: var(--zen);
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

span,
p {
  color: var(--black);
  font-family: var(--sora);
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--black);
  font-family: var(--zen);
  font-weight: bold;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

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

.page-top-btn {
  position: fixed;
  top: auto;
  bottom: 3.2rem;
  right: 3.2rem;
  z-index: 9999;
  width: 3.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .page-top-btn {
    bottom: 2rem;
    right: 2rem;
    width: 2.7rem;
  }
}
.page-top-btn:hover {
  -webkit-animation: 0.5s ease 0s 1 normal none running pageTopBtn;
          animation: 0.5s ease 0s 1 normal none running pageTopBtn;
}
.page-top-btn.is-active {
  opacity: 1;
  visibility: visible;
}
.page-top-btn.is-absolute {
  position: absolute;
  top: -1.2rem;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  .page-top-btn.is-absolute {
    top: 56.4rem;
  }
}
.page-top-btn.is-fixed {
  position: fixed;
}

.grecaptcha-badge {
  left: 0 !important;
  right: initial !important;
  z-index: 2;
  -webkit-clip-path: inset(0 73% 0 0);
          clip-path: inset(0 73% 0 0);
}

.post__btn {
  width: 30.4rem;
  height: 5.6rem;
  margin-inline: auto;
  margin-top: 23rem;
  border-radius: 62.5em;
}
@media screen and (max-width: 768px) {
  .post__btn {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .post__btn {
    margin-top: 9rem;
    width: 23rem;
  }
}

.top-interview__btn {
  width: 23.2rem;
  height: 5.6rem;
  margin-inline: auto;
  margin-top: 7rem;
  border-radius: 62.5em;
}
@media screen and (max-width: 768px) {
  .top-interview__btn {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__btn {
    margin-top: 6rem;
    width: 20rem;
  }
}

.btn .btn__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: var(--btn);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 62.5em;
}
.btn .btn__link::after {
  content: "";
  display: block;
  background-image: url(../images/common/btn-allow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.4rem;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn .btn__link span {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: var(--white);
  text-align: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .btn .btn__link:hover::after {
    right: 0.9rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .btn .btn__link span {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-education__btn .btn__link:hover {
    background: var(--baige);
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-news__btn .btn__link:hover {
    background: var(--red);
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-program__btn .btn__link:hover {
    background: var(--pink);
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-interview__btn .btn__link:hover {
    background: var(--green);
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-qa__btn .btn__link:hover {
    background: #ced700;
  }
}

@media (hover: hover) and (pointer: fine) {
  .top-instagram__btn .btn__link:hover {
    background: var(--blue);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contact__form-submit .btn__link:hover {
    background: var(--orange);
  }
}

.wrapper {
  max-width: 100rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.mt170 {
  margin-top: 17rem;
}

.p0 {
  padding: 0 !important;
}

.gap-40 {
  gap: 4rem !important;
}
@media screen and (max-width: 768px) {
  .gap-40 {
    gap: 2rem !important;
  }
}

.tal {
  text-align: left !important;
}

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

.tar {
  text-align: right !important;
}

.lh2 {
  line-height: 2 !important;
}

.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.characterAnimation {
  animation: cloudanime 1.8s ease-in-out infinite alternate-reverse;
}

.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* マージン */
.mt15 {
  margin-top: 1.5rem;
}

.mt160 {
  margin-top: 16rem;
}

.mt160--sp110 {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .mt160--sp110 {
    margin-top: 11rem;
  }
}

.mt170--sp45 {
  margin-top: 17rem;
}
@media screen and (max-width: 768px) {
  .mt170--sp45 {
    margin-top: 4.5rem;
  }
}

.mt205 {
  margin-top: 20.5rem;
}

.mt205--sp135 {
  margin-top: 20.5rem;
}
@media screen and (max-width: 768px) {
  .mt205--sp135 {
    margin-top: 13.5rem;
  }
}

.mb270 {
  margin-bottom: 27rem;
}

.mb270--sp145 {
  margin-bottom: 27rem;
}
@media screen and (max-width: 768px) {
  .mb270--sp145 {
    margin-bottom: 14.5rem;
  }
}

.mb270--sp165 {
  margin-bottom: 27rem;
}
@media screen and (max-width: 768px) {
  .mb270--sp165 {
    margin-bottom: 16.5rem;
  }
}

.mb300 {
  margin-bottom: 30rem;
}

.mb320 {
  margin-bottom: 32rem;
}

.mb300--sp165 {
  margin-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .mb300--sp165 {
    margin-bottom: 16.5rem;
  }
}

/* wrapper */
.wrapper650 {
  max-width: 69rem;
  margin-inline: auto;
  width: 100%;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .wrapper650 {
    max-width: 100%;
    padding-inline: 0;
  }
}

.wrapper840 {
  max-width: 89rem;
  margin-inline: auto;
  width: 100%;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .wrapper840 {
    max-width: 100%;
    padding-inline: 0;
  }
}

.wrapper800 {
  max-width: 84rem;
  margin-inline: auto;
  width: 100%;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .wrapper800 {
    max-width: 100%;
    padding-inline: 0;
  }
}

.wrapper900 {
  max-width: 94rem;
  margin-inline: auto;
  width: 100%;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .wrapper900 {
    max-width: 100%;
    padding-inline: 0;
  }
}

.maxW1000 {
  max-width: 100rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .maxW1000 {
    max-width: 100%;
    width: 100%;
  }
}

.pt80 {
  padding-top: 8rem;
}

.pt80--sp26 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .pt80--sp26 {
    padding-top: 2.6rem;
  }
}

.pt80--sp23 {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .pt80--sp23 {
    padding-top: 2.3rem;
  }
}

.mt8 {
  margin-top: 0.8rem;
}

.mt8--sp20 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .mt8--sp20 {
    margin-top: 2rem;
  }
}

.mt20 {
  margin-top: 2rem;
}

.mt20--sp32 {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .mt20--sp32 {
    margin-top: 3.2rem;
  }
}

.mt24 {
  margin-top: 2.4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt34 {
  margin-top: 3.4rem;
}

.mt34--sp31 {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .mt34--sp31 {
    margin-top: 3.1rem;
  }
}

.mt36 {
  margin-top: 3.6rem;
}

.mt36--sp31 {
  margin-top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .mt36--sp31 {
    margin-top: 3.1rem;
  }
}

.mt42 {
  margin-top: 4.2rem;
}

.mt42--sp32 {
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .mt42--sp32 {
    margin-top: 3.2rem;
  }
}

.mt44 {
  margin-top: 4.4rem;
}

.mt44--sp27 {
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .mt44--sp27 {
    margin-top: 2.7rem;
  }
}

.mt48 {
  margin-top: 4.8rem;
}

.mt58 {
  margin-top: 5.8rem;
}

.mt58--sp24 {
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .mt58--sp24 {
    margin-top: 2.4rem;
  }
}

.mt58--sp16 {
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .mt58--sp16 {
    margin-top: 1.6rem;
  }
}

.mt60 {
  margin-top: 6rem;
}

.mt60--sp56 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mt60--sp56 {
    margin-top: 5.6rem;
  }
}

.mt64 {
  margin-top: 6.4rem;
}

.mt66 {
  margin-top: 6.6rem;
}

.mt66--sp50 {
  margin-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .mt66--sp50 {
    margin-top: 5rem;
  }
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt80--sp26 {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .mt80--sp26 {
    margin-top: 2.6rem;
  }
}

.mt82 {
  margin-top: 8.2rem;
}

.mt90 {
  margin-top: 9rem;
}

.mt90--sp75 {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .mt90--sp75 {
    margin-top: 7.5rem;
  }
}

.mt98 {
  margin-top: 9.8rem;
}

.mt98--sp44 {
  margin-top: 9.8rem;
}
@media screen and (max-width: 768px) {
  .mt98--sp44 {
    margin-top: 4.4rem;
  }
}

.mt108 {
  margin-top: 10.8rem;
}

.mt108--sp88 {
  margin-top: 10.8rem;
}
@media screen and (max-width: 768px) {
  .mt108--sp88 {
    margin-top: 8.8rem;
  }
}

.mt140 {
  margin-top: 14rem;
}

.mt140--sp102 {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .mt140--sp102 {
    margin-top: 10.2rem;
  }
}

.mt150 {
  margin-top: 15rem;
}

.mt150--sp45 {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .mt150--sp45 {
    margin-top: 4.5rem;
  }
}

.mt160--sp100 {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .mt160--sp100 {
    margin-top: 10rem;
  }
}

.mt170 {
  margin-top: 17rem;
}

.mt200 {
  margin-top: 20rem;
}

.mt200--sp60 {
  margin-top: 20rem;
}
@media screen and (max-width: 768px) {
  .mt200--sp60 {
    margin-top: 6rem;
  }
}

.mt230 {
  margin-top: 23rem;
}

.mt230--sp102 {
  margin-top: 23rem;
}
@media screen and (max-width: 768px) {
  .mt230--sp102 {
    margin-top: 10.2rem;
  }
}

.mt252 {
  margin-top: 25.2rem;
}

.mt274 {
  margin-top: 27.4rem;
}

.mt274--sp126 {
  margin-top: 27.4rem;
}
@media screen and (max-width: 768px) {
  .mt274--sp126 {
    margin-top: 12.6rem;
  }
}

.mb252 {
  margin-bottom: 25.2rem;
}

.mb252--sp150 {
  margin-bottom: 25.2rem;
}
@media screen and (max-width: 768px) {
  .mb252--sp150 {
    margin-bottom: 15rem;
  }
}

.mb294 {
  margin-bottom: 29.4rem;
}

.mb294--sp153 {
  margin-bottom: 29.4rem;
}
@media screen and (max-width: 768px) {
  .mb294--sp153 {
    margin-bottom: 15.3rem;
  }
}

.mb320--sp155 {
  margin-bottom: 32rem;
}
@media screen and (max-width: 768px) {
  .mb320--sp155 {
    margin-bottom: 15.5rem;
  }
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2rem;
}
.section-title .section-title__ja {
  font-size: 2.5rem;
  line-height: 1;
  font-family: var(--sora);
  font-weight: 600;
  letter-spacing: 0.096em;
  color: var(--baige);
}
@media screen and (max-width: 768px) {
  .section-title {
    gap: 1.8rem;
  }
  .section-title .section-title__ja {
    font-size: 1.6rem;
  }
}

.footer {
  background: var(--light-gray);
  position: relative;
  z-index: 2;
}
.footer .footer__inner {
  max-width: 128rem;
  padding-inline: 4rem;
  padding-bottom: 2.2rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer__inner {
    max-width: 24.2rem;
    padding-inline: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer .footer__head {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2.8rem;
  }
}
.footer .footer__logo {
  width: 23.75rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__logo {
    width: 22rem;
  }
}
.footer .footer__address {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Sora";
  letter-spacing: 0.04em;
  line-height: 1.8333333333;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__address {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
  }
}
.footer .footer__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer__main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer .footer__img01 {
  width: 65.8rem;
  margin-top: -3.6rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__img01 {
    width: 34.1rem;
    margin-top: -1rem;
  }
}
.footer .footer__text {
  width: 4.2rem;
  margin-top: -1.8rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__text {
    margin-top: 1.6rem;
  }
}
.footer .footer__img02 {
  width: 41.7rem;
  margin-top: 5rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__img02 {
    width: 24.2rem;
    margin-block: 4rem;
  }
}
.footer .footer__menu {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .footer__menu .menu__list {
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__menu .menu__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem 2rem;
  }
  .footer .footer__menu .menu__list li a {
    width: 10.8rem;
    height: 2.2rem;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.footer .footer__bottom {
  padding-block: 4.2rem 0.8rem;
  background-image: url(../images/common/footer__bottom-bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer .footer__bottom {
    padding-block: 2.4rem;
  }
}
.footer .footer__bottom p {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.056em;
  line-height: 1;
  font-weight: 400;
  font-family: var(--sora);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .footer .footer__bottom p {
    font-size: 1rem;
    letter-spacing: 0.156em;
    font-weight: 500;
  }
}

.footer__thumbnail {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .header__inner {
  max-width: 128rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem 2.8rem;
  padding-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1rem;
    padding-inline: 1.2rem 1.7rem;
  }
}
.header .header__logo {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  overflow: hidden;
}
.header .header__logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    width: 11.9rem;
    height: 11.9rem;
  }
}
.header .header__menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-top: 1rem;
}
.header .header__menu .hamburger-menu-text {
  position: absolute;
}
.header .header__menu .hamburger-menu-text.hamburger-menu-text01 {
  top: 2.15rem;
  left: 2.35rem;
  width: 11.73rem;
}
.header .header__menu .hamburger-menu-text.hamburger-menu-text02 {
  /*  bottom: rem(25.75); */
  bottom: 4.8rem;
  right: 2.66rem;
  width: 21.6rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .header .header__menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #FDF7F2;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-bottom: 4.8rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.6s ease 0.3s, visibility 0s 0.6s, -webkit-transform 0.6s var(--ease-outquint) 0.3s;
    transition: opacity 0.6s ease 0.3s, visibility 0s 0.6s, -webkit-transform 0.6s var(--ease-outquint) 0.3s;
    transition: opacity 0.6s ease 0.3s, transform 0.6s var(--ease-outquint) 0.3s, visibility 0s 0.6s;
    transition: opacity 0.6s ease 0.3s, transform 0.6s var(--ease-outquint) 0.3s, visibility 0s 0.6s, -webkit-transform 0.6s var(--ease-outquint) 0.3s;
  }
  .header .header__menu.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.8s ease, visibility 0s, -webkit-transform 0.8s var(--ease-outquint);
    transition: opacity 0.8s ease, visibility 0s, -webkit-transform 0.8s var(--ease-outquint);
    transition: opacity 0.8s ease, transform 0.8s var(--ease-outquint), visibility 0s;
    transition: opacity 0.8s ease, transform 0.8s var(--ease-outquint), visibility 0s, -webkit-transform 0.8s var(--ease-outquint);
  }
  .header .header__menu .menu__list {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.2rem;
  }
  .header .header__menu .menu__list li a {
    width: 16.6rem;
    height: 3.4rem;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 1.5rem;
  }
}

.header__menu-btn-icon {
  width: 8.45rem;
  height: 4.95rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 1.6rem;
  right: 1.3rem;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.header__menu-btn-icon._menu {
  background-image: url("../images/common/hamburger-menu.webp");
}
.header__menu-btn-icon._menu.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.header__menu-btn-icon._close {
  background-image: url("../images/common/hamburger-close.webp");
}
.header__menu-btn-icon._close.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .header__menu-btn-icon {
    top: 2rem;
    right: 1.7rem;
  }
}

.menu .menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.menu .menu__list li a {
  width: 2em;
  height: 9.8181818182em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  border: 0.1rem solid #fff;
  border-radius: 62.5em;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: var(--zen);
}
.menu .menu__list li a span {
  color: inherit;
  font-family: var(--zen);
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .menu .menu__list li a {
    font-size: 1.6rem;
  }
}
.menu .menu__list li a.color-navy {
  background: #171C61;
}
.menu .menu__list li a.color-navy:hover, .menu .menu__list li a.color-navy.current {
  background: #fff;
  color: #171C61;
  border-color: #171C61;
}
.menu .menu__list li a.color-beige {
  background: #CF8F5C;
}
.menu .menu__list li a.color-beige:hover, .menu .menu__list li a.color-beige.current {
  background: #fff;
  color: #CF8F5C;
  border-color: #CF8F5C;
}
.menu .menu__list li a.color-pink {
  background: #E684B2;
}
.menu .menu__list li a.color-pink:hover, .menu .menu__list li a.color-pink.current {
  background: #fff;
  color: #E684B2;
  border-color: #E684B2;
}
.menu .menu__list li a.color-green {
  background: #7FBE26;
}
.menu .menu__list li a.color-green:hover, .menu .menu__list li a.color-green.current {
  background: #fff;
  color: #7FBE26;
  border-color: #7FBE26;
}
.menu .menu__list li a.color-light-green {
  background: #C1D100;
}
.menu .menu__list li a.color-light-green:hover, .menu .menu__list li a.color-light-green.current {
  background: #fff;
  color: #C1D100;
  border-color: #C1D100;
}
.menu .menu__list li a.color-red {
  background: #E14738;
}
.menu .menu__list li a.color-red:hover, .menu .menu__list li a.color-red.current {
  background: #fff;
  color: #E14738;
  border-color: #E14738;
}
.menu .menu__list li a.color-light-blue {
  background: #23B6BC;
}
.menu .menu__list li a.color-light-blue:hover, .menu .menu__list li a.color-light-blue.current {
  background: #fff;
  color: #23B6BC;
  border-color: #23B6BC;
}
.menu .menu__list li a.color-orange {
  background: #F4A100;
  color: #fff;
}
.menu .menu__list li a.color-orange:hover, .menu .menu__list li a.color-orange.current {
  background: #fff;
  color: #F4A100;
  border-color: #F4A100;
}

.page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 38rem;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 30rem;
  }
}
.page-header .page-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.page-header .page-header__inner .page-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .page-header__inner .page-header__title .page-header__title-jp--company {
  width: 17.2rem;
}
@media screen and (max-width: 768px) {
  .page-header .page-header__inner .page-header__title .page-header__title-jp--company {
    width: 11.1rem;
  }
}
.page-header .page-header__inner .page-header__title .page-header__title-jp--contact {
  width: 26.6rem;
}
@media screen and (max-width: 768px) {
  .page-header .page-header__inner .page-header__title .page-header__title-jp--contact {
    width: 17.2rem;
  }
}
.page-header .page-header__inner .page-header__title .page-header__title-en {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.096em;
  font-family: var(--sora);
  margin-top: 1.8rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .page-header .page-header__inner .page-header__title .page-header__title-en {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header__inner {
    margin-top: 5.5rem;
  }
}

@-webkit-keyframes katakata {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-5px) rotate(-5deg);
            transform: translateX(-5px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(5deg);
            transform: translateX(5px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}

@keyframes katakata {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-5px) rotate(-5deg);
            transform: translateX(-5px) rotate(-5deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(5deg);
            transform: translateX(5px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  30% {
    -webkit-transform: translateY(5px) scaleY(0.9);
            transform: translateY(5px) scaleY(0.9);
  }
  50% {
    -webkit-transform: translateY(-10px) scaleY(1.1);
            transform: translateY(-10px) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(2px) scaleY(0.95);
            transform: translateY(2px) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  30% {
    -webkit-transform: translateY(5px) scaleY(0.9);
            transform: translateY(5px) scaleY(0.9);
  }
  50% {
    -webkit-transform: translateY(-10px) scaleY(1.1);
            transform: translateY(-10px) scaleY(1.1);
  }
  70% {
    -webkit-transform: translateY(2px) scaleY(0.95);
            transform: translateY(2px) scaleY(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
@-webkit-keyframes cloudanime {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@keyframes cloudanime {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@-webkit-keyframes main {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  37% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes main {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  37% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes zoomInAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pageTopBtn {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes pageTopBtn {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .breadnav {
    margin-left: 2rem;
  }
}

.top-fv {
  position: relative;
  width: 100%;
  height: 72rem;
  padding-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .top-fv {
    height: 63.8rem;
    padding-top: 11.6rem;
  }
}
.top-fv .top-fv__title {
  position: absolute;
  bottom: 3.2rem;
  left: 5rem;
  width: 12.15rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__title {
    bottom: 5.1rem;
    left: 1.6rem;
    width: 3.05rem;
  }
}
.top-fv .top-fv__img {
  width: 117.3rem;
  height: 63.7rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  background: var(--bg-color) url(https://source.unsplash.com/600x600?summer);
  background-size: cover;
  -webkit-clip-path: url(#fv-path-pc);
          clip-path: url(#fv-path-pc);
}
.top-fv .top-fv__img .top-fv__img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-fv .top-fv__img .top-fv__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  --animation-duration: 21s;
  --animation-delay-base: calc(var(--animation-duration) / 3);
  -webkit-animation: main var(--animation-duration) linear 0s infinite;
          animation: main var(--animation-duration) linear 0s infinite;
}
.top-fv .top-fv__img .top-fv__img-item:nth-child(2) img {
  -webkit-animation-delay: calc(var(--animation-delay-base));
          animation-delay: calc(var(--animation-delay-base));
}
.top-fv .top-fv__img .top-fv__img-item:nth-child(3) img {
  -webkit-animation-delay: calc(var(--animation-delay-base) * 2);
          animation-delay: calc(var(--animation-delay-base) * 2);
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__img {
    width: 30rem;
    height: 48rem;
    -webkit-clip-path: url(#fv-path-sp);
            clip-path: url(#fv-path-sp);
  }
}
.top-fv .top-fv__fig.top-fv__fig01 {
  position: absolute;
  top: 0.9rem;
  left: 0rem;
  width: 62.8rem;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__fig.top-fv__fig01 {
    top: 8rem;
    left: -0.04rem;
    width: 18.37rem;
  }
}
.top-fv .top-fv__fig.top-fv__fig02 {
  position: absolute;
  top: 58rem;
  left: 50%;
  -webkit-transform: translateX(calc(-100% - 6rem));
          transform: translateX(calc(-100% - 6rem));
  width: 29rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__fig.top-fv__fig02 {
    top: 16rem;
    left: auto;
    right: 0rem;
    -webkit-transform: none;
            transform: none;
    width: 12.4rem;
  }
}
.top-fv .top-fv__fig.top-fv__fig03 {
  position: absolute;
  top: 13rem;
  left: 50%;
  -webkit-transform: translateX(18.2rem);
          transform: translateX(18.2rem);
  width: 14.8rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__fig.top-fv__fig03 {
    top: auto;
    bottom: 0;
    left: 4.2rem;
    -webkit-transform: none;
            transform: none;
    width: 11.85rem;
  }
}
.top-fv .top-fv__fig.top-fv__fig04 {
  position: absolute;
  top: 0;
  right: 0;
  width: 34.7rem;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__fig.top-fv__fig04 {
    top: auto;
    bottom: 0.4rem;
    width: 18rem;
  }
}
.top-fv .top-fv__text.top-fv__text01 {
  position: absolute;
  top: 38rem;
  left: 50%;
  -webkit-transform: translateX(calc(-100% - 27.2rem));
          transform: translateX(calc(-100% - 27.2rem));
  width: 15.6rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__text.top-fv__text01 {
    top: 18.6rem;
    left: 1rem;
    -webkit-transform: none;
            transform: none;
    width: 9rem;
  }
}
.top-fv .top-fv__text.top-fv__text02 {
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(16.2rem);
          transform: translateX(16.2rem);
  width: 13rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__text.top-fv__text02 {
    top: 8.7rem;
    left: auto;
    right: 2.3rem;
    -webkit-transform: none;
            transform: none;
    width: 12rem;
  }
}
.top-fv .top-fv__text.top-fv__text03 {
  position: absolute;
  top: 49.2rem;
  left: 50%;
  -webkit-transform: translateX(21.3rem);
          transform: translateX(21.3rem);
  width: 28.2rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-fv .top-fv__text.top-fv__text03 {
    top: auto;
    bottom: 0rem;
    left: auto;
    right: 1.6rem;
    -webkit-transform: none;
            transform: none;
    width: 18.2rem;
  }
}

.top-instagram {
  position: relative;
  width: 100%;
  background: #CEEEF0;
  padding-top: 11rem;
  padding-bottom: 26rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-instagram {
    padding-top: 8.8rem;
    padding-bottom: 11.2rem;
  }
}
.top-instagram::before {
  content: "";
  position: absolute;
  top: -13.2rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-56.7375886525%);
          transform: translateX(-50%) translateY(-56.7375886525%);
  width: 117.2093023256%;
  height: 0%;
  padding-top: 16.5234375%;
  background-image: url(../images/top/topInsta-deco.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-instagram::before {
    background-image: url(../images/top/topInsta-deco-sp.webp);
    -webkit-transform: translateX(-50%) translateY(-55.04587156%);
            transform: translateX(-50%) translateY(-55.04587156%);
  }
}
.top-instagram .top-instagram__fig {
  position: absolute;
}
.top-instagram .top-instagram__fig.top-instagram__fig01 {
  width: 34.2rem;
  right: 9.737rem;
  top: 0;
  -webkit-transform: translateY(calc(-100% - 5.2rem));
          transform: translateY(calc(-100% - 5.2rem));
}
@media screen and (max-width: 768px) {
  .top-instagram .top-instagram__fig.top-instagram__fig01 {
    width: 18rem;
    right: 2rem;
    top: -7.2rem;
    -webkit-transform: none;
            transform: none;
  }
}
.top-instagram .top-instagram__inner {
  position: relative;
  max-width: 100.4rem;
  width: calc(100% - 3.8rem);
  margin: 0 auto;
}
.top-instagram .top-instagram__icon {
  position: absolute;
  top: 7.4rem;
  left: 9.2rem;
  width: 18.55rem;
}
@media screen and (max-width: 768px) {
  .top-instagram .top-instagram__icon {
    width: 11.3rem;
    top: 1rem;
    left: 2.7rem;
  }
}
.top-instagram .top-instagram__head {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 0.6rem;
}
.top-instagram .top-instagram__head .section-title__ja {
  color: var(--blue);
}
.top-instagram .top-instagram__head .section-title__en {
  width: 31.26rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-instagram .top-instagram__head .section-title__en {
    width: 19.47rem;
  }
  .top-instagram .top-instagram__head .section-title__ja {
    padding-left: 0;
    text-align: right;
  }
}
.top-instagram .top-instagram__body {
  position: relative;
  z-index: 1;
  margin-top: 7rem;
}
.top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider {
  display: contents;
}
.top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider .swiper-wrapper {
  display: contents;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .top-instagram .top-instagram__body {
    margin-top: 5rem;
  }
  .top-instagram .top-instagram__body #sb_instagram #sbi_images {
    display: block !important;
  }
  .top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider {
    display: block;
    width: 100%;
  }
  .top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider .swiper-slide {
    height: auto;
    margin-right: 1rem !important;
  }
  .top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider .swiper-slide .sbi_photo_wrap {
    width: 100%;
    height: 100%;
  }
  .top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider .swiper-slide .sbi_photo {
    position: relative;
    width: 100%;
    height: 0 !important;
    padding-top: 100% !important;
  }
  .top-instagram .top-instagram__body #sb_instagram #sbi_images .sbi_images-slider .swiper-slide .sbi_photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-instagram .top-instagram__box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48rem;
  background: #000;
}
@media screen and (max-width: 768px) {
  .top-instagram .top-instagram__box {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.top-instagram .top-instagram__btn {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 5.6rem;
  width: 23.2rem;
  height: 6rem;
  background-color: var(--btn);
  border-radius: 62.5rem;
  margin-top: 4.5rem;
}
.top-instagram .top-instagram__btn span {
  letter-spacing: 0.15em;
  font-family: var(--zen);
}
.top-instagram .top-instagram__btn span::after {
  right: -4.8rem;
}
.top-instagram .top-instagram__btn .btn__link:hover span::after {
  right: -5.3rem;
}
@media screen and (max-width: 768px) {
  .top-instagram .top-instagram__btn {
    margin-top: 4.2rem;
    width: 20rem;
    height: 5rem;
  }
  .top-instagram .top-instagram__btn span {
    font-size: 1.4rem;
  }
  .top-instagram .top-instagram__btn span::after {
    right: -4rem;
  }
  .top-instagram .top-instagram__btn .btn__link:hover span::after {
    right: -4.5rem;
  }
}

.top-cta {
  position: relative;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 23.4rem;
  z-index: 2;
  background: var(--bg-color);
}
@media screen and (max-width: 768px) {
  .top-cta {
    padding-bottom: 17rem;
  }
}
.top-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-76.4818355641%);
          transform: translateX(-50%) translateY(-76.4818355641%);
  width: 112.6953125%;
  height: 0%;
  padding-top: 20.4296875%;
  background-image: url(../images/top/topContact-deco.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-cta::before {
    background-image: url(../images/top/topContact-deco-sp.webp);
  }
}
.top-cta .top-cta__fig {
  position: absolute;
}
.top-cta .top-cta__fig.top-cta__fig01 {
  width: 37.05rem;
  right: -0.5rem;
  bottom: 17rem;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta__fig.top-cta__fig01 {
    width: 18rem;
    right: 2rem;
    bottom: 5.7rem;
  }
}
.top-cta .top-cta__fig.top-cta__fig02 {
  width: 27.18rem;
  left: 7.38rem;
  top: 0;
  -webkit-transform: translateY(calc(-100% - 7.38rem));
          transform: translateY(calc(-100% - 7.38rem));
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta__fig.top-cta__fig02 {
    display: none;
  }
}
.top-cta .top-cta__inner {
  position: relative;
  max-width: 100.4rem;
  width: calc(100% - 3.8rem);
  margin: 0 auto;
}
.top-cta .top-cta__icon {
  position: absolute;
  top: -4.4rem;
  right: -3.8rem;
  width: 11.7rem;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta__icon {
    width: 7.1rem;
    top: -7rem;
    right: 2.4rem;
  }
}
.top-cta .top-cta__head {
  position: relative;
  z-index: 1;
  width: 100%;
}
.top-cta .top-cta__head .section-title__ja {
  color: #F4A100;
}
.top-cta .top-cta__head .section-title__en {
  width: 26.4rem;
}
@media screen and (max-width: 768px) {
  .top-cta .top-cta__head .section-title__en {
    width: 16rem;
  }
}

.top-gallery {
  position: relative;
  width: 100%;
  z-index: 2;
}
.top-gallery .top-gallery__head {
  position: relative;
}
.top-gallery .section-title {
  width: 2.45rem;
  position: absolute;
  z-index: 3;
  left: 0;
  top: -16rem;
}
@media screen and (max-width: 768px) {
  .top-gallery .section-title {
    width: 1.65rem;
    top: -10rem;
    left: initial;
    right: 1.8rem;
  }
}
.top-gallery .top-gallery-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.top-gallery .top-gallery-slider__item {
  width: 42.7rem;
  height: 54.1rem;
}
.top-gallery .top-gallery-slider__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: gallery-scroll 80s infinite linear 1s both;
          animation: gallery-scroll 80s infinite linear 1s both;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .top-gallery .top-gallery-slider__item {
    width: 15.7rem;
    height: 20rem;
  }
}

/* アニメーション */
@-webkit-keyframes gallery-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes gallery-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-qa {
  position: relative;
  width: 100%;
  z-index: 2;
  background: var(--bg-color);
  padding-top: 15.2rem;
  padding-bottom: 27.4rem;
}
@media screen and (max-width: 768px) {
  .top-qa {
    padding-top: 8.5rem;
    padding-bottom: 10.8rem;
  }
}
.top-qa::before {
  content: "";
  position: absolute;
  top: -13.2rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-53.9215686275%);
          transform: translateX(-50%) translateY(-53.9215686275%);
  width: 111.796875%;
  height: 0%;
  padding-top: 19.921875%;
  background-image: url(../images/top/topQA-deco.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-qa::before {
    width: 42rem;
    height: 7.5rem;
    padding-top: 0;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-3rem);
            transform: translateX(-50%) translateY(-3rem);
    background-image: url(../images/top/topQA-deco-sp.webp);
  }
}
@media screen and (max-width: 768px) {
  .top-qa::after {
    content: "";
    position: absolute;
    top: -8.5rem;
    left: 1rem;
    width: 18rem;
    height: 10.1rem;
    background: url(../images/top/sp-topIntervoew-nanairo.webp) no-repeat center center/contain;
  }
}
.top-qa .top-qa__icon {
  position: absolute;
  width: 18rem;
  right: 31.6rem;
  top: 7.8rem;
}
@media screen and (max-width: 768px) {
  .top-qa .top-qa__icon {
    width: 11rem;
    right: 2.9rem;
    top: 0.4rem;
  }
}
.top-qa .top-qa__inner {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-qa .top-qa__inner {
    padding-inline: 2rem;
  }
}
.top-qa .top-qa__head {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.top-qa .top-qa__head .section-title__ja {
  color: #CED700;
  padding-left: 0.3rem;
}
.top-qa .top-qa__head .section-title__en {
  width: 49.05rem;
}
@media screen and (max-width: 768px) {
  .top-qa .top-qa__head .section-title__en {
    width: 30.9rem;
  }
}
.top-qa .top-qa__subTitle {
  font-size: 2rem;
  line-height: 1.75;
  font-family: var(--zen);
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-block: var(--leading-trim);
  padding-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .top-qa .top-qa__subTitle {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0.17em;
  }
}
.top-qa .top-qa__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  .top-qa .top-qa__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.2rem;
    margin-top: 5.5rem;
  }
}
.top-qa .top-qa__list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-qa .top-qa__list-item .top-qa__list-item-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-family: var(--zen);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-block: var(--leading-trim);
  height: 6.6rem;
  padding-left: 3rem;
  border-bottom: 2px solid var(--black);
}
.top-qa .top-qa__list-item .top-qa__list-item-title::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 1.9rem;
  height: 3rem;
  background-image: url(../images/top/topQA-q.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-qa .top-qa__list-item .top-qa__list-item-title {
    height: inherit;
    padding-bottom: 1.6rem;
  }
}
.top-qa .top-qa__list-item .top-qa__list-item-text {
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: var(--sora);
  padding-left: 3rem;
  padding-top: 2.2rem;
}
.top-qa .top-qa__list-item .top-qa__list-item-text::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 1.8rem;
  height: 3rem;
  background-image: url(../images/top/topQA-a.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.top-qa .top-qa__btn {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  width: 23.2rem;
  height: 6rem;
  margin-top: 9rem;
}
.top-qa .top-qa__btn span {
  letter-spacing: 0.15em;
  font-family: var(--zen);
}
@media screen and (max-width: 768px) {
  .top-qa .top-qa__btn {
    margin-top: 5.8rem;
    width: 20rem;
    height: 5rem;
    margin-inline: auto;
  }
  .top-qa .top-qa__btn span {
    font-size: 1.4rem;
  }
}

.top-interview {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow-x: hidden;
  margin-top: -19.6rem;
  padding-top: 36.9rem;
  padding-bottom: 32rem;
}
@media screen and (max-width: 768px) {
  .top-interview {
    height: auto;
    margin-top: -7rem;
    padding-top: 13.2rem;
    padding-bottom: 12rem;
  }
}
.top-interview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  aspect-ratio: 1282/1634;
  background-image: url(../images/top/topInterview-bg.webp);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
  background-position-x: -0.3rem;
}
@media screen and (max-width: 768px) {
  .top-interview::before {
    aspect-ratio: 377/1551;
    padding-top: 0;
    background-image: url(../images/top/topInterview-bg-sp.webp);
  }
}

.top-interview .interview__container::before {
  top: -24rem;
  right: -13rem;
}
.top-interview .interview__container::after {
  content: "";
  position: absolute;
  bottom: -13rem;
  left: -18.2rem;
  width: 43.4rem;
  height: 24.4rem;
  background: url(../images/top/topIntervoew-nanairo.webp) no-repeat center center/contain;
}
.top-interview .interview__head {
  margin-left: 8.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.top-interview .interview__head-text {
  font-size: 2rem;
  font-family: var(--zen);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.17em;
}
.top-interview .section-title {
  width: 26.3rem;
}
.top-interview .section-title__ja {
  color: var(--green);
}
.top-interview .interview__body {
  margin-top: 7rem;
}
.top-interview .interview__list--teacher .interview__item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-interview .interview__list--teacher .interview__item:nth-child(1) .interview__image-text {
  /*   padding-bottom: rem(25); */
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.top-interview .interview__list--parent {
  margin-top: 0;
}
.top-interview .interview__list--parent .interview__item {
  /*  &:nth-child(1) {
     .interview__image-text {
       padding-bottom: rem(25);

     }
   } */
}
.top-interview .interview__list--parent .interview__item .interview__text-inner {
  margin-left: auto;
}
.top-interview .interview__item {
  gap: 2.5rem;
}
.top-interview .interview__title {
  border-bottom: 2px solid var(--black);
  font-size: 2.7rem;
  padding-inline: 1rem;
}
.top-interview .interview__title::before {
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ddeec5;
}
.top-interview .interview__title:nth-of-type(1) {
  -webkit-transform: translateX(-0.3rem);
          transform: translateX(-0.3rem);
}
.top-interview .interview__title:nth-of-type(2) {
  margin-top: 4rem;
}
.top-interview .interview__list--teacher {
  margin-top: -2.1rem;
}
.top-interview .interview__name-inner span {
  color: var(--black);
}
.top-interview .interview__name {
  color: var(--black);
}
.top-interview .interview__name-wrapper {
  display: contents;
}
.top-interview .interview__name-title {
  display: none;
}
.top-interview .interview__text-inner {
  max-width: 39rem;
}
.top-interview .interview__text {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-interview .interview__container::before {
    top: -9rem;
    right: 1.5rem;
    left: initial;
  }
  .top-interview .interview__container::after {
    content: none;
  }
  .top-interview .interview__head {
    margin-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .top-interview .interview__head-text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .top-interview .section-title {
    width: 16.3rem;
  }
  .top-interview .interview__body {
    margin-top: 5rem;
  }
  .top-interview .interview__list--teacher .interview__item:nth-child(1) .interview__image img {
    margin-right: 3rem;
  }
  .top-interview .interview__list--teacher .interview__item:nth-child(1) .interview__image-hukidasi--green {
    left: 2.3rem;
  }
  .top-interview .interview__list--parent {
    margin-top: 6rem;
  }
  .top-interview .interview__list--parent .interview__item:nth-child(1) .interview__image-text {
    margin-left: 1.5rem;
  }
  .top-interview .interview__list--parent .interview__item:nth-child(1) .interview__image img {
    margin-left: 3rem;
  }
  .top-interview .interview__list--parent .interview__item:nth-child(1) .interview__image-hukidasi--white {
    right: 2.3rem;
  }
  .top-interview .interview__title {
    display: none;
  }
  .top-interview .interview__list--teacher {
    margin-top: -2.1rem;
  }
  .top-interview .interview__name-inner {
    margin-left: 1.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-interview .interview__name-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-interview .interview__name-title {
    display: block;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.14em;
    font-family: var(--zen);
    font-weight: 700;
    padding-right: 1.5rem;
    position: relative;
  }
  .top-interview .interview__name-title::after {
    content: "";
    position: absolute;
    height: 4.5rem;
    top: -1.3rem;
    right: -0.7rem;
    width: 0.9rem;
    aspect-ratio: 9/45;
    background: url(../images/top/sp-interview-title-line.webp) no-repeat center center/contain;
  }
  .top-interview .interview__text-inner {
    max-width: none;
  }
  .top-interview .interview__text {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

.top-program {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 16.4rem;
  padding-bottom: 26.8rem;
}
@media screen and (max-width: 768px) {
  .top-program {
    padding-top: 9.8rem;
    padding-bottom: 15.2rem;
  }
}
.top-program::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 176.75rem;
  width: 138.0859375%;
  height: 119.25rem;
  height: 0;
  padding-top: 93.1640625%;
  -webkit-transform: translateY(-17.8616352201%);
          transform: translateY(-17.8616352201%);
  background-image: url(../images/top/topProgram-bg.webp);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-program::before {
    width: 100%;
    height: 50.9rem;
    padding-top: 0;
    -webkit-transform: none;
            transform: none;
    top: -4.5rem;
    background-image: url(../images/top/topProgram-bg-sp.webp);
  }
}
.top-program .top-program__icon {
  position: absolute;
  width: 18.8rem;
  left: 7.9rem;
  top: -13.2rem;
}
@media screen and (max-width: 768px) {
  .top-program .top-program__icon {
    width: 9.74rem;
    top: 0.3rem;
    left: 1.3rem;
  }
}
.top-program .top-program__fig {
  position: absolute;
  width: 27rem;
  right: 7.9rem;
  top: 0rem;
  -webkit-transform: translateY(calc(-100% - 7.2rem));
          transform: translateY(calc(-100% - 7.2rem));
}
@media screen and (max-width: 768px) {
  .top-program .top-program__fig {
    width: 11.8rem;
    right: 1.7rem;
    top: -5.3rem;
    -webkit-transform: none;
            transform: none;
  }
}
.top-program .top-program__inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2rem;
}
@media screen and (max-width: 768px) {
  .top-program .top-program__inner {
    gap: 5.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-program .top-program__img {
  width: 64rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-program .top-program__img {
    width: 33.5rem;
  }
}
.top-program .section-title {
  padding-top: 0.3rem;
}
.top-program .section-title .section-title__ja {
  color: var(--pink);
}
.top-program .section-title .section-title__en {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .top-program .section-title {
    padding-top: 0;
  }
  .top-program .section-title .section-title__ja {
    padding-left: 0;
    text-align: center;
  }
  .top-program .section-title .section-title__en {
    width: 28rem;
    margin-inline: auto;
  }
}
.top-program .top-program__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top-program .top-program__body {
    padding-inline: 2rem;
  }
}
.top-program .top-program__subTitle {
  font-size: 2rem;
  line-height: 1.75;
  font-family: var(--zen);
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-block: var(--leading-trim);
  padding-top: 6.2rem;
}
@media screen and (max-width: 768px) {
  .top-program .top-program__subTitle {
    padding-top: 4.8rem;
    font-size: 1.8rem;
    line-height: 1.7222222222;
    letter-spacing: 0.15em;
  }
}
.top-program .top-program__text {
  max-width: 43.6rem;
  font-size: 1.2rem;
  line-height: 2;
  font-family: var(--sora);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-block: var(--leading-trim);
  padding-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-program .top-program__text {
    width: 100%;
    letter-spacing: 0.03em;
  }
}
.top-program .top-program__btn {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  width: 23.2rem;
  height: 6rem;
  margin-top: 7.4rem;
}
.top-program .top-program__btn span {
  letter-spacing: 0.15em;
  font-family: var(--zen);
}
@media screen and (max-width: 768px) {
  .top-program .top-program__btn {
    margin-top: 4.6rem;
    width: 20rem;
    height: 5rem;
    margin-inline: auto;
  }
  .top-program .top-program__btn span {
    font-size: 1.4rem;
  }
}

.top-education {
  position: relative;
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  height: 157.1rem;
  padding-top: 16.4rem;
  padding-bottom: 48.7rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-education {
    height: 113.3rem;
    padding-top: 11.5rem;
    padding-bottom: 30.2rem;
  }
}
.top-education .top-education__fig {
  position: absolute;
}
.top-education .top-education__fig.top-education__icon01 {
  width: 5.4rem;
  top: 37.6rem;
  left: 33.4rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__icon01 {
    width: 3.57rem;
    top: 27.3rem;
    left: auto;
    right: 10.7rem;
  }
}
.top-education .top-education__fig.top-education__icon02 {
  width: 4rem;
  top: 46rem;
  right: 41.4rem;
  z-index: 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__icon02 {
    width: 3.257rem;
    top: 44.2rem;
    left: auto;
    right: 2.5rem;
  }
}
.top-education .top-education__fig.top-education__icon03 {
  width: 5.3rem;
  top: 80.6rem;
  left: 19.2rem;
  z-index: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__icon03 {
    width: 3.45rem;
    top: 30.3rem;
    left: 5.2rem;
  }
}
.top-education .top-education__fig.top-education__icon04 {
  width: 6.4rem;
  top: 84.9rem;
  right: 25.8rem;
  z-index: 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__icon04 {
    width: 4.83rem;
    top: 77.3rem;
    left: auto;
    right: 1.7rem;
  }
}
.top-education .top-education__fig.top-education__icon05 {
  width: 3.8rem;
  top: 109.1rem;
  left: 38rem;
  z-index: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__icon05 {
    width: 2.87rem;
    bottom: 23.2rem;
    left: 10.5rem;
    top: auto;
  }
}
.top-education .top-education__fig.top-education__icon06 {
  width: 8.9rem;
  top: 139rem;
  left: 29.2rem;
  z-index: 1;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__icon06 {
    width: 6.71rem;
    bottom: 7.8rem;
    left: 2.1rem;
    top: auto;
  }
}
.top-education .top-education__fig.top-education__icon07 {
  width: 4rem;
  top: 144rem;
  right: 38.6rem;
  z-index: 1;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__icon07 {
    width: 3.16rem;
    bottom: 6.2rem;
    right: 7.6rem;
    top: auto;
  }
}
.top-education .top-education__fig.top-education__fig01 {
  width: 27.15rem;
  top: 40.8rem;
  left: 7rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__fig01 {
    width: 9.78rem;
    top: 19.26rem;
    left: -0.3rem;
  }
}
.top-education .top-education__fig.top-education__fig02 {
  width: 41.2rem;
  top: 39.95rem;
  right: -2.6rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__fig02 {
    width: 9.8rem;
    top: 17.87rem;
    right: -0.986rem;
  }
}
.top-education .top-education__fig.top-education__fig03 {
  width: 27.9rem;
  top: 74.3rem;
  left: -3.1rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__fig03 {
    width: 8.32rem;
    top: 34.85rem;
    left: -1.275rem;
  }
}
.top-education .top-education__fig.top-education__fig04 {
  width: 19.9rem;
  top: 75.1rem;
  right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__fig04 {
    width: 10.7rem;
    top: 28.45rem;
    right: -1.54rem;
  }
}
.top-education .top-education__fig.top-education__fig05 {
  width: 29rem;
  top: 118.3rem;
  left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__fig05 {
    width: 9.75rem;
    top: auto;
    bottom: 20.4rem;
    left: -1.57rem;
  }
}
.top-education .top-education__fig.top-education__fig06 {
  width: 60.2rem;
  top: 114.3rem;
  left: 32.7rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__fig06 {
    width: 20.2rem;
    top: auto;
    bottom: 13rem;
    left: 7.7rem;
  }
}
.top-education .top-education__fig.top-education__fig07 {
  width: 28.08rem;
  top: 98.2rem;
  right: 4.8rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__fig.top-education__fig07 {
    width: 8.72rem;
    top: auto;
    bottom: 15.37rem;
    right: -1.466rem;
  }
}
.top-education .top-education__inner {
  position: relative;
  z-index: 2;
}
.top-education .top-education__img {
  width: 61.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__img {
    width: 26.3rem;
  }
}
.top-education .top-education__head {
  margin: 0 auto;
  margin-top: 17.7rem;
}
.top-education .top-education__head .section-title {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.7rem;
}
.top-education .top-education__head .section-title .section-title__en {
  width: 33.1rem;
  margin-inline: auto;
}
.top-education .top-education__head .section-title .section-title__ja {
  color: var(--baige);
}
@media screen and (max-width: 768px) {
  .top-education .top-education__head {
    margin-top: 13.7rem;
  }
  .top-education .top-education__head .section-title {
    gap: 1.6rem;
  }
  .top-education .top-education__head .section-title .section-title__en {
    width: 20.2rem;
  }
}
.top-education .top-education__content {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__content {
    margin-top: 5.6rem;
  }
}
.top-education .top-education__title {
  font-size: 3rem;
  line-height: 1.7333333333;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: var(--leading-trim);
  font-family: var(--zen);
}
@media screen and (max-width: 768px) {
  .top-education .top-education__title {
    font-size: 2.1rem;
    line-height: 1.7142857143;
    letter-spacing: 0.15em;
  }
}
.top-education .top-education__text {
  font-size: 1.4rem;
  line-height: 2.2142857143;
  letter-spacing: 0.04em;
  width: 38.5rem;
  margin-inline: auto;
  margin-block: var(--leading-trim);
  padding-top: 4.2rem;
  font-family: var(--sora);
}
@media screen and (max-width: 768px) {
  .top-education .top-education__text {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.03em;
    width: 31rem;
    padding-top: 3.1rem;
  }
}
.top-education .top-education__btn {
  margin-top: 5.6rem;
  width: 23.2rem;
  height: 6rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-education .top-education__btn {
    margin-top: 5.2rem;
    width: 20rem;
    height: 5rem;
  }
}

.top-news {
  position: relative;
  width: 100%;
  padding-left: 14rem;
  z-index: 2;
  padding-top: 20.8rem;
  padding-bottom: 29.6rem;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 10rem;
    padding-bottom: 8.8rem;
    padding-left: 2rem;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 84.375%;
  background-image: url(../images/top/topNews-bg.webp);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-news::before {
    height: 66.8rem;
    padding-top: 0;
    background-image: url(../images/top/topNews-bg-sp.webp);
  }
}
.top-news .top-news__fig {
  position: absolute;
  width: 24.4rem;
  left: 6.2rem;
  top: -6.2rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__fig {
    width: 13.3rem;
    left: 2rem;
    top: -3.2rem;
  }
}
.top-news .top-news__icon {
  position: absolute;
  top: 9.4rem;
  right: 4.8rem;
  width: 22.6rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__icon {
    width: 9.22rem;
    right: 2.2rem;
    top: 4rem;
  }
}
.top-news .top-news__head {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-news .top-news__head .section-title {
  gap: 2rem;
}
.top-news .top-news__head .section-title .section-title__ja {
  color: var(--red);
}
.top-news .top-news__head .section-title .section-title__en {
  width: 31.26rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__head .section-title {
    gap: 1.7rem;
  }
  .top-news .top-news__head .section-title .section-title__en {
    width: 22.3rem;
    padding-left: 0rem;
  }
}
.top-news .top-news__content {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__content {
    margin-top: 4.8rem;
  }
}
.top-news .top-news__content .top-news__content-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.top-news .top-news__content .top-news__content-head .top-news__content-head-text {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.47em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__content .top-news__content-head .top-news__content-head-text {
    font-size: 1.2rem;
  }
}
.top-news .top-news__content .top-news__content-head .top-news__slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__content .top-news__content-head .top-news__slider-arrow {
    gap: 1.1rem;
  }
}
.top-news .top-news__content .top-news__content-head .top-news__slider-arrow .top-news__slider-prev,
.top-news .top-news__content .top-news__content-head .top-news__slider-arrow .top-news__slider-next {
  width: 3.6rem;
  height: 0.95rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news .top-news__content .top-news__content-head .top-news__slider-arrow .top-news__slider-prev.swiper-button-disabled,
.top-news .top-news__content .top-news__content-head .top-news__slider-arrow .top-news__slider-next.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__content .top-news__content-head .top-news__slider-arrow .top-news__slider-prev,
  .top-news .top-news__content .top-news__content-head .top-news__slider-arrow .top-news__slider-next {
    width: 2.4rem;
    height: 0.6rem;
  }
}
.top-news .top-news__slider {
  margin-top: 2.9rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider {
    margin-top: 2.2rem;
  }
}
.top-news .top-news__slider .top-news__slider-item {
  width: 31rem;
  margin-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider .top-news__slider-item {
    width: 20rem;
    margin-right: 1rem;
  }
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-img {
  aspect-ratio: 310/210;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #d2d2d2;
  overflow: hidden;
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider .top-news__slider-item .top-news__slider-item-img {
    aspect-ratio: 200/135;
  }
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content {
    margin-top: 2rem;
  }
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-title {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-block: var(--leading-trim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-title {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta {
    gap: 2.3rem;
    margin-top: 1.2rem;
  }
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta .top-news__slider-item-meta-date {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta .top-news__slider-item-meta-date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.1rem;
  background: var(--black);
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta .top-news__slider-item-meta-date {
    font-size: 0.9rem;
    line-height: 2;
  }
  .top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta .top-news__slider-item-meta-date::before {
    height: 0.8rem;
    left: calc(100% + 1.15rem);
  }
}
.top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta .top-news__slider-item-meta-category {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  width: 7.2rem;
  height: 1.7rem;
  border-radius: 62.5em;
  border: 1px solid var(--black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__slider .top-news__slider-item .top-news__slider-item-content .top-news__slider-item-meta .top-news__slider-item-meta-category {
    font-size: 0.9rem;
    width: 5.4rem;
    height: 1.5rem;
  }
}
.top-news .top-news__slider .top-news__slider-item:hover .top-news__slider-item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-news .top-news__btn {
  margin-top: 6.2rem;
  text-align: center;
  width: 23.2rem;
  height: 6rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .top-news .top-news__btn {
    margin-top: 4.8rem;
    width: 20rem;
    height: 5rem;
    margin-inline: auto;
  }
}

body:has(.company) .page-header {
  background: url(../images/company/company-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body:has(.company) .page-header {
    background: url(../images/company/sp-company-bg.webp) no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  body:has(.company) .breadnav {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .company {
    padding-inline: 2rem;
  }
}
.company__item {
  position: relative;
  padding-inline: 17rem 7.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .company__item {
    padding-inline: 2.76rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.company__item .company__nanairo-txt {
  position: absolute;
  width: 46.4rem;
  height: 8.4rem;
  -webkit-mask-image: url(../images/company/company-nanairoTxt.webp);
          mask-image: url(../images/company/company-nanairoTxt.webp);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .company__item .company__nanairo-txt {
    width: 16.9rem;
    height: 3.04rem;
  }
}
.company__item .company__title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.17em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #000;
}
.company__item .company__title span {
  letter-spacing: 0.07em;
  display: inline-block;
  margin-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  .company__item .company__title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-inline: auto;
  }
  .company__item .company__title span {
    margin-left: 1rem;
  }
}
.company__item .company__body {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .company__item .company__body {
    width: 100%;
  }
}
.company__item .company__subtitle {
  font-size: 2.15rem;
  line-height: 1.8604651163;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .company__item .company__subtitle {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0em;
    padding-top: 4rem;
  }
}
.company__item .company__name {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-family: var(--zen);
  margin-block: var(--leading-trim);
}
.company__item .company__name span {
  font-size: 2.7rem;
  line-height: 2.5185185185;
  font-weight: 700;
  letter-spacing: 0.17em;
  display: inline-block;
  margin-left: 2.4rem;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .company__item .company__name {
    font-size: 1.4rem;
    line-height: 2.8571428571;
    white-space: nowrap;
  }
  .company__item .company__name span {
    font-size: 2.2rem;
    line-height: 3.0909090909;
    margin-left: 1.2rem;
    letter-spacing: 0.07em;
  }
}
.company__item .company__text {
  margin-top: 3.6rem;
}
.company__item .company__text p {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 500;
  letter-spacing: 0.01rem;
  font-family: var(--soraDB-zen);
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .company__item .company__text {
    margin-top: 3.2rem;
  }
}
.company__item .company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: company-list-item;
}
.company__item .company__list .company__list-item {
  counter-increment: company-list-item;
}
.company__item .company__list .company__list-item .company__list-item-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3.15rem;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding-block: 0.9rem 1.3rem;
}
.company__item .company__list .company__list-item .company__list-item-title::before {
  content: counter(company-list-item);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  color: var(--orange);
  font-family: var(--soraDB-zen);
}
@media screen and (max-width: 768px) {
  .company__item .company__list .company__list-item .company__list-item-title {
    font-size: 1.5rem;
    padding-block: 0.78rem 0.42rem;
    padding-left: 2.8rem;
  }
  .company__item .company__list .company__list-item .company__list-item-title::before {
    font-size: 2.8rem;
    line-height: 1.1785714286;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.company__item .company__list .company__list-item .company__list-item-text {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: var(--soraDB-zen);
  margin-block: var(--leading-trim);
  padding-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .company__item .company__list .company__list-item .company__list-item-text {
    padding-top: 1.4rem;
  }
}
.company__item.company__item--1 {
  padding-top: 30.4rem;
  height: 52.9rem;
  width: 100%;
  padding-inline: 13.7rem 9.3rem;
  background-image: url(../images/company/company-bg-green.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company__item.company__item--1 .company__nanairo-txt {
  top: 8.4rem;
  left: -1rem;
  background: var(--green);
}
.company__item.company__item--1 .company__icon {
  position: absolute;
  top: -1.3rem;
  right: -0.8rem;
  width: 17rem;
}
.company__item.company__item--1 .company__title {
  border-color: var(--green);
  padding-top: 0.7rem;
}
.company__item.company__item--1 .company__subtitle {
  color: var(--green);
}
@media screen and (max-width: 768px) {
  .company__item.company__item--1 {
    background-image: url(../images/company/company-item01-bg-sp.webp);
    padding-inline: 2.76rem;
    padding-top: 12.6rem;
    height: 47.2rem;
  }
  .company__item.company__item--1 .company__nanairo-txt {
    top: 4.2rem;
    left: 0.1rem;
  }
  .company__item.company__item--1 .company__icon {
    width: 8.68rem;
    top: -8rem;
    right: 0;
  }
}
.company__item.company__item--2 {
  padding-top: 30.4rem;
  height: 142.2rem;
  width: 100%;
  padding-inline: 17.2rem 9.3rem;
  background-image: url(../images/company/company-item02-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company__item.company__item--2 .company__nanairo-txt {
  top: 10.8rem;
  right: -5rem;
  background: var(--orange);
}
.company__item.company__item--2 .company__title {
  border-color: var(--orange);
  padding-top: 0.7rem;
}
.company__item.company__item--2 .company__subtitle {
  color: var(--orange);
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .company__item.company__item--2 {
    background-image: url(../images/company/company-item02-bg-sp.webp);
    padding-top: 12.6rem;
    padding-inline: 2.76rem;
    height: 152.85rem;
  }
  .company__item.company__item--2 .company__nanairo-txt {
    top: 4.5rem;
    right: 0;
  }
}
.company__item.company__item--3 {
  padding-top: 27.3rem;
  padding-inline: 8.4rem 8rem;
  height: 77.7rem;
  width: 100%;
  background-image: url(../images/company/company-item03-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  gap: 6rem;
}
.company__item.company__item--3 .company__nanairo-txt {
  top: 8.92rem;
  left: -1rem;
  background: var(--blue);
}
.company__item.company__item--3 .company__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.company__item.company__item--3 .company__body {
  width: 43.7rem;
}
.company__item.company__item--3 .company__icon {
  position: absolute;
  top: -1.96rem;
  right: -5.8rem;
  width: 15.05rem;
}
.company__item.company__item--3 .company__title {
  border-color: var(--blue);
  padding-top: 1.2rem;
}
.company__item.company__item--3 .company__subtitle {
  color: var(--blue);
}
.company__item.company__item--3 .company__text {
  margin-top: 4.8rem;
}
.company__item.company__item--3 .company__text p {
  letter-spacing: 0.001rem;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company__item.company__item--3 {
    background-image: url(../images/company/company-item03-bg-sp.webp);
    padding-top: 13.9rem;
    padding-inline: 2.75rem;
    height: 91.85rem;
    gap: 0;
  }
  .company__item.company__item--3 .company__head {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .company__item.company__item--3 .company__title {
    padding-top: 0;
  }
  .company__item.company__item--3 .company__nanairo-txt {
    top: 4.8rem;
    left: 0;
  }
  .company__item.company__item--3 .company__subtitle {
    padding-top: 3rem;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
  .company__item.company__item--3 .company__body {
    max-width: 100%;
  }
  .company__item.company__item--3 .company__text {
    margin-top: 2.6rem;
  }
  .company__item.company__item--3 .company__text p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.company__item.company__item--4 {
  padding-top: 26.4rem;
  padding-inline: 8.4rem 8rem;
  height: 77.7rem;
  width: 100%;
  background-image: url(../images/company/company-item04-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  gap: 6rem;
}
.company__item.company__item--4 .company__nanairo-txt {
  top: 8.74rem;
  right: -5rem;
  background: var(--pink);
}
.company__item.company__item--4 .company__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.company__item.company__item--4 .company__body {
  width: 43.7rem;
}
.company__item.company__item--4 .company__title {
  border-color: var(--pink);
  padding-top: 1.2rem;
}
.company__item.company__item--4 .company__subtitle {
  color: var(--pink);
}
.company__item.company__item--4 .company__text {
  margin-top: 4.8rem;
}
.company__item.company__item--4 .company__text p {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company__item.company__item--4 {
    background-image: url(../images/company/company-item04-bg-sp.webp);
    padding-top: 13.6rem;
    padding-inline: 2.75rem;
    height: 84.9rem;
    gap: 0;
  }
  .company__item.company__item--4 .company__head {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .company__item.company__item--4 .company__title {
    padding-top: 0;
  }
  .company__item.company__item--4 .company__nanairo-txt {
    top: 4.5rem;
    right: 0;
  }
  .company__item.company__item--4 .company__subtitle {
    padding-top: 3rem;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.7647058824;
    white-space: nowrap;
  }
  .company__item.company__item--4 .company__body {
    max-width: 100%;
  }
  .company__item.company__item--4 .company__text {
    margin-top: 2.6rem;
  }
  .company__item.company__item--4 .company__text p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    letter-spacing: -0.07em;
  }
}

.company__graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company__graph .company__graph-title {
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: 700;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .company__graph .company__graph-title {
    text-align: center;
    font-size: 2rem;
    line-height: 1.55;
  }
}
.company__graph .company__graph-img {
  max-width: 99.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .company__graph .company__graph-img {
    max-width: 100%;
  }
  .company__graph .company__graph-img img {
    max-width: inherit;
    width: 34.05rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.company__graph-text-list {
  margin-top: 4rem;
}
.company__graph-text-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.company__graph-text-list dl .company__graph-text-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.5rem;
  position: relative;
}
.company__graph-text-list dl .company__graph-text-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.company__graph-text-list dl .company__graph-text-item dt {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0em;
  width: 10.8rem;
  padding-right: 1.4rem;
  margin-right: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  white-space: nowrap;
}
.company__graph-text-list dl .company__graph-text-item dd {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-block: var(--leading-trim);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(1)::before {
  background: var(--red);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(1) dt,
.company__graph-text-list dl .company__graph-text-item:nth-child(1) dd {
  color: var(--red);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(2)::before {
  background: var(--green);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(2) dt,
.company__graph-text-list dl .company__graph-text-item:nth-child(2) dd {
  color: var(--green);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(3)::before {
  background: var(--orange);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(3) dt,
.company__graph-text-list dl .company__graph-text-item:nth-child(3) dd {
  color: var(--orange);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(4)::before {
  background: var(--blue);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(4) dt,
.company__graph-text-list dl .company__graph-text-item:nth-child(4) dd {
  color: var(--blue);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(5)::before {
  background: #B4CD00;
}
.company__graph-text-list dl .company__graph-text-item:nth-child(5) dt,
.company__graph-text-list dl .company__graph-text-item:nth-child(5) dd {
  color: #B4CD00;
}
.company__graph-text-list dl .company__graph-text-item:nth-child(6)::before {
  background: var(--pink);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(6) dt,
.company__graph-text-list dl .company__graph-text-item:nth-child(6) dd {
  color: var(--pink);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(7)::before {
  background: var(--baige);
}
.company__graph-text-list dl .company__graph-text-item:nth-child(7) dt,
.company__graph-text-list dl .company__graph-text-item:nth-child(7) dd {
  color: var(--baige);
}

.company-detail .company-detail__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .company-detail .company-detail__title {
    gap: 1.5rem;
  }
}
.company-detail .company-detail__title img {
  width: 18.6rem;
}
@media screen and (max-width: 768px) {
  .company-detail .company-detail__title img {
    width: 10.9rem;
  }
}
.company-detail .company-detail__title span {
  font-size: 2.5rem;
  line-height: 1;
  font-family: var(--sora);
  font-weight: 600;
  letter-spacing: 0.096em;
  color: var(--baige);
}
@media screen and (max-width: 768px) {
  .company-detail .company-detail__title span {
    font-size: 1.6rem;
  }
}

.company-list {
  border-top: 0.1rem dashed #000;
  max-width: 63.2rem;
  width: 100%;
  margin-inline: auto;
}
.company-list dl {
  border-bottom: 0.1rem dashed #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-block: 1.95rem;
}
.company-list dl dt {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 700;
  width: 11rem;
}
.company-list dl dd {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .company-list dl {
    gap: 1rem;
    padding-block: 1.45rem;
  }
  .company-list dl dt {
    width: 7.2rem;
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
  .company-list dl dd {
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
}

.company__map {
  width: 100%;
  height: 32rem;
}
.company__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

body:has(.archive__container, .post__container) .page-header {
  background: url(../images/news/news-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body:has(.archive__container, .post__container) .page-header {
    background: url(../images/news/sp-news-bg.webp) no-repeat center center/cover;
  }
}

.page-header__title-jp--news {
  width: 35.4rem;
}
@media screen and (max-width: 768px) {
  .page-header__title-jp--news {
    width: 23.1rem;
  }
}

.archive__container {
  padding-top: 17rem;
  position: relative;
}
.archive__container::before {
  content: "";
  position: absolute;
  top: -8rem;
  right: -10.5rem;
  width: 24.2rem;
  height: 20rem;
  background: url(../images/news/news-icon01.webp) no-repeat center center/contain;
  animation: cloudanime 1.8s ease-in-out infinite alternate-reverse;
}

.archive__container-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}

.archive-category__aside {
  max-width: 18.6rem;
}

.news-category__title {
  width: 13.4rem;
  margin-inline: auto;
}

.archive-category__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

.archive-category {
  aspect-ratio: 186/88;
}

.archive-category--all {
  background: url(../images/news/category-bg--all.webp) no-repeat center center/cover;
}

.archive-category--news-cat {
  background: url(../images/news/category-bg--news.webp) no-repeat center center/cover;
}

.archive-category--event-cat {
  background: url(../images/news/category-bg--event.webp) no-repeat center center/cover;
} /* 
.archive-category--education-cat {
  background: url(../images/news/category-bg--education.webp) no-repeat center
    center / cover;
} */
.archive-category__link,
.news-category__link {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.archive-category__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.6rem;
  color: var(--white);
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
.archive-category__name::after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  rotate: 45deg;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  left: 50%;
  bottom: -1.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.archive__main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem 2.4rem;
}

.archive__item:hover .archive__icon {
  scale: 1.1;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.archive__link:hover .archive__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.archive__image {
  border-radius: 0.8rem;
  overflow: hidden;
}
.archive__image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive__textbody {
  margin-top: 2.5rem;
}

.archive__title {
  font-family: var(--sora);
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.04em;
}

.archive__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
.archive__media .archive-category {
  margin-left: 1.5rem;
  line-height: 1.6rem;
}

.archive__date {
  display: block;
  width: 8rem;
  border-right: 1px solid var(--black);
}
.archive__date time {
  font-family: var(--sora);
  font-size: 1.1rem;
}

.archive__icon {
  margin-left: auto;
  width: 3.6rem;
  height: 3.6rem;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

/* カテゴリー */
.news-category {
  border-radius: 0.8rem;
  height: 1.6rem;
  display: grid;
  place-content: center;
}

.archive-category {
  min-width: 6.6rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 2.3;
  font-family: var(--sora);
}

.news-category--all {
  background: var(--blue);
}

.news-category--news-cat {
  background: var(--red);
}

.news-category--event-cat {
  background: var(--green);
}

.archive__sort-dropdown {
  margin-left: auto;
  width: 8.3rem;
  text-align: right;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--sora);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--black);
  position: relative;
}
.archive__sort-dropdown select {
  width: 100%;
  color: var(--black);
  font-weight: 700;
  text-align: right;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.archive__sort-dropdown option {
  text-align: right;
  font-weight: 700;
}
.archive__sort-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 0.8rem;
  height: 0.8rem;
  rotate: 45deg;
  left: 0.3rem;
  top: -5%;
}

@media screen and (max-width: 768px) {
  .archive__container {
    padding-top: 5.5rem;
  }
  .archive__container::before {
    top: -5rem;
    right: 1rem;
    width: 11.5rem;
    height: 6.5rem;
  }
  .archive__container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
  .archive-category__aside {
    max-width: 100%;
    padding-inline: 4rem;
  }
  .archive-category__title {
    width: 10rem;
    margin-inline: auto;
  }
  .archive-category__list {
    margin-top: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
  }
  .archive-category {
    aspect-ratio: 140/66;
    width: calc(50% - 1rem);
  }
  .archive-category--all {
    background: url(../images/news/sp-category-bg--all.webp) no-repeat center center/cover;
  }
  .archive-category--news-cat {
    background: url(../images/news/sp-category-bg--news.webp) no-repeat center center/cover;
  }
  .archive-category--event-cat {
    background: url(../images/news/sp-category-bg--event.webp) no-repeat center center/cover;
  }
  /* .archive-category--education-cat {
    background: url(../images/news/sp-category-bg--education.webp) no-repeat
      center center / cover;
  } */
  .archive-category__name {
    margin-top: 3.4rem;
    font-size: 1.2rem;
  }
  .archive-category__name::after {
    width: 0.6rem;
    height: 0.6rem;
    bottom: -1.3rem;
  }
  .archive__main-content {
    padding-inline: 2rem;
  }
  .archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.2rem;
  }
  .archive__textbody {
    margin-top: 1.5rem;
  }
  .archive__title {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
  .archive__media {
    margin-top: 1rem;
  }
  .archive__media .archive-category {
    margin-left: 0.6rem;
    line-height: 1.2rem;
  }
  .archive__date {
    width: 6rem;
    border-right: none;
    position: relative;
  }
  .archive__date time {
    font-size: 0.9rem;
  }
  .archive__date:after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: var(--black);
    right: 0;
    height: 0.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .archive__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  /* カテゴリー */
  .news-category {
    height: 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .archive-category {
    min-width: 4.6rem;
    font-size: 0.9rem;
    line-height: 1.7777777778;
  }
  .archive__sort-dropdown {
    width: 7.6rem;
    font-size: 1.1rem;
  }
  .archive__sort-dropdown::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.post__container {
  margin-bottom: 30rem;
}
@media (hover: hover) and (pointer: fine) {
  .post__container .post__btn:hover {
    background: var(--red);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.post__body {
  max-width: 65rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.post-category {
  min-width: 7.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.8rem;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--white);
}

.post__image {
  margin-top: 1.5rem;
  aspect-ratio: 610/420;
  border-radius: 1.2rem;
}

.post__title {
  margin-top: 5.5rem;
  font-size: 2.5rem;
  line-height: 1.76;
  letter-spacing: 0.01em;
  padding-bottom: 3.5rem;
  border-bottom: 1px dashed #000;
  leading-trim: both;
  text-edge: cap alphabetic;
}

.post__date {
  margin-top: 2rem;
  font-size: 1.2rem;
  font-family: var(--sora);
  font-weight: 400;
}

.post__textbody {
  margin-top: 7rem;
}
.post__textbody p {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: -0.01em;
  leading-trim: both;
  text-edge: cap alphabetic;
}

@media screen and (max-width: 768px) {
  .post__container {
    margin-bottom: 13.5rem;
  }
  .post__body {
    max-width: 100%;
  }
  .post-category {
    min-width: 6rem;
    height: 1.6rem;
  }
  .post__image {
    margin-top: 2rem;
    aspect-ratio: 335/226;
  }
  .post__title {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    /*  margin-block: $leading-trim; */
    padding-bottom: 3.5rem;
  }
  .post__textbody {
    margin-top: 3.8rem;
  }
  .post__textbody p {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.archive__pagenation {
  margin-top: 11rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive__pagenation .pagenation-icon {
  display: inline-block;
  width: 2.75rem;
  height: 0.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive__pagenation .pagenation-icon:hover, .archive__pagenation .pagenation-icon:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive__pagenation .pagenation-icon.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.archive__pagenation .pagenation-icon.prev:hover, .archive__pagenation .pagenation-icon.prev:focus {
  -webkit-transform: scaleX(-1) scale(1.1);
          transform: scaleX(-1) scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive__pagenation .pager {
  display: grid;
  place-items: center;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  color: var(--black);
  font-family: var(--sora);
  cursor: pointer;
  line-height: 2.0909090909;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .archive__pagenation a.pager:hover, .archive__pagenation a.pager:focus {
    border-bottom: 1px solid var(--black);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.archive__pagenation .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: 3rem;
}
@media (hover: hover) and (pointer: fine) {
  .archive__pagenation .current,
  .archive__pagenation .pager a:hover {
    border-bottom: 1px solid var(--black);
  }
}

.page_num {
  display: none;
}

@media screen and (max-width: 768px) {
  .archive__pagenation {
    margin-top: 10.5rem;
  }
  .archive__pagenation .pagenation-icon {
    width: 2.7rem;
    height: 0.7rem;
  }
  .archive__pagenation .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    gap: 3rem;
  }
}
.page-header__title-jp--interview {
  width: 26.2rem;
}
@media screen and (max-width: 768px) {
  .page-header__title-jp--interview {
    width: 17.2rem;
  }
}

body:has(.interview) .page-header {
  background: url(../images/interview/interview-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body:has(.interview) .page-header {
    background: url(../images/interview/sp-interview-bg.webp) no-repeat center center/cover;
  }
}

.interview__container {
  position: relative;
}
.interview__container::before {
  content: "";
  position: absolute;
  top: -8rem;
  right: -10.5rem;
  width: 24.2rem;
  height: 20rem;
  background: url(../images/interview/interview-icon01.webp) no-repeat center center/contain;
  animation: cloudanime 1.8s ease-in-out infinite alternate-reverse;
}

.interview__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--sora);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.71875;
  letter-spacing: 0.17em;
  position: relative;
  margin-inline: auto;
  border-bottom: 2px solid var(--green);
}
.interview__title::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--bg-color);
}

.interview__list {
  margin-top: 8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  /*   &--teacher {
      .interview__item {
        &:nth-child(1) {
          .interview__image-text {
            padding-bottom: rem(10);
          }
        }
        &:nth-child(2) {
          .interview__image-text {
            padding-bottom: rem(27);
          }
        }
        &:nth-child(3) {
          .interview__image-text {
            padding-bottom: rem(25);
          }
        }
      }
    }
    &--parent {
      .interview__item {
        &:nth-child(1) {
          .interview__image-text {
            padding-bottom: rem(32);
          }
        }
        &:nth-child(2) {
          .interview__image-text {
            padding-bottom: rem(35);
          }
        }
      }
    } */
}

.interview__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}

.interview__image {
  width: 36rem;
  position: relative;
}
.interview__image img {
  width: 29.5rem;
  display: block;
}
.interview__image:has(.interview__image-hukidasi--green) img {
  margin-left: auto;
}
.interview__image:has(.interview__image-hukidasi--white) img {
  margin-right: auto;
}

.interview__image-hukidasi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 13rem;
  height: 22rem;
  top: 10%;
}

.interview__image-hukidasi--green {
  left: 0;
  background: url(../images/interview/interviewHukidasi--green.webp) no-repeat center center/contain;
}
.interview__image-hukidasi--green .interview__image-text {
  margin-right: 2.5rem;
}

.interview__image-hukidasi--white {
  right: 0;
  background: url(../images/interview/interviewHukidasi--white.webp) no-repeat center center/contain;
}
.interview__image-hukidasi--white img {
  margin-inline: 0 auto;
}
.interview__image-hukidasi--white .interview__image-text {
  color: var(--green);
  margin-left: 2rem;
}

.interview__image-text {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--sora);
  font-size: 1.5rem;
  color: var(--white);
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
.interview__image-text span {
  display: block;
  color: var(--white);
  font-family: inherit;
  padding-top: 1rem;
}

.interview__text-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 3.5rem;
}

.interview__name-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
}
.interview__name-inner span {
  padding-bottom: 0.3rem;
  margin-block: var(--leading-trim);
  font-size: 1.6rem;
  color: var(--green);
  line-height: 2.4375;
  letter-spacing: 0.07em;
}

.interview__name {
  margin-block: var(--leading-trim);
  color: var(--green);
  font-size: 2.7rem;
  line-height: 2.5185185185;
  letter-spacing: 0.17em;
}

.interview__text {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-family: var(--sora);
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: justify;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.interview__body--parent {
  margin-top: 29rem;
}

@media screen and (max-width: 768px) {
  .interview__container::before {
    top: -7rem;
    right: initial;
    left: 1.6rem;
    width: 13.4rem;
    height: 11.1rem;
  }
  .interview__title {
    font-size: 2.4rem;
    line-height: 2.2916666667;
  }
  .interview__list {
    margin-top: 4.5rem;
    gap: 3.5rem;
    padding-inline: 2rem;
  }
  .interview__list--teacher {
    /* .interview__item {
      &:nth-child(1) {
        .interview__image-text {
          padding-bottom: rem(20);
        }
      }
      &:nth-child(2) {
        .interview__image-text {
          padding-bottom: rem(30);
        }
      }
      &:nth-child(3) {
        .interview__image-text {
          padding-bottom: rem(27);
        }
      }
    } */
  }
  .interview__list--parent .interview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    /*  &:nth-child(1) {
       .interview__image-text {
         padding-bottom: rem(21);
       }
     }
     &:nth-child(2) {
       .interview__image-text {
         padding-bottom: rem(25);
       }
     } */
  }
  .interview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
  .interview__image {
    width: 100%;
  }
  .interview__image img {
    width: 22.8rem;
  }
  .interview__image:has(.interview__image-hukidasi--green) img {
    margin-inline: auto;
  }
  .interview__image:has(.interview__image-hukidasi--white) img {
    margin-inline: auto;
  }
  .interview__image-hukidasi {
    width: 10rem;
    height: 17rem;
  }
  .interview__image-hukidasi--green .interview__image-text {
    margin-right: 2.5rem;
  }
  .interview__image-hukidasi--white img {
    margin-inline: 0 auto;
  }
  .interview__image-hukidasi--white .interview__image-text {
    margin-left: 2rem;
  }
  .interview__image-text {
    font-size: 1.16rem;
    line-height: 1.6379310345;
  }
  .interview__image-text span {
    padding-top: 1rem;
  }
  .interview__text-inner {
    margin-bottom: 0rem;
  }
  .interview__name-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6rem;
  }
  .interview__name-inner span {
    font-size: 1.4rem;
    line-height: 1;
  }
  .interview__name {
    font-size: 2.2rem;
    line-height: 1;
  }
  .interview__body--parent {
    margin-top: 10rem;
  }
}
body:has(.faq) .page-header {
  background: url(../images/faq/faq-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body:has(.faq) .page-header {
    background: url(../images/faq/sp-faq-bg.webp) no-repeat center center/cover;
  }
}

.faq {
  position: relative;
}
.faq::before {
  content: "";
  position: absolute;
  top: -13rem;
  left: -1.7rem;
  width: 18rem;
  height: 8.2rem;
  background: url(../images/faq/faq-icon01.webp) no-repeat center center/contain;
  animation: cloudanime 1.8s ease-in-out infinite alternate-reverse;
}
.faq .faq__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.faq .faq__item-inner .faq__title-en {
  width: 3rem;
  color: var(--light-green);
  font-family: var(--sora);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.faq .faq__item-inner--a {
  margin-top: 4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq .faq__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.faq .faq__item--visit {
  margin-bottom: 5.5rem;
}
.faq .faq__item--visit .faq__text {
  min-height: auto;
}
.faq .faq__item--visit .faq__btn {
  width: 38.4rem;
  height: 5.6rem;
  margin-inline: auto;
  margin-top: 5rem;
  border-radius: 62.5em;
}
@media screen and (max-width: 768px) {
  .faq .faq__item--visit .faq__btn {
    height: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faq .faq__item--visit .faq__btn:hover {
    background: var(--light-green);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.faq .faq__title {
  font-size: 2.5rem;
  font-family: var(--sora);
  font-weight: 700;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.22;
  border-top: 2px solid var(--light-green);
  border-bottom: 2px solid var(--light-green);
  text-align: center;
  position: relative;
}
.faq .faq__title::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-right: 2px solid var(--light-green);
  border-bottom: 2px solid var(--light-green);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: var(--bg-color);
}
.faq .faq__text {
  font-size: 1.3rem;
  line-height: 2;
  font-family: var(--sora);
  letter-spacing: -0.04em;
  min-height: 12.4rem;
  margin-block: var(--leading-trim);
}
.faq .faq__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq .faq__content .faq__text {
  min-height: auto;
}
.faq .faq__box-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 5.5rem;
  font-size: 2.5rem;
  font-family: var(--sora);
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--light-green);
}
.faq .faq__box-midasi {
  margin-top: 5.8rem;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.faq .faq__box-midasi + .faq__box-item {
  margin-top: 5rem;
}
.faq .faq__box-item + .faq__box-item {
  margin-top: 6.5rem;
}
.faq .faq__box-item + .faq__box-item > .faq__text {
  margin-top: 3rem;
}
.faq .faq__box-item .faq__text:last-child {
  margin-top: 3rem;
}
.faq__map {
  margin-top: 3.5rem;
  width: 100%;
  padding-bottom: 4rem;
}
.faq__map-text {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 2;
  font-family: var(--sora);
  letter-spacing: -0.04em;
}
.faq__text-inner--contact {
  margin-top: 10rem;
}
.faq__text-inner--contact h3 + .faq__text {
  margin-top: 4rem;
}
.faq__text-inner--contact .faq__btn {
  width: 38.4rem;
  height: 5.6rem;
  margin-inline: auto;
  margin-top: 4.5rem;
  border-radius: 62.5em;
}
@media screen and (max-width: 768px) {
  .faq__text-inner--contact .faq__btn {
    height: 5rem;
  }
}
.faq__text-inner--contact .faq__btn .btn__link span::after {
  right: -5.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .faq__text-inner--contact .faq__btn .btn__link:hover span::after {
    right: -6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.faq__text--tel {
  margin-block: 4rem 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  line-height: 1;
}
.faq__text--tel span {
  font-size: 4.3rem;
  letter-spacing: 0.046em;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .faq .faq__btn:hover {
    background: var(--light-green);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding-inline: 2rem;
  }
  .faq::before {
    top: -10.5rem;
    left: initial;
    right: 2rem;
    width: 13.9rem;
    height: 6.3rem;
  }
  .faq .faq__item-inner {
    gap: 1rem;
  }
  .faq .faq__item-inner .faq__title-en {
    width: 2rem;
    font-size: 2.3rem;
  }
  .faq .faq__item-inner--a {
    margin-top: 2rem;
  }
  .faq .faq__list {
    gap: 4rem;
  }
  .faq .faq__item--visit {
    /*   margin-bottom: rem(65); */
    margin-bottom: 0;
  }
  .faq .faq__item--visit .faq__btn {
    margin-top: 5rem;
    width: 28.9rem;
  }
  .faq .faq__title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    padding-block: 1.5rem;
  }
  .faq .faq__text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    min-height: auto;
  }
  .faq__map {
    margin-top: 4.3rem;
    padding-bottom: 0;
  }
  .faq__map-text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
  .faq__text-inner--contact {
    margin-top: 4.7rem;
  }
  .faq__text-inner--contact h3 + .faq__text {
    margin-top: 2.5rem;
  }
  .faq__text-inner--contact .faq__btn {
    margin-top: 2.5rem;
    width: 29.4rem;
  }
  .faq .faq__box-title {
    margin-top: 4.5rem;
    font-size: 2.05rem;
  }
  .faq .faq__box-midasi {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
  .faq .faq__box-midasi + .faq__box-item {
    margin-top: 4.2rem;
  }
  .faq .faq__box-item + .faq__box-item {
    margin-top: 5rem;
  }
  .faq .faq__box-item .faq__text:last-child {
    margin-top: 2.5rem;
  }
  .faq .faq__box-item .faq__text span {
    margin-top: 1.5rem;
    display: block;
  }
  .faq__text--tel {
    margin-block: 3.2rem 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
  }
  .faq__text--tel span {
    font-size: 2.8rem;
  }
}

.page-header__title-jp--faq {
  width: 49.6rem;
}
@media screen and (max-width: 768px) {
  .page-header__title-jp--faq {
    width: 31.6rem;
  }
}

body:has(.program) .page-header {
  background: url(../images/program/program-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body:has(.program) .page-header {
    background: url(../images/program/sp-program-bg.webp) no-repeat center center/cover;
  }
}

.program__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.075em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.6rem;
  border-bottom: 3px solid var(--pink);
}
.program__text--top {
  margin-top: 5.3rem;
  max-width: 60rem;
  margin-inline: auto;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  text-align: justify;
  line-height: 2;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.program .program__body-title-wrapper {
  position: relative;
}
.program .program__body-title-wrapper::before {
  content: "";
  position: absolute;
  top: -4.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.program__body--elementary {
  margin-top: 24rem;
  position: relative;
}
.program__body--elementary::before {
  content: "";
  position: absolute;
  top: -13.5rem;
  left: -10rem;
  width: 18.9rem;
  height: 17.4rem;
  background: url(../images/program/program-icon01.webp) no-repeat center center/contain;
  animation: cloudanime 1.8s ease-in-out infinite alternate-reverse;
}
.program__body--elementary .program__body-title-wrapper::before {
  background: url(../images/program/elementary-school.webp) no-repeat center center/contain;
  width: 26.3rem;
  height: 4.2rem;
}
.program__body--elementary .program__item {
  border-bottom: 3px solid var(--blue);
}
.program__body--middle {
  margin-top: 35rem;
}
.program__body--middle .program__body-title-wrapper::before {
  background: url(../images/program/junior-high-school.webp) no-repeat center center/contain;
  width: 26.8rem;
  height: 4.3rem;
}
.program__body--middle .program__item {
  border-bottom: 3px solid var(--orange);
}
.program__body--event {
  margin-top: 16.5rem;
}
.program__body--event .program__body-title-wrapper::before {
  background: url(../images/program/nanairo-event.webp) no-repeat center center/contain;
  width: 26.9rem;
  height: 4.2rem;
}
.program__body-title {
  text-align: center;
  margin-top: 5rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.17em;
}
.program__day {
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
.program__day li {
  border-radius: 50%;
  width: 7.2rem;
  height: 7.2rem;
  display: grid;
  place-items: center;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.program__day--elementary li {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.program__day--middle li {
  border: 1px solid var(--orange);
  color: var(--orange);
}
.program__list {
  margin-top: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.program__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.program__item-title {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.17em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-family: var(--sora);
}
.program__item-title span {
  font-size: 1.8rem;
  display: inline;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  vertical-align: bottom;
}
.program__item-text {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  text-align: justify;
  line-height: 1.8333333333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.program__txt-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2rem;
}
.program__img-inner {
  width: 40rem;
  aspect-ratio: 400/260;
}
.program__img-inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program .event__content {
  margin-top: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.program .event__content .event__txt-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.program .event__content .event__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.program .event__content .event__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.9rem;
}
.program .event__content .event__item span {
  color: var(--green);
  display: block;
  width: 6.2rem;
  text-align: right;
}
.program .event__content .event__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.04em;
}
.program .event__content .event__item-img-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 40rem;
}
.program .event__content .event__item-img-inner img {
  aspect-ratio: 400/260;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .program__title {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
  .program__text--top {
    margin-top: 4.5rem;
    max-width: 100%;
    padding-inline: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    line-height: 1.8333333333;
  }
  .program .program__body-title-wrapper::before {
    top: -4rem;
  }
  .program__body--elementary {
    margin-top: 23rem;
  }
  .program__body--elementary::before {
    top: -17.5rem;
    left: 1rem;
    width: 11.7rem;
    height: 10.7rem;
  }
  .program__body--elementary .program__body-title-wrapper::before {
    background: url(../images/program/sp-elementary-school.webp) no-repeat center center/contain;
    width: 19.6rem;
    height: 3rem;
  }
  .program__body--elementary .program__item {
    border-left: 3px solid var(--blue);
    border-bottom: none;
  }
  .program__body--middle {
    margin-top: 10rem;
  }
  .program__body--middle .program__body-title-wrapper::before {
    background: url(../images/program/sp-junior-high-school.webp) no-repeat center center/contain;
    width: 20rem;
    height: 3.1rem;
  }
  .program__body--middle .program__item {
    border-left: 3px solid var(--orange);
    border-bottom: none;
  }
  .program__body--event {
    margin-top: 13rem;
    padding-inline: 2rem;
  }
  .program__body--event .program__body-title-wrapper::before {
    background: url(../images/program/sp-nanairo-event.webp) no-repeat center center/contain;
    width: 20.1rem;
    height: 3rem;
  }
  .program__body-title {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
  .program__day {
    margin-top: 1.6rem;
    gap: 0.5rem;
  }
  .program__day li {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 1.4rem;
  }
  .program__list {
    margin-top: 4.5rem;
    padding-inline: 2rem;
  }
  .program__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program__item-title {
    font-size: 2rem;
  }
  .program__item-title span {
    font-size: 1.6rem;
    letter-spacing: 0.11em;
  }
  .program__item-text {
    margin-top: 2rem;
    letter-spacing: 0.04em;
  }
  .program__txt-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 0rem;
    padding-left: 2rem;
  }
  .program__img-inner {
    width: 100%;
  }
  .program .event__content {
    border-left: 3px solid var(--green);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.5rem;
    gap: 4rem;
  }
  .program .event__content .event__txt-inner {
    padding-left: 1.1rem;
  }
  .program .event__content .event__item {
    gap: 1rem;
    font-size: 1.6rem;
  }
  .program .event__content .event__item span {
    width: 4.5rem;
    margin-block: var(--leading-trim);
  }
  .program .event__content .event__item-text {
    margin-block: var(--leading-trim);
  }
  .program .event__content .event__item-img-inner {
    width: 100%;
  }
  .program .event__content .event__item-img-inner img:nth-child(2), .program .event__content .event__item-img-inner img:nth-child(3) {
    display: none;
  }
}

.page-header__title-jp--program {
  width: 43.9rem;
}
@media screen and (max-width: 768px) {
  .page-header__title-jp--program {
    width: 28.4rem;
  }
}

body:has(.contact) .page-header {
  background: url(../images/contact/contact-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  body:has(.contact) .page-header {
    background: url(../images/contact/sp-contact-bg.webp) no-repeat center center/cover;
  }
}

.cta__wrapper {
  max-width: 63.2rem;
  width: 100%;
  margin-inline: auto;
}

.cta__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--black);
  margin-bottom: 5.2rem;
}
.cta__head .cta__head-text {
  font-size: 1.5rem;
  line-height: 1;
  font-family: var(--sora);
  font-weight: 600;
}
.cta__head .cta__head-sub {
  font-size: 1.2rem;
  line-height: 1;
  font-family: var(--zen);
  font-weight: 600;
}
.cta__head .cta__head-sub span {
  color: var(--red);
}
@media screen and (max-width: 768px) {
  .cta__head {
    margin-bottom: 2.6rem;
  }
  .cta__head .cta__head-text {
    font-size: 1.2rem;
  }
  .cta__head .cta__head-sub {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .contact__inner {
    padding-inline: 2rem;
  }
}

.contact__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .contact__form {
    gap: 2.4rem;
  }
}
.contact__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .contact__form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__form-item--policy {
  padding-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .contact__form-item--policy {
    padding-top: 0.4rem;
  }
}
.contact__form-item--check {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form-item--check input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid var(--gray);
  border-radius: 50%;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form-item--check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  background-color: var(--black);
  border-radius: 50%;
}
.contact__form-item--check label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-family: var(--zen);
}
@media screen and (max-width: 768px) {
  .contact__form-item--check {
    margin-top: 1.1rem;
  }
  .contact__form-item--check label {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.contact__form-item-label {
  width: 14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: var(--zen);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact__form-item-label {
    width: 100%;
    font-size: 1.3rem;
  }
}
.contact__form-item-label--message {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact__form-item-label--message {
    padding-top: 0rem;
  }
}
.contact__form-item-label--policy {
  line-height: 1.6666666667;
  padding-top: 1.5rem;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .contact__form-item-label--policy {
    line-height: 1.9230769231;
    padding-top: 0rem;
  }
  .contact__form-item-label--policy br {
    display: none;
  }
}
.contact__form-item-label .attention {
  color: var(--red);
  font-size: 1.2rem;
  margin-left: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact__form-item-label .attention {
    font-size: 1rem;
  }
}
.contact__form-item-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact__form-item-input-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Sora", sans-serif;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact__form-item-input-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-item-input {
    width: 100%;
  }
}
.contact__form-item-input .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__form-item-input .wpcf7-not-valid {
  border: 1px solid var(--red);
}
.contact__form-item-input input[type=text],
.contact__form-item-input input[type=tel],
.contact__form-item-input input[type=email],
.contact__form-item-input select,
.contact__form-item-input textarea {
  width: 100%;
  padding: 0.5rem 1.6rem;
  border: 2px solid var(--gray);
  background-color: var(--white);
  border-radius: 1rem;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: var(--zen);
}
@media screen and (max-width: 768px) {
  .contact__form-item-input input[type=text],
  .contact__form-item-input input[type=tel],
  .contact__form-item-input input[type=email],
  .contact__form-item-input select,
  .contact__form-item-input textarea {
    padding: 0.6rem 1.6rem;
  }
}
.contact__form-item-input input[type=text]::-webkit-input-placeholder, .contact__form-item-input input[type=tel]::-webkit-input-placeholder, .contact__form-item-input input[type=email]::-webkit-input-placeholder, .contact__form-item-input select::-webkit-input-placeholder, .contact__form-item-input textarea::-webkit-input-placeholder {
  color: var(--gray);
  font-size: 1.5rem;
}
.contact__form-item-input input[type=text]::-moz-placeholder, .contact__form-item-input input[type=tel]::-moz-placeholder, .contact__form-item-input input[type=email]::-moz-placeholder, .contact__form-item-input select::-moz-placeholder, .contact__form-item-input textarea::-moz-placeholder {
  color: var(--gray);
  font-size: 1.5rem;
}
.contact__form-item-input input[type=text]:-ms-input-placeholder, .contact__form-item-input input[type=tel]:-ms-input-placeholder, .contact__form-item-input input[type=email]:-ms-input-placeholder, .contact__form-item-input select:-ms-input-placeholder, .contact__form-item-input textarea:-ms-input-placeholder {
  color: var(--gray);
  font-size: 1.5rem;
}
.contact__form-item-input input[type=text]::-ms-input-placeholder, .contact__form-item-input input[type=tel]::-ms-input-placeholder, .contact__form-item-input input[type=email]::-ms-input-placeholder, .contact__form-item-input select::-ms-input-placeholder, .contact__form-item-input textarea::-ms-input-placeholder {
  color: var(--gray);
  font-size: 1.5rem;
}
.contact__form-item-input input[type=text]::placeholder,
.contact__form-item-input input[type=tel]::placeholder,
.contact__form-item-input input[type=email]::placeholder,
.contact__form-item-input select::placeholder,
.contact__form-item-input textarea::placeholder {
  color: var(--gray);
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact__form-item-input input[type=text]::-webkit-input-placeholder, .contact__form-item-input input[type=tel]::-webkit-input-placeholder, .contact__form-item-input input[type=email]::-webkit-input-placeholder, .contact__form-item-input select::-webkit-input-placeholder, .contact__form-item-input textarea::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .contact__form-item-input input[type=text]::-moz-placeholder, .contact__form-item-input input[type=tel]::-moz-placeholder, .contact__form-item-input input[type=email]::-moz-placeholder, .contact__form-item-input select::-moz-placeholder, .contact__form-item-input textarea::-moz-placeholder {
    font-size: 1.3rem;
  }
  .contact__form-item-input input[type=text]:-ms-input-placeholder, .contact__form-item-input input[type=tel]:-ms-input-placeholder, .contact__form-item-input input[type=email]:-ms-input-placeholder, .contact__form-item-input select:-ms-input-placeholder, .contact__form-item-input textarea:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .contact__form-item-input input[type=text]::-ms-input-placeholder, .contact__form-item-input input[type=tel]::-ms-input-placeholder, .contact__form-item-input input[type=email]::-ms-input-placeholder, .contact__form-item-input select::-ms-input-placeholder, .contact__form-item-input textarea::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .contact__form-item-input input[type=text]::placeholder,
  .contact__form-item-input input[type=tel]::placeholder,
  .contact__form-item-input input[type=email]::placeholder,
  .contact__form-item-input select::placeholder,
  .contact__form-item-input textarea::placeholder {
    font-size: 1.3rem;
  }
}
.contact__form-item-input textarea {
  height: 17.2rem;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact__form-item-input textarea {
    height: 19.2rem;
  }
}
.contact__form-item-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/common/icon-select.svg");
  background-size: 1.376rem;
  background-repeat: no-repeat;
  background-position: 1.2rem 1.4rem;
  padding-left: 3.6rem;
}
@media screen and (max-width: 768px) {
  .contact__form-item-input select {
    padding-right: 3.8rem;
    width: 100%;
  }
}
.contact__form-item-input .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem 6.2rem;
}
@media screen and (max-width: 768px) {
  .contact__form-item-input .wpcf7-radio {
    gap: 1.2rem;
  }
}
.contact__form-item-input .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact__form-item-input .wpcf7-radio .wpcf7-list-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__form-item-input .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  cursor: pointer;
}
.contact__form-item-input .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid var(--gray);
  border-radius: 50%;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form-item-input .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  background-color: var(--black);
  border-radius: 50%;
}
.contact__form-item-input .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: var(--zen);
}
@media screen and (max-width: 768px) {
  .contact__form-item-input .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-item-input .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__form-item-input .wpcf7-radio > span:first-of-type label > span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.contact__form-item-input--policy {
  padding-block: 1.7rem;
  border-block: 2px solid var(--black);
}
.contact__form-item-input--policy h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-family: var(--zen);
}
.contact__form-item-input--policy p {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-family: var(--sora);
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .contact__form-item-input--policy {
    padding-block: 1.8rem 2rem;
  }
  .contact__form-item-input--policy h4 {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
  .contact__form-item-input--policy p {
    margin-top: 0.6rem;
  }
}
.contact__form .wpcf7-response-output {
  display: none;
}
.contact__form-submit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.8rem;
  width: 29.2rem;
  height: 6rem;
  cursor: pointer;
  margin-inline: auto;
}
.contact__form-submit + .contact__form-submit {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact__form-submit {
    width: 25rem;
    height: 5rem;
    margin-top: 3.4rem;
  }
}
.contact__form-submit .wpcf7-spinner {
  display: none;
}
.contact__form-submit-btn {
  position: relative;
  margin: 0 auto;
}
.contact__form-submit .btn__link .btn__text {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__form-submit .btn__link span::after {
  right: 1.5rem;
}
.contact__form-submit .btn__link:hover span::after {
  right: 1rem;
}
.contact__form-submit .btn__link--previous {
  background: var(--orange);
}
.contact__form-submit .btn__link--previous input {
  color: var(--white);
}
.contact__form-submit .btn__link--previous:hover {
  background: var(--btn);
}
.contact__form-submit .wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__icon {
  position: absolute;
  top: -0.7rem;
  left: 5.4rem;
  width: 12.4rem;
}
@media screen and (max-width: 768px) {
  .contact__icon {
    width: 7.9rem;
    top: -3.8rem;
    left: 1.73rem;
  }
}

.contact__box {
  position: relative;
  background: url("../images/contact/contact-content-bg.webp") no-repeat center center/cover;
  padding-block: 29.2rem 20rem;
  margin-top: 16.6rem;
}
@media screen and (max-width: 768px) {
  .contact__box {
    padding-block: 12.3rem 10rem;
    margin-top: 9.55rem;
    background: url("../images/contact/contact-content-bg-sp.webp") no-repeat center center/cover;
  }
}
.contact__box .contact__box-title {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.17em;
  font-family: var(--sora);
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.8rem;
  border-bottom: 3px solid var(--orange);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.contact__box .contact__box-subTitle {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: var(--sora);
  font-weight: 700;
  text-align: center;
  margin-top: 5.8rem;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-subTitle {
    font-size: 1.6rem;
    margin-top: 4.2rem;
  }
}
.contact__box .contact__box-item {
  max-width: 59rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item {
    max-width: calc(100% - 3.6rem);
  }
}
.contact__box .contact__box-item .contact__box-item-title {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: var(--sora);
  font-weight: 500;
  text-align: center;
  color: var(--orange);
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item .contact__box-item-title {
    font-size: 1.5rem;
  }
}
.contact__box .contact__box-item .contact__box-item-text {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item .contact__box-item-text {
    margin-top: 2.4rem;
  }
}
.contact__box .contact__box-item .contact__box-item-text p,
.contact__box .contact__box-item .contact__box-item-text dt,
.contact__box .contact__box-item .contact__box-item-text dd {
  font-size: 1.3rem;
  line-height: 1.9230769231;
  letter-spacing: 0.03em;
  font-family: var(--sora);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item .contact__box-item-text p,
  .contact__box .contact__box-item .contact__box-item-text dt,
  .contact__box .contact__box-item .contact__box-item-text dd {
    font-size: 1.2rem;
    line-height: 1.875;
  }
}
.contact__box .contact__box-item .contact__box-item-text .bold {
  font-weight: 700;
}
.contact__box .contact__box-item .contact__box-item-text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
}
.contact__box .contact__box-item .contact__box-item-text dl .contact__box-item-text-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item .contact__box-item-text dl .contact__box-item-text-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__box .contact__box-item .contact__box-item-text dl dt {
  width: 17.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  letter-spacing: -0.04em;
}
.contact__box .contact__box-item .contact__box-item-text dl dt::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-inline: 1.4rem 1.2rem;
  height: 0.6rem;
  background-image: -webkit-radial-gradient(circle, #000000 0.1rem, transparent 0.1rem);
  background-image: radial-gradient(circle, #000000 0.1rem, transparent 0.1rem);
  background-position: 100% center;
  background-repeat: repeat-x;
  background-size: 0.55rem 0.2rem;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item .contact__box-item-text dl dt {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__box .contact__box-item .contact__box-item-text dl dt::after {
    display: none;
  }
}
.contact__box .contact__box-item .contact__box-item-text dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item .contact__box-item-text dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-left: 2.8rem;
  }
}
.contact__box .contact__box-item .contact__box-item-text .red-box {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--red);
  padding: 1.5rem 2rem;
  padding-right: 4rem;
  margin-left: -2rem;
}
@media screen and (max-width: 768px) {
  .contact__box .contact__box-item .contact__box-item-text .red-box {
    padding: 1rem;
    margin-left: 0;
    margin-inline: auto;
  }
}

.contact__box02 {
  position: relative;
  width: 73.2rem;
  margin-inline: auto;
  margin-top: 19.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10.6rem;
}
@media screen and (max-width: 768px) {
  .contact__box02 {
    width: 30rem;
    margin-top: 11.5rem;
    gap: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact__box02 .contact__logo {
  position: relative;
  width: 30.8rem;
}
.contact__box02 .contact__logo::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 5.3rem);
  width: 1px;
  height: 7.3rem;
  background-color: var(--black);
}
@media screen and (max-width: 768px) {
  .contact__box02 .contact__logo {
    width: 28rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .contact__box02 .contact__logo::before {
    width: 30rem;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }
}
.contact__box02 .contact__box02-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact__box02 .contact__box02-body {
    gap: 0rem;
    margin-inline: auto;
  }
}
.contact__box02 .contact__box-address {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-family: var(--soraDB-zen);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__box02 .contact__box-address {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
.contact__box02 .contact__box-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contact__box02 .contact__box-tel {
    gap: 0.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__box02 .contact__box-tel .contact__box-tel-label {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.084em;
  font-family: var(--soraDB-zen);
  font-weight: 700;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .contact__box02 .contact__box-tel .contact__box-tel-label {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
.contact__box02 .contact__box-tel .contact__box-tel-number {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.046em;
  font-family: var(--soraDB-zen);
  font-weight: 700;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 768px) {
  .contact__box02 .contact__box-tel .contact__box-tel-number {
    font-size: 2.8rem;
  }
}

.error404 .page-404 {
  margin-bottom: 16rem;
}
.error404 .page-header__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.096em;
  font-family: var(--sora);
  color: var(--white);
}
.error404 h2 {
  font-size: 2.4rem;
  text-align: center;
}
.error404 p {
  margin-top: 4rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404 .page-404 {
    margin-bottom: 10rem;
  }
  .error404 .page-header__title {
    font-size: 4rem;
  }
  .error404 h2 {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */