@charset "UTF-8";@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';@import 'https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';

html { box-sizing: border-box; }
*,*::before,*::after { box-sizing: inherit; }
html,body { margin:0; padding:0; }
:root { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; } /* 文字の勝手な拡大防止 */
img,video { max-width:100%; height:auto; display:block; }        /* 画像のはみ出し防止 */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  background: #fff;
  color: #191e1f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 2560px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html.is-scroll-lock,
body.is-scroll-lock {
  overflow-y: hidden;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}
img.zoom {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  img.zoom:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
img.cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
img.contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
input,
textarea,
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
address {
  font-style: normal;
	font-size: 112%;
}
[class$="--en"] {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.1em;
}
a {
  color: #e07f81;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 960px) {
  a:hover {
    color: #e07f81;
    opacity: 0.6;
  }
  a:visited {
    color: #e07f81;
  }
  a:active {
    color: #e07f81;
  }
}
.inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  position: relative;
}
.is-narrow {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 639px) {
  .is-x-scroll {
    display: block !important;
    margin: 0 -20px;
    overflow-x: scroll;
    width: auto;
  }
  .is-x-scroll > * {
    margin: 0 20px;
    width: 800px !important;
  }
}
.over {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 960px) {
  .over:hover {
    opacity: 0.6;
  }
}
[class*=aspect-] {
  position: relative;
}
[class*=aspect-] > img, [class*=aspect-] > video, [class*=aspect-] > iframe {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.aspect-9-16 {
  aspect-ratio: 9/16;
}
.aspect-2-3 {
  aspect-ratio: 2/3;
}
.aspect-3-4 {
  aspect-ratio: 3/4;
}
.aspect-1-1 {
  aspect-ratio: 1/1;
}
.aspect-4-3 {
  aspect-ratio: 4/3;
}
.aspect-3-2 {
  aspect-ratio: 3/2;
}
.aspect-16-9 {
  aspect-ratio: 16/9;
}
.aspect-47-20 {
  aspect-ratio: 47/20;
}
.aspect-3-1 {
  aspect-ratio: 3/1;
}
.aspect-4-1 {
  aspect-ratio: 4/1;
}
.aspect-5-1 {
  aspect-ratio: 5/1;
}
.aspect-auto {
  aspect-ratio: auto;
  text-align: center;
}
.aspect-auto > img, .aspect-auto > video, .aspect-auto > iframe {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  width: auto;
}
.scroll::-webkit-scrollbar {
  width: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #aaa;
}
.scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #999;
          box-shadow: inset 0 0 0 2px #999;
}
@media (min-width: 960px) {
  .is-pc {
    display: block !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-tb {
    display: block !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-pc-tb {
    display: none !important;
  }
  .is-tb-sp {
    display: block !important;
  }
}
.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.is-visible {
  opacity: 1;
  pointer-events: initial;
}
.page-wrapper {
  background: url("../images/top/page-wrapper_bg.jpg") no-repeat center center fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 40px 0;
}
@media (max-width: 639px) {
  .page-wrapper {
    background: none;
    padding: 0;
  }
}
.page-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 40px);
  margin: 0 60px;
  max-width: 430px;
  position: relative;
  width: 100%;
}
@media (max-width: 1279px) {
  .page-menu {
    margin: 0 60px 0 0;
  }
}
.page-menu__container {
  position: fixed;
  width: 430px;
}
@media (max-width: 1279px) {
  .page-menu__container {
    width: 34%;
  }
}
.page-menu__logo {
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-menu__list {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 20px 10px;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.page-menu__link {
  color: #fff !important;
  display: block;
  font-size: 1.8rem;
  padding: 10px 15px 10px 25px;
  position: relative;
}
.page-menu__link::before {
  content: "●";
  font-size: 1rem;
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 959px) {
  .page-menu {
    display: none;
  }
}
.page-container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 45px;
  max-width: 460px;
  overflow: hidden;
  padding: 10px 10px 0;
  position: relative;
  width: 460px;
}
@media (max-width: 959px) {
  .page-container {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .page-container {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: inherit;
    padding: 0;
    width: 100%;
  }
}
.page-inner {
  background: #fff;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 639px) {
  .page-inner {
    border-radius: 0;
  }
}
.header {
  height: 100px;
  margin: 0 auto;
  max-width: 440px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 639px) {
  .header {
    max-width: inherit;
    position: fixed;
  }
}
.header .inner {
  height: 100%;
  max-width: inherit;
}
.header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 136px;
  z-index: 100;
}
@media (max-width: 639px) {
  .header__logo {
    width: 114px;
  }
}
.header__drawer .drawer__button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 50px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  width: 50px;
  height: 50px;
      background-color: #e07f81;
      border-radius: 50%;        
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
}
@media (max-width: 639px) {
  .header__drawer .drawer__button {
    right: 20px;
    top: 25px;
  }
}
.header__drawer .drawer__button span.line {
  background: #FFFFFF;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header__drawer .drawer__button span.line:nth-child(1) {
  left: 14px;
  top: calc(50% - 10px);
  width: 21px;
}
.header__drawer .drawer__button span.line:nth-child(2) {
  left: 14px;
  top: 50%;
  width: 21px;
}
.header__drawer .drawer__button span.line:nth-child(3) {
  left: 14px;
  top: calc(50% + 10px);
  width: 21px;
}
.header__drawer .drawer__content {
  background: #f7eff0;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-x: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%;
}
@media (max-width: 639px) {
  .header__drawer .drawer__content {
    border-radius: 0;
    padding-top: 100px;
    top: 0;
  }
}
.header__drawer .drawer__scroll {
  max-height: calc(100% - 50px);
  overflow: hidden auto;
  padding-bottom: 40px;
  width: 100%;
}
@media (max-width: 639px) {
  .header__drawer .drawer__scroll {
    max-height: calc(100% - 60px);
  }
}
.header__drawer .drawer--open .drawer__button span.line:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 25px;
}
.header__drawer .drawer--open .drawer__button span.line:nth-child(2) {
  opacity: 0;
}
.header__drawer .drawer--open .drawer__button span.line:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  width: 25px;
}
.header__drawer .drawer--open .drawer__content {
  opacity: 1;
  pointer-events: initial;
}
.header__drawer .navi__link {
  border-bottom: 1px solid #ddd;
  color: #191e1f;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 20px 10px;
}
.header__drawer .navi__link::after {
  color: #e07f81;
  font-size: 2rem;
}
.header__drawer .navi__item {
  margin-bottom: 10px;
  width: 100%;
}
.header__drawer .navi__list--half {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  padding-bottom: 20px;
}
.header__drawer .navi__list--half .navi__item {
  margin: 0;
  width: 50%;
}
.header__drawer .navi__list--half .navi__link {
  border-bottom: none;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px;
}
.header__drawer .sub-navi {
  padding: 10px 0;
}
.header__drawer .sub-navi__link {
  color: #191e1f;
  display: block;
  font-size: 1.3rem;
  padding: 5px 10px;
}
.header__drawer .tel {
  border: 2px solid #e07f81;
  border-radius: 5px;
  letter-spacing: 0;
  margin-top: 40px;
  padding: 5px 20px 10px;
  pointer-events: none;
}
@media (max-width: 639px) {
  .header__drawer .drawer--open .tel {
    pointer-events: initial;
  }
}
.header__drawer .tel__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  pointer-events: none;
}
@media (max-width: 639px) {
  .header__drawer .drawer--open .tel__number {
    pointer-events: initial;
  }
}
.header__drawer .tel__number::before {
  /* background: url("../images/top/ico_tel.png") no-repeat center center; */
  background-size: 100%;
  content: "";
  display: block;
  height: 22px;
  width: 17px;
}
.header__drawer .tel__note {
  color: #191e1f;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.header__drawer .contact {
  margin-top: 20px;
}
.header.is-fixed {
  position: fixed;
}
.header.is-fixed .header__drawer .drawer__content {
  border-radius: 0;
  top: 0;
}
.main .page-title {
  padding-top: 120px;
}
@media (max-width: 1599px) {
  .main .page-title {
    padding-top: 100px;
  }
}
@media (max-width: 1279px) {
  .main .page-title {
    padding-top: 80px;
  }
}
@media (max-width: 959px) {
  .main .page-title {
    padding-top: 70px;
  }
}
@media (max-width: 639px) {
  .main .page-title {
    padding-top: 60px;
  }
}
.main .page-title {
  padding-bottom: 80px;
}
@media (max-width: 1599px) {
  .main .page-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .main .page-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 959px) {
  .main .page-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .main .page-title {
    padding-bottom: 40px;
  }
}
.main .page-title__text {
  font-size: 4rem;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .main .page-title__text {
    font-size: 3.4rem;
  }
}
@media (max-width: 639px) {
  .main .page-title__text {
    font-size: 2.8rem;
  }
}
.main .section {
  padding-top: 40px;
}
@media (max-width: 1599px) {
  .main .section {
    padding-top: 40px;
  }
}
@media (max-width: 1279px) {
  .main .section {
    padding-top: 30px;
  }
}
@media (max-width: 959px) {
  .main .section {
    padding-top: 30px;
  }
}
@media (max-width: 639px) {
  .main .section {
    padding-top: 20px;
  }
}
.main .section {
  padding-bottom: 40px;
}
@media (max-width: 1599px) {
  .main .section {
    padding-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  .main .section {
    padding-bottom: 30px;
  }
}
@media (max-width: 959px) {
  .main .section {
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .main .section {
    padding-bottom: 20px;
  }
}
.main .section__title {
  font-size: 2.8rem;
  line-height: 1.75;
}
@media (max-width: 959px) {
  .main .section__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 639px) {
  .main .section__title {
    font-size: 2.2rem;
  }
}
.footer {
  padding-bottom: 70px;
}
.footer__information {
  padding-bottom: 80px;
  padding-top: 50px;
}
.footer__information .information__logo {
  width: 184px;
}
.footer__information .information__address {
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
.footer__information .information__button {
  margin-top: 20px;
}
.footer__link {
  background: #f7eff0;
  padding-bottom: 40px;
  padding-top: 40px;
}
.footer__link .pdf__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__link .pdf__item {
  width: calc(100% - 10px);
}
.footer__link .pdf__link {
  color: #191e1f;
}
.footer__link .pdf__image {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.footer__link .pdf__text {
  margin-top: 10px;
}
.footer__link .pdf__name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__link .pdf__name--pdf::after {
  background: url("../images/top/ico_pdf.png") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
}
.footer__link .site {
  margin-top: 30px;
}
.footer__link .site__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__link .site__item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.footer__link .site__link {
  color: #191e1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  position: relative;
}
.footer__link .site__link[target=_blank]::after {
  background: url("../images/top/ico_blank.png");
  background-size: contain;
  bottom: 10px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 10px;
  width: 14px;
}
.footer__link .site__image {
  width: 130px;
}
.footer__link .site__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: calc(100% - 130px);
}
.footer__link .site__name {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.footer__link .site__description {
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.footer__copyright {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.footer__navi {
  bottom: 0;
  height: 70px;
  max-width: 440px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.footer__navi::before {
  background: #fff;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 57px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media (max-width: 639px) {
  .footer__navi {
    max-width: inherit;
  }
}
.footer__navi .navi {
  height: 70px;
  padding: 0 20px 10px;
  position: relative;
}
.footer__navi .navi__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__navi .navi__item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.footer__navi .navi__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #191e1f !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__navi .navi__icon {
  height: 30px;
  width: 40px;
}
.footer__navi .navi__icon--top {
  height: 44px;
  width: 50px;
}
.footer__navi .navi__text {
  font-size: 9px;
  letter-spacing: 0;
  line-height: 1;
}
.accordion__title {
  display: block;
  position: relative;
}
.accordion__title::after {
  content: "＋";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion__link {
  display: block;
}
.accordion__content {
  display: none;
}
.accordion--open .accordion__content {
  display: block;
}
.accordion--open .accordion__title::after {
  content: "－";
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fade-in.is-animation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.smooth-in-wrapper {
  display: block;
  overflow: hidden;
}
.smooth-in-wrapper .smooth-in {
  display: block;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
          transform: translate3d(0, 100%, 0) skewY(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.smooth-in-wrapper .smooth-in.is-animation {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}
.bgextend {
  opacity: 0;
}
.bgextend .bgextend-inner {
  opacity: 0;
}
.bgextend.is-animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bgextend-anime-base;
          animation-name: bgextend-anime-base;
  overflow: hidden;
  position: relative;
}
.bgextend.is-animation::before {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bg-extend-anime;
          animation-name: bg-extend-anime;
  background-color: #000;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.bgextend.is-animation .bgextend-inner {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: bgextend-anime-second;
          animation-name: bgextend-anime-second;
  opacity: 0;
}
@-webkit-keyframes bgextend-anime-base {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextend-anime-base {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bg-extend-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes bg-extend-anime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@-webkit-keyframes bgextend-anime-second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextend-anime-second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mask-image-wrapper {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.mask-image-wrapper .mask-image {
  height: 100%;
  position: relative;
  visibility: hidden;
  width: 100%;
}
.mask-image-wrapper .mask-image::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: visible;
  width: 100%;
}
.mask-image-wrapper .mask-image.is-animation {
  -webkit-animation: animate-content 1s ease 0s 1 normal both running;
          animation: animate-content 1s ease 0s 1 normal both running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mask-image-wrapper .mask-image.is-animation::after {
  -webkit-animation: animate-panel 1s ease 0s 1 normal both running;
          animation: animate-panel 1s ease 0s 1 normal both running;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes animate-panel {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e07f81;
  border-radius: 25px;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.btn::before {
  background: #fff;
  bottom: 23px;
  content: "";
  height: 1px;
  position: absolute;
  right: 15px;
  width: 20px;
  z-index: 2;
}
.btn::after {
  background: #fff;
  bottom: 23px;
  content: "";
  height: 1px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 8px;
  z-index: 2;
}
.btn--white {
  background: #fff;
  color: #e07f81 !important;
}
.btn--white::before {
  background: #e07f81;
}
.btn--white::after {
  background: #e07f81;
}
[data-page=top] .hero {
  background: #f7eff0;
  padding-bottom: 60px;
}
[data-page=top] .hero__container {
  aspect-ratio: 750/1084;
  position: relative;
}
[data-page=top] .hero__image {
  height: 100%;
  width: 100%;
}
[data-page=top] .hero__mask {
  bottom: 0;
  position: absolute;
  width: 100%;
}
[data-page=top] .hero__logo {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 85px;
}
[data-page=top] .hero__text {
  margin-top: 30px;
  padding: 0 20px;
}
[data-page=top] .section {
  position: relative;
}
.section__title .title__lang {
  display: block;
}
.section__title .title__lang--en {
  color: #e07f81;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section__title .title__lang--jp {
  font-size: 2.3rem;
  font-weight: 500;
}
.section__title .title--center {
  text-align: center;
}
.section__title .title--left .title__lang--en {
  margin-bottom: 10px;
}
[data-page=top] .section--news {
  /* background: url("../images/top/news_bg.png") center top no-repeat; */
  background-size: 100%;
  padding-bottom: 100px;
  padding-top: 70px;
}
[data-page=top] .section--concept {
  padding-bottom: 80px;
  padding-top: 40px;
}
[data-page=top] .section--concept .title__lang--jp {
  letter-spacing: -0.05em;
}
[data-page=top] .section--concept::before {
  aspect-ratio: 510/650;
  background: #f7eff0;
  border-radius: 10px 0 0 10px/10px 0 0 10px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
}
[data-page=top] .section--education {
  background: #f7eff0;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  margin-top: -10px;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 60px;
}
[data-page=top] .section--education .section__top {
  position: relative;
}
[data-page=top] .section--education .section__top::before {
  background: #fff;
  content: "";
  display: block;
  height: calc(100% + 170px);
  left: -20px;
  position: absolute;
  top: -60px;
  width: calc(100% + 40px);
}
[data-page=top] .section--education .section__title {
  margin-bottom: 30px;
  position: relative;
}
[data-page=top] .section--education .section__content {
  position: relative;
}
[data-page=top] .section--education .title__lang--jp {
  letter-spacing: 0.15em;
}
[data-page=top] .section--topics {
  padding-bottom: 80px;
  padding-top: 70px;
}
[data-page=top] .section--recruit {
  background: #e07f81;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 80px;
}
[data-page=top] .section--recruit .section__image {
  border-radius: 10px;
  margin-top: -80px;
  overflow: hidden;
}
[data-page=top] .section--recruit .section__title {
  margin-bottom: 10px;
  margin-top: 30px;
}
[data-page=top] .section--recruit .title__lang--jp {
  font-weight: 400;
}
[data-page=top] .section--recruit::before {
  aspect-ratio: 750/150;
  background: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
[data-page=top] .news {
  margin-top: 20px;
}
[data-page=top] .news__item {
  border-bottom: 1px solid #ddd;
}
[data-page=top] .news__link {
  display: block;
  padding: 20px 0;
}
[data-page=top] .news__time {
  color: #aaa;
  font-weight: 500;
}
[data-page=top] .news__title {
  color: #191e1f;
}
[data-page=top] .concept {
  margin-top: 10px;
}
[data-page=top] .concept__lead {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}
[data-page=top] .concept__image {
  aspect-ratio: 67/42;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.concept__button {
  margin-top: 30px;
}
[data-page=top] .spacer {
  aspect-ratio: 750/860;
  clip-path: inset(0);
  overflow: hidden;
  position: relative;
}
[data-page=top] .spacer::before {
  background: url("../images/top/img_spacer.jpg") no-repeat;
  background-position: calc(50% + 275px) center;
  background-size: 800px auto;
  content: "";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 1279px) {
  [data-page=top] .spacer::before {
    background-position: calc(50% + 245px) bottom;
  }
}
@media (max-width: 959px) {
  [data-page=top] .spacer::before {
    background-position: calc(50% + 0px) bottom;
  }
}
@media (max-width: 639px) {
  [data-page=top] .spacer::before {
    background-position: center bottom;
    background-size: cover;
  }
}
[data-page=top] .education__text {
  margin-bottom: 40px;
}
[data-page=top] .education__image {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
[data-page=top] .education__image .image-1 {
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  width: 68.3582089552%;
}
[data-page=top] .education__image .image-2 {
  aspect-ratio: 36/43;
  border-radius: 10px;
  overflow: hidden;
  width: 26.8656716418%;
}
[data-page=top] .education__menu {
  margin-top: 40px;
}
[data-page=top] .education__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
[data-page=top] .education__menu .menu__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
[data-page=top] .education__menu .menu__image {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  width: 130px;
}
[data-page=top] .education__menu .menu__text {
  padding-right: 50px;
  position: relative;
  width: calc(100% - 145px);
}
[data-page=top] .education__menu .menu__title {
  color: #191e1f;
  font-size: 1.9rem;
  font-weight: 500;
}
[data-page=top] .education__menu .menu__description {
  color: #191e1f;
  margin-top: 10px;
}
[data-page=top] .education__menu .menu__arrow {
  background: #e07f81;
  border-radius: 50%;
  height: 33px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
}
[data-page=top] .education__menu .menu__arrow::before {
  background: #fff;
  bottom: 16px;
  content: "";
  height: 1px;
  left: 8px;
  position: absolute;
  width: 18px;
  z-index: 2;
}
[data-page=top] .education__menu .menu__arrow::after {
  background: #fff;
  bottom: 16px;
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 6px;
  z-index: 2;
}
[data-page=top] .topics {
  margin-top: 30px;
}
[data-page=top] .topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
[data-page=top] .topics__item {
  background: #f7eff0;
  border-radius: 20px 0 20px 0/20px 0 20px 0;
  overflow: hidden;
}
[data-page=top] .topics__text {
  padding: 20px;
}
[data-page=top] .topics__time {
  color: #999;
}
[data-page=top] .topics__title {
  color: #191e1f;
  font-weight: 500;
}
[data-page=top] .topics__button {
  margin-top: 40px;
}
[data-page=top] .recruit__button {
  margin-top: 30px;
}

/* パンくずナビ全体 */
.breadcrumb {
	display: inline-flex;
	align-items: center;
	padding: 20px;            
	border-bottom: 1px solid #cccccc;  /* 下のライン */
	margin-bottom: 24px; 
	width: 100%;
}
  /* リストリセット */
  .breadcrumb ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .breadcrumb li {
	display: flex;
	align-items: center;
  }
  /* セパレータ */
  .breadcrumb li + li::before {
	content: "―";
	margin: 0 8px;
	color: #bbbbbb;
  }
  /* リンク */
  .breadcrumb a {
	color: #bbbbbb;
	text-decoration: none;
  }
  .breadcrumb a:hover {
	text-decoration: underline;
  }
  /* 現在ページ */
  .breadcrumb .current {
	color: #e07f81;
	font-weight: bold;
  }

  /* ハンバーガーメニュー時のロゴ切り替え（linkページのみ） */
.header__logo-img--normal{
	display: none;
}
.header__logo.is-visible .header__logo-img--white{
	display: none;
}
.header__logo.is-visible .header__logo-img--normal{
	display: block;
}

/* 横スクロールテーブル（募集要項） */
.hscroll {
  position: relative;
}

.hscroll__track {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hscroll__table {
  width: 100%;
  min-width: 720px;
}

.hscroll__table th,
.hscroll__table td {
  padding: 8px 12px;
  background-color: #fff;
}

/* 左端の「学年」列を固定 */
.hscroll__table .sticky {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #fff;
}

.hscroll__table thead .sticky {
  z-index: 3;
  background-color: #e07f81; /* 濃いピンク */
  color: #fff;               /* 文字色：白 */
}
