@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,
strike,
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("../font/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan_Light";
  font-weight: 300;
  src: url("../font/Spartan-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan_Medium";
  font-weight: 500;
  src: url("../font/Spartan-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Spartan_SemiBold";
  font-weight: 600;
  src: url("../font/Spartan-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "SaolDisplay";
  font-weight: 400;
  src: url("../font/SaolDisplay-Regular.otf") format("opentype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #231815;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 0.9375rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:focus {
  opacity: 0.7;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img.full-size {
  width: 100%;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  color: inherit;
  font: inherit;
  padding: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  width: 100%;
}

.header {
  height: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px), print {
  .header {
    height: 100px;
  }
}
@media screen and (min-width: 1200px), print {
  .header .logoSet {
    position: relative;
    top: 22px;
  }
}
.header .siteTitle {
  font-size: 0.6875rem;
}
@media not all and (min-width: 1200px), print {
  .header .siteTitle {
    display: none;
  }
}

.header__inner {
  -ms-grid-columns: 1fr;
  align-items: center;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  height: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 1200px), print {
  .header__inner {
    padding-left: 30px;
  }
}

@media not all and (min-width: 1200px), print {
  .spmenu {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    display: none;
    height: calc(100svh - 60px);
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 20px 50px;
    position: fixed;
    top: 58px;
    width: 100%;
    z-index: 100;
  }
  .spmenu::after {
    background: rgba(146, 205, 211, 0.3);
    content: "";
    display: block;
    height: 100svh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px), print {
  .spmenu {
    display: contents;
  }
}

@media screen and (min-width: 1200px), print {
  .gnav {
    display: flex;
  }
}

.gnav__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px), print {
  .gnav__list {
    align-items: center;
    flex-direction: row;
  }
}

.gnav__item {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 1200px), print {
  .gnav__item {
    border-bottom: 2px solid #fff;
  }
}
@media not all and (min-width: 1200px), print {
  .gnav__item.js-menu-scope .gnav__link {
    pointer-events: none;
  }
}

@media not all and (min-width: 1200px), print {
  .gnav__link span {
    display: none;
  }
}

@media not all and (min-width: 1200px), print {
  .js-menu-trigger {
    position: relative;
  }
  .js-menu-trigger::after,
  .js-menu-trigger::before {
    -webkit-transform: translateY(-50%);
    background-color: #818181;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .js-menu-trigger::before {
    height: 1px;
    right: 20px;
    width: 16px;
  }
  .js-menu-trigger::after {
    background-color: #818181;
    height: 16px;
    right: 27px;
    transition: height 0.2s;
    width: 1px;
  }
}

.gnav__subMenu {
  display: none;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.gnav__subMenu a {
  display: block;
  padding: 10px;
}
@media screen and (min-width: 1200px), print {
  .gnav__subMenu a {
    padding: 5px;
  }
}
@media screen and (min-width: 1200px), print {
  .gnav__subMenu {
    background: url(../img/common/bg_box.png) center/100% 100% no-repeat;
    height: 138px;
    left: -36px;
    padding: 33px 30px 15px 35px;
    position: absolute;
    top: 60px;
    width: 232px;
  }
}
@media not all and (min-width: 1200px), print {
  .gnav__subMenu {
    background-color: #fff;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gnav__subMenu li:not(:first-child) {
    border-top: 1px dashed #818181;
  }
}
.gnav__subMenu a:focus {
  color: #00bbd1;
}
.gnav__subMenu a:focus::before {
  background: #00bbd1;
}
@media (hover: hover) and (pointer: fine) {
  .gnav__subMenu a:hover {
    color: #00bbd1;
  }
  .gnav__subMenu a:hover::before {
    background: #00bbd1;
  }
}
.gnav__subMenu ._starIcon::before {
  -webkit-mask: url(../img/common/icon_star_bk.svg) no-repeat center center/contain;
  background: #231815;
  height: 12px;
  mask: url(../img/common/icon_star_bk.svg) no-repeat center center/contain;
  width: 12px;
}

.gnav__link {
  display: block;
  line-height: 1.2;
  padding: 15px 25px;
}
@media screen and (min-width: 1200px), print {
  .gnav__link {
    padding: 0 32px;
  }
}
@media not all and (min-width: 1200px), print {
  .gnav__link {
    color: #4d4d4d;
    font-weight: bold;
  }
}
@media screen and (min-width: 1200px), print {
  .gnav__link span {
    color: #00bbd1;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    line-height: 1.6923076923;
    margin-top: 3px;
    text-align: center;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1200px), print {
  .gnav__item:nth-of-type(5) .gnav__link {
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1200px), print {
  .header__btn._sp {
    display: none;
  }
}
@media not all and (min-width: 1200px), print {
  .header__btn._pc {
    display: none;
  }
}

@media screen and (min-width: 1200px), print {
  .header__btn {
    background-color: #e74c9c;
    display: -ms-grid;
    display: grid;
    height: 100%;
    margin-left: min(3.7857142857vw, 53px);
    place-items: center;
    width: 200px;
  }
  .header__btn .btn {
    background-color: #e74c9c;
    color: #ffffff;
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.9375rem;
    font-weight: bold;
  }
}
.header__btn._pc .btn::before,
.header__btn._sp .btn:nth-child(2)::before {
  background: url(../img/common/icon_lesson.svg) center/cover no-repeat;
  content: "";
  display: inline-block;
  height: 21px;
  vertical-align: top;
  width: 23px;
}
@media screen and (min-width: 1200px), print {
  .header__btn._pc .btn::before,
  .header__btn._sp .btn:nth-child(2)::before {
    display: block;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 28px;
  }
}
@media not all and (min-width: 1200px), print {
  .header__btn .btn:not(:first-child) {
    margin-top: 10px;
  }
}
@media not all and (min-width: 1200px), print {
  .header__btn {
    margin-top: 25px;
  }
  .header__btn .btn {
    font-weight: bold;
    letter-spacing: 0.06em;
    max-width: none;
  }
}

.header__btn .btn--cv {
  display: none;
}
@media not all and (min-width: 1200px), print {
  .header__btn .btn--cv {
    display: block;
  }
}

@media not all and (min-width: 1200px), print {
  .header__sns {
    margin-top: 20px;
  }
  .header__sns a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1200px), print {
  .header__sns {
    display: none;
  }
}

.header-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: none;
  padding: 15px;
  position: relative;
}
@media screen and (min-width: 1200px), print {
  .header-menu-button {
    display: none;
  }
}
.header-menu-button__lines {
  display: block;
  height: 20px;
  position: relative;
  width: 22px;
}
.header-menu-button__line {
  background-color: #000;
  display: block;
  height: 0;
  left: 0;
  padding-top: 2px;
  position: absolute;
  width: 100%;
}
.header-menu-button__line--top {
  -webkit-animation: line1-off 0.6s forwards;
  animation: line1-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--top {
  -webkit-animation: line1-on 0.6s forwards;
  animation: line1-on 0.6s forwards;
}

.header-menu-button__line--center {
  margin-top: -1px;
  top: 50%;
  transition: all 0.2s 0.2s;
}
.is-sp-menu-opened .header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.header-menu-button__line--bottom {
  -webkit-animation: line2-off 0.6s forwards;
  animation: line2-off 0.6s forwards;
}
.is-sp-menu-opened .header-menu-button__line--bottom {
  -webkit-animation: line2-on 0.6s forwards;
  animation: line2-on 0.6s forwards;
}

@-webkit-keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}

@keyframes line1-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line1-off {
  0% {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0);
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes line2-on {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes line2-off {
  0% {
    -webkit-transform: translateY(50%) rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(50%) rotate(0);
    bottom: 50%;
    transform: translateY(50%) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    bottom: 0;
    transform: translateY(0) rotate(0);
  }
}
.footer {
  background-color: #eff2ed;
  padding-bottom: 90px;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .footer {
    padding-bottom: 50px;
    padding-top: 52px;
  }
}
@media not all and (min-width: 768px), print {
  .footer {
    overflow: hidden;
    position: relative;
  }
}
@media not all and (min-width: 768px), print {
  .footer .logoSet {
    text-align: center;
  }
}
.footer .logo {
  margin-left: 8px;
}
@media not all and (min-width: 768px), print {
  .footer .logo {
    margin-left: auto;
    margin-right: auto;
    width: 84px;
  }
}
.footer .siteTitle {
  line-height: 1.2222222222;
}
@media screen and (min-width: 768px), print {
  .footer .siteTitle {
    font-size: 1.125rem;
  }
}
.footer .address {
  line-height: 1.8;
  margin-top: 26px;
}
@media screen and (min-width: 768px), print {
  .footer .address {
    margin-top: 33px;
  }
}
.footer .address .access {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px), print {
  .footer .address .access {
    font-size: 0.6875rem;
  }
}
.footer .address .access::before {
  background: url(../img/common/accesspin.svg) center/cover no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  width: 17px;
}
.footer .tel {
  display: block;
  font-size: 1.5rem;
  line-height: 0.9;
  margin-top: 25px;
}
@media not all and (min-width: 768px), print {
  .footer .tel {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .footer .tel {
    font-size: 1.875rem;
  }
}

.footer__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .footer__wrap {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px), print {
  .footer__detail {
    width: 335px;
  }
}

.footer__detailBtns {
  margin-top: 17px;
}

.footer__detailBtns > * {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px), print {
  .footer__navWrap {
    width: 60%;
  }
}
@media not all and (min-width: 768px), print {
  .footer__navWrap {
    display: contents;
  }
}

.footer__nav {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .footer__nav {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .ftgnav {
    font-size: 1rem;
    line-height: 1.125;
  }
  .ftgnav:nth-child(2) {
    margin-left: 47px;
  }
  .ftgnav:nth-child(3) {
    margin-left: 56px;
  }
}

.ftgnav__item {
  margin-top: 18px;
}

._starIcon::before {
  -webkit-mask: url(../img/common/icon_star.svg) no-repeat center center/contain;
  background: #b2a851;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  mask: url(../img/common/icon_star.svg) no-repeat center center/contain;
  width: 16px;
}

.ftgnav__sub {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 15px;
  padding-left: 15px;
}
.ftgnav__sub li {
  margin-top: 8px;
}

@media screen and (min-width: 768px), print {
  .footer__btm {
    padding: 40px 20px 0;
  }
}
@media not all and (min-width: 768px), print {
  .footer__btm {
    display: contents;
  }
}

.footer__link {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .footer__link {
    padding-left: 1em;
    text-indent: -1em;
  }
  .footer__link a {
    text-decoration: underline;
  }
}
@media not all and (min-width: 768px), print {
  .footer__link {
    background-color: #b2a851;
    border-radius: 4px;
    color: #ffffff;
    display: flex;
    font-size: 0.8125rem;
    justify-content: center;
    margin-top: 39px;
    padding: 8px;
    width: 100%;
  }
  .footer__link ._starIcon {
    margin-right: 7px;
  }
  .footer__link ._starIcon::before {
    content: none;
  }
}

.copyright {
  color: #8d8c8c;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .copyright {
    margin-left: 22px;
    margin-top: 37px;
  }
}
@media not all and (min-width: 768px), print {
  .copyright {
    text-align: center;
  }
}

.footer._blue {
  background: linear-gradient(rgba(35, 24, 21, 0.3), rgba(35, 24, 21, 0.3)), url(../img/feature/bg_footer.jpg) center/cover no-repeat;
  color: #ffffff;
}
.footer._blue .footer__nav {
  border-color: #ffffff;
}
@media not all and (min-width: 768px), print {
  .footer._blue .footer__link {
    background-color: #acd9dd;
  }
}
.footer._blue ._starIcon::before {
  background: #acd9dd;
}
.footer._blue .copyright {
  color: #ffffff;
}

.container {
  margin-inline: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
.container._primary {
  max-width: 1040px;
}

.grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px), print {
  .grid {
    gap: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .gap50 {
    gap: 50px;
  }
}

.gap30 {
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .gap30 {
    gap: 30px;
  }
}

.grid--pc4col {
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  .grid--pc4col {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px), print {
  .grid--pc3col {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

/*PC2カラム*/
@media screen and (min-width: 768px), print {
  .grid--pc2col {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.heading__main {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 0.12em;
  line-height: 1.1764705882;
  text-transform: uppercase;
}

.heading__sub {
  color: #92cdd3;
  font-weight: bold;
  line-height: 2.3333333333;
}

.read {
  line-height: 2.3333333333;
}

.logoSet .siteTitle {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.btn {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
}

.btn--center {
  margin-left: auto;
  margin-right: auto;
}

.btn--sm {
  font-family: "Spartan_Medium", sans-serif;
  font-size: 0.75rem;
}

.btn--default {
  border: 1px solid #231815;
  border-radius: 18px;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 768px), print {
  .btn--default {
    padding: 10px;
  }
}
.btn--default::before {
  -webkit-transform: translateY(-50%);
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  content: "";
  display: block;
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.3em);
  transform: translateY(-50%);
  width: 25px;
}
.btn--default::after {
  -webkit-transform: rotate(-40deg);
  background-color: #000;
  bottom: 17px;
  content: "";
  height: 7px;
  position: absolute;
  right: 17px;
  transform: rotate(-40deg);
  width: 1px;
}
@media screen and (min-width: 768px), print {
  .btn--default::after {
    bottom: 18px;
  }
}
.btn--default::after,
.btn--default::before {
  transition: right 0.3s;
}
.btn--default:focus::after,
.btn--default:focus::before {
  right: 0.8em;
}
@media (hover: hover) and (pointer: fine) {
  .btn--default:hover::after,
  .btn--default:hover::before {
    right: 0.8em;
  }
}

.btn--action {
  background: #d56a9c;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  max-width: 260px;
  padding: 0.9285714286em;
}

.btn--cv {
  background-color: #92cdd3;
}

@media screen and (min-width: 768px), print {
  :root {
    --footer-margin-top: 0px;
  }
}

/*  .js-pagetop-threshold (JSで追加する閾値調整用の要素)
--------------------------------------------- */
@media screen and (min-width: 768px), print {
  .js-pagetop-threshold {
    height: 300px;
    position: absolute;
    top: 0;
  }
}

/*  .l-footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 768px), print {
  .footer-pagetop {
    bottom: var(--footer-margin-top);
    position: sticky;
  }
}
.footer-pagetop__link {
  -webkit-transform: translateX(-50%);
  bottom: -30px;
  color: #b2a851;
  font-size: 0.875rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: 0.5s;
  z-index: 9;
}
@media screen and (min-width: 768px), print {
  .footer-pagetop__link {
    --offset: 15px;
    bottom: calc(-1 * var(--footer-margin-top) + var(--offset));
    left: auto;
    opacity: 0;
    right: 55px;
    visibility: hidden;
  }
}
.footer-pagetop__link::after {
  -webkit-mask: url("../img/common/pagetop_sp.svg") center/cover no-repeat;
  background: #b2a851;
  content: "";
  display: block;
  height: 75px;
  mask: url("../img/common/pagetop_sp.svg") center/cover no-repeat;
  width: 25px;
}
@media screen and (min-width: 768px), print {
  .footer-pagetop__link::after {
    -webkit-mask: url("../img/common/pagetop.svg") center/cover no-repeat;
    mask: url("../img/common/pagetop.svg") center/cover no-repeat;
  }
}
@media screen and (min-width: 768px), print {
  .footer-pagetop__link::after {
    height: 84px;
  }
}
.footer-pagetop__link.is-show {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .footer-pagetop__link.is-show:hover {
    opacity: 0.8;
  }
}
.footer-pagetop._blue .footer-pagetop__link {
  color: #acd9dd;
}
.footer-pagetop._blue .footer-pagetop__link::after {
  background: #acd9dd;
}

.news .news__thumb {
  overflow: hidden;
}
.news img {
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.news:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .news:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.ftgnav__item {
  transition: background-color 0.2s ease-in;
}
.ftgnav__item a {
  transition: color 0.2s ease-in;
}
.ftgnav__item a:focus {
  color: #00bbd1;
}
@media (hover: hover) and (pointer: fine) {
  .ftgnav__item a:hover {
    color: #00bbd1;
  }
}
.ftgnav__item:focus::before {
  background: #00bbd1;
}
@media (hover: hover) and (pointer: fine) {
  .ftgnav__item:hover::before {
    background: #00bbd1;
  }
}

.footer._blue .ftgnav__item a:focus {
  color: #acd9dd;
}
@media (hover: hover) and (pointer: fine) {
  .footer._blue .ftgnav__item a:hover {
    color: #acd9dd;
  }
}

.page-header.is-fadein .heading__main span {
  -webkit-animation: blurRotate 2s linear forwards;
  animation: blurRotate 2s linear forwards;
}
.page-header.is-fadein .heading__sub span {
  -webkit-animation: blurRotate 1.7s linear forwards;
  animation: blurRotate 1.7s linear forwards;
}

.page-header .heading__main span,
.page-header .heading__sub span {
  display: inline-block;
  opacity: 0;
}

@-webkit-keyframes blurRotate {
  from {
    -webkit-transform: rotateY(90deg);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    -webkit-transform: rotateY(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: rotateY(0);
  }
}

@keyframes blurRotate {
  from {
    -webkit-transform: rotateY(90deg);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    transform: rotateY(90deg);
  }
  to {
    -webkit-transform: rotateY(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes rotateAnim {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes rotateAnim {
  0%,
  50%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.topFeature__btn::after {
  -webkit-animation: trial-circle 12s linear infinite;
  animation: trial-circle 12s linear infinite;
}

@-webkit-keyframes trial-circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes trial-circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*  .c-slider
--------------------------------------------- */
.mvslider .swiper.is-resizing .swiper-slide img {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}
.mvslider .swiper-slide {
  overflow: hidden;
}
.mvslider .swiper-slide.swiper-slide-active img.is-zoomin,
.mvslider .swiper-slide.swiper-slide-duplicate-active img.is-zoomin,
.mvslider .swiper-slide.swiper-slide-prev img.is-zoomin {
  -webkit-animation: zoomIn linear 10s forwards;
  animation: zoomIn linear 10s forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.footer-pagetop__link::after {
  -webkit-transform-origin: top center;
  -webkit-animation: yurayura 2s linear infinite;
  animation: yurayura 2s linear infinite;
  transform-origin: top center;
}

@-webkit-keyframes yurayura {
  0%,
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes yurayura {
  0%,
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.anim-scaling {
  -webkit-animation: scaling 2s linear infinite alternate;
  animation: scaling 2s linear infinite alternate;
}

@-webkit-keyframes scaling {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scaling {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.anim-scaling2 {
  -webkit-animation: scaling2 2s linear infinite alternate;
  animation: scaling2 2s linear infinite alternate;
}

@-webkit-keyframes scaling2 {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scaling2 {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.swaying-effect {
  -webkit-animation: vertical 1.1s ease-in-out infinite alternate;
  animation: vertical 1.1s ease-in-out infinite alternate;
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}
.js-fadein {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  transition: opacity ease-in 0.8s;
}
.js-fadein._delay2 {
  transition-delay: 0.2s;
}
.js-fadein._delay3 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px), print {
  .js-fadein._delay3 {
    transition-delay: 0.4s;
  }
}
.js-fadein._delay4 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px), print {
  .js-fadein._delay4 {
    transition-delay: 0.6s;
  }
}
.js-fadein._delay5 {
  transition-delay: 1.4s;
}
.js-fadein._delay6 {
  transition-delay: 1.8s;
}

.js-fadein.is-fadein {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.mv__headTextWrap {
  display: inline-block;
  overflow: hidden;
}

.js-animation.is-show .mv__head .mv__headTextWrap span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-animation.normal-animation .mv__head .mv__headTextWrap span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mv__head .mv__headTextWrap span {
  -webkit-transform: translateX(2em);
  display: inline-block;
  transform: translateX(2em);
  transition: -webkit-transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94);
  transition: transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94);
  transition: transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94), -webkit-transform 1.7s cubic-bezier(0.4, 0.16, 0.34, 0.94);
  transition-delay: 1.4s;
}

.mv__head .mv__headTextWrap:nth-child(2) span {
  transition-delay: 1.8s;
}

.shake {
  -webkit-animation: shake 4s infinite ease-in-out alternate;
  animation: shake 4s infinite ease-in-out alternate;
}
.shake._duration2 {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  81% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  83% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  84% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  85% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  86% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  87% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  81% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  82% {
    -webkit-transform: translate(0, 0) rotate(-3deg);
    transform: translate(0, 0) rotate(-3deg);
  }
  83% {
    -webkit-transform: translate(0, -1px) rotate(0deg);
    transform: translate(0, -1px) rotate(0deg);
  }
  84% {
    -webkit-transform: translate(0, -1px) rotate(3deg);
    transform: translate(0, -1px) rotate(3deg);
  }
  85% {
    -webkit-transform: translate(1px, 0) rotate(-2deg);
    transform: translate(1px, 0) rotate(-2deg);
  }
  86% {
    -webkit-transform: translate(0, 1px) rotate(0deg);
    transform: translate(0, 1px) rotate(0deg);
  }
  87% {
    -webkit-transform: translate(0, 0) rotate(3deg);
    transform: translate(0, 0) rotate(3deg);
  }
  88% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
.loding-bg {
  background: #fff;
  color: #fff;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.loding {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#loader {
  display: none;
}

.js-animation {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  transition: opacity ease-in 0.8s;
}
.js-animation._delay2 {
  transition-delay: 0.2s;
}
.js-animation._delay3 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px), print {
  .js-animation._delay3 {
    transition-delay: 0.4s;
  }
}
.js-animation._delay4 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px), print {
  .js-animation._delay4 {
    transition-delay: 0.6s;
  }
}
.js-animation._delay5 {
  transition-delay: 1s;
}
.js-animation._delay6 {
  transition-delay: 1.8s;
}

.js-animation.normal-animation {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
.js-animation.normal-animation._delay2 {
  transition-delay: 0.2s;
}
.js-animation.normal-animation._delay3 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px), print {
  .js-animation.normal-animation._delay3 {
    transition-delay: 0.4s;
  }
}
.js-animation.normal-animation._delay4 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px), print {
  .js-animation.normal-animation._delay4 {
    transition-delay: 0.6s;
  }
}
.js-animation.normal-animation._delay5 {
  transition-delay: 1s;
}
.js-animation.normal-animation._delay6 {
  transition-delay: 1.8s;
}

.js-animation.is-show {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.loding__bounce > div {
  -webkit-animation: 0.7s bound-anim ease-in infinite alternate;
  animation: 0.7s bound-anim ease-in infinite alternate;
  display: inline-block;
}

.loding__bounce .bounce1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.loding__bounce .bounce2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loding__bounce .bounce3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loding__text {
  margin-top: 10px;
}

@-webkit-keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes bound-anim {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media not all and (min-width: 768px), print {
  .newsList {
    gap: 20px;
  }
}

.news {
  display: flex;
  flex-direction: column-reverse;
}
/*
.news__body {
  padding-top: 10px;
}*/
@media screen and (min-width: 768px), print {
  /*  .news__body {
    padding-top: 22px;
  }*/
}
.news__body > :not(:first-child) {
  margin-top: 7px;
}
@media screen and (min-width: 768px), print {
  /* .news__body > :not(:first-child) {
    margin-top: 10px;
  }*/
}

.news__data {
  font-family: "Spartan_Medium", sans-serif;
  font-size: 0.625rem;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px), print {
  .news__data {
    font-size: 0.8125rem;
  }
}

.news__title {
  color: #d56a9c;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 5px;
}
@media not all and (min-width: 768px), print {
  .news__title {
    font-size: 0.8125rem;
  }
}

.news__text {
  font-weight: 13;
  font-weight: bold;
  line-height: 1.6;
}
@media not all and (min-width: 768px), print {
  .news__text {
    font-size: 0.6875rem;
  }
}

.news__thumb {
  position: relative;
}

.news__thumb::before {
  content: "";
  display: block;
  padding-top: 74.074%;
}

.news__thumb img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}

.cvArea {
  align-items: center;
  border: 2px solid #f5f8fa;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 30px 20px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .cvArea {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 90px;
    padding: 30px 50px 30px 40px;
  }
}
@media not all and (min-width: 768px), print {
  .cvArea {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cvArea .btn {
  border-radius: 100vmax;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  max-width: 250px;
  padding: 17px;
}
@media not all and (min-width: 768px), print {
  .cvArea .btn {
    margin-top: 30px;
  }
}
.cvArea .star._svright {
  -webkit-transform: rotate(-38deg);
  bottom: -18px;
  right: 77px;
  transform: rotate(-38deg);
}
@media screen and (min-width: 768px), print {
  .cvArea .star._svright {
    bottom: -7px;
  }
}
.cvArea .star._gdright {
  -webkit-transform: rotate(33deg);
  bottom: 8px;
  right: 17px;
  transform: rotate(33deg);
}
@media screen and (min-width: 768px), print {
  .cvArea .star._gdright {
    bottom: 32px;
    right: 28px;
  }
}

@media not all and (min-width: 768px), print {
  .cvArea__logo {
    text-align: center;
  }
}

.cvArea__ttl {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 0.5em;
}
@media not all and (min-width: 768px), print {
  .cvArea__ttl {
    text-align: center;
  }
}

.cvArea__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7857142857;
}
@media not all and (min-width: 768px), print {
  .cvArea__text {
    margin-top: 15px;
  }
}

.fixdBtnWrap {
  bottom: 183px;
  position: sticky;
}

.fixdBtn {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
  bottom: 15px;
  display: flex;
  height: 240px;
  justify-content: center;
  left: 2.7142857143vw;
  padding: 13px;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 10;
}
@media not all and (min-width: 1200px), print {
  .fixdBtn {
    display: none;
  }
}
.fixdBtn p {
  font-family: "Spartan_SemiBold", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  margin-top: 30px;
}
.fixdBtn::before {
  background-color: #231815;
  content: "";
  display: inline-block;
  height: 44px;
  margin-top: -60px;
  width: 1px;
}

.fixdBtn__link + .fixdBtn__link {
  margin-top: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*ブラウザ標準スタイルを無効にする*/
  background: #fff; /* ホワイトでも指定ブラウザで勝手に指定されることも */
  border: 1px solid #fff;
  border-radius: 4px;
  font-family: inherit;
  font-size: 16px; /*16px以上を推奨 スマホでズームされる*/
  padding: 20px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus,
input[type="checkbox"]:focus + span {
  box-shadow: 0 0 5px rgba(104, 111, 103, 0.7);
  outline: none;
}

::-webkit-input-placeholder {
  color: #b6b6b6;
}

::-moz-placeholder {
  color: #b6b6b6;
}

:-ms-input-placeholder {
  color: #b6b6b6;
}

::-ms-input-placeholder {
  color: #b6b6b6;
}

::placeholder {
  color: #b6b6b6;
}

/* チェックボックス */
input[type="checkbox"] {
  opacity: 0; /*透明にして見えなくする*/
  position: absolute; /*本来の配置から切り離す*/
}

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 2em;
  position: relative;
  vertical-align: middle;
}

input[type="checkbox"] + span:before {
  background: #ccc;
  border: 1px solid #ccc;
  content: "";
  height: 1.25em;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.3em;
  vertical-align: middle;
  width: 1.25em;
}

/*チェックボックス未チェック時*/
input[type="checkbox"] + span:after {
  content: "";
  display: none;
}

/*チェックボックスチェック時*/
input[type="checkbox"]:checked + span:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #1b224c;
  border-right: 3px solid #1b224c;
  content: "";
  display: block;
  height: 1em;
  left: 0.4em;
  position: absolute;
  top: 0.3em;
  transform: rotate(45deg);
  width: 0.5em;
}

@media not all and (min-width: 768px), print {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc {
    display: none !important;
  }
}

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

.is-sp-menu-opened .spmenu {
  display: block;
}

.is-sp-menu-opened html {
  min-height: 100vh;
}

.is-sp-menu-opened body {
  height: 100%;
  position: fixed;
  width: 100%;
}

.js-menu-trigger.is-opened::after {
  height: 0;
}

.js-menu-target.is-opened {
  display: block !important;
  height: auto !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 15px !important;
}

.mv {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .mv {
    margin-left: 10.3571428571vw;
  }
}

.mvslider .swiper-slide {
  border-radius: 0 0 0 60px;
}
.mvslider img {
  -o-object-fit: cover;
  display: block;
  height: 100vw;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .mvslider img {
    -o-object-position: top;
    height: min(47.7142857143vw, 800px);
    object-position: top;
  }
}

.mv__catch {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 8.5333333333vw;
  top: 44vw;
  transform: translateY(-50%);
  width: 90px;
}
@media screen and (min-width: 768px), print {
  .mv__catch {
    right: 13.4285714286vw;
    top: 54%;
    width: 150px;
  }
}

.mv__head {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.mv__head span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.mv__headText {
  background-color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6071428571;
  margin-left: 0.5357142857em;
  padding: 0.3571428571em 0.2857142857em 0.1785714286em;
}
@media screen and (min-width: 768px), print {
  .mv__headText {
    font-size: 1.75rem;
  }
}

.topFeature {
  overflow-x: hidden;
  padding-bottom: 155px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .topFeature {
    padding-bottom: 45px;
    padding-top: 128px;
  }
}

.topFeature .container {
  position: relative;
}

.topFeature__ttl {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px), print {
  .topFeature__ttl {
    font-size: 1.375rem;
  }
}

.topFeature__read {
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .topFeature__read {
    letter-spacing: 0.1em;
    margin-top: 40px;
  }
}

.topFeature__img {
  position: absolute;
}
.topFeature__img._rightTop {
  bottom: 60px;
  height: 31.4666666667vw;
  right: 7px;
  width: 31.4666666667vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._rightTop {
    bottom: auto;
    height: 320px;
    right: -2.7142857143vw;
    top: -1.8571428571vw;
    width: 320px;
  }
}
.topFeature__img._rightBtm {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  bottom: max(-22.1333333333vw, -140px);
  height: 24.8vw;
  right: 67px;
  width: 24.8vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._rightBtm {
    bottom: min(5vw, 70px);
    height: 260px;
    right: min(11.2857142857vw, 158px);
    width: 260px;
  }
}
.topFeature__img._leftTop {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  bottom: 13.3333333333vw;
  height: 19.4666666667vw;
  left: 8px;
  width: 19.4666666667vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._leftTop {
    bottom: auto;
    height: 202px;
    left: -3.3571428571vw;
    top: -1.2142857143vw;
    width: 202px;
  }
}
.topFeature__img._leftBtm {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
  bottom: -100px;
  height: 28.8vw;
  left: 40px;
  width: 28.8vw;
}
@media screen and (min-width: 768px), print {
  .topFeature__img._leftBtm {
    bottom: min(8.2857142857vw, 116px);
    height: 300px;
    left: min(1.2142857143vw, 17px);
    width: 300px;
  }
}

.circleRinK__text {
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px), print {
  .circleRinK__text {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}

.circleRinK__copy {
  color: #000000;
  font-family: "SaolDisplay", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.0714285714;
}
@media screen and (min-width: 768px), print {
  .circleRinK__copy {
    font-size: 1.75rem;
  }
}

.topFeature__btn {
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 140px;
}
@media screen and (min-width: 768px), print {
  .topFeature__btn {
    height: 183px;
    margin-top: 80px;
    width: 183px;
  }
}
.topFeature__btn .circleRink {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.topFeature__btn:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (hover: hover) and (pointer: fine) {
  .topFeature__btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.topFeature__btn::before {
  background: url(../img/common/pointer.svg) center/contain no-repeat;
  bottom: 45px;
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  right: 30px;
  width: 30px;
}
.topFeature__btn::after {
  background: url(../img/circle.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.star {
  position: absolute;
}

.topFeature {
  overflow: hidden;
}
.topFeature .star._gdright {
  right: 13.8666666667vw;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._gdright {
    right: min(25.9285714286vw, 363px);
    top: 30px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._gdright {
    width: 12px;
  }
}
.topFeature .star._gdleft {
  left: 5.3333333333vw;
  top: -10px;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._gdleft {
    left: min(19.7857142857vw, 277px);
    top: -22px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._gdleft {
    width: 10px;
  }
}
.topFeature .star._svright {
  right: 8vw;
  top: -13px;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._svright {
    right: min(21.6428571429vw, 303px);
    top: -23px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._svright {
    width: 10px;
  }
}
.topFeature .star._svleft {
  left: 10.6666666667vw;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .topFeature .star._svleft {
    left: min(25.3571428571vw, 355px);
    top: 23px;
  }
}
@media not all and (min-width: 768px), print {
  .topFeature .star._svleft {
    width: 12px;
  }
}

.topClass {
  padding-top: 50px;
}

.topClass__read {
  font-size: 0.9375rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .topClass__read {
    margin-top: 25px;
    text-align: center;
  }
}

.classLIst__item {
  padding: 0 20px 35px;
}
.classLIst__item._pre {
  background: rgba(0, 159, 222, 0.15);
}
.classLIst__item._kind {
  background-color: #f7edf4;
}
.classLIst__item._after {
  background-color: #fdf3cc;
}
.classLIst__item:not(._summer) {
  display: flex;
  flex-direction: column;
}

.classLIst__ttl,
.classLIst__time {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.classLIst__ttl {
  background-color: #000;
  height: 40px;
  letter-spacing: 0.05em;
  line-height: 40px;
  margin-inline: auto;
  margin-top: -20px;
  position: relative;
  width: 157px;
}
.classLIst__ttl::before,
.classLIst__ttl::after {
  border-color: #000 transparent;
  border-style: solid;
  content: "";
  height: 0px;
  position: absolute;
  top: 0;
  width: 0px;
}
.classLIst__ttl::before {
  border-width: 21px 0px 19px 15px;
  left: -14px;
}
.classLIst__ttl::after {
  border-width: 21px 15px 19px 0px;
  right: -14px;
}

.classLIst__btn {
  margin-top: auto;
}
@media screen and (min-width: 768px), print {
  .classLIst__btn .btn {
    max-width: 156px;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__btn .btn {
    width: 50%;
  }
}

.classLIst {
  margin-top: 65px;
}
@media not all and (min-width: 768px), print {
  .classLIst {
    gap: 62px;
  }
}

.classLIst__copy {
  border-bottom: 1px dashed #000;
  border-top: 1px dashed #000;
  color: #000000;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  margin-top: 18px;
  padding-bottom: 0.6666666667em;
  padding-top: 0.6666666667em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .classLIst__copy {
    max-width: 240px;
  }
}

.classLIst__head {
  font-family: "SaolDisplay", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 0.3125em;
  text-align: center;
}
.classLIst__head span {
  color: #231815;
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.7142857143em;
}

.classLIst__item._pre .classLIst__head {
  color: #009fde;
}
.classLIst__item._pre .classLIst__time {
  background-color: #009fde;
}

.classLIst__item._kind .classLIst__head {
  color: #d56a9c;
}
.classLIst__item._kind .classLIst__time {
  background-color: #d56a9c;
}

.classLIst__item._after .classLIst__head {
  color: #f3a500;
}
.classLIst__item._after .classLIst__time {
  background-color: #f3a500;
}

.classLIst__img {
  margin-top: 10px;
}
.classLIst__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  aspect-ratio: 290/180;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .classLIst__img {
    aspect-ratio: 260/180;
  }
}

.classLIst__time {
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  padding: 5px;
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .classLIst__time {
    margin-top: 20px;
    width: 156px;
  }
}

.classLIst__text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  padding: 12px 0;
}
@media screen and (min-width: 768px), print {
  .classLIst__text {
    padding: 0.3571428571em 0.2857142857em;
  }
}

.classLIst__note {
  font-size: 0.6875rem;
  margin-bottom: 1.3636363636em;
}
@media screen and (min-width: 768px), print {
  .classLIst__note {
    margin-top: 1.1818181818em;
  }
}

.classLIst__item._summer {
  background: rgba(172, 217, 221, 0.3);
  display: flex;
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer {
    padding: 45px 55px 40px 50px;
    position: relative;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__ttl {
    left: 65px;
    position: absolute;
    top: 0;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__ttl {
    order: -1;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__img {
    flex-shrink: 0;
    margin-right: 20px;
    width: 280px;
  }
  .classLIst__item._summer .classLIst__img img {
    aspect-ratio: 290/200;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__img img {
    aspect-ratio: 280/280;
  }
}
@media screen and (min-width: 768px), print {
  @media not all and (min-width: 768px), print {
    .classLIst__item._summer .classLIst__img img {
      -o-object-position: bottom;
      object-position: bottom;
    }
  }
}
.classLIst__item._summer .classLIst__body {
  text-align: left;
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__body {
    display: contents;
  }
}
.classLIst__item._summer .classLIst__time {
  background-color: #00bbd1;
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__time {
    margin-left: 0;
    margin-right: auto;
    margin-top: 15px;
  }
}
.classLIst__item._summer .classLIst__head {
  color: #00bbd1;
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__head {
    font-size: 1.75rem;
    text-align: left;
  }
}
@media not all and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__head {
    order: -1;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__head span {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .classLIst__item._summer .classLIst__btn {
    margin-top: 10px;
  }
  .classLIst__item._summer .classLIst__btn .btn {
    margin-left: 0;
  }
}

.info {
  overflow-x: hidden;
  padding-bottom: 83px;
  padding-top: 73px;
}
@media screen and (min-width: 768px), print {
  .info {
    padding-bottom: 57px;
  }
}
.info .star._gdright {
  right: 8.8vw;
  top: 28px;
}
@media not all and (min-width: 768px), print {
  .info .star._gdright {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .info .star._gdright img {
    width: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdright {
    right: min(9vw, 126px);
    top: -26px;
  }
}
.info .star._svright {
  right: 75px;
  top: -22px;
}
@media not all and (min-width: 768px), print {
  .info .star._svright {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  .info .star._svright img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svright {
    right: min(5.7142857143vw, 80px);
    top: -10px;
  }
}
.info .star._gdleft {
  left: 16vw;
  top: -22px;
}
@media not all and (min-width: 768px), print {
  .info .star._gdleft {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .info .star._gdleft img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdleft {
    left: min(6.0714285714vw, 85px);
    top: 0;
  }
}
.info .star._svleft {
  left: 7.2vw;
  top: 28px;
}
@media not all and (min-width: 768px), print {
  .info .star._svleft {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .info .star._svleft img {
    width: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svleft {
    left: min(9.4285714286vw, 132px);
    top: -27px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdrightBtm {
    -webkit-transform: rotate(30deg);
    bottom: 89px;
    right: min(-6.4285714286vw, -90px);
    transform: rotate(30deg);
  }
}
@media not all and (min-width: 768px), print {
  .info .star._gdrightBtm {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svrightBtm {
    -webkit-transform: rotate(-30deg);
    bottom: 57px;
    right: min(-3.5714285714vw, -50px);
    transform: rotate(-30deg);
  }
}
@media not all and (min-width: 768px), print {
  .info .star._svrightBtm {
    display: none;
  }
}
.info .star._svleftBtm {
  bottom: -12px;
  right: 9.3333333333vw;
}
@media not all and (min-width: 768px), print {
  .info .star._svleftBtm img {
    width: 23px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._svleftBtm {
    -webkit-transform: rotate(-30deg);
    bottom: -12px;
    left: min(-5vw, -70px);
    right: auto;
    transform: rotate(-30deg);
  }
}
.info .star._gdleftBtm {
  bottom: 25px;
  right: 17.8666666667vw;
}
@media not all and (min-width: 768px), print {
  .info .star._gdleftBtm img {
    width: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .info .star._gdleftBtm {
    -webkit-transform: rotate(35deg);
    bottom: -35px;
    left: min(-2.2857142857vw, -32px);
    right: auto;
    transform: rotate(35deg);
  }
}

.info .container {
  max-width: 730px;
  position: relative;
}

.info__heading {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.info__read {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .info__read {
    margin-top: 30px;
  }
}

.info__list {
  counter-reset: count;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .info__list {
    margin-left: 11px;
    margin-top: 17px;
  }
}

.info__item {
  align-items: center;
  counter-increment: count;
  display: flex;
  margin-top: 18px;
}
@media screen and (min-width: 768px), print {
  .info__item {
    margin-top: 22px;
  }
}
.info__item::before {
  background: url(../img/bg_info_number.svg) center/cover no-repeat;
  color: #000000;
  content: counter(count, decimal-leading-zero);
  display: inline-block;
  display: -ms-grid;
  display: grid;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.625rem;
  height: 60px;
  letter-spacing: 0.05em;
  margin-right: 12px;
  place-items: center;
  width: 60px;
}
@media screen and (min-width: 768px), print {
  .info__item:nth-child(2n) {
    margin-left: 80px;
  }
}

.info__copy {
  font-size: 0.9375rem;
  line-height: 1.2;
}

.schoolMenu {
  padding-bottom: 50px;
  padding-top: 45px;
}
@media screen and (min-width: 768px), print {
  .schoolMenu {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
@media not all and (min-width: 768px), print {
  .schoolMenu {
    gap: 30px;
  }
}

.info__btn {
  margin-top: 30px;
}
.info__btn .btn {
  border-radius: 24px;
  font-weight: bold;
  max-width: none;
  padding: 1.1428571429em;
  width: 77%;
}
@media screen and (min-width: 768px), print {
  .info__btn .btn {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px), print {
  .info__btn {
    margin-top: 25px;
  }
}

.schoolMenu__item {
  border: 8px solid #d4ebed;
  text-align: center;
}

.schoolMenu__item,
.schoolMenu__body {
  display: flex;
  flex-direction: column;
}

.schoolMenu__img {
  position: relative;
}
.schoolMenu__img::after {
  -webkit-transform: translateX(-50%);
  bottom: -20px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media not all and (min-width: 768px), print {
  .schoolMenu__img img {
    aspect-ratio: 327/210;
    width: 100%;
  }
}

.schoolMenu__body {
  flex-grow: 1;
  padding: 42px 13px 20px;
}
.schoolMenu__body .read {
  font-size: 0.9375rem;
  margin-top: 1em;
}
@media screen and (min-width: 768px), print {
  .schoolMenu__body .read {
    margin-bottom: auto;
  }
}

.schoolMenu__ttl {
  color: #00bfcd;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.0909090909;
}

.schoolMenu__item:nth-of-type(1) .schoolMenu__img::after {
  background: url(../img/icon_book.svg) center/cover no-repeat;
  height: 45px;
  width: 67px;
}

.schoolMenu__item:nth-of-type(2) .schoolMenu__img::after {
  background: url(../img/icon_clock.svg) center/cover no-repeat;
  height: 50px;
  width: 50px;
}

.schoolMenu__item:nth-of-type(3) .schoolMenu__img::after {
  background: url(../img/icon_face.svg) center/cover no-repeat;
  height: 50px;
  width: 50px;
}

.schoolMenu__btn {
  margin-top: 6px;
}
@media screen and (min-width: 768px), print {
  .schoolMenu__btn .btn {
    max-width: 173px;
  }
}

.topNews {
  background: rgba(146, 205, 211, 0.3);
  margin-bottom: 45px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px), print {
  .topNews {
    margin-bottom: 120px;
    padding-top: 60px;
  }
}

.topNews__btn {
  margin-top: 50px;
}
.topNews__btn .btn {
  width: 87%;
}
@media screen and (min-width: 768px), print {
  .topNews__btn .btn {
    border-radius: 24px;
    max-width: 280px;
    padding: 15px;
  }
  .topNews__btn .btn::after {
    bottom: 1.7333333333em;
  }
}
@media screen and (min-width: 768px), print {
  .topNews__btn {
    margin-top: 40px;
  }
}

.newsList {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .newsList {
    margin-top: 40px;
  }
}

.page-header {
  transition-delay: 0.8s;
}
@media screen and (min-width: 768px), print {
  .page-header {
    align-items: center;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    place-items: center;
  }
}
.page-header .heading__main {
  color: #231815;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.page-header .heading__sub {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-header__title {
  padding: 35px 0 18px;
}
@media screen and (min-width: 768px), print {
  .page-header__title {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 30px 0 16px;
    position: absolute;
    width: 254px;
    z-index: 1;
  }
}

.philosophy .container,
.message .container,
.feature .container,
.events .container,
.schedule .container,
.facility .container,
.classAbout .container {
  position: relative;
}
@media not all and (min-width: 768px), print {
  .philosophy .star._rightTop,
  .philosophy .star._leftTop,
  .message .star._rightTop,
  .message .star._leftTop,
  .feature .star._rightTop,
  .feature .star._leftTop,
  .events .star._rightTop,
  .events .star._leftTop,
  .schedule .star._rightTop,
  .schedule .star._leftTop,
  .facility .star._rightTop,
  .facility .star._leftTop,
  .classAbout .star._rightTop,
  .classAbout .star._leftTop {
    width: 10px;
  }
}
.philosophy .star._rightBtm,
.message .star._rightBtm,
.feature .star._rightBtm,
.events .star._rightBtm,
.schedule .star._rightBtm,
.facility .star._rightBtm,
.classAbout .star._rightBtm {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media not all and (min-width: 768px), print {
  .philosophy .star._rightBtm,
  .philosophy .star._leftBtm,
  .message .star._rightBtm,
  .message .star._leftBtm,
  .feature .star._rightBtm,
  .feature .star._leftBtm,
  .events .star._rightBtm,
  .events .star._leftBtm,
  .schedule .star._rightBtm,
  .schedule .star._leftBtm,
  .facility .star._rightBtm,
  .facility .star._leftBtm,
  .classAbout .star._rightBtm,
  .classAbout .star._leftBtm {
    width: 12px;
  }
}
.philosophy .star._leftTop,
.message .star._leftTop,
.feature .star._leftTop,
.events .star._leftTop,
.schedule .star._leftTop,
.facility .star._leftTop,
.classAbout .star._leftTop {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.philosophy .star._rightTop,
.message .star._rightTop,
.events .star._rightTop {
  right: 8vw;
  top: 20px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._rightTop,
  .message .star._rightTop,
  .events .star._rightTop {
    right: min(20.7142857143vw, 290px);
    top: 10px;
  }
}
.philosophy .star._rightBtm,
.message .star._rightBtm,
.events .star._rightBtm {
  right: 13.8666666667vw;
  top: 30px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._rightBtm,
  .message .star._rightBtm,
  .events .star._rightBtm {
    right: min(23.5714285714vw, 330px);
  }
}
.philosophy .star._leftTop,
.message .star._leftTop,
.events .star._leftTop {
  left: 21px;
  top: 21px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._leftTop,
  .message .star._leftTop,
  .events .star._leftTop {
    left: min(20.7142857143vw, 290px);
    top: 14px;
  }
}
.philosophy .star._leftBtm,
.message .star._leftBtm,
.events .star._leftBtm {
  left: 44px;
  top: 32px;
}
@media screen and (min-width: 768px), print {
  .philosophy .star._leftBtm,
  .message .star._leftBtm,
  .events .star._leftBtm {
    left: min(23.7857142857vw, 333px);
    top: 32px;
  }
}

.philosophy {
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (min-width: 768px), print {
  .philosophy {
    padding-bottom: 38px;
  }
}

.philosophy .container {
  max-width: 1140px;
}

.philosophy__read {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-top: 35px;
}
@media screen and (min-width: 768px), print {
  .philosophy__read {
    align-items: center;
    display: flex;
    font-size: 1.125rem;
    justify-content: center;
    margin-top: 50px;
  }
  .philosophy__read dt {
    margin-left: 60px;
  }
  @media not all and (min-width: 768px), print {
    .philosophy__read dt {
      font-size: 1rem;
    }
  }
}
@media not all and (min-width: 768px), print {
  .philosophy__read {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.philosophy__read dd {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .philosophy__read dd {
    margin-left: 44px;
  }
}
@media not all and (min-width: 768px), print {
  .philosophy__read dd {
    margin-top: 25px;
  }
}
.philosophy__read dd::before {
  -webkit-transform: translateY(-50%);
  content: "＝ ";
  display: inline-block;
  left: -20px;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .philosophy__read dd::before {
    left: -32px;
    top: 50%;
  }
}

.rinenWrap {
  background: url(../img/feature/bg_rinen.png) center/100% 100% no-repeat;
  counter-reset: number;
  display: -ms-grid;
  display: grid;
  gap: 6px 0;
  grid-template-areas: "top " "left " "right";
  margin-top: 30px;
  padding: 47px 4.5454545455%;
}
@media screen and (min-width: 768px), print {
  .rinenWrap {
    -ms-grid-columns: 1fr 6.5% 1fr;
    -ms-grid-rows: auto;
    gap: 40px 6.5%;
    grid-template-areas: "top top" "left right";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    margin-top: 50px;
  }
}
@media not all and (min-width: 768px), print {
  .rinenWrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.rinen {
  position: relative;
}

.rinen__body {
  background-color: #fff;
  border-radius: 10px;
  padding: 33px 57px 54px;
}
@media not all and (min-width: 768px), print {
  .rinen__body {
    padding: 20px 30px 30px;
  }
}

@media screen and (min-width: 768px), print {
  .rinen:not(:first-child) .rinen__body {
    padding: 28px 9.8501070664% 30px;
  }
}

@media screen and (min-width: 768px), print {
  .rinen__img {
    position: absolute;
  }
}
@media not all and (min-width: 768px), print {
  .rinen__img {
    width: 60.8vw;
  }
}

.rinen:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top;
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(1) .rinen__img {
    right: -108px;
    top: -118px;
    width: 233px;
  }
}

.rinen:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: left;
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(2) .rinen__body {
    height: min(69.0104166667vw, 405px);
  }
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(2) .rinen__img {
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
    bottom: 32px;
    left: -5.9285714286vw;
    width: 204px;
  }
}
@media screen and (min-width: 1400px), print {
  .rinen:nth-child(2) .rinen__img {
    left: -83px;
  }
}

.rinen:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: right;
}

@media screen and (min-width: 768px), print {
  .rinen:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .rinen:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .rinen:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._top {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    bottom: 45px;
    right: -9.1428571429vw;
    width: 190px;
  }
}
@media screen and (min-width: 1400px), print {
  .rinen:nth-child(3) .rinen__img._top {
    right: -128px;
  }
}
@media not all and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._top {
    margin-left: auto;
    margin-top: 30px;
  }
}
.rinen:nth-child(3) .rinen__img._bottm {
  width: 68.2666666667vw;
}
@media screen and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._bottm {
    bottom: -86px;
    right: min(1.9285714286vw, 27px);
    width: 256px;
  }
}
@media not all and (min-width: 768px), print {
  .rinen:nth-child(3) .rinen__img._bottm {
    margin-left: -39px;
    margin-top: -101px;
    position: relative;
  }
}

@media not all and (min-width: 768px), print {
  .rinen:nth-child(1) .rinen__img,
  .rinen:nth-child(2) .rinen__img {
    margin: 25px auto 25px;
  }
}

.rinen__ttl {
  align-items: center;
  color: #000000;
  counter-increment: number;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
}
.rinen__ttl::before {
  -webkit-mask: url("../img/feature/bg_rinen_ttl.svg") center/cover no-repeat;
  background: #d2cc99;
  color: #ffffff;
  content: counter(number);
  display: inline-block;
  display: -ms-grid;
  display: grid;
  font-family: "SaolDisplay", sans-serif;
  font-size: 2.125rem;
  height: 63px;
  letter-spacing: 0.02em;
  margin-right: 0.5348837209em;
  mask: url("../img/feature/bg_rinen_ttl.svg") center/cover no-repeat;
  padding-top: 8px;
  place-items: center;
  width: 66px;
}
@media screen and (min-width: 768px), print {
  .rinen__ttl::before {
    font-size: 2.6875rem;
    height: 80px;
    width: 85px;
  }
}
@media screen and (min-width: 768px), print {
  .rinen__ttl {
    font-size: 1.875rem;
  }
}

.rinen:nth-child(2) .rinen__ttl::before {
  background: #acd9dd;
}

.rinen:nth-child(3) .rinen__ttl::before {
  background: #ebb8d0;
}

.rinen__text {
  line-height: 2;
  margin-top: 20px;
}

.rinen__note {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 38px;
}
@media screen and (min-width: 768px), print {
  .rinen__note {
    margin-left: auto;
    width: min(21.4285714286vw, 300px);
  }
}

.message {
  overflow: hidden;
  padding-bottom: 55px;
  padding-top: 60px;
}
@media screen and (min-width: 768px), print {
  .message {
    padding-bottom: 100px;
    padding-top: 82px;
  }
}

.message-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .message-block {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.message-block._reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .message-block._reverse {
    flex-direction: row-reverse;
  }
}
.message-block:nth-of-type(1) {
  margin-top: 40px;
}
.message-block:nth-of-type(1) .message-block__copy {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__body {
    width: 64.2%;
  }
}
.message-block:nth-of-type(1) .message-block__img {
  margin-left: auto;
  margin-right: auto;
  width: 66.1333333333vw;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__img {
    width: 240px;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__img {
    margin-top: 13px;
  }
}
.message-block:nth-of-type(1) .message-block__img::before {
  background: url(../img/feature/hello_everyone.svg) center/cover no-repeat;
  content: "";
  display: block;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
.message-block:nth-of-type(1) .message-block__img figcaption {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) .message-block__img figcaption {
    margin-top: 23px;
  }
}
.message-block:nth-of-type(1) .message-block__img figcaption span {
  font-size: 1rem;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(1) {
    margin-top: 80px;
  }
}
.message-block:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__body {
    width: 68.2%;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__body {
    margin-top: 25px;
  }
}
.message-block:nth-of-type(2) .message-block__img {
  margin-left: calc((50vw - 50%) * -1);
  width: 94.4vw;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__img {
    margin-right: 20px;
    width: 34.1428571429vw;
  }
}
.message-block:nth-of-type(2) .message-block__img img {
  -o-object-fit: cover;
  aspect-ratio: 354/325;
  border-radius: 0 10px 10px 0;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) .message-block__img img {
    -o-object-position: top;
    aspect-ratio: 478/440;
    max-height: 500px;
    object-position: top;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(2) {
    margin-top: 73px;
  }
}
.message-block:nth-of-type(3) {
  margin-top: 40px;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) {
    margin-right: -100px;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__body {
    width: 58.1818181818%;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__body {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__img {
    width: 36.0909090909%;
  }
}
.message-block:nth-of-type(3) .message-block__img img {
  -o-object-fit: cover;
  aspect-ratio: 397/305;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) .message-block__img img {
    aspect-ratio: 397/305;
  }
}
@media not all and (min-width: 768px), print {
  .message-block:nth-of-type(3) {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px), print {
  .message-block:nth-of-type(3) {
    margin-top: 56px;
  }
}

.message-block__body .read {
  font-size: 0.9375rem;
  margin-top: 23px;
}
@media screen and (min-width: 768px), print {
  .message-block__body .read {
    margin-top: 30px;
  }
}

.message-block__copy {
  color: #d56a9c;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .message-block__copy {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.8181818182;
  }
}

.feature {
  overflow: hidden;
  padding-bottom: 36px;
  padding-top: 20px;
}
@media screen and (min-width: 768px), print {
  .feature {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
.feature .star._rightTop {
  right: 19.2vw;
  top: 16px;
}
@media screen and (min-width: 768px), print {
  .feature .star._rightTop {
    right: min(14.8571428571vw, 208px);
    top: 11px;
  }
}
.feature .star._rightBtm {
  right: 25.0666666667vw;
  top: 30px;
}
@media screen and (min-width: 768px), print {
  .feature .star._rightBtm {
    right: min(17.8571428571vw, 250px);
  }
}
.feature .star._leftTop {
  left: 14.4vw;
  top: 15px;
}
@media screen and (min-width: 768px), print {
  .feature .star._leftTop {
    left: min(16.0714285714vw, 225px);
    top: 10px;
  }
}
.feature .star._leftBtm {
  left: 20.5333333333vw;
  top: 32px;
}
@media screen and (min-width: 768px), print {
  .feature .star._leftBtm {
    left: min(18.9285714286vw, 265px);
  }
}

.feature-list {
  counter-reset: count;
  margin-left: auto;
  margin-right: auto;
  margin-top: 87px;
  max-width: 960px;
}

.feature-list__item {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 10px;
  padding: 0 18px 30px;
}
@media screen and (min-width: 768px), print {
  .feature-list__item {
    flex-direction: row-reverse;
    padding: 48px 0 50px;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item + .feature-list__item {
    margin-top: 80px;
  }
}
.feature-list__item:nth-child(1) .feature-list__ttl {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px), print {
  .feature-list__body {
    width: 44.2708333333%;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__body {
    margin-top: 25px;
  }
}

.feature-list__ttl {
  color: #b2a851;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px), print {
  .feature-list__ttl {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}

.feature-list__text {
  font-size: 0.9375rem;
  line-height: 2.3333333333;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .feature-list__text {
    line-height: 2;
  }
  .feature-list__text::before,
  .feature-list__text::after {
    content: "";
    display: block;
    height: 1px;
    width: 0;
  }
  .feature-list__text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .feature-list__text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

.feature-list__img {
  counter-increment: count;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .feature-list__img {
    width: 44.7916666667%;
  }
}
.feature-list__img img {
  -o-object-fit: cover;
  aspect-ratio: 285/198;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .feature-list__img img {
    aspect-ratio: 430/300;
  }
}
.feature-list__img::after {
  -webkit-transform-origin: left bottom;
  -webkit-animation: rotateAnim 5s linear infinite;
  animation: rotateAnim 5s linear infinite;
  background: url(../img/feature/bg_number.svg) center/cover no-repeat;
  color: #ffffff;
  content: counter(count);
  display: block;
  display: -ms-grid;
  display: grid;
  font-family: "SaolDisplay", sans-serif;
  font-size: 2.125rem;
  height: 65px;
  padding-top: 5px;
  place-items: center;
  position: absolute;
  transform-origin: left bottom;
  width: 65px;
}
@media screen and (min-width: 768px), print {
  .feature-list__img::after {
    font-size: 2.6875rem;
    height: 81px;
    width: 81px;
  }
}

.feature-list__item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) {
    justify-content: flex-end;
  }
  .feature-list__item:nth-child(odd)::after {
    border: 8px solid #f3e2f6;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 88.5416666667%;
    z-index: -1;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) {
    border: 8px solid #f3e2f6;
  }
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) .feature-list__img {
    margin-right: 47px;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) .feature-list__img {
    margin-top: -35px;
  }
}
.feature-list__item:nth-child(odd) .feature-list__img::after {
  right: -27px;
  top: -33px;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(odd) .feature-list__img::after {
    top: -39px;
  }
}
.feature-list__item:nth-child(3) {
  border-color: #d4ebed;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(3)::after {
    border-color: #d4ebed;
  }
}
.feature-list__item:nth-child(5) {
  border-color: #d4ebd0;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(5) {
    align-items: center;
    padding: 31px 0 37px;
  }
  .feature-list__item:nth-child(5)::after {
    border-color: #d4ebd0;
  }
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(5) .feature-list__img {
    margin-right: 32px;
  }
}

@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(even) {
    align-items: center;
    justify-content: center;
  }
}
@media not all and (min-width: 768px), print {
  .feature-list__item:nth-child(even) {
    padding: 0 26px 30px;
  }
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(even) .feature-list__body {
    margin-left: 45px;
  }
}
.feature-list__item:nth-child(even) .feature-list__img::after {
  background: url(../img/feature/bg_number02.svg) center/cover no-repeat;
  left: -24px;
  top: -44px;
}
@media screen and (min-width: 768px), print {
  .feature-list__item:nth-child(even) .feature-list__img::after {
    left: -33px;
    top: -39px;
  }
}

@media screen and (min-width: 768px), print {
  .feature-list__note {
    display: inline-block;
    font-size: 0.6875rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .feature__starBlock {
    position: absolute;
  }
  .feature__starBlock img {
    width: 100%;
  }
  .feature__starBlock._leftTop {
    -webkit-transform: translateY(-50%);
    left: -132px;
    top: 897px;
    transform: translateY(-50%);
  }
  .feature__starBlock._leftbtm {
    -webkit-transform: translateY(-50%);
    bottom: 720px;
    left: -140px;
    transform: translateY(-50%);
  }
  .feature__starBlock._rightbtm,
  .feature__starBlock._rightTop {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .feature__starBlock._rightTop {
    right: -120px;
    top: 984px;
  }
  .feature__starBlock._rightbtm {
    bottom: 720px;
    right: -132px;
  }
}

.schedule .star._rightBtm {
  right: 22.9333333333vw;
  top: 35px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._rightBtm {
    right: min(34.2857142857vw, 427px);
  }
}
.schedule .star._rightTop {
  right: 17.6vw;
  top: 23px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._rightTop {
    right: min(27.5714285714vw, 386px);
    top: 12px;
  }
}
.schedule .star._leftTop {
  left: 16.2666666667vw;
  top: 24px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._leftTop {
    left: min(28.2857142857vw, 396px);
    top: 11px;
  }
}
.schedule .star._leftBtm {
  left: 23.2vw;
  top: 37px;
}
@media screen and (min-width: 768px), print {
  .schedule .star._leftBtm {
    left: min(31.0714285714vw, 435px);
  }
}

@media not all and (min-width: 768px), print {
  .events .star._rightBtm {
    right: 21.8666666667vw;
    top: 40px;
  }
  .events .star._rightTop {
    right: 15.7333333333vw;
    top: 28px;
  }
  .events .star._leftTop {
    left: 17.0666666667vw;
    top: 29px;
  }
  .events .star._leftBtm {
    left: 23.2vw;
    top: 41px;
  }
}

.facility .star._rightBtm {
  right: 8.5333333333vw;
  top: 35px;
}
@media screen and (min-width: 768px), print {
  .facility .star._rightBtm {
    right: min(19.2857142857vw, 270px);
    top: 36px;
  }
}
.facility .star._rightTop {
  right: 3.4666666667vw;
  top: 20px;
}
@media screen and (min-width: 768px), print {
  .facility .star._rightTop {
    right: min(16.4285714286vw, 230px);
    top: 11px;
  }
}
.facility .star._leftTop {
  left: 5.3333333333vw;
  top: 20px;
}
@media screen and (min-width: 768px), print {
  .facility .star._leftTop {
    left: min(16.4285714286vw, 230px);
  }
}
.facility .star._leftBtm {
  left: 10.6666666667vw;
  top: 37px;
}
@media screen and (min-width: 768px), print {
  .facility .star._leftBtm {
    left: min(19.7857142857vw, 277px);
    top: 36px;
  }
}

.schedule {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .schedule {
    padding-top: 60px;
  }
}

.schedule__container {
  background: rgba(172, 217, 221, 0.2);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 25px;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media screen and (min-width: 768px), print {
  .schedule__container {
    margin-top: 40px;
  }
}

.schedule__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .schedule__inner {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.dayList__ttl {
  color: #000000;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .dayList__ttl {
    font-size: 1.25rem;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__ttl {
    padding-left: 21.3333333333vw;
  }
}
.dayList__ttl::after {
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 60px;
}
@media screen and (min-width: 768px), print {
  .dayList__ttl::after {
    height: 68px;
    left: auto;
    right: -33px;
    width: 68px;
  }
}
.dayList__ttl .time {
  color: #d56a9c;
  font-family: "Spartan_SemiBold", sans-serif;
}
.dayList__ttl span {
  display: block;
}

@media screen and (min-width: 768px), print {
  .dayList {
    position: relative;
  }
  .dayList::before {
    -webkit-transform: translateX(-50%);
    background: url(../img/school/line_day.png) center/100% 100% no-repeat;
    content: "";
    display: block;
    height: 95%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .dayList__img {
    width: min(15.7142857143vw, 220px);
  }
}
@media not all and (min-width: 768px), print {
  .dayList__img {
    margin-top: 15px;
    padding-left: 21.3333333333vw;
  }
}
.dayList__img img {
  -o-object-fit: cover;
  aspect-ratio: 223/152;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (min-width: 768px), print {
  .dayList__item {
    display: flex;
    height: 140px;
    width: 50%;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__item {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(even) .dayList__ttl {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(even) .dayList__ttl span {
    width: min(15.2142857143vw, 213px);
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) .dayList__ttl {
    padding-left: 2.5em;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) .dayList__ttl::after {
    left: -35px;
    right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(odd) .dayList__img {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px), print {
  .dayList__item:nth-of-type(8) .dayList__ttl {
    margin-left: 10%;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__item:nth-of-type(1) {
    position: relative;
  }
}
@media not all and (min-width: 768px), print {
  .dayList__item:nth-of-type(1) .dayList__img {
    padding-left: 0;
    position: absolute;
    right: 0;
    top: -20px;
    width: 26.6666666667vw;
  }
}
.dayList__item:nth-of-type(1) .dayList__ttl::after {
  background: url(../img/school/clock1.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(2) .dayList__ttl::after {
  background: url(../img/school/clock2.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(3) .dayList__ttl::after {
  background: url(../img/school/clock3.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(4) .dayList__ttl::after {
  background: url(../img/school/clock4.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(5) .dayList__ttl::after {
  background: url(../img/school/clock5.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(6) .dayList__ttl::after {
  background: url(../img/school/clock6.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(7) .dayList__ttl::after {
  background: url(../img/school/clock7.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(8) .dayList__ttl::after {
  background: url(../img/school/clock8.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(9) .dayList__ttl::after {
  background: url(../img/school/clock9.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(10) .dayList__ttl::after {
  background: url(../img/school/clock10.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(11) .dayList__ttl::after {
  background: url(../img/school/clock11.png) center/cover no-repeat;
}
.dayList__item:nth-of-type(12) .dayList__ttl::after {
  background: url(../img/school/clock12.png) center/cover no-repeat;
}

@media screen and (max-width: 750px) {
  .c-list::before {
    -webkit-transform: translateX(0);
    left: 11px;
    transform: translateX(0);
  }
}
.c-list__item {
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .c-list__item {
    width: 100%;
  }
  .c-list__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.c-list__item:nth-of-type(even) {
  margin-left: auto;
}

.c-list__head,
.c-list__body {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

@media screen and (max-width: 750px) {
  .c-list__head,
  .c-list__body {
    padding-left: 36px;
  }
}
@media screen and (min-width: 751px) {
  .c-list__item:nth-of-type(odd) .c-list__head,
  .c-list__item:nth-of-type(odd) .c-list__body {
    padding-right: 1.5em;
  }
  .c-list__item:nth-of-type(even) .c-list__head,
  .c-list__item:nth-of-type(even) .c-list__body {
    padding-left: 1.5em;
  }
}
.c-list__head {
  border-bottom: 1px solid #ef4d3c;
  position: relative;
}

.c-list__head::after {
  background-color: #fff;
  border: 5px solid #ef4d3c;
  border-radius: 50%;
  bottom: -13px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: -13px;
  width: 16px;
}

@media screen and (max-width: 750px) {
  .c-list__head::after {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 751px) {
  .c-list__item:nth-of-type(even) .c-list__head::after {
    left: -13px;
    right: auto;
  }
}
.c-list__body > *:first-child {
  margin-top: 0 !important;
}

.c-list__txt {
  margin-top: 1em;
}

.c-loop-slider-id9382 {
  display: flex;
  overflow: hidden;
}
.c-loop-slider-id9382__list {
  -webkit-animation: infiniteLoop 40s linear 0.5s infinite both;
  animation: infiniteLoop 40s linear 0.5s infinite both;
  display: flex;
}
.c-loop-slider-id9382__item {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  width: 66.6666666667vw;
}
@media screen and (min-width: 768px), print {
  .c-loop-slider-id9382__item {
    width: 20vw;
  }
}
.c-loop-slider-id9382__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-loop-slider-id9382__item img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

@-webkit-keyframes infiniteLoop {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infiniteLoop {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.events {
  padding-bottom: 45px;
  padding-top: 35px;
}
@media screen and (min-width: 768px), print {
  .events {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px), print {
  .event__starBlock {
    -webkit-transform: scale(-1, 1);
    bottom: -118px;
    position: absolute;
    right: -3.5714285714vw;
    transform: scale(-1, 1);
  }
}
@media not all and (min-width: 1200px), print {
  .event__starBlock {
    display: none;
  }
}

.eventList {
  margin-top: 25px;
}
@media screen and (min-width: 768px), print {
  .eventList {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .eventList__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.eventList__item + .eventList__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .eventList__item + .eventList__item {
    margin-top: 80px;
  }
}

.eventList__contents {
  align-items: flex-start;
  display: flex;
}
@media screen and (min-width: 768px), print {
  .eventList__contents {
    align-items: center;
    width: 43%;
  }
}
.eventList__contents .pickupList {
  margin-left: 10px;
}
.eventList__contents .pickupList li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (min-width: 768px), print {
  .eventList__contents .pickupList li {
    font-size: 1rem;
  }
}

.eventList__ttl {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 2.125rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .eventList__ttl {
    font-size: 2.625rem;
  }
}
.eventList__ttl span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .eventList__ttl span {
    font-size: 0.875rem;
  }
}

.eventList__imgWrap {
  -ms-grid-columns: 64.776119403% 8px 1fr;
  -ms-grid-rows: 19.7333333333vw 5px 19.7333333333vw;
  display: -ms-grid;
  display: grid;
  gap: 5px 8px;
  grid-auto-flow: row;
  grid-template-areas: "main sub1" "main sub2";
  grid-template-columns: 64.776119403% 1fr;
  grid-template-rows: 19.7333333333vw 19.7333333333vw;
}
@media screen and (min-width: 768px), print {
  .eventList__imgWrap {
    width: 54%;
  }
}
@media screen and (min-width: 768px), print {
  .eventList__imgWrap {
    -ms-grid-rows: 120px 10px 120px;
    -ms-grid-columns: 64.8148148148% 10px 1fr;
    gap: 10px 10px;
    grid-template-columns: 64.8148148148% 1fr;
    grid-template-rows: 120px 120px;
  }
  .eventList__imgWrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .eventList__imgWrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .eventList__imgWrap > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .eventList__imgWrap > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media not all and (min-width: 768px), print {
  .eventList__imgWrap {
    margin-top: 20px;
  }
}
.eventList__imgWrap._reverse {
  -ms-grid-columns: 1fr 64.776119403%;
  grid-template-areas: "sub1 main " "sub2 main ";
  grid-template-columns: 1fr 64.776119403%;
}
@media screen and (min-width: 768px), print {
  .eventList__imgWrap._reverse {
    -ms-grid-columns: 1fr 64.8148148148%;
    grid-template-columns: 1fr 64.8148148148%;
  }
}

.eventList__img._lg {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: main;
}

.eventList__imgWrap._reverse > .eventList__img._lg {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
}
.eventList__img img {
  -o-object-fit: cover;
  aspect-ratio: 350/250;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.eventList__img:not(._lg) img {
  aspect-ratio: 175/120;
}
.eventList__img:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: sub1;
}
.eventList__imgWrap._reverse > .eventList__img:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.eventList__img:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: sub2;
}
.eventList__imgWrap._reverse > .eventList__img:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.eventList__item._spring .eventList__ttl {
  background: url(../img/school/bgttl_event01_1.png) center/100% 100% no-repeat;
  height: 150px;
  padding-left: 6px;
  padding-top: 8px;
  width: 111px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._spring .eventList__ttl {
    height: 187px;
    width: 140px;
  }
}
.eventList__item._summer .eventList__ttl {
  background: url(../img/school/bgttl_event01_2.png) center/100% 100% no-repeat;
  height: 150px;
  padding-left: 15px;
  width: 111px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._summer .eventList__ttl {
    height: 187px;
    width: 140px;
  }
}
.eventList__item._autumn .eventList__ttl {
  background: url(../img/school/bgttl_event01_3.png) center/100% 100% no-repeat;
  height: 120px;
  padding-left: 23px;
  width: 108px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._autumn .eventList__ttl {
    height: 150px;
    width: 135px;
  }
}
.eventList__item._winter .eventList__ttl {
  background: url(../img/school/bgttl_event01_4.png) center/100% 100% no-repeat;
  height: 135px;
  justify-content: flex-start;
  padding-left: 22px;
  padding-top: 28px;
  width: 116px;
}
@media screen and (min-width: 768px), print {
  .eventList__item._winter .eventList__ttl {
    height: 162px;
    width: 146px;
  }
}

.facility {
  background: rgba(172, 217, 221, 0.2);
  margin-bottom: 45px;
  padding-bottom: 55px;
  padding-top: 50px;
}
@media screen and (min-width: 768px), print {
  .facility {
    margin-bottom: 120px;
    padding-bottom: 80px;
    padding-top: 90px;
  }
}

.facilityList {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .facilityList {
    margin-top: 50px;
  }
}

.facilityList__item {
  display: flex;
  flex-direction: column-reverse;
}

.facilityList__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 312/230;
  border-radius: 10px;
  object-fit: cover;
}

.facilityList__ttl {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 10px;
  text-align: center;
}
.facilityList__ttl::before,
.facilityList__ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
}
.facilityList__ttl::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.facilityList__ttl::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 768px), print {
  .facilityList__ttl {
    font-size: 1.125rem;
    padding: 18px;
  }
}

.classAbout {
  padding-top: 30px;
}
@media screen and (min-width: 768px), print {
  .classAbout {
    padding-top: 80px;
  }
}
.classAbout .heading__main {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 0.9090909091em;
}
@media screen and (min-width: 768px), print {
  .classAbout .heading__main {
    font-size: 1.375rem;
    margin-bottom: 1.3636363636em;
  }
}
.classAbout .star._rightTop {
  right: 6.9333333333vw;
  top: -20px;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._rightTop {
    right: min(21.4285714286vw, 300px);
    top: -19px;
  }
}
.classAbout .star._rightBtm {
  right: 13.3333333333vw;
  top: -6px;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._rightBtm {
    right: min(24.8571428571vw, 348px);
    top: 0;
  }
}
.classAbout .star._leftBtm {
  left: 11.4666666667vw;
  top: 0;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._leftBtm {
    left: min(26.4285714286vw, 370px);
  }
}
.classAbout .star._leftTop {
  left: 6.1333333333vw;
  top: -18px;
}
@media screen and (min-width: 768px), print {
  .classAbout .star._leftTop {
    left: min(23.9285714286vw, 335px);
  }
}

.curriculum {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .curriculum {
    flex-direction: row-reverse;
  }
}
.curriculum:first-child {
  margin-top: 45px;
}
@media screen and (min-width: 768px), print {
  .curriculum:first-child {
    margin-top: 70px;
  }
}
.curriculum + .curriculum {
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .curriculum + .curriculum {
    margin-top: 55px;
  }
}

@media screen and (min-width: 768px), print {
  .curriculum__body {
    width: 50%;
  }
}
@media not all and (min-width: 768px), print {
  .curriculum__body {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .curriculum__img {
    width: 46%;
  }
}
.curriculum__img img {
  -o-object-fit: cover;
  border-radius: 10px;
  object-fit: cover;
}

.curriculumttl {
  color: #b2a851;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px), print {
  .curriculumttl {
    font-size: 1.375rem;
  }
}

.curriculum-outer {
  overflow: hidden;
}
@media not all and (min-width: 768px), print {
  .curriculum-outer .fullimg img {
    -o-object-fit: cover;
    aspect-ratio: 375/298;
    object-fit: cover;
  }
}

.curriculumWrap {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .curriculumWrap {
    margin-bottom: 50px;
    margin-top: 60px;
  }
}
@media not all and (min-width: 768px), print {
  .curriculumWrap {
    -ms-grid-columns: 1fr 20px 1fr;
    display: -ms-grid;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.curriculumText {
  font-weight: 500;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .curriculumText {
    margin-top: 20px;
  }
}

@media not all and (min-width: 768px), print {
  .curriculumList {
    display: contents;
  }
}

.curriculumList:first-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.curriculumList + .curriculumList {
  margin-top: 40px;
}

.curriculumList__body {
  margin-top: 15px;
}

.curriculumList__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.curriculumList__item .curriculumttl {
  font-size: 1.125rem;
  text-align: center;
}
.curriculumList__item .curriculumText {
  font-size: 0.875rem;
  margin-top: 9px;
}
@media screen and (min-width: 768px), print {
  .curriculumList__item .curriculumText {
    margin-top: 0.9285714286em;
  }
}

.curriculumList__imgTop,
.curriculumList__imgBtm,
.curriculumList__starBlock {
  position: absolute;
}

.curriculumList__imgTop {
  bottom: 133px;
  right: -56px;
}
@media not all and (min-width: 768px), print {
  .curriculumList__imgTop {
    width: 280px;
  }
}
@media screen and (min-width: 768px), print {
  .curriculumList__imgTop {
    bottom: auto;
    right: -157px;
    top: -126px;
  }
}

.curriculumList__imgBtm {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px), print {
  .curriculumList__imgBtm {
    left: -325px;
    top: 97px;
  }
}

.curriculumList__img img {
  -o-object-fit: cover;
  aspect-ratio: 230/230;
  border-radius: 10px;
  object-fit: cover;
}

.curriculumList__starBlock._right {
  -webkit-transform: scale(-1, 1);
  bottom: 278px;
  right: 44px;
  transform: scale(-1, 1);
  width: 26.1333333333vw;
}
@media screen and (min-width: 768px), print {
  .curriculumList__starBlock._right {
    right: -80px;
    top: 194px;
  }
}

@media screen and (min-width: 768px), print {
  .curriculumList__starBlock.left {
    left: -30px;
    top: -8px;
  }
}

.class {
  padding-bottom: 67px;
}
@media screen and (min-width: 768px), print {
  .class {
    padding-bottom: 120px;
    padding-top: 50px;
  }
}
.class .classLIst {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.class .classLIst__item {
  border-radius: 10px 0 0 10px;
  flex-direction: column-reverse;
  margin-top: 50px;
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item {
    padding: 0 53px 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item {
    margin-top: 70px;
  }
}
.class .classLIst__img,
.class .classLIst__item._summer .classLIst__img {
  margin-top: 0;
}
.class .classLIst__img img,
.class .classLIst__item._summer .classLIst__img img {
  -o-object-fit: cover;
  border-radius: 10px 10px 0 0;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__img img,
  .class .classLIst__item._summer .classLIst__img img {
    border-radius: 10px 0 0 10px;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__img img,
  .class .classLIst__item._summer .classLIst__img img {
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__img,
  .class .classLIst__item._summer .classLIst__img {
    width: 36.8672397326%;
  }
}
.class .classLIst__body {
  padding: 25px 20px 35px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__body {
    padding: 0 0 30px 0;
    width: 59.7898758357%;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__item._summer .classLIst__body {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__ttlWrap {
    display: flex;
    padding-top: 57px;
  }
  .class .classLIst__ttlWrap .classLIst__copy + * {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__item._summer .classLIst__ttlWrap,
  .class .classLIst__item._after .classLIst__ttlWrap {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__ttl {
    position: absolute;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__ttl {
    margin-top: 0;
  }
}
.class .classLIst__item._summer .classLIst__ttl {
  left: auto;
}
.class .classLIst__head {
  font-size: 2.375rem;
}
.class .classLIst__head span {
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__head span {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }
}
.class .classLIst__text {
  font-size: 0.9375rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__text {
    margin-top: 30px;
  }
}
.class .classLIst__copy {
  font-size: 0.875rem;
  width: 200px;
}
@media not all and (min-width: 768px), print {
  .class .classLIst__copy {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .class .classLIst__time {
    margin-left: 0;
  }
}
.class .classLIst__btns {
  margin-top: 10px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__btns {
    display: flex;
    margin-top: 25px;
  }
}
.class .classLIst__btns .btn {
  background-color: #fff;
  border-radius: 100vmax;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__btns .btn:not(:first-child) {
    margin-left: 20px;
  }
}
@media not all and (min-width: 768px), print {
  .class .classLIst__btns .btn:not(:first-child) {
    margin-top: 10px;
  }
}
.class .classLIst__btns .btn::after {
  bottom: 18px;
}
@media screen and (min-width: 768px), print {
  .class .classLIst__btns .btn::after {
    bottom: 20px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */

.arrange {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 90%;
  padding-top: 30px;
}
/*
スタッフ
*/
#staff {
}
#staff .inner01 {
  margin-bottom: 80px;
  border-bottom: 1px dashed #000000;
  padding-bottom: 80px;
}
#staff .border {
  border: none;
}
#staff .box {
  width: 90%;
}
#staff .box .box_left {
  width: 45%;
  text-align: center;
  position: relative;
}
#staff .box .box_left img {
  width: 80%;
  margin: auto;
}
#staff .box .box_right {
  width: 50%;
}
#staff .box .box_right h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
#staff .box .box_right .director {
  font-size: 16px;
  margin: 0 10px 0 0;
}
#staff .box .box_right .en_name {
  font-size: 16px;
  color: #d2cc99;
  font-weight: 300;
  margin: 0 0 0 10px;
}
#staff .box .box_right .text_ara {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#staff .box .box_right .text_ara_second {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 2;
  background-color: #f6f5f6;
  border-radius: 10px;
  margin: 0 0 20px;
}
.staff_holiday {
}

.staff_holiday li {
  width: 45%;
}
.staff_holiday li dl {
}
.title-blue li dl dt {
  background-color: #aad7db;
}
.title-pink li dl dt {
  background-color: #ebb8d0;
}
.staff_holiday li dl dt {
  color: #000000;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 15px;
}
.staff_holiday li dl dd {
  font-size: 14px;
}
.right_150 {
  padding-right: 10%;
}
.left_150 {
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  #staff .inner01 {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  #staff .box .box_left {
    width: 100%;
    margin: 0 0 20px;
  }
  #staff .box .box_right {
    width: 100%;
  }
  .right_150 {
    padding-right: 0;
  }
  .left_150 {
    padding-left: 0;
  }
  #staff .box .box_right .en_name {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
  }
  #staff .box .box_right h2 {
    font-size: 18px;
    text-align: center;
  }
  #staff .box .box_right .director {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  .staff_holiday li {
    width: 47%;
  }
  .staff_holiday li dl dt {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .staff_holiday li dl dd {
    font-size: 12px;
  }
}
.sp_only {
  display: none;
}
.pc_only {
  display: inline-block;
}
.vertical {
  animation: vertical_7592 2.44s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes vertical_7592 {
  0% {
    transform: translate(0, -3px);
  }
  3.27869% {
    transform: translate(0, 3px);
  }
  6.55738% {
    transform: translate(0, -3px);
  }
  9.83606% {
    transform: translate(0, 3px);
  }
  13.11475% {
    transform: translate(0, -3px);
  }
  16.39344% {
    transform: translate(0, 3px);
  }
  18.03279% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/***********************************
 blog
************************************/
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.blog_articlelist .pager-nav_list {
  margin: 20px 0 0;
}

.single_layout .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.blog_list .blog_item .title {
  font-family: "TsukuARdGothicStd-R";
  letter-spacing: 0.1em;
  font-size: 20px;
}

.blog_list .blog_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_item_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #a8898a;
}

.blog_item_meta .category {
  color: #a8898a;
  margin-right: 20px;
  border: 1px solid #a8898a;
  padding: 3px 10px;
  font-size: 10px;
  border-radius: 100rem;
}

.blog_item_meta .datetime {
  font-size: 12px;
}

.blog_item_thumbnail {
  padding-top: 66.66667%;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog_item_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.blog_item_thumbnail.-noimage {
  color: #a8898a;
}

.blog_item_thumbnail.-noimage p {
  position: absolute;
  width: 100%;
  font-size: 20px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#blog_single {
  background-image: url(../img/blog/star_bk.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.star_right {
  width: 130px;
  position: absolute;
  top: -30px;
  left: -70px;
  z-index: -1;
}
.single_layout {
}
.single_layout .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single_layout_main {
  width: 67%;
}

.single_layout_side {
  width: 25%;
}

#blog_single .single_header h1 {
  font-size: 20px;
  line-height: 1.53;
  margin-bottom: 30px;
  border-bottom: 1px dashed #bbbcbd;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  color: #d36a9a;
  font-weight: 600;
}

#blog_single .single_header .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#blog_single .single_header .category {
  font-size: 11px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 2px 10px;
}

#blog_single .single_header .datetime {
  font-size: 12px;
  margin-right: 10px;
}
.single_content .img {
  margin-bottom: 20px;
}
.single_layout_main .message_text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #5f5f60;
}
.single_content .page_nav {
  margin-top: 40px;
  border-radius: 20px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 118px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}

.single_content .page_nav_item {
  width: 50%;
  max-width: 157px;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}

.single_content .page_nav_item a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.single_content .page_nav_item .icon {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
}

.single_content .page_nav_item.prev .icon {
  left: -15px;
}

.single_content .page_nav_item.next .link_title {
  text-align: right;
}

.single_content .page_nav_item.next .icon {
  right: -15px;
}

.single_content .link_title {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.side_widget {
  background: url(../img/feature/bg_rinen.png);
  padding: 47px 4.5454545455%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.side_widget_inner {
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #f5f8fa;
}
.side_widget + * {
  margin-top: 30px;
}

.side_widget h2 {
  padding: 0 0 10px 40px;
  background-image: url(../img/blog/icon_star.png);
  background-position: left 10px top 5px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #000000;
  margin: 0 0 10px;
  font-weight: 600;
}

.side_widget h2 .title-ja {
  font-size: 16px;
}

.side_widget h2 .title-en {
  font-size: 11px;
  display: block;
  margin-bottom: 0;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
  color: #ae4952;
  letter-spacing: 0.05em;
}

.side_widget .sidebar-list {
  margin-top: 15px;
  padding: 15px;
}

.side_widget .sidebar-list li {
  border-radius: 10px;
  border: 1px solid #d5c8c9;
}

.side_widget .sidebar-list li + * {
  margin-top: 10px;
}

.side_widget .sidebar-list li > ul {
  padding-left: 1em;
}

.side_widget .sidebar-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a8898a;
  font-size: 14px;
  font-family: "TsukuARdGothicStd-M";
  letter-spacing: 0.1em;
  padding: 15px 20px;
}

.side_widget .sidebar-list a .icon {
  margin-right: 20px;
}

.sidebar-archivelist li:last-child,
.sidebar-catelist li:last-child {
  border-bottom: none;
}
.sidebar-archivelist li > ul,
.sidebar-catelist li > ul {
  padding-left: 1em;
}

.sidebar-archivelist a,
.sidebar-catelist a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 8px 10px;
}

.sidebar-archivelist a::before,
.sidebar-catelist a::before {
  content: "ー";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
}
.sidebar-archivelist a::after {
  content: "年";
}

@media screen and (max-width: 767px) {
  .single_layout .wrap {
    display: block;
  }
  #blog_single .single_header .meta {
    margin-bottom: 10px;
  }
  #blog_single .single_header h1 {
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 20px;
  }
  .single_layout_main .message_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 0 0 60px;
  }
  .blog_articlelist {
    padding-left: 0;
    padding-right: 0;
  }
  .blog_articlelist .pager-nav_list {
    margin: 0 !important;
  }
  .pager-nav {
    padding-bottom: 0;
  }
  .blog_list {
    margin-top: 40px;
  }
  .blog_articlelist {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .pager-nav_list {
    margin: 40px 0 0;
  }

  .blog_articlelist_inner {
    padding: 30px 2.5%;
  }
  .single_layout .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single_layout_main {
    width: 100%;
    max-width: 100%;
  }
  .single_layout_side {
    width: 100%;
  }
  .single_content .page_nav {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single_layout {
    padding: 60px 0 0;
  }
  .blog_list .blog_item {
    width: 100%;
    margin-bottom: 40px;
  }
  #blog_single .single_header .datetime {
    font-size: 11px;
  }
  .voices-backbtn {
    margin-top: 60px;
  }
  .voices-backbtn .btn-secondary_link {
    font-size: 14px;
    min-width: 195px;
  }
  .side_widget .sidebar-list a {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .side_widget {
    padding: 30px 20px 20px;
  }
  .single_layout {
    padding: 0px 0 30px;
  }
  .side_widget .sidebar-list {
    padding: 15px 0;
  }
  #blog_single {
    background-position: center center;
  }
  .side_widget + * {
    margin-top: 15px;
  }
}

@media screen and (max-width: 414px) {
  #blog_msg p {
    font-size: 14px;
  }
  .blog_list dt {
    padding-left: 0;
    padding-right: 10px;
    width: 180px;
  }
  .blog_list dd {
    width: calc(100% - 180px);
  }
  .single_layout {
    padding: 0px;
  }
  .star_right {
    width: 90px;
    top: -20px;
    left: auto;
    right: 0;
  }
}

/*****************************************************
news
******************************************************/
/*
news-list
*/
.news-list {
}
.news-list ul {
  text-align: center;
}
.news-list ul li {
  width: 31%;
  padding: 0 1% 40px;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.news-list ul li:nth-child(2),
.news-list ul li:nth-child(8),
.news-list ul li:nth-child(14),
.news-list ul li:nth-child(20),
.news-list ul li:nth-child(5),
.news-list ul li:nth-child(11),
.news-list ul li:nth-child(17),
.news-list ul li:nth-child(23) {
  margin: 30px 0 0;
}

.news-list ul li .box .title_ara {
  position: relative;
}
.news-list ul li .box .day_time {
}
.news-list ul li .box .day_time {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 7px;
}
.news-list ul li .box .title {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #d56a9c;
  font-weight: 600;
}
.news-list ul li .box .cate {
  font-size: 11px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100px;
  padding: 3px 6px;
  margin: 0 0 0 5px;
}
.news-list ul li .box .cate a:hover {
}
.news-list ul li .box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 0 10px;
  border: 1px solid #dcdcdc;
}
.news-list ul li .box .img a img:hover {
  opacity: 100;
}
@media screen and (max-width: 767px) {
  .news-list ul li {
    width: 100%;
    padding: 0 0 40px;
  }
  .news-list ul li:nth-child(2),
  .news-list ul li:nth-child(8),
  .news-list ul li:nth-child(14),
  .news-list ul li:nth-child(20),
  .news-list ul li:nth-child(5),
  .news-list ul li:nth-child(11),
  .news-list ul li:nth-child(17),
  .news-list ul li:nth-child(23) {
    margin: 0;
  }
}

/*
アクセス
*/
#access {
  padding: 60px 0 100px;
}

#access .gmap {
  width: 95%;
  margin: 30px auto 100px;
}
#access .gmap .box_left {
  width: 60%;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
}
#access .gmap .box_left h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#access .gmap .box_left h2 .gmap_en {
  font-size: 14px;
  display: block;
}
#access .gmap .box_left .text_ara {
  margin: 0 0 20px;
}
#access .gmap .box_left dl {
}
#access .gmap .box_left dl {
}
#access .gmap .box_left dl > div:first-of-type {
  border-top: 1px dashed #000;
}
#access .gmap .box_left dl > div {
  display: flex;
  border-bottom: 1px dashed #000;
  padding: 11px 10px 14px;
  align-items: center;
}
#access .gmap .box_left dl > div > dt {
  width: 110px;
  text-align: justify;
  box-sizing: border-box;
  letter-spacing: 0.15em;
  white-space: nowrap;
  color: #e5555d;
  font-size: 15px;
  line-height: 1.9;
}
#access .gmap .box_left dl > div > dd {
  width: calc(100% - 110px);
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #000;
  line-height: 1.9;
  display: inline-block;
  transform: translateY(3px);
}
.icon_bus {
  width: 40px;
}
.icon_hu {
  width: 27px;
}
#access .gmap .box_right {
  width: 32%;
}
#access .gmap .box_right img {
  border-radius: 10px;
}
#access .gmap {
}
.sns {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: flex-start;
}
.sns li {
  width: 35px;
  margin: 0 0 0 10px;
}
.pick_up {
  background: url(../img/feature/bg_rinen.png) center/100% 100% repeat;
  padding: 47px 4.5454545455%;
  background-size: cover;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  width: 90%;
}
.pick_up .pick_up_inner {
  padding: 50px;
  background-color: #ffffff;
  border-radius: 15px;
  letter-spacing: 0.1em;
}
.pick_up h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 20px;
  display: inline-block;
  border-bottom: 1px dashed #000000;
  padding: 0 20px 10px 60px;
  background-image: url(../img/access/icon_star.png);
  background-position: left 8px center;
  background-size: 32px auto;
  background-repeat: no-repeat;
}
.pick_up .text_ara {
  line-height: 2;
}
.pick_up .text_ara .time {
  display: block;
  font-weight: 600;
  margin: 15px 0 0;
}
.access01 {
  width: 290px;
  height: auto;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

@media screen and (max-width: 768px) {
  #access {
    padding: 30px 0 50px;
  }
  #access .gmap {
    margin: 30px auto 80px;
  }
  .sns {
    right: 0px;
  }
  .sns li {
    width: 23px;
  }
  .pick_up {
    width: 100%;
  }
  .access01 {
    right: 0px;
    bottom: -30px;
  }
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }

  #access .gmap {
    margin: 30px auto 40px;
  }
  #access .gmap .box_left {
    width: 100%;
    margin: 0 0 30px;
  }
  #access .gmap .box_left h2 .gmap_en {
    font-size: 13px;
    letter-spacing: 0;
  }
  #access .gmap .box_right {
    width: 80%;
    margin: auto;
  }
  #access .gmap .box_left dl > div > dd {
    width: calc(100% - 0px);
    font-size: 13px;
    line-height: 1.8;
  }
  .icon_bus,
  .icon_hu {
    margin: 0 0 0 10px;
  }
  .pick_up .pick_up_inner {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    letter-spacing: 0.1em;
  }
  .pick_up h2 {
    display: block;
  }
  .access01 {
    width: 220px;
    bottom: -50px;
  }
}

/*
スタッフ
*/
#staff {
}
#staff .inner01 {
  margin-bottom: 80px;
  border-bottom: 1px dashed #000000;
  padding-bottom: 80px;
}
#staff .border {
  border: none;
}
#staff .box {
  width: 90%;
}
#staff .box .box_left {
  width: 45%;
  text-align: center;
  position: relative;
}
#staff .box .box_left img {
  width: 80%;
  margin: auto;
}
#staff .box .box_right {
  width: 50%;
}
#staff .box .box_right h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;
}
#staff .box .box_right .director {
  font-size: 16px;
  margin: 0 10px 0 0;
}
#staff .box .box_right .en_name {
  font-size: 16px;
  color: #d2cc99;
  font-weight: 300;
  margin: 0 0 0 10px;
}
#staff .box .box_right .text_ara {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#staff .box .box_right .text_ara_second {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 2;
  background-color: #f6f5f6;
  border-radius: 10px;
  margin: 0 0 20px;
}
.staff_holiday {
}

.staff_holiday li {
  width: 45%;
}
.staff_holiday li dl {
}
.title-blue li dl dt {
  background-color: #aad7db;
}
.title-pink li dl dt {
  background-color: #ebb8d0;
}
.staff_holiday li dl dt {
  color: #000000;
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 15px;
}
.staff_holiday li dl dd {
  font-size: 14px;
}
.right_150 {
  padding-right: 10%;
}
.left_150 {
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  #staff .inner01 {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }
  #staff .box .box_left {
    width: 100%;
    margin: 0 0 20px;
  }
  #staff .box .box_right {
    width: 100%;
  }
  .right_150 {
    padding-right: 0;
  }
  .left_150 {
    padding-left: 0;
  }
  #staff .box .box_right .en_name {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 0 0 5px;
  }
  #staff .box .box_right h2 {
    font-size: 18px;
    text-align: center;
  }
  #staff .box .box_right .director {
    font-size: 14px;
    margin: 0 5px 0 0;
  }
  .staff_holiday li {
    width: 47%;
  }
  .staff_holiday li dl dt {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .staff_holiday li dl dd {
    font-size: 12px;
  }
}
/*
次へのページへ
*/
.postNavi {
  margin-top: 50px;
  overflow: hidden;
  padding: 20px;
  letter-spacing: 0;
  font-size: 16px;
}
.prev {
  width: 20%;
  display: inline-block;
  font-family: "krungthep";
  position: relative;
  font-weight: bold;
}
.prev::before {
  border-right: 1px solid #000000;
  position: absolute;
  top: 0;
  right: 50px;
  content: "";
  width: 1px;
  height: 100%;
}
.postNavi a {
  color: #000 !important;
}
.postNavi a:hover {
  text-decoration: none;
}
.listpage {
  width: 57%;
  display: inline-block;
  text-align: center;
}
.next {
  width: 20%;
  display: inline-block;
  text-align: right;
  font-family: "krungthep";
  position: relative;
  font-weight: bold;
}
.next::after {
  border-left: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  width: 1px;
  height: 100%;
}
.cte-list,
.search01 {
  border-bottom: 2px dotted #a6a6a6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  /*
次へのページへ
*/
  /*投稿ページの次へ*/
  .prev {
    width: 30%;
  }
  .listpage {
    width: 34%;
  }
  .next {
    width: 30%;
  }
  .postNavi {
    margin: 30px 0;
  }
  .prev::before,
  .next::after {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .postNavi {
    font-size: 14px;
  }
}


/* blog accordion */
.news-list_accordion{
  padding-bottom: 70px;
  position: relative;
  z-index: 6;
}
.side_widget_accordion{
  margin-top: 40px;
}
.archvie-accordion{
  width: 225px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  margin-left: auto;
  position: relative;
  margin-right: 0;
}
.archvie-accordion_title{
  padding: 14px 0 14px 40px;
  cursor: pointer;
  background-image: url(../img/blog/icon_star.png);
  background-position: left 10px top 15px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  /* border-bottom: 1px dashed #000000; */
  /* margin: 0 0 10px; */
  font-weight: 600;
  position: relative;
}
.archvie-accordion_title::after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}
.archive-accordion_body{
  position: absolute;
  width: calc(100% + 2px);
  top: calc(100% - 10px);
  left: -1px;
  right: -1px;
  z-index: 1;
}
.archive-accordion_list{
  margin-left: auto;
  padding: 20px 20px;
  border: 1px solid #dcdcdc;
  border-top: none;
  background: #fff;
  border-radius:  0 0 10px 10px;
}
.archive-accordion_list::before{
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  border-top: 1px dashed #000;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.archive-accordion_list li{
  width: 100%;
  padding-bottom: 0;
  line-height: 2;
}
ul.archive-accordion_list li:nth-child(2){
  margin-top: 0;
}
ul.archive-accordion_list li::before{
  content: '-';
  margin-left: 10px;
}


.side_widget_accordion.archvie-accordion{
  border-color: #f5f8fa;
}
.side_widget_accordion .archive-accordion_list{
  border-color: #f5f8fa;
}
.side_widget_accordion.archvie-accordion .archive-accordion_body{
 position: relative;
}

@media screen and (max-width: 767px){
  .archvie-accordion{
    width: 100%;
    max-width: none;
  }
}

  /* 2024年TOP修正 */

.topstaff {
  background: rgba(146, 205, 211, 0.3);
  padding-bottom: 60px;
 padding-top: 60px;
	position: relative;
}
.staff_list{display: flex; justify-content: space-between; flex-wrap: wrap;margin-top: 50px;width: 100%;font-size:0;
　　line-height:0;}
.staff_list li{text-align: center; width: 12.5%;line-height:1.8;}
.staff_list li:nth-child(even){margin-top: 50px;}
.staff_list li img{width: 100%;max-width: 100%;height: auto;}
.staff_list li h3{font-size: 15px;font-weight: 700;margin-bottom: 5px;margin-top: 10px;}
.staff_list li span{font-size: 12px;display: block;font-weight: normal;}
.color_pink{color: #d56a9c}
.color_blue{color: #92cdd3}
.topstaff ._gdright{top: 100px; left: calc(50% + 350px);}
.topstaff ._svright{top: 50px; left: calc(50% + 200px);}
.topstaff ._gdleft{top: 50px; right: calc(50% + 200px);}
.topstaff ._svleft{top: 100px; right: calc(50% + 350px);}
@media screen and (max-width: 767px){
.topstaff {
  padding-bottom: 50px;
 padding-top: 50px;
}	
.staff_list {
  margin-top: 20px;
}
.staff_list li{text-align: center; width: 45%;margin-bottom: 15px;}
.staff_list li:nth-child(even){margin-top: 0px;}
.topstaff ._gdright{top: 90px; left:5%;}
.topstaff ._svright{top: 40px; left: 20%}
.topstaff ._gdleft{top: 50px; right: 5%;}
.topstaff ._svleft{top: 80px; right: 20%;}
}

.background li {
	font-size:14px;
	  padding-left: 1em;
  text-indent: -1em;
}