@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", serif;
}
@media (max-width: 768px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
    font-size: 1.6rem;
  }
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

em {
  color: black;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0;
  border-radius: 0;
  border: none;
}

.mysyle {
  overflow: hidden;
}

a {
  text-decoration: none;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.pc-layout {
  display: block;
}

.sp-layout {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-layout {
    display: none !important;
  }
  .sp-layout {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.imgArea {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.imgContain {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.imgContain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.imgHeightLeft {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.imgHeightLeft img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  image-rendering: -webkit-optimize-contrast;
}

.link {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  transition: all 0.3s ease;
}
.link:hover {
  opacity: 0.6;
}

.link-underline {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.fontInherit {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ib {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.disc-list {
  list-style: disc;
  padding-left: 1.5em;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.disc-list__li {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a, button {
  cursor: pointer;
}

body {
  color: #161c50;
  font-weight: 500;
}
body.nav-open {
  overflow: hidden;
}

.m-main {
  overflow: hidden;
}

.contArea {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 100%;
  gap: 6rem;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .contArea {
    max-width: 80rem;
    gap: 2.4rem;
    padding: 6rem 0;
  }
}
@media (max-width: 500px) {
  .contArea {
    max-width: 44rem;
  }
}

.contBox {
  display: grid;
  grid-template-columns: 100%;
  gap: 6rem;
}

.linkButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  min-width: 18.5rem;
  padding: 1rem 3rem;
  border-radius: 4rem;
  position: relative;
  background: #c9a990;
  color: #FFFFFF;
}
.linkButton::after {
  content: "＞";
  position: absolute;
  inset: 0 1rem 0 auto;
  width: 1em;
  height: 2.5rem;
  margin: auto;
  transform: scaleX(0.7);
}
@media (max-width: 768px) {
  .linkButton {
    font-size: 1.6rem;
  }
}

.sectionHead {
  font-size: 4rem;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .sectionHead {
    font-size: 2.67rem;
  }
}

.contentHead {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
.contentHead__line {
  display: inline-block;
  font-size: inherit;
  padding: 0 1rem 0.4rem 1rem;
  background: url(../img/common/headLine.webp) center bottom/100% 0.4rem no-repeat;
}
@media (max-width: 768px) {
  .contentHead {
    font-size: 2.67rem;
  }
}

.hero-title {
  font-size: 5.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 3.67rem;
  }
}

.hero-text {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .hero-text {
    font-size: 2rem;
    margin-top: 0.6em;
  }
}

.hero-catch {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

html.noscroll,
body.noscroll {
  overflow: hidden;
}

main {
  margin-top: 8.2rem;
}
@media (max-width: 768px) {
  main {
    margin-top: 5.8rem;
  }
}

.m-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  padding: 2rem;
  height: 12.3rem;
}
.m-header__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-mask-image: url(../img/common/header-bg.webp);
          mask-image: url(../img/common/header-bg.webp);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: url(../img/common/bg-beige-2.webp);
}
@media (max-width: 768px) {
  .m-header {
    padding: 1rem;
    height: 8.2rem;
  }
  .m-header__bg {
    -webkit-mask-image: url(../img/common/header-bg_sp.webp);
            mask-image: url(../img/common/header-bg_sp.webp);
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 127.5rem;
  margin: auto;
}
.header__btn {
  display: none;
}
@media (max-width: 768px) {
  .header {
    align-items: flex-start;
    width: 100%;
    padding: 0 1rem;
  }
  .header__navi {
    position: fixed;
    inset: 0;
    padding-top: 8rem;
    z-index: -1;
    background: url(../img/common/bg-beige-2.webp);
    transition: all 0.3s ease;
  }
  body:not(.nav-open) .header__navi {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-2rem);
  }
  .header__btn {
    display: block;
    position: relative;
    z-index: 3500;
  }
}

.naviToggle {
  width: 7rem;
  background: none;
  border: none;
}

.logo {
  color: #161c50;
  display: grid;
  grid-template-columns: 100%;
  gap: 0.8rem;
}
.logo__sub {
  font-size: 1.6rem;
  line-height: 1;
}
.logo__main {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.logo.-footer {
  gap: 1.1rem;
}
.-footer .logo__sub {
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .logo {
    gap: 0.5rem;
  }
  .logo__sub {
    font-size: 1.05rem;
  }
  .logo__main {
    font-size: 2.4rem;
  }
  .logo.-footer {
    gap: 0.96rem;
  }
  .-footer .logo__sub {
    font-weight: 700;
    font-size: 0.9rem;
  }
}

.logoAdd {
  margin-top: 2.2rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .logoAdd {
    font-size: 1.06rem;
    margin-top: 1.1rem;
  }
}

.globalnavi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.5rem;
}
.globalnavi__link {
  font-size: 2rem;
  color: inherit;
}
.globalnavi__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.5rem;
  height: 5.5rem;
  border-radius: 5rem;
  font-size: 2rem;
  color: #FFFFFF;
  background: url(../img/common/bg-blue.webp);
}
@media (max-width: 768px) {
  .globalnavi {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .globalnavi__link {
    font-size: 2rem;
  }
  .globalnavi__btn {
    width: 15.5rem;
    height: 5.5rem;
    border-radius: 5rem;
    font-size: 2rem;
  }
}

.front-line {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .front-line {
    font-size: 1.6rem;
    margin-bottom: 2.8rem;
  }
  .front-line.-sp-large {
    font-size: 2rem;
  }
}

.f-hero {
  position: relative;
  width: 144rem;
  max-width: 100%;
  margin: 4.1rem auto 0;
  padding: 1.6rem 0;
}
.f-hero__kv {
  position: relative;
  z-index: 10;
  width: 88.1rem;
  transform: translateX(-4.6rem);
}
.f-hero__text {
  position: absolute;
  inset: auto auto 1rem calc(50% + 2.2rem);
  width: 59.4rem;
  height: 57.2rem;
  background: url(../img/front/hero-textbg.webp) center center/contain no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 6.6rem;
  font-size: 4.4rem;
  line-height: 7.2rem;
  letter-spacing: -0.1em;
  color: #FFFFFF;
}
.f-hero__mark {
  position: absolute;
  inset: 0 23.2rem auto auto;
  width: 28.4rem;
  height: 35.5rem;
}
@media (max-width: 768px) {
  .f-hero {
    margin-top: 0;
    padding: 2.4rem 0 0;
    display: grid;
    grid-template-rows: auto 11rem auto;
  }
  .f-hero__kv {
    grid-area: 1/1/3/2;
    position: relative;
    z-index: 20;
    width: 51.3rem;
    margin: auto;
    transform: translateX(-7rem);
  }
  .f-hero__text {
    grid-area: 2/1/4/2;
    position: relative;
    z-index: 10;
    inset: auto;
    width: 39.5rem;
    height: 38.1rem;
    margin: auto;
    transform: translateX(8.6rem);
    padding-right: 5rem;
    font-size: 2.8rem;
    line-height: 4.6rem;
    letter-spacing: -0.05em;
  }
  .f-hero__mark {
    inset: 0rem auto auto calc(50% + 10.8rem);
    width: 14rem;
    height: 17.4rem;
  }
}

.f-about {
  position: relative;
  z-index: 1;
  padding: 4.5rem 2rem 4rem;
}
.f-about::before {
  content: "";
  position: absolute;
  inset: auto auto 20rem calc(50% + 44.8rem);
  width: 26.4rem;
  height: 36.8rem;
  background: url(../img/front/about-mark-02.webp) center center/contain no-repeat;
}
.f-about__head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-end;
  gap: 2.6rem;
  margin-bottom: 1.3rem;
}
.f-about__head::before {
  content: "";
  display: block;
  width: 13.5rem;
  height: 14.1rem;
  background: url(../img/front/about-mark.webp) right center/contain no-repeat;
  margin-left: auto;
}
.f-about__head .sectionHead {
  margin-bottom: 2rem;
}
.f-about__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/front/about-mask-t.webp), url(../img/front/about-mask-b.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/front/about-mask-t.webp), url(../img/front/about-mask-b.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center, center center;
          mask-position: top center, bottom center, center center;
  -webkit-mask-size: max(144rem, 100%) 20rem, max(144rem, 100%) 20rem, 100% calc(100% - 39rem);
          mask-size: max(144rem, 100%) 20rem, max(144rem, 100%) 20rem, 100% calc(100% - 39rem);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .f-about {
    position: relative;
    z-index: 1;
    padding: 3.2rem 2rem 7rem;
  }
  .f-about::before {
    display: none;
  }
  .f-about__head {
    gap: 1.3rem;
    margin-top: -9.2rem;
    margin-bottom: 1.5rem;
  }
  .f-about__head::before {
    width: 13rem;
    height: 13.7rem;
  }
  .f-about__head .sectionHead {
    margin-bottom: 0.6rem;
  }
  .f-about__bg {
    top: -2.6rem;
    -webkit-mask-image: url(../img/front/about-mask-t_sp.webp), url(../img/front/about-mask-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/front/about-mask-t_sp.webp), url(../img/front/about-mask-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
            mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
  }
}

.f-aboutList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 7.8rem;
  max-width: 93.8rem;
  margin: auto;
}
.f-aboutList .f-aboutListBox {
  grid-template-rows: subgrid;
  grid-row: 3 span;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .f-aboutList {
    width: 34.4rem;
    grid-template-columns: 100%;
    gap: 2.3rem;
  }
  .f-aboutList .f-aboutListBox {
    margin-bottom: 0;
  }
  .f-aboutList .f-aboutListBox:last-child {
    position: relative;
  }
  .f-aboutList .f-aboutListBox:last-child::before {
    content: "";
    position: absolute;
    display: block;
    inset: auto auto 7.2rem calc(50% + 11.5rem);
    width: 11.3rem;
    height: 15.8rem;
    background: url(../img/front/about-mark-02.webp) center center/contain no-repeat;
  }
}

.f-aboutListBox {
  display: grid;
  gap: 0;
  color: inherit;
  text-decoration: inherit;
}
.f-aboutListBox__img {
  grid-area: 1/1/2/2;
  width: 31.6rem;
  margin: auto;
}
.f-aboutListBox__img.-img02 {
  width: 31.9rem;
}
.f-aboutListBox__head {
  grid-area: 2/1/3/2;
  height: 0;
  margin-top: 4rem;
}
.f-aboutListBox__body {
  grid-area: 3/1/4/2;
  border-radius: 5rem;
  min-height: 14rem;
  background: #FFFFFF;
  padding: 4rem 4rem 1.4rem;
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .f-aboutListBox__img {
    width: 25.3rem;
  }
  .f-aboutListBox__img.-img02 {
    width: 25.5rem;
  }
  .f-aboutListBox__head {
    margin-top: 3.8rem;
  }
  .f-aboutListBox__body {
    min-height: 0;
    padding: 4rem 3.2rem 1.6rem;
    border-radius: 3.33rem;
    font-size: 1.46rem;
    line-height: 2.4rem;
  }
}

.f-aboutBoxHead {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 6rem;
  border-radius: 6rem;
  background: #e87c0e;
  margin: auto;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #FFFFFF;
  letter-spacing: 0.04em;
  padding-left: 0.04em;
}
@media (max-width: 768px) {
  .f-aboutBoxHead {
    width: 17.5rem;
    height: 4.8rem;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 2.4rem;
  }
}

.f-schedule {
  margin-top: 3rem;
}
.f-schedule__body {
  text-align: center;
  margin-top: 2.7rem;
}
@media (max-width: 768px) {
  .f-schedule {
    position: relative;
    max-width: 35.1rem;
    margin: 3.7rem auto 0;
  }
  .f-schedule::before {
    content: "";
    position: absolute;
    inset: -11.1rem calc(50% + 10.6rem) auto auto;
    z-index: 10;
    display: block;
    width: 16.2rem;
    height: 15.5rem;
    background: url(../img/front/admission-img.webp) center center/contain no-repeat;
  }
}

.f-news {
  position: relative;
  padding: 11rem 0;
}
.f-news::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 calc(50% + 44rem) auto auto;
  width: 46.6rem;
  height: 42.5rem;
  transform: translateY(-18.7rem);
  background: url(../img/front/news-mark01.webp) center center/contain no-repeat;
}
.f-news::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto auto 0 calc(50% + 37rem);
  width: 33.5rem;
  height: 33.1rem;
  transform: translateY(9.8rem);
  background: url(../img/front/news-mark02.webp) center center/contain no-repeat;
}
.f-news__body {
  width: 91.5rem;
  margin: 1.2rem auto 0;
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 4.2rem;
}
.f-news__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/front/news-mask-t.webp), url(../img/front/news-mask-b.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/front/news-mask-t.webp), url(../img/front/news-mask-b.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center, center center;
          mask-position: top center, bottom center, center center;
  -webkit-mask-size: max(144rem, 100%) 20rem, max(144rem, 100%) 20rem, 100% calc(100% - 39rem);
          mask-size: max(144rem, 100%) 20rem, max(144rem, 100%) 20rem, 100% calc(100% - 39rem);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .f-news {
    position: relative;
    padding: 5.5rem 0 8.8rem;
    margin: 3.1rem 0;
  }
  .f-news::before {
    z-index: -1;
    inset: -7rem calc(50% + 7.3rem) auto auto;
    width: 31rem;
    height: 28.3rem;
    transform: none;
  }
  .f-news::after {
    inset: auto auto 0 calc(50% + 7rem);
    width: 21.1rem;
    height: 20.8rem;
    transform: translateY(7rem);
  }
  .f-news__body {
    width: 46.6rem;
    margin-top: 1.4rem;
    padding: 3rem 3.2rem;
  }
  .f-news__bg {
    z-index: -2;
    -webkit-mask-image: url(../img/front/news-mask-t_sp.webp), url(../img/front/news-mask-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/front/news-mask-t_sp.webp), url(../img/front/news-mask-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
            mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
  }
}

.f-newsList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  gap: 3rem;
}
.f-newsList__li {
  width: 25.5rem;
}
@media (max-width: 768px) {
  .f-newsList {
    flex-direction: column;
  }
  .f-newsList__li {
    width: 100%;
  }
}

.f-newsBox {
  text-align: center;
}
.f-newsBox__head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  border-radius: 2rem;
  background: #e87c0e;
  font-size: 2.8rem;
  color: #FFFFFF;
  letter-spacing: -0.1em;
}
.f-newsBox__body {
  display: inline-grid;
  gap: 1rem;
  text-align: left;
  margin-top: 2.1rem;
}
@media (max-width: 768px) {
  .f-newsBox__head {
    height: 3rem;
    font-size: 1.7rem;
    border-radius: 1.33rem;
  }
  .f-newsBox__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.4rem;
    padding: 0 2.5rem;
  }
}

.f-newsBoxLink {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #161c50;
  font-size: 2.2rem;
}
.f-newsBoxLink::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 1.2rem;
  border-color: transparent #cdb8a7;
}
@media (max-width: 768px) {
  .f-newsBoxLink {
    font-size: 1.46rem;
    gap: 0.7rem;
  }
  .f-newsBoxLink::after {
    border-width: 0.46rem 0 0.46rem 0.81rem;
  }
}

.f-addmission {
  position: relative;
  margin-bottom: 2.4rem;
}
.f-addmission::before {
  content: "";
  display: block;
  position: absolute;
  inset: auto calc(50% + 38.3rem) 0 auto;
  z-index: 1;
  pointer-events: none;
  width: 37.4rem;
  height: 35.9rem;
  transform: translateY(4.2rem);
  background: url(../img/front/admission-img.webp) center center/contain no-repeat;
}
.f-addmission__body {
  margin-top: 2.6rem;
}
.f-addmission__body .linksArea {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .f-addmission::before {
    display: none;
  }
}

.linksArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 74rem;
  margin: auto;
}
@media (max-width: 768px) {
  .linksArea {
    grid-template-columns: 100%;
    width: 100%;
  }
}

.linkBox {
  text-align: center;
  font-weight: 700;
}
.linkBox__head {
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
.linkBox__link {
  display: inline-block;
  font-size: 3.5rem;
  letter-spacing: 0.11em;
  padding-left: 0.11em;
  color: #161c50;
  margin-top: 2rem;
}
.linkBox__btn {
  margin: 1.9rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.7rem;
  height: 6rem;
  border-radius: 2.5rem;
  font-size: 2.7rem;
  letter-spacing: 0.035em;
  padding-left: 0.035em;
  color: #FFFFFF;
  background: url(../img/common/bg-blue.webp);
}
@media (max-width: 768px) {
  .linkBox__head {
    font-size: 2rem;
  }
  .linkBox__link {
    font-size: 2.7rem;
    margin-top: 1rem;
    margin-bottom: 3.8rem;
  }
  .linkBox__btn {
    margin: 1.2rem auto 0;
    width: 23.3rem;
    height: 5.3rem;
    border-radius: 2.16rem;
    font-size: 2.2rem;
  }
}

.f-support {
  position: relative;
  padding: 8.3rem 0 11.5rem;
}
.f-support::before {
  content: "";
  position: absolute;
  inset: 5.2rem calc(50% + 27.7rem) auto auto;
  width: 36.3rem;
  height: 35.1rem;
  background: url(../img/front/support-mark.webp) center center/contain no-repeat;
}
.f-support__body {
  margin-top: 3rem;
}
.f-support__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/front/support-mask-t.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/front/support-mask-t.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
          mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
@media (max-width: 768px) {
  .f-support {
    position: relative;
    padding: 5.2rem 0 4.3rem;
  }
  .f-support::before {
    display: none;
  }
  .f-support__body {
    margin-top: 3rem;
  }
  .f-support__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../img/common/bg-beige.webp);
    -webkit-mask-image: url(../img/front/support-mask-t_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/front/support-mask-t_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-position: top center, bottom center;
            mask-position: top center, bottom center;
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
  }
}

.mapArea {
  width: 94.8rem;
  margin: 6rem auto 0;
  display: flex;
  align-items: center;
}
.mapArea__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.8rem;
}
.mapArea__map {
  position: relative;
  width: 57rem;
  height: 57rem;
}
.mapArea__map::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  display: block;
  width: 44.4rem;
  height: 35.2rem;
  background: url(../img/front/support-img.webp) center center/contain no-repeat;
  transform: translate(24.5rem, -16.3rem);
}
.mapArea__map iframe {
  border-radius: 5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .mapArea {
    width: 46rem;
    margin-top: 5rem;
    display: block;
  }
  .mapArea__info {
    gap: 0;
    width: 32rem;
    height: 13.7rem;
    background: url(../img/common/bg-orange.webp);
    border-radius: 2rem;
    padding: 3rem 1.2rem 2.5rem;
    position: relative;
    margin-top: 21.5rem;
  }
  .mapArea__info::before {
    content: "";
    position: absolute;
    inset: -25rem auto auto -3.4rem;
    width: 21.1rem;
    height: 20.3rem;
    background: url(../img/front/support-mark.webp) center center/contain no-repeat;
  }
  .mapArea__info::after {
    content: "";
    position: absolute;
    inset: auto auto 6.8rem 16rem;
    width: 29.5rem;
    height: 23.4rem;
    background: url(../img/front/support-img.webp) center center/contain no-repeat;
  }
  .mapArea__map {
    margin-top: 2.1rem;
    width: 100%;
    height: 38rem;
  }
  .mapArea__map::before {
    display: none;
  }
  .mapArea__map iframe {
    border-radius: 3rem;
  }
}

.mapAreaBnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 38rem;
  height: 17rem;
  background: url(../img/common/bg-orange.webp);
  border-radius: 3rem 0 0 3rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  padding: 3.2rem;
}
.mapAreaBnr__head {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .mapAreaBnr {
    display: block;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    font-size: 1.46rem;
    padding: 0;
  }
  .mapAreaBnr__head {
    font-size: 2.3rem;
  }
}

.f-recruit {
  margin: 7.6rem auto 0;
  background: url(../img/common/footer-bg.webp);
  border-radius: 5rem;
  padding: 1.5rem;
  width: 128rem;
}
@media (max-width: 768px) {
  .f-recruit {
    width: 46.6rem;
    margin-top: 3.2rem;
    padding: 1.5rem 1rem;
    border-radius: 3.33rem;
  }
}

.recruit-banner {
  display: grid;
  grid-template-columns: 35rem 1fr;
  gap: 5.4rem;
  align-items: center;
  background: url(../img/common/bg-orange.webp);
  color: #FFFFFF;
  border-radius: 5.5rem;
  overflow: hidden;
}
.recruit-banner__img {
  height: 100%;
}
.recruit-banner__body {
  position: relative;
}
.recruit-banner__body::after {
  content: "";
  position: absolute;
  inset: 0 2.3rem 0 auto;
  display: block;
  width: 13.6rem;
  height: 13.8rem;
  background: url(../img/front/recruit-mark.webp) left center/contain no-repeat, url(../img/front/recruit-arrow.webp) right center/3.4rem no-repeat;
}
@media (max-width: 768px) {
  .recruit-banner {
    display: grid;
    grid-template-columns: 16.2rem 1fr;
    gap: 2.4rem;
    background: url(../img/common/bg-orange.webp);
    color: #FFFFFF;
    border-radius: 3.66rem;
    overflow: hidden;
  }
  .recruit-banner__img .imgArea img {
    -o-object-position: center left;
       object-position: center left;
  }
  .recruit-banner__body {
    position: relative;
    padding: 1.8rem 0 1.3rem;
  }
  .recruit-banner__body::after {
    content: "";
    position: absolute;
    inset: 0 0.9rem 0 auto;
    margin: auto;
    display: block;
    width: 6.6rem;
    height: 6.47rem;
    transform: translateY(10%);
    background: url(../img/front/recruit-mark.webp) left center/contain no-repeat, url(../img/front/recruit-arrow_sp.webp) right center/2.2rem no-repeat;
  }
}

.f-recruitHead {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .f-recruitHead {
    font-size: 2.1rem;
  }
}

.f-recruitLine {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .f-recruitLine {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.ab-hero {
  position: relative;
}
.ab-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 -6.6rem;
  background: url(../img/about/hero-mark02.webp) bottom center/max(144rem, 100%) no-repeat;
}
.ab-hero__title {
  position: absolute;
  inset: 26.8rem calc(50% + 6.2rem) auto auto;
}
.ab-hero__kv {
  position: relative;
  z-index: 1;
  inset: 6rem auto auto calc(50% - 0.3rem);
  width: 63.8rem;
  height: 63.5rem;
}
.ab-hero__kv-sub {
  position: absolute;
  inset: auto calc(50% + 18.5rem) -1.3rem auto;
  width: 27.8rem;
  height: 26.5rem;
}
.ab-hero__bg {
  position: absolute;
  z-index: -1;
  inset: 0 0 -8rem;
  background: url(../img/common/bg-pink.webp);
}
.ab-hero__bg::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% + 36.5rem) auto auto;
  display: block;
  width: 53rem;
  height: 52.4rem;
  background: url(../img/about/hero-mark.webp) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .ab-hero {
    height: 52rem;
  }
  .ab-hero::after {
    inset: 3.7rem 0 auto;
    margin: auto;
    width: 50rem;
    height: 46.3rem;
    background: url(../img/about/hero-mark02_sp.webp) top center/contain no-repeat;
  }
  .ab-hero__title {
    inset: 15rem calc(50% + 3.4rem) auto auto;
  }
  .ab-hero__kv {
    inset: 4.3rem auto 13.6rem calc(50% - 3rem);
    width: 33.4rem;
    height: 33.3rem;
  }
  .ab-hero__kv-sub {
    inset: 26.4rem calc(50% + 2.2rem) auto auto;
    width: 18rem;
    height: 17rem;
  }
  .ab-hero__bg {
    inset: 0;
  }
  .ab-hero__bg::before {
    inset: 0.5rem calc(50% + 5.7rem) auto auto;
    margin: 0;
    width: 28.5rem;
    height: 28.9rem;
  }
}

.ab-rinen {
  background: url(../img/about/rinen-icon.webp) right calc(50vw + 44.5rem) top 15.7rem/14.4rem no-repeat, url(../img/about/rinen-rainbow.webp) bottom center/max(144rem, 100%) no-repeat, url(../img/common/bg-yellow.webp);
  -webkit-mask-image: url(../img/about/rinen-mask.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/about/rinen-mask.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
          mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
  padding: 8rem 0 18rem;
  text-align: center;
}
.ab-rinen__head {
  margin-bottom: 5rem;
}
.ab-rinen__body {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
}
@media (max-width: 768px) {
  .ab-rinen {
    margin-top: -8rem;
    padding-bottom: 9.4rem;
    background: url(../img/about/rinen-icon.webp) right calc(50vw + 12.1rem) bottom 7.9rem/8.9rem no-repeat, url(../img/about/rinen-rainbow_sp.webp) bottom center/100% no-repeat, url(../img/common/bg-yellow.webp);
    -webkit-mask-image: url(../img/about/rinen-mask_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/about/rinen-mask_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
  }
  .ab-rinen__head {
    margin-bottom: 3.5rem;
  }
  .ab-rinen__body {
    font-size: 1.47rem;
  }
}

.rinenList {
  margin-top: 3rem;
}
.rinenList__inner {
  display: inline-block;
  text-align: left;
  font-size: 2.4rem;
  line-height: 4.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .rinenList__inner {
    display: block;
    margin-left: calc(50% - 11.2rem);
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.ab-overview {
  position: relative;
  padding: 5rem 0 16.8rem;
}
.ab-overview::before {
  content: "";
  position: absolute;
  inset: -9rem auto auto calc(50% - 75rem);
  width: 31.7rem;
  height: 30rem;
  background: url(../img/about/overview-mark.webp) center center/contain no-repeat;
}
.ab-overview::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto auto -8.8rem calc(50% - 76.4rem);
  width: 41.7rem;
  height: 39.2rem;
  background: url(../img/about/overview-img.webp) center center/contain no-repeat;
}
.ab-overview__head {
  margin-bottom: 8.5rem;
}
@media (max-width: 768px) {
  .ab-overview {
    padding: 4.8rem 0 2.8rem;
  }
  .ab-overview::before {
    inset: -3rem calc(50% + 12rem) auto auto;
    width: 14.3rem;
    height: 13.5rem;
  }
  .ab-overview::after {
    inset: auto auto 18rem calc(50% + 3.6rem);
    width: 27.8rem;
    height: 26.2rem;
  }
  .ab-overview__head {
    margin-bottom: 5.7rem;
  }
}

.lineTable {
  width: 70rem;
  margin: auto;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;
  position: relative;
}
.lineTable__th {
  padding-right: 4.2rem;
  padding-left: 3.6rem;
  font-weight: inherit;
  max-width: 25rem;
}
.lineTable__th, .lineTable__td {
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.lineTable.-overview::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 100%;
  width: 12rem;
  height: 12rem;
  transform: translate(1.3rem, -9.7rem);
  background: url(../img/about/overview-icon.webp) center center/contain no-repeat;
}
.lineTable table {
  border-collapse: separate;
}
.lineTable table th {
  white-space: nowrap;
  font-weight: inherit;
  padding-right: 1em;
}
.lineTable table tr:not(:last-child) td {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .lineTable {
    width: 42rem;
  }
  .lineTable__th {
    padding-right: 2rem;
    padding-left: 0;
  }
  .lineTable__th.-spWide {
    border-bottom: none;
  }
  .lineTable__th, .lineTable__td {
    font-size: 1.47rem;
    line-height: 2.4rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lineTable__th.-spWide, .lineTable__td.-spWide {
    grid-column: 2 span;
    height: auto;
    min-height: 3.69rem;
  }
  .lineTable table {
    display: block;
  }
  .lineTable table tr, .lineTable table th, .lineTable table td {
    display: block;
    font-size: 1.47rem;
    line-height: 2.4rem;
  }
}

.lineList {
  width: 70rem;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #cccccc;
  position: relative;
}
.lineList__dt {
  padding: 0 4.2rem 0 3.6rem;
  max-width: 25rem;
}
.lineList__dt, .lineList__dd {
  display: flex;
  align-items: center;
  min-height: 8rem;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
}
.lineList.-overview::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 100%;
  width: 12rem;
  height: 12rem;
  transform: translate(1.3rem, -9.7rem);
  background: url(../img/about/overview-icon.webp) center center/contain no-repeat;
}
.lineList.-history .lineList__dt {
  text-align: center;
}
@media (max-width: 768px) {
  .lineList {
    width: 42rem;
  }
  .lineList__dt {
    padding-left: 0;
    max-width: 16rem;
  }
  .lineList__dt.-spWide {
    border-bottom: none;
  }
  .lineList__dt, .lineList__dd {
    min-height: 7.38rem;
    font-size: 1.47rem;
    line-height: 2.4rem;
  }
  .lineList__dt.-spWide, .lineList__dd.-spWide {
    grid-column: 2 span;
    height: auto;
    min-height: 3.69rem;
  }
  .lineList.-overview::before {
    inset: -10rem 5.1rem auto auto;
    width: 7rem;
    height: 7rem;
    transform: none;
  }
  .lineList.-history {
    grid-template-columns: 17.4rem 1fr;
  }
  .lineList.-history::before {
    content: "";
    position: absolute;
    inset: -3.6rem auto auto -5rem;
    width: 9rem;
    height: 11.1rem;
    background: url(../img/about/history-icon01.webp) center center/contain no-repeat;
  }
  .lineList.-history::after {
    content: "";
    position: absolute;
    inset: auto -2.1rem -5.6rem auto;
    width: 8.3rem;
    height: 11.6rem;
    background: url(../img/about/history-icon02.webp) center center/contain no-repeat;
  }
  .lineList.-history .lineList__dt {
    padding-left: 3.2rem;
    text-align: center;
  }
  .lineList.-addmission {
    grid-template-columns: 8rem 1fr;
  }
}

.ab-history {
  position: relative;
  padding: 8.7rem 0 12rem;
}
.ab-history::before {
  content: "";
  position: absolute;
  inset: -8rem auto auto calc(50% + 28.4rem);
  width: 39.9rem;
  height: 37.7rem;
  background: url(../img/about/history-mark02.webp) center center/contain no-repeat;
}
.ab-history::after {
  content: "";
  position: absolute;
  inset: auto calc(50% + 38.9rem) 17rem auto;
  width: 28.9rem;
  height: 27.4rem;
  background: url(../img/about/history-mark01.webp) center center/contain no-repeat;
}
.ab-history__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/about/history-mask.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/about/history-mask.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
          mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.ab-history__head {
  margin-bottom: 7rem;
}
.ab-history__body {
  position: relative;
  width: 100rem;
  margin: auto;
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 8rem 7.3rem;
}
.ab-history__body::before {
  content: "";
  position: absolute;
  inset: -7.6rem auto auto -10.8rem;
  width: 18.8rem;
  height: 23.1rem;
  background: url(../img/about/history-icon01.webp) center center/contain no-repeat;
}
.ab-history__body::after {
  content: "";
  position: absolute;
  inset: auto -6.3rem -3.4rem auto;
  width: 12.5rem;
  height: 17.5rem;
  background: url(../img/about/history-icon02.webp) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .ab-history {
    padding: 5.8rem 0 9rem;
  }
  .ab-history::before {
    inset: -0.3rem calc(50% + 5.7rem) auto auto;
    width: 18.7rem;
    height: 17.7rem;
  }
  .ab-history::after {
    z-index: 10;
    inset: auto calc(50% + 9.8rem) -3.9rem auto;
    width: 17.8rem;
    height: 16.2rem;
  }
  .ab-history__bg {
    -webkit-mask-image: url(../img/about/history-mask_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/about/history-mask_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
  }
  .ab-history__head {
    margin-bottom: 3rem;
  }
  .ab-history__body {
    width: 46.6rem;
    border-radius: 3.33rem;
    padding: 4rem 1.6rem;
  }
  .ab-history__body::before {
    display: none;
  }
  .ab-history__body::after {
    display: none;
  }
}

.historyText {
  margin-bottom: 11rem;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .historyText {
    margin-bottom: 3.6rem;
    font-size: 1.47rem;
    line-height: 2.4rem;
  }
}

.ab-map {
  position: relative;
  z-index: 1;
  padding: 4.6rem 0 13.2rem;
}
.ab-map::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -6rem 0 0;
  background: url(../img/common/bg-green.webp);
  -webkit-mask-image: url(../img/about/map-bg-t.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/about/map-bg-t.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, top max(20rem, 4vw) center;
          mask-position: top center, top max(20rem, 4vw) center;
  -webkit-mask-size: max(144rem, 100%) auto, 100% calc(100% - max(20rem, 4vw));
          mask-size: max(144rem, 100%) auto, 100% calc(100% - max(20rem, 4vw));
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.ab-map__head {
  margin-bottom: 4rem;
}
.ab-map__body {
  width: 100rem;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .ab-map {
    position: relative;
    z-index: 1;
    padding: 2rem 0 7.7rem;
  }
  .ab-map::before {
    inset: -4.7rem 0 0;
    -webkit-mask-image: url(../img/about/map-bg-t_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/about/map-bg-t_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-position: top center, top 9rem center;
            mask-position: top center, top 9rem center;
    -webkit-mask-size: 100% auto, 100% calc(100% - 9rem);
            mask-size: 100% auto, 100% calc(100% - 9rem);
  }
  .ab-map__head {
    margin-bottom: 4rem;
  }
  .ab-map__body {
    width: 46.4rem;
  }
}

.ab-map-floor {
  transition: all 0.3s ease;
}
.ab-map-floor:not(.-open) {
  position: absolute;
  inset: 0 0 auto;
  opacity: 0;
  visibility: hidden;
}

.ab-mapImg {
  position: relative;
}
.ab-mapImg::before, .ab-mapImg::after {
  content: "";
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: block;
  background: center center/contain no-repeat;
}
.ab-mapImg::before {
  width: 9.1rem;
  height: 8.6rem;
  background-image: url(../img/about/map-mark01.webp);
}
.ab-mapImg::after {
  width: 17.3rem;
  height: 15.8rem;
  background-image: url(../img/about/map-mark02.webp);
}
.-f1 > .ab-mapImg::before {
  inset: 19.6rem -3.5rem auto auto;
}
.-f1 > .ab-mapImg::after {
  inset: auto -12.2rem -4.3rem auto;
}
.-f2 > .ab-mapImg::before {
  display: none;
}
.-f2 > .ab-mapImg::after {
  inset: auto -5rem 2.8rem auto;
}
@media (max-width: 768px) {
  .ab-mapImg::before {
    display: none;
  }
  .ab-mapImg::after {
    inset: auto -1.6rem -5.7rem auto !important;
    width: 11.5rem;
    height: 10.5rem;
  }
}

.ab-mapList {
  margin-top: 9.8rem;
  display: grid;
  grid-template-columns: repeat(3, 29rem);
  gap: 4.7rem 5.3rem;
}
@media (max-width: 768px) {
  .ab-mapList {
    margin: 3rem auto 0;
    width: 33.33rem;
    grid-template-columns: 100%;
    gap: 2.1rem;
  }
}

.ab-mapBox__dt {
  background: #FFFFFF;
  border-radius: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.ab-mapBox__dt::after {
  content: "";
  position: absolute;
  inset: 0 1.5rem 0 auto;
  width: 1.5rem;
  height: 0.6rem;
  margin: auto;
  background: url(../img/about/icon-down.webp) center center/contain no-repeat;
  transition: all 0.3s ease;
}
.ab-mapBox__dt.open::after {
  transform: scale(1, -1);
}
.ab-mapBox__dd {
  display: none;
  margin-top: 2rem;
}

.ab-mapNum {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.9rem;
  height: 3.9rem;
  background: url(../img/about/map-num.webp) center center/contain no-repeat;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
  color: #FFFFFF;
}

.ab-mapDet {
  border-radius: 5rem;
  overflow: hidden;
  background: #FFFFFF;
}
.ab-mapDet__img {
  height: 19.9rem;
}
.ab-mapDet__text {
  padding: 1.5rem 2rem 3rem;
  line-height: 2.5rem;
}

.sc-hero {
  position: relative;
  padding: 6.8rem 0 24rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 63.7rem 63.7rem 1fr;
  gap: 2rem;
  background: url(../img/common/bg-yellow.webp);
}
.sc-hero::before {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: url(../img/common/bg-green.webp);
  -webkit-mask-image: url(../img/schedule/hero-bg-t.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/schedule/hero-bg-t.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
          mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.sc-hero__title {
  position: relative;
  z-index: 10;
  grid-area: 1/3/2/4;
}
.sc-hero__kv {
  position: relative;
  z-index: 10;
  grid-area: 1/2/2/3;
}
.sc-hero__kv-02 {
  position: absolute;
  z-index: 1;
  inset: 63.6rem auto auto calc(50% - 20.5rem);
  width: 30rem;
  height: 28.8rem;
}
.sc-hero__kv-03 {
  position: absolute;
  z-index: 1;
  inset: 52.1rem auto auto calc(50% + 14.6rem);
  width: 35.3rem;
  height: 33.6rem;
}
.sc-hero__icon-01 {
  position: absolute;
  z-index: 1;
  inset: 4.6rem auto auto calc(50% + 26.7rem);
  width: 50.2rem;
  height: 42.2rem;
}
.sc-hero__icon-02 {
  position: absolute;
  z-index: 1;
  inset: 73.6rem calc(50% + 36.9rem) auto auto;
  width: 20.4rem;
  height: 18.9rem;
}
.sc-hero__icon-03 {
  position: absolute;
  z-index: 1;
  inset: 74.4rem auto auto calc(50% + 46.8rem);
  width: 13rem;
  height: 22rem;
}
.sc-hero__mark {
  position: absolute;
  z-index: 1;
  inset: 10.8rem auto auto calc(50% + 3.1rem);
  width: 12.5rem;
  height: 13rem;
}
@media (max-width: 768px) {
  .sc-hero {
    z-index: 1;
    padding: 12.6rem 4rem 0;
    height: 69.2rem;
    display: block;
    background: none;
  }
  .sc-hero::before {
    top: 25.7rem;
    bottom: 1.8rem;
    -webkit-mask-image: url(../img/schedule/hero-bg-t_sp.webp), url(../img/schedule/hero-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/schedule/hero-bg-t_sp.webp), url(../img/schedule/hero-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-position: top center, bottom center, center center;
            mask-position: top center, bottom center, center center;
    -webkit-mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
            mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
    -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
            mask-repeat: no-repeat, no-repeat, no-repeat;
  }
  .sc-hero::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0 0 auto;
    height: 50rem;
    background: url(../img/common/bg-yellow.webp);
  }
  .sc-hero__kv {
    position: absolute;
    inset: 30.1rem calc(50% - 0.5rem) auto auto;
    width: 34.2rem;
    height: 34rem;
  }
  .sc-hero__kv-02 {
    inset: 52.7rem auto auto calc(50% - 2.8rem);
    width: 17.2rem;
    height: 16.5rem;
  }
  .sc-hero__kv-03 {
    inset: 31.1rem auto auto calc(50% + 3.8rem);
    width: 20.2rem;
    height: 19.2rem;
  }
  .sc-hero__icon-01 {
    inset: 4.1rem auto auto calc(50% + 0.7rem);
    width: 26.8rem;
    height: 22.1rem;
  }
  .sc-hero__icon-02 {
    z-index: 20;
    inset: auto calc(50% + 7.6rem) 1.8rem auto;
    width: 11.7rem;
    height: 10.9rem;
  }
  .sc-hero__icon-03 {
    inset: auto auto 1.8rem calc(50% + 15.1rem);
    width: 7.7rem;
    height: 13rem;
  }
  .sc-hero__mark {
    inset: 3.4rem calc(50% + 14.9rem) auto auto;
    width: 7.6rem;
    height: 8rem;
  }
}

.sc-day {
  position: relative;
  padding: 5rem 0 4rem;
}
.sc-day::before {
  content: "";
  position: absolute;
  inset: -8rem 0 -7rem;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/schedule/day-mask-t.webp), url(../img/schedule/day-mask-b.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/schedule/day-mask-t.webp), url(../img/schedule/day-mask-b.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center, center center;
          mask-position: top center, bottom center, center center;
  -webkit-mask-size: max(144rem, 100%) 20rem, max(144rem, 100%) 20rem, 100% calc(100% - 39rem);
          mask-size: max(144rem, 100%) 20rem, max(144rem, 100%) 20rem, 100% calc(100% - 39rem);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
}
.sc-day__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2.6rem;
  margin-bottom: 2rem;
}
.sc-day__head::before {
  content: "";
  display: block;
  width: 9.3rem;
  height: 9.3rem;
  background: url(../img/schedule/day-icon01.webp) right center/contain no-repeat;
  margin-left: auto;
}
.sc-day__body {
  position: relative;
  z-index: 1;
  width: 100rem;
  margin: auto;
}
.sc-day__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -9.1rem auto auto -24.3rem;
  width: 30.7rem;
  height: 31rem;
  background: url(../img/schedule/day-mark01.webp) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .sc-day {
    padding: 3rem 0 6.3rem;
  }
  .sc-day::before {
    content: "";
    position: absolute;
    inset: -8rem 0 -5rem;
    background: url(../img/common/bg-beige.webp);
    -webkit-mask-image: url(../img/schedule/day-mask-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/schedule/day-mask-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-position: bottom center, top center;
            mask-position: bottom center, top center;
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
    -webkit-mask-repeat: no-repeat, no-repeat;
            mask-repeat: no-repeat, no-repeat;
  }
  .sc-day__head {
    z-index: 2;
    display: grid;
    gap: 1.1rem;
    margin-bottom: 4.4rem;
  }
  .sc-day__head::before {
    width: 6.2rem;
    height: 6.2rem;
  }
  .sc-day__body {
    width: 46.6rem;
  }
  .sc-day__body::before {
    inset: -5rem auto auto -3.2rem;
    width: 20.4rem;
    height: 20.6rem;
  }
}

.sc-year {
  padding: 13rem 0 7rem;
  background: url(../img/schedule/year-mark.webp) top center/max(144rem, 100%) auto no-repeat, url(../img/common/bg-blue-l.webp);
}
.sc-year__head {
  margin-bottom: 1.6rem;
}
.sc-year__body {
  width: 100rem;
  margin: auto;
}
@media (max-width: 768px) {
  .sc-year {
    padding: 10rem 0 7.2rem;
    background: url(../img/schedule/year-mark.webp) top 4rem center/max(100%, 64rem) auto no-repeat, url(../img/common/bg-blue-l.webp);
  }
  .sc-year__head {
    margin-bottom: 4.3rem;
  }
  .sc-year__body {
    width: 43.3rem;
  }
}

.sc-yearList {
  display: grid;
  grid-template-columns: repeat(2, 47rem);
  gap: 4.7rem 6rem;
}
.sc-yearList > .sc-yearBox {
  grid-template-rows: subgrid;
  grid-row: 2 span;
  gap: 0;
}
@media (max-width: 768px) {
  .sc-yearList {
    grid-template-columns: 100%;
    gap: 4rem;
  }
  .sc-yearList > .sc-yearBox {
    grid-row: 1 span;
  }
}

.sc-yearBox {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 22rem;
  border-radius: 5rem;
  background: #FFFFFF;
}
.sc-yearBox__head {
  position: absolute;
  inset: 0 auto auto -3rem;
  width: 11.7rem;
  height: 10.2rem;
  background: top center/contain no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  color: #FFFFFF;
}
.-haru .sc-yearBox__head {
  background-image: url(../img/schedule/year-haru.webp);
}
.-natsu .sc-yearBox__head {
  background-image: url(../img/schedule/year-natsu.webp);
}
.-aki .sc-yearBox__head {
  background-image: url(../img/schedule/year-aki.webp);
}
.-fuyu .sc-yearBox__head {
  background-image: url(../img/schedule/year-fuyu.webp);
}
.sc-yearBox__body {
  padding: 3.4rem 5.4rem 1rem 10.2rem;
  min-height: 22.8rem;
}
.sc-yearBox__img {
  border-radius: 0 0 5rem 5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sc-yearBox {
    grid-template-rows: 1fr 20.4rem !important;
    border-radius: 3.33rem;
  }
  .sc-yearBox__head {
    inset: -2.1rem -1.6rem auto auto;
    width: 10.9rem;
    height: 9.5rem;
    font-size: 4.47rem;
  }
  .sc-yearBox__body {
    padding: 3.4rem 3rem 1rem;
    min-height: 22.8rem;
  }
  .sc-yearBox__img {
    border-radius: 0 0 3.33rem 3.33rem;
    overflow: hidden;
  }
  .sc-yearBox:nth-child(2n) .sc-yearBox__head {
    right: auto;
    left: -1.6rem;
  }
}

.sc-yearLine {
  display: grid;
  grid-template-columns: 4rem 1fr;
  background: linear-gradient(to right, #00aa9d 1px, transparent 1px) bottom left/0.5rem 1px repeat-x;
  padding: 1.2rem 0;
}
.sc-yearLine:first-child {
  background: linear-gradient(to right, #00aa9d 1px, transparent 1px) top left/0.5rem 1px repeat-x, linear-gradient(to right, #00aa9d 1px, transparent 1px) bottom left/0.5rem 1px repeat-x;
}
.sc-yearLine__dt, .sc-yearLine__dd {
  font-size: 1.8rem;
}
.sc-yearLine .-small {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .sc-yearLine {
    gap: 3rem;
  }
  .sc-yearBox:nth-child(2n) .sc-yearLine {
    grid-template-columns: 9.4rem 1fr;
  }
  .sc-yearLine__dt {
    text-align: right;
  }
  .sc-yearLine__dt, .sc-yearLine__dd {
    font-size: 1.6rem;
  }
}

.ad-hero {
  position: relative;
  padding: 7.2rem 0 2.4rem;
  background: url(../img/common/bg-yellow-2.webp);
  display: grid;
  grid-template-columns: 50% 10.3rem 1fr;
  align-items: center;
}
.ad-hero::after {
  content: "";
  position: absolute;
  inset: auto auto -19.7rem calc(50% + 46.4rem);
  width: 31.7rem;
  height: 30rem;
  background: url(../img/addmission/hero-mark.webp) center center/contain no-repeat;
}
.ad-hero__kv {
  grid-area: 1/1/2/3;
  width: 57.6rem;
  margin: 0 0 0 auto;
  position: relative;
}
.ad-hero__kv::after {
  content: "";
  position: absolute;
  inset: 5.6rem auto auto -14.5rem;
  width: 17.7rem;
  height: 23.3rem;
  background: url(../img/addmission/hero-icon.webp) center center/contain no-repeat;
}
.ad-hero__title {
  grid-area: 1/3/2/4;
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .ad-hero {
    display: block;
    height: 33.61rem;
    background: url(../img/common/bg-yellow-2.webp);
  }
  .ad-hero::after {
    inset: auto auto -9.7rem calc(50% + 8rem);
    width: 21.1rem;
    height: 20rem;
  }
  .ad-hero__kv {
    position: absolute;
    inset: 3.7rem calc(50% - 11.3rem) auto auto;
    width: 32.2rem;
    height: 24rem;
  }
  .ad-hero__kv::after {
    inset: auto auto -4.1rem -4rem;
    width: 13.1rem;
    height: 11.2rem;
    transform: rotate(-55deg);
  }
  .ad-hero__title {
    position: absolute;
    inset: 14.8rem auto auto calc(50% + 5rem);
    margin: 0;
  }
}

.ad-sche {
  padding: 7.7rem 0 5rem;
}
.ad-sche__head {
  margin-bottom: 6.3rem;
}
@media (max-width: 768px) {
  .ad-sche {
    position: relative;
    z-index: 1;
    padding: 3.4rem 0 3.5rem;
  }
  .ad-sche__head {
    margin-bottom: 4rem;
  }
}

.ad-sche-caut {
  margin-top: 7rem;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .ad-sche-caut {
    margin-top: 3rem;
    font-size: 1.47rem;
  }
}

.ad-contact {
  position: relative;
  padding: 8.2rem 0 7.6rem;
}
.ad-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/addmission/contact-bg-t.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/addmission/contact-bg-t.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 30rem, 100% calc(100% - 29rem);
          mask-size: max(144rem, 100%) 30rem, 100% calc(100% - 29rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.ad-contact::after {
  content: "";
  position: absolute;
  inset: -14.5rem calc(50% + 52.5rem) auto auto;
  width: 37.6rem;
  height: 34.3rem;
  background: url(../img/addmission/contact-mark.webp) center center/contain no-repeat;
}
.ad-contact__head {
  margin-bottom: 6.3rem;
}
.ad-contact__body {
  width: 100rem;
  margin: auto;
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 5.5rem 0;
  font-size: 2rem;
  text-align: center;
  line-height: 4rem;
  position: relative;
}
.ad-contact__body::after {
  content: "";
  position: absolute;
  inset: auto auto -9.8rem -9.4rem;
  width: 18.9rem;
  height: 19.8rem;
  background: url(../img/addmission/contact-icon.webp) center center/contain no-repeat;
}
.ad-contact__link {
  margin-top: 5rem;
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .ad-contact {
    position: relative;
    padding: 4.4rem 0 6.9rem;
  }
  .ad-contact::before {
    -webkit-mask-image: url(../img/addmission/contact-bg-t_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/addmission/contact-bg-t_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
  }
  .ad-contact::after {
    z-index: -1;
    inset: -5rem calc(50% + 10.8rem) auto auto;
    width: 23.2rem;
    height: 21.2rem;
  }
  .ad-contact__head {
    margin-bottom: 4.4rem;
  }
  .ad-contact__body {
    width: 46.6rem;
    border-radius: 3.33rem 3.33rem 0 0;
    padding: 4.4rem 0 3.4rem;
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
  .ad-contact__body::after {
    display: none;
  }
  .ad-contact__link {
    width: 46.6rem;
    margin: 0 auto;
    padding: 0 0 4rem;
    border-radius: 0 0 3.33rem 3.33rem;
    background: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
  }
  .ad-contact__link::after {
    content: "";
    position: absolute;
    inset: auto auto -3.3rem -0.3rem;
    width: 9.2rem;
    height: 9.6rem;
    background: url(../img/addmission/contact-icon.webp) center center/contain no-repeat;
  }
}

.su-hero {
  position: relative;
  padding: 5.4rem 0 2.4rem;
  background: url(../img/common/bg-pink-3.webp);
  display: grid;
  grid-template-columns: 1fr 12.3rem 50%;
  align-items: center;
}
.su-hero::after {
  content: "";
  position: absolute;
  inset: auto auto -15.6rem calc(50% + 36.7rem);
  width: 27.7rem;
  height: 26.2rem;
  background: url(../img/support/hero-mark.webp) center center/contain no-repeat;
}
.su-hero__kv {
  grid-area: 1/2/2/4;
  width: 57.8rem;
}
.su-hero__title {
  grid-area: 1/1/2/2;
  text-align: right;
  margin-right: 2.6rem;
}
.su-hero__title .hero-title {
  display: inline-block;
  position: relative;
}
.su-hero__title .hero-title::before {
  content: "";
  position: absolute;
  inset: -4.5rem auto auto -11rem;
  width: 10rem;
  height: 18rem;
  background: url(../img/support/hero-icon.webp) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .su-hero {
    display: block;
    position: relative;
    height: 33.6rem;
  }
  .su-hero::after {
    content: "";
    position: absolute;
    inset: auto auto -10.5rem calc(50% + 11.6rem);
    width: 18.5rem;
    height: 17.5rem;
  }
  .su-hero__kv {
    position: absolute;
    inset: 6.9rem auto auto calc(50% - 10.5rem);
    width: 34.5rem;
    height: 25.1rem;
  }
  .su-hero__title {
    position: absolute;
    inset: 6.9rem auto auto calc(50% - 14.3rem);
  }
  .su-hero__title .hero-title {
    display: inline-block;
    position: relative;
  }
  .su-hero__title .hero-title::before {
    content: "";
    position: absolute;
    inset: -1.8rem auto auto -7.3rem;
    width: 6.6rem;
    height: 12rem;
  }
}

.su-catch {
  padding: 5rem 0 2rem;
}
.su-catch__head {
  margin-bottom: 4.2rem;
}
@media (max-width: 768px) {
  .su-catch {
    padding: 4.2rem 0 4rem;
  }
  .su-catch__head {
    margin-bottom: 3.8rem;
  }
}

.su-catch-body {
  text-align: center;
}
.su-catch-body__line {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem;
}
.su-catch-body__bold {
  font-size: 2.5rem;
  line-height: 4.5rem;
  margin-bottom: 2rem;
}
.su-catch-body__list {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  line-height: 3.2rem;
}
.su-catch-body__list .-small {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .su-catch-body__line {
    font-size: 1.47rem;
    line-height: 2.4rem;
    margin-bottom: 3rem;
  }
  .su-catch-body__bold {
    font-size: 1.867rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
  .su-catch-body__list {
    font-size: 1.6rem;
    line-height: 2.67rem;
  }
  .su-catch-body__list .-small {
    font-size: 1.33rem;
  }
}

.su-sche {
  position: relative;
  padding: 8.3rem 0 12.4rem;
}
.su-sche::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/support/sche-bg-t.webp), url(../img/support/sche-bg-b.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/support/sche-bg-t.webp), url(../img/support/sche-bg-b.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center, center center;
          mask-position: top center, bottom center, center center;
  -webkit-mask-size: max(144rem, 100%) 30rem, max(144rem, 100%) 30rem, 100% calc(100% - 59rem);
          mask-size: max(144rem, 100%) 30rem, max(144rem, 100%) 30rem, 100% calc(100% - 59rem);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
}
.su-sche::after {
  content: "";
  position: absolute;
  inset: -15.2rem calc(50% + 48.3rem) auto auto;
  width: 30.3rem;
  height: 30.6rem;
  background: url(../img/support/sche-mark01.webp) center center/contain no-repeat;
}
.su-sche__head {
  margin-bottom: 5rem;
}
.su-sche__head:not(:first-child) {
  margin-top: 7.8rem;
}
.su-sche__body {
  width: 100rem;
  margin: auto;
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 5.5rem 0;
  font-size: 2rem;
  text-align: center;
  line-height: 4rem;
}
.su-sche__body.-reserve {
  position: relative;
}
.su-sche__body.-reserve::before {
  content: "";
  position: absolute;
  inset: -15.9rem auto auto -13.9rem;
  width: 13.9rem;
  height: 24.2rem;
  background: url(../img/support/sche-icon01.webp) center center/contain no-repeat;
}
.su-sche__body.-reserve::after {
  content: "";
  position: absolute;
  inset: -8.2rem -10rem auto auto;
  width: 25.2rem;
  height: 23rem;
  background: url(../img/support/sche-mark02.webp) center center/contain no-repeat;
}
.su-sche__body .lineList {
  margin: 2.3rem auto;
  grid-template-columns: 16.2rem 1fr;
}
.su-sche__body .lineList__dt {
  padding-left: 0;
  text-align: center;
  justify-content: center;
}
.su-sche__body .lineList__dd {
  text-align: left;
}
.su-sche__link {
  text-align: center;
  margin-top: 5.4rem;
  position: relative;
}
.su-sche__link::after {
  content: "";
  position: absolute;
  inset: auto auto -1.8rem calc(50% + 33.5rem);
  width: 17.6rem;
  height: 17.4rem;
  background: url(../img/support/sche-icon02.webp) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .su-sche {
    padding: 6.2rem 0 8.5rem;
  }
  .su-sche::before {
    -webkit-mask-image: url(../img/support/sche-bg-t_sp.webp), url(../img/support/sche-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/support/sche-bg-t_sp.webp), url(../img/support/sche-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
            mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
  }
  .su-sche::after {
    content: "";
    position: absolute;
    inset: -3.5rem calc(50% + 12.9rem) auto auto;
    width: 15.2rem;
    height: 15.3rem;
  }
  .su-sche__head {
    margin-bottom: 4rem;
  }
  .su-sche__head:not(:first-child) {
    margin-top: 7rem;
  }
  .su-sche__body {
    width: 46.6rem;
    border-radius: 3.33rem;
    padding: 2.9rem 1.3rem;
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
  .su-sche__body.-reserve::before {
    inset: -11.3rem auto auto 0.6rem;
    width: 7.8rem;
    height: 13.7rem;
  }
  .su-sche__body.-reserve::after {
    inset: -7.6rem -1.1rem auto auto;
    width: 13.1rem;
    height: 12rem;
  }
  .su-sche__body .lineList {
    margin: auto;
    grid-template-columns: 6rem 1fr;
  }
  .su-sche__body .lineList__dt {
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }
  .su-sche__link {
    margin-top: 3.7rem;
  }
  .su-sche__link::after {
    inset: auto auto -6.1rem calc(50% + 14.6rem);
    width: 9.9rem;
    height: 9.7rem;
  }
  .su-sche__link .dlBtn {
    margin-top: 3rem;
  }
}

.dlBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44rem;
  height: 8rem;
  background: url(../img/common/bg-blue.webp);
  color: #FFFFFF;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-align: center;
  border-radius: 3rem;
  margin: 3.7rem auto 0;
}
.dlBtn::before {
  content: "⇩";
  position: absolute;
  inset: 0 1.8rem 0 auto;
  margin: auto;
  height: 1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .dlBtn {
    width: 32.33rem;
    height: 5.33rem;
    font-size: 2.2rem;
    border-radius: 2.16rem;
    margin-top: 1.2rem;
  }
  .dlBtn::before {
    inset: 0 1.5rem 0 auto;
  }
}

.su-caution {
  text-align: center;
  padding: 2rem 0 8rem;
}
.su-caution__head {
  margin-bottom: 7rem;
}
.su-caution__body {
  display: inline-block;
  max-width: 100rem;
  text-align: left;
  font-size: 1.8rem;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .su-caution {
    text-align: center;
    padding: 3.5rem 0 4.5rem;
  }
  .su-caution__head {
    margin-bottom: 3.5rem;
  }
  .su-caution__body {
    max-width: 43.3rem;
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
}

.tr-hero {
  position: relative;
  padding: 22.8rem 0 22rem;
  text-align: center;
}
.tr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url(../img/common/bg-beige-3.webp);
}
.tr-hero::after {
  content: "";
  position: absolute;
  inset: 17.8rem 0 0;
  z-index: -2;
  background: url(../img/common/bg-orange-2.webp);
  -webkit-mask-image: url(../img/trouble/hero-bg.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/trouble/hero-bg.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
          mask-size: max(144rem, 100%) 20rem, 100% calc(100% - 19rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.tr-hero__mark {
  position: absolute;
  inset: 11.5rem calc(50% + 31.8rem) auto auto;
  width: 27.7rem;
  height: 26.2rem;
}
@media (max-width: 768px) {
  .tr-hero {
    height: 33.6rem;
    padding: 12.6rem 0 0;
  }
  .tr-hero::after {
    inset: auto 0 0;
    height: 18rem;
    -webkit-mask-image: url(../img/trouble/hero-bg_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/trouble/hero-bg_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
  }
  .tr-hero__mark {
    inset: 8.2rem calc(50% + 11rem) auto auto;
    width: 18.5rem;
    height: 17.4rem;
    z-index: -1;
  }
}

.tr-info {
  padding: 5.5rem 0 4.7rem;
}
.tr-info__head {
  margin-bottom: 5.5rem;
}
.tr-info__body {
  text-align: center;
}
@media (max-width: 768px) {
  .tr-info {
    padding: 3.4rem 0 4rem;
  }
  .tr-info__head {
    margin-bottom: 4.8rem;
  }
}

.tr-member {
  display: inline-grid;
  grid-template-columns: auto auto;
  text-align: left;
}
.tr-member__dt, .tr-member__dd {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .tr-member__dt, .tr-member__dd {
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
}

.tr-member-line {
  font-size: 2rem;
  line-height: 2;
}
.tr-member-line:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .tr-member-line {
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
}

.tr-list {
  padding: 7.4rem 0 6.8rem;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/trouble/list-bg.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/trouble/list-bg.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 30rem, 100% calc(100% - 29rem);
          mask-size: max(144rem, 100%) 30rem, 100% calc(100% - 29rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.tr-list__head {
  margin-bottom: 5.3rem;
}
.tr-list__body {
  width: 100rem;
  margin: auto;
  background: #FFFFFF;
  border-radius: 5rem;
  padding: 7.7rem 0;
}
.tr-list__body .lineList {
  margin: 2.3rem auto;
  grid-template-columns: auto 1fr;
}
.tr-list__body .lineList__dt {
  padding-left: 0;
  text-align: center;
  justify-content: center;
  min-width: 16.2rem;
  max-width: 20rem;
}
@media (max-width: 768px) {
  .tr-list {
    padding: 5.7rem 0 7.3rem;
    -webkit-mask-image: url(../img/trouble/list-bg_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/trouble/list-bg_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
  }
  .tr-list__head {
    margin-bottom: 4rem;
  }
  .tr-list__body {
    width: 46.6rem;
    border-radius: 3.33rem;
    padding: 2.9rem 1.3rem;
  }
  .tr-list__body .lineList {
    margin: auto;
    grid-template-columns: 6rem 1fr;
  }
  .tr-list__body .lineList__dt {
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }
}

.trouble-body {
  width: 92.8rem;
  margin: auto;
  padding: 7rem 0 10rem;
}
.trouble-body__title {
  font-size: 3rem;
  margin-bottom: 4rem;
  font-weight: 500;
}
.trouble-body__body * {
  font-size: 1.8rem;
}
.trouble-body__body h2 {
  margin: 4.6rem 0 2rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.trouble-body__body .date {
  margin-bottom: 6.7rem;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .trouble-body {
    width: 43.3rem;
    padding: 5.3rem 0 4.3rem;
  }
  .trouble-body__title {
    font-size: 1.733rem;
    margin-bottom: 2.6rem;
  }
  .trouble-body__body * {
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
  .trouble-body__body h2 {
    margin: 2rem 0 1rem;
    font-size: 1.6rem;
  }
  .trouble-body__body .date {
    margin-bottom: 2.37rem;
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
}

.re-hero {
  position: relative;
}
.re-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url(../img/common/bg-blue-l.webp);
}
.re-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 40.8rem 0 0;
  background: url(../img/common/bg-yellow.webp);
  -webkit-mask-image: url(../img/recruit/hero-bg.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/recruit/hero-bg.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center;
          mask-position: top center, bottom center;
  -webkit-mask-size: max(144rem, 100%) 30rem, 100% calc(100% - 29rem);
          mask-size: max(144rem, 100%) 30rem, 100% calc(100% - 29rem);
  -webkit-mask-repeat: no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat;
}
.re-hero__kv {
  padding: 5.7rem 0 4.7rem;
  width: 85.1rem;
  margin: auto;
}
.re-hero__catch {
  background: #FFFFFF;
  padding: 7.8rem 0 14.1rem;
}
.re-hero__catch .contentHead {
  margin-bottom: 4.5rem;
}
.re-hero__title {
  position: absolute;
  inset: 31.2rem auto auto calc(50% + 14.8rem);
}
.re-hero__icon {
  position: absolute;
  inset: 18.8rem calc(50% + 42.7rem) auto auto;
  width: 28rem;
  height: 36.9rem;
}
.re-hero__icon-02 {
  position: absolute;
  inset: 52.9rem auto auto calc(50% + 37.6rem);
  width: 22.3rem;
  height: 22rem;
}
@media (max-width: 768px) {
  .re-hero {
    padding-top: 48.7rem;
  }
  .re-hero::after {
    inset: 30.6rem 0 0;
    -webkit-mask-image: url(../img/recruit/hero-bg_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/recruit/hero-bg_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% calc(100% - 9rem);
            mask-size: 100% 10rem, 100% calc(100% - 9rem);
  }
  .re-hero__kv {
    position: absolute;
    inset: 7.9rem auto auto calc(50% - 32.7rem);
    padding: 0;
    width: 49.8rem;
    margin: 0;
  }
  .re-hero__catch {
    padding: 4.6rem 0 4.3rem;
  }
  .re-hero__catch .contentHead {
    margin-bottom: 3.8rem;
  }
  .re-hero__catch .hero-catch {
    font-size: 1.467rem;
    line-height: 2.4rem;
    max-width: 36.6rem;
    margin: auto;
  }
  .re-hero__title {
    inset: 20.4rem auto auto calc(50% + 1.4rem);
  }
  .re-hero__icon {
    inset: 2.6rem calc(50% - 24rem) auto auto;
    width: 16.2rem;
    height: 21rem;
    transform: rotate(130deg);
  }
  .re-hero__icon-02 {
    inset: 36.9rem auto auto calc(50% + 9rem);
    width: 10.7rem;
    height: 10.5rem;
  }
}

.re-about {
  position: relative;
  z-index: 1;
}
.re-about::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -9rem 0 -12rem;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/recruit/about-bg-t.webp), url(../img/recruit/about-bg-b.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/recruit/about-bg-t.webp), url(../img/recruit/about-bg-b.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center, center center;
          mask-position: top center, bottom center, center center;
  -webkit-mask-size: max(144rem, 100%) 30rem, max(144rem, 100%) 30rem, 100% calc(100% - 59rem);
          mask-size: max(144rem, 100%) 30rem, max(144rem, 100%) 30rem, 100% calc(100% - 59rem);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
}
.re-about__head:not(:first-child) {
  margin-top: 9rem;
}
.re-about__body {
  margin-top: 7rem;
  position: relative;
  z-index: 10;
}
.re-about__mark01 {
  position: absolute;
  inset: -25.1rem auto auto calc(50% + 49.4rem);
  width: 37.6rem;
  height: 34.3rem;
}
.re-about__mark02 {
  position: absolute;
  inset: -12.4rem calc(50% + 36.3rem) auto auto;
  width: 18.9rem;
  height: 19.8rem;
}
.re-about__mark04 {
  position: absolute;
  inset: auto auto -25.3rem calc(50% + 46.4rem);
  width: 31.7rem;
  height: 30rem;
}
@media (max-width: 768px) {
  .re-about {
    padding: 10.9rem 0 8rem;
  }
  .re-about::before {
    inset: 0;
    -webkit-mask-image: url(../img/recruit/about-bg-t_sp.webp), url(../img/recruit/about-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/recruit/about-bg-t_sp.webp), url(../img/recruit/about-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
            mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
  }
  .re-about__head:not(:first-child) {
    margin-top: 6.8rem;
  }
  .re-about__body {
    margin-top: 5.2rem;
  }
  .re-about__mark01 {
    inset: -7.2rem auto auto calc(50% + 10.5rem);
    width: 24.19rem;
    height: 22.06rem;
    z-index: -1;
  }
  .re-about__mark02 {
    inset: -1.8rem calc(50% + 12.5rem) auto auto;
    width: 11.19rem;
    height: 11.72rem;
  }
  .re-about__mark04 {
    inset: auto auto -8.3rem calc(50% + 7.9rem);
    width: 21.13rem;
    height: 19.96rem;
    z-index: -1;
  }
}

.re-abouts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 39rem);
  gap: 3.6rem;
  width: 124.2rem;
  margin: auto;
}
.re-abouts::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -20.1rem -8.5rem;
  width: 28.3rem;
  height: 28.6rem;
  background: url(../img/recruit/about-icon03.webp) center center/contain no-repeat;
}
.re-abouts__li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 2 span;
  gap: 0;
  background: #FFFFFF;
  border-radius: 5rem;
  overflow: hidden;
}
.re-abouts__img {
  height: 23rem;
}
.re-abouts__info {
  padding: 2rem 3rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .re-abouts {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 100%;
    gap: 4rem;
    width: 37.66rem;
  }
  .re-abouts::before {
    inset: auto auto -9.5rem -6.3rem;
    width: 18.89rem;
    height: 19.06rem;
  }
}

.re-voices {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 79.4rem;
  margin: auto;
  align-items: flex-start;
}
.re-voices__info {
  position: relative;
  background: #FFFFFF;
  border-radius: 5rem;
  width: 39.7rem;
  min-height: 22.4rem;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 2.5rem;
}
.re-voices__info::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 7rem;
  height: 6.6rem;
  background: url(../img/recruit/about-fukidashi.webp) center center/contain no-repeat;
}
.re-voices__img {
  position: absolute;
  width: 24.2rem;
  height: 24.1rem;
  z-index: 1;
}
.re-voices__li {
  position: relative;
}
.re-voices__li:nth-child(1) {
  transform: translateX(8.4rem);
  padding-bottom: 10.5rem;
}
.re-voices__li:nth-child(1) > .re-voices__info::before {
  inset: auto auto -3.3rem 1.7rem;
}
.re-voices__li:nth-child(1) > .re-voices__img {
  inset: auto auto 0 -26.3rem;
}
.re-voices__li:nth-child(2) {
  transform: translateX(13.1rem);
  padding-top: 7.1rem;
  margin-bottom: 3rem;
}
.re-voices__li:nth-child(2) > .re-voices__info {
  padding-top: 6rem;
  width: 48rem;
}
.re-voices__li:nth-child(2) > .re-voices__info::before {
  inset: -3.3rem auto auto 19rem;
  transform: rotate(180deg);
}
.re-voices__li:nth-child(2) > .re-voices__img {
  inset: -12.1rem auto auto 27.5rem;
}
.re-voices__li:nth-child(3) {
  transform: translateX(-22.2rem);
  padding-top: 10rem;
}
.re-voices__li:nth-child(3) > .re-voices__info {
  width: 48rem;
}
.re-voices__li:nth-child(3) > .re-voices__info::before {
  inset: -3.3rem auto auto 19rem;
  transform: rotate(180deg);
}
.re-voices__li:nth-child(3) > .re-voices__img {
  inset: -9.3rem auto auto 37.3rem;
}
.re-voices__li:nth-child(4) {
  transform: translateX(22.7rem);
  padding-top: 0.5rem;
}
.re-voices__li:nth-child(4) > .re-voices__info::before {
  inset: auto auto -3.3rem 5.7rem;
  transform: rotate(5deg);
}
.re-voices__li:nth-child(4) > .re-voices__img {
  inset: auto 37.3rem -8rem auto;
}
@media (max-width: 768px) {
  .re-voices {
    display: grid;
    grid-template-columns: 100%;
    gap: 2.2rem;
    width: 44.6rem;
  }
  .re-voices__info {
    grid-area: 1/2/2/4;
    border-radius: 3.33rem;
    width: auto !important;
    min-height: 0;
    padding: 2rem 3rem !important;
  }
  .re-voices__info::before {
    display: none;
  }
  .re-voices__img {
    grid-area: 1/1/2/3;
    position: relative;
    inset: 0 !important;
    width: 16.1rem;
    height: 18.5rem;
    margin: auto;
    padding-bottom: 2.5rem;
  }
  .re-voices__img::before {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    width: 6.1rem;
    height: 4.4rem;
    background: url(../img/recruit/about-fukidashi.webp) center center/contain no-repeat;
    transform: rotate(56deg);
  }
  .re-voices__li {
    display: grid;
    grid-template-columns: 14.8rem 1.3rem 1fr;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .re-voices__li:nth-child(2n) {
    grid-template-columns: 1fr 1.3rem 14.8rem;
  }
  .re-voices__li:nth-child(2n) .re-voices__info {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .re-voices__li:nth-child(2n) .re-voices__img {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .re-voices__li:nth-child(2n) .re-voices__img::before {
    left: 0;
    right: auto;
    transform: scale(-1, 1) rotate(56deg);
  }
  .re-voices__li:nth-child(1) {
    transform: translateX(8.4rem);
    padding-bottom: 10.5rem;
  }
}

.re-voices-name {
  text-align: right;
  margin-left: auto;
}

.re-info {
  padding: 10.1rem 0 6.5rem;
}
.re-info__head {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .re-info {
    padding: 3.3rem 0 2.9rem;
  }
  .re-info__head {
    margin-bottom: 3.6rem;
  }
  .re-info__body .lineList {
    grid-template-columns: 14rem 1fr;
  }
}

.re-flow {
  position: relative;
  z-index: 1;
  padding: 9.7rem 0 11.9rem;
}
.re-flow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/common/bg-beige.webp);
  -webkit-mask-image: url(../img/recruit/flow-bg-t.webp), url(../img/recruit/flow-bg-b.webp), linear-gradient(to bottom, #fff, #fff);
          mask-image: url(../img/recruit/flow-bg-t.webp), url(../img/recruit/flow-bg-b.webp), linear-gradient(to bottom, #fff, #fff);
  -webkit-mask-position: top center, bottom center, center center;
          mask-position: top center, bottom center, center center;
  -webkit-mask-size: max(144rem, 100%) 30rem, max(144rem, 100%) 30rem, 100% calc(100% - 59rem);
          mask-size: max(144rem, 100%) 30rem, max(144rem, 100%) 30rem, 100% calc(100% - 59rem);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
}
.re-flow::after {
  content: "";
  position: absolute;
  inset: 3rem auto auto calc(50% + 38.8rem);
  width: 22.5rem;
  height: 18.6rem;
  background: url(../img/recruit/flow-icon.webp) center center/contain no-repeat;
}
.re-flow__head {
  margin-bottom: 10.7rem;
}
.re-flow__body {
  width: 122.2rem;
  margin: auto;
}
@media (max-width: 768px) {
  .re-flow {
    padding: 5.3rem 0 6.4rem;
  }
  .re-flow::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: url(../img/common/bg-beige.webp);
    -webkit-mask-image: url(../img/recruit/flow-bg-t_sp.webp), url(../img/recruit/flow-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
            mask-image: url(../img/recruit/flow-bg-t_sp.webp), url(../img/recruit/flow-bg-b_sp.webp), linear-gradient(to bottom, #fff, #fff);
    -webkit-mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
            mask-size: 100% 10rem, 100% 10rem, 100% calc(100% - 19rem);
  }
  .re-flow::after {
    content: "";
    position: absolute;
    inset: -1.2rem auto auto calc(50% + 11rem);
    width: 13.26rem;
    height: 10.97rem;
  }
  .re-flow__head {
    margin-bottom: 2.7rem;
  }
  .re-flow__body {
    width: 44.71rem;
    position: relative;
    z-index: 10;
  }
  .re-flow__body::before {
    content: "";
    position: absolute;
    inset: auto calc(50% + 7.8rem) -13.3rem auto;
    width: 21.13rem;
    height: 19.96rem;
    z-index: -1;
    background: url(../img/recruit/contact-icon01.webp) center center/contain no-repeat;
  }
}

.re-contact {
  position: relative;
  z-index: 2;
  padding: 2.3rem 0 7.2rem;
  text-align: center;
}
.re-contact__head {
  margin-bottom: 4rem;
}
.re-contact__body {
  font-size: 2rem;
}
.re-contact__mark01 {
  position: absolute;
  inset: -6rem calc(50% + 46.4rem) auto auto;
  width: 31.7rem;
  height: 30rem;
}
.re-contact__mark02 {
  position: absolute;
  inset: 17.9rem auto auto calc(50% + 52rem);
  width: 24.2rem;
  height: 22.9rem;
}
@media (max-width: 768px) {
  .re-contact {
    padding: 3.7rem 0 4rem;
    z-index: 1;
  }
  .re-contact__head {
    margin-bottom: 2.8rem;
  }
  .re-contact__body {
    font-size: 1.467rem;
    line-height: 2.4rem;
    width: 39.2rem;
    margin: auto;
  }
  .re-contact__mark01 {
    display: none;
  }
  .re-contact__mark02 {
    inset: auto auto 1.1rem calc(50% + 13.6rem);
    width: 14.07rem;
    height: 13.29rem;
    z-index: -1;
  }
}

.telBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4.5rem auto 0;
  width: 44rem;
  height: 16.8rem;
  background: url(../img/common/bg-brown.webp);
  border-radius: 5rem;
  font-size: 4rem;
  color: #161c50;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
}
.telBtn .-small {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .telBtn {
    margin-top: 3rem;
    width: 32.3rem;
    height: 12.38rem;
    border-radius: 3.33rem;
    font-size: 2.67rem;
  }
  .telBtn .-small {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.page-body {
  margin: 12rem auto 6rem;
  width: 100rem;
}
.page-body__title {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 7rem;
}
.page-body__body * {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.page-body__body h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 3rem 0 1.7rem;
}
@media (max-width: 768px) {
  .page-body {
    margin: 5.5rem auto 14.5rem;
    width: 46.6rem;
  }
  .page-body__title {
    font-size: 2.667rem;
    margin-bottom: 4.6rem;
  }
  .page-body__body * {
    font-size: 1.2rem;
    line-height: 2.267rem;
  }
  .page-body__body h2 {
    font-size: 1.33rem;
    margin: 2rem 0 1rem;
  }
}

.notfound {
  text-align: center;
  margin: 20rem 0 10rem;
}
.notfound__link {
  margin-top: 7.7rem;
}
@media (max-width: 768px) {
  .notfound {
    margin: 8rem 0 6.3rem;
  }
  .notfound__link {
    margin-top: 7rem;
  }
}

.notfound-head {
  font-size: 5rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 768px) {
  .notfound-head {
    font-size: 3.3rem;
    margin-bottom: 4rem;
  }
}

.notfound-large {
  font-size: 4rem;
  line-height: 7rem;
  margin-bottom: 7.8rem;
}
@media (max-width: 768px) {
  .notfound-large {
    font-size: 2.673rem;
    line-height: 1.4;
    margin-bottom: 4.8rem;
  }
}

.notfound-line {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .notfound-line {
    font-size: 1.467rem;
    line-height: 2.4rem;
  }
}

.grayButton {
  width: 27.7rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/common/bg-gray.webp);
  color: #FFFFFF;
  font-size: 2.7rem;
  font-weight: 700;
  margin: auto;
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
  .grayButton {
    width: 23.3rem;
    height: 5.33rem;
    font-size: 2rem;
    border-radius: 2rem;
  }
}

.m-footer__body {
  background: url(../img/common/footer-bg.webp);
  padding: 4.5rem 2rem;
}
.m-footer__copy {
  display: none;
}
@media (max-width: 768px) {
  .m-footer__body {
    padding: 1.5rem;
  }
  .m-footer__copy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.3rem;
    background: url(../img/common/footer-copy-bg.webp);
    font-size: 1.06rem;
    line-height: 1.2;
    color: #161c50;
    text-align: center;
  }
}

.footer {
  width: 100rem;
  margin: auto;
  display: grid;
  grid-template-columns: 19rem 1fr;
  align-items: center;
  padding: 0 2rem;
}
.footer__logo {
  width: 11.4rem;
}
@media (max-width: 768px) {
  .footer {
    width: 47rem;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0;
  }
  .footer__logo {
    width: 6.6rem;
  }
}

.ft-body {
  display: grid;
  grid-template-columns: 35rem auto;
  gap: 2.4rem;
}
.ft-body__navi {
  grid-area: 1/1/2/3;
}
.ft-body__logo {
  grid-area: 2/1/4/2;
}
.ft-body__info {
  grid-area: 2/2/3/3;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.ft-body__link {
  grid-area: 3/2/4/3;
}
@media (max-width: 768px) {
  .ft-body {
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }
  .ft-body__navi {
    display: none;
  }
  .ft-body__logo {
    grid-area: 1/1/2/2;
  }
  .ft-body__info {
    grid-area: 1/2/2/3;
  }
  .ft-body__link {
    grid-area: 2/2/3/3;
  }
}

.footernavi {
  display: flex;
  justify-content: space-between;
}
.footernavi__link {
  font-size: 2rem;
  font-weight: 700;
  color: #161c50;
}

.ft-addr {
  display: grid;
  grid-template-columns: 100%;
  letter-spacing: 0.1em;
  gap: 0.4rem 0;
}
.ft-addr__tel {
  letter-spacing: 0.14em;
}
@media (max-width: 768px) {
  .ft-addr {
    display: block;
  }
  .ft-addr__zip, .ft-addr__addr, .ft-addr__tel {
    display: block;
    font-size: 1.3rem;
  }
}

.ft-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.6rem;
}
.ft-links__link {
  color: #161c50;
  letter-spacing: 0.05em;
}
.ft-links__link.-wide {
  width: 100%;
  letter-spacing: 0.1em;
}
.ft-links__link.-bold {
  font-weight: 700;
}
@media (max-width: 768px) {
  .ft-links {
    gap: 0.5rem;
  }
  .ft-links__link {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}
/*# sourceMappingURL=style.css.map */