@charset "UTF-8";
/* ===================
 オリジナル
==================== */
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/* ====================
header height
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/*----------------------------------------
	BACE
-----------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 62px;
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: calc(62 / 375 * 100vw);
  }
}
@media screen and (min-width: 835px) and (max-width: 1299px) {
  html.is-open {
    overflow: auto;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.87;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #3f3a39;
  background: #fff;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.63;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #3f3a39;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

button {
  color: initial;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  min-width: 0;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

button {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
.c-breadcrumb {
  margin: calc(10 / 375 * 100vw) auto calc(50 / 375 * 100vw);
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-breadcrumb__item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em 0 0.3em;
  border-top: 1px solid #3f3a39;
  border-right: 1px solid #3f3a39;
  -webkit-transform: rotate(45deg) translateY(calc(2 / 375 * 100vw));
          transform: rotate(45deg) translateY(calc(2 / 375 * 100vw));
}
.c-breadcrumb__home {
  color: #f4a8ac;
}

@media only screen and (min-width: 835px) {
  .c-breadcrumb {
    margin: 10px auto 50px;
  }
  .c-breadcrumb__item:not(:first-of-type)::before {
    -webkit-transform: rotate(45deg) translateY(2px);
            transform: rotate(45deg) translateY(2px);
  }
}
/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: 100%;
  padding: 0 27px;
}

@media screen and (max-width: 834px) {
  .c-inner {
    padding: 0 calc(27 / 375 * 100vw);
  }
}
.c-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: calc(294 / 375 * 100vw);
  height: calc(58 / 375 * 100vw);
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.11;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-image: url(../img/common/arrow_link.svg);
  background-repeat: no-repeat;
  background-size: calc(18 / 375 * 100vw) auto;
  background-position: right calc(12 / 375 * 100vw) center;
  background-color: #3f3a39;
  margin-left: auto;
  margin-right: auto;
}
.c-link-box:hover {
  opacity: 1;
}
.c-link-box--youtube {
  background-image: url(../img/common/icon_youtube.svg);
  background-size: calc(22 / 375 * 100vw) auto;
}
.c-link-blank {
  word-break: break-all;
}
.c-link-blank::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  vertical-align: middle;
  margin-left: 0.2em;
  background: #3f3a39;
  -webkit-mask-image: url("../img/common/icon_blank.svg");
          mask-image: url("../img/common/icon_blank.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-link-mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
  text-decoration: underline;
}
.c-link-mail::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  background: #3f3a39;
  -webkit-mask-image: url("../img/common/icon_mail.svg");
          mask-image: url("../img/common/icon_mail.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-link-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
  color: #ee8f99;
}
.c-link-tel::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.2em;
  background: #ee8f99;
  -webkit-mask-image: url("../img/common/icon_tel.svg");
          mask-image: url("../img/common/icon_tel.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-link-tel span {
  font-size: 0.6em;
  margin-top: 0.2em;
  font-weight: normal;
  letter-spacing: 0;
  color: #3f3a39;
}
.c-link-movie {
  position: relative;
}
.c-link-movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(42 / 375 * 100vw);
  height: calc(42 / 375 * 100vw);
  background: url(../img/common/icon_play.svg) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}

@media only screen and (min-width: 835px) {
  .c-link-box {
    width: 294px;
    height: 58px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.25;
    background-size: 18px auto;
    background-position: right 12px center;
  }
  .c-link-box:hover {
    background-position: right 5px center;
  }
  .c-link-box--youtube {
    background-size: 22px auto;
  }
  .c-link-movie::before {
    width: 42px;
    height: 42px;
  }
}
/* 共通テキスト
-----------------------------------------*/
.c-text-english {
  font-family: YakuHanJP, "Jost", sans-serif;
  font-weight: 500;
}
.c-text-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(25 / 375 * 100vw);
  z-index: 1;
}
.c-text-heading__eng {
  font-size: calc(40 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  padding-bottom: calc(25 / 375 * 100vw);
}
.c-text-heading__jpn {
  font-weight: 700;
  margin-top: auto;
}
.c-text-heading__line {
  width: 1px;
  height: calc(30 / 375 * 100vw);
  border: none;
  background: #3f3a39;
  margin: auto 0 calc(8 / 375 * 100vw);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-text-heading--main {
  top: calc(-20 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(29 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}
.c-text-heading--main strong {
  display: block;
  border-bottom: 1px solid #3f3a39;
  margin-bottom: calc(5 / 375 * 100vw);
  padding-bottom: calc(5 / 375 * 100vw);
}
.c-text-heading--main span {
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}
.c-text-heading--section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(23 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.39;
  font-weight: 900;
  text-align: center;
  color: #3f3a39;
}
.c-text-heading--section span {
  display: block;
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.63;
}
.c-text-heading--section .is-balloon {
  position: absolute;
  top: calc(-103 / 375 * 100vw);
  left: calc(-20 / 375 * 100vw);
  width: calc(180 / 375 * 100vw);
}
.c-text-heading--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: calc(52 / 375 * 100vw);
  padding: calc(10 / 375 * 100vw);
  font-size: calc(23 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}
.c-text-heading--radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(190 / 375 * 100vw);
  height: calc(26 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  margin: calc(32 / 375 * 100vw) auto 0 !important;
  color: #fff;
  background: #ee8f99;
  border-radius: 100vmax;
}
.c-text-heading--full {
  width: 100%;
  height: calc(30 / 375 * 100vw);
  font-size: 1.25em;
  background: #3f3a39;
}
.c-text-heading--title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #ee8f99;
  margin-top: calc(32 / 375 * 100vw) !important;
  margin-bottom: 0;
}
.c-text-heading--title span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.19;
  color: #3f3a39;
}
.c-text-heading--caption {
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
  color: #ee8f99;
}
.c-text-right {
  text-align: right !important;
}
.c-text-left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 835px) {
  .c-text-heading {
    margin-bottom: 25px;
  }
  .c-text-heading__eng {
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-bottom: 25px;
  }
  .c-text-heading__line {
    height: 30px;
    margin: auto 0 8px;
  }
  .c-text-heading--main {
    top: -20px;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }
  .c-text-heading--main strong {
    border-bottom: 1px solid #3f3a39;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .c-text-heading--main span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
  .c-text-heading--section {
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    line-height: 1.39;
  }
  .c-text-heading--section span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.63;
  }
  .c-text-heading--section .is-balloon {
    top: -103px;
    left: -20px;
    width: 180px;
  }
  .c-text-heading--box {
    min-height: 52px;
    padding: 10px;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .c-text-heading--radius {
    width: 190px;
    height: 26px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 32px auto 0 !important;
  }
  .c-text-heading--full {
    width: 100%;
    height: 30px;
  }
  .c-text-heading--title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 32px !important;
    margin-bottom: 0;
  }
  .c-text-heading--title span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.19;
  }
  .c-text-heading--caption {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
/* MODAL
===================================*/
.c-modal-movie {
  position: fixed;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
}
.c-modal-movie.is-active {
  visibility: visible;
  pointer-events: visible;
}
.c-modal-movie.is-active .c-modal-movie__overlay {
  opacity: 1;
}
.c-modal-movie.is-active .c-modal-movie__content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-modal-movie__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.c-modal-movie__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(96vw, 800px);
  aspect-ratio: 16/9;
  background: #000;
  opacity: 0;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-movie__player {
  width: 100%;
  height: 100%;
}
.c-modal-movie__player iframe {
  width: 100%;
  height: 100%;
}
.c-modal-movie__close {
  position: absolute;
  top: calc(-42 / 375 * 100vw);
  right: calc(-10 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(42 / 375 * 100vw);
  height: calc(42 / 375 * 100vw);
  background: none;
  cursor: pointer;
}
.c-modal-movie__close span {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal-movie__close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 835px) {
  .c-modal-movie__close {
    top: -42px;
    right: -10px;
    width: 42px;
    height: 42px;
  }
}
.u-mt-16 {
  margin-top: calc(16 / 375 * 100vw);
}

@media only screen and (min-width: 835px) {
  .u-mt-16 {
    margin-top: 16px;
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
@-webkit-keyframes animate-scroll {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes animate-scroll {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*===================================
translate
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-role-in {
  opacity: 0;
  -webkit-transform: translate(-150px, 0) rotate(-360deg);
          transform: translate(-150px, 0) rotate(-360deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 1.3s forwards;
          animation: animate-translate 1.3s forwards;
}

@-webkit-keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*===================================
mask
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(62 / 375 * 100vw);
  padding: 0 calc(15 / 375 * 100vw);
  background: rgba(63, 58, 57, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__wrap a {
  color: #fff;
}
.l-header__wrap.is-open {
  background: #fff;
}
.l-header__wrap.is-open a {
  color: #3f3a39;
}
.l-header__wrap.is-open span {
  background: #3f3a39;
}
.l-header__wrap.is-open .l-header__logo img {
  opacity: 0;
}
.l-header__wrap.is-open .l-header__logo img:nth-of-type(2) {
  opacity: 1;
}
.l-header__wrap.is-open .l-header__hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(calc(8 / 375 * 100vw)) rotate(45deg);
          transform: translateY(calc(8 / 375 * 100vw)) rotate(45deg);
}
.l-header__wrap.is-open .l-header__hamburger span:nth-of-type(2) {
  opacity: 0;
}
.l-header__wrap.is-open .l-header__hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(calc(-8 / 375 * 100vw)) rotate(-45deg);
          transform: translateY(calc(-8 / 375 * 100vw)) rotate(-45deg);
}
.l-header__logo {
  position: relative;
  width: calc(175 / 375 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__logo img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(2 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.17;
  margin-left: auto;
}
.l-header-request span {
  background: #fff;
}
.l-header-line {
  margin-left: calc(10 / 375 * 100vw);
}
.l-header-line__icon {
  display: block;
  width: calc(38 / 375 * 100vw);
  height: calc(38 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/icon_line.svg");
          mask-image: url("../img/common/icon_line.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}
.l-header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(7 / 375 * 100vw);
  width: calc(38 / 375 * 100vw);
  height: calc(38 / 375 * 100vw);
  margin-left: calc(10 / 375 * 100vw);
  background: none;
  border: none;
}
.l-header__hamburger span {
  display: block;
  width: calc(23 / 375 * 100vw);
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 835px) {
  .l-header {
    display: none;
  }
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .l-header {
    left: calc(50% - 425px);
    display: block;
    width: 450px;
    z-index: 100;
  }
  .l-header__wrap {
    height: 62px;
    padding: 0 18px;
  }
  .l-header__wrap.is-open .l-header__hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .l-header__wrap.is-open .l-header__hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  .l-header__logo {
    width: 210px;
  }
  .l-header-request {
    gap: 2px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.17;
  }
  .l-header-line {
    margin-left: 12px;
  }
  .l-header-line__icon {
    width: 38px;
    height: 38px;
  }
  .l-header__hamburger {
    gap: 7px;
    width: 45.6px;
    height: 45.6px;
    margin-left: 12px;
  }
  .l-header__hamburger span {
    width: 27.6px;
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 375 * 100vw);
  margin-top: calc(100 / 375 * 100vw);
  padding: calc(40 / 375 * 100vw) 0 calc(108 / 375 * 100vw);
  color: #fff;
  background: #3f3a39;
}
.l-footer a {
  color: #fff;
}
.l-footer__totop {
  position: absolute;
  top: calc(-20 / 375 * 100vw);
  right: calc(20 / 375 * 100vw);
  width: calc(42 / 375 * 100vw);
  height: calc(42 / 375 * 100vw);
}
.l-footer__logo {
  width: calc(281 / 375 * 100vw);
}
.l-footer__text {
  line-height: 1.625;
}
.l-footer__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(15 / 375 * 100vw);
}
.l-footer__sns span {
  background: #fff;
}
.l-footer__copy {
  font-size: calc(12 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 2.17;
}

@media only screen and (min-width: 835px) {
  .l-footer {
    gap: 20px;
    margin-top: 100px;
    padding: 40px 0 40px;
  }
  .l-footer__totop {
    top: -20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }
  .l-footer__logo {
    width: 281px;
  }
  .l-footer__sns {
    gap: 15px;
  }
  .l-footer__sns img {
    width: 36px;
    height: 36px;
  }
  .l-footer__copy {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 2.17;
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main .splide__arrow {
  opacity: 1;
  top: 50%;
  display: block;
  width: calc(26 / 375 * 100vw);
  height: calc(26 / 375 * 100vw);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.l-main .splide__arrow svg {
  display: none;
}
.l-main .splide__arrow--prev {
  left: 0;
  background: url(../img/common/arrow_prev.svg) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-main .splide__arrow--next {
  right: 0;
  background: url(../img/common/arrow_next.svg) no-repeat center/contain;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.l-main__tarm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(7 / 375 * 100vw);
  margin-top: calc(10 / 375 * 100vw);
}
.l-main__tarm span {
  font-weight: 700;
  padding: calc(4 / 375 * 100vw) calc(9 / 375 * 100vw) calc(5 / 375 * 100vw);
}
.l-main__tarm--total span {
  background: #f6d3d5;
}
.l-main__tarm--total.is-strong span {
  background: #eea7ab;
}
.l-main__tarm--heigaku span {
  background: #fbe1c0;
}
.l-main__tarm--heigaku.is-strong span {
  background: #f8c482;
}
.l-main__tarm--tsushin span {
  background: #d1e8eb;
}
.l-main__tarm--tsushin.is-strong span {
  background: #a4d0d7;
}
.l-main__icon {
  display: block;
  background: #3f3a39;
  width: calc(36 / 375 * 100vw);
  height: calc(36 / 375 * 100vw);
}
.l-main__icon--access {
  width: calc(30 / 375 * 100vw);
  height: calc(25 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/icon_access.svg");
          mask-image: url("../img/common/icon_access.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--request {
  width: calc(30 / 375 * 100vw);
  height: calc(25 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/icon_request.svg");
          mask-image: url("../img/common/icon_request.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--opencampus {
  width: calc(30 / 375 * 100vw);
  height: calc(25 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/icon_opencampus.svg");
          mask-image: url("../img/common/icon_opencampus.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--instagram {
  -webkit-mask-image: url("../img/common/icon_instagram.svg");
          mask-image: url("../img/common/icon_instagram.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--x {
  -webkit-mask-image: url("../img/common/icon_x.svg");
          mask-image: url("../img/common/icon_x.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--youtube {
  -webkit-mask-image: url("../img/common/icon_youtube.svg");
          mask-image: url("../img/common/icon_youtube.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--tiktok {
  -webkit-mask-image: url("../img/common/icon_tiktok.svg");
          mask-image: url("../img/common/icon_tiktok.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--mail {
  -webkit-mask-image: url("../img/common/icon_mail.svg");
          mask-image: url("../img/common/icon_mail.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main__icon--line {
  -webkit-mask-image: url("../img/common/icon_line.svg");
          mask-image: url("../img/common/icon_line.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-main-side {
  display: none;
}
.l-main-menu {
  margin-top: calc(50 / 375 * 100vw);
  border-top: 1px solid #3f3a39;
  border-bottom: 1px solid #3f3a39;
}
.l-main-menu__item:nth-of-type(n+2) {
  border-top: 1px dotted #3f3a39;
}
.l-main-menu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: calc(45 / 375 * 100vw);
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.33;
  font-weight: 500;
  padding: 0 calc(20 / 375 * 100vw);
  background: none;
  border: none;
}
.l-main-menu__button::after {
  content: "";
  width: calc(11 / 375 * 100vw);
  height: calc(11 / 375 * 100vw);
  border-top: 1px solid #3f3a39;
  border-right: 1px solid #3f3a39;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-main-menu__button.is-open::after {
  content: "";
  -webkit-transform: translateY(25%) rotate(315deg);
          transform: translateY(25%) rotate(315deg);
}
.l-main-menu__inner {
  display: none;
  padding-left: calc(30 / 375 * 100vw);
  padding-bottom: calc(9 / 375 * 100vw);
}
.l-main-menu__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: calc(36 / 375 * 100vw);
  gap: calc(5 / 375 * 100vw);
}
.l-main-menu__inner li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1px;
  background: #3f3a39;
}
.l-main-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(10 / 375 * 100vw);
  font-weight: 500;
  margin-top: calc(30 / 375 * 100vw);
}
.l-main-links li {
  width: 40%;
}
.l-main-links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 375 * 100vw);
  font-size: 0.9em;
  margin-top: calc(8 / 375 * 100vw);
}
.l-main-links__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(5 / 375 * 100vw);
}
.l-main-links__inner li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #3f3a39;
}
.l-main-links__inner li:nth-of-type(1) {
  width: calc(170 / 375 * 100vw);
}
.l-main-links--column {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(280 / 375 * 100vw);
  height: calc(80 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
}
.l-main-links--column li {
  width: calc(140 / 375 * 100vw);
}
.l-main-links--sitemap li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
}
.l-main-content {
  width: 100%;
  padding-top: calc(62 / 375 * 100vw);
}
.l-main-content__menu {
  position: fixed;
  top: calc(62 / 375 * 100vw);
  right: -101%;
  width: 100%;
  height: calc(100vh - 62 / 375 * 100vw);
  padding: 0 calc(27 / 375 * 100vw) calc(60 / 375 * 100vw);
  background: #fff;
  z-index: 99;
  overflow: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-main-content__menu.is-open {
  right: 0;
}
.l-main-content__float {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(68 / 375 * 100vw);
  background: #f6d3d5;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: 10;
}
.l-main-content__float.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: visible;
}
.l-main-content__float a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(5 / 375 * 100vw);
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.15;
  font-weight: 700;
}
.l-main-content__float hr {
  display: block;
  width: 1px;
  height: calc(30 / 375 * 100vw);
  background: #3f3a39;
  margin: 0 calc(20 / 375 * 100vw);
  border: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-main-event__item:nth-of-type(n+2) {
  margin-top: calc(20 / 375 * 100vw);
  padding-top: calc(20 / 375 * 100vw);
  border-top: 1px solid #3f3a39;
}
.l-main-event__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-main-event__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: calc(26 / 375 * 100vw);
  height: calc(26 / 375 * 100vw);
  background: url(../img/common/arrow_next.svg) no-repeat center/contain;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.l-main-event__link:hover {
  opacity: 1;
}
.l-main-event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-main-event__info time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(112 / 375 * 100vw);
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.l-main-event__info time strong {
  font-size: calc(32 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-main-event__info p {
  width: 100%;
  border-left: 1px solid #3f3a39;
  padding-left: calc(10 / 375 * 100vw);
}
.l-main-event__info p strong {
  display: block;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 900;
}
.l-main-event__info p span {
  display: block;
}
.l-main-event__more {
  margin-top: calc(40 / 375 * 100vw);
}
.l-main-note li {
  text-indent: -1em;
  padding-left: 1em;
}
.l-main-note li::first-letter {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.l-main-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(64 / 375 * 100vw) !important;
}
.l-main-pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(4 / 375 * 100vw);
}
.l-main-pager a::before, .l-main-pager a::after {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-main-pager__prev::before {
  content: "";
  background: url(../img/common/arrow_prev.svg) no-repeat center/contain;
}
.l-main-pager__next::after {
  content: "";
  background: url(../img/common/arrow_next.svg) no-repeat center/contain;
}
.l-main-pagination {
  margin-top: calc(25 / 375 * 100vw);
}
.l-main-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(8 / 375 * 100vw);
}
.l-main-pagination .prev {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0;
  background: url(../img/common/arrow_prev.svg) no-repeat center/contain;
}
.l-main-pagination .next {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0;
  background: url(../img/common/arrow_next.svg) no-repeat center/contain;
}

@media only screen and (min-width: 835px) {
  .l-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
  .l-main .splide__arrow {
    width: 26px;
    height: 26px;
  }
  .l-main__tarm {
    gap: 7px;
    margin-top: 10px;
  }
  .l-main__tarm span {
    padding: 4px 9px 5px;
  }
  .l-main__icon {
    width: 36px;
    height: 36px;
  }
  .l-main__icon--request {
    width: 30px;
    height: 25px;
  }
  .l-main__icon--opencampus {
    width: 30px;
    height: 25px;
  }
  .l-main-side {
    position: sticky;
    top: 0;
    display: block;
    z-index: 1;
    width: 375px;
    height: 100vh;
    margin-top: 0 !important;
    padding-top: 35px;
    padding-bottom: 50px;
    overflow: auto;
    /* Firefox */
    scrollbar-width: none;
    /* IE / Edge（旧） */
    -ms-overflow-style: none;
  }
  .l-main-side::-webkit-scrollbar {
    display: none;
  }
  .l-main-side .l-footer__sns {
    margin-top: 40px;
  }
  .l-main-side .l-footer__sns span {
    background: #3f3a39;
  }
  .l-main-menu {
    margin-top: 35px;
  }
  .l-main-menu__item:nth-of-type(n+2) {
    border-top: 1px dotted #3f3a39;
  }
  .l-main-menu__button {
    height: 45px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
    padding: 0 20px;
  }
  .l-main-menu__button::after {
    width: 11px;
    height: 11px;
  }
  .l-main-menu__inner {
    padding-left: 30px;
    padding-bottom: 9px;
  }
  .l-main-menu__inner li {
    height: 36px;
    gap: 5px;
  }
  .l-main-links {
    gap: 10px;
    margin-top: 20px;
  }
  .l-main-links__inner {
    gap: 2px;
    margin-top: 2px;
    font-size: 0.95em;
  }
  .l-main-links__inner li {
    gap: 5px;
  }
  .l-main-links__inner li:nth-of-type(1) {
    width: 170px;
  }
  .l-main-links--column {
    width: 280px;
    height: 110px;
  }
  .l-main-links--column li {
    width: 120px;
  }
  .l-main-links--request {
    gap: 25px;
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #3f3a39;
    border-bottom: 1px solid #3f3a39;
  }
  .l-main-links--request li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-main-links--request a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .l-main-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px;
    padding-top: 0 !important;
  }
  .l-main-content__menu, .l-main-content__float {
    display: none;
  }
  .l-main-event__item:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .l-main-event__link::after {
    width: 26px;
    height: 26px;
  }
  .l-main-event__link:hover::after {
    -webkit-transform: translate(70%, -50%);
            transform: translate(70%, -50%);
  }
  .l-main-event__info time {
    width: 112px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .l-main-event__info time strong {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .l-main-event__info p {
    padding-left: 10px;
  }
  .l-main-event__info p strong {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .l-main-event__more {
    margin-top: 40px;
  }
  .l-main-pager {
    margin-top: 64px !important;
  }
  .l-main-pager a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
  }
  .l-main-pagination {
    margin-top: 25px;
  }
  .l-main-pagination .page-numbers {
    gap: 8px;
  }
}
@media screen and (max-width: 1300px) {
  .l-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
@media screen and (max-width: 1280px) {
  .l-main__tarm {
    gap: 7px;
    margin-top: 10px;
  }
  .l-main__tarm span {
    padding: 4px 9px 5px;
  }
  .l-main-side--nav {
    display: none;
  }
  .l-main-menu {
    margin-top: 35px;
  }
  .l-main-menu__item:nth-of-type(n+2) {
    border-top: 1px dotted #3f3a39;
  }
  .l-main-menu__button {
    height: 45px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
    padding: 0 20px;
  }
  .l-main-menu__button::after {
    width: 11px;
    height: 11px;
  }
  .l-main-menu__inner {
    padding-left: 30px;
    padding-bottom: 9px;
  }
  .l-main-menu__inner li {
    height: 36px;
    gap: 5px;
  }
  .l-main-links {
    gap: 10px;
    margin-top: 20px;
  }
  .l-main-links__inner {
    gap: 2px;
    margin-top: 2px;
    font-size: 0.95em;
  }
  .l-main-links__inner li {
    gap: 5px;
  }
  .l-main-links__inner li:nth-of-type(1) {
    width: 170px;
  }
  .l-main-links--column {
    width: 280px;
    height: 110px;
  }
  .l-main-links--column li {
    width: 120px;
  }
  .l-main-links--request {
    gap: 25px;
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #3f3a39;
    border-bottom: 1px solid #3f3a39;
  }
  .l-main-links--request li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-main-links--request a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .l-main-content {
    padding-top: 62px;
  }
  .l-main-content__menu {
    top: 0;
    width: 375px;
    height: 100vh;
    display: block;
    padding: 60px 27px;
  }
  .l-main-content__float {
    width: 100%;
    height: 68px;
  }
  .l-main-content__float a {
    gap: 5px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.15;
  }
  .l-main-content__float hr {
    height: 30px;
    margin: 0 20px;
  }
}
/*----------------------------------------
	FRONT-PAGE
-----------------------------------------*/
.p-top section:nth-of-type(n+2) {
  margin-top: calc(80 / 375 * 100vw);
}
.p-top-hero__video {
  position: relative;
  width: 100%;
}
.p-top-hero__float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(15 / 375 * 100vw);
  position: absolute;
  bottom: calc(15 / 375 * 100vw);
  right: calc(15 / 375 * 100vw);
  z-index: 10;
}
.p-top-hero__float a {
  display: block;
  width: calc(126 / 375 * 100vw);
}
.p-top-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: calc(42 / 375 * 100vw);
  height: calc(42 / 375 * 100vw);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
.p-top-hero__play.is-stop {
  display: block;
}
.p-top-hero__scroll {
  position: absolute;
  bottom: calc(10 / 375 * 100vw);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top-hero__scroll span {
  position: relative;
  display: block;
  width: 1px;
  height: calc(85 / 375 * 100vw);
  overflow: hidden;
}
.p-top-hero__scroll span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: animate-scroll 1s linear forwards infinite;
          animation: animate-scroll 1s linear forwards infinite;
}
.p-top-hero__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(25 / 375 * 100vw);
  margin-top: calc(30 / 375 * 100vw);
}
.p-top-links-list .splide__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-top-course-box {
  margin: 0 calc(-27 / 375 * 100vw);
  padding: calc(40 / 375 * 100vw) calc(27 / 375 * 100vw);
}
.p-top-course-box--total {
  margin-top: calc(-65 / 375 * 100vw);
  padding-top: calc(70 / 375 * 100vw);
  background: #fdf4f5;
}
.p-top-course-box--license {
  background: #fef8f0;
}
.p-top-course-box--correspondence {
  background: #f4f9fa;
}
.p-top-course-box__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(10 / 375 * 100vw);
  border-left: 1px solid #3f3a39;
  border-right: 1px solid #3f3a39;
}
.p-top-course-box__name span {
  display: block;
}
.p-top-course-box__name strong {
  font-size: calc(24 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.17;
  font-weight: 700;
}
.p-top-course-box__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(10 / 375 * 100vw);
}
.p-top-course-box__catch img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(258 / 375 * 100vw);
}
.p-top-course-box__catch figcaption {
  line-height: 1.625;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.p-top-course-box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(10 / 375 * 100vw);
  margin-top: calc(30 / 375 * 100vw);
}
.p-top-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(20 / 375 * 100vw);
}
.p-top-column__item {
  width: calc(50% - 10 / 375 * 100vw);
}
.p-top-column__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
}
.p-top-column__title {
  padding: 0.3em 0.5em 0.5em;
  line-height: 1.3;
}
.p-top-column__button {
  margin-top: calc(40 / 375 * 100vw);
}
.p-top-news__list {
  margin-bottom: calc(30 / 375 * 100vw);
}
.p-top-news__item:nth-of-type(n+2) {
  margin-top: calc(20 / 375 * 100vw);
  padding-top: calc(20 / 375 * 100vw);
  border-top: 1px solid #3f3a39;
}
.p-top-news-card__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.p-top-news-card__info time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(115 / 375 * 100vw);
}
.p-top-news-card__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: calc(10 / 375 * 100vw);
}
.p-top-access {
  line-height: 1.625;
}
.p-top-access__lead p:nth-of-type(n+2) {
  margin-top: calc(10 / 375 * 100vw);
}
.p-top-access__lead strong {
  font-size: calc(30 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 0.87;
}
.p-top-access__lead span {
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-top-access__map {
  width: 100%;
  height: calc(200 / 375 * 100vw);
  margin-top: calc(10 / 375 * 100vw);
}
.p-top-access__map iframe {
  width: 100%;
  height: 100%;
}
.p-top-access__link {
  letter-spacing: 0;
  text-align: right;
  margin-top: calc(10 / 375 * 100vw);
}
.p-top-access__link a {
  color: #eea7ab;
}
.p-top-access__body {
  margin-top: calc(10 / 375 * 100vw);
  margin-bottom: calc(30 / 375 * 100vw);
}

@media only screen and (min-width: 835px) {
  .p-top section:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .p-top-hero__video a {
    bottom: 15px;
    right: 15px;
    width: 126px;
    height: 126px;
  }
  .p-top-hero__float {
    gap: 15px;
    bottom: 15px;
    right: 15px;
  }
  .p-top-hero__float a {
    width: 126px;
  }
  .p-top-hero__play {
    width: 68px;
    height: 68px;
  }
  .p-top-hero__scroll {
    bottom: 10px;
    gap: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-hero__scroll span {
    height: 85px;
  }
  .p-top-hero__banner {
    gap: 25px;
    margin-top: 30px;
  }
  .p-top-links-list .splide__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-top-course-box {
    margin: 0 -27px;
    padding: 40px 27px;
  }
  .p-top-course-box--total {
    margin-top: -65px;
    padding-top: 70px;
  }
  .p-top-course-box__name {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    border-left: 1px solid #3f3a39;
    border-right: 1px solid #3f3a39;
  }
  .p-top-course-box__name span {
    display: block;
  }
  .p-top-course-box__name strong {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.17;
    font-weight: 700;
  }
  .p-top-course-box__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .p-top-course-box__catch img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 325px;
  }
  .p-top-course-box__catch figcaption {
    font-size: 1.2em;
    line-height: 1.625;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
  .p-top-course-box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  .p-top-column__list {
    gap: 20px;
  }
  .p-top-column__item {
    width: calc(50% - 10px);
  }
  .p-top-column__button {
    margin-top: 40px;
  }
  .p-top-news__list {
    margin-bottom: 30px;
  }
  .p-top-news__item:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #3f3a39;
  }
  .p-top-news-card__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .p-top-news-card__info time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 115px;
  }
  .p-top-news-card__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
  }
  .p-top-access {
    line-height: 1.625;
  }
  .p-top-access__lead p:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .p-top-access__lead strong {
    font-size: 3rem;
    letter-spacing: 0.05em;
    line-height: 0.87;
  }
  .p-top-access__lead span {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .p-top-access__map {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }
  .p-top-access__map iframe {
    width: 100%;
    height: 100%;
  }
  .p-top-access__link {
    letter-spacing: 0;
    text-align: right;
    margin-top: 10px;
  }
  .p-top-access__link a {
    color: #eea7ab;
  }
  .p-top-access__body {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/*----------------------------------------
	LIST
-----------------------------------------*/
.p-list-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.p-list-news__item:nth-of-type(n+2) {
  margin-top: 25px;
}
.p-list-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  font-weight: 700;
}
.p-list-news__text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 834px) {
  .p-list-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.63;
    padding-bottom: calc(15 / 375 * 100vw);
  }
  .p-list-news__item:nth-of-type(n+2) {
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-list-news__date {
    width: 100%;
  }
  .p-list-news__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: wrap;
  }
}
/*----------------------------------------
	POST
-----------------------------------------*/
.p-post .l-header-hero {
  display: none;
}
@media only screen and (max-width: 834px) {
  .p-post .l-header-catch,
  .p-post .l-header__time {
    display: none;
  }
}
.p-post-feature-list__item {
  margin-top: 96px;
}
.p-post-feature-list__item:first-of-type {
  margin-top: 20px;
}
.p-post-feature-list__time {
  position: relative;
  width: 82px;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 2.69;
  font-weight: 500;
}
.p-post-feature-list__time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 1px;
  background: #6E539D;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.p-post-feature-list__title {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  line-height: 1.46;
}
.p-post-feature-list__title strong {
  color: #757575;
}
.p-post-feature-list__figure {
  display: block;
  margin-top: 60px;
}
.p-post-topics__list {
  margin-top: 90px;
}
.p-post-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 96px;
}
.p-post-links__line {
  display: block;
  width: 36px;
  height: 1px;
  margin: 0;
  background: #6E539D;
  border: none;
}
.p-post-links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 500;
  padding: 0 1em;
}
.p-post-links__wrap a {
  color: #757575;
}

@media only screen and (max-width: 834px) {
  .p-post-feature__catch strong {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
  }
  .p-post-feature-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(24 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
  }
  .p-post-feature-list__item:first-of-type {
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-post-feature-list__item:not(:last-of-type)::after {
    content: "";
    width: calc(36 / 375 * 100vw);
    height: 1px;
    background: #6E539D;
    margin: 0 auto;
  }
  .p-post-feature-list__left {
    display: none;
  }
  .p-post-feature-list__time {
    position: static;
    width: 100%;
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2.69;
    text-align: center;
  }
  .p-post-feature-list__time::after {
    display: none;
  }
  .p-post-feature-list__title {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.46;
    text-align: center;
  }
  .p-post-feature-list__figure {
    margin-top: calc(30 / 375 * 100vw);
    margin-inline: calc(-30 / 375 * 100vw);
  }
  .p-post-topics .c-link-category {
    display: none;
  }
  .p-post-topics__list {
    margin-top: 0;
  }
  .p-post-voice__catch strong {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 2;
  }
  .p-post-voice__list {
    border-left: none;
  }
  .p-post-links {
    margin-top: calc(60 / 375 * 100vw);
  }
  .p-post-links__line {
    display: none;
  }
  .p-post-links__wrap {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding: 0;
  }
}
.p-page {
  padding-top: calc(62 / 375 * 100vw);
}
.p-page__wrap {
  position: relative;
  padding-top: calc(50 / 375 * 100vw);
  padding-bottom: calc(50 / 375 * 100vw);
}
.p-page__wrap--top {
  padding-top: 0;
}
.p-page__wrap--bottom {
  padding-bottom: 0;
}
.p-page__wrap--none {
  padding-top: 0;
  padding-bottom: 0;
}
.p-page__wrap > *:not(:first-child) {
  margin-top: calc(16 / 375 * 100vw);
}
.p-page__wrap strong {
  font-weight: 700;
}
.p-page__wrap figure {
  text-align: center;
}
.p-page__wrap iframe {
  width: 100%;
  height: 56vw;
  max-height: 250px;
}
.p-page__wrap sup {
  font-size: 0.9em;
}
.p-page__wrap .is-ls-20 {
  display: inline-block;
  letter-spacing: -0.02em;
}
.p-page__wrap a:not([class]) {
  display: inline-block;
  text-decoration: underline;
}
.p-page__inner {
  width: 100%;
  overflow: auto;
  padding-bottom: 1em;
}
.p-page__background:nth-of-type(n+2) {
  margin-top: calc(20 / 375 * 100vw);
}
.p-page__background--daibi {
  background: #fdf4f5;
}
.p-page__background--eyelash {
  background: #ebf7f6;
}
.p-page__background--top {
  margin-top: calc(70 / 375 * 100vw) !important;
}
.p-page__background--total {
  background: #fdf4f5;
}
.p-page__background--heigaku {
  background: #fef8f0;
}
.p-page__background--tsushin {
  background: #f4f9fa;
}
.p-page__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.p-page__list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.6em;
  background: #ee8f99;
  border-radius: 100vmax;
}
.p-page__list dd {
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.57;
}
.p-page__list--square li::before {
  border-radius: 0;
}
.p-page__list--check li {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75em;
}
.p-page__list--check li::before {
  position: absolute;
  top: calc(-4 / 375 * 100vw);
  left: calc(2 / 375 * 100vw);
  width: calc(20 / 375 * 100vw);
  height: calc(14 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/icon_check.svg");
          mask-image: url("../img/common/icon_check.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  border-radius: 0;
}
.p-page__list--check li::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: 0.4em;
  border: 1px solid #757575;
}
.p-page__list--self {
  text-indent: -1em;
  padding-left: 1em;
}
.p-page__list--self li::before {
  display: none;
}
.p-page__list--number {
  font-size: 0.9em;
}
.p-page__list--number li::before {
  display: none;
}
.p-page__list--note {
  font-size: 0.9em;
}
.p-page__list--note li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-page__list--note li::before, .p-page__list--note li::after {
  display: none;
}
.p-page__list--head {
  font-size: 0.9em;
}
.p-page__list--head li *:first-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-page__list--head li::before {
  display: none;
}
.p-page__list--pdf a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: calc(8 / 375 * 100vw);
  text-decoration: none !important;
}
.p-page__list--pdf a::after {
  content: "";
  display: block;
  width: calc(21 / 375 * 100vw);
  height: calc(26 / 375 * 100vw);
  background: url(../img/common/icon_pdf.png) no-repeat center/contain;
}
.p-page__list--column {
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.29;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.p-page__list--column li {
  margin-top: 0.2em;
}
.p-page__list--column li::before {
  margin-top: 0.4em;
}
.p-page__list--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.29;
}
.p-page__list--grid li {
  margin-top: 0.2em;
}
.p-page__list--grid li::before {
  margin-top: 0.4em;
}
.p-page__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(25 / 375 * 100vw);
  padding: calc(25 / 375 * 100vw);
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #D6D6D6;
}
.p-page__card * {
  margin: 0 !important;
}
.p-page__card a {
  width: 100%;
}
.p-page__card:nth-of-type(n+2) {
  margin-top: calc(25 / 375 * 100vw);
}
.p-page__card--total {
  background: #fdf4f5;
  border-color: #f4a8ac;
}
.p-page__card--heigaku {
  background: #fef8f0;
  border-color: #fbe1c0;
}
.p-page__card--tsushin {
  background: #f4f9fa;
  border-color: #d1e8eb;
}
.p-page__table {
  width: 100%;
  border-collapse: collapse;
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.43;
  background: #fff;
}
.p-page__table--inner {
  margin: calc(10 / 375 * 100vw) 0;
}
.p-page__table--over {
  width: 800px;
}
.p-page__table * {
  border-collapse: collapse;
}
.p-page__table th {
  font-weight: 700;
  padding: 0.5em;
  background: #D6D6D6;
  border: 1px solid #757575;
}
.p-page__table td {
  padding: 0.5em;
  border: 1px solid #757575;
}
.p-page__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(8 / 375 * 100vw);
}
.p-page__icon:not(:first-of-type) {
  margin-top: calc(24 / 375 * 100vw);
  padding-top: calc(24 / 375 * 100vw);
  border-top: 1px solid #3f3a39;
}
.p-page__icon--new {
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: -0.04em;
  line-height: 1.17;
  font-weight: 700;
  color: #74b6bb;
}
.p-page__icon dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(60 / 375 * 100vw);
}
.p-page__icon dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(8 / 375 * 100vw);
  margin: 0 !important;
}
.p-page__arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(20 / 375 * 100vw);
}
.p-page__arrow::after {
  content: "";
  display: block;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background: #ee8f99;
  -webkit-mask-image: url("../img/common/arrow_bottom.svg");
          mask-image: url("../img/common/arrow_bottom.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-page__arrow--heigaku::after {
  background: #f8c482;
}
.p-page-access__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(10 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.43;
}
.p-page-access__route figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(5 / 375 * 100vw);
  width: calc(50% - 5 / 375 * 100vw);
}
.p-page-access__route figure:nth-of-type(n+3) {
  margin-top: calc(10 / 375 * 100vw);
}
.p-page-access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.p-page-faq__box:not(:last-of-type) {
  padding-bottom: 1em;
  border-bottom: 1px solid #757575;
}
.p-page-faq__box dt,
.p-page-faq__box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.p-page-faq__box dt::before,
.p-page-faq__box dd::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50 / 375 * 100vw);
  height: calc(50 / 375 * 100vw);
  font-family: YakuHanJP, "Jost", sans-serif;
  font-size: calc(24 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #3f3a39;
  border-radius: 100vmax;
}
.p-page-faq__box dt::before {
  content: "Q";
}
.p-page-faq__box dd {
  margin-top: 1em;
  font-weight: 500;
  color: #ee8f99;
}
.p-page-faq__box dd::before {
  content: "A";
  background: #ee8f99;
}
.p-page-faq__box img {
  display: block;
  width: 100%;
  margin-top: 1em;
}
.p-page-faq__box .c-link-box {
  margin-top: 1em;
}
.p-page-schedule__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin: 0 !important;
}
.p-page-schedule__box:not(:last-of-type) {
  padding-bottom: 2em;
}
.p-page-schedule__box:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25 / 375 * 100vw);
  display: block;
  width: 1px;
  height: 100%;
  background: #3f3a39;
}
.p-page-schedule__box dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50 / 375 * 100vw);
  height: calc(50 / 375 * 100vw);
  font-family: YakuHanJP, "Jost", sans-serif;
  font-size: calc(24 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #3f3a39;
  border-radius: 100vmax;
  z-index: 2;
}
.p-page-schedule__box img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  border-radius: calc(10 / 375 * 100vw);
}
.p-page-schedule__box p {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.p-page-schedule__box figure {
  margin-top: 0.75em;
}
.p-page-schedule__box figure:nth-of-type(n+2) {
  margin-top: 2em;
}
.p-page-facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16 / 375 * 100vw);
}
.p-page-facility__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(5 / 375 * 100vw);
  width: calc(50% - 8 / 375 * 100vw);
}
.p-page-facility__item img {
  border-radius: calc(5 / 375 * 100vw);
}
.p-page-facility__item figcaption {
  font-weight: 700;
  white-space: nowrap;
  margin-top: 0.5em;
}
.p-page-facility__item p {
  font-size: 0.9em;
  line-height: 1.5;
}
.p-page-facility__item:nth-of-type(n+3) {
  margin-top: calc(10 / 375 * 100vw);
}
.p-page-parent-course__card {
  display: block;
  width: 100%;
}
.p-page-parent-course__card strong {
  font-size: 1.5em;
}
.p-page-parent-course__card figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
}
.p-page-parent-course__card:nth-of-type(n+2) {
  margin-top: calc(25 / 375 * 100vw);
}
.p-page-parent-course__card--total {
  background: #f4a8ac;
}
.p-page-parent-course__card--heigaku {
  background: #fbe1c0;
}
.p-page-parent-course__card--tsushin {
  background: #d1e8eb;
}
.p-page-dormitory__point {
  margin-top: calc(40 / 375 * 100vw);
}
.p-page-dormitory__point figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: calc(10 / 375 * 100vw);
  margin-bottom: 0.5em;
}
.p-page-dormitory__point figure::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: calc(60 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
  background: #ee8f99;
}
.p-page-dormitory__point--01 figure::before {
  -webkit-mask-image: url("../img/common/icon_point_1.svg");
          mask-image: url("../img/common/icon_point_1.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-page-dormitory__point--02 figure::before {
  -webkit-mask-image: url("../img/common/icon_point_2.svg");
          mask-image: url("../img/common/icon_point_2.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-page-dormitory__point--03 figure::before {
  -webkit-mask-image: url("../img/common/icon_point_3.svg");
          mask-image: url("../img/common/icon_point_3.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-page-dormitory__card {
  position: relative;
  background: #fff;
  border-radius: calc(16 / 375 * 100vw);
  margin-top: calc(40 / 375 * 100vw) !important;
  padding-bottom: calc(20 / 375 * 100vw);
}
.p-page-dormitory__card figcaption {
  margin: 1em 0;
}
.p-page-dormitory__card p {
  font-size: 0.9em;
}
.p-page-dormitory__badge {
  position: absolute;
  top: calc(-20 / 375 * 100vw);
  left: 0;
  width: calc(100 / 375 * 100vw);
  margin: 0;
}
.p-page-dormitory__person img {
  display: block;
  width: calc(150 / 375 * 100vw);
  border-radius: 100vmax;
  margin: 0 auto;
}

@media only screen and (min-width: 835px) {
  .p-page {
    padding-top: 62px;
  }
  .p-page__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-page__wrap > *:not(:first-child) {
    margin-top: 16px;
  }
  .p-page__wrap--top {
    padding-top: 0;
  }
  .p-page__wrap--bottom {
    padding-bottom: 0;
  }
  .p-page__wrap--none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-page__background:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .p-page__background--top {
    margin-top: 70px !important;
  }
  .p-page__list dd {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.57;
  }
  .p-page__list--check li::before {
    top: -4px;
    left: 2px;
    width: 20px;
    height: 14px;
  }
  .p-page__list--pdf a {
    gap: 10px;
  }
  .p-page__list--pdf a::after {
    width: 24px;
    height: 28px;
  }
  .p-page__list--column, .p-page__list--grid {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.29;
  }
  .p-page__card {
    gap: 25px;
    padding: 25px;
  }
  .p-page__card:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .p-page__table {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.43;
  }
  .p-page__table--inner {
    margin: 10px 0;
  }
  .p-page__icon {
    gap: 8px;
  }
  .p-page__icon:not(:first-of-type) {
    margin-top: 24px;
    padding-top: 24px;
  }
  .p-page__icon--new {
    font-size: 1.8rem;
    letter-spacing: -0.04em;
    line-height: 1.17;
  }
  .p-page__icon--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-page__icon dt {
    width: 60px;
  }
  .p-page__icon dd {
    gap: 8px;
  }
  .p-page__arrow {
    height: 20px;
  }
  .p-page__arrow::after {
    width: 20px;
    height: 20px;
  }
  .p-page-access__route {
    gap: 10px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.43;
  }
  .p-page-access__route figure {
    gap: 5px;
    width: calc(50% - 5px);
  }
  .p-page-access__route figure:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .p-page-faq__box:not(:last-of-type) {
    padding-bottom: 1em;
    border-bottom: 1px solid #757575;
  }
  .p-page-faq__box dt::before,
  .p-page-faq__box dd::before {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-page-schedule__box:not(:last-of-type)::before {
    left: 25px;
  }
  .p-page-schedule__box dt {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-page-schedule__box img {
    border-radius: 10px;
  }
  .p-page-facility__list {
    gap: 16px;
  }
  .p-page-facility__item {
    gap: 5px;
    width: calc(50% - 8px);
  }
  .p-page-facility__item img {
    border-radius: 5px;
  }
  .p-page-facility__item:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .p-page-parent-course__card:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .p-page-dormitory__point {
    margin-top: 40px;
  }
  .p-page-dormitory__point figure {
    gap: 10px;
  }
  .p-page-dormitory__point figure::before {
    width: 60px;
    height: 60px;
  }
  .p-page-dormitory__card {
    border-radius: 16px;
    margin-top: 40px !important;
    padding-bottom: 20px;
  }
  .p-page-dormitory__badge {
    top: -20px;
    width: 100px;
  }
  .p-page-dormitory__person img {
    width: 150px;
  }
}
#candidates .choice {
  margin: 0 !important;
  padding: calc(45 / 375 * 100vw) calc(25 / 375 * 100vw) !important;
}

.firstblk__flex {
  gap: calc(16 / 375 * 100vw);
}

#candidates .choice__box .firstblk.q01 .firstblk__flex .answerblk:nth-of-type(n+2),
#candidates .choice__box .firstblk.q02 .firstblk__flex .answerblk:nth-of-type(n+2),
#candidates .choice__box .firstblk.q03 .firstblk__flex .answerblk:nth-of-type(n+2) {
  margin: 0 !important;
}

@media only screen and (min-width: 835px) {
  #candidates .choice {
    padding: 45px 25px !important;
  }
  .firstblk__flex {
    gap: 16px;
  }
}
.p-archive__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(8 / 375 * 100vw);
  margin: 0 0 calc(4 / 375 * 100vw);
}
.p-archive__title {
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.33;
}
.p-archive__category {
  background-color: #d5d3e7;
}

@media only screen and (min-width: 835px) {
  .p-archive__info {
    gap: 8px;
    margin: 0 0 4px;
  }
  .p-archive__title {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
}
.p-single .c-text-heading--box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #3f3a39;
  margin-bottom: 0;
}
.p-single section {
  position: relative;
  margin: 0 !important;
}
.p-single section:nth-of-type(even) h2 {
  text-align: right;
}
.p-single section:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(20 / 375 * 100vw);
  display: block;
  width: calc(100% - 40 / 375 * 100vw);
  height: 1px;
  background: #ee8f99;
}
.p-single h2 {
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  color: #ee8f99;
}
.p-single ol li {
  position: relative;
  counter-increment: a-counter;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-single ol li::after {
  position: absolute;
  top: 0;
  left: 1.5em;
  content: counter(a-counter) "";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-single ol li::before {
  content: "";
  display: inline-block;
  width: 1.5em;
}
.p-single ul li {
  counter-increment: a-counter;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-single ul li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 1em;
  background: #3f3a39;
  border-radius: 100vmax;
}

@media only screen and (min-width: 835px) {
  .p-single section:last-of-type::after {
    left: 20px;
    width: calc(100% - 40px);
  }
  .p-single h2 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.p-about__reason {
  margin-bottom: calc(-20 / 375 * 100vw);
  padding-bottom: calc(100 / 375 * 100vw);
}
.p-about__greetings ul {
  padding-left: 1em;
}
.p-about__greetings li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-about__greetings figure {
  width: calc(142 / 375 * 100vw);
  margin: calc(25 / 375 * 100vw) 0 0 auto;
}
.p-about__history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about__history dl:not(:first-of-type) {
  margin-top: 0;
}
.p-about__history dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(60 / 375 * 100vw);
  font-weight: 700;
}
.p-about__program dt {
  font-weight: 700;
  background: #fff;
  margin-bottom: 0.3em;
  padding: 0.1em 0.3em;
}
.p-about__pdf {
  margin-top: calc(50 / 375 * 100vw);
}
.p-about__pdf div {
  padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  border: 1px solid #757575;
}
.p-about__pdf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0 1.5em;
}
.p-about__pdf ul:last-of-type {
  margin-bottom: 0;
}
.p-about__pdf li {
  width: 50%;
}
.p-about__pdf p {
  color: #3f3a39;
}
.p-about__pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.p-about__pdf img {
  width: calc(24 / 375 * 100vw);
}
.p-about__philosophy h3 {
  margin-top: calc(35 / 375 * 100vw) !important;
  margin-bottom: 0;
}
.p-about__qualification ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(320 / 375 * 100vw);
  height: calc(320 / 375 * 100vw);
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #ee8f99;
  border-radius: 100vmax;
}
.p-about__qualification li {
  width: calc(225 / 375 * 100vw);
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 auto;
}
.p-about__qualification li::before {
  margin-top: 0.4em;
  background: #fff;
}
.p-about__qualification li:nth-of-type(n+2) {
  margin-top: 0.5em;
}
.p-about__class h3 {
  margin-bottom: 0;
}
.p-about-card:not(:first-of-type) {
  margin-top: calc(35 / 375 * 100vw);
}
.p-about-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: calc(100 / 375 * 100vw);
  color: #fff;
  padding: 0 calc(10 / 375 * 100vw);
  border-width: 1px;
  border-style: solid;
}
.p-about-card__heading--reson {
  background: #ee8f99;
  border-color: #ee8f99;
}
.p-about-card__heading--relief {
  color: #ee8f99;
  background: #fdf4f5;
  border-color: #ee8f99;
}
.p-about-card__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(70 / 375 * 100vw);
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.19;
}
.p-about-card__number span {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-about-card__title {
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.p-about-card__content {
  padding: calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
  background: #fff;
  border: 1px solid #757575;
  border-top: none;
}
.p-about-card__body {
  margin: 1em 0;
}
.p-about-power > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-about-power:not(:first-of-type) {
  margin-top: calc(45 / 375 * 100vw);
}
.p-about-power__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-about-power__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
  font-size: calc(23 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.09;
  border-right: 1px solid #3f3a39;
}
.p-about-power__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1em;
}
.p-about-power__main span {
  line-height: 1.2;
}
.p-about-power__main strong {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.39;
  font-weight: 900;
}
.p-about-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(6 / 375 * 100vw);
  margin-top: 1em;
}
.p-about-links__button {
  width: calc(50% - 3 / 375 * 100vw);
  border-width: 1px;
  border-style: solid;
  background: #fff;
}
.p-about-links__button figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: calc(40 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.06;
  font-weight: 700;
  padding: 0 calc(8 / 375 * 100vw);
}
.p-about-links__button figcaption::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: calc(18 / 375 * 100vw);
  height: calc(18 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/arrow_link.svg");
          mask-image: url("../img/common/arrow_link.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-about-links__button small {
  font-size: 0.9em;
  letter-spacing: -0.05em;
}
.p-about-links__button--hair {
  color: #e16972;
  border-color: #e16972;
}
.p-about-links__button--hair figcaption::after {
  background: #e16972;
}
.p-about-links__button--eyelash {
  color: #009d8b;
  border-color: #009d8b;
}
.p-about-links__button--eyelash figcaption::after {
  background: #009d8b;
}
.p-about-links__button--make {
  color: #b5d06f;
  border-color: #b5d06f;
}
.p-about-links__button--make figcaption::after {
  background: #b5d06f;
}
.p-about-links__button--nail {
  color: #f29600;
  border-color: #f29600;
}
.p-about-links__button--nail figcaption::after {
  background: #f29600;
}
.p-about-links__button--esthetic {
  color: #004981;
  border-color: #004981;
}
.p-about-links__button--esthetic figcaption::after {
  background: #004981;
}
.p-about-links__button--kitsuke {
  color: #913f92;
  border-color: #913f92;
}
.p-about-links__button--kitsuke figcaption::after {
  background: #913f92;
}
.p-about-atmosphere {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(10 / 375 * 100vw);
}
.p-about-atmosphere dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(98 / 375 * 100vw);
}
.p-about-atmosphere strong {
  display: block;
  line-height: 1;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

@media only screen and (min-width: 835px) {
  .p-about__reason {
    margin-bottom: -20px;
    padding-bottom: 100px;
  }
  .p-about__greetings figure {
    width: 142px;
    margin: 25px 0 0 auto;
  }
  .p-about__history dt {
    width: 60px;
  }
  .p-about__pdf {
    margin-top: 50px;
  }
  .p-about__pdf div {
    padding: 25px 20px;
  }
  .p-about__pdf img {
    width: 24px;
  }
  .p-about__philosophy h3 {
    margin-top: 35px !important;
  }
  .p-about__qualification ul {
    width: 320px;
    height: 320px;
  }
  .p-about__qualification li {
    width: 225px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .p-about-card:not(:first-of-type) {
    margin-top: 35px;
  }
  .p-about-card__heading {
    height: 100px;
    padding: 0 10px;
  }
  .p-about-card__number {
    width: 70px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.19;
  }
  .p-about-card__number span {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .p-about-card__title {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.2;
  }
  .p-about-card__content {
    padding: 20px 25px;
  }
  .p-about-card__body {
    margin: 1em 0;
  }
  .p-about-power:not(:first-of-type) {
    margin-top: 45px;
  }
  .p-about-power__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 48px;
    height: 48px;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    line-height: 1.09;
  }
  .p-about-power__main strong {
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    line-height: 1.39;
  }
  .p-about-links {
    gap: 6px;
  }
  .p-about-links__button {
    width: calc(50% - 3px);
  }
  .p-about-links__button figcaption {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.06;
    padding: 0 8px;
  }
  .p-about-links__button figcaption::after {
    width: 18px;
    height: 18px;
  }
  .p-about-atmosphere {
    gap: 10px;
  }
  .p-about-atmosphere dt {
    width: 98px;
  }
}
.p-course-fv h2 {
  margin-top: calc(35 / 375 * 100vw);
}
.p-course-fv h2:nth-of-type(n+2) {
  margin-top: calc(75 / 375 * 100vw);
}
.p-course-fv__photo {
  margin-top: calc(10 / 375 * 100vw);
}
.p-course-fv__photo figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc(10 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  letter-spacing: 0.025em;
  line-height: 1.83;
  margin-top: calc(16 / 375 * 100vw);
}
.p-course-fv__photo figcaption img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(70 / 375 * 100vw);
}
.p-course-point__heading {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: calc(10 / 375 * 100vw);
  margin-bottom: 0;
}
.p-course-point__heading:nth-of-type(n+2) {
  margin-top: calc(70 / 375 * 100vw);
}
.p-course-point__heading::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: calc(60 / 375 * 100vw);
  height: calc(60 / 375 * 100vw);
}
.p-course-point__heading--point1::before {
  -webkit-mask-image: url("../img/common/icon_point_1.svg");
          mask-image: url("../img/common/icon_point_1.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-course-point__heading--point2::before {
  -webkit-mask-image: url("../img/common/icon_point_2.svg");
          mask-image: url("../img/common/icon_point_2.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-course-point__heading--point3::before {
  -webkit-mask-image: url("../img/common/icon_point_3.svg");
          mask-image: url("../img/common/icon_point_3.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-course-point__card {
  margin-top: calc(56 / 375 * 100vw) !important;
  padding-top: calc(25 / 375 * 100vw);
  padding-bottom: calc(25 / 375 * 100vw);
  background: #fff;
}
.p-course-point__card small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: calc(10 / 375 * 100vw);
  margin-bottom: 0;
}
.p-course-point__card small::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: calc(18 / 375 * 100vw);
  height: calc(25 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/icon_pickup.svg");
          mask-image: url("../img/common/icon_pickup.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-course-point__card strong {
  margin: 0;
}
.p-course-point__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(5 / 375 * 100vw);
}
.p-course-point__links dt {
  font-weight: 700;
  color: #fff;
  background: #f29600;
  padding: 0 0.75em;
  border-radius: 100vmax;
}
.p-course-point__links dd {
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: -0.02em;
  line-height: 1.63;
  font-weight: 700;
}
.p-course-point__links dd a {
  color: #f29600;
}
.p-course-point__links dd a::after {
  background: #f29600;
}
.p-course-timetable__heading {
  margin-bottom: 0;
}
.p-course-timetable__card {
  margin-top: calc(45 / 375 * 100vw) !important;
  padding-top: calc(25 / 375 * 100vw);
  padding-bottom: calc(25 / 375 * 100vw);
}
.p-course-timetable__card--total {
  background: #fdf4f5;
}
.p-course-timetable__card h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10 / 375 * 100vw);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.p-course-voice {
  overflow: hidden;
}
.p-course-voice h3 {
  margin: 0;
}
.p-course-voice h3:nth-of-type(n+2) {
  margin-top: calc(32 / 375 * 100vw);
}
.p-course-voice__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: calc(10 / 375 * 100vw);
}
.p-course-voice__profile img {
  width: calc(150 / 375 * 100vw);
  border-radius: 100vmax;
}
.p-course-voice__schedule {
  position: relative;
  margin-top: calc(40 / 375 * 100vw);
}
.p-course-voice__schedule h3 {
  position: absolute;
  top: calc(32 / 375 * 100vw);
  left: 0;
  width: 100%;
}
.p-course-voice__decoration {
  position: absolute;
}
.p-course-voice__decoration--total {
  top: calc(-15 / 375 * 100vw);
  right: calc(30 / 375 * 100vw);
  width: calc(110 / 375 * 100vw);
}
.p-course-voice__decoration--heigaku {
  top: calc(47 / 375 * 100vw);
  right: calc(-22 / 375 * 100vw);
  width: calc(147 / 375 * 100vw);
}
.p-course-intarview h2:nth-of-type(n+2) {
  margin-top: calc(60 / 375 * 100vw);
}
.p-course-intarview h3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1em;
}
.p-course-intarview h4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1em;
  margin-bottom: 0;
}
.p-course-intarview figcaption {
  margin-top: calc(10 / 375 * 100vw);
}
.p-course-intarview strong {
  font-weight: 700;
}
.p-course-intarview__photo {
  margin-top: calc(40 / 375 * 100vw) !important;
}
.p-course-intarview__photo h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: calc(10 / 375 * 100vw);
  margin-bottom: calc(10 / 375 * 100vw);
}
.p-course-intarview__photo h3::before {
  content: "";
  display: block;
  width: calc(35 / 375 * 100vw);
  height: calc(27 / 375 * 100vw);
  -webkit-mask-image: url("../img/common/icon_photo.svg");
          mask-image: url("../img/common/icon_photo.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-course-intarview__photo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: calc(10 / 375 * 100vw);
}
.p-course-intarview__photo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(131 / 375 * 100vw);
}
.p-course-intarview__message {
  margin-top: calc(32 / 375 * 100vw) !important;
  padding: calc(32 / 375 * 100vw) 0;
  border-top: 1px solid #3f3a39;
  border-bottom: 1px solid #3f3a39;
}
.p-course-intarview__message .c-text-heading--title {
  margin-top: 0 !important;
  margin-bottom: calc(16 / 375 * 100vw);
}
.p-course-intarview__message figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10 / 375 * 100vw);
  margin-top: calc(16 / 375 * 100vw);
}
.p-course-intarview__message figure img {
  width: calc(152 / 375 * 100vw);
  border-radius: 100vmax;
}
.p-course-intarview__message dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(8 / 375 * 100vw);
}
.p-course-intarview__message dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(34 / 375 * 100vw);
  font-weight: 700;
}
.p-course-intarview__message dd {
  letter-spacing: -0.015em;
}
.p-course-intarview__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: calc(10 / 375 * 100vw);
  margin-top: calc(16 / 375 * 100vw);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-course-pdf ul {
  padding-top: calc(25 / 375 * 100vw);
  padding-bottom: calc(25 / 375 * 100vw);
}
.p-course-pdf li:nth-of-type(n+2) {
  margin-top: calc(8 / 375 * 100vw);
}
.p-course-pdf a {
  text-decoration: underline;
}
.p-course-banner a {
  display: block;
}
.p-course-curriculum h3 {
  margin-bottom: 0;
}
.p-course-curriculum h3:nth-of-type(n+2) {
  margin-top: calc(32 / 375 * 100vw);
}
.p-course-curriculum__image {
  width: 100%;
}
.p-course-curriculum__image img {
  width: calc(250 / 375 * 100vw);
}
.p-course-curriculum__card {
  margin-top: calc(45 / 375 * 100vw) !important;
  padding-top: calc(25 / 375 * 100vw);
  padding-bottom: calc(25 / 375 * 100vw);
}
.p-course-curriculum__card dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
}
.p-course-schooling h2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-course-schooling h2 small {
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.63;
  text-align: right;
  font-weight: 400;
}
.p-course-schooling__table {
  display: block;
}
.p-course-schooling__table figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(46 / 375 * 100vw);
  font-size: calc(21 / 375 * 100vw);
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #74b6bb;
}

@media only screen and (min-width: 835px) {
  .p-course-fv h2 {
    margin-top: 35px;
  }
  .p-course-fv h2:nth-of-type(n+2) {
    margin-top: 75px;
  }
  .p-course-fv__photo {
    margin-top: 10px;
  }
  .p-course-fv__photo figcaption {
    gap: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    line-height: 1.83;
    margin-top: 16px;
  }
  .p-course-fv__photo figcaption img {
    width: 70px;
  }
  .p-course-point__heading {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .p-course-point__heading:nth-of-type(n+2) {
    margin-top: 70px;
  }
  .p-course-point__heading::before {
    width: 60px;
    height: 60px;
  }
  .p-course-point__card {
    margin-top: 56px !important;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-course-point__card small {
    gap: 10px;
  }
  .p-course-point__card small::before {
    width: 18px;
    height: 25px;
  }
  .p-course-point__links {
    gap: 5px;
  }
  .p-course-point__links dd {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1.63;
  }
  .p-course-timetable__card {
    margin-top: 45px !important;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-course-timetable__card h3 {
    gap: 10px;
  }
  .p-course-voice h3:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .p-course-voice__profile {
    gap: 10px;
  }
  .p-course-voice__profile img {
    width: 150px;
    border-radius: 100vmax;
  }
  .p-course-voice__schedule {
    margin-top: 40px;
  }
  .p-course-voice__schedule h3 {
    top: 32px;
  }
  .p-course-voice__decoration--total {
    top: -15px;
    right: 30px;
    width: 110px;
  }
  .p-course-voice__decoration--heigaku {
    top: 47px;
    right: -22px;
    width: 147px;
  }
  .p-course-intarview h2:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .p-course-intarview figcaption {
    margin-top: 10px;
  }
  .p-course-intarview strong {
    font-weight: 700;
  }
  .p-course-intarview__photo {
    margin-top: 40px !important;
  }
  .p-course-intarview__photo h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
    margin-bottom: 10px;
  }
  .p-course-intarview__photo h3::before {
    width: 35px;
    height: 27px;
  }
  .p-course-intarview__photo div {
    gap: 10px;
  }
  .p-course-intarview__photo img {
    width: 131px;
  }
  .p-course-intarview__message {
    margin-top: 32px !important;
    padding: 32px 0;
  }
  .p-course-intarview__message .c-text-heading--title {
    margin-bottom: 16px;
  }
  .p-course-intarview__message figure {
    gap: 10px;
    margin-top: 16px;
  }
  .p-course-intarview__message figure img {
    width: 152px;
  }
  .p-course-intarview__message dl {
    gap: 8px;
  }
  .p-course-intarview__message dt {
    width: 32px;
  }
  .p-course-intarview__image {
    width: 100%;
    gap: 10px;
    margin-top: 16px;
  }
  .p-course-pdf ul {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-course-pdf li:nth-of-type(n+2) {
    margin-top: 8px;
  }
  .p-course-pdf a {
    gap: 10px;
  }
  .p-course-pdf img {
    width: 24px;
  }
  .p-course-curriculum h3:nth-of-type(n+2) {
    margin-top: 32px;
  }
  .p-course-curriculum__image img {
    width: 250px;
  }
  .p-course-curriculum__card {
    margin-top: 45px !important;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-course-schooling h2 small {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.63;
    text-align: right;
    font-weight: 400;
  }
  .p-course-schooling__table figcaption {
    height: 46px;
    font-size: 2.1rem;
    letter-spacing: 0.025em;
    line-height: 1;
  }
}
.p-opencampus__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(45 / 375 * 100vw);
}
.p-opencampus__list--total li {
  background-color: #fdf4f5;
  border-color: #eea7ab;
}
.p-opencampus__list--heigaku li {
  background-color: #fef8f0;
  border-color: #f8c482;
}
.p-opencampus__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 375 * 100vw);
  padding: calc(24 / 375 * 100vw);
  background-image: linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-size: 18px 18px;
  border-width: 3px;
  border-style: solid;
}
.p-opencampus__card a {
  width: 100%;
}
.p-opencampus__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-opencampus__info time {
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-opencampus__info strong {
  font-size: calc(32 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}
.p-opencampus__info span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.19;
}
.p-opencampus__info .l-main__tarm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-opencampus__title {
  font-size: 1.5em;
  font-weight: 700;
}
.p-opencampus__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(10 / 375 * 100vw);
}
.p-opencampus__date a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 5 / 375 * 100vw);
  height: calc(70 / 375 * 100vw);
  background: #fff;
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none !important;
}
.p-opencampus__date strong {
  font-size: calc(32 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-opencampus__date span {
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.19;
}
.p-opencampus-flow {
  position: relative;
}
.p-opencampus-flow--total figcaption,
.p-opencampus-flow--total h3 {
  color: #eea7ab;
}
.p-opencampus-flow--total .p-opencampus-flow__card::after {
  background-color: #eea7ab;
}
.p-opencampus-flow--heigaku figcaption,
.p-opencampus-flow--heigaku h3 {
  color: #f8c482;
}
.p-opencampus-flow--heigaku .p-opencampus-flow__card::after {
  background-color: #f8c482;
}
.p-opencampus-flow__back {
  position: absolute;
  top: calc(90 / 375 * 100vw);
  left: 0;
  width: 100%;
}
.p-opencampus-flow__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(15 / 375 * 100vw);
}
.p-opencampus-flow__card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-opencampus-flow__card--reverse figcaption {
  left: auto !important;
  right: -10%;
}
.p-opencampus-flow__photo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: calc(146 / 375 * 100vw);
}
.p-opencampus-flow__photo figcaption {
  position: absolute;
  top: -20%;
  left: -10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(70 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
}
.p-opencampus-flow__text {
  width: 100%;
}
.p-opencampus-flow__text h3 {
  font-size: calc(20 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-opencampus .schedule__box {
  position: relative;
  z-index: 2;
}
.p-opencampus .mc-main .has-events .mc-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.p-opencampus .mc-list-details.event-count {
  font-size: 0.9em;
}
.p-opencampus .mc-main .event-title button {
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0em;
  line-height: 1.87;
}
.p-opencampus .mc-main .details .close {
  top: 0;
  right: 0;
  width: 3rem;
  height: 2.7rem;
  line-height: 1 !important;
  background: #ee8f99 !important;
  padding: 0 !important;
}
.p-opencampus .mc-main .details .close::before, .p-opencampus .mc-main .details .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-opencampus .mc-main .details .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.p-opencampus .mc-main .details .close span {
  display: none !important;
}
.p-opencampus .mc-main .mc-time .month,
.p-opencampus .mc-main .mc-time .week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 32px;
  padding: 0;
}
.p-opencampus .mc-main .my-calendar-date-switcher {
  margin: 0;
}
.p-opencampus .mc-main .my-calendar-date-switcher select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 20px 2px 5px;
}
.p-opencampus .mc-main .mc-date-switcher div {
  gap: 3px;
}
.p-opencampus .mc-main .my-calendar-date-switcher input[type=submit] {
  padding: 2px 6px;
}

@media only screen and (min-width: 835px) {
  .p-opencampus__list {
    gap: 45px;
  }
  .p-opencampus__card {
    gap: 16px;
    padding: 24px;
  }
  .p-opencampus__info time {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .p-opencampus__info strong {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-opencampus__info span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.19;
  }
  .p-opencampus__date {
    gap: 10px;
  }
  .p-opencampus__date a {
    width: calc(50% - 5px);
    height: 70px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .p-opencampus__date strong {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-opencampus__date span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.19;
  }
  .p-opencampus-flow__back {
    top: 90px;
  }
  .p-opencampus-flow__card {
    gap: 18px;
  }
  .p-opencampus-flow__photo {
    width: 146px;
  }
  .p-opencampus-flow__photo figcaption {
    font-size: 7rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-opencampus-flow__text h3 {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.1;
  }
  .p-opencampus .mc-main .event-title button {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.87;
  }
}
/* 色変更
===================================*/
.is-default {
  background: #d5d3e7 !important;
}

.is-normal {
  color: #3f3a39;
}

.is-base {
  background: #fff;
  border-color: #fff;
}

.is-total {
  color: #ee8f99;
}
.is-total::before {
  background-color: #ee8f99;
}
.is-total li {
  color: #3f3a39;
}
.is-total li::before {
  background-color: #ee8f99;
}
.is-total-thin {
  border-color: #fdf4f5;
  background-color: #fdf4f5;
}
.is-total-float {
  text-align: center;
  background-color: #eea7ab;
}
.is-total-float a {
  font-size: calc(18 / 375 * 100vw);
}

.is-heigaku {
  color: #f0a85b;
}
.is-heigaku::before {
  background-color: #f0a85b;
}
.is-heigaku li {
  color: #3f3a39;
}
.is-heigaku li::before {
  background-color: #f0a85b;
}
.is-heigaku-thin {
  border-color: #fef8f0;
  background-color: #fef8f0;
}
.is-heigaku-float {
  text-align: center;
  background-color: #f8c482;
}
.is-heigaku-float a {
  font-size: calc(18 / 375 * 100vw);
}

.is-tsushin {
  color: #74b6bb;
}
.is-tsushin::before {
  background-color: #74b6bb;
}
.is-tsushin li {
  color: #3f3a39;
}
.is-tsushin li::before {
  background-color: #74b6bb;
}
.is-tsushin-thin {
  border-color: #f4f9fa;
  background-color: #f4f9fa;
}
.is-tsushin-float {
  gap: calc(8 / 375 * 100vw);
  font-size: 0.9em;
  text-align: center;
  background-color: #a4d0d7;
}
.is-tsushin-float a {
  font-size: calc(18 / 375 * 100vw);
}

.is-hair {
  color: #e16972;
}
.is-hair::before {
  background-color: #e16972;
}
.is-hair li {
  color: #3f3a39;
}
.is-hair li::before {
  background-color: #e16972;
}
.is-hair-thin {
  border-color: #fdf3f4;
  background-color: #fdf3f4;
}
.is-hair-box {
  background-color: #e16972;
}

.is-eyelash {
  color: #009d8b;
}
.is-eyelash::before {
  background-color: #009d8b;
}
.is-eyelash li {
  color: #3f3a39;
}
.is-eyelash li::before {
  background-color: #009d8b;
}
.is-eyelash-thin {
  border-color: #ebf7f6;
  background-color: #ebf7f6;
}
.is-eyelash-box {
  background-color: #009d8b;
}

.is-make {
  color: #b5d06f;
}
.is-make::before {
  background-color: #b5d06f;
}
.is-make li {
  color: #3f3a39;
}
.is-make li::before {
  background-color: #b5d06f;
}
.is-make-thin {
  border-color: #f9fbf3;
  background-color: #f9fbf3;
}
.is-make-box {
  background-color: #b5d06f;
}

.is-nail {
  color: #f29600;
}
.is-nail::before {
  background-color: #f29600;
}
.is-nail li {
  color: #3f3a39;
}
.is-nail li::before {
  background-color: #f29600;
}
.is-nail-thin {
  border-color: #fef7eb;
  background-color: #fef7eb;
}
.is-nail-box {
  background-color: #f29600;
}

.is-esthetic {
  color: #004981;
}
.is-esthetic::before {
  background-color: #004981;
}
.is-esthetic li {
  color: #3f3a39;
}
.is-esthetic li::before {
  background-color: #004981;
}
.is-esthetic-thin {
  border-color: #ebf0f5;
  background-color: #ebf0f5;
}
.is-esthetic-box {
  background-color: #004981;
}

.is-kitsuke {
  color: #913f92;
}
.is-kitsuke::before {
  background-color: #913f92;
}
.is-kitsuke li {
  color: #3f3a39;
}
.is-kitsuke li::before {
  background-color: #913f92;
}
.is-kitsuke-thin {
  border-color: #f6f0f6;
  background-color: #f6f0f6;
}
.is-kitsuke-box {
  background-color: #913f92;
}

.c-back-news {
  background-color: #d5d3e7;
}
.c-back-total {
  background-color: #f6d3d5;
}
.c-back-tsushin {
  background-color: #d1e8eb;
}
.c-back-heigaku {
  background-color: #fbe1c0;
}