@charset "UTF-8";
@import url("../css/reset.css");
@import url("../css/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@font-face {
  font-family: "Academy Engraved LET";
  src: url("../fonts/AcademyEngravedLetPlain.woff2") format("woff2"), url("../fonts/AcademyEngravedLetPlain.woff") format("woff"), url("../fonts/AcademyEngravedLetPlain.ttf") format("truetype");
}
.font-AEL {
  font-family: "Academy Engraved LET", sans-serif;
}

/*-------------------------------------------/
    ページ共通要素
/-------------------------------------------*/
/* 表示切替 ----------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 650px) {
  .sp_only {
    display: none !important;
  }
}
/* カラー */
/*=====================================================

		メイン設定

======================================================*/
html {
  font-size: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(1.3333333333vw, 10px);
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: max(14px, 2rem);
  line-height: 1.2;
  max-width: 100%;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: min(3rem, 20px);
  }
}

.wrapper {
  overflow: clip;
}

.main-content {
  width: 100%;
  height: auto;
}

/*=================================================

		共通設定

==================================================*/
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
  *width: inherit;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: inherit;
}

a img {
  transition: all 0.3s ease;
  display: block;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

/*=================================================

		tel リンク / テキストリンク

==================================================*/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.nolink,
.nolink a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*=================================================

		ヘッダー

==================================================*/
/* トグルボタン ------------------------------------*/
.nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0;
  width: 13rem;
  height: 8.5rem;
  cursor: pointer;
  background: transparent;
  transition: 0.3s all;
}
.nav-toggle div {
  position: absolute;
  width: 3.6rem;
  height: 2.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-toggle div span {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: #ee8494;
  left: 0;
  transition: 0.3s ease-in-out;
}
.nav-toggle div span:nth-child(1) {
  top: 0;
}
.nav-toggle div span:nth-child(2) {
  top: 1.3rem;
}
.nav-toggle div span:nth-child(3) {
  top: 2.6rem;
}

.header.open .nav-toggle div {
  position: absolute;
  width: 4rem;
  height: 2.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}
.header.open .nav-toggle div span {
  position: absolute;
  width: 100%;
  height: 0.15rem;
  background: #ee8494;
  transition: 0.3s ease-in-out;
}
.header.open .nav-toggle div span:nth-child(1) {
  top: 1.25rem;
  transform: rotate(-45deg);
}
.header.open .nav-toggle div span:nth-child(2) {
  display: none;
}
.header.open .nav-toggle div span:nth-child(3) {
  top: 1.25rem;
  transform: rotate(45deg);
}

/* グローバルナビ */
body .header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
}
body .header .header__navigation {
  width: 100%;
  margin: 0 auto;
}
body .header .navigation-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5rem 6rem;
}
body .header .navigation-wrap .logo {
  display: block;
  width: 66.8rem;
  margin-right: auto;
}
body .header .navigation-wrap .logo a {
  display: block;
  width: 100%;
}
body .header .navigation-wrap ul.sub-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  gap: 1em;
}
body .header .navigation-wrap ul.sub-menu li {
  display: inline-block;
}
body .header .navigation-wrap ul.sub-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: max(14px, 1.9rem);
  font-weight: 500;
  border-radius: 0.5rem;
  border: 1px solid #f19db5;
  width: 10.7142857143em;
  height: 2.8571428571em;
  transition: 0.3s all;
}
body .header .navigation-wrap ul.sub-menu li a:hover {
  background: rgba(238, 132, 148, 0.5);
}
body .header .navigation-wrap .navigation {
  display: block;
  width: 100%;
  margin: 5rem auto 0;
}
body .header .navigation-wrap .navigation ul.main-menu {
  width: min(95%, 50em);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  font-size: max(18px, 2.5rem);
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
body .header .navigation-wrap .navigation ul.main-menu li {
  display: inline-block;
}
body .header .navigation-wrap .navigation ul.main-menu li a {
  padding: 0 1em;
}
body .header .navigation-wrap .navigation ul.main-menu li a:hover {
  opacity: 0.7;
  color: #ee8494;
}
body .header .nav-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    /* グローバルナビ オープンメニュー */
  }
  body .header {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.5rem;
    background: #fff;
  }
  body .header .header__navigation {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  body .header .navigation-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 4rem;
  }
  body .header .navigation-wrap .logo {
    display: block;
    width: 34rem;
  }
  body .header .navigation-wrap .logo a {
    display: block;
    width: 100%;
  }
  body .header .navigation-wrap ul.sub-menu {
    display: none;
  }
  body .header .navigation-wrap .navigation {
    display: none;
  }
  body .header .nav-toggle {
    display: block;
  }
  body .header.open {
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  body .header.open .header__navigation {
    width: 100%;
    margin: 0 auto;
  }
  body .header.open .navigation-wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  body .header.open .navigation-wrap .logo {
    display: flex;
    align-items: center;
    width: 34rem;
    height: 8.5rem;
  }
  body .header.open .navigation-wrap .logo a {
    display: block;
    width: 100%;
  }
  body .header.open .navigation-wrap ul.sub-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-top: 5rem;
    gap: 1em;
  }
  body .header.open .navigation-wrap ul.sub-menu li {
    display: inline-block;
  }
  body .header.open .navigation-wrap ul.sub-menu li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: min(3rem, 20px);
    font-weight: 500;
    border-radius: 0.5rem;
    border: 1px solid #f19db5;
    width: 12em;
    height: 3em;
    transition: 0.3s all;
  }
  body .header.open .navigation-wrap ul.sub-menu li a:hover {
    background: rgba(238, 132, 148, 0.5);
  }
  body .header.open .navigation-wrap .navigation {
    display: block;
    width: 100%;
    margin-bottom: 8em;
  }
  body .header.open .navigation-wrap .navigation ul.main-menu {
    font-size: min(3rem, 20px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5em;
  }
  body .header.open .nav-toggle {
    display: block;
  }
}

/*=================================================

		フッター

==================================================*/
.footer {
  position: relative;
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 2.5rem;
}
.footer-wrap {
  position: relative;
  z-index: 1;
  width: min(92%, 184rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-wrap .footer-box_01 {
  position: relative;
  width: 38.5869565217%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.footer-wrap .footer-box_01 .txt {
  width: 100%;
  margin-bottom: 5rem;
}
.footer-wrap .footer-box_01 .txt p {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.footer-wrap .footer-box_01 .txt p.logo {
  width: 66.7rem;
  margin-bottom: 1rem;
}
.footer-wrap .footer-box_01 .txt p.logo img {
  width: 100%;
  transform: rotate(0.0001deg);
}
.footer-wrap .footer-box_01 .pic {
  width: 59.5774647887%;
}
.footer-wrap .footer-box_01 .link-box {
  width: 36.6197183099%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-wrap .footer-box_01 .link-box a {
  width: 100%;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-size: max(11px, 1.8rem);
  color: #ee8494;
  border: 1px solid #ee8494;
  border-radius: 3.5rem;
}
.footer-wrap .footer-box_01 .link-box a:hover {
  background: rgba(238, 132, 148, 0.1);
}
.footer-wrap .footer-box_02 {
  width: 58.152173913%;
}
.footer-wrap .footer-box_02 .footer-navigation {
  width: 100%;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link {
  position: relative;
  font-size: max(14px, 1.9rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
  padding: 1em 0.5em 0.25em;
  margin-bottom: 0.5em;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 1px;
  background: #000;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link:hover {
  color: #ee8494;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-01::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: -0.6em;
  width: 4.8rem;
  aspect-ratio: 48/48;
  background: url("../images/common/illust_02.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-02::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: -0.6em;
  width: 4.8rem;
  aspect-ratio: 48/50;
  background: url("../images/common/illust_03.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-03::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: -0.6em;
  width: 5.2rem;
  aspect-ratio: 52/52;
  background: url("../images/common/illust_04.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-04::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  left: -0.6em;
  width: 4.9rem;
  aspect-ratio: 49/44;
  background: url("../images/common/illust_05.svg") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item {
  margin: 0.75em 0;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item a {
  font-size: max(11px, 1.8rem);
  display: flex;
  align-items: first baseline;
  gap: 0.2em;
  letter-spacing: 0.2em;
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item a::before {
  content: "";
  width: 0.4em;
  height: 0.5em;
  background: #000;
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item a:hover {
  color: #ee8494;
}
.footer-wrap .footer-box_02 .sub-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3rem;
}
.footer-wrap .footer-box_02 .sub-navigation p.ttl {
  width: 100%;
}
.footer-wrap .footer-box_02 .sub-navigation p.ttl img {
  width: 23.8rem;
}
.footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu {
  display: inline-flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li {
  width: 16rem;
}
.footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li a.soon {
  position: relative;
  display: block;
}
.footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li a.soon::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: 0.3s all;
}
.footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li a.soon:hover::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.8);
  animation: fadeIn 0.3s ease-in-out;
}
.footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li a.soon:hover::after {
  content: "Coming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(3deg);
  text-align: center;
  width: 100%;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  z-index: 3;
  animation: fadeIn 0.3s ease-in-out;
}
.footer-wrap .footer-box_02 .sub-navigation ul.txt-menu {
  width: 100%;
  display: flex;
  gap: 2em;
}
.footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li {
  margin: 0.5em 0;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: first baseline;
  gap: 0.2em;
  letter-spacing: 0.2em;
}
.footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li::before {
  content: "";
  width: 0.625em;
  height: 0.75em;
  background: #000;
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li:hover {
  color: #ee8494;
}
.footer-wrap .copyright {
  width: 100%;
  margin: 4rem auto 0;
}
.footer-wrap .copyright p {
  color: #888888;
  font-size: 0.8em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .footer-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-wrap .footer-box_01 {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
  }
  .footer-wrap .footer-box_01 .txt {
    width: 100%;
    margin-bottom: 5rem;
  }
  .footer-wrap .footer-box_01 .txt p {
    font-size: 1.1em;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .footer-wrap .footer-box_01 .txt p.logo {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer-wrap .footer-box_01 .txt p.logo img {
    width: 30.3181818182em;
  }
  .footer-wrap .footer-box_01 .pic {
    width: 21.15em;
  }
  .footer-wrap .footer-box_01 .link-box {
    width: 13em;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .footer-wrap .footer-box_01 .link-box a {
    width: 100%;
    height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    font-size: max(13px, 1.8rem);
    color: #ee8494;
    border: 1px solid #ee8494;
    border-radius: 1.75em;
  }
  .footer-wrap .footer-box_01 .link-box a:hover {
    background: rgba(238, 132, 148, 0.1);
  }
  .footer-wrap .footer-box_02 {
    width: 100%;
  }
  .footer-wrap .footer-box_02 .footer-navigation {
    width: 100%;
    margin-top: 5rem;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link {
    position: relative;
    font-size: max(14px, 1.9rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    display: block;
    padding: 1em 0.5em 0.25em;
    margin-bottom: 0.5em;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230%;
    height: 1px;
    background: #000;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link:hover {
    color: #ee8494;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-01::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: -0.6em;
    width: 2.4em;
    aspect-ratio: 48/48;
    background: url("../images/common/illust_02.svg") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-02::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: -0.6em;
    width: 2.4em;
    aspect-ratio: 48/50;
    background: url("../images/common/illust_03.svg") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-03::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: -0.6em;
    width: 2.6em;
    aspect-ratio: 52/52;
    background: url("../images/common/illust_04.svg") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item a.parent-link.parent-link-04::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: -0.6em;
    width: 2.45em;
    aspect-ratio: 49/44;
    background: url("../images/common/illust_05.svg") no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item {
    margin: 0.75em 0;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item a {
    font-size: max(13px, 1.8rem);
    display: flex;
    align-items: first baseline;
    gap: 0.2em;
    letter-spacing: 0.2em;
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item a::before {
    content: "";
    width: 0.4em;
    height: 0.5em;
    background: #000;
    display: inline-block;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .footer-wrap .footer-box_02 .footer-navigation ul.f-menu li.parent-menu-item ul.child-menu li.child-menu-item a:hover {
    color: #ee8494;
  }
  .footer-wrap .footer-box_02 .sub-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
  .footer-wrap .footer-box_02 .sub-navigation p.ttl {
    width: 100%;
  }
  .footer-wrap .footer-box_02 .sub-navigation p.ttl img {
    width: 11.9em;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu {
    display: inline-flex;
    justify-content: flex-end;
    gap: 0.5rem;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li {
    width: 8em;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li {
    margin: 0.5em 0;
    font-size: 0.8em;
    display: flex;
    align-items: first baseline;
    gap: 0.2em;
    letter-spacing: 0.2em;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li::before {
    content: "";
    width: 0.625em;
    height: 0.75em;
    background: #000;
    display: inline-block;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li:hover {
    color: #ee8494;
  }
  .footer-wrap .copyright {
    width: 100%;
    margin: 4rem auto 0;
  }
  .footer-wrap .copyright p {
    color: #888888;
    font-size: 0.8em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .footer-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .footer-wrap .footer-box_01 {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7rem;
  }
  .footer-wrap .footer-box_01 .txt {
    order: 3;
    width: 100%;
    margin-bottom: 5rem;
  }
  .footer-wrap .footer-box_01 .txt p {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .footer-wrap .footer-box_01 .txt p.logo {
    width: 100%;
    margin-bottom: 1em;
  }
  .footer-wrap .footer-box_01 .txt p.logo img {
    width: 57rem;
  }
  .footer-wrap .footer-box_01 .pic {
    order: 2;
    width: 49rem;
    text-align: center;
  }
  .footer-wrap .footer-box_01 .link-box {
    order: 1;
    width: 13em;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .footer-wrap .footer-box_01 .link-box a {
    width: 100%;
    height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    font-size: 1em;
    color: #ee8494;
    border: 1px solid #ee8494;
    border-radius: 1.75em;
  }
  .footer-wrap .footer-box_01 .link-box a:hover {
    background: rgba(238, 132, 148, 0.1);
  }
  .footer-wrap .footer-box_02 {
    width: 100%;
  }
  .footer-wrap .footer-box_02 .sub-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .footer-wrap .footer-box_02 .sub-navigation p.ttl {
    width: 100%;
    text-align: center;
  }
  .footer-wrap .footer-box_02 .sub-navigation p.ttl img {
    width: 27.8rem;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li {
    width: min(50% - 0.25rem, 160px);
    text-align: center;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.bnr-menu li a {
    display: inline-block;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    margin-top: 5rem;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li {
    margin: 0.5em 0;
    font-size: 1.7rem;
    display: inline-block;
    letter-spacing: 0.2em;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li a {
    padding: 0.75em 0;
    display: inline-block;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li::before {
    content: none;
  }
  .footer-wrap .footer-box_02 .sub-navigation ul.txt-menu li:hover {
    color: #ee8494;
  }
  .footer-wrap .copyright {
    width: 100%;
    margin: 2rem auto 10rem;
  }
  .footer-wrap .copyright p {
    color: #888888;
    font-size: 1.8rem;
    text-align: center;
  }
}

/* Google reCaptha */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptha-info {
  width: 100%;
  margin-bottom: 1em;
}
.recaptha-info p {
  color: #888888;
  font-size: 0.8em;
  text-align: center;
}

/* ページトップへ */
#pagetop {
  display: none;
  position: fixed;
  z-index: 1;
  top: auto;
  bottom: 6rem;
  right: 6rem;
}
#pagetop.stop {
  position: absolute;
  bottom: calc(100% - 4rem);
}
#pagetop a {
  display: block;
  width: 4em;
  height: 4em;
  background: url("../images/common/totop.svg") center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 3rem;
    bottom: 3rem;
  }
  #pagetop.stop {
    position: fixed;
    bottom: 3rem;
  }
  #pagetop a {
    width: 8rem;
    height: 8rem;
  }
}

/*=================================================

		テキスト

==================================================*/
p {
  font-size: max(14px, 2rem);
  line-height: 1.5;
}
p strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  p {
    font-size: min(3rem, 18px);
    line-height: 1.6666666667;
  }
}

.en-title {
  font-size: 4.8rem;
  line-height: 1.2;
  font-family: "Academy Engraved LET", sans-serif;
  font-weight: 400;
}
.en-title.t-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .en-title {
    font-size: 5.6rem;
  }
}

/*=================================================

		ボタン

==================================================*/
.btn {
  cursor: pointer;
}
.btn:hover {
  opacity: 0.8;
}

/*=================================================

		01 HOME

==================================================*/
.home #top-kv {
  position: relative;
  z-index: 1;
  width: min(100%, 2000px);
  height: 108rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.home #top-kv .kv__box01 {
  width: 34.25%;
  padding-left: 8rem;
  padding-right: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #top-kv .kv__box01 .text-box {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.home #top-kv .kv__box01 .text-box .catch-copy {
  position: relative;
  margin-bottom: 5rem;
}
.home #top-kv .kv__box01 .text-box .catch-copy img {
  width: 41rem;
}
.home #top-kv .kv__box01 .text-box .catch-copy::before {
  content: "";
  position: absolute;
  top: 13rem;
  left: 33rem;
  width: 17rem;
  aspect-ratio: 170/130;
  background: url("../images/common/illust_01.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}
.home #top-kv .kv__box01 .text-box p.txt {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.7777777778;
  margin: 3rem 0;
}
.home #top-kv .kv__box01 .wp-feed-wrap {
  width: 100%;
}
.home #top-kv .kv__box01 .wp-feed-wrap .title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #727171;
  border-radius: 1px;
  gap: 3rem;
}
.home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
  font-size: 1.6rem;
  padding: 0 1rem;
}
.home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label {
  width: 8em;
  height: 2.75em;
  border-radius: 1em 1em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
}
.home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label.tab_label-01 {
  background: #c3d94e;
}
.home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label.tab_label-02 {
  background: #f6ae54;
}
.home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label.is-active {
  height: 3.25em;
  opacity: 1;
}
.home #top-kv .kv__box01 .wp-feed-wrap .tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  animation: fadeIn 1s ease;
}
.home #top-kv .kv__box01 .wp-feed-wrap .tab_content.is-show {
  display: block;
}
.home #top-kv .kv__box01 .wp-feed-wrap .wp-post {
  width: 100%;
}
.home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item {
  padding: 1em 0;
  background-image: radial-gradient(circle, #727171 2px, transparent 2px);
  background-position: left -8px bottom;
  background-repeat: repeat-x;
  background-size: 20px 4px;
}
.home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p {
  letter-spacing: 0.2em;
}
.home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p.post_date {
  font-size: 2.5rem;
  font-weight: 600;
}
.home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p.post_title {
  font-size: 1.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.home #top-kv .kv__box01 .wp-feed-wrap .btn-box {
  width: 100%;
  text-align: right;
  margin-top: 1.5rem;
}
.home #top-kv .kv__box01 .wp-feed-wrap .btn-box a.news-list {
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.5em 1em;
  background: #727171;
  color: #fff;
  border-radius: 0.3rem;
}
.home #top-kv .kv__box01 .wp-feed-wrap .btn-box a.news-list:hover {
  opacity: 0.7;
}
.home #top-kv .kv__box02 {
  width: 65.75%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.home #top-kv .kv__box02 .top-slider-box {
  width: 100%;
  height: 100%;
}
.home #top-kv .kv__box02 .top-slider-box .swiper {
  width: 100%;
  height: 100%;
}
.home #top-kv .kv__box02 .top-slider-box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .home #top-kv {
    width: 100%;
    height: 128rem;
  }
  .home #top-kv .kv__box01 {
    width: 40%;
  }
  .home #top-kv .kv__box01 .text-box p.txt {
    font-size: max(10px, 1.8rem);
  }
  .home #top-kv .kv__box01 .wp-feed-wrap {
    width: 100%;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group {
    font-size: max(10px, 1.5rem);
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post {
    width: 100%;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item {
    padding: 1em 0;
    background-image: radial-gradient(circle, #727171 2px, transparent 2px);
    background-position: left -0.4em bottom;
    background-repeat: repeat-x;
    background-size: 1em 0.2em;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p.post_date {
    font-size: max(14px, 2.5rem);
    font-weight: 600;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p.post_title {
    font-size: max(11px, 1.9rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .btn-box {
    width: 100%;
    text-align: right;
    margin-top: 1.5rem;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .btn-box a.news-list {
    font-size: max(10px, 1.8rem);
    display: inline-block;
    padding: 0.5em 1em;
    background: #727171;
    color: #fff;
    border-radius: 0.3rem;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .btn-box a.news-list:hover {
    opacity: 0.7;
  }
  .home #top-kv .kv__box02 {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .home #top-kv .kv__box02 .loop-slider-box {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home #top-kv {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .home #top-kv .main-image {
    width: 100%;
  }
  .home #top-kv .main-image img {
    width: 100%;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
  }
  .home #top-kv .kv__box01 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .home #top-kv .kv__box01 .text-box {
    width: 56rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .home #top-kv .kv__box01 .text-box .catch-copy {
    position: relative;
    margin-bottom: 2rem;
  }
  .home #top-kv .kv__box01 .text-box .catch-copy img {
    width: 48rem;
  }
  .home #top-kv .kv__box01 .text-box .catch-copy::before {
    content: "";
    position: absolute;
    top: 5.2rem;
    left: 38rem;
    width: 20rem;
    aspect-ratio: 170/130;
    background: url("../images/common/illust_01.svg") no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .home #top-kv .kv__box01 .text-box p.txt {
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    line-height: 1.7777777778;
    margin: 2rem 0 0;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 7rem;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .title-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #727171;
    border-radius: 1px;
    gap: 3rem;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1rem;
    font-size: 2.2rem;
    padding: 0 1rem;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label {
    width: 8em;
    height: 2.5em;
    border-radius: 1em 1em 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    opacity: 0.9;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label.tab_label-01 {
    background: #c3d94e;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label.tab_label-02 {
    background: #f6ae54;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab-label-group .tab_label.is-active {
    height: 3em;
    opacity: 1;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab_content {
    flex: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    animation: fadeIn 1s ease;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .tab_content.is-show {
    display: block;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post {
    width: 100%;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item {
    padding: 1em 0;
    background-image: radial-gradient(circle, #727171 2px, transparent 2px);
    background-position: left -0.4em bottom;
    background-repeat: repeat-x;
    background-size: 1em 0.2em;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p {
    letter-spacing: 0.2em;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p.post_date {
    font-size: 2.9rem;
    font-weight: 600;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .wp-post .post_item p.post_title {
    font-size: 2.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .btn-box {
    width: 100%;
    text-align: right;
    margin-top: 1.5rem;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .btn-box a.news-list {
    font-size: 2.2rem;
    display: inline-block;
    padding: 0.5em 1em;
    background: #727171;
    color: #fff;
    border-radius: 0.3rem;
  }
  .home #top-kv .kv__box01 .wp-feed-wrap .btn-box a.news-list:hover {
    opacity: 0.7;
  }
  .home #top-kv .top-slider-box {
    width: 100%;
    height: auto;
  }
  .home #top-kv .top-slider-box .swiper {
    width: 100%;
    height: auto;
  }
  .home #top-kv .top-slider-box .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home #section-01 {
  background: url("../images/common/bg_01.png") repeat-y;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 10rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: 10rem;
}
.home #section-01 .box-wrap {
  width: min(100%, 1880px);
  margin: 0 auto;
}
.home #section-01 .box-wrap h3 {
  margin-bottom: 1em;
}
.home #section-01 .box-wrap .pickup-wrap {
  display: flex;
  justify-content: center;
  gap: 4rem 2.1276595745%;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item {
  position: relative;
  width: 23.4042553191%;
  background: #fff;
  clip-path: inset(0 0 round 1rem);
  transition: 0.3s all;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item .item__image {
  width: 100%;
  aspect-ratio: 440/450;
  background: #fff;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item .title-box {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 9rem;
  height: 20rem;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item .title-box p.ttl {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  min-height: 1.3333333333em;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item p.btn-more {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 2rem;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item p.btn-more img {
  width: 8.5rem;
  margin: 0 auto;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item.pickup-01:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 166, 224, 0.4);
  animation: fadeIn 0.3s ease-in-out;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item.pickup-02:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 107, 124, 0.4);
  animation: fadeIn 0.3s ease-in-out;
}
.home #section-01 .box-wrap .pickup-wrap .pickup-item.pickup-03:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 181, 44, 0.4);
  animation: fadeIn 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .home #section-01 .box-wrap {
    width: min(100%, 65rem);
    margin: 0 auto;
  }
  .home #section-01 .box-wrap h3 {
    margin-bottom: 1em;
  }
  .home #section-01 .box-wrap .pickup-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item {
    position: relative;
    width: calc(50% - 1.5rem);
    background: #fff;
    clip-path: inset(0 0 round 1rem);
    transition: 0.3s all;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item .item__image {
    width: 100%;
    aspect-ratio: 440/450;
    background: #fff;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item .title-box {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 2rem;
    height: auto;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item .title-box p.ttl {
    font-size: 2.3rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    min-height: 4.2em;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item p.btn-more {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 2rem;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item p.btn-more img {
    width: 8.5rem;
    margin: 0 auto;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item.pickup-01:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 166, 224, 0.4);
    animation: fadeIn 0.3s ease-in-out;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item.pickup-02:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(236, 107, 124, 0.4);
    animation: fadeIn 0.3s ease-in-out;
  }
  .home #section-01 .box-wrap .pickup-wrap .pickup-item.pickup-03:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 181, 44, 0.4);
    animation: fadeIn 0.3s ease-in-out;
  }
}
.home #section-02 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.home #section-02 .box-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6rem;
}
.home #section-02 .box-wrap .box-item {
  width: 70rem;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  border-radius: 2rem;
  transition: 0.3s all;
}
.home #section-02 .box-wrap .box-item p {
  letter-spacing: 0.1em;
  display: inline-block;
  text-align: center;
}
.home #section-02 .box-wrap .box-item p.txt01 {
  font-size: 2.2rem;
  margin-bottom: 1em;
  font-weight: 600;
}
.home #section-02 .box-wrap .box-item p.txt02 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
.home #section-02 .box-wrap .box-item h3 {
  font-size: 4.9rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.home #section-02 .box-wrap .box-item.box-item__01 {
  background: #ee8494;
  border: 0.6rem solid #ee8494;
}
.home #section-02 .box-wrap .box-item.box-item__01 h3 {
  color: #fff;
}
.home #section-02 .box-wrap .box-item.box-item__01:hover {
  background: #fff;
}
.home #section-02 .box-wrap .box-item.box-item__01:hover h3 {
  color: #ee8494;
}
.home #section-02 .box-wrap .box-item.box-item__02 {
  background: #fff;
  border: 0.6rem solid #ee8494;
}
.home #section-02 .box-wrap .box-item.box-item__02 h3 {
  color: #ee8494;
}
.home #section-02 .box-wrap .box-item.box-item__02:hover {
  background: #ee8494;
}
.home #section-02 .box-wrap .box-item.box-item__02:hover h3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home #section-02 .box-wrap {
    width: 87.5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6rem;
  }
  .home #section-02 .box-wrap .box-item {
    width: 100%;
    min-height: 25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    transition: 0.3s all;
  }
  .home #section-02 .box-wrap .box-item p {
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: center;
  }
  .home #section-02 .box-wrap .box-item p.txt01 {
    font-size: 2.5rem;
    margin-bottom: 1em;
    font-weight: 600;
  }
  .home #section-02 .box-wrap .box-item h3 {
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  .home #section-02 .box-wrap .box-item.box-item__01 {
    background: #ee8494;
    border: 0.6rem solid #ee8494;
    border-radius: 2rem;
  }
  .home #section-02 .box-wrap .box-item.box-item__01 h3 {
    color: #fff;
  }
  .home #section-02 .box-wrap .box-item.box-item__01:hover {
    background: #fff;
  }
  .home #section-02 .box-wrap .box-item.box-item__01:hover h3 {
    color: #ee8494;
  }
  .home #section-02 .box-wrap .box-item.box-item__02 {
    background: #fff;
    border: 0.6rem solid #ee8494;
    border-radius: 2rem;
  }
  .home #section-02 .box-wrap .box-item.box-item__02 h3 {
    color: #ee8494;
  }
  .home #section-02 .box-wrap .box-item.box-item__02:hover {
    background: #ee8494;
  }
  .home #section-02 .box-wrap .box-item.box-item__02:hover h3 {
    color: #fff;
  }
}

/*=====================================================

		下層共通

======================================================*/
.lower {
  /* PDFバナー */
}
.lower #top-kv {
  position: relative;
}
.lower #top-kv .kv-image {
  width: 100%;
  height: 50rem;
}
.lower #top-kv .kv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower #top-kv .page-title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lower #top-kv .page-title-box .page-title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: max(35px, 7rem);
}
.lower #top-kv .page-title-box .page-title span {
  display: inline-block;
}
.lower #top-kv .page-title-box .page-title span.txt-en {
  font-family: "Academy Engraved LET", sans-serif;
  font-weight: normal;
}
.lower #top-kv .page-title-box .page-title span.txt-jp {
  font-size: 0.3571428571em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.lower #top-kv .page-title-box .page-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1.2857142857em;
  left: 50%;
  transform: translateX(-50%);
  width: 2.6em;
  aspect-ratio: 182/134;
  background: url("../images/common/illust_07.png");
  background-size: 100% 100%;
}
.lower #top-kv.noImg {
  width: 100%;
  height: 30rem;
  background: url("../images/kv_noimg.jpg") repeat;
  background-size: auto;
}
.lower #top-kv.noImg .page-title-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lower #top-kv.noImg .page-title-box .page-title {
  width: 100%;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: max(24px, 3.5rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.lower #top-kv.noImg .page-title-box .page-title span {
  display: inline-block;
}
.lower #top-kv.noImg .page-title-box .page-title::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .lower #top-kv .kv-image {
    width: 100%;
    height: 19.5rem;
  }
  .lower #top-kv .kv-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lower #top-kv .page-title-box {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 4rem 2.5rem 5rem;
    text-align: center;
  }
  .lower #top-kv .page-title-box .page-title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: min(7rem, 42px);
  }
  .lower #top-kv .page-title-box .page-title span {
    display: inline-block;
  }
  .lower #top-kv .page-title-box .page-title span.txt-en {
    font-family: "Academy Engraved LET", sans-serif;
    font-weight: normal;
  }
  .lower #top-kv .page-title-box .page-title span.txt-jp {
    font-size: 0.3571428571em;
    font-weight: 400;
    letter-spacing: 0.2em;
  }
  .lower #top-kv .page-title-box .page-title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1.2857142857em;
    left: 50%;
    transform: translateX(-50%);
    width: 2.6em;
    aspect-ratio: 182/134;
    background: url("../images/common/illust_07.png");
    background-size: 100% 100%;
  }
  .lower #top-kv.noImg {
    width: 100%;
    height: 25rem;
    background: url("../images/kv_noimg.jpg") repeat;
    background-size: auto;
  }
  .lower #top-kv.noImg .page-title-box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lower #top-kv.noImg .page-title-box .page-title {
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: min(4rem, 24px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .lower #top-kv.noImg .page-title-box .page-title span {
    display: inline-block;
  }
  .lower #top-kv.noImg .page-title-box .page-title::before {
    content: none;
  }
}
.lower .page-header {
  width: 100%;
}
.lower .page-header .sub-navigation {
  width: 100%;
  background: #ee8494;
  color: #fff;
  font-size: max(13px, 2rem);
  line-height: 1.2;
  font-weight: 500;
  padding: 0.5rem;
}
.lower .page-header .sub-navigation ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}
.lower .page-header .sub-navigation ul li {
  position: relative;
}
.lower .page-header .sub-navigation ul li a {
  height: 3.5em;
  padding: 0.5em 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.lower .page-header .sub-navigation ul li a::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/common/icon_arrow_white.svg");
  background-size: 100% 100%;
  display: inline-block;
}
.lower .page-header .sub-navigation ul li a:hover {
  background: #fff;
  color: #ee8494;
}
.lower .page-header .sub-navigation ul li a:hover::after {
  background: url("../images/common/icon_arrow_pink.svg");
  background-size: 100% 100%;
}
.lower .page-header .sub-navigation ul li.current a {
  background: #fff;
  color: #ee8494;
}
.lower .page-header .sub-navigation ul li.current a::after {
  background: url("../images/common/icon_arrow_pink.svg");
  background-size: 100% 100%;
}
.lower .page-header .sub-navigation ul li::before {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 2.5em;
  background: #fff;
}
.lower .page-header .sub-navigation ul li:last-child::after {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 2.5em;
  background: #fff;
}
.lower .page-header .breadcrumb {
  width: 88.5416666667%;
  padding: 3rem 0;
  margin: 0 auto;
}
.lower .page-header .breadcrumb ul {
  font-size: max(12px, 1.8rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em;
}
.lower .page-header .breadcrumb ul li:not(:last-child)::after {
  position: relative;
  display: inline-block;
  content: "";
  right: -1em;
  width: 1px;
  top: 0.125em;
  height: 1em;
  border-right: 1px solid #111111;
  transform: rotate(-150deg);
}
.lower .page-header .breadcrumb ul li a {
  color: #727171;
  border-bottom: 1px solid #727171;
}
.lower .page-header .page-top-title {
  width: min(88.2352941176%, 1500px);
  margin: 9rem auto 0;
  padding-bottom: 5rem;
}
.lower .page-header .page-top-title h1,
.lower .page-header .page-top-title h2 {
  position: relative;
  font-size: max(28px, 4rem);
  line-height: 1.25;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.25em;
}
.lower .page-header .page-top-title h1::before,
.lower .page-header .page-top-title h2::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.5em;
  background-image: repeating-linear-gradient(45deg, #f6c2d3, #f6c2d3 0.5rem, transparent 0.5rem, transparent 1rem);
}
@media screen and (max-width: 1023px) {
  .lower .page-header .breadcrumb {
    width: calc(100% - 5rem);
    padding: 4rem 0;
    margin: 0 auto;
  }
  .lower .page-header .page-top-title {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 767px) {
  .lower .page-header .sub-navigation {
    width: 100%;
    background: #ee8494;
    color: #fff;
    font-size: min(2.6rem, 16px);
    line-height: 1.2;
    padding: 3.5rem 2.5rem;
  }
  .lower .page-header .sub-navigation ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6rem;
  }
  .lower .page-header .sub-navigation ul li {
    position: relative;
    width: calc(50% - 0.6rem);
  }
  .lower .page-header .sub-navigation ul li a {
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
  }
  .lower .page-header .sub-navigation ul li a::after {
    content: "";
    width: 0.6666666667em;
    height: 0.6666666667em;
    background: url("../images/common/icon_arrow_white.svg");
    background-size: 100% 100%;
    display: inline-block;
  }
  .lower .page-header .sub-navigation ul li a:hover {
    background: #fff;
    color: #ee8494;
  }
  .lower .page-header .sub-navigation ul li a:hover::after {
    background: url("../images/common/icon_arrow_pink.svg");
    background-size: 100% 100%;
  }
  .lower .page-header .sub-navigation ul li.current a {
    background: #fff;
    color: #ee8494;
  }
  .lower .page-header .sub-navigation ul li.current a::after {
    background: url("../images/common/icon_arrow_pink.svg");
    background-size: 100% 100%;
  }
  .lower .page-header .sub-navigation ul li::before {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.3rem);
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .lower .page-header .sub-navigation ul li:last-child::after {
    display: none;
  }
  .lower .page-header .breadcrumb ul {
    font-size: min(2.4rem, 12px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 2em;
  }
  .lower .page-header .breadcrumb ul li:not(:last-child)::after {
    position: relative;
    display: inline-block;
    content: "";
    right: -1em;
    width: 1px;
    top: 0.125em;
    height: 1em;
    border-right: 1px solid #111111;
    transform: rotate(-150deg);
  }
  .lower .page-header .breadcrumb ul li a {
    color: #727171;
    border-bottom: 1px solid #727171;
  }
  .lower .page-header .page-top-title {
    margin: 4rem auto 0;
    padding-bottom: 0;
  }
  .lower .page-header .page-top-title h2 {
    position: relative;
    font-size: min(4rem, 24px);
    line-height: 1.25;
    font-weight: 400;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.25em;
  }
  .lower .page-header .page-top-title h2::before {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0.5em;
    background-image: repeating-linear-gradient(45deg, #f6c2d3, #f6c2d3 0.5rem, transparent 0.5rem, transparent 1rem);
  }
}
.lower .box-wrap {
  width: min(88.2352941176%, 75em);
  margin: 0 auto;
}
.lower .box-wrap .inner {
  width: min(92.8571428571%, 65em);
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .lower .box-wrap {
    width: calc(100% - 10rem);
  }
  .lower .box-wrap .inner {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  .lower .box-wrap .inner {
    width: 100%;
  }
}
.lower .content-title-center {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: max(28px, 4rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.lower .content-title-center::before {
  content: "";
  width: 3em;
  aspect-ratio: 120/60;
  background: url("../images/common/illust_06.png") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .lower .content-title-center {
    font-size: min(4rem, 24px);
  }
}
.lower .content-title-left {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: max(28px, 4rem);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.75em;
}
.lower .content-title-left small {
  font-size: 0.625em;
}
.lower .content-title-left::after {
  position: absolute;
  top: 0;
  left: calc(100% + 0.5em);
  content: "";
  display: inline-block;
  width: 3em;
  aspect-ratio: 120/60;
  background: url("../images/common/illust_06.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lower .content-title-left {
    font-size: min(4rem, 24px);
  }
  .lower .content-title-left small {
    font-size: 0.75em;
  }
}
.lower .sub-title {
  font-size: max(20px, 3rem);
  line-height: 1.3333333333;
  font-weight: 400;
  color: #ee8494;
  margin-bottom: 0.6666666667em;
}
.lower .sub-title span {
  font-size: 0.8333333333em;
}
.lower .sub-title:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .lower .sub-title {
    font-size: min(3.6rem, 20px);
    line-height: 1.3888888889;
  }
}
.lower p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lower p {
    line-height: 1.6666666667;
  }
}
.lower .bnr-pdf-link {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #fdf2f4;
}
.lower .bnr-pdf-link .col2-box {
  display: flex;
  justify-content: center;
  gap: 8rem;
}
.lower .bnr-pdf-link .col2-box .item-box {
  width: min(50% - 4rem, 22.5em);
}
.lower .bnr-pdf-link .col2-box .item-box a.bnr-pdf {
  font-size: max(16px, 2.2rem);
  width: 100%;
  height: 4.5454545455em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  color: #ee8494;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  background: #fff;
}
.lower .bnr-pdf-link .col2-box .item-box a.bnr-pdf::before {
  content: "";
  width: 1em;
  aspect-ratio: 19/25;
  background: url("../images/common/icon_pdf.svg") center center no-repeat;
  background-size: contain;
}
.lower .bnr-pdf-link .col2-box .item-box a.bnr-pdf:hover {
  background: #ee8494;
  color: #fff;
}
.lower .bnr-pdf-link .col2-box .item-box p {
  margin: 1em 0.5em;
}
@media screen and (max-width: 767px) {
  .lower .bnr-pdf-link .col2-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }
  .lower .bnr-pdf-link .col2-box .item-box {
    width: 55rem;
  }
  .lower .bnr-pdf-link .col2-box .item-box a.bnr-pdf {
    font-size: min(3rem, 20px);
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    color: #ee8494;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    background: #fff;
  }
  .lower .bnr-pdf-link .col2-box .item-box a.bnr-pdf::before {
    content: "";
    width: 1em;
    aspect-ratio: 19/25;
    background: url("../images/common/icon_pdf.svg") center center no-repeat;
    background-size: contain;
  }
  .lower .bnr-pdf-link .col2-box .item-box a.bnr-pdf:hover {
    background: #ee8494;
    color: #fff;
  }
  .lower .bnr-pdf-link .col2-box .item-box p {
    font-size: 2.6rem;
    margin: 1em;
  }
}
.lower a.txt-link {
  display: inline-block;
  color: #ee8494;
  border-bottom: 1px solid #ee8494;
}
.lower a.txt-link.external {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  margin-right: 2em;
}
.lower a.txt-link.external::after {
  position: absolute;
  right: -1.5em;
  top: 0.35em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_arrow_pink.svg) center center no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}

/*=====================================================

		School Information / 学校概要

======================================================*/
/* 学校概要　TOP
------------------------------------------ */
.school {
  /* 学校長ご挨拶 */
  /* 方針 */
  /* 沿革 */
}
.school #section-01 {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
.school #section-01 .col2-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4em;
}
.school #section-01 .col2-box .text-box {
  width: min(100% - 16em, 900px);
}
.school #section-01 .col2-box .text-box p.name {
  text-align: right;
  margin-top: 2em;
}
.school #section-01 .col2-box .img-box {
  width: min(12em, 240px);
}
@media screen and (max-width: 767px) {
  .school #section-01 .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
  }
  .school #section-01 .col2-box .text-box {
    width: 100%;
  }
  .school #section-01 .col2-box .img-box {
    width: 24rem;
  }
}
.school #section-02 {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background: #fdf2f4;
}
.school #section-02 .box-item:not(:first-child) {
  margin-top: 10rem;
}
.school #section-02 .col2-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10rem;
}
.school #section-02 .col2-box .text-box {
  width: min(100% - 64rem, 750px);
}
.school #section-02 .col2-box .img-box {
  width: 54rem;
}
.school #section-02 .col3-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5rem 4rem;
}
.school #section-02 .col3-box .item-box {
  position: relative;
  width: calc((100% - 10rem) / 3);
  padding: 6rem 3rem;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #ee8494;
}
.school #section-02 .col3-box .item-box .number {
  position: absolute;
  right: 3.5rem;
  top: -2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: #ee8494;
  background: linear-gradient(to bottom, #fdf2f4 50%, #fff 50%);
  padding: 0 0.3em;
}
.school #section-02 .col3-box .item-box .number::after {
  position: absolute;
  top: 1.8rem;
  left: -0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #ee8494;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .school #section-02 .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
  }
  .school #section-02 .col2-box .text-box {
    width: 100%;
  }
  .school #section-02 .col2-box .img-box {
    width: 54rem;
  }
  .school #section-02 .col3-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5rem;
  }
  .school #section-02 .col3-box .item-box {
    position: relative;
    width: 100%;
    padding: 4rem 3rem;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #ee8494;
  }
}
.school #section-03 {
  padding-bottom: 6rem;
}
.school #section-03 .sec-headerImg {
  width: 100%;
  height: 60rem;
}
.school #section-03 .sec-headerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.school #section-03 .box-wrap .inner {
  position: relative;
  z-index: 1;
  margin-top: -13rem;
  padding: 6rem;
  background: #fff;
}
.school #section-03 .table-box {
  width: min(100%, 40em);
  margin: 0 auto;
}
.school #section-03 .table-box table {
  width: 100%;
}
.school #section-03 .table-box table tr th {
  color: #ee8494;
  font-weight: 400;
  width: 8.5em;
  padding: 1em;
  border-bottom: 2px solid #d4d4d4;
  text-align: left;
}
.school #section-03 .table-box table tr td {
  width: calc(100% - 8.5em);
  padding: 1em;
  border-bottom: 2px solid #d4d4d4;
}
@media screen and (max-width: 767px) {
  .school #section-03 .sec-headerImg {
    width: 100%;
    height: 40rem;
  }
  .school #section-03 .box-wrap .inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -10rem;
    padding: 4rem 2.5rem;
    background: #fff;
  }
  .school #section-03 .table-box {
    width: 100%;
    margin: 0 auto;
  }
  .school #section-03 .table-box table {
    font-size: min(3rem, 18px);
    width: 100%;
  }
  .school #section-03 .table-box table tr th {
    color: #ee8494;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 1em 0.5em 0.25em;
    border-bottom: none;
    text-align: left;
  }
  .school #section-03 .table-box table tr td {
    width: 100%;
    display: block;
    padding: 0.25em 0.5em 1em;
    border-bottom: 2px solid #d4d4d4;
  }
}

/* カリキュラム
------------------------------------------ */
.curriculum #section-01 {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
.curriculum #section-01 .curriculum-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0 2rem;
  margin: 3rem auto;
}
.curriculum #section-01 .curriculum-box .inbox_s {
  width: calc((100% - 4rem) / 3);
  padding: 2rem 3.5rem;
}
.curriculum #section-01 .curriculum-box .inbox_l {
  width: 100%;
}
.curriculum #section-01 .curriculum-box .inbox_l dl {
  width: calc(100% - 6rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 1rem 3rem;
  background: #f1719c;
  border-radius: 3rem;
  color: #fff;
}
.curriculum #section-01 .curriculum-box .inbox_l dl dt {
  font-size: max(16px, 2.4rem);
  padding: 0 1em;
  border-right: 1px solid #fff;
  flex-shrink: 0;
}
.curriculum #section-01 .curriculum-box .inbox_l dl dd {
  font-size: max(14px, 1.7rem);
  line-height: 1.4;
  padding: 0 1em;
}
.curriculum #section-01 .curriculum-box .title-box {
  padding: 0;
}
.curriculum #section-01 .curriculum-box .title-box p.ttl {
  font-size: max(20px, 3rem);
  width: 32rem;
  height: 2.3333333333em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1719c;
  border: 2px solid #f1719c;
  border-radius: 1.1666666667em;
  background: #fff;
  margin: 0 auto;
}
.curriculum #section-01 .curriculum-box p.subttl {
  font-size: max(14px, 2.4rem);
  color: #595757;
  line-height: 1.6666666667;
  text-align: center;
}
.curriculum #section-01 .curriculum-box p.ttl2 {
  position: relative;
  font-size: max(16px, 2.4rem);
  color: #f1719c;
  width: 100%;
  margin: 0 1rem;
}
.curriculum #section-01 .curriculum-box p.ttl2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 4.5em;
  width: 290%;
  height: 1px;
  border-bottom: dashed 1px #f1719c;
}
.curriculum #section-01 .curriculum-box ul.list {
  font-size: max(14px, 2rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1em;
}
.curriculum #section-01 .curriculum-box ul.list li {
  position: relative;
  line-height: 2;
  margin-left: 1em;
}
.curriculum #section-01 .curriculum-box ul.list li::before {
  position: absolute;
  top: 0.7em;
  left: -1em;
  flex-shrink: 0;
  content: "";
  width: 0.6em;
  aspect-ratio: 12/12;
  background: #a6a6a6;
  border-radius: 50%;
}
.curriculum #section-01 .curriculum-box ul.list li.small {
  font-size: 0.9em;
}
.curriculum #section-01 .curriculum-box ul.list li.small::before {
  width: 0.6666666667em;
  aspect-ratio: 12/12;
}
@media screen and (min-width: 768px) {
  .curriculum #section-01 .curriculum-box .bgbox_01 {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    font-size: max(20px, 3rem);
    width: calc((100% - 4rem) / 3);
    height: calc(100% - 1.1666666667em);
    background: #fef1f5;
    clip-path: inset(0 0 round 1rem);
  }
  .curriculum #section-01 .curriculum-box .bgbox_02 {
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: max(20px, 3rem);
    width: calc((100% - 4rem) / 3);
    height: calc(100% - 1.1666666667em);
    background: #fbdbe6;
    clip-path: inset(0 0 round 1rem);
  }
  .curriculum #section-01 .curriculum-box .bgbox_03 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    font-size: max(20px, 3rem);
    width: calc((100% - 4rem) / 3);
    height: calc(100% - 1.1666666667em);
    background: #f9c6d7;
    clip-path: inset(0 0 round 1rem);
  }
  .curriculum #section-01 .curriculum-box .inbox_01_1 {
    position: relative;
    order: 1;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_1 {
    position: relative;
    order: 2;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_1 {
    position: relative;
    order: 3;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_2 {
    order: 4;
    padding: 2rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_2 {
    order: 5;
    padding: 2rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_2 {
    order: 6;
    padding: 2rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_3 {
    position: relative;
    order: 7;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_3 {
    order: 7;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_3 {
    order: 7;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_4 {
    order: 8;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_4 {
    order: 9;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_4 {
    order: 10;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_5 {
    position: relative;
    order: 11;
    padding: 0 2.5rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_5 {
    position: relative;
    order: 12;
    padding: 0 2.5rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_5 p {
    opacity: 0;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_5 {
    position: relative;
    order: 13;
    padding: 0 2.5rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_5 p {
    opacity: 0;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_6 {
    order: 14;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_6 {
    order: 15;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_6 {
    order: 16;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_7 {
    position: relative;
    order: 17;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_7 {
    order: 17;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_7 {
    order: 17;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_8 {
    order: 18;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_8 {
    order: 19;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_8 {
    order: 20;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_9 {
    position: relative;
    order: 21;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_9 {
    order: 21;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_9 {
    order: 21;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_10 {
    order: 22;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_10 {
    order: 23;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_10 {
    order: 24;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_11 {
    position: relative;
    order: 25;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_11 {
    order: 25;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_11 {
    order: 25;
    display: none;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_12 {
    order: 26;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_12 {
    order: 27;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_12 {
    order: 28;
  }
}
@media screen and (max-width: 767px) {
  .curriculum #section-01 .curriculum-box .inbox_s {
    width: 100%;
    padding: 2rem 3.5rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_l {
    width: 100%;
  }
  .curriculum #section-01 .curriculum-box .inbox_l dl {
    width: calc(100% - 6rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 3.5rem;
    background: #f1719c;
    border-radius: 3rem;
    color: #fff;
    gap: 1rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_l dl dt {
    font-size: min(3rem, 20px);
    padding: 0 1em 0 0;
    border-right: 1px solid #fff;
    flex-shrink: 0;
  }
  .curriculum #section-01 .curriculum-box .inbox_l dl dd {
    font-size: min(2.6rem, 18px);
    line-height: 1.4;
    padding: 0;
  }
  .curriculum #section-01 .curriculum-box .title-box {
    padding: 0;
  }
  .curriculum #section-01 .curriculum-box .title-box p.ttl {
    font-size: 4rem;
    width: 32rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f1719c;
    border: 2px solid #f1719c;
    border-radius: 1.1666666667em;
    background: #fff;
    margin: 0 auto;
  }
  .curriculum #section-01 .curriculum-box p.subttl {
    font-size: min(3rem, 20px);
    color: #595757;
    line-height: 1.6666666667;
    text-align: center;
  }
  .curriculum #section-01 .curriculum-box p.ttl2 {
    position: relative;
    font-size: min(3rem, 20px);
    color: #f1719c;
    width: 100%;
    margin: 0 1rem;
  }
  .curriculum #section-01 .curriculum-box p.ttl2::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 4.5em;
    width: calc(100% - 5.5em);
    height: 1px;
    border-bottom: dashed 1px #f1719c;
  }
  .curriculum #section-01 .curriculum-box ul.list {
    width: calc(100% - 6rem);
    margin: 0 auto;
    font-size: min(3rem, 20px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 1em;
  }
  .curriculum #section-01 .curriculum-box ul.list li {
    position: relative;
    line-height: 2;
    margin-left: 1em;
  }
  .curriculum #section-01 .curriculum-box ul.list li.small {
    font-size: 0.9em;
  }
  .curriculum #section-01 .curriculum-box .bg01 {
    background: #fef1f5;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_1 {
    position: relative;
    margin-top: 9rem;
    border-radius: 1rem 1rem 0 0;
    background: #fef1f5;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_1 p.ttl {
    margin-top: -3.5rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_01_12 {
    border-radius: 0 0 1rem 1rem;
    padding-bottom: 5rem;
  }
  .curriculum #section-01 .curriculum-box .bg02 {
    background: #fbdbe6;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_1 {
    position: relative;
    margin-top: 9rem;
    border-radius: 1rem 1rem 0 0;
    background: #fbdbe6;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_1 p.ttl {
    margin-top: -3.5rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_02_12 {
    border-radius: 0 0 1rem 1rem;
    padding-bottom: 5rem;
  }
  .curriculum #section-01 .curriculum-box .bg03 {
    background: #f9c6d7;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_1 {
    position: relative;
    margin-top: 9rem;
    border-radius: 1rem 1rem 0 0;
    background: #f9c6d7;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_1 p.ttl {
    margin-top: -3.5rem;
  }
  .curriculum #section-01 .curriculum-box .inbox_03_12 {
    border-radius: 0 0 1rem 1rem;
    padding-bottom: 5rem;
  }
}
.curriculum #section-01 p.caution {
  margin: 1em 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .curriculum #section-01 p.caution {
    text-align: left;
  }
}
.curriculum .loop-slider-box {
  padding-top: 10rem;
  padding-bottom: 16rem;
}
.curriculum .loop-slider-box .swiper {
  width: 100%;
}
.curriculum .loop-slider-box .swiper .swiper-slide {
  width: 40rem;
  margin: 0 0.9rem;
  clip-path: inset(0 0 round 1rem);
}
.curriculum .loop-slider-box .swiper .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .curriculum .loop-slider-box {
    padding-bottom: 10rem;
  }
}

/* 主な実習施設
------------------------------------------ */
.practical #section-01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.practical #section-01 figure {
  text-align: center;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .practical #section-01 figure {
    width: 60rem;
  }
}
.practical #section-02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.practical #section-02 .col3-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.practical #section-02 .col3-box .item-box {
  position: relative;
  z-index: 1;
  width: min((100% - 10rem) / 3);
}
.practical #section-02 .col3-box .item-box .pic {
  width: 100%;
  aspect-ratio: 400/270;
  clip-path: inset(0 0 round 1rem);
}
.practical #section-02 .col3-box .item-box .pic img {
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
.practical #section-02 .col3-box .item-box .txt {
  width: 100%;
  padding: 2rem 0.5rem;
}
.practical #section-02 .col3-box .item-box .txt p {
  line-height: 2;
}
.practical #section-02 .col3-box .item-box .txt p.ttl {
  font-size: max(18px, 2.8rem);
  line-height: 1.5;
  font-weight: 500;
}
.practical #section-02 .col3-box .item-box .txt p.ttl span {
  font-size: 0.7142857143em;
}
.practical #section-02 .col3-box .item-box .btn-link {
  transform: scale(1);
  transition: 0.5s all;
  width: 3rem;
  display: block;
  margin-top: 1rem;
  margin-left: auto;
}
.practical #section-02 .col3-box .item-box .btn-link img {
  width: 100%;
}
.practical #section-02 .col3-box .item-box:hover .pic img {
  transform: scale(1.05);
}
.practical #section-02 .col3-box .item-box:hover .btn-link {
  transform: scale(1.1);
  transition: 0.5s all;
}
@media screen and (max-width: 1023px) {
  .practical #section-02 .col3-box {
    width: min(100%, 850px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem 5rem;
  }
  .practical #section-02 .col3-box .item-box {
    width: min((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .practical #section-02 .col3-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .practical #section-02 .col3-box .item-box {
    position: relative;
    width: min((100% - 3rem) / 2);
  }
  .practical #section-02 .col3-box .item-box .txt {
    width: 100%;
    padding: 2rem 0.5rem;
  }
  .practical #section-02 .col3-box .item-box .txt p {
    font-size: min(2.6rem, 14px);
    line-height: 1.6;
  }
  .practical #section-02 .col3-box .item-box .txt p.ttl {
    font-size: min(2.8rem, 18px);
    line-height: 1.5;
    font-weight: 500;
  }
  .practical #section-02 .col3-box .item-box .txt p.ttl span {
    font-size: 0.7857142857em;
  }
}
.practical #section-03 {
  padding-top: 5rem;
  padding-bottom: 15rem;
}
.practical #section-03 .list-box {
  font-size: max(18px, 2.8rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 0;
}
.practical #section-03 .list-box ul {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.practical #section-03 .list-box ul li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 1em;
}
.practical #section-03 .list-box ul li::before {
  position: absolute;
  top: 0.325em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  background: #ee8494;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .practical #section-03 {
    padding-bottom: 5rem;
  }
  .practical #section-03 .list-box {
    font-size: min(3rem, 20px);
  }
}

/* 卒業後の資格
------------------------------------------ */
.credential #section-01 {
  padding-top: 5rem;
  padding-bottom: 15rem;
}
.credential #section-01 .col3-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5rem 4rem;
}
.credential #section-01 .col3-box .item-box {
  position: relative;
  width: calc((100% - 10rem) / 3);
  padding: 6rem 3rem;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  display: flex;
  align-items: center;
  justify-content: center;
}
.credential #section-01 .col3-box .item-box .number {
  position: absolute;
  right: 3.5rem;
  top: -2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: #ee8494;
  background: #fff;
  padding: 0 0.3em;
}
.credential #section-01 .col3-box .item-box .number::after {
  position: absolute;
  top: 1.8rem;
  left: -0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #ee8494;
  border-radius: 50%;
}
.credential #section-01 .col3-box .item-box p {
  font-size: max(16px, 2.8rem);
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .credential #section-01 .col3-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5rem;
  }
  .credential #section-01 .col3-box .item-box {
    position: relative;
    width: 100%;
    padding: 4rem 3rem;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #ee8494;
  }
  .credential #section-01 .col3-box .item-box p {
    font-size: min(3rem, 20px);
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
  }
}
.credential #section-02 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #fdf2f4;
}
.credential #section-02 .col2-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10rem;
}
.credential #section-02 .col2-box .text-box {
  width: min(100% - 56rem, 750px);
}
.credential #section-02 .col2-box .img-box {
  width: 46rem;
  text-align: center;
}
.credential #section-02 .col2-box .img-box img {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .credential #section-02 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .credential #section-02 .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
  }
  .credential #section-02 .col2-box .text-box {
    width: 100%;
  }
  .credential #section-02 .col2-box .img-box {
    width: 42rem;
    text-align: center;
  }
  .credential #section-02 .col2-box .img-box img {
    border-radius: 1rem;
  }
}

/* 修学支援新制度
------------------------------------------ */
.support .link-box {
  width: calc(100% - 10rem);
  margin: 3rem auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.5rem 7rem;
}
.support .link-box.col2-box {
  align-items: flex-start;
}
.support .link-box.col2-box .item-box {
  width: 22.5em;
}
.support .link-box.col2-box .item-box p {
  font-size: 0.8666666667em;
  line-height: 1.5 !important;
  padding: 0.5em;
}
.support .link-box a.btn-external {
  font-size: max(15px, 2.2rem);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4.5454545455em;
  height: auto;
  padding: 1em 1.5em;
  color: #ee8494;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.support .link-box a.btn-external span {
  display: inline-block;
  text-align: center;
}
.support .link-box a.btn-external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.support .link-box a.btn-external:hover {
  color: #fff;
  background: #ee8494;
}
.support .link-box a.btn-external:hover::after {
  background: url("../images/common/icon_arrow_white.svg") no-repeat;
  background-size: 100% 100%;
}
.support .link-box a.btn-pdf {
  font-size: max(15px, 2.2rem);
  line-height: 1.4;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20.4545454545em;
  height: 4.5454545455em;
  padding: 1em 1.5em;
  color: #ee8494;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.support .link-box a.btn-pdf > span {
  text-align: center;
  padding-left: 1.5em;
  background: url("../images/common/icon_pdf.svg") left top 0.2em no-repeat;
  background-size: auto 1.2em;
}
.support .link-box a.btn-pdf > span span {
  display: inline-block;
  font-size: 0.8181818182em;
}
.support .link-box a.btn-pdf:hover {
  color: #fff;
  background: #ee8494;
}
@media screen and (max-width: 767px) {
  .support .link-box {
    width: 100%;
    margin: 3rem auto;
    justify-content: center;
    gap: 4rem;
  }
  .support .link-box.col2-box {
    align-items: flex-start;
  }
  .support .link-box.col2-box .item-box {
    width: 55rem;
  }
  .support .link-box.col2-box .item-box p {
    line-height: 1.3846153846 !important;
    padding: 0.5em;
  }
  .support .link-box a.btn-external {
    font-size: min(3rem, 18px);
    font-weight: 500;
    width: 55rem;
    height: 3.3333333333em;
    padding: 1em 1.5em;
    color: #ee8494;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .support .link-box a.btn-external span {
    display: inline-block;
  }
  .support .link-box a.btn-external::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .support .link-box a.btn-external:hover {
    color: #fff;
    background: #ee8494;
  }
  .support .link-box a.btn-external:hover::after {
    background: url("../images/common/icon_arrow_white.svg") no-repeat;
    background-size: 100% 100%;
  }
  .support .link-box a.btn-pdf {
    font-size: min(3rem, 18px);
    line-height: 1.4;
    font-weight: 500;
    width: 55rem;
    min-width: unset;
    min-height: 3.3333333333em;
    height: auto;
    padding: 1em;
    color: #ee8494;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .support .link-box a.btn-pdf > span {
    text-align: center;
    display: inline-block;
  }
  .support .link-box a.btn-pdf > span span {
    font-size: 0.8181818182em;
  }
  .support .link-box a.btn-pdf:hover {
    color: #fff;
    background: #ee8494;
  }
}
.support #section-01 {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.support #section-01 .col3-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5rem 4rem;
}
.support #section-01 .col3-box .item-box {
  position: relative;
  width: calc((100% - 10rem) / 3);
  padding: 6rem 3rem;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support #section-01 .col3-box .item-box .number {
  position: absolute;
  right: 3.5rem;
  top: -2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: #ee8494;
  background: #fff;
  padding: 0 0.3em;
}
.support #section-01 .col3-box .item-box .number::after {
  position: absolute;
  top: 1.8rem;
  left: -0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #ee8494;
  border-radius: 50%;
}
.support #section-01 .col3-box .item-box p {
  font-size: max(16px, 2.8rem);
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support #section-01 .col3-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5rem;
  }
  .support #section-01 .col3-box .item-box {
    position: relative;
    width: 100%;
    padding: 4rem 3rem;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #ee8494;
  }
  .support #section-01 .col3-box .item-box p {
    font-size: min(3rem, 20px);
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
  }
}
.support #section-02 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fdf2f4;
}
.support #section-02 p.title {
  font-size: 1.25em;
  color: #ee8494;
  font-weight: 400;
}
.support #section-02 p.title:not(:first-child) {
  margin-top: 5rem;
}

/*=====================================================

		School Guide / 学校紹介

======================================================*/
/* 学校紹介　共通
-------------------------------------------*/
.guide-page .btn-more {
  width: 5rem;
  display: block;
  margin-top: 3rem;
  margin-left: auto;
  transform: scale(1);
  transition: 0.3s all;
  will-change: transform;
}
.guide-page .btn-more:hover {
  transform: scale(1.1);
}

/* 学校紹介　TOP
------------------------------------------ */
.guide #section-01 .box-wrap {
  width: min(100%, 1920px);
}
.guide #section-01 .col2-box {
  width: min(93.9226519337%, 1710px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
}
.guide #section-01 .col2-box .text-box {
  width: 54rem;
  padding-top: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}
.guide #section-01 .col2-box .text-box h3 {
  font-size: 7rem;
  font-weight: normal;
  line-height: 1.1428571429;
}
.guide #section-01 .col2-box .text-box h3 span {
  display: block;
}
.guide #section-01 .col2-box .text-box h3 span.txt-jp {
  font-family: "Zen Old Mincho", serif;
}
.guide #section-01 .col2-box .text-box h3 span.txt-jp span {
  font-size: 0.4285714286em;
}
.guide #section-01 .col2-box .text-box h3 span.txt-en {
  font-family: "Academy Engraved LET", sans-serif;
  font-size: 5rem;
  line-height: 1.4;
}
.guide #section-01 .col2-box .text-box p {
  margin-top: 5rem;
}
.guide #section-01 .col2-box .img-box {
  position: relative;
  width: calc(100% - 54rem);
}
@media screen and (max-width: 1023px) {
  .guide #section-01 .col2-box {
    width: min(97.1428571429%, 1710px);
  }
}
@media screen and (max-width: 767px) {
  .guide #section-01 .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .guide #section-01 .col2-box .text-box {
    width: 60rem;
    padding-right: 0;
    padding-bottom: 7rem;
  }
  .guide #section-01 .col2-box .text-box h3 {
    font-size: min(7rem, 42px);
    font-weight: normal;
    line-height: 1.1428571429;
  }
  .guide #section-01 .col2-box .text-box h3 span {
    display: block;
  }
  .guide #section-01 .col2-box .text-box h3 span.txt-jp {
    font-family: "Zen Old Mincho", serif;
  }
  .guide #section-01 .col2-box .text-box h3 span.txt-jp span {
    font-size: 0.4285714286em;
  }
  .guide #section-01 .col2-box .text-box h3 span.txt-en {
    font-family: "Academy Engraved LET", sans-serif;
    font-size: min(5rem, 30px);
    line-height: 1.4;
  }
  .guide #section-01 .col2-box .text-box p {
    margin-top: 5rem;
  }
  .guide #section-01 .col2-box .img-box {
    position: relative;
    width: 100%;
  }
}
.guide #section-02 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background: #fdf2f4;
}
.guide #section-02 .link-bnr-wrap {
  width: min(100%, 1300px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9rem 10rem;
}
.guide #section-02 .link-bnr-wrap .item-box-l {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  background: #fff;
  clip-path: inset(0 0 round 1rem);
}
.guide #section-02 .link-bnr-wrap .item-box-l .img-box {
  position: relative;
  z-index: 0;
  width: 53.8461538462%;
}
.guide #section-02 .link-bnr-wrap .item-box-l .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide #section-02 .link-bnr-wrap .item-box-l .text-box {
  position: relative;
  z-index: 1;
  width: 46.1538461538%;
  padding: 7rem;
}
.guide #section-02 .link-bnr-wrap .item-box-l .text-box .content-title-left {
  font-size: max(20px, 4rem);
}
.guide #section-02 .link-bnr-wrap .item-box-l .text-box .btn-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  right: -2.5rem;
  margin: 0;
  transition: 0.3s all;
}
.guide #section-02 .link-bnr-wrap .item-box-l:hover .text-box .btn-more {
  transform: translateY(-50%) scale(1.1);
}
.guide #section-02 .link-bnr-wrap .item-box-l:hover .img-box {
  background: #000;
}
.guide #section-02 .link-bnr-wrap .item-box-l:hover .img-box img {
  opacity: 0.9;
}
.guide #section-02 .link-bnr-wrap .item-box-s {
  width: calc(50% - 5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  clip-path: inset(0 0 round 1rem);
}
.guide #section-02 .link-bnr-wrap .item-box-s .img-box {
  position: relative;
  z-index: 0;
  width: 100%;
}
.guide #section-02 .link-bnr-wrap .item-box-s .img-box img {
  width: 100%;
  height: auto;
}
.guide #section-02 .link-bnr-wrap .item-box-s .text-box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 3.5rem 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide #section-02 .link-bnr-wrap .item-box-s .text-box h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: max(20px, 4rem);
  font-weight: 400;
  text-align: center;
}
.guide #section-02 .link-bnr-wrap .item-box-s .text-box h3 span {
  display: block;
  font-size: max(14px, 2rem);
}
.guide #section-02 .link-bnr-wrap .item-box-s .text-box .btn-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  right: 5.5rem;
  margin: 0;
  transition: 0.3s all;
}
.guide #section-02 .link-bnr-wrap .item-box-s:hover .text-box .btn-more {
  transform: translateY(-50%) scale(1.1);
}
.guide #section-02 .link-bnr-wrap .item-box-s:hover .img-box {
  background: #000;
}
.guide #section-02 .link-bnr-wrap .item-box-s:hover .img-box img {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .guide #section-02 .link-bnr-wrap {
    width: min(100%, 60rem);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem;
  }
  .guide #section-02 .link-bnr-wrap .item-box-l {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: #fff;
    clip-path: inset(0 0 round 1rem);
  }
  .guide #section-02 .link-bnr-wrap .item-box-l .img-box {
    position: relative;
    z-index: 0;
    width: 100%;
    aspect-ratio: 600/230;
  }
  .guide #section-02 .link-bnr-wrap .item-box-l .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .guide #section-02 .link-bnr-wrap .item-box-l .text-box {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5rem 3rem;
  }
  .guide #section-02 .link-bnr-wrap .item-box-l .text-box .content-title-left {
    font-size: min(4rem, 24px);
  }
  .guide #section-02 .link-bnr-wrap .item-box-l .text-box .btn-more {
    position: absolute;
    top: min(5rem, 35px);
    transform: scale(1);
    right: 4rem;
    margin: 0;
    transition: 0.3s all;
  }
  .guide #section-02 .link-bnr-wrap .item-box-l:hover .text-box .btn-more {
    transform: scale(1.1);
  }
  .guide #section-02 .link-bnr-wrap .item-box-l:hover .img-box {
    background: #000;
  }
  .guide #section-02 .link-bnr-wrap .item-box-l:hover .img-box img {
    opacity: 0.9;
  }
  .guide #section-02 .link-bnr-wrap .item-box-s {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    clip-path: inset(0 0 round 1rem);
  }
  .guide #section-02 .link-bnr-wrap .item-box-s .img-box {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  .guide #section-02 .link-bnr-wrap .item-box-s .img-box img {
    width: 100%;
    height: auto;
  }
  .guide #section-02 .link-bnr-wrap .item-box-s .text-box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 3.5rem 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .guide #section-02 .link-bnr-wrap .item-box-s .text-box h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: min(4rem, 24px);
    font-weight: 400;
    text-align: center;
  }
  .guide #section-02 .link-bnr-wrap .item-box-s .text-box h3 span {
    display: block;
    font-size: min(2rem, 14px);
  }
  .guide #section-02 .link-bnr-wrap .item-box-s .text-box .btn-more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    right: 5.5rem;
    margin: 0;
    transition: 0.3s all;
  }
  .guide #section-02 .link-bnr-wrap .item-box-s:hover .text-box .btn-more {
    transform: translateY(-50%) scale(1.1);
  }
  .guide #section-02 .link-bnr-wrap .item-box-s:hover .img-box {
    background: #000;
  }
  .guide #section-02 .link-bnr-wrap .item-box-s:hover .img-box img {
    opacity: 0.9;
  }
}

/* 新校舎について 
------------------------------------------ */
.campus #section-01 {
  padding-top: 5rem;
}
.campus #section-01 .box-wrap {
  width: min(100%, 1920px);
}
.campus #section-01 .col2-box {
  width: min(93.9226519337%, 1710px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
}
.campus #section-01 .col2-box .text-box {
  width: 54rem;
  padding-top: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
  align-self: flex-start;
}
.campus #section-01 .col2-box .text-box h3 {
  font-size: 7rem;
  font-weight: normal;
  line-height: 1.1428571429;
}
.campus #section-01 .col2-box .text-box h3 span {
  display: block;
}
.campus #section-01 .col2-box .text-box h3 span.txt-jp {
  font-family: "Zen Old Mincho", serif;
}
.campus #section-01 .col2-box .text-box h3 span.txt-jp span {
  font-size: 0.4285714286em;
}
.campus #section-01 .col2-box .text-box h3 span.txt-en {
  font-family: "Academy Engraved LET", sans-serif;
  font-size: 5rem;
  line-height: 1.4;
}
.campus #section-01 .col2-box .text-box p {
  font-size: 3.5rem;
  margin-top: 5rem;
}
.campus #section-01 .col2-box .img-box {
  position: relative;
  width: calc(100% - 54rem);
}
@media screen and (max-width: 1023px) {
  .campus #section-01 .col2-box {
    width: min(97.1428571429%, 1710px);
  }
}
@media screen and (max-width: 767px) {
  .campus #section-01 .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .campus #section-01 .col2-box .text-box {
    width: 60rem;
    padding-right: 0;
    padding-bottom: 7rem;
    align-self: center;
  }
  .campus #section-01 .col2-box .text-box h3 {
    font-size: min(7rem, 42px);
    font-weight: normal;
    line-height: 1.1428571429;
  }
  .campus #section-01 .col2-box .text-box h3 span {
    display: block;
  }
  .campus #section-01 .col2-box .text-box h3 span.txt-jp {
    font-family: "Zen Old Mincho", serif;
  }
  .campus #section-01 .col2-box .text-box h3 span.txt-jp span {
    font-size: 0.4285714286em;
  }
  .campus #section-01 .col2-box .text-box h3 span.txt-en {
    font-family: "Academy Engraved LET", sans-serif;
    font-size: min(5rem, 30px);
    line-height: 1.4;
  }
  .campus #section-01 .col2-box .text-box p {
    font-size: 3.5rem;
    margin-top: 5rem;
  }
  .campus #section-01 .col2-box .img-box {
    position: relative;
    width: 100%;
  }
}
.campus #section-02 {
  padding-bottom: 10rem;
}
.campus #section-02 .col2-box {
  width: min(100%, 1100px);
  margin: -14rem auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5rem;
}
.campus #section-02 .col2-box .item-box {
  width: min((100% - 5rem) / 2, 26em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.campus #section-02 .col2-box .item-box p {
  line-height: 1.75;
}
.campus #section-02 .col2-box .item-box p.title {
  font-size: max(20px, 3rem);
  line-height: 1.5;
  color: #ee8494;
  text-align: center;
}
.campus #section-02 .col2-box .item-box p.caution {
  font-size: 0.9em;
  margin: 2em 1.5em;
}
.campus #section-02 .col2-box .item-box .inbox {
  position: relative;
  width: 100%;
  min-height: 11em;
  padding: 1.5em 1.5em 2em;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  align-content: center;
}
.campus #section-02 .col2-box .item-box .inbox .number {
  position: absolute;
  right: 3.5rem;
  bottom: -2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: #ee8494;
  background: #fff;
  padding: 0 0.3em;
}
.campus #section-02 .col2-box .item-box .inbox .number::after {
  position: absolute;
  bottom: 1.8rem;
  left: -0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #ee8494;
  border-radius: 50%;
}
.campus #section-02 .col3-box {
  width: 100%;
  margin: 8rem auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.campus #section-02 .col3-box .item-box {
  position: relative;
  z-index: 1;
  width: min((100% - 10rem) / 3);
}
.campus #section-02 .col3-box .item-box .pic {
  width: 100%;
  aspect-ratio: 400/280;
  clip-path: inset(0 0 round 1rem);
}
.campus #section-02 .col3-box .item-box .pic img {
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
.campus #section-02 .col3-box .item-box .txt {
  width: 100%;
  padding: 2rem 0.5rem;
}
.campus #section-02 .col3-box .item-box .txt p {
  line-height: 1.75;
}
.campus #section-02 .col3-box .item-box .txt p.ttl {
  font-size: 1.2em;
  line-height: 1.6666666667;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
}
.campus #section-02 .col3-box .item-box .txt p.ttl span {
  font-size: 0.8333333333em;
}
.campus #section-02 .col3-box .item-box:hover .pic img {
  transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  .campus #section-02 .col3-box {
    width: min(100%, 850px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem 5rem;
  }
  .campus #section-02 .col3-box .item-box {
    width: min((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .campus #section-02 .col2-box {
    width: min(100%, 60rem);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5rem;
  }
  .campus #section-02 .col2-box .item-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .campus #section-02 .col2-box .item-box p {
    line-height: 1.75;
  }
  .campus #section-02 .col2-box .item-box p.title {
    font-size: max(20px, 3rem);
    line-height: 1.3333333333;
    color: #ee8494;
    text-align: center;
    margin-bottom: 1rem;
  }
  .campus #section-02 .col2-box .item-box .inbox {
    position: relative;
    width: 100%;
    min-height: 11em;
    padding: 1.5em 1.5em 2em;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    align-content: center;
  }
  .campus #section-02 .col2-box .item-box .inbox .number {
    position: absolute;
    right: 3.5rem;
    bottom: -2.5rem;
    font-family: "Zen Old Mincho", serif;
    font-size: 5rem;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    color: #ee8494;
    background: #fff;
    padding: 0 0.3em;
  }
  .campus #section-02 .col2-box .item-box .inbox .number::after {
    position: absolute;
    bottom: 1.8rem;
    left: -0.5rem;
    content: "";
    width: 1rem;
    height: 1rem;
    background: #ee8494;
    border-radius: 50%;
  }
  .campus #section-02 .col3-box {
    width: min(100%, 400px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5rem;
  }
  .campus #section-02 .col3-box .item-box {
    position: relative;
    width: 100%;
  }
  .campus #section-02 .col3-box .item-box .txt {
    width: 100%;
    padding: 2rem 0.5rem;
  }
  .campus #section-02 .col3-box .item-box .txt p {
    line-height: 1.6;
  }
  .campus #section-02 .col3-box .item-box .txt p.ttl {
    line-height: 1.5;
    font-weight: 500;
  }
  .campus #section-02 .col3-box .item-box .txt p.ttl span {
    font-size: 0.7857142857em;
  }
}
.campus #section-03 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: #fdf2f4;
}
.campus #section-03 .gmap {
  width: 100%;
  height: 60rem;
  clip-path: inset(0 0 round 1rem);
}
.campus #section-03 .gmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campus #section-03 .info-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: first baseline;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 7rem;
}
.campus #section-03 .info-box .logo {
  width: 25em;
}
.campus #section-03 .info-box .txt {
  width: -moz-fit-content;
  width: fit-content;
}
.campus #section-03 .info-box .txt p {
  line-height: 1.5;
}
.campus #section-03 .info-box .txt p.tel {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1em;
}
.campus #section-03 .root-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 8rem auto 0;
}
.campus #section-03 .root-box .item-box {
  width: 21em;
  padding: 1em 2em;
  background: #fff;
  clip-path: inset(0 0 round 1rem);
}
.campus #section-03 .root-box .item-box p.title {
  font-size: 1.25em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #ee8494;
}
.campus #section-03 .root-box .item-box p.title .icon {
  width: 2.4em;
  flex-shrink: 0;
}
.campus #section-03 .root-box .item-box ul {
  margin-top: 2rem;
}
.campus #section-03 .root-box .item-box ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.campus #section-03 .root-box .item-box ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  border: 1px solid #ee8494;
  border-radius: 50%;
}
.campus #section-03 .map-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 10rem auto 0;
}
.campus #section-03 .map-box .map01 {
  width: 60rem;
}
.campus #section-03 .map-box .map02 {
  width: 67rem;
}
@media screen and (max-width: 767px) {
  .campus #section-03 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .campus #section-03 .gmap {
    height: 50rem;
  }
  .campus #section-03 .info-box {
    margin-top: 5rem;
  }
  .campus #section-03 .info-box .logo {
    width: 57rem;
  }
  .campus #section-03 .info-box .txt p {
    text-align: center;
  }
  .campus #section-03 .map-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin: 10rem auto 0;
  }
  .campus #section-03 .map-box .map01 {
    width: min(100%, 600px);
  }
  .campus #section-03 .map-box .map02 {
    width: min(100%, 670px);
  }
}

/* 学校の特色 
------------------------------------------ */
.feature #section-01 {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
.feature #section-01 .col3-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5rem 4rem;
}
.feature #section-01 .col3-box .item-box {
  position: relative;
  width: calc((100% - 10rem) / 3);
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature #section-01 .col3-box .item-box .number {
  position: absolute;
  right: 3.5rem;
  top: -2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 400;
  font-style: italic;
  color: #ee8494;
  background: #fff;
  padding: 0 0.3em;
}
.feature #section-01 .col3-box .item-box .number::after {
  position: absolute;
  top: 1.8rem;
  left: -0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: #ee8494;
  border-radius: 50%;
}
.feature #section-01 .col3-box .item-box .ttl-box {
  font-family: "Zen Old Mincho", serif;
  font-size: max(16px, 3rem);
  line-height: 1.5;
  text-align: center;
  padding: 4rem 3rem 2.5rem;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature #section-01 .col3-box .item-box .img-box {
  width: 100%;
  aspect-ratio: 400/250;
  clip-path: inset(0 0 round 0 0 1rem 1rem);
}
.feature #section-01 .col3-box .item-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .feature #section-01 .col3-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 5rem;
  }
  .feature #section-01 .col3-box .item-box {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    display: flex;
    flex-direction: column;
  }
  .feature #section-01 .col3-box .item-box .ttl-box {
    font-family: "Zen Old Mincho", serif;
    font-size: min(4rem, 24px);
    line-height: 1.5;
    text-align: center;
    padding: 4rem 3rem;
  }
  .feature #section-01 .col3-box .item-box .img-box {
    width: 100%;
    aspect-ratio: 400/250;
  }
  .feature #section-01 .col3-box .item-box .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.feature #section-02 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #fdf2f4;
}
.feature #section-02 .item-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.feature #section-02 .item-box .number {
  width: 1.6666666667em;
  flex-shrink: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: max(30px, 6rem);
  font-weight: 400;
  font-style: italic;
  color: #ee8494;
}
.feature #section-02 .item-box .con-box {
  flex-grow: 1;
}
.feature #section-02 .item-box:not(:first-child) {
  margin-top: 15rem;
}
.feature #section-02 p.top-txt {
  font-size: 1.2em;
  line-height: 1.4583333333;
  font-weight: 500;
  margin-bottom: 1em;
}
.feature #section-02 ul {
  margin-top: 2rem;
}
.feature #section-02 ul li {
  max-width: 54em;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.feature #section-02 ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  background: #ee8494;
  border-radius: 50%;
}
.feature #section-02 .col2-box-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6rem;
}
.feature #section-02 .col2-box-1 .box01 {
  width: 51.6666666667%;
}
.feature #section-02 .col2-box-1 .box01 .sub-title {
  margin-bottom: 0;
}
.feature #section-02 .col2-box-1 .box01 .sub-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 4rem auto 0;
}
.feature #section-02 .col2-box-1 .box01 .sub-img-box .img-box {
  width: min(50% - 1rem, 300px);
  clip-path: inset(0 0 round 1rem);
}
.feature #section-02 .col2-box-1 .box01 .sub-img-box .img-box img {
  width: 100%;
}
.feature #section-02 .col2-box-1 .box02 {
  width: 41.6666666667%;
  padding-top: 6rem;
}
.feature #section-02 .col2-box-1 .box02 .img-box {
  clip-path: inset(0 0 round 1rem);
}
.feature #section-02 .col2-box-1 .box02 .img-box img {
  width: 100%;
}
.feature #section-02 .col2-box-1.rev {
  flex-direction: row-reverse;
  margin-top: 12rem;
}
.feature #section-02 .col2-box-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6rem;
}
.feature #section-02 .col2-box-2 .box01 {
  width: 48.3333333333%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.feature #section-02 .col2-box-2 .box01 .txt-box {
  width: min(100% - 4rem, 500px);
  flex-grow: 1;
}
.feature #section-02 .col2-box-2 .box01 .img-box {
  width: min(100% - 4rem, 450px);
  clip-path: inset(0 0 round 1rem);
}
.feature #section-02 .col2-box-2 .box01 .img-box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature #section-02 .box-wrap {
    width: calc(100% - 5rem);
  }
  .feature #section-02 .item-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .feature #section-02 .item-box .number {
    width: 8rem;
    flex-shrink: 0;
    font-family: "Zen Old Mincho", serif;
    font-size: 4rem;
    font-weight: 400;
    font-style: italic;
    color: #ee8494;
  }
  .feature #section-02 .item-box .con-box {
    flex-grow: 1;
    padding-right: 2.5rem;
  }
  .feature #section-02 p.top-txt {
    font-size: 1em;
    line-height: 1.6666666667;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .feature #section-02 ul {
    margin-top: 2rem;
  }
  .feature #section-02 ul li {
    max-width: 100%;
    position: relative;
    line-height: 1.5;
    margin-bottom: 0.5em;
    margin-left: 1em;
  }
  .feature #section-02 ul li::before {
    position: absolute;
    top: 0.5em;
    left: -1em;
    content: "";
    width: 0.75em;
    aspect-ratio: 15/15;
    flex-shrink: 0;
    background: #ee8494;
    border-radius: 50%;
  }
  .feature #section-02 .col2-box-1 {
    width: min(100%, 620px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6rem;
  }
  .feature #section-02 .col2-box-1 .box01 {
    width: 100%;
  }
  .feature #section-02 .col2-box-1 .box01 .sub-title {
    margin-bottom: 0;
  }
  .feature #section-02 .col2-box-1 .box01 .sub-img-box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 4rem auto 0;
  }
  .feature #section-02 .col2-box-1 .box01 .sub-img-box .img-box {
    width: min(50% - 1rem, 300px);
    clip-path: inset(0 0 round 1rem);
  }
  .feature #section-02 .col2-box-1 .box01 .sub-img-box .img-box img {
    width: 100%;
  }
  .feature #section-02 .col2-box-1 .box02 {
    width: min(100%, 500px);
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .feature #section-02 .col2-box-1 .box02 .img-box {
    clip-path: inset(0 0 round 1rem);
  }
  .feature #section-02 .col2-box-1 .box02 .img-box img {
    width: 100%;
  }
  .feature #section-02 .col2-box-1.rev {
    flex-direction: column-reverse;
  }
  .feature #section-02 .col2-box-2 {
    width: min(100%, 580px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6rem;
    margin-top: 6rem;
  }
  .feature #section-02 .col2-box-2 .box01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .feature #section-02 .col2-box-2 .box01 .txt-box {
    width: 100%;
    flex-grow: 1;
  }
  .feature #section-02 .col2-box-2 .box01 .img-box {
    width: min(100%, 450px);
    clip-path: inset(0 0 round 1rem);
  }
  .feature #section-02 .col2-box-2 .box01 .img-box img {
    width: 100%;
  }
}
.feature #section-03 {
  padding-top: 13rem;
  padding-bottom: 16rem;
}
.feature #section-03 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.feature #section-03 p.topTxt {
  font-size: 1.2em;
  line-height: 1.4583333333;
  font-weight: 500;
}
.feature #section-03 .link-box a.btn-link {
  font-size: max(15px, 2.2rem);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 22.7272727273em;
  min-height: 4.5454545455em;
  height: auto;
  padding: 1em 1.5em;
  color: #ee8494;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.feature #section-03 .link-box a.btn-link span {
  display: inline-block;
  text-align: center;
}
.feature #section-03 .link-box a.btn-link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.feature #section-03 .link-box a.btn-link:hover {
  color: #fff;
  background: #ee8494;
}
.feature #section-03 .link-box a.btn-link:hover::after {
  background: url("../images/common/icon_arrow_white.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .feature #section-03 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .feature #section-03 p.topTxt {
    font-size: 1em;
    line-height: 1.6666666667;
    font-weight: 500;
  }
  .feature #section-03 .link-box a.btn-link {
    font-size: min(3rem, 18px);
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 55rem;
    min-height: 3.3333333333em;
    height: auto;
    padding: 1em 1.5em;
    color: #ee8494;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .feature #section-03 .link-box a.btn-link span {
    display: inline-block;
    text-align: center;
  }
  .feature #section-03 .link-box a.btn-link::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .feature #section-03 .link-box a.btn-link:hover {
    color: #fff;
    background: #ee8494;
  }
  .feature #section-03 .link-box a.btn-link:hover::after {
    background: url("../images/common/icon_arrow_white.svg") no-repeat;
    background-size: 100% 100%;
  }
}

/* 学校の生活 
------------------------------------------ */
.campuslife #section-01 {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.campuslife #section-01 .time-table {
  position: relative;
  width: min(100%, 60.5em);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6rem auto;
}
.campuslife #section-01 .time-table::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2em);
  height: 5px;
  background: #ee8494;
}
.campuslife #section-01 .time-table .item-box {
  width: 6.25em;
  aspect-ratio: 125/125;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ee8494;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.campuslife #section-01 .time-table .item-box p {
  display: inline-block;
  line-height: 1.5;
}
.campuslife #section-01 .time-table .item-box p.txt {
  font-weight: 600;
  color: #ee8494;
}
.campuslife #section-01 .text-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto 0;
}
.campuslife #section-01 .text-box p {
  line-height: 1.5;
}
.campuslife #section-01 .text-box p.title {
  font-size: 1.1em;
  font-weight: 500;
  color: #ee8494;
}
.campuslife #section-01 .text-box p.txt {
  margin-bottom: 0.5em;
}
.campuslife #section-01 .text-box ul {
  margin-top: 2rem;
}
.campuslife #section-01 .text-box ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.campuslife #section-01 .text-box ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  background: #ee8494;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .campuslife #section-01 .time-table {
    position: relative;
    width: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    margin: 3rem auto;
  }
  .campuslife #section-01 .time-table::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: calc(100% - 2em);
    background: #ee8494;
  }
  .campuslife #section-01 .time-table .item-box {
    width: 100%;
    aspect-ratio: 450/70;
    background: #fff;
    border-radius: 0.4rem;
    border: 1px solid #ee8494;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
  .campuslife #section-01 .time-table .item-box p {
    display: inline-block;
    line-height: 1.5;
  }
  .campuslife #section-01 .time-table .item-box p.txt {
    font-weight: 600;
    color: #ee8494;
  }
  .campuslife #section-01 .text-box {
    padding: 0 1.5rem;
  }
}
.campuslife #section-02 {
  padding-bottom: 20rem;
}
.campuslife #section-02 .sec-headerImg {
  width: 100%;
  height: 60rem;
}
.campuslife #section-02 .sec-headerImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campuslife #section-02 .box-wrap .inner {
  position: relative;
  z-index: 1;
  margin-top: -13rem;
  padding: 6rem 0;
  background: #fff;
}
.campuslife #section-02 .text-box {
  width: min(100% - 10rem, 50em);
  margin: 0 auto;
}
.campuslife #section-02 .text-box p.topTxt {
  font-size: 1.2em;
  line-height: 1.4583333333;
  font-weight: 500;
  margin-bottom: 1em;
}
.campuslife #section-02 .event-wrap {
  width: 100%;
}
.campuslife #section-02 .event-wrap .month {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
}
.campuslife #section-02 .event-wrap .month span {
  display: inline-block;
  margin-bottom: 0.125em;
  letter-spacing: -0.1em;
  padding-right: 0.1em;
}
.campuslife #section-02 .event-wrap .month.dot1 {
  margin-bottom: 5rem;
}
.campuslife #section-02 .event-wrap .month.dot1::after {
  position: absolute;
  content: "●";
  color: #d9d9d9;
  font-size: 1.6rem;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
}
.campuslife #section-02 .event-wrap .month.dot2 {
  margin-bottom: 6.5rem;
}
.campuslife #section-02 .event-wrap .month.dot2::after {
  position: absolute;
  content: "●●";
  font-size: 1.6rem;
  color: #d9d9d9;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
}
.campuslife #section-02 .event-wrap p.month-ttl {
  font-size: 2em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-style: italic;
  margin-bottom: 0.25em;
}
.campuslife #section-02 .event-wrap .event-item-01 {
  position: relative;
  width: calc(50% + 5rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
}
.campuslife #section-02 .event-wrap .event-item-01 .event-item-txt {
  flex-grow: 1;
  position: relative;
}
.campuslife #section-02 .event-wrap .event-item-01 .event-item-txt .txt-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.5em;
}
.campuslife #section-02 .event-wrap .event-item-01 .event-item-txt ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.campuslife #section-02 .event-wrap .event-item-01 .event-item-txt ul li {
  position: relative;
  line-height: 1.5;
  margin-left: 1em;
}
.campuslife #section-02 .event-wrap .event-item-01 .event-item-txt ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  border-radius: 50%;
}
.campuslife #section-02 .event-wrap .event-item-02 {
  position: relative;
  width: calc(50% + 5rem);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
}
.campuslife #section-02 .event-wrap .event-item-02 .event-item-txt {
  flex-grow: 1;
  position: relative;
  margin-right: 1.5em;
}
.campuslife #section-02 .event-wrap .event-item-02 .event-item-txt .txt-inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.campuslife #section-02 .event-wrap .event-item-02 .event-item-txt ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.campuslife #section-02 .event-wrap .event-item-02 .event-item-txt ul li {
  position: relative;
  line-height: 1.5;
  margin-left: 1em;
  text-align: right;
}
.campuslife #section-02 .event-wrap .event-item-02 .event-item-txt ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  border-radius: 50%;
}
.campuslife #section-02 .event-wrap .item01 .event-item-txt .txt-inner::after {
  content: "";
  width: min(38%, 13.3em);
  aspect-ratio: 266/131;
  background: url("../images/guide/campuslife/illust_01.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: calc(100% - 1em);
  left: 10em;
}
.campuslife #section-02 .event-wrap .item01 .month {
  background: #c6dc75;
}
.campuslife #section-02 .event-wrap .item01 p.month-ttl {
  color: #c6dc75;
}
.campuslife #section-02 .event-wrap .item01 ul li::before {
  background: #c6dc75;
}
.campuslife #section-02 .event-wrap .item02 .event-item-txt .txt-inner::after {
  content: "";
  width: min(33.8571428571%, 11.85em);
  aspect-ratio: 237/177;
  background: url("../images/guide/campuslife/illust_02.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: calc(100% + 1em);
  left: 1.5em;
}
.campuslife #section-02 .event-wrap .item02 .month {
  background: #9ed19b;
}
.campuslife #section-02 .event-wrap .item02 p.month-ttl {
  color: #9ed19b;
}
.campuslife #section-02 .event-wrap .item02 ul li::before {
  background: #9ed19b;
}
.campuslife #section-02 .event-wrap .item03 .event-item-txt .txt-inner::after {
  content: "";
  width: min(26.8571428571%, 9.4em);
  aspect-ratio: 188/156;
  background: url("../images/guide/campuslife/illust_03.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: calc(100% + 1.5em);
  left: 10.5em;
}
.campuslife #section-02 .event-wrap .item03 .month {
  background: #6bcef4;
}
.campuslife #section-02 .event-wrap .item03 p.month-ttl {
  color: #6bcef4;
}
.campuslife #section-02 .event-wrap .item03 ul li::before {
  background: #6bcef4;
}
.campuslife #section-02 .event-wrap .item04 .month {
  background: #7ca7d7;
}
.campuslife #section-02 .event-wrap .item04 p.month-ttl {
  color: #7ca7d7;
}
.campuslife #section-02 .event-wrap .item04 ul li::before {
  background: #7ca7d7;
}
.campuslife #section-02 .event-wrap .item05 .event-item-txt .txt-inner::after {
  content: "";
  width: min(17.1428571429%, 6em);
  aspect-ratio: 120/154;
  background: url("../images/guide/campuslife/illust_04.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 132.8571428571%;
}
.campuslife #section-02 .event-wrap .item05 .month {
  background: #afabd3;
}
.campuslife #section-02 .event-wrap .item05 p.month-ttl {
  color: #afabd3;
}
.campuslife #section-02 .event-wrap .item05 ul li::before {
  background: #afabd3;
}
.campuslife #section-02 .event-wrap .item06 .event-item-txt .txt-inner {
  min-height: 5rem;
}
.campuslife #section-02 .event-wrap .item06 .event-item-txt .txt-inner::after {
  content: "";
  width: min(17.1428571429%, 6em);
  aspect-ratio: 120/212;
  background: url("../images/guide/campuslife/illust_05.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: -1.5em;
  right: 62.8571428571%;
}
.campuslife #section-02 .event-wrap .item06 .month {
  background: #f8a881;
}
.campuslife #section-02 .event-wrap .item06 p.month-ttl {
  color: #f8a881;
}
.campuslife #section-02 .event-wrap .item06 ul li::before {
  background: #f8a881;
}
.campuslife #section-02 .event-wrap .item07 .event-item-txt .txt-inner {
  min-height: 5rem;
}
.campuslife #section-02 .event-wrap .item07 .event-item-txt .txt-inner::after {
  content: "";
  width: min(39.5714285714%, 13.85em);
  aspect-ratio: 277/316;
  background: url("../images/guide/campuslife/illust_06.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: min(-5.7291666667vw, 5.5em);
  left: 28.5714285714%;
}
.campuslife #section-02 .event-wrap .item07 .month {
  background: #f58a78;
}
.campuslife #section-02 .event-wrap .item07 p.month-ttl {
  color: #f58a78;
}
.campuslife #section-02 .event-wrap .item07 ul li::before {
  background: #f58a78;
}
.campuslife #section-02 .event-wrap .item08 .event-item-txt .txt-inner {
  min-height: 5rem;
}
.campuslife #section-02 .event-wrap .item08 .event-item-txt .txt-inner::after {
  content: "";
  width: min(17%, 5.95em);
  aspect-ratio: 119/166;
  background: url("../images/guide/campuslife/illust_07.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: calc(100% + 0.5em);
  right: 35.7142857143%;
}
.campuslife #section-02 .event-wrap .item08 .month {
  background: #bf9ac7;
}
.campuslife #section-02 .event-wrap .item08 p.month-ttl {
  color: #bf9ac7;
}
.campuslife #section-02 .event-wrap .item08 ul li::before {
  background: #bf9ac7;
}
.campuslife #section-02 .event-wrap .item09 .event-item-txt .txt-inner {
  min-height: 5rem;
}
.campuslife #section-02 .event-wrap .item09 .event-item-txt .txt-inner::after {
  content: "";
  width: min(40.5714285714%, 14.2em);
  aspect-ratio: 284/211;
  background: url("../images/guide/campuslife/illust_08.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: calc(100% - 1.5em);
  left: 35.7142857143%;
}
.campuslife #section-02 .event-wrap .item09 .month {
  background: #85baa1;
}
.campuslife #section-02 .event-wrap .item09 p.month-ttl {
  color: #85baa1;
}
.campuslife #section-02 .event-wrap .item09 ul li::before {
  background: #85baa1;
}
.campuslife #section-02 .event-wrap .item10 .month {
  background: #f59387;
}
.campuslife #section-02 .event-wrap .item10 p.month-ttl {
  color: #f59387;
}
.campuslife #section-02 .event-wrap .item10 ul li::before {
  background: #f59387;
}
.campuslife #section-02 .event-wrap .item11 .month {
  background: #f6afc3;
}
.campuslife #section-02 .event-wrap .item11 p.month-ttl {
  color: #f6afc3;
}
.campuslife #section-02 .event-wrap .item11 ul li::before {
  background: #f6afc3;
}
.campuslife #section-02 .event-wrap .item12 .event-item-txt .txt-inner::after {
  content: "";
  width: min(30.5714285714%, 10.7em);
  aspect-ratio: 214/217;
  background: url("../images/guide/campuslife/illust_09.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 14em;
}
.campuslife #section-02 .event-wrap .item12 .month {
  background: #f2ce76;
}
.campuslife #section-02 .event-wrap .item12 p.month-ttl {
  color: #f2ce76;
}
.campuslife #section-02 .event-wrap .item12 ul li::before {
  background: #f2ce76;
}
@media screen and (max-width: 767px) {
  .campuslife #section-02 .sec-headerImg {
    width: 100%;
    height: 40rem;
  }
  .campuslife #section-02 .box-wrap .inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -10rem;
    padding: 4rem 0;
    background: #fff;
  }
  .campuslife #section-02 .text-box {
    width: calc(100% - 5rem);
  }
  .campuslife #section-02 .text-box p.topTxt {
    font-size: 1em;
    line-height: 1.6666666667;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .campuslife #section-02 .event-wrap {
    width: 100%;
    margin-top: 10rem;
  }
  .campuslife #section-02 .event-wrap .month {
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-size: 8rem;
    line-height: 1;
    font-weight: 400;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
  }
  .campuslife #section-02 .event-wrap .month span {
    display: inline-block;
    margin-bottom: 0.125em;
    letter-spacing: -0.1em;
    padding-right: 0.1em;
  }
  .campuslife #section-02 .event-wrap .month.dot1 {
    margin-bottom: 5rem;
  }
  .campuslife #section-02 .event-wrap .month.dot1::after {
    position: absolute;
    content: "●";
    color: #d9d9d9;
    font-size: 1.6rem;
    letter-spacing: 0.4em;
    writing-mode: vertical-rl;
    top: calc(100% + 1em);
    left: 50%;
    transform: translateX(-50%);
  }
  .campuslife #section-02 .event-wrap .month.dot2 {
    margin-bottom: 6.5rem;
  }
  .campuslife #section-02 .event-wrap .month.dot2::after {
    position: absolute;
    content: "●●";
    font-size: 1.6rem;
    color: #d9d9d9;
    letter-spacing: 0.4em;
    writing-mode: vertical-rl;
    top: calc(100% + 1em);
    left: 50%;
    transform: translateX(-50%);
  }
  .campuslife #section-02 .event-wrap p.month-ttl {
    font-size: 1.3333333333em;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    font-style: italic;
    margin-bottom: 0.25em;
  }
  .campuslife #section-02 .event-wrap .event-item-01 {
    position: relative;
    width: 59rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
  }
  .campuslife #section-02 .event-wrap .event-item-01 .event-item-txt {
    flex-grow: 1;
    position: relative;
  }
  .campuslife #section-02 .event-wrap .event-item-01 .event-item-txt .txt-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1.5em;
  }
  .campuslife #section-02 .event-wrap .event-item-01 .event-item-txt ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .campuslife #section-02 .event-wrap .event-item-01 .event-item-txt ul li {
    position: relative;
    line-height: 1.5;
    margin-left: 1em;
  }
  .campuslife #section-02 .event-wrap .event-item-01 .event-item-txt ul li::before {
    position: absolute;
    top: 0.5em;
    left: -1em;
    content: "";
    width: 0.75em;
    aspect-ratio: 15/15;
    flex-shrink: 0;
    border-radius: 50%;
  }
  .campuslife #section-02 .event-wrap .event-item-02 {
    position: relative;
    width: 59rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
  }
  .campuslife #section-02 .event-wrap .event-item-02 .event-item-txt {
    flex-grow: 1;
    position: relative;
    margin-right: 0;
    margin-left: 1.5em;
  }
  .campuslife #section-02 .event-wrap .event-item-02 .event-item-txt .txt-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .campuslife #section-02 .event-wrap .event-item-02 .event-item-txt ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .campuslife #section-02 .event-wrap .event-item-02 .event-item-txt ul li {
    position: relative;
    line-height: 1.5;
    margin-left: 1em;
    text-align: left;
  }
  .campuslife #section-02 .event-wrap .event-item-02 .event-item-txt ul li::before {
    position: absolute;
    top: 0.5em;
    left: -1em;
    content: "";
    width: 0.75em;
    aspect-ratio: 15/15;
    flex-shrink: 0;
    border-radius: 50%;
  }
  .campuslife #section-02 .event-wrap .item01 .event-item-txt .txt-inner {
    top: -2em;
  }
  .campuslife #section-02 .event-wrap .item01 .event-item-txt .txt-inner::after {
    content: "";
    width: 26.6rem;
    aspect-ratio: 266/131;
    background: url("../images/guide/campuslife/illust_01.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: auto;
    right: calc(100% + 1.5rem);
  }
  .campuslife #section-02 .event-wrap .item01 .month {
    background: #c6dc75;
  }
  .campuslife #section-02 .event-wrap .item01 p.month-ttl {
    color: #c6dc75;
  }
  .campuslife #section-02 .event-wrap .item01 ul li::before {
    background: #c6dc75;
  }
  .campuslife #section-02 .event-wrap .item02 .event-item-txt .txt-inner::after {
    content: "";
    width: 23.7rem;
    aspect-ratio: 237/177;
    background: url("../images/guide/campuslife/illust_02.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: auto;
    right: calc(100% + 5.4rem);
  }
  .campuslife #section-02 .event-wrap .item02 .month {
    background: #9ed19b;
  }
  .campuslife #section-02 .event-wrap .item02 p.month-ttl {
    color: #9ed19b;
  }
  .campuslife #section-02 .event-wrap .item02 ul li::before {
    background: #9ed19b;
  }
  .campuslife #section-02 .event-wrap .item03 .event-item-txt .txt-inner::after {
    content: "";
    width: 18.8rem;
    aspect-ratio: 188/156;
    background: url("../images/guide/campuslife/illust_03.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: calc(100% + 1rem);
    left: 28rem;
  }
  .campuslife #section-02 .event-wrap .item03 .month {
    background: #6bcef4;
  }
  .campuslife #section-02 .event-wrap .item03 p.month-ttl {
    color: #6bcef4;
  }
  .campuslife #section-02 .event-wrap .item03 ul li::before {
    background: #6bcef4;
  }
  .campuslife #section-02 .event-wrap .item04 .month {
    background: #7ca7d7;
  }
  .campuslife #section-02 .event-wrap .item04 p.month-ttl {
    color: #7ca7d7;
  }
  .campuslife #section-02 .event-wrap .item04 ul li::before {
    background: #7ca7d7;
  }
  .campuslife #section-02 .event-wrap .item05 .event-item-txt .txt-inner {
    top: -1.5em;
  }
  .campuslife #section-02 .event-wrap .item05 .event-item-txt .txt-inner::after {
    content: "";
    width: 12rem;
    aspect-ratio: 120/154;
    background: url("../images/guide/campuslife/illust_04.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% + 12rem);
  }
  .campuslife #section-02 .event-wrap .item05 .month {
    background: #afabd3;
  }
  .campuslife #section-02 .event-wrap .item05 p.month-ttl {
    color: #afabd3;
  }
  .campuslife #section-02 .event-wrap .item05 ul li::before {
    background: #afabd3;
  }
  .campuslife #section-02 .event-wrap .item06 .event-item-txt .txt-inner {
    min-height: 5rem;
  }
  .campuslife #section-02 .event-wrap .item06 .event-item-txt .txt-inner::after {
    content: "";
    width: 12rem;
    aspect-ratio: 120/212;
    background: url("../images/guide/campuslife/illust_05.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: calc(100% + 12rem);
  }
  .campuslife #section-02 .event-wrap .item06 .month {
    background: #f8a881;
  }
  .campuslife #section-02 .event-wrap .item06 p.month-ttl {
    color: #f8a881;
  }
  .campuslife #section-02 .event-wrap .item06 ul li::before {
    background: #f8a881;
  }
  .campuslife #section-02 .event-wrap .item07 .event-item-txt .txt-inner {
    min-height: 5rem;
  }
  .campuslife #section-02 .event-wrap .item07 .event-item-txt .txt-inner::after {
    content: "";
    width: 27.7rem;
    aspect-ratio: 277/316;
    background: url("../images/guide/campuslife/illust_06.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: -16rem;
    left: 22rem;
  }
  .campuslife #section-02 .event-wrap .item07 .month {
    background: #f58a78;
  }
  .campuslife #section-02 .event-wrap .item07 p.month-ttl {
    color: #f58a78;
  }
  .campuslife #section-02 .event-wrap .item07 ul li::before {
    background: #f58a78;
  }
  .campuslife #section-02 .event-wrap .item08 .event-item-txt .txt-inner {
    top: -1em;
    min-height: 5rem;
  }
  .campuslife #section-02 .event-wrap .item08 .event-item-txt .txt-inner::after {
    content: "";
    width: 11.9rem;
    aspect-ratio: 119/166;
    background: url("../images/guide/campuslife/illust_07.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 15rem;
    right: calc(100% + 12.5rem);
  }
  .campuslife #section-02 .event-wrap .item08 .month {
    background: #bf9ac7;
  }
  .campuslife #section-02 .event-wrap .item08 p.month-ttl {
    color: #bf9ac7;
  }
  .campuslife #section-02 .event-wrap .item08 ul li::before {
    background: #bf9ac7;
  }
  .campuslife #section-02 .event-wrap .item09 .event-item-txt .txt-inner {
    top: -1em;
    min-height: 5rem;
  }
  .campuslife #section-02 .event-wrap .item09 .event-item-txt .txt-inner::after {
    content: "";
    width: 28.4rem;
    aspect-ratio: 284/211;
    background: url("../images/guide/campuslife/illust_08.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 8.5rem;
    left: 30rem;
  }
  .campuslife #section-02 .event-wrap .item09 .month {
    background: #85baa1;
  }
  .campuslife #section-02 .event-wrap .item09 p.month-ttl {
    color: #85baa1;
  }
  .campuslife #section-02 .event-wrap .item09 ul li::before {
    background: #85baa1;
  }
  .campuslife #section-02 .event-wrap .item10 .month {
    background: #f59387;
  }
  .campuslife #section-02 .event-wrap .item10 p.month-ttl {
    color: #f59387;
  }
  .campuslife #section-02 .event-wrap .item10 ul li::before {
    background: #f59387;
  }
  .campuslife #section-02 .event-wrap .item11 .event-item-txt .txt-inner {
    top: -1.5em;
  }
  .campuslife #section-02 .event-wrap .item11 .month {
    background: #f6afc3;
  }
  .campuslife #section-02 .event-wrap .item11 p.month-ttl {
    color: #f6afc3;
  }
  .campuslife #section-02 .event-wrap .item11 ul li::before {
    background: #f6afc3;
  }
  .campuslife #section-02 .event-wrap .item12 .event-item-txt .txt-inner::after {
    content: "";
    width: 21.4rem;
    aspect-ratio: 214/217;
    background: url("../images/guide/campuslife/illust_09.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    bottom: auto;
    top: 5rem;
    right: calc(100% + 3.5rem);
  }
  .campuslife #section-02 .event-wrap .item12 .month {
    background: #f2ce76;
  }
  .campuslife #section-02 .event-wrap .item12 p.month-ttl {
    color: #f2ce76;
  }
  .campuslife #section-02 .event-wrap .item12 ul li::before {
    background: #f2ce76;
  }
}

/* 在校生・卒業生の声 
------------------------------------------ */
.voice .voice-box p {
  line-height: 1.75;
}
.voice .voice-box .voice-number {
  width: 3.2em;
  height: 3.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-style: italic;
  font-size: max(30px, 5rem);
  background: #ee8494;
  color: #fff;
  border-radius: 50%;
  padding-right: 0.1em;
}
.voice .voice-box .voice-number span {
  display: block;
  font-size: 0.8em;
}
.voice .voice-box .box-01 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.voice .voice-box .box-01 .voice-number {
  position: absolute;
  top: 1.5em;
  left: 0;
}
.voice .voice-box .box-01 .voice-number::before {
  content: "";
  width: 0.68em;
  height: 1.14em;
  background: #ee8494;
  clip-path: polygon(50% 0, 100% 100%, 0 50%);
  position: absolute;
  bottom: -0.2em;
  right: 0.48em;
}
.voice .voice-box .box-01 .text-box-wide {
  width: 73.0769230769%;
  padding: 3.5em 4.5em;
  border-radius: 1rem;
  background-image: url("../images/guide/voice/illust01.png");
  background-repeat: no-repeat;
  background-position: right 1.5em bottom 1.5em;
  background-size: 3.8em auto;
  background-color: #fdf2f4;
  margin-left: auto;
}
.voice .voice-box .box-01 .profile-box {
  position: relative;
  bottom: -2.2em;
  right: -3.5em;
  width: 26.9230769231%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  align-self: end;
  padding: 3rem 0 0;
}
.voice .voice-box .box-01 .profile-box .txt-box {
  width: 13em;
  padding: 1em;
  color: #fff;
  background: #ee8494;
  border-radius: 1rem;
}
.voice .voice-box .box-01 .profile-box .txt-box p {
  text-align: center;
  font-feature-settings: "palt";
}
.voice .voice-box .box-01 .profile-box .txt-box p.small {
  font-size: 0.9em;
  line-height: 1.1111111111;
}
.voice .voice-box .box-01 .profile-box .txt-box p.name {
  line-height: 1.2;
}
.voice .voice-box .box-01 .profile-box .txt-box p.name span {
  font-size: 1.2em;
  line-height: 1;
}
.voice .voice-box .box-02 {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 10rem;
}
.voice .voice-box .box-02 .voice-number {
  position: absolute;
  top: 1.5em;
  right: 0;
}
.voice .voice-box .box-02 .voice-number::before {
  content: "";
  width: 0.68em;
  height: 1.14em;
  background: #ee8494;
  clip-path: polygon(50% 0, 100% 50%, 0 100%);
  position: absolute;
  bottom: -0.2em;
  left: 0.48em;
}
.voice .voice-box .box-02 .text-box-wide {
  width: 73.0769230769%;
  padding: 3.5em 4.5em;
  border-radius: 1rem;
  background-image: url("../images/guide/voice/illust02.png");
  background-repeat: no-repeat;
  background-position: left 1.5em bottom 1.5em;
  background-size: 3.8em auto;
  background-color: #fdf2f4;
  margin-right: auto;
}
.voice .voice-box .box-02 .profile-box {
  position: relative;
  bottom: -2.2em;
  left: -3.5em;
  width: 26.9230769231%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  align-self: end;
  padding: 3rem 0 0;
}
.voice .voice-box .box-02 .profile-box .txt-box {
  width: 13em;
  padding: 1em;
  color: #fff;
  background: #ee8494;
  border-radius: 1rem;
}
.voice .voice-box .box-02 .profile-box .txt-box p {
  text-align: center;
  font-feature-settings: "palt";
}
.voice .voice-box .box-02 .profile-box .txt-box p.small {
  font-size: 0.9em;
  line-height: 1.1111111111;
}
.voice .voice-box .box-02 .profile-box .txt-box p.name {
  line-height: 1.2;
}
.voice .voice-box .box-02 .profile-box .txt-box p.name span {
  font-size: 1.2em;
  line-height: 1;
}
.voice .voice-box .box-03 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 6rem 5rem;
  margin: 12rem auto 0;
}
.voice .voice-box .box-03_item {
  position: relative;
  width: min((100% - 10rem) / 3, 400px);
  display: flex;
  flex-direction: column;
}
.voice .voice-box .box-03_item .voice-number {
  position: relative;
  margin-bottom: -1em;
  flex-shrink: 0;
}
.voice .voice-box .box-03_item .voice-number::before {
  content: "";
  width: 0.68em;
  height: 1.14em;
  background: #ee8494;
  clip-path: polygon(50% 0, 100% 100%, 0 50%);
  position: absolute;
  bottom: -0.2em;
  right: 0.48em;
}
.voice .voice-box .box-03_item p.txt {
  line-height: 1.75;
}
.voice .voice-box .box-03_item p.name {
  line-height: 1.2;
  display: inline-block;
  background: #ee8494;
  border-radius: 1rem;
  padding: 0.5em;
  min-width: 8em;
  color: #fff;
  text-align: center;
}
.voice .voice-box .box-03_item p.name span {
  display: inline-block;
}
.voice .voice-box .box-03_item p.name span.fs18 {
  font-size: 0.9em;
}
.voice .voice-box .box-03_item p.name span.fs24 {
  font-size: 1.2em;
}
.voice .voice-box .box-03_item .text-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5em 2.25em 1.5em;
  background-image: url("../images/guide/voice/illust01.png");
  background-repeat: no-repeat;
  background-position: right 1.5em bottom 1.5em;
  background-size: 3.8em auto;
  background-color: #fdf2f4;
  border-radius: 1rem;
}
.voice .voice-box .box-03_item .text-box .profile-box {
  margin-top: 2em;
}
.voice .voice-box.color02 .voice-number {
  background: #f7b666;
}
.voice .voice-box.color02 .box-01 .voice-number::before {
  background: #f7b666;
}
.voice .voice-box.color02 .box-01 .text-box-wide {
  background-image: url("../images/guide/voice/illust03.png");
  background-repeat: no-repeat;
  background-position: right 1.5em bottom 1.5em;
  background-size: 3.8em auto;
  background-color: #fef8ef;
}
.voice .voice-box.color02 .box-01 .text-box-wide .sub-title {
  color: #f7b666;
}
.voice .voice-box.color02 .box-01 .profile-box .txt-box {
  background: #f7b666;
}
.voice .voice-box.color02 .box-02 .voice-number::before {
  background: #f7b666;
}
.voice .voice-box.color02 .box-02 .text-box-wide {
  background-image: url("../images/guide/voice/illust04.png");
  background-repeat: no-repeat;
  background-position: left 1.5em bottom 1.5em;
  background-size: 3.8em auto;
  background-color: #fef8ef;
}
.voice .voice-box.color02 .box-02 .text-box-wide .sub-title {
  color: #f7b666;
}
.voice .voice-box.color02 .box-02 .profile-box .txt-box {
  background: #f7b666;
}
.voice .voice-box.color02 .box-03_item .voice-number::before {
  background: #f7b666;
}
.voice .voice-box.color02 .box-03_item p.name {
  background: #f7b666;
}
.voice .voice-box.color02 .box-03_item .text-box {
  background-image: url("../images/guide/voice/illust03.png");
  background-repeat: no-repeat;
  background-position: right 1.5em bottom 1.5em;
  background-size: 3.8em auto;
  background-color: #fef8ef;
}
@media screen and (max-width: 767px) {
  .voice .voice-box p {
    line-height: 1.6666666667;
  }
  .voice .voice-box .voice-number {
    width: 3.2em;
    height: 3.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Zen Old Mincho", serif;
    font-style: italic;
    font-size: min(5rem, 30px);
    background: #ee8494;
    color: #fff;
    border-radius: 50%;
    padding-right: 0.1em;
  }
  .voice .voice-box .voice-number span {
    display: block;
    font-size: 0.8em;
  }
  .voice .voice-box .box-01 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("../images/guide/voice/illust01.png");
    background-repeat: no-repeat;
    background-position: right 1em bottom 1em;
    background-size: 2.5333333333em auto;
    background-color: #fdf2f4;
    margin-top: 5em;
    border-radius: 1rem;
  }
  .voice .voice-box .box-01 .voice-number {
    position: absolute;
    top: -2.4em;
    left: 0;
  }
  .voice .voice-box .box-01 .voice-number::before {
    content: "";
    width: 0.68em;
    height: 1.14em;
    background: #ee8494;
    clip-path: polygon(50% 0, 100% 100%, 0 50%);
    position: absolute;
    bottom: -0.2em;
    right: 0.48em;
  }
  .voice .voice-box .box-01 .text-box-wide {
    width: 65rem;
    padding: 2em 1.6666666667em;
    border-radius: none;
    background: none;
    margin-left: auto;
  }
  .voice .voice-box .box-01 .profile-box {
    position: relative;
    bottom: 0;
    right: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    align-self: end;
    padding: 0;
    margin-bottom: -2em;
  }
  .voice .voice-box .box-01 .profile-box .img-box {
    width: 33.1rem;
  }
  .voice .voice-box .box-01 .profile-box .txt-box {
    width: 13em;
    padding: 1em;
    color: #fff;
    background: #ee8494;
    border-radius: 1rem;
  }
  .voice .voice-box .box-01 .profile-box .txt-box p {
    text-align: center;
    font-feature-settings: "palt";
  }
  .voice .voice-box .box-01 .profile-box .txt-box p.small {
    font-size: 0.9em;
    line-height: 1.1111111111;
  }
  .voice .voice-box .box-01 .profile-box .txt-box p.name {
    line-height: 1.2;
  }
  .voice .voice-box .box-01 .profile-box .txt-box p.name span {
    font-size: 1.2em;
    line-height: 1;
  }
  .voice .voice-box .box-02 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("../images/guide/voice/illust01.png");
    background-repeat: no-repeat;
    background-position: right 1em bottom 1em;
    background-size: 2.5333333333em auto;
    background-color: #fdf2f4;
    margin-top: 7.6666666667em;
    border-radius: 1rem;
  }
  .voice .voice-box .box-02 .voice-number {
    position: absolute;
    top: -2.4em;
    left: 0;
  }
  .voice .voice-box .box-02 .voice-number::before {
    content: "";
    width: 0.68em;
    height: 1.14em;
    background: #ee8494;
    clip-path: polygon(50% 0, 100% 100%, 0 50%);
    position: absolute;
    bottom: -0.2em;
    left: unset;
    right: 0.48em;
  }
  .voice .voice-box .box-02 .text-box-wide {
    width: 65rem;
    padding: 2em 1.6666666667em;
    border-radius: none;
    background: none;
    margin-left: auto;
  }
  .voice .voice-box .box-02 .profile-box {
    position: relative;
    bottom: 0;
    left: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    align-self: end;
    padding: 0;
    margin-bottom: -2em;
  }
  .voice .voice-box .box-02 .profile-box .img-box {
    width: 33.1rem;
  }
  .voice .voice-box .box-02 .profile-box .txt-box {
    width: 13em;
    padding: 1em;
    color: #fff;
    background: #ee8494;
    border-radius: 1rem;
  }
  .voice .voice-box .box-02 .profile-box .txt-box p {
    text-align: center;
    font-feature-settings: "palt";
  }
  .voice .voice-box .box-02 .profile-box .txt-box p.small {
    font-size: 0.9em;
    line-height: 1.1111111111;
  }
  .voice .voice-box .box-02 .profile-box .txt-box p.name {
    line-height: 1.2;
  }
  .voice .voice-box .box-02 .profile-box .txt-box p.name span {
    font-size: 1.2em;
    line-height: 1;
  }
  .voice .voice-box .box-03 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 6rem 5rem;
    margin: 12rem auto 0;
  }
  .voice .voice-box .box-03_item {
    position: relative;
    width: 65rem;
    display: flex;
    flex-direction: column;
  }
  .voice .voice-box .box-03_item .voice-number {
    position: relative;
    margin-bottom: -1em;
    flex-shrink: 0;
  }
  .voice .voice-box .box-03_item .voice-number::before {
    content: "";
    width: 0.68em;
    height: 1.14em;
    background: #ee8494;
    clip-path: polygon(50% 0, 100% 100%, 0 50%);
    position: absolute;
    bottom: -0.2em;
    right: 0.48em;
  }
  .voice .voice-box .box-03_item p.txt {
    line-height: 1.75;
  }
  .voice .voice-box .box-03_item p.name {
    line-height: 1.2;
    display: inline-block;
    background: #ee8494;
    border-radius: 1rem;
    padding: 0.5em;
    min-width: 8em;
    color: #fff;
    text-align: center;
  }
  .voice .voice-box .box-03_item p.name span {
    display: inline-block;
  }
  .voice .voice-box .box-03_item p.name span.fs18 {
    font-size: 0.9em;
  }
  .voice .voice-box .box-03_item p.name span.fs24 {
    font-size: 1.2em;
  }
  .voice .voice-box .box-03_item .text-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3em 1.5em 1.5em;
    background-image: url("../images/guide/voice/illust01.png");
    background-repeat: no-repeat;
    background-position: right 1em bottom 1em;
    background-size: 2.5333333333em auto;
    background-color: #fdf2f4;
    border-radius: 1rem;
  }
  .voice .voice-box .box-03_item .text-box .profile-box {
    margin-top: 2em;
  }
  .voice .voice-box.color02 .box-01 {
    background-image: url("../images/guide/voice/illust03.png");
    background-repeat: no-repeat;
    background-position: right 1em bottom 1em;
    background-size: 2.5333333333em auto;
    background-color: #fef8ef;
    margin-top: 5em;
    border-radius: 1rem;
  }
  .voice .voice-box.color02 .box-01 .text-box-wide {
    border-radius: none;
    background: none;
    margin-left: auto;
  }
  .voice .voice-box.color02 .box-02 {
    background-image: url("../images/guide/voice/illust03.png");
    background-repeat: no-repeat;
    background-position: right 1em bottom 1em;
    background-size: 2.5333333333em auto;
    background-color: #fef8ef;
    margin-top: 7.6666666667em;
    border-radius: 1rem;
  }
  .voice .voice-box.color02 .box-02 .text-box-wide {
    border-radius: none;
    background: none;
    margin-left: auto;
  }
}
.voice #section-01 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.voice #section-02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* アクセス方法 
------------------------------------------ */
.access #section-01 {
  padding-top: 5rem;
}
.access #section-01 .box-wrap {
  width: min(100%, 1920px);
}
.access #section-01 .col2-box {
  width: min(93.9226519337%, 1710px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
}
.access #section-01 .col2-box .text-box {
  width: 54rem;
  padding-top: 5rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
  align-self: flex-start;
}
.access #section-01 .col2-box .text-box h3 {
  font-size: 7rem;
  font-weight: normal;
  line-height: 1.1428571429;
}
.access #section-01 .col2-box .text-box h3 span {
  display: block;
}
.access #section-01 .col2-box .text-box h3 span.txt-jp {
  font-family: "Zen Old Mincho", serif;
}
.access #section-01 .col2-box .text-box h3 span.txt-jp span {
  font-size: 0.4285714286em;
}
.access #section-01 .col2-box .text-box h3 span.txt-en {
  font-family: "Academy Engraved LET", sans-serif;
  font-size: 5rem;
  line-height: 1.4;
}
.access #section-01 .col2-box .text-box p {
  font-size: 3.5rem;
  margin-top: 5rem;
}
.access #section-01 .col2-box .img-box {
  position: relative;
  width: calc(100% - 54rem);
}
@media screen and (max-width: 1023px) {
  .access #section-01 .col2-box {
    width: min(97.1428571429%, 1710px);
  }
}
@media screen and (max-width: 767px) {
  .access #section-01 .col2-box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .access #section-01 .col2-box .text-box {
    width: 60rem;
    padding-right: 0;
    padding-bottom: 7rem;
    align-self: center;
  }
  .access #section-01 .col2-box .text-box h3 {
    font-size: min(7rem, 42px);
    font-weight: normal;
    line-height: 1.1428571429;
  }
  .access #section-01 .col2-box .text-box h3 span {
    display: block;
  }
  .access #section-01 .col2-box .text-box h3 span.txt-jp {
    font-family: "Zen Old Mincho", serif;
  }
  .access #section-01 .col2-box .text-box h3 span.txt-jp span {
    font-size: 0.4285714286em;
  }
  .access #section-01 .col2-box .text-box h3 span.txt-en {
    font-family: "Academy Engraved LET", sans-serif;
    font-size: min(5rem, 30px);
    line-height: 1.4;
  }
  .access #section-01 .col2-box .text-box p {
    font-size: 3.5rem;
    margin-top: 5rem;
  }
  .access #section-01 .col2-box .img-box {
    position: relative;
    width: 100%;
  }
}
.access #section-02 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background: #fdf2f4;
}
.access #section-02 .gmap {
  width: 100%;
  height: 60rem;
  clip-path: inset(0 0 round 1rem);
}
.access #section-02 .gmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access #section-02 .info-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: first baseline;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 7rem;
}
.access #section-02 .info-box .logo {
  width: 25em;
}
.access #section-02 .info-box .txt {
  width: -moz-fit-content;
  width: fit-content;
}
.access #section-02 .info-box .txt p {
  line-height: 1.5;
}
.access #section-02 .info-box .txt p.tel {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1em;
}
.access #section-02 .root-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 8rem auto 0;
}
.access #section-02 .root-box .item-box {
  width: 21em;
  padding: 1em 2em;
  background: #fff;
  clip-path: inset(0 0 round 1rem);
}
.access #section-02 .root-box .item-box p.title {
  font-size: 1.25em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #ee8494;
}
.access #section-02 .root-box .item-box p.title .icon {
  width: 2.4em;
  flex-shrink: 0;
}
.access #section-02 .root-box .item-box ul {
  margin-top: 2rem;
}
.access #section-02 .root-box .item-box ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.access #section-02 .root-box .item-box ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  border: 1px solid #ee8494;
  border-radius: 50%;
}
.access #section-02 .map-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin: 10rem auto 0;
}
.access #section-02 .map-box .map01 {
  width: 60rem;
}
.access #section-02 .map-box .map02 {
  width: 67rem;
}
@media screen and (max-width: 767px) {
  .access #section-02 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .access #section-02 .gmap {
    height: 50rem;
  }
  .access #section-02 .info-box {
    margin-top: 5rem;
  }
  .access #section-02 .info-box .logo {
    width: 57rem;
  }
  .access #section-02 .info-box .txt p {
    text-align: center;
  }
  .access #section-02 .map-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    margin: 10rem auto 0;
  }
  .access #section-02 .map-box .map01 {
    width: min(100%, 600px);
  }
  .access #section-02 .map-box .map02 {
    width: min(100%, 670px);
  }
}

/* 関連施設 
------------------------------------------ */
.facilities #section-01 {
  padding-top: 5rem;
  padding-bottom: 16rem;
}
.facilities #section-01 .box-01 {
  width: 100%;
  background: #fdf2f4;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10rem;
  padding: 5rem 8rem;
  border-radius: 1rem;
}
.facilities #section-01 .box-01 .text-box {
  flex-grow: 1;
}
.facilities #section-01 .box-01 .text-box .logo-ja {
  width: min(100%, 27.35em);
  margin-bottom: 2rem;
}
.facilities #section-01 .box-01 .text-box .gmap {
  width: 100%;
  aspect-ratio: 600/180;
  margin-top: 3rem;
  clip-path: inset(0 0 round 1rem);
  background: #c8c8c8;
}
.facilities #section-01 .box-01 .text-box .gmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facilities #section-01 .box-01 .img-box {
  width: min(38.0530973451%, 430px);
  clip-path: inset(0 0 round 1rem);
  align-self: center;
}
.facilities #section-01 .box-02 {
  width: 100%;
  margin: 8rem auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.facilities #section-01 .box-02 .item-box {
  position: relative;
  z-index: 1;
  width: min((100% - 10rem) / 3);
}
.facilities #section-01 .box-02 .item-box .pic {
  width: 100%;
  aspect-ratio: 400/270;
  clip-path: inset(0 0 round 1rem);
}
.facilities #section-01 .box-02 .item-box .pic img {
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}
.facilities #section-01 .box-02 .item-box .pic:hover img {
  transform: scale(1.05);
}
.facilities #section-01 .box-02 .item-box .txt {
  width: 100%;
  padding: 2rem 1rem;
}
.facilities #section-01 .box-02 .item-box .txt p {
  line-height: 2;
}
.facilities #section-01 .box-02 .item-box .txt p.ttl {
  font-size: max(18px, 2.8rem);
  line-height: 1.5;
  font-weight: 500;
}
.facilities #section-01 .box-02 .item-box .txt p.ttl span {
  font-size: 0.7142857143em;
}
.facilities #section-01 .box-02 .item-box .gmap {
  width: calc(100% - 2rem);
  aspect-ratio: 380/150;
  clip-path: inset(0 0 round 1rem);
  margin: 0 auto;
  background: #c8c8c8;
}
.facilities #section-01 .box-02 .item-box .gmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: 100%;
     object-fit: 100%;
}
@media screen and (max-width: 1023px) {
  .facilities #section-01 .box-02 {
    width: min(100%, 850px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem 5rem;
  }
  .facilities #section-01 .box-02 .item-box {
    width: min((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .facilities #section-01 .box-01 {
    width: 100%;
    margin: 0 auto;
    background: #fdf2f4;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5rem;
    padding: 5rem;
    border-radius: 1rem;
  }
  .facilities #section-01 .box-01 .text-box {
    flex-grow: 1;
  }
  .facilities #section-01 .box-01 .text-box .logo-ja {
    width: min(100%, 54.7rem);
    margin-bottom: 2rem;
  }
  .facilities #section-01 .box-01 .text-box .gmap {
    width: min(100%, 600px);
    aspect-ratio: 2/1;
    margin-top: 3rem;
    clip-path: inset(0 0 round 1rem);
    background: #c8c8c8;
  }
  .facilities #section-01 .box-01 .text-box .gmap iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .facilities #section-01 .box-01 .img-box {
    width: min(100%, 430px);
    clip-path: inset(0 0 round 1rem);
    align-self: center;
  }
  .facilities #section-01 .box-02 {
    width: min(84.6153846154%, 400px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
  }
  .facilities #section-01 .box-02 .item-box {
    position: relative;
    width: 100%;
  }
  .facilities #section-01 .box-02 .item-box .txt {
    width: 100%;
    padding: 2rem 0.5rem;
  }
  .facilities #section-01 .box-02 .item-box .txt p {
    font-size: min(2.8rem, 16px);
    line-height: 1.6;
  }
  .facilities #section-01 .box-02 .item-box .txt p.ttl {
    font-size: min(3rem, 18px);
    line-height: 1.5;
    font-weight: 500;
  }
  .facilities #section-01 .box-02 .item-box .txt p.ttl span {
    font-size: 0.7857142857em;
  }
  .facilities #section-01 .box-02 .item-box .gmap {
    width: calc(100% - 1rem);
    aspect-ratio: 2/1;
  }
}

/*=====================================================

		Admission / 募集要項

======================================================*/
/* 募集要項
-------------------------------------------*/
.admission #section-01 {
  padding-top: 5rem;
  padding-bottom: 16rem;
  background: url("../images/admission/img_01.jpg") center top no-repeat;
  background-size: cover;
}
.admission #section-01 p.point {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.625;
  color: #ee8494;
}
@media screen and (max-width: 767px) {
  .admission #section-01 {
    background: url("../images/admission/img_01.jpg") center bottom no-repeat;
    background-size: 146.6666666667% auto;
  }
  .admission #section-01 p.point {
    font-size: 1.3333333333em;
  }
}
.admission #section-02 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: #fdf2f4;
}
.admission #section-02 .box-01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5rem auto;
  gap: 7rem;
}
.admission #section-02 .box-01 .item-box {
  width: 8.5em;
  aspect-ratio: 170/170;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  gap: 0.5em;
}
.admission #section-02 .box-01 .item-box p {
  display: inline-block;
  line-height: 1.5;
}
.admission #section-02 .box-01 .item-box p.ttl {
  font-size: 1.2em;
  font-weight: 500;
  color: #ee8494;
}
.admission #section-02 .box-01 .item-box p.txt {
  text-align: center;
  min-height: 2.4em;
}
.admission #section-02 .box-01 .item-box p.txt small {
  font-size: 0.8em;
  line-height: 1.25;
}
.admission #section-02 .box-02 {
  width: 100%;
  padding: 6rem 5rem;
  background: #fff;
}
.admission #section-02 .box-02:not(:last-child) {
  margin-bottom: 5rem;
}
.admission #section-02 .box-02 h4 {
  font-family: "Zen Old Mincho", serif;
  font-size: max(20px, 3rem);
  font-weight: 400;
  margin-bottom: 1em;
}
.admission #section-02 .box-02 .item-box {
  width: min(100%, 1000px);
  padding: 3rem 0;
  margin: 0 auto;
  border-bottom: 2px solid #d4d4d4;
  display: flex;
  justify-content: flex-start;
}
.admission #section-02 .box-02 .item-box .ttl-box {
  width: 7.5em;
  flex-shrink: 0;
  padding: 0 0.5em;
}
.admission #section-02 .box-02 .item-box .ttl-box p {
  line-height: 1.5;
  color: #ee8494;
  font-weight: 500;
}
.admission #section-02 .box-02 .item-box .con-box {
  flex-grow: 1;
}
.admission #section-02 .box-02 .item-box .con-box p {
  line-height: 1.5;
}
.admission #section-02 .box-02 .item-box .con-box p.ttl {
  font-weight: 500;
}
.admission #section-02 .box-02 .item-box .con-box ol {
  padding-left: 1em;
  line-height: 1.5;
}
.admission #section-02 .box-02 .item-box .con-box ol li {
  padding-left: 0.5em;
}
.admission #section-02 .box-02 .item-box .con-box ol li:not(:last-child) {
  margin-bottom: 1em;
}
.admission #section-02 .box-02 .item-box .con-box ol li p {
  line-height: 1.5;
}
.admission #section-02 .box-02 .item-box .con-box ol li p.indent, .admission #section-02 .box-02 .item-box .con-box ol li p.indent2 {
  margin: 0.5em 0;
}
.admission #section-02 .box-02 .item-box .con-box ul {
  margin: 0.5em 0;
  line-height: 1.5;
}
.admission #section-02 .box-02 .item-box .con-box ul li {
  position: relative;
  margin-left: 1em;
}
.admission #section-02 .box-02 .item-box .con-box ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  background: #ee8494;
  border-radius: 50%;
}
.admission #section-02 .box-02 .item-box .con-box dl {
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0.5em 0;
}
.admission #section-02 .box-02 .item-box .con-box dl dt {
  flex-shrink: 0;
}
.admission #section-02 .box-02 .item-box .con-box dl dd {
  flex-grow: 1;
}
.admission #section-02 .box-02 .item-box .con-box dl dd ol li {
  margin-bottom: 0;
}
.admission #section-02 .box-02 .item-box .con-box dl dd ol li:not(:last-child) {
  margin-bottom: 0;
}
.admission #section-02 .box-02 .item-box .con-box .inbox {
  padding: 0.5em 1em;
}
.admission #section-02 .box-02 .item-box .con-box .inbox:last-child {
  padding-bottom: 0;
}
.admission #section-02 .box-02 .item-box .con-box .line {
  display: inline-block;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .admission #section-02 .box-01 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 5rem auto;
    gap: 3rem;
  }
  .admission #section-02 .box-01 .item-box {
    width: 16.6666666667em;
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    gap: 0.5em;
    padding: 1em;
  }
  .admission #section-02 .box-01 .item-box p {
    display: inline-block;
    line-height: 1.5;
  }
  .admission #section-02 .box-01 .item-box p.ttl {
    font-size: 1em;
    font-weight: 500;
    color: #ee8494;
  }
  .admission #section-02 .box-01 .item-box p.txt {
    text-align: center;
    min-height: unset;
  }
  .admission #section-02 .box-01 .item-box p.txt small {
    font-size: 0.8em;
    line-height: 1.25;
  }
  .admission #section-02 .box-02 {
    font-size: min(3rem, 18px);
    width: 100%;
    padding: 6rem 5rem;
    background: #fff;
  }
  .admission #section-02 .box-02:not(:last-child) {
    margin-bottom: 5rem;
  }
  .admission #section-02 .box-02 h4 {
    font-family: "Zen Old Mincho", serif;
    font-size: min(4rem, 24px);
    font-weight: 400;
    margin-bottom: 1em;
  }
  .admission #section-02 .box-02 .item-box {
    width: min(100%, 1000px);
    padding: 3rem 0;
    margin: 0 auto;
    border-bottom: 2px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
  }
  .admission #section-02 .box-02 .item-box .ttl-box {
    width: 100%;
    flex-shrink: 0;
    padding: 0;
  }
  .admission #section-02 .box-02 .item-box .ttl-box p {
    line-height: 1.5;
    color: #ee8494;
    font-weight: 500;
  }
  .admission #section-02 .box-02 .item-box .con-box {
    flex-grow: 1;
  }
  .admission #section-02 .box-02 .item-box .con-box p {
    line-height: 1.5;
  }
  .admission #section-02 .box-02 .item-box .con-box p.ttl {
    font-weight: 500;
  }
  .admission #section-02 .box-02 .item-box .con-box ol {
    padding-left: 1em;
    line-height: 1.5;
  }
  .admission #section-02 .box-02 .item-box .con-box ol li {
    padding-left: 0.5em;
  }
  .admission #section-02 .box-02 .item-box .con-box ol li:not(:last-child) {
    margin-bottom: 1em;
  }
  .admission #section-02 .box-02 .item-box .con-box ol li p {
    line-height: 1.5;
  }
  .admission #section-02 .box-02 .item-box .con-box ol li p.indent, .admission #section-02 .box-02 .item-box .con-box ol li p.indent2 {
    margin: 0.5em 0;
  }
  .admission #section-02 .box-02 .item-box .con-box ul {
    margin: 0.5em 0;
    line-height: 1.5;
  }
  .admission #section-02 .box-02 .item-box .con-box ul li {
    position: relative;
    margin-left: 1em;
  }
  .admission #section-02 .box-02 .item-box .con-box ul li::before {
    position: absolute;
    top: 0.5em;
    left: -1em;
    content: "";
    width: 0.75em;
    aspect-ratio: 15/15;
    flex-shrink: 0;
    background: #ee8494;
    border-radius: 50%;
  }
  .admission #section-02 .box-02 .item-box .con-box dl {
    display: flex;
    justify-content: flex-start;
    align-items: first baseline;
    flex-wrap: wrap;
    gap: 0.5em 1em;
    margin: 0.5em 0;
  }
  .admission #section-02 .box-02 .item-box .con-box dl dt {
    flex-shrink: 0;
  }
  .admission #section-02 .box-02 .item-box .con-box dl dd {
    flex-grow: 1;
  }
  .admission #section-02 .box-02 .item-box .con-box dl dd ol li {
    margin-bottom: 0;
  }
  .admission #section-02 .box-02 .item-box .con-box dl dd ol li:not(:last-child) {
    margin-bottom: 0;
  }
  .admission #section-02 .box-02 .item-box .con-box .inbox {
    padding: 0.5em 0 0.5em 1em;
  }
  .admission #section-02 .box-02 .item-box .con-box .inbox:last-child {
    padding-bottom: 0;
  }
  .admission #section-02 .box-02 .item-box .con-box .line {
    display: inline-block;
    border-bottom: 1px solid #000;
  }
}
.admission #section-03 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.admission #section-03 .table-box {
  width: min(100%, 1100px);
  margin: 0 auto;
}
.admission #section-03 .table-box table {
  width: 100%;
  line-height: 1.5;
  border: 1px solid #d4d4d4;
}
.admission #section-03 .table-box table tr th {
  color: #ee8494;
  font-weight: 500;
  padding: 0.5em 2em;
  background: #fdf2f4;
}
.admission #section-03 .table-box table tr th:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.admission #section-03 .table-box table tr td {
  padding: 1em 2em;
  border-top: 1px solid #d4d4d4;
}
.admission #section-03 .table-box table tr td:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}
.admission #section-03 .caution {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .admission #section-03 .table-box {
    overflow-x: auto;
  }
  .admission #section-03 .table-box table {
    width: auto;
    white-space: nowrap;
  }
  .admission #section-03 .table-box table tr th {
    padding: 1em;
  }
  .admission #section-03 .table-box table tr td {
    padding: 1em;
  }
}

/* オープンキャンパス・学校説明会開催について
-------------------------------------------*/
.explanation #section-01 {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.explanation #section-01 .box-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.explanation #section-01 .box-01 p {
  line-height: 1.5;
  text-align: center;
}
.explanation #section-01 .box-01 p.bottomTxt {
  font-size: 1.25em;
}
.explanation #section-01 .box-01 .bnr-box {
  width: min(84.6153846154%, 1100px);
  margin: 5rem auto 6rem;
}
.explanation #section-01 .box-01 .bottomTxt-area p {
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
}
.explanation #section-01 .box-02 {
  width: 100%;
  margin: 10rem auto 0;
  padding: 7rem 8rem;
  border-radius: 1rem;
  border: 0.5rem solid #fdf2f4;
}
.explanation #section-01 .box-02 ol {
  counter-reset: my-counter;
  list-style: none;
  line-height: 1.5;
}
.explanation #section-01 .box-02 ol li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.explanation #section-01 .box-02 ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  width: 1.2em;
  font-size: 0.8em;
  line-height: 1;
  position: absolute;
  top: 0.4em;
  left: 0;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .explanation #section-01 .box-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .explanation #section-01 .box-01 p {
    line-height: 1.5;
    text-align: left;
  }
  .explanation #section-01 .box-01 p.bottomTxt {
    font-size: 1em;
  }
  .explanation #section-01 .box-01 .bnr-box {
    width: min(92.3076923077%, 600px);
    margin: 5rem auto 6rem;
  }
  .explanation #section-01 .box-01 .bottomTxt-area p {
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
  }
  .explanation #section-01 .box-02 {
    width: 100%;
    margin: 10rem auto;
    padding: 7rem 5rem 0;
    border-radius: 1rem;
    border: 0.5rem solid #fdf2f4;
  }
  .explanation #section-01 .box-02 ol {
    counter-reset: my-counter;
    list-style: none;
    line-height: 1.5;
  }
  .explanation #section-01 .box-02 ol li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
  }
  .explanation #section-01 .box-02 ol li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.2em;
    width: 1.2em;
    font-size: 0.8em;
    line-height: 1;
    position: absolute;
    top: 0.4em;
    left: 0;
    padding-bottom: 0.1em;
  }
}
.explanation #section-01 .loop-slider-box {
  margin-top: 14rem;
}
.explanation #section-01 .loop-slider-box .swiper {
  width: 100%;
}
.explanation #section-01 .loop-slider-box .swiper .swiper-slide {
  width: 40rem;
  margin: 0 0.9rem;
  clip-path: inset(0 0 round 1rem);
}
.explanation #section-01 .loop-slider-box .swiper .swiper-slide img {
  width: 100%;
}
.explanation #section-02 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background: #fdf2f4;
}
.explanation #section-02 p.topTxt {
  text-align: center;
}
.explanation #section-02 p.topTxt span {
  font-size: 1.1em;
  font-weight: 500;
}
.explanation #section-02 .box-01 {
  width: min(100%, 50em);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem 7rem;
  margin: 4rem auto 0;
}
.explanation #section-02 .box-01 .link-box {
  width: min(50% - 3.5rem, 22.5em);
}
.explanation #section-02 .box-01 .link-box a.btn-external {
  font-size: max(15px, 2.2rem);
  font-weight: 500;
  width: 20.4545454545em;
  min-height: 4.5454545455em;
  height: auto;
  padding: 1em 1.5em;
  color: #ee8494;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.explanation #section-02 .box-01 .link-box a.btn-external span {
  display: inline-block;
  text-align: center;
}
.explanation #section-02 .box-01 .link-box a.btn-external::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.explanation #section-02 .box-01 .link-box a.btn-external:hover {
  color: #fff;
  background: #ee8494;
}
.explanation #section-02 .box-01 .link-box a.btn-external:hover::after {
  background: url("../images/common/icon_arrow_white.svg") no-repeat;
  background-size: 100% 100%;
}
.explanation #section-02 .box-01 .link-box .contact-mail {
  font-size: max(15px, 2.2rem);
  width: 100%;
  height: 4.5454545455em;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #ee8494;
  gap: 1em;
}
.explanation #section-02 .box-01 .link-box .contact-mail::before {
  content: "";
  width: 3.2727272727em;
  aspect-ratio: 72/72;
  background: url("../images/common/icon_mail.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.explanation #section-02 .box-01 .link-box .txt {
  padding: 0 1em;
}
.explanation #section-02 .box-01 .link-box p.mail-info span {
  font-weight: 500;
}
.explanation #section-02 .box-01 .link-box p.mail-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
}
.explanation #section-02 .box-01 .text-box {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 4rem 5rem;
}
.explanation #section-02 .box-01 .text-box p {
  line-height: 1.5;
}
.explanation #section-02 .box-01 .text-box p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .explanation #section-02 p.topTxt {
    text-align: left;
  }
  .explanation #section-02 .box-01 {
    width: min(100%, 50em);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem 7rem;
    margin: 4rem auto 0;
  }
  .explanation #section-02 .box-01 .link-box {
    width: 55rem;
  }
  .explanation #section-02 .box-01 .link-box a.btn-external {
    font-size: min(3rem, 18px);
    font-weight: 500;
    width: 55rem;
    min-height: 3.3333333333em;
    height: auto;
    padding: 1em 1.5em;
    color: #ee8494;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .explanation #section-02 .box-01 .link-box a.btn-external span {
    display: inline-block;
    text-align: center;
  }
  .explanation #section-02 .box-01 .link-box a.btn-external::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .explanation #section-02 .box-01 .link-box a.btn-external:hover {
    color: #fff;
    background: #ee8494;
  }
  .explanation #section-02 .box-01 .link-box a.btn-external:hover::after {
    background: url("../images/common/icon_arrow_white.svg") no-repeat;
    background-size: 100% 100%;
  }
  .explanation #section-02 .box-01 .link-box .contact-mail {
    font-size: min(3rem, 18px);
    width: 100%;
    height: 3.3333333333em;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #ee8494;
    gap: 1em;
  }
  .explanation #section-02 .box-01 .link-box .contact-mail::before {
    content: "";
    width: 2.4em;
    aspect-ratio: 72/72;
    background: url("../images/common/icon_mail.png") no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .explanation #section-02 .box-01 .link-box .txt {
    padding: 0 1em;
  }
  .explanation #section-02 .box-01 .link-box p.mail-info span {
    font-weight: 500;
  }
  .explanation #section-02 .box-01 .link-box p.mail-item {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5em;
  }
  .explanation #section-02 .box-01 .text-box {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: 2em;
  }
  .explanation #section-02 .box-01 .text-box p {
    line-height: 1.5;
  }
  .explanation #section-02 .box-01 .text-box p:not(:last-child) {
    margin-bottom: 1em;
  }
}

/* 奨学金制度
-------------------------------------------*/
.scholarship #section-01 {
  padding-top: 5rem;
  padding-bottom: 16rem;
}
.scholarship #section-01 p.topTxt {
  font-size: 1.2em;
  font-weight: 500;
}
.scholarship #section-01 .box-01 {
  width: 100%;
  padding: 6rem 0;
  background: #fff;
}
.scholarship #section-01 .box-01:not(:last-child) {
  margin-bottom: 5rem;
}
.scholarship #section-01 .box-01 .item-box {
  width: 100%;
  padding: 3rem 0;
  margin: 0 auto;
  border-bottom: 2px solid #d4d4d4;
  display: flex;
  justify-content: flex-start;
}
.scholarship #section-01 .box-01 .item-box .ttl-box {
  width: 10em;
  flex-shrink: 0;
  padding: 0 0.5em 0;
}
.scholarship #section-01 .box-01 .item-box .ttl-box p {
  line-height: 1.5;
  color: #ee8494;
  font-weight: 500;
}
.scholarship #section-01 .box-01 .item-box .con-box {
  flex-grow: 1;
}
.scholarship #section-01 .box-01 .item-box .con-box p {
  line-height: 1.5;
}
.scholarship #section-01 .box-01 .item-box .con-box p.ttl {
  font-weight: 500;
}
.scholarship #section-01 .box-01 .item-box .con-box ul {
  margin: 0.5em 0;
  line-height: 1.5;
}
.scholarship #section-01 .box-01 .item-box .con-box ul li {
  position: relative;
  margin-left: 1em;
}
.scholarship #section-01 .box-01 .item-box .con-box ul li::before {
  position: absolute;
  top: 0.5em;
  left: -1em;
  content: "";
  width: 0.75em;
  aspect-ratio: 15/15;
  flex-shrink: 0;
  background: #ee8494;
  border-radius: 50%;
}
.scholarship #section-01 .box-01 .item-box .con-box ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .scholarship #section-01 {
    padding-bottom: 5rem;
  }
  .scholarship #section-01 p.topTxt {
    font-size: 1em;
    font-weight: 500;
  }
  .scholarship #section-01 .box-01 {
    width: 100%;
    padding: 6rem 0;
    background: #fff;
  }
  .scholarship #section-01 .box-01:not(:last-child) {
    margin-bottom: 5rem;
  }
  .scholarship #section-01 .box-01 .item-box {
    width: 100%;
    padding: 3rem 0;
    margin: 0 auto;
    border-bottom: 2px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .scholarship #section-01 .box-01 .item-box .ttl-box {
    width: 100%;
    flex-shrink: 0;
    padding: 0;
  }
  .scholarship #section-01 .box-01 .item-box .ttl-box p {
    line-height: 1.5;
    color: #ee8494;
    font-weight: 500;
  }
  .scholarship #section-01 .box-01 .item-box .con-box {
    flex-grow: 1;
  }
  .scholarship #section-01 .box-01 .item-box .con-box p {
    line-height: 1.5;
    margin: 0.5em 0;
  }
  .scholarship #section-01 .box-01 .item-box .con-box p.ttl {
    font-weight: 500;
  }
  .scholarship #section-01 .box-01 .item-box .con-box ul {
    font-size: min(3rem, 18px);
  }
}

/* よくある質問
-------------------------------------------*/
.faq #section-01 {
  padding-top: 5rem;
  padding-bottom: 20rem;
}
.faq #section-01 .faq-box {
  width: 100%;
}
.faq #section-01 .faq-box .item-box:not(:last-child) {
  margin-bottom: 4rem;
}
.faq #section-01 .faq-box .faq-question {
  background: #fff;
  color: #ee8494;
  padding: 0.75em 1.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  gap: 1em;
  cursor: pointer;
  border-radius: 1rem;
  border: 1px solid #ee8494;
}
.faq #section-01 .faq-box .faq-question::before {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: italic;
  content: "Q.";
  font-size: 2em;
  line-height: 1;
  flex-shrink: 0;
}
.faq #section-01 .faq-box .faq-question::after {
  content: "";
  width: 1em;
  height: 1em;
  border-right: 2px solid #ee8494;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #ee8494;
  flex-shrink: 0;
  transform: rotate(45deg) scale(1) translate(-0.5em);
}
.faq #section-01 .faq-box .faq-question p {
  font-size: 1.25em;
  line-height: 1.4;
  flex-grow: 1;
}
.faq #section-01 .faq-box .faq-question.is-active {
  background: #f3a9b4;
  color: #fff;
  border: 1px solid #ee8494;
}
.faq #section-01 .faq-box .faq-question.is-active::after {
  content: "";
  width: 1em;
  height: 1em;
  border-right: 2px solid #fff;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #fdf2f4;
  flex-shrink: 0;
  transform: rotate(-45deg) scaleY(-1) translate(-0.5em);
}
.faq #section-01 .faq-box .faq-answer {
  display: none;
}
.faq #section-01 .faq-box .faq-answer .inbox {
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  padding: 1em 3.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  gap: 1em;
}
.faq #section-01 .faq-box .faq-answer .inbox::before {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: italic;
  color: #d4d4d4;
  content: "A.";
  font-size: 2em;
  line-height: 1;
  flex-shrink: 0;
}
.faq #section-01 .faq-box .faq-answer .inbox p {
  line-height: 1.5;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .faq #section-01 {
    padding-bottom: 10rem;
  }
  .faq #section-01 .faq-box {
    width: 100%;
  }
  .faq #section-01 .faq-box .item-box:not(:last-child) {
    margin-bottom: 4rem;
  }
  .faq #section-01 .faq-box .faq-question {
    background: #fff;
    color: #ee8494;
    padding: 0.5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: first baseline;
    gap: 1em;
    cursor: pointer;
    border-radius: 1rem;
    border: 1px solid #ee8494;
  }
  .faq #section-01 .faq-box .faq-question::before {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: italic;
    content: "Q.";
    font-size: 1.3333333333em;
    line-height: 1;
    flex-shrink: 0;
  }
  .faq #section-01 .faq-box .faq-question::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-right: 2px solid #ee8494;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #ee8494;
    flex-shrink: 0;
    transform: rotate(45deg) scale(1) translate(-0.4em);
  }
  .faq #section-01 .faq-box .faq-question p {
    font-size: 1em;
    line-height: 1.6666666667;
    flex-grow: 1;
  }
  .faq #section-01 .faq-box .faq-question.is-active {
    background: #f3a9b4;
    color: #fff;
    border: 1px solid #ee8494;
  }
  .faq #section-01 .faq-box .faq-question.is-active::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-right: 2px solid #fff;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #fdf2f4;
    flex-shrink: 0;
    transform: rotate(-45deg) scaleY(-1) translate(-0.4em);
  }
  .faq #section-01 .faq-box .faq-answer {
    display: none;
  }
  .faq #section-01 .faq-box .faq-answer .inbox {
    width: 100%;
    padding: 1em 1em 0;
    display: flex;
    justify-content: space-between;
    align-items: first baseline;
    gap: 1em;
  }
  .faq #section-01 .faq-box .faq-answer .inbox::before {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: italic;
    color: #d4d4d4;
    content: "A.";
    font-size: 1.3333333333em;
    line-height: 1;
    flex-shrink: 0;
  }
  .faq #section-01 .faq-box .faq-answer .inbox p {
    line-height: 1.6666666667;
    flex-grow: 1;
  }
}

/*=====================================================

		その他　デフォルトページ　共通

======================================================*/
article.page-content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
article.page-content h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: max(20px, 3rem);
  line-height: 1.2;
  font-weight: 400;
  padding: 0.5em 1em;
  background: #fdf2f4;
}
article.page-content h4 {
  font-size: max(16px, 2.2rem);
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
article.page-content ol {
  line-height: 1.5;
  padding-left: 1.5em;
  margin: 1em 0;
}
article.page-content ol > li {
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
article.page-content ol > li > ul {
  line-height: 1.5;
  padding-left: 1.5em;
}
article.page-content ol > li > ul li {
  list-style: disc;
}
article.page-content ol > li > ul li::marker {
  font-size: 0.5em;
}
article.page-content ol > li > ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 0;
}
article.page-content ol > li > ol li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0;
}
article.page-content ol > li > ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  width: 1.2em;
  font-size: 0.8em;
  line-height: 1;
  position: absolute;
  top: 0.4em;
  left: 0;
}
article.page-content .inbox {
  width: 100%;
  padding: 4rem 5rem 10rem;
}
article.page-content .inbox p {
  line-height: 1.5;
  margin-bottom: 1em;
}
article.page-content .inbox_pl1 {
  padding-left: 1em;
}
article.page-content .inbox_pl1 ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 1em;
}
article.page-content .inbox_pl1 ol li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0;
}
article.page-content .inbox_pl1 ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  width: 1.2em;
  font-size: 0.8em;
  line-height: 1;
  position: absolute;
  top: 0.4em;
  left: 0;
}
article.page-content .box-right {
  margin-top: 2em;
}
article.page-content .box-right p {
  text-align: right;
  margin-bottom: 0.5em;
}
article.page-content .info-box {
  width: min(100%, 40em);
}
article.page-content .info-box .item-box {
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  gap: 1em;
  line-height: 2;
  border-bottom: 2px solid #d4d4d4;
}
article.page-content .info-box .item-box .ttl-box {
  padding: 0.5em 1em;
  width: 8em;
  color: #ee8494;
  font-weight: 500;
}
article.page-content .info-box .item-box .con-box {
  padding: 0.5em 1em;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  article.page-content h3 {
    font-family: "Zen Old Mincho", serif;
    font-size: min(3.6rem, 20px);
  }
  article.page-content h4 {
    font-size: min(3.2rem, 20px);
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  article.page-content .inbox {
    width: 100%;
    padding: 4rem 0 8rem;
  }
  article.page-content .inbox p {
    line-height: 1.5;
    margin-bottom: 1em;
  }
  article.page-content .info-box {
    width: min(100%, 40em);
  }
  article.page-content .info-box .item-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: first baseline;
    gap: 0 1em;
    line-height: 2;
    border-bottom: 2px solid #d4d4d4;
  }
  article.page-content .info-box .item-box .ttl-box {
    padding: 0.5em 1em 0;
    width: 100%;
    color: #ee8494;
    font-weight: 500;
  }
  article.page-content .info-box .item-box .con-box {
    padding: 0.25em 1em;
    flex-grow: 1;
  }
}

/* サイトマップ
-------------------------------------------*/
.sitemap .sitemap-wrap {
  width: 100%;
  display: flex;
  justify-self: center;
  gap: 0 6rem;
}
.sitemap .sitemap-wrap .item-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  line-height: 2;
  border-bottom: 2px solid #d4d4d4;
}
.sitemap .sitemap-wrap .item-box:first-child {
  border-top: 2px solid #d4d4d4;
}
.sitemap .sitemap-wrap .item-box .link-parent-page {
  padding: 1em;
}
.sitemap .sitemap-wrap .item-box .link-parent-page a {
  display: inline-block;
  color: #ee8494;
  font-weight: 500;
}
.sitemap .sitemap-wrap .item-box .link-parent-page a:hover {
  text-decoration: underline;
}
.sitemap .sitemap-wrap .item-box .link-child-page {
  padding: 1em;
  flex-grow: 1;
}
.sitemap .sitemap-wrap .item-box .link-child-page ul {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.sitemap .sitemap-wrap .item-box .link-child-page a {
  display: inline-block;
}
.sitemap .sitemap-wrap .item-box .link-child-page a:hover {
  text-decoration: underline;
}
.sitemap .sitemap-wrap .sitemap-box-01 {
  width: min(40.3225806452%, 500px);
}
.sitemap .sitemap-wrap .sitemap-box-01 .item-box .link-parent-page {
  width: 8em;
}
.sitemap .sitemap-wrap .sitemap-box-02 {
  width: min(59.6774193548%, 740px);
}
.sitemap .sitemap-wrap .sitemap-box-02 .item-box .link-parent-page {
  width: 12em;
}
@media screen and (max-width: 1023px) {
  .sitemap .sitemap-wrap {
    flex-direction: column;
  }
  .sitemap .sitemap-wrap .item-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: first baseline;
    line-height: 2;
    border-bottom: 2px solid #d4d4d4;
  }
  .sitemap .sitemap-wrap .item-box:first-child {
    border-top: 2px solid #d4d4d4;
  }
  .sitemap .sitemap-wrap .item-box .link-parent-page {
    padding: 1em;
  }
  .sitemap .sitemap-wrap .item-box .link-parent-page a {
    display: inline-block;
    color: #ee8494;
    font-weight: 500;
  }
  .sitemap .sitemap-wrap .item-box .link-parent-page a:hover {
    text-decoration: underline;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page {
    padding: 1em;
    flex-grow: 1;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page ul {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page a {
    display: inline-block;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page a:hover {
    text-decoration: underline;
  }
  .sitemap .sitemap-wrap .sitemap-box-01 {
    width: 100%;
  }
  .sitemap .sitemap-wrap .sitemap-box-01 .item-box .link-parent-page {
    width: 12em;
  }
  .sitemap .sitemap-wrap .sitemap-box-02 {
    width: 100%;
  }
  .sitemap .sitemap-wrap .sitemap-box-02 .item-box .link-parent-page {
    width: 12em;
  }
  .sitemap .sitemap-wrap .sitemap-box-02 .item-box:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .sitemap-wrap {
    flex-direction: column;
  }
  .sitemap .sitemap-wrap .item-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: first baseline;
    line-height: 2;
    border-bottom: 2px solid #d4d4d4;
  }
  .sitemap .sitemap-wrap .item-box:first-child {
    border-top: 2px solid #d4d4d4;
  }
  .sitemap .sitemap-wrap .item-box .link-parent-page {
    padding: 1em 0 0.25em;
  }
  .sitemap .sitemap-wrap .item-box .link-parent-page a {
    display: inline-block;
    color: #ee8494;
    font-weight: 500;
  }
  .sitemap .sitemap-wrap .item-box .link-parent-page a:hover {
    text-decoration: underline;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page {
    padding: 0.25em 0 1em;
    flex-grow: 1;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page ul {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page a {
    display: inline-block;
  }
  .sitemap .sitemap-wrap .item-box .link-child-page a:hover {
    text-decoration: underline;
  }
  .sitemap .sitemap-wrap .sitemap-box-01 {
    width: 100%;
  }
  .sitemap .sitemap-wrap .sitemap-box-01 .item-box .link-parent-page {
    width: 100%;
  }
  .sitemap .sitemap-wrap .sitemap-box-02 {
    width: 100%;
  }
  .sitemap .sitemap-wrap .sitemap-box-02 .item-box .link-parent-page {
    width: 100%;
  }
  .sitemap .sitemap-wrap .sitemap-box-02 .item-box:first-child {
    border-top: none;
  }
}

/*=====================================================

		お知らせ

======================================================*/
.news #section-01,
.category #section-01 {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .news #section-01 .box-wrap,
  .category #section-01 .box-wrap {
    width: calc(100% - 5rem);
  }
}
.news .post-list-box,
.category .post-list-box {
  width: 100%;
  padding: 7rem 10rem;
  background: #fdf2f4;
  border-radius: 1rem;
}
.news .post-list-box__in,
.category .post-list-box__in {
  width: 100%;
  padding: 8rem;
  background: #fff;
  border-radius: 1rem;
}
.news .post-list-box:not(:last-child),
.category .post-list-box:not(:last-child) {
  margin-bottom: 5rem;
}
.news .post-list.cat-exam,
.category .post-list.cat-exam {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: first baseline;
}
.news .post-list.cat-exam .list-item,
.category .post-list.cat-exam .list-item {
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem;
}
.news .post-list.cat-exam .list-item a,
.category .post-list.cat-exam .list-item a {
  width: 100%;
  display: flex;
  padding: 1em 0;
}
.news .post-list.cat-exam .list-item a p,
.category .post-list.cat-exam .list-item a p {
  display: inline-block;
  line-height: 1.5;
}
.news .post-list.cat-exam .list-item a p.post-date,
.category .post-list.cat-exam .list-item a p.post-date {
  font-weight: 600;
  width: 8em;
  padding: 0 1em;
  flex-shrink: 0;
}
.news .post-list.cat-exam .list-item a p.post-title,
.category .post-list.cat-exam .list-item a p.post-title {
  flex-grow: 1;
  padding: 0 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.news .post-list.cat-exam .list-item a:hover,
.category .post-list.cat-exam .list-item a:hover {
  color: #ee8494;
}
.news .post-list.cat-exam .list-item::after,
.category .post-list.cat-exam .list-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: radial-gradient(circle farthest-side, #727171, #727171 20%, transparent 20%, transparent);
  background-size: 2.5rem 0.5rem;
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 100%;
}
.news .post-list.cat-news,
.category .post-list.cat-news {
  width: min(100%, 950px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 5.5rem;
  margin: 0 auto;
}
.news .post-list.cat-news .list-item,
.category .post-list.cat-news .list-item {
  width: calc((100% - 11rem) / 3);
}
.news .post-list.cat-news .list-item a,
.category .post-list.cat-news .list-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news .post-list.cat-news .list-item a .post-thumb,
.category .post-list.cat-news .list-item a .post-thumb {
  width: 100%;
  aspect-ratio: 280/200;
  clip-path: inset(0 0 round 1rem);
}
.news .post-list.cat-news .list-item a .post-txt,
.category .post-list.cat-news .list-item a .post-txt {
  padding: 0.5em 1em;
}
.news .post-list.cat-news .list-item a .post-txt p.post-txt,
.category .post-list.cat-news .list-item a .post-txt p.post-txt {
  line-height: 1.75;
  font-weight: 600;
}
.news .post-list.cat-news .list-item a .post-txt p.post-title,
.category .post-list.cat-news .list-item a .post-txt p.post-title {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.news .post-list.cat-news .list-item a:hover,
.category .post-list.cat-news .list-item a:hover {
  color: #ee8494;
}
.news .btn-more,
.category .btn-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  background: #727171;
  color: #fff;
  border-radius: 1rem;
  margin-top: 5rem;
  margin-left: auto;
}
.news .pagenation ul,
.category .pagenation ul {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 10rem auto 0;
}
.news .pagenation ul li .active,
.category .pagenation ul li .active {
  color: #ee8494;
}
@media screen and (max-width: 767px) {
  .news .post-list-box,
  .category .post-list-box {
    width: 100%;
    padding: 5rem 2.5rem;
    background: #fdf2f4;
    border-radius: 1rem;
  }
  .news .post-list-box__in,
  .category .post-list-box__in {
    width: 100%;
    padding: 5rem 2.5rem;
    background: #fff;
    border-radius: 1rem;
  }
  .news .post-list-box:not(:last-child),
  .category .post-list-box:not(:last-child) {
    margin-bottom: 5rem;
  }
  .news .post-list.cat-exam,
  .category .post-list.cat-exam {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: first baseline;
  }
  .news .post-list.cat-exam .list-item,
  .category .post-list.cat-exam .list-item {
    position: relative;
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .news .post-list.cat-exam .list-item a,
  .category .post-list.cat-exam .list-item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em 0;
  }
  .news .post-list.cat-exam .list-item a p,
  .category .post-list.cat-exam .list-item a p {
    display: inline-block;
    line-height: 1.5;
  }
  .news .post-list.cat-exam .list-item a p.post-date,
  .category .post-list.cat-exam .list-item a p.post-date {
    font-weight: 600;
    width: 8em;
    padding: 0 1em;
    flex-shrink: 0;
  }
  .news .post-list.cat-exam .list-item a p.post-title,
  .category .post-list.cat-exam .list-item a p.post-title {
    flex-grow: 1;
    padding: 0 1em;
  }
  .news .post-list.cat-exam .list-item a:hover,
  .category .post-list.cat-exam .list-item a:hover {
    color: #ee8494;
  }
  .news .post-list.cat-exam .list-item::after,
  .category .post-list.cat-exam .list-item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: radial-gradient(circle farthest-side, #727171, #727171 20%, transparent 20%, transparent);
    background-size: 2.5rem 0.5rem;
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 100%;
  }
  .news .post-list.cat-news,
  .category .post-list.cat-news {
    width: min(100%, 950px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem 2.5rem;
    margin: 0 auto;
  }
  .news .post-list.cat-news .list-item,
  .category .post-list.cat-news .list-item {
    width: calc((100% - 2.5rem) / 2);
  }
  .news .post-list.cat-news .list-item a,
  .category .post-list.cat-news .list-item a {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .news .post-list.cat-news .list-item a .post-thumb,
  .category .post-list.cat-news .list-item a .post-thumb {
    width: 100%;
    aspect-ratio: 280/200;
    clip-path: inset(0 0 round 1rem);
  }
  .news .post-list.cat-news .list-item a .post-txt,
  .category .post-list.cat-news .list-item a .post-txt {
    padding: 0.5em 1em;
  }
  .news .post-list.cat-news .list-item a .post-txt p.post-txt,
  .category .post-list.cat-news .list-item a .post-txt p.post-txt {
    line-height: 1.75;
    font-weight: 600;
  }
  .news .post-list.cat-news .list-item a .post-txt p.post-title,
  .category .post-list.cat-news .list-item a .post-txt p.post-title {
    line-height: 1.5;
  }
  .news .post-list.cat-news .list-item a:hover,
  .category .post-list.cat-news .list-item a:hover {
    color: #ee8494;
  }
}

.pagenation {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 10rem;
  font-size: max(20px, 2.5rem);
}
.pagenation a {
  display: inline-block;
}
.pagenation a:hover,
.pagenation .current {
  color: #ee8494;
}
@media screen and (max-width: 767px) {
  .pagenation {
    font-size: min(3rem, 20px);
  }
}

/* 記事詳細
-------------------------------------------*/
.single-content .post-meta p.post-date {
  font-size: 1.25em;
  font-weight: 600;
}
.single-content .post-meta .post-title {
  font-size: max(28px, 4rem);
  font-weight: 400;
  line-height: 1.5;
}
.single-content .post-main-content {
  width: 100%;
  padding: 7rem;
}
.single-content .post-main-content h1 {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-size: max(28px, 4rem);
  line-height: 1.5;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.75em;
}
.single-content .post-main-content h1 small {
  font-size: 0.625em;
}
.single-content .post-main-content h1::after {
  position: absolute;
  top: 0;
  left: calc(100% + 0.5em);
  content: "";
  display: inline-block;
  width: 3em;
  aspect-ratio: 120/60;
  background: url("../images/common/illust_06.png") no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single-content .post-main-content h1 {
    font-size: min(4rem, 24px);
  }
  .single-content .post-main-content h1 small {
    font-size: 0.75em;
  }
}
.single-content .post-main-content h2 {
  font-size: max(20px, 3rem);
  line-height: 1.3333333333;
  font-weight: 400;
  color: #ee8494;
  margin-bottom: 0.6666666667em;
}
.single-content .post-main-content h2 span {
  font-size: 0.8333333333em;
}
.single-content .post-main-content h2:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .single-content .post-main-content h2 {
    font-size: min(3.6rem, 20px);
    line-height: 1.3888888889;
  }
}
.single-content .post-main-content h3 {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2em;
}
.single-content .post-main-content p {
  line-height: 2;
  margin-bottom: 1.5em;
}
.single-content .post-main-content .txt-link {
  position: relative;
  display: inline-block;
  color: #ee8494;
  border-bottom: 1px solid #ee8494;
  margin-right: 2em;
}
.single-content .post-main-content .txt-link::after {
  position: absolute;
  right: -1.5em;
  top: 0.575em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_arrow_pink.svg) center center no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single-content {
    padding-top: 5rem;
  }
  .single-content .post-meta p.post-date {
    font-size: 1em;
    font-weight: 600;
  }
  .single-content .post-meta .post-title {
    font-size: min(4rem, 24px);
    font-weight: 400;
    line-height: 1.5;
  }
  .single-content .post-main-content {
    width: 100%;
    padding: 7rem 0;
  }
  .single-content .post-main-content h1 {
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-size: min(4rem, 24px);
    line-height: 1.5;
    font-weight: 400;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.75em;
    margin-right: 3.5em;
  }
  .single-content .post-main-content h1 small {
    font-size: 0.625em;
  }
  .single-content .post-main-content h1::after {
    position: absolute;
    top: 0;
    left: calc(100% + 0.5em);
    content: "";
    display: inline-block;
    width: 3em;
    aspect-ratio: 120/60;
    background: url("../images/common/illust_06.png") no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .single-content .post-main-content h1 {
    font-size: min(4rem, 24px);
  }
  .single-content .post-main-content h1 small {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .single-content .post-main-content h2 {
    font-size: min(3.6rem, 20px);
    line-height: 1.3888888889;
    font-weight: 400;
    color: #ee8494;
    margin-bottom: 0.6666666667em;
  }
  .single-content .post-main-content h2 span {
    font-size: 0.8333333333em;
  }
  .single-content .post-main-content h2:not(:first-child) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .single-content .post-main-content h2 {
    font-size: min(3.6rem, 20px);
    line-height: 1.3888888889;
  }
}
@media screen and (max-width: 767px) {
  .single-content .post-main-content h3 {
    font-weight: 400;
    line-height: 1.6666666667;
    margin-bottom: 2em;
  }
  .single-content .post-main-content p {
    line-height: 1.6666666667;
    margin-bottom: 1.5em;
  }
  .single-content .post-main-content .txt-link {
    position: relative;
    display: inline-block;
    color: #ee8494;
    border-bottom: 1px solid #ee8494;
    margin-right: 2em;
  }
  .single-content .post-main-content .txt-link::after {
    position: absolute;
    right: -1.5em;
    top: 0.375em;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/common/icon_arrow_pink.svg) center center no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
}

/*=====================================================

		在校生へのお知らせ

======================================================*/
.zainfo-content {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

/* 届出書類
-------------------------------------------*/
.documents .documents-list {
  width: 100%;
  margin: 3rem auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem;
}
.documents a.btn-pdf {
  font-size: max(15px, 2.2rem);
  line-height: 1.4;
  font-weight: 500;
  width: calc((100% - 8rem) / 3);
  height: 4.5454545455em;
  padding: 1em;
  color: #ee8494;
  border-radius: 1rem;
  border: 2px solid #ee8494;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.documents a.btn-pdf > span {
  text-align: center;
  padding-left: 1.5em;
  background: url("../images/common/icon_pdf.svg") left top 0.2em no-repeat;
  background-size: auto 1.2em;
}
.documents a.btn-pdf > span span {
  display: inline-block;
  font-size: 0.8181818182em;
}
.documents a.btn-pdf:hover {
  color: #fff;
  background: #ee8494;
}
@media screen and (max-width: 1023px) {
  .documents .documents-list {
    width: min(100%, 850px);
  }
  .documents a.btn-pdf {
    font-size: max(15px, 2.2rem);
    line-height: 1.4;
    font-weight: 500;
    width: calc((100% - 5rem) / 2);
    height: 4.5454545455em;
    padding: 1em 1.5em;
    color: #ee8494;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .documents a.btn-pdf > span {
    text-align: center;
    padding-left: 1.5em;
    background: url("../images/common/icon_pdf.svg") left top 0.2em no-repeat;
    background-size: auto 1.2em;
  }
  .documents a.btn-pdf > span span {
    display: inline-block;
    font-size: 0.8181818182em;
  }
  .documents a.btn-pdf:hover {
    color: #fff;
    background: #ee8494;
  }
}
@media screen and (max-width: 767px) {
  .documents .documents-list {
    width: min(100%, 55rem);
    gap: 3rem;
  }
  .documents a.btn-pdf {
    font-size: min(3rem, 18px);
    line-height: 1.4;
    font-weight: 500;
    width: 55rem;
    min-height: 3.3333333333em;
    height: auto;
    padding: 1em;
    color: #ee8494;
    border-radius: 1rem;
    border: 2px solid #ee8494;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .documents a.btn-pdf > span {
    text-align: center;
    display: inline-block;
  }
  .documents a.btn-pdf > span span {
    font-size: 0.8181818182em;
  }
  .documents a.btn-pdf:hover {
    color: #fff;
    background: #ee8494;
  }
}

/* 校 歌
-------------------------------------------*/
.school-song .lyrics-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  writing-mode: vertical-rl;
  gap: 1em;
}
.school-song .lyrics-box p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.1em;
  line-height: 3.1818181818;
}
@media screen and (max-width: 767px) {
  .school-song .lyrics-box {
    writing-mode: horizontal-tb;
  }
  .school-song .lyrics-box p {
    font-size: 0.9333333333em;
    line-height: 2;
  }
}

/*=====================================================

		問い合わせフォーム

======================================================*/
/* フォーム */
.form-area .formbox table {
  width: 100%;
  font-size: max(14px, 2rem);
  line-height: 1.5;
}
.form-area .formbox table tr th {
  width: 25%;
  vertical-align: text-top;
  font-weight: normal;
  text-align: left;
}
.form-area .formbox table tr th span.mandatory {
  display: inline-block;
  margin: 0 0.2em;
  color: #ee8494;
}
.form-area .formbox table tr td {
  width: 68.3333333333%;
  padding: 2rem 0;
}
.form-area .formbox table tr td .subitem {
  margin-top: 1rem;
}
.form-area .formbox table tr td .subitem input {
  margin: 0 1em;
}
.form-area .formbox form {
  font-size: max(14px, 2rem);
  width: 100%;
}
.form-area .formbox form input[type=text],
.form-area .formbox form input[type=email],
.form-area .formbox form select,
.form-area .formbox form textarea {
  font-size: 1em;
  padding: 0.5em 1em;
  background: #fff;
  outline: 1px solid #d4d4d4;
  border-style: none;
}
.form-area .formbox form input[type=text] {
  width: 100%;
}
.form-area .formbox form input[type=text].your-name {
  width: min(100%, 25em);
}
.form-area .formbox form input[type=text].your-tel, .form-area .formbox form input[type=text].your-fax {
  width: min(100%, 15em);
}
.form-area .formbox form input[type=text].your-zip {
  width: min(100%, 7.5em);
}
.form-area .formbox form input[type=text].your-zip.mb1 {
  margin-bottom: 1rem;
}
.form-area .formbox form input[type=text].t_long {
  width: min(100%, 25em);
}
.form-area .formbox form input[type=text].t_medium {
  width: min(100%, 15em);
}
.form-area .formbox form input[type=text].t_short {
  width: min(100%, 10em);
}
.form-area .formbox form input[type=text].t_ss {
  width: min(100%, 5em);
}
.form-area .formbox form input.wpcf7-form-control.wpcf7-text.dammy-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-area .formbox form input[type=email] {
  width: min(100%, 25em);
}
.form-area .formbox form input[type=button]#btn_copy {
  background: #f19db5;
  color: #fff;
  border: 1px solid #f19db5;
  transition: 0.3s all;
  font-size: 0.5em;
  padding: 0 0.5em;
  line-height: 2;
}
.form-area .formbox form input[type=button]#btn_copy:hover input {
  color: #f19db5;
  background: #fff;
}
.form-area .formbox form input[type=radio],
.form-area .formbox form input[type=checkbox] {
  accent-color: #f19db5;
  transform: scale(1.5);
  margin: 0 0.5em;
}
.form-area .formbox form .radio-group .wpcf7-list-item,
.form-area .formbox form .check-group .wpcf7-list-item {
  margin-right: 2em;
}
.form-area .formbox form .radio-group .wpcf7-list-item.last,
.form-area .formbox form .check-group .wpcf7-list-item.last {
  margin-right: 0;
}
.form-area .formbox form select {
  position: relative;
  padding-right: 1.5em;
  background: url("../images/arrow.png") no-repeat right 0.75em center;
  background-size: 0.75em auto;
  cursor: pointer;
}
.form-area .formbox form textarea {
  width: 100%;
  height: 7.5em;
  margin-top: 2rem;
}
.form-area .formbox form .wpcf7-list-item {
  margin: 0.5em;
}
.form-area .formbox form .wpcf7-checkbox label,
.form-area .formbox form .wpcf7-radio label {
  cursor: pointer;
}
.form-area .formbox form .name-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}
.form-area .formbox form .name-group .inbox {
  width: min(100%, 15em);
}
.form-area .formbox form .bottom-box {
  text-align: center;
  margin-top: 5rem;
}
.form-area .formbox form .bottom-box .agree_check {
  margin: 1em auto;
}
.form-area .formbox form .bottom-box .agree_check p {
  text-align: center;
}
.form-area .formbox form .bottom-box p.link-privacy {
  text-align: center;
  color: #ee8494;
  text-decoration: underline;
}
.form-area .formbox form .bottom-box .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 6rem;
}
.form-area .formbox form .bottom-box .btn-box .btn-back {
  font-size: 1.15em;
  font-weight: 500;
  transition: 0.3s all;
  margin: 0 auto;
  position: absolute;
  left: 0;
}
.form-area .formbox form .bottom-box .btn-box .btn-back input {
  width: 4.347826087em;
  height: 3.0434782609em;
  background: #fff;
  color: #ee8494;
  border: 1px solid #ee8494;
  border-radius: 1rem;
}
.form-area .formbox form .bottom-box .btn-box .btn-back:hover input {
  color: #fff;
  background: #f19db5;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit {
  font-size: 1.15em;
  font-weight: 500;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit span.wpcf7-spinner {
  display: none;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit input[type=submit] {
  font-size: 1em;
  width: 17.3913043478em;
  height: 3.9130434783em;
  background: #ee8494;
  color: #fff;
  border: 1px solid #ee8494;
  border-radius: 1rem;
  transition: 0.3s all;
}
.form-area .formbox form .bottom-box .btn-box .btn-submit:hover input {
  color: #ee8494;
  background: #fff;
}
.form-area .formbox form .bottom-box .caution-txt {
  margin-top: 5rem;
}
.form-area .formbox form .bottom-box .caution-txt p {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .form-area .formbox {
    width: 100%;
    margin: 0 auto;
  }
  .form-area .formbox table {
    font-size: min(3rem, 20px);
    line-height: 1.5;
  }
  .form-area .formbox table tr th {
    width: 100%;
    display: block;
  }
  .form-area .formbox table tr th span.mandatory {
    display: inline-block;
    margin: 0 0.2em;
  }
  .form-area .formbox table tr td {
    width: 100%;
    display: block;
    padding-left: 1em;
  }
  .form-area .formbox form {
    font-size: min(3rem, 20px);
    width: 100%;
  }
  .form-area .formbox form input[type=text],
  .form-area .formbox form input[type=email],
  .form-area .formbox form select,
  .form-area .formbox form textarea {
    padding: 0.5em 1em;
    background: #fff;
    outline: 1px solid #d4d4d4;
  }
  .form-area .formbox form input[type=text] {
    width: 100%;
  }
  .form-area .formbox form input[type=text].your-name {
    width: 100%;
  }
  .form-area .formbox form input[type=text].your-tel, .form-area .formbox form input[type=text].your-fax {
    width: min(100%, 13.3333333333em);
  }
  .form-area .formbox form input[type=text].your-zip {
    width: min(100%, 8.3333333333em);
  }
  .form-area .formbox form input[type=text].name_s, .form-area .formbox form input[type=text].name_f {
    width: min(100%, 8.5em);
  }
  .form-area .formbox form input[type=email] {
    width: 100%;
  }
  .form-area .formbox form select {
    position: relative;
    padding-right: 1.5em;
    background: url("../images/arrow.png") no-repeat right 0.75em center;
    background-size: 0.75em auto;
    cursor: pointer;
  }
  .form-area .formbox form textarea {
    width: 100%;
    min-height: 10em;
    margin-top: 1rem;
  }
  .form-area .formbox form .name-group {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.25em 1em;
  }
  .form-area .formbox form .name-group .inbox {
    width: min(100%, 10em);
  }
  .form-area .formbox form .bottom-box {
    text-align: center;
    margin-top: 5rem;
  }
  .form-area .formbox form .bottom-box .agree_check {
    margin: 1em auto;
  }
  .form-area .formbox form .bottom-box p.link-privacy {
    text-align: center;
  }
  .form-area .formbox form .bottom-box .btn-box {
    margin-top: 6rem;
  }
  .form-area .formbox form .bottom-box .btn-box .btn-back input {
    height: 2.3333333333em;
  }
  .form-area .formbox form .bottom-box .btn-box .btn-submit {
    font-size: 3rem;
    font-weight: 500;
  }
  .form-area .formbox form .bottom-box .btn-box .btn-submit input[type=submit] {
    width: 9.3333333333em;
    height: 3.3333333333em;
  }
}

/*=====================================================

		パスワード保護画面

======================================================*/
.pw-form-box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pw-form-box .post_password {
  width: 100%;
  line-height: 1.5;
  padding: 1em 1.5em;
  background: #fdf2f4;
}
.pw-form-box .post_password label {
  display: inline-block;
}
.pw-form-box .post_password label > span {
  font-family: "Zen Old Mincho", serif;
}
.pw-form-box .post_password input[type=password] {
  font-size: 1em;
  line-height: 1;
  width: 20em;
  padding: 0.5em;
  border-radius: 1rem;
  border: 1px solid #fff;
  margin: 0 0.5em;
}
.pw-form-box .post_password input[type=submit] {
  font-size: 1em;
  line-height: 1;
  padding: 0.5em 1em;
  background: #ee8494;
  color: #fff;
  border-radius: 1rem;
  border: 1px solid #ee8494;
}
@media screen and (max-width: 767px) {
  .pw-form-box .post_password {
    width: 100%;
    line-height: 1.5;
    padding: 1em;
    background: #fdf2f4;
  }
  .pw-form-box .post_password label {
    display: inline-block;
  }
  .pw-form-box .post_password label > span {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
    font-family: "Zen Old Mincho", serif;
  }
  .pw-form-box .post_password input[type=password] {
    font-size: 1em;
    line-height: 1;
    width: 13em;
    padding: 0.5em;
    border-radius: 1rem;
    border: 1px solid #fff;
    margin: 0 0.5em;
  }
  .pw-form-box .post_password input[type=submit] {
    font-size: 1em;
    line-height: 1;
    padding: 0.5em 1em;
    background: #ee8494;
    color: #fff;
    border-radius: 1rem;
    border: 1px solid #ee8494;
  }
}

/*=====================================================

		404エラーページ

======================================================*/
.error-404 {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

/*=====================================================

		アニメーション

======================================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom {
  overflow: hidden;
}

.zoom img {
  transform: scale(1);
  transition: all 1s ease-out;
}

.zoom:hover img {
  transform: scale(1.02);
  transition: all 1s ease-out;
}

@keyframes fadeInUP {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  opacity: 0;
}
.zoom-in.is-show {
  animation: zoomIn 1s ease-in-out 0.5s forwards;
}

@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideUp2 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideDown2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideLeft2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}/*# sourceMappingURL=style.css.map */