@charset "UTF-8";
:root {
  --base-width: 1180px;
  --base-font-size: 16px;
  --base-color: #00a8e9;
  --kango-color: #fa5049;
  --base-light-color: #e5f6fd;
  --gray-color: #b4b4b5;
  --key-color: #ffdd00;
  --sp-inquiry-height: 60px;
  --left-wdith: 205px;
  --content-width: 1080px;
  --content-margin: 60px;
  --short-nav-width: 50px;
  --light-blue: #e9eff1;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("./fonts/Roboto-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("./fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("./fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("./fonts/Roboto-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("./fonts/Roboto-Italic.ttf") format("truetype");
  font-display: swap;
}
.robot-bold {
  font-family: Roboto;
  font-weight: 700;
}

@font-face {
  font-family: "NotoSansCJKJPlocal";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("Noto Sans JP"), local("NotoSansJP-Regular");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKJPsub";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSansJP-Regular-lws.woff2") format("woff2"), url("./fonts/NotoSansJP-Regular-lws.woff") format("woff"), url("./fonts/NotoSansJP-Regular-lws.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKJPlocal";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Medium"), local("Noto Sans JP"), local("NotoSansJP-Medium");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKJPsub";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/NotoSansJP-Medium-lws.woff2") format("woff2"), url("./fonts/NotoSansJP-Medium-lws.woff") format("woff"), url("./fonts/NotoSansJP-Medium-lws.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKJPlocal";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Bold"), local("Noto Sans JP"), local("NotoSansJP-Bold");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKJPsub";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSansJP-Bold-lws.woff2") format("woff2"), url("./fonts/NotoSansJP-Bold-lws.woff") format("woff"), url("./fonts/NotoSansJP-Bold-lws.otf") format("opentype");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  vertical-align: top;
}

input,
button,
textarea,
select {
  font: inherit;
}

button:focus {
  outline: 0;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul:not([class]) {
  margin-bottom: 20px;
}
ul:not([class]) li {
  font-size: 16px;
  font-size: 1.6rem;
}

ol:not([class]) {
  margin-bottom: 20px;
}
ol:not([class]) li {
  font-size: 16px;
  font-size: 1.6rem;
}

h1:not[class], h2:not[class], h3:not[class], h4:not[class], h5:not[class] {
  padding-bottom: 0;
}

.mt0 {
  margin-top: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pt7 {
  padding-top: 7px !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .md-mt0 {
    margin-top: 0px !important;
  }
  .md-mt15 {
    margin-top: 15px !important;
  }
  .md-mt20 {
    margin-top: 20px !important;
  }
  .md-mt25 {
    margin-top: 25px !important;
  }
  .md-mt30 {
    margin-top: 30px !important;
  }
  .md-pt0 {
    padding-top: 0px !important;
  }
  .md-pt5 {
    padding-top: 5px !important;
  }
  .md-pt10 {
    padding-top: 10px !important;
  }
  .md-pt15 {
    padding-top: 15px !important;
  }
  .md-pt20 {
    padding-top: 20px !important;
  }
  .md-pt25 {
    padding-top: 25px !important;
  }
  .md-pt30 {
    padding-top: 30px !important;
  }
  .md-pt35 {
    padding-top: 35px !important;
  }
  .md-pt40 {
    padding-top: 40px !important;
  }
  .md-pt45 {
    padding-top: 45px !important;
  }
  .md-pt50 {
    padding-top: 50px !important;
  }
  .md-mt50 {
    margin-top: 50px !important;
  }
  .md-mb0 {
    margin-bottom: 0px !important;
  }
  .md-mb5 {
    margin-bottom: 5px !important;
  }
  .md-mb20 {
    margin-bottom: 20px !important;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb60 {
    margin-bottom: 60px !important;
  }
  .md-ml40 {
    margin-left: 40px !important;
  }
  .md-mr40 {
    margin-right: 40px !important;
  }
  .md-pb0 {
    padding-bottom: 0px !important;
  }
  .md-pb15 {
    padding-bottom: 15px !important;
  }
  .md-pb30 {
    padding-bottom: 30px !important;
  }
  .md-pr0 {
    padding-right: 0px !important;
  }
  .md-pl0 {
    padding-left: 0px !important;
  }
  .md-pl5 {
    padding-left: 5px !important;
  }
  .md-pl25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-pl0 {
    padding-left: 0px !important;
  }
  .sp-pl20 {
    padding-left: 20px !important;
  }
  .sp-pt30 {
    padding-top: 30px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mr0 {
    margin-right: 0 !important;
  }
  .sp-mr25 {
    margin-right: 25px !important;
  }
  .sp-mr30 {
    margin-right: 30px !important;
  }
  .sp-ml0 {
    margin-left: 0 !important;
  }
  .sp-ml30 {
    margin-left: 30px !important;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-pb20 {
    padding-bottom: 20px !important;
  }
  .sp-pb25 {
    padding-bottom: 25px !important;
  }
  .sp-pb30 {
    padding-bottom: 30px !important;
  }
}
.robot-r {
  font-family: Roboto;
  font-weight: 400;
}

.robot-b {
  font-family: Roboto;
  font-weight: 700;
}

.ffs-palt {
  font-feature-settings: "palt" 1;
}

.text-10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.text-11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.text-12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.text-13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.text-14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.text-15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.text-16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.text-17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.text-18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.text-19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.text-20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.text-21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.text-22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.text-23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.text-24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.text-25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.text-28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.text-30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9), 0 0 4px rgba(0, 0, 0, 0.5);
}

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

.text-justify {
  text-align: justify !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .md-text-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-text-12 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  .sp-text-14 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  .sp-text-16 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .sp-text-18 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .sp-text-20 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .sp-text-30 {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.normal {
  font-weight: normal !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic;
}

.indent {
  text-indent: 1em;
}

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

.ls0 {
  letter-spacing: 0 !important;
}

.ls {
  letter-spacing: 0.1em !important;
}

.ls05 {
  letter-spacing: 0.05em !important;
}

.ls2 {
  letter-spacing: 0.2em !important;
}

.noindent {
  letter-spacing: 0 !important;
  text-indent: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.nowrap {
  white-space: nowrap;
}

.vertical-rl {
  writing-mode: vertical-rl;
}

.text-crop::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
}

.hidetxt {
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.floL {
  float: left;
}

.floR {
  float: right;
}

.imgL {
  float: left;
  margin-right: 50px;
  margin-bottom: 35px;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .imgL {
    float: none;
    margin: 0 auto 20px auto;
  }
}

.imgR {
  float: right;
  margin-left: 30px;
  margin-bottom: 35px;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .imgR {
    float: none;
    margin: 0 auto 40px auto;
  }
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.margin-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.overhidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.hidden-pc {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-tablet {
    display: none !important;
  }
}

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

@media screen and (max-width: 1008px) {
  .display-pc {
    display: block !important;
  }
}

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

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

.hover-img {
  position: relative;
  overflow: hidden;
}
.hover-img > img {
  position: relative;
  z-index: 0;
  transform: scale(1);
  transition: transform 600ms ease-out;
}
.hover-img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  transform: translate3d(0, 0, 1px);
  transition: border 250ms ease-out;
}

*:hover > .hover-img > img {
  transform: scale(1.05);
}
*:hover > .hover-img::before {
  border: 10px solid var(--base_color);
}

.radius {
  border-radius: 100%;
}

.border-radius-s {
  border-radius: 4px;
}

.border-radius-m {
  border-radius: 8px;
}

.border-radius-l {
  border-radius: 12px;
}

.gray-box {
  display: inline-flex;
  align-items: center;
  background-color: #efefef;
  padding: 5px 14px;
}

.radius-box {
  padding: 20px 20px;
  border-radius: 6px;
}

.box {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
}

.box-solid {
  padding: 20px;
  padding: clamp(20px, 5vw, 30px);
}

.box-solid-narrow {
  padding: 5px;
  padding: clamp(5px, 2vw, 15px);
}

.box-border {
  padding: 20px 2em;
  border-width: 4px;
  border-style: solid;
}

.object-cover {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .md-object-cover {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sp-object-cover {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
  }
}

.object-cover-child > * {
  width: inherit;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

hr {
  padding: 50px 0;
  margin: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  hr {
    padding: 40px 0;
  }
}

hr.border {
  border-top: 1px solid var(--base_color);
}

.no-bg {
  background: none !important;
}

.img-full {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .sp-img-full {
    width: 100%;
    height: auto;
  }
}
.content-visibility {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

@media screen and (max-width: 967px) {
  :root {
    --content-margin: 30px;
  }
}
@media screen and (max-width: 967px) {
  :root {
    --content-margin: 20px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 10px;
  color: #231815;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

.safari body {
  font-family: "Yu Gothic Regular", sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #231815;
}
a:hover {
  color: var(--base-color);
}

*:focus {
  outline: none;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
.page-block > article p:not(:last-of-type) {
  margin-bottom: 1.6em;
}

.page {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page {
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .page::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 70px);
    background-color: #000;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 1001;
    pointer-events: none;
    opacity: 0.5;
    transform: translateX(100%);
    transition: transform 300ms ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .is-sp-open .page {
    overflow-x: hidden;
  }
  .is-sp-open .page::before {
    transform: translateX(0%);
    transition: transform 300ms ease-out;
  }
}

.is-sp-open {
  height: 100vh;
  cursor: pointer;
  overflow: hidden;
}

.page-block {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .page-block {
    padding-top: 70px;
  }
}
.is-sp-open .page-block {
  cursor: pointer;
  overflow: hidden;
  pointer-events: none;
}
.is-sp-open .page-block > * {
  pointer-events: none;
}

/*
.branding-img {
  height: 100vh;
  position: relative;
  // &::before{
  //   content: "";
  //   display: block;
  //   background-color: red;
  //   position: absolute;
  //   top:0;
  //   left:0;
  //   width: 100%;
  //   height:100vh;// var(--scroll-y)+"px";
  // }

  .target-block {
    position: fixed;
    top: 0;
    left: var(--left-wdith);
    z-index: -1;
    width: calc(100% - 700px - var(--left-wdith));
    height: 100%;

    overflow: hidden;

    &::before {
      content: "";
      display: block;
      width: 100%;
      height: inherit;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0);
      transition: background-color 700ms ease-out;
    }

    @include g.mq(navbreak) {
      left: var(--short-nav-width);
      width: calc(100% - 700px - var(--short-nav-width));
    }

    // @include g.mq(md) {
    //   width: 100%;
    //   height: 284px;
    //   &:not(:first-of-type){
    //     display: none;
    //   }
    // }
  }

  .target-block--shadow::before {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .target-block-last {
    z-index: 0;
    width: 100%;

  }

  .target-copy {
    display: none;
    position: fixed;
    left: calc(40% - 90px);
    top: 23px;
    z-index: 1;
    opacity: 0;

    >* {
      margin: auto;
    }

    // @include g.mq(pc) {
    //   left:auto;
    //   right:60%;
    //   width: calc(40% - 220px - 3.3vw);
    // }
    // @include g.mq(md) {
    //   display: none;
    // }
  }

  //スクロールが行きすぎて、enter leaveを通りすぎると消えないため
  .target-copy:not(.is-active) {
    animation: fadeOut 600ms ease-in-out 1 forwards;
  }

}
*/
.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex4 {
  z-index: 4;
}

.zindex5 {
  z-index: 5;
}

.branding-text {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "游明朝体 Pr6N", serif;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.branding-img-item {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.flex-row-block {
  display: flex;
}
@media screen and (max-width: 1008px) {
  .flex-row-block {
    display: block;
  }
}
.flex-row-block p,
.flex-row-block li,
.flex-row-block dt,
.flex-row-block dd {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .flex-row-block p,
  .flex-row-block li,
  .flex-row-block dt,
  .flex-row-block dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.--full-bleed {
  grid-column: 1/4;
}

.base-container {
  display: grid;
  grid-template-columns: var(--left-wdith) 1fr var(--short-nav-width);
}
@media screen and (max-width: 767px) {
  .base-container {
    grid-template-columns: 1fr;
  }
}
.base-container .container-header {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .base-container .container-header {
    display: contents;
  }
}
.base-container .fixed-nav {
  grid-column: 3;
  grid-row: 1;
}

:where(.container) {
  display: grid;
  grid-template-columns: minmax(var(--content-margin), auto) minmax(auto, 1080px) minmax(var(--content-margin), auto);
}
:where(.container) > * {
  grid-column: 2;
}

@media screen and (max-width: 767px) {
  .--md-full-bleed {
    grid-column: 1/4;
  }
}

/*
.main {
  flex-grow: 1;
  //padding-left: 50px;
  //padding-right: 70px;
  // text-align: right;
  overflow: hidden;
  position: relative;

  @include g.mq(navbreak) {
    // padding-left: 50px;
    // text-align: center;
  }

  @include g.mq(md) {
    //padding: 0;

  }
}
*/
.container__inner {
  container-name: responsive;
  container-type: inline-size;
}

@container (width <=640px) {
  .container__inner .row-reverse {
    flex-direction: column;
  }
}
.map {
  width: 100%;
  height: 350px;
  margin-top: 100px;
  object-fit: cover;
}
.map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .map {
    display: none;
  }
}

#accessmap {
  height: 400px;
}

.header {
  z-index: 2;
  position: sticky;
  top: var(--left-wdith);
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    z-index: 1080;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    top: 70px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform ease-in-out 300ms;
  }
}

.is-sp-open .header {
  transform: translate(0%);
  transition: transform ease-in-out 300ms;
}

@media screen and (max-width: 767px) {
  .sp-scroll-container {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

.fixed {
  position: fixed;
  transform: translateY(0);
  top: 0;
}

/*
.container-header {
  position: fixed;
  top:0;
  right:0;
  //width: 100%;
  height: g.$header_height;
  transition: transform 400ms ease-in;

  //background-color: g.$header_bg;
  // display: flex;
  // align-items: center;

  // position: fixed;
  // z-index: 110;

  // width: 100%;
  // height: g.$header_height;
  // background-color: rgba(255, 255, 255, 0);
  // padding-left: g.$margin; //20px;
  // padding-right: g.$margin; //20px;
  //transition: background-color 100ms ease-in-out, height 200ms ease-in-out;

  // @include g.mq(md) {
  //   height: g.$sp_header_height;
  //   height: clamp(g.$sp_header_height, calc(70px + 1vw), g.$header_height);
  // }
  // @include g.mq(sm) {
  //   padding-left: clamp(20px, 1vw, g.$sp_margin);
  //   padding-right: clamp(20px, 1vw, g.$sp_margin);
  //   height: g.$sp_header_height;
  //   background-color: rgba(255, 255, 255, 0.9);
  // }
  // @include g.mq(xs) {
  //   padding-left: 10px;
  //   padding-right: 10px;
  // }
  // &__inner {
  //   //max-width: g.$base_width;
  //   display: flex;
  //   width: inherit;
  //   //margin: 0 auto;
  //   //position: relative;
  //   padding: 5px 0;
  //   height: 100%;
  // }
  &.translucent {
    //background-color: rgba(255, 255, 255, 0.9);
    //height: g.$sp_header_height;
    transform: translateY(-40px);
    @include g.mq(md) {
      transform:none;
    }
  }
}
@include g.mq(md) {
  .container-header{
    position: static;
    height: auto;
  }
}
// @include g.mq(md) {
//   .header {
//     .link-list > li {
//       @include g.fts(13, 1.2);
//     }
//   }
// }
//gNav
*/
.container-nav {
  width: var(--left-wdith);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .container-nav {
    display: block;
    position: static;
    width: auto;
    height: auto;
    padding-bottom: 50px;
  }
}

.logo {
  width: var(--left-wdith);
  height: var(--left-wdith);
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0px;
  background-color: var(--base-color);
}
@media screen and (max-width: 767px) {
  .logo {
    width: 100%;
    height: 70px;
    padding-left: 3vw;
    z-index: 1060;
  }
}
.logo .text-10 {
  color: white;
}
@media screen and (max-width: 767px) {
  .logo .text-10 {
    grid-area: md-logo-text;
    align-self: flex-end;
  }
}

.logo__child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .logo__child {
    display: grid;
    grid-template-areas: "md-logo-mark md-logo-text" "md-logo-mark md-logo-name";
    justify-content: flex-start;
    column-gap: 7px;
  }
  .logo__child .text-10 {
    margin-top: 6px;
  }
}

.logo-mark {
  display: inline-block;
  width: 86px;
  height: 64px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .logo-mark {
    grid-area: md-logo-mark;
    width: 45px;
    height: auto;
    margin: 0;
  }
}

.logo-text {
  display: block;
  padding-top: 12px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .logo-text {
    grid-area: md-logo-name;
    padding-top: 5px;
    width: 172px;
    height: auto;
    align-self: flex-start;
  }
}

.sp-header-height {
  display: none;
}

.school-name {
  display: none;
}
@media screen and (max-width: 767px) {
  .school-name {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .school-name {
    margin-left: 20px;
  }
}

.gnav {
  width: var(--left-wdith);
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .gnav {
    width: 100%;
    padding-top: 0;
  }
}

.gnav__item {
  position: relative;
}
.gnav__item > span > a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 1.8vh, 1.5rem);
  line-height: 1;
  font-weight: 600;
  color: #231815;
  padding: 10px 0 10px 20px;
  padding-top: clamp(10px, 1.8vh, 12px);
  padding-bottom: clamp(10px, 1.8vh, 12px);
  letter-spacing: 0.05em;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .gnav__item > span > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.gnav__item > span > a:hover {
  color: #231815;
  background-color: var(--base-light-color);
}
.gnav__item .pict {
  margin-right: 10px;
}
.gnav__item.is-current > span > a {
  color: #231815;
  background-color: var(--base-light-color);
}
@media screen and (max-width: 767px) {
  .gnav__item {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
  }
  .gnav__item > span {
    display: flex;
  }
  .gnav__item > span > a {
    width: 100%;
    height: 60px;
    max-height: 60px;
    white-space: nowrap;
    justify-content: flex-start;
    border-top: 1px solid #fff;
  }
}

.gnav__item-text {
  padding: 0.1em 0 0 0;
}

@media screen and (max-width: 767px) {
  .nav-toggle {
    display: inline-block;
    width: 50px;
    height: 60px;
    position: relative;
    cursor: pointer;
  }
  .nav-toggle:before, .nav-toggle:after {
    display: inline-block;
    height: 1px;
    width: 16px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--base-color);
    transform: translate(-50%, -50%);
    transition: all 150ms ease-in;
  }
  .nav-toggle:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .nav-toggle[aria-expanded=true]::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.nav-sub {
  position: absolute;
  left: var(--left-wdith);
  top: 0;
  z-index: -1;
  pointer-events: none;
  min-width: 220px;
  width: max-content;
  overflow: hidden;
  transition: width 400ms ease-out;
}
@media screen and (max-width: 767px) {
  .nav-sub {
    width: auto;
  }
}

.nav-sub-index {
  display: none !important;
}

.gnav__item:hover > .nav-sub {
  z-index: 1;
  pointer-events: auto;
}

.nav-sub__inner {
  pointer-events: auto;
  transform: translate(-101%, 0px);
  transition: transform 400ms ease-out;
  background-color: var(--base-light-color);
  overflow-y: scroll;
}
.nav-sub__inner.overflow {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nav-sub__inner {
    transform: none;
  }
}
.nav-sub__inner li > a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-size: clamp(1.2rem, 1.8vh, 1.5rem);
  font-weight: 600;
  color: #231815;
  padding: 12px 0 8px 18px;
  transition: all 200ms ease-in-out;
}
.nav-sub__inner li > a:hover {
  background-color: #fff;
}
.nav-sub__inner .is-current > a {
  background-color: #fff;
}
.nav-sub__inner::-webkit-scrollbar {
  width: 8px;
}
.nav-sub__inner::-webkit-scrollbar-thumb {
  background-color: #00a8e9;
}

.gnav__item:hover .nav-sub__inner {
  transform: translate(0, 0px);
}
@media screen and (max-width: 767px) {
  .gnav__item:hover .nav-sub__inner {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-sub {
    position: static;
    height: 100%;
    transition: all 300ms ease-in-out;
  }
  .nav-sub[aria-hidden=true] {
    max-height: 0;
  }
  .nav-sub[aria-hidden=false] {
    max-height: 1000px;
  }
}

.gnav__item:not(:has(.nav-sub)) .nav-toggle {
  visibility: hidden;
  pointer-events: none;
}

/*
@include g.mq(cb){
  .nav-sub {
    width: 180px;
    //left:calc(180px + 5vw);

    left:clamp(180px+20px, calc(180px + 5vw), 180px+40px);
    //left:clamp(180px, calc(180px + 5vw), 260px)
    top: clamp(110px, 10vh, 297px);
  }
  .nav-sub__inner{

    li > a{
      font-size: clamp(1.2rem, 1.8vh, 1.6rem);
      // padding-top: clamp(0.2em,1vh,0.7em);
      // padding-bottom: clamp(0.2em,1vh,0.7em);
    }
  }
  .nav-sub__inner{
    // transform: translate(-101%, 200px);
    // transform: translate(-101%, clamp(160px, 24vh, 297px));
  }
  .gnav__item:hover .nav-sub__inner{
    // transform: translate(0, 200px);
    // transform: translate(0, clamp(160px, 24vh, 297px));
  }
}
*/
.target-nav li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 1.8vh, 1.4rem);
  line-height: 1;
  color: #231815;
  padding: 0.8em 0 0.8em 20px;
  padding-top: clamp(0.2em, 1vh, 0.8em);
  padding-bottom: clamp(0.2em, 1vh, 0.8em);
  transition: all 200ms ease-in-out;
}
.target-nav li a:hover {
  color: #00a8e9;
}

.nurse-bnr {
  display: none;
}

/*
.nurse-bnr {

  border: 3px solid #80d3f4;
  padding: 3px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 105px;
  margin-top: clamp(20px, 5vh, 105px);
  margin-bottom: 15px;

  >a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    padding: 8px 10px 5px 10px;
    border: 1px solid #80d3f4;
    position: relative;
    transition: color 200ms ease-in-out;

    //background-image: linear-gradient(-45deg, rgba(255,255,255,1) 50%, g.$base-color 50% );
    // background-position: -260px 0;
    // transition: background 300ms ease-in-out;
    // background-repeat: no-repeat;
    // background-size: 300%;
    &::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;

      display: inline-block;

      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #80d3f4 transparent;
      transition: border 200ms ease-in-out;
    }
  }

  >a:hover {
    //background-position: -50px 0;
    color: g.$base-color;

    &::after {
      border-color: transparent transparent g.$base-color transparent;
    }
  }
}
*/
.border-bnr {
  position: relative;
  display: block;
  border: 1px solid var(--base-color);
  max-width: 628px;
  margin-inline: auto;
}
.border-bnr > span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 100%;
  min-height: 80px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  border: 4px solid #fff;
  background-color: var(--base-color);
  transition: all 200ms ease-in-out;
}
.border-bnr > span:hover {
  color: var(--base-color);
  background-color: #fff;
}
.border-bnr .pict--stretch {
  position: absolute;
  right: 20px;
  transition: transform 200ms ease-in-out;
}
.border-bnr .pict-inquiry-large {
  transition: none;
}

.border-bnr.--kango {
  width: 50%;
  border-color: var(--kango-color);
}
.border-bnr.--kango > span {
  background-color: var(--kango-color);
}
.border-bnr.--kango > span:hover {
  background-color: #fff;
  color: var(--kango-color);
}
.border-bnr.--kango *:hover > .pict-inquiry-large {
  background-image: url(/assets/images/pict/pict-inquiry-kango.svg);
}
@media screen and (max-width: 480px) {
  .border-bnr.--kango > span {
    font-size: 18px;
    font-size: 1.8rem;
    justify-content: flex-start;
  }
  .border-bnr.--kango .nurse-logo {
    margin-left: 15px;
  }
}

.sp-menu-block {
  display: none;
}

.sp-menu-btn,
.sp-menu__label {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-menu-block {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1070;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: var(--base-color);
    transition: transform 400ms ease-in-out;
  }
  .sp-menu-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 48px;
    height: 39px;
    will-change: transition, position;
  }
  .sp-menu-btn label {
    display: block;
    width: 48px;
    height: 39px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu-btn svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sp-menu-btn input[type=checkbox] {
    border: none;
    width: inherit;
    height: inherit;
    -webkit-appearance: none;
  }
  .sp-menu-btn input[type=checkbox]::after {
    display: none;
  }
  .sp-menu-btn .line--1,
  .sp-menu-btn .line--3 {
    --total-length: 100;
    --offset: -40;
    --length: 30;
  }
  .sp-menu-btn .line--2 {
    --total-length: 100;
    --offset: -29;
    --length: 30;
  }
  .sp-menu-btn path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(-15px);
  }
  .sp-menu-block[aria-expanded=true] svg path {
    transform: translateX(9px);
  }
  .sp-menu-block[aria-expanded=true] svg .line--1,
  .sp-menu-block[aria-expanded=true] svg .line--3 {
    --offset: -13;
    --length: 25;
  }
  .sp-menu-block[aria-expanded=true] svg .line--2 {
    --offset: -18;
    --total-length: 30;
    --length: 0;
  }
}
.bread-crumb {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 !important;
}
.bread-crumb ol {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  list-style: none;
}
.bread-crumb .is-current {
  font-weight: 600;
}
.bread-crumb a,
.bread-crumb span {
  color: #231815;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 10px;
}
.bread-crumb li:last-child a,
.bread-crumb li:last-child span {
  font-weight: 600;
}
.bread-crumb a:after,
.bread-crumb span:after {
  content: "";
  color: inherit;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-right: 2px solid var(--base-color);
  border-top: 2px solid var(--base-color);
  transform: translate(-10px, -1px) rotate(45deg) skew(-5deg, -5deg);
  height: 8px;
  width: 8px;
  margin-right: 3px;
  margin-left: 5px;
  transform: translate(0, -1px) rotate(45deg) skew(-10deg, -10deg);
}
.bread-crumb a:hover {
  color: #00a8e9;
}
.bread-crumb li:last-child span:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    margin: 0 0 10px 0;
  }
  .bread-crumb a,
  .bread-crumb span,
  .bread-crumb a:after,
  .bread-crumb span:after {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.pagination {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.pagination__pages {
  display: flex;
}
@media screen and (max-width: 480px) {
  .pagination__pages {
    justify-content: center;
    width: 100%;
    max-width: 480px;
    padding: 0 3vw;
  }
}
.pagination li {
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .pagination li {
    margin-right: 2px;
    margin-left: 2px;
  }
}
.pagination li > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 32px;
  height: 100%;
  padding-top: 1px;
  background-color: #fff;
  border: 1px solid var(--base-color);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  transition: background-color 200ms ease-in-out;
}
@media screen and (max-width: 480px) {
  .pagination li > a {
    width: auto;
    color: #000;
    border: none;
    padding: 0 6px;
    background-color: transparent;
  }
}
.pagination li > a:hover {
  color: #fff;
  background-color: var(--base-color);
}
.pagination li.current a {
  color: #fff;
  background-color: var(--base-color);
  border-color: var(--base-color);
}
@media screen and (max-width: 480px) {
  .pagination li.current a {
    color: var(--base-color);
    background-color: transparent;
  }
}
.pagination li.current a:hover {
  background-color: var(--base-light-color);
}

.pagination__pages .dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 32px;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.pagination__prev,
.pagination__next {
  min-width: 32px;
  height: 32px;
}
@media screen and (max-width: 480px) {
  .pagination__prev,
  .pagination__next {
    width: 16px;
    min-width: inherit;
  }
}
.pagination__prev.is-disabled,
.pagination__next.is-disabled {
  visibility: hidden;
}
.pagination__prev .prev,
.pagination__prev .next,
.pagination__next .prev,
.pagination__next .next {
  display: inline-flex;
  align-items: center;
  height: inherit;
  min-width: 32px;
  color: var(--base-color);
  background-color: #fff;
  border: 1px solid var(--base-color);
  transition: background-color 200ms ease-in-out;
}
@media screen and (max-width: 480px) {
  .pagination__prev .prev,
  .pagination__prev .next,
  .pagination__next .prev,
  .pagination__next .next {
    min-width: inherit;
    border: none;
  }
}
.pagination__prev .prev:hover,
.pagination__prev .next:hover,
.pagination__next .prev:hover,
.pagination__next .next:hover {
  background-color: var(--base-color);
}
.pagination__prev .prev:hover .after-arrow::after,
.pagination__prev .prev:hover .prev-arrow::after,
.pagination__prev .next:hover .after-arrow::after,
.pagination__prev .next:hover .prev-arrow::after,
.pagination__next .prev:hover .after-arrow::after,
.pagination__next .prev:hover .prev-arrow::after,
.pagination__next .next:hover .after-arrow::after,
.pagination__next .next:hover .prev-arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagination__prev .prev,
.pagination__next .prev {
  justify-content: flex-start;
  margin-right: 5px;
}
.pagination__prev .prev:hover .arrow-circle,
.pagination__next .prev:hover .arrow-circle {
  transform: scale(-1) translateX(5px);
}
.pagination__prev .next,
.pagination__next .next {
  justify-content: flex-end;
  margin-left: 5px;
}
.pagination__prev .next:hover .arrow-circle,
.pagination__next .next:hover .arrow-circle {
  transform: translateX(5px);
}

.after-arrow,
.prev-arrow {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 480px) {
  .after-arrow,
  .prev-arrow {
    width: 16px;
  }
}
.after-arrow::after,
.prev-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--base-color);
  border-right: 2px solid var(--base-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-3px) rotate(42deg) skew(-9deg);
}

.prev-arrow::after {
  transform: translate(-50%, -50%) translateX(2px) rotate(42deg) skew(-9deg) scale(-1, -1);
}

.page-nav {
  max-width: 500px;
  display: grid;
  gap: 0 15px;
  grid-template-columns: 1fr 195px 1fr;
  grid-template-areas: "prev pageback next";
  margin: 0 auto 0 auto;
}
.page-nav .page-nav__left,
.page-nav .page-nav__right {
  flex: 1 0 auto;
  display: inline-flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 300ms ease-in-out;
}
.page-nav .page-nav__left:hover,
.page-nav .page-nav__right:hover {
  color: #386b59;
}
.page-nav .page-nav__left {
  grid-area: prev;
}
.page-nav .page-nav__right {
  grid-area: next;
  justify-content: flex-end;
}
.page-nav__back {
  grid-area: pageback;
  max-width: 195px;
  width: 100%;
}
.page-nav__back .btn-solid {
  width: inherit;
  min-width: inherit;
}
.page-nav .text {
  display: inline-block;
  padding-top: 1px;
}
@media screen and (max-width: 480px) {
  .page-nav .text {
    display: none;
  }
}
.page-nav .prev,
.page-nav .next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/pict/pict-arrow-border-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 200ms ease-out;
}
.page-nav .prev {
  margin-right: 10px;
}
.page-nav .next {
  margin-left: 10px;
  transform: scale(-1, 1);
}
.page-nav a:hover .text {
  color: var(--base-color);
}
.page-nav a:hover .prev {
  transform: translateX(-5px);
}
.page-nav a:hover .next {
  transform: scale(-1, 1) translateX(-5px);
}
.page-nav__empty {
  width: 61px;
  height: 13px;
}

.fixed-nav {
  position: sticky;
  top: 0;
  transition: transform 400ms ease-in-out;
  background-color: var(--base-color);
  display: grid;
  width: var(--short-nav-width);
  height: 100dvh;
}
.fixed-nav.is-absolute {
  position: absolute;
  top: auto;
}
@media screen and (max-width: 767px) {
  .fixed-nav {
    display: none;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 40px;
  }
}

.fixed-right-nav {
  padding-top: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 68px;
}
.fixed-right-nav__item {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixed-right-nav__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #fff;
  transform: rotate(-35deg);
  margin: 13px 0;
}
.fixed-right-nav__item a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  writing-mode: vertical-rl;
}
.fixed-right-nav__item a span {
  display: inline-block;
  padding-top: 5px;
}
.fixed-right-nav__item a:hover {
  color: var(--key-color);
}

.is-sp-open .fixed-nav {
  pointer-events: none;
  z-index: 1059;
}

.sns-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.sns-nav.--horizon {
  display: flex;
  padding-top: 30px;
  flex-direction: row;
  justify-content: center;
}
.sns-nav.--horizon li {
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .sns-nav.--horizon {
    padding-top: 15px;
    justify-content: flex-end;
  }
  .sns-nav.--horizon li {
    margin: 0 0 0 16px;
  }
}
.sns-nav > li {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .sns-nav {
    display: none;
  }
}

.footer-sns {
  display: none;
  margin-left: auto;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    display: block;
    padding-top: 30px;
  }
  .footer-sns .sns-nav {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .menu-sns {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
  }
  .menu-sns .pict {
    width: 26px;
    height: 26px;
  }
}

.container-pagetop {
  display: none;
}
@media screen and (max-width: 767px) {
  .container-pagetop {
    pointer-events: none;
    position: fixed;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    z-index: 1062;
    bottom: 0px;
    padding-right: 7px;
    padding-right: 0;
    bottom: var(--sp-inquiry-height);
  }
  .kango-senko .container-pagetop {
    bottom: 0;
  }
}

.pagetop-btn-block {
  width: var(--short-nav-width);
  height: 35px;
  display: flex;
  justify-content: center;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .pagetop-btn-block {
    display: contents;
  }
}

.pagetop-btn {
  transition: opacity 300ms ease-in;
  pointer-events: auto;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCA4LjYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE4IDguNiIgd2lkdGg9IjE4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xNy40IDguNi04LjQtNy4zLTguMyA3LjMtLjctLjcgOS03LjkgOSA3Ljl6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}
@media screen and (max-width: 767px) {
  .pagetop-btn {
    opacity: 0;
    background-size: 20px;
    background-position: center 12px;
    background-color: var(--base-color);
    vertical-align: top;
  }
}

.btn-pagetop-scroll.is-active .pagetop-btn {
  opacity: 1;
}

.container-pagetop.is-bottom {
  position: absolute;
}

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-logo {
  display: inline-block;
  width: 298px;
  height: 52px;
}
@media screen and (max-width: 480px) {
  .footer-logo {
    max-width: 298px;
    width: 100%;
    height: 100%;
  }
  .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.footer-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  min-height: 68px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer-info {
    display: grid;
    align-items: start;
    row-gap: 0;
  }
}

.footer-content {
  padding-left: clamp(15px, 3vw, 30px);
  margin-left: clamp(15px, 3vw, 30px);
  border-left: 1px solid var(--base-color);
}
@media screen and (max-width: 767px) {
  .footer-content {
    padding-top: 14px;
    padding-left: 67px;
    position: relative;
    margin-top: 5px;
    border-left: none;
    margin-left: 0;
  }
  .footer-content::before {
    content: "";
    position: absolute;
    top: 0;
    display: inline-block;
    width: 68px;
    height: 1px;
    background-color: #00a8e9;
  }
}

.address {
  font-size: 14px;
  font-size: 1.4rem;
  color: #231815;
}

.copyright {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 20px;
  text-align: center;
}

.group-nav {
  width: 100%;
  position: relative;
  z-index: 1050;
  background-color: var(--base-color);
}
.group-nav__child {
  display: flex;
  width: inherit;
}
@media screen and (max-width: 767px) {
  .group-nav__child {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.group-nav-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 767px) {
  .group-nav-title {
    height: auto;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px 3vw 35px 3vw;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .group-nav-title {
    text-align: center;
  }
}

.group-list {
  width: 100%;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media screen and (max-width: 767px) {
  .group-list {
    grid-template-columns: 1fr 1fr;
  }
}

.group-list__item {
  position: relative;
  background-color: #fff;
  height: 136px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .group-list__item {
    height: 108px;
  }
}
.group-list__item::before {
  content: "";
  display: block;
  background-color: #cccccc;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}
.group-list__item .object-fit-cover {
  width: 100%;
  height: 100%;
  object-position: center 10%;
}
.group-list__item:hover::before {
  opacity: 0;
}

.group-list__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .group-list__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.group-list-top {
  flex: 0 0 auto;
  width: 236px;
  background-color: var(--base-color);
}
@media screen and (max-width: 767px) {
  .group-list-top {
    padding: 10px 0 45px 0;
  }
}

.group-list__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.group-list--other {
  display: flex;
  padding: 25px 40px 17px 40px;
  background-color: #231815;
}
.group-list--other li {
  margin-right: 25px;
}
.group-list--other li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .group-list--other {
    flex-direction: column;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: var(--sp-inquiry-height);
  }
  .kango-senko .group-list--other {
    padding-bottom: 0;
  }
}

.list-square.group-list--other li {
  font-size: 13px;
  font-size: 1.3rem;
}

.important {
  color: #c30d23;
}

.require {
  color: var(--base-color);
}

.c-base {
  color: var(--base-color);
}

.c-black {
  color: #000 !important;
}

.c-white {
  color: #fff !important;
}

.c-gray {
  color: #999999;
}

.c-hover {
  color: #00a8e9;
}

.bg-current {
  background-color: currentColor;
}

.bg-base {
  background-color: var(--base-color);
}

.bg-base-light {
  background-color: #f2fbfe;
}
.bg-base-light.--kango-senko {
  background-color: #feeded;
}

.bg-black {
  background-color: #000;
}

.c-red {
  color: #e60012;
}

.c-brown {
  color: #603813;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: #e60012;
}

.bg-gray {
  background-color: #f2f2f2;
}

.c-standard-academy {
  color: #df5476 !important;
}

.c-standard-global {
  color: #e26349 !important;
}

.c-standard-general {
  color: #e29b49 !important;
}

.c-standard-career-design {
  color: #7dac34 !important;
}

.c-food {
  color: #35a39d !important;
}

.c-nursing {
  color: #0096c8 !important;
}

.c-nursery {
  color: #2a7ab6 !important;
}

.c-welfare {
  color: #9b5491 !important;
}

.c-university {
  color: #374782;
}

.c-shika {
  color: #00438c;
}

.c-chori {
  color: #ff7300;
}

.c-junior-college {
  color: #f085b4;
}

.c-kango-senko {
  color: #fa5049 !important;
}

.bg-standard-academy {
  background-color: #df5476;
}

.bg-standard-global {
  background-color: #e26349;
}

.bg-standard-general {
  background-color: #e29b49;
}

.bg-standard-career-design {
  background-color: #7dac34;
}

.bg-food {
  background-color: #35a39d;
}

.bg-nursing {
  background-color: #0096c8;
}

.bg-nursery {
  background-color: #2a7ab6;
}

.bg-welfare {
  background-color: #9b5491;
}

.bg-kango-senko {
  background-color: #fa5049 !important;
}

.bdc-base {
  border-color: var(--base-color);
}

.bdc-standard-academy {
  border-color: #df5476;
}

.bdc-standard-global {
  border-color: #e26349;
}

.bdc-standard-general {
  border-color: #e29b49;
}

.bdc-standard-career-design {
  border-color: #7dac34;
}

.bdc-food {
  border-color: #35a39d;
}

.bdc-nursing {
  border-color: #0096c8;
}

.bdc-nursery {
  border-color: #2a7ab6;
}

.bdc-welfare {
  border-color: #9b5491;
}

.bdc-kango-senko {
  border-color: #fa5049 !important;
}

.bg-beige {
  background-color: #f6f3e8;
}

.bg-yellow {
  background: #ffff00;
}

.bg-light-blue {
  background: #e9eff1;
}

.bg-dot-pattern {
  background-image: url(/assets/images/common/dot-pattern.svg);
}

.multiply {
  mix-blend-mode: multiply;
}

.bg-university {
  background-color: #374782;
}

.bg-shika {
  background-color: #00438c;
}

.bg-chori {
  background-color: #ff7300;
}

.bg-junior-college {
  background-color: #f085b4;
}

.c-kango {
  color: #fa5049;
}

.bg-kango {
  background-color: #fa5049;
}

.c-hs {
  color: var(--hs-color);
}

.bg-hs {
  background-color: var(--hs-color);
}

.init-transparent {
  opacity: 0;
  transform: translateY(30px);
  transition: all 800ms ease-in-out;
}
.init-transparent.is-active {
  transition: all 800ms ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  animation: fadeIn 150ms ease-in-out 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut 400ms ease-in-out 1 forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.clip-to-right {
  clip-path: inset(0 100% 0 0);
  transition: 0.8s ease-in;
  transition: clip-path 800ms ease-in-out;
}
.clip-to-right.is-visible {
  clip-path: inset(0);
}

.clip-to-left {
  clip-path: inset(0 0 0 100%);
  transition: 0.8s ease-in;
  transition: clip-path 800ms ease-in-out;
}
.clip-to-left.is-visible {
  clip-path: inset(0);
}

@keyframes border-anime {
  0% {
    background-position: 200% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  transition: all 200ms ease-in-out;
  padding: 0.6em 1em 0.5em 1em;
  line-height: 1;
}

input.btn {
  cursor: pointer;
  user-select: none;
}

.click-expand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 150ms ease-in;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #00a8e9;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-style: normal;
}

.arrow-pict {
  position: relative;
  padding-right: 20px;
}
.arrow-pict::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 9px;
  border-color: transparent transparent transparent currentColor;
  transition: transform 200ms ease-out;
}

.arrow-pict--stretch::before {
  position: absolute;
  right: 1px;
  top: calc(50% - 1px);
  transform: translate(0, -50%);
  transform-origin: top left;
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  background-color: currentColor;
  transition: transform 200ms ease-out;
}
*:hover > .arrow-pict--stretch::before {
  transform: translate(0, -50%) scaleX(30);
}
*:hover > .arrow-pict--stretch::after {
  transform: translate(36px, -50%);
}

.arrow-pict-vertical {
  position: relative;
  padding-right: 20px;
  margin-left: 10px;
}
.arrow-pict-vertical::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 200ms ease-out;
}

.arrow-pict-vertical--stretch::before {
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  background-color: currentColor;
  transition: transform 200ms ease-out;
}
*:hover > .arrow-pict-vertical--stretch::before {
  transform: translate(-50%, -50%) scaleY(25);
}
*:hover > .arrow-pict-vertical--stretch::after {
  transform: translate(0, 100%);
}

.btn-solid {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 270px;
  transition: all 200ms ease-in-out;
  padding: 0.5em 1.2em 0.3em 1.2em;
  min-height: 50px;
  color: #fff;
  background-color: var(--base-color);
  border: 2px solid transparent;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
}
.btn-solid .pict--stretch {
  position: absolute;
  right: 14px;
  transition: transform 200ms ease-in-out;
}
.btn-solid:hover {
  color: var(--base-color);
  background-color: transparent;
  border: 2px solid var(--base-color);
}
.btn-solid:hover .pict {
  transform: translateX(3px);
}

.btn-solid--large {
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  width: 100%;
  max-width: 585px;
}

.btn-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-in-out;
  padding: 0.9em 1em 0.65em 2em;
  border: 1px solid currentColor;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.5px;
  position: relative;
}
.btn-border .pict {
  left: 15px;
}
.btn-border .pict--stretch {
  position: absolute;
  right: 14px;
  transition: transform 200ms ease-in-out;
}
.btn-border:hover {
  color: #fff;
  background-color: var(--base-color);
}
.btn-border:hover .pict--stretch {
  transform: translateX(3px);
}
.btn-border.--white {
  color: #fff;
  padding: 0.9em 1em 0.65em 1.5em;
}
.btn-border.--white .pict--stretch {
  position: relative;
  left: 0;
  right: 0;
}
.btn-border.--white:hover {
  color: var(--base-color);
  background-color: #fff;
  border-color: #fff;
}
.plus-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
}
.plus-btn::before, .plus-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: all 400ms ease-in-out;
}
.plus-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

*:hover > .plus-btn--minus::before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
*:hover > .plus-btn--minus::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.plus-btn-arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
}
.plus-btn-arrow::before, .plus-btn-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center right;
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: all 300ms ease-in-out;
}
.plus-btn-arrow::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  top: calc(50% - 11px);
  left: calc(50% - 11px);
}

*:hover > .plus-btn-arrow::before {
  transform: translate(-62%, -50%) rotate(45deg) scale(0.7);
}
*:hover > .plus-btn-arrow::after {
  transform: translate(-62%, -50%) rotate(-45deg) scale(0.7);
  top: 50%;
  left: 50%;
}

.btn-text {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--base-color);
}
.btn-text .arrow-blue {
  margin-left: 5px;
}

.btn-text--hover {
  transition: transform 150ms ease-in-out;
  transform: translateX(0);
}
.btn-text--hover:hover {
  transform: translateX(5px);
}

.btn-more-s {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--base-color);
  border: 1px solid var(--base-color);
  background-color: #fff;
  width: 100%;
  max-width: 170px;
  padding: 0.2em 1.5em 0.05em;
  border-radius: 30px;
  position: relative;
  transition: all 200ms ease-in-out;
}
.btn-more-s::after {
  content: "";
  color: inherit;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-right: 1px solid #00a8e9;
  border-top: 1px solid #00a8e9;
  transform: translate(-10px, -1px) rotate(45deg) skew(-5deg, -5deg);
  position: absolute;
  right: 0;
  top: 50%;
  height: 5px;
  width: 5px;
  transform: translate(-15px, -50%) rotate(45deg) skew(-10deg, -10deg);
  transition: all 200ms ease-in-out;
}
*:hover > .btn-more-s {
  color: #fff;
  background-color: var(--base-color);
}
*:hover > .btn-more-s::after {
  content: "";
  color: inherit;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translate(-10px, -1px) rotate(45deg) skew(-5deg, -5deg);
  height: 5px;
  width: 5px;
  transform: translate(-12px, -50%) rotate(45deg) skew(-10deg, -10deg);
}

ol {
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 2em;
}

.list-style-none {
  list-style-type: none;
}

.dl-list {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  column-gap: 1.5em;
  grid-row-gap: 0.3em;
  row-gap: 0.3em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.dl-list dt {
  color: #00a8e9;
}
.dl-list dd {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  .dl-list.--md-column {
    grid-template-columns: 1fr;
  }
}

.arrow-after-list > li a {
  transition: color 150ms ease-in;
  position: relative;
}
.arrow-after-list > li a::after {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translate(10px, -50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #00a8e9;
  transition: transform 200ms ease-out;
}
.arrow-after-list > li a:hover::after {
  transform: translate(15px, -50%);
}

.link-list > li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.link-list > li a {
  display: inline-flex;
  transition: color 150ms ease-out;
}
.link-list > li:not(:first-child) {
  margin-top: 5px;
}
.link-list > li::before {
  transition: transform 150ms ease-out;
}
.link-list > li:hover::before {
  transform: translate(-7px, -1px) rotate(45deg) skew(-5deg, -5deg);
}

.sns-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .sns-list {
    justify-content: center;
  }
}
.sns-list li {
  margin-left: 17px;
}
.sns-list a[href^=http]::after {
  display: none;
}

img[src*="img/common/facebook.svg"] {
  background: #fff;
  border-radius: 100%;
}

.column-list {
  column-count: 2;
  column-gap: 0.8em;
}
@media screen and (max-width: 480px) {
  .column-list {
    column-count: 1;
  }
}
.column-list > li {
  break-inside: avoid;
  padding: 0.4em 0;
}

.dot-list {
  list-style-type: none;
}
.dot-list > li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.dot-list > li:not(:first-child) {
  margin-top: 5px;
}
.dot-list > li:before {
  content: "・";
}

.list-circle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: none;
}
.list-circle li {
  margin-left: 1.1em;
  position: relative;
}
.list-circle li:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--base-color);
  border-radius: 100%;
  margin-left: -0.8em;
  position: absolute;
  top: 0.53em;
}
.list-circle li li::before {
  width: 3px;
  height: 3px;
  top: 1em;
  margin-left: -0.6em;
}
.list-circle.--academy li::before {
  background-color: #df5476;
}
.list-circle.--global li::before {
  background-color: #e26349;
}
.list-circle.--general li::before {
  background-color: #e29b49;
}
.list-circle.--career-design li::before {
  background-color: #7dac34;
}
.list-circle.--food li::before {
  background-color: #35a39d;
}
.list-circle.--nursing li::before {
  background-color: #0096c8;
}
.list-circle.--nursery li::before {
  background-color: #2a7ab6;
}
.list-circle.--welfare li::before {
  background-color: #9b5491;
}
.list-circle.--university li::before {
  background-color: #374782;
}
.list-circle.--shika li::before {
  background-color: #00438c;
}
.list-circle.--chori li::before {
  background-color: #ff7300;
}
.list-circle.--junior-college li::before {
  background-color: #f085b4;
}
.list-circle.--kango-senko li::before {
  background-color: #fa5049;
}

.list-circle--float > li {
  float: left;
  margin-right: 2em;
  margin-bottom: 0.2em;
}

.list-square li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
  padding: 0 0 5px 18px;
  position: relative;
}
.list-square li:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 2px;
  background-color: var(--base-color);
  transform: translate(0, -5px);
  margin-right: 5px;
  margin-left: -18px;
}
.list-square li:not(:first-child) {
  padding-top: 0;
}

.square-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--base-color);
  border-radius: 3px;
  position: relative;
  margin-right: 0.6em;
  transition: background-color 150ms ease-out;
}
.square-arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
}
*:hover > .square-arrow {
  background-color: var(--key-color);
}

.page-link-subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--base-color);
  padding: 15px 0 0 17px;
  margin: 0 0 -5px 0;
}

.page-link {
  padding: 15px 17px 5px 17px;
  overflow: hidden;
}
.page-link li {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  list-style-type: none;
  padding: 0 0 5px 18px;
  position: relative;
  margin-right: 2.5em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .page-link li {
    margin-right: 1.8em;
  }
}
.page-link li:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 2px;
  background-color: #00a8e9;
  transform: translate(0, -4px);
  margin-right: 5px;
  margin-left: -18px;
}

.list-square.standard-agademy li::before {
  background-color: #df5476;
}

.list-square.standard-global li::before {
  background-color: #e26349;
}

.list-square.standard-general li::before {
  background-color: #e29b49;
}

.list-square.standard-career-design li::before {
  background-color: #7dac34;
}

.list-square.food li::before {
  background-color: #35a39d;
}

.list-square.nursing li::before {
  background-color: #0096c8;
}

.list-square.nursery li::before {
  background-color: #2a7ab6;
}

.list-square.welfare li::before {
  background-color: #9b5491;
}

.list-square.kango-senko li::before {
  background-color: #fa5049;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
}
.list-inline li {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.list-no {
  list-style-position: outside;
  counter-reset: number;
  margin-left: 0;
}
.list-no > li {
  list-style-type: none;
  margin-left: 28px;
  line-height: 2;
}
.list-no > li:not(:first-child) {
  margin-top: 0.5em;
}
.list-no > li:before {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  display: inline-block;
  counter-increment: number;
  content: counter(number);
  background-color: var(--base-color);
  width: 20px;
  height: 20px;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  position: absolute;
  transform: translate(-28px, 6px);
}

.reference-list li:not(:first-child) {
  margin-top: 1.5em;
}
.reference-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--base-color);
  border: 1px solid currentColor;
  padding: 1.2em 1em 1em 1.2em;
  position: relative;
  transition: all 200ms ease-out;
}
.reference-list a:hover {
  color: #fff;
  background-color: var(--base-color);
  border: 1px solid var(--base-color);
}
.reference-list a[href*=".pdf"]::after {
  flex: 0 0 auto;
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  margin-left: 5px;
  background-image: url(/assets/images/pict/pict-pdf_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 200ms ease-out;
}
.reference-list a[href*=".pdf"]:hover::after {
  background-image: url(/assets/images/pict/pict-pdf.svg);
}

.flex {
  display: flex;
}

@media screen and (max-width: 480px) {
  .sp-flex {
    display: flex;
  }
}
.inline-flex {
  display: inline-flex;
}

@media screen and (max-width: 480px) {
  .sp-inline-flex {
    display: inline-flex;
  }
}
.flex-row-wrap {
  flex-flow: row wrap;
}

.flex-row-nowrap {
  flex-flow: row nowrap;
}

.flex-column-wrap {
  flex-flow: column wrap;
}

.flex-column-nowrap {
  flex-flow: column nowrap;
}

@media screen and (max-width: 767px) {
  .md-flex-row-wrap {
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 480px) {
  .sp-flex-row-wrap {
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 767px) {
  .md-flex-column-nowrap {
    flex-flow: column nowrap;
  }
}

@media screen and (max-width: 480px) {
  .sp-flex-column-nowrap {
    flex-flow: column nowrap;
  }
}

.direction-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 480px) {
  .sp-direction-row {
    flex-direction: row;
  }
}

.direction-column {
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .md-direction-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .sp-direction-column {
    flex-direction: column;
  }
}

.direction-column-reverse {
  flex-direction: column-reverse !important;
}

@media screen and (max-width: 767px) {
  .md-direction-column-reverse {
    flex-direction: column-reverse !important;
  }
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

@media screen and (max-width: 767px) {
  .md-flex-wrap {
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-flex-wrap {
    flex-wrap: wrap !important;
  }
}

.justify-spacebetween {
  justify-content: space-between !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-spacearound {
  justify-content: space-around !important;
}

.justify-flexstart {
  justify-content: flex-start !important;
}

.justify-flexend {
  justify-content: flex-end !important;
}

@media screen and (max-width: 767px) {
  .md-justify-center {
    justify-content: center !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-justify-spacebetween {
    justify-content: space-between !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-justify-center {
    justify-content: center !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-justify-spacearound {
    justify-content: space-around !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-justify-flexstart {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-justify-flexend {
    justify-content: flex-end !important;
  }
}

.align-content-spacebetween {
  align-content: space-between;
}

.align-content-strech {
  align-content: strech;
}

.flex-grow {
  flex-grow: 1 !important;
}

.flex-grow-off {
  flex-grow: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-shrink-off {
  flex-shrink: 0 !important;
}

@media screen and (max-width: 480px) {
  .sp-flex-grow {
    flex-grow: 1 !important;
  }
  .sp-flex-grow-off {
    flex-grow: 0 !important;
  }
  .sp-flex-shrink {
    flex-shrink: 1 !important;
  }
  .sp-flex-shrink-off {
    flex-shrink: 0 !important;
  }
}
.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-strech {
  align-items: strech;
}

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

@media screen and (max-width: 480px) {
  .sp-align-item-center {
    align-items: center;
  }
  .sp-align-item-start {
    align-items: flex-start;
  }
  .sp-align-item-end {
    align-items: flex-end;
  }
}
.align-self-center {
  align-self: center;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .md-align-self-center {
    align-self: center;
  }
  .md-align-self-start {
    align-self: flex-start;
  }
  .md-align-self-end {
    align-self: flex-end;
  }
}
.flex-content {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  flex-wrap: wrap;
}
.flex-content > * {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 480px) {
  .flex-content {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.flex-content--2 > * {
  max-width: 50%-10px;
}

.flex-content--3 > * {
  max-width: 33.3%-10px;
}

.flex-content--4 > * {
  max-width: 25%-15px;
}

@media screen and (max-width: 480px) {
  .sp-flex-content--auto > * {
    max-width: inherit !important;
  }
}

@media screen and (max-width: 480px) {
  .sp-flex-content--2 > * {
    max-width: 50%-10px;
  }
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.order4 {
  order: 4;
}

.order5 {
  order: 6;
}

.order6 {
  order: 6;
}

@media screen and (max-width: 767px) {
  .md-order1 {
    order: 1 !important;
  }
  .md-order2 {
    order: 2 !important;
  }
  .md-order3 {
    order: 3 !important;
  }
}
@media screen and (max-width: 480px) {
  .sp-order1 {
    order: 1 !important;
  }
  .sp-order2 {
    order: 2 !important;
  }
  .sp-order3 {
    order: 3 !important;
  }
  .sp-order4 {
    order: 4 !important;
  }
  .sp-order5 {
    order: 5 !important;
  }
  .sp-order6 {
    order: 6 !important;
  }
}
.grid {
  display: grid;
}

@media screen and (max-width: 480px) {
  .sp-grid {
    display: grid !important;
  }
}

.grid-gap {
  grid-gap: 1%;
}

.grid-columns2 {
  grid-template-columns: 1fr 1fr;
}

.grid-columns3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-columns4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 480px) {
  .grid-columns4 {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-rows3 {
  grid-template-rows: 1fr 1fr 1fr;
}

.grid-auto-rows {
  grid-auto-rows: minmax(100px, auto);
}

.grid-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.grid-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-dir-column {
  min-height: 613px;
  grid-auto-flow: column;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
}
.grid-dir-column > .item {
  border-radius: 10px;
  background: #edf;
  padding: 15px;
  text-align: center;
}

.grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

@container (width <=600px) {
  .grid-row {
    grid-template-columns: 1fr;
  }
}
.table-fixed {
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .table-scroll > table {
    min-width: 628px;
  }
}

table {
  margin: 0 0 20px 0;
  border-collapse: collapse;
}
table caption {
  text-align: left;
  margin-bottom: 5px;
}
table {
  font-size: 14px;
  font-size: 1.4rem;
}
table th,
table td {
  padding: 0.7em 0.9em 0.5em 0.9em;
  text-align: left;
}

.solid-table th,
.solid-table td {
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #999999;
  line-height: 1.7;
}
.solid-table.standard-academy th {
  background-color: #eee2e3;
}
.solid-table.standard-global th {
  background-color: rgb(251.93507109, 238.5127962085, 235.76492891);
}
.solid-table.standard-general th {
  background-color: rgb(250.5331753555, 239.5971563981, 226.9668246445);
}
.solid-table.standard-career-design th {
  background-color: rgb(230.0290178571, 241.8839285714, 211.6160714286);
}
.solid-table.food th {
  background-color: rgb(244.8125, 251.6875, 251.3125);
}
.solid-table.nursing th {
  background-color: #e3e6ed;
}
.solid-table.nursery th {
  background-color: rgb(240.8, 251.45, 255);
}
.solid-table.welfare th {
  background-color: rgb(249.3765690377, 244.6234309623, 248.7071129707);
}

.common-table th,
.common-table td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 1em 0.3em 0.75em;
  border: 1px solid #ccc;
}
.common-table th {
  background-color: var(--base-light-color);
}

.common-table.--club th,
.common-table.--club td {
  padding-left: 1em;
  padding-right: 1em;
}
.common-table.--club th {
  width: 100px;
}
.common-table.--club td {
  text-align: left;
}

.common-table.--bus {
  width: calc(50% - 20px);
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .common-table.--bus {
    width: 100%;
  }
}
.common-table.--bus th {
  border-right: none;
}
.common-table.--bus td {
  border-left: none;
}
.common-table.--bus .bustime {
  color: var(--base-color);
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  width: 90px;
}
.common-table.--bus .bustime + td {
  padding-left: 0;
  border-left: none;
}

.common-table.--bus.--bushidden .bustime {
  display: none;
}

.bus-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  max-height: var(--max-height, 3000px);
}
@media screen and (max-width: 767px) {
  .bus-block {
    flex-wrap: nowrap;
    max-height: none;
    align-items: center;
  }
}

.separate-table {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.separate-table tr {
  display: flex;
}
.separate-table th,
.separate-table td {
  border-bottom: 1px solid #ccc;
  padding: 1em 0 0.8em;
  vertical-align: top;
}
.separate-table th {
  color: var(--base-color);
  font-weight: normal;
  flex: 0 0 auto;
  margin-right: 5.3%;
}
.separate-table td {
  flex-grow: 1;
}
.separate-table tr:first-child th,
.separate-table tr:first-child td {
  border-top: 1px solid #ccc;
}

.separate-table.--history th {
  width: 215px;
  display: inline-flex;
  align-items: center;
  margin-right: 3.3%;
}
.separate-table.--history th span + span {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .separate-table.--history th span + span {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .separate-table.--history {
    display: block;
  }
  .separate-table.--history tbody {
    display: contents;
  }
  .separate-table.--history tr {
    display: flex;
    flex-direction: column;
  }
  .separate-table.--history th,
  .separate-table.--history td {
    width: 100%;
  }
  .separate-table.--history th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .separate-table.--history td {
    padding-top: 0.4em;
  }
  .separate-table.--history tr:first-child td {
    border-top: none;
  }
}

.stripe-table th,
.stripe-table td {
  text-align: center;
  border: 1px solid #cccccc;
}
.stripe-table th {
  padding: 0.5em 0.9em 0.4em 0.9em;
}
.stripe-table td {
  padding: 0.8em 0.9em 0.7em 0.9em;
}
.stripe-table tr:nth-child(2n) th,
.stripe-table tr:nth-child(2n) td {
  background-color: var(--base-light-color);
}
.stripe-table thead tr th,
.stripe-table thead tr td {
  background-color: #e9eff1;
  font-weight: normal;
}
.stripe-table tr > *:first-child {
  border-left: none;
}
.stripe-table tr > *:last-child {
  border-right: none;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

.tag {
  display: inline-block;
  text-align: center;
  color: #00a8e9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 3px 4px 2px 4px;
  border: 1px solid currentColor;
  transition: all 200ms ease-in-out;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 4px;
  position: relative;
  transition: all 150ms ease-in;
}
@media screen and (max-width: 767px) {
  .tag {
    font-size: 10px;
    font-size: 1rem;
    padding: 3px 0.5em 2px 0.5em;
    white-space: nowrap;
  }
}

.tag.alert {
  padding: 3px 4px 2px 4px;
  color: #c30d23;
}

.tag-red {
  border: 1px solid #c30d23;
}
.tag-red a {
  color: #c30d23;
}
.tag-red:hover {
  background-color: #c30d23;
}
.tag-red:hover a {
  color: #fff;
}

.tag.principal-blog {
  color: #000;
  border: 1px solid #ffdd00;
  background-color: #ffdd00;
}
.tag.principal-blog a {
  color: #000;
  background-color: #ffdd00;
}
.tag.principal-blog:hover {
  color: #000;
  background-color: #ffdd00;
}
.tag.principal-blog:hover a {
  color: #000;
  background-color: #ffdd00;
}

.tag-list-md {
  display: flex;
  align-items: center;
}
.tag-list-md > *:first-child {
  margin-right: 10px;
}
.tag-list-md .tag {
  min-width: 80px;
}

.round-label {
  display: inline-block;
  padding: 0.05em 1.5em 0em 1.5em;
  line-height: 1.5;
  border-radius: 20px;
  vertical-align: middle;
}

input,
select,
textarea {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  input,
  select,
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input {
  line-height: 1.6;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  border: 1px solid #aaa;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid var(--base-color);
  transition: background 0.3s, border-color 0.3s;
}
input[type=checkbox]:after,
input[type=radio]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 20px;
  height: 20px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  position: relative;
  z-index: 0;
}

input[type=radio] {
  border-radius: 100%;
}
input[type=radio]:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
input[type=radio]:focus, input[type=radio]:checked {
  background-color: var(--base-color);
}
input[type=radio]:focus:after, input[type=radio]:checked:after {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: var(--base-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMSAyMSIgdmlld0JveD0iMCAwIDIxIDIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00IDEyIDUgNCA3LTEwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

textarea:not([rows]) {
  height: 10em;
  min-height: 8em;
  max-height: 24em;
}

textarea::placeholder,
input::placeholder {
  color: #b5b5b6;
}

.label-require {
  background-color: #b9303e;
  min-width: auto;
  margin-left: 5px;
}

.form {
  max-width: 660px;
  margin: 0 auto;
  margin-top: 20px;
}

.input {
  width: 100%;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  justify-content: flex-start;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.input:focus {
  border: 1px solid var(--base-color);
}

.input[name=zip] {
  width: 50%;
  min-width: 9em;
}

.select-input {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
}
.select-input select {
  width: 100%;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  position: relative;
  padding-right: 2em;
}
.select-input select:focus {
  border: 1px solid var(--base-color);
}
.select-input::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center;
  border: 3px solid var(--base-color);
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  right: 1.125em;
  z-index: 1;
  pointer-events: none;
}

.form-title {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 0.5em;
}
.form-title:not(:first-child) {
  margin-top: 3em;
}
@media screen and (max-width: 480px) {
  .form-title:not(:first-child) {
    margin-top: 1.5em;
  }
}

.form-item {
  margin-bottom: 1em;
}

.form-item-child {
  display: flex;
  align-items: center;
}
.form-item-child :not(:first-child) {
  margin-left: 0.5em;
}

.form-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  padding-right: -10px;
}
.form-item-list > * {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0.8em;
}
.form-item-list .label {
  margin-left: 5px;
  cursor: pointer;
  padding-top: 0.2em;
}

.zip-text {
  font-size: 16px;
  font-size: 1.6rem;
}

.required::after {
  content: "";
  display: inline-block;
  padding: 3px 4px 3px 4px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #333;
  border-radius: 2px;
  transform: translateY(-1px);
  margin-left: 5px;
}

.required::after {
  content: "必須";
  background-color: #c30d23;
}

.any::after {
  content: "";
  display: inline-block;
  padding: 3px 4px 3px 4px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #333;
  border-radius: 2px;
  transform: translateY(-1px);
  margin-left: 5px;
}

.any::after {
  content: "任意";
  color: #333;
  background-color: var(--key-color);
}

.form .btn-solid {
  cursor: pointer;
}

/* Error Placeholder */
input.error,
select.error,
textarea.error {
  border-color: rgba(255, 17, 68, 0.4);
}

.alert {
  background-color: #ffe9e9;
  padding: 1.54em;
}

.form-confirm .form-item {
  font-size: 20px;
  font-size: 2rem;
  background-color: #f6f6f6;
  padding: 0.5em 1em;
}

.form-title-s {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.form-title-s:not(:first-child) {
  margin-top: 3em;
}
@media screen and (max-width: 480px) {
  .form-title-s:not(:first-child) {
    margin-top: 1.5em;
  }
}

.login-block {
  display: grid;
  justify-content: center;
  min-height: 700px;
}
.login-block__inner {
  align-self: center;
  max-width: 600px;
  min-height: 400px;
  background-color: #f5f3ee;
}

.login-form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #f5f3ee;
  padding: 35px 90px;
}

.btn-solid .init {
  font-size: 18px;
  font-size: 1.8rem;
  color: inherit;
  border: none;
  background-color: transparent;
  margin: auto;
  cursor: pointer;
}

.btn-solid .init + .arrow-pict-circle {
  position: absolute;
  right: 15px;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.tab {
  display: grid;
  gap: 0 1px;
  grid-template-columns: repeat(3, 1fr);
}
.tab__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8em;
  transition: all 200ms ease-in-out;
  background-color: #bdccd4;
  padding-top: 0.2em;
  padding-left: 0.8em;
}
.tab__item[aria-selected=true] {
  color: #fff;
}
.tab__item.bg-standard-academy:hover, .tab__item.bg-standard-academy[aria-selected=true] {
  background-color: #df5476;
}
.tab__item.bg-standard-global:hover, .tab__item.bg-standard-global[aria-selected=true] {
  background-color: #e26349;
}
.tab__item.bg-standard-general:hover, .tab__item.bg-standard-general[aria-selected=true] {
  background-color: #e29b49;
}
.tab__item.bg-standard-career-design:hover, .tab__item.bg-standard-career-design[aria-selected=true] {
  background-color: #7dac34;
}
.tab__item.bg-food:hover, .tab__item.bg-food[aria-selected=true] {
  background-color: #35a39d;
}
.tab__item.bg-nursing:hover, .tab__item.bg-nursing[aria-selected=true] {
  background-color: #0096c8;
}
.tab__item.bg-nursery:hover, .tab__item.bg-nursery[aria-selected=true] {
  background-color: #2a7ab6;
}
.tab__item.bg-welfare:hover, .tab__item.bg-welfare[aria-selected=true] {
  background-color: #9b5491;
}

.tabpanels {
  display: flex;
  width: 300%;
}

.tabpanel {
  width: 100%;
}

.tabpanels-scroll {
  overflow-x: hidden;
  width: 100%;
}

.tab__item {
  position: relative;
  width: 100%;
}
.tab__item::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-15px, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 12px;
  border-color: transparent transparent transparent #fff;
  transition: transform 200ms ease-in-out;
}
.tab__item[aria-selected=true]::before {
  transform: translate(-15px, -50%) rotate(90deg);
}
@media screen and (max-width: 480px) {
  .tab__item {
    padding-top: 0.3em;
    padding-bottom: 1.4em;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
  }
  .tab__item::before {
    left: 50%;
    top: auto;
    bottom: 6px;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .tab__item[aria-selected=true]::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading {
  border: 2px solid transparent;
  border-color: transparent #fff transparent #FFF;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading {
  border-color: transparent #E45635 transparent #E45635;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-text {
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, " Helvetica ", " "arial";
  font-size: 10px;
  font-weight: 600;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}

.caption {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 15px;
}

.caption-s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-top: 8px;
  max-width: fit-content;
  display: inline-block;
}

.head-teacher {
  padding-top: 15px;
}
.head-teacher__role {
  display: block;
  color: var(--base-color);
  font-size: 16px;
  font-size: 1.6rem;
}
.head-teacher__name {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.5em;
}

.width-fit {
  width: fit-content;
}
.width-fit img {
  width: 100%;
}

.pict {
  display: inline-block;
  width: 30px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 200ms ease-in-out;
  background-position: center;
}

.pict-school {
  height: 21px;
  background-image: url(/assets/images/pict/pict-school.svg);
}

.pict-bill {
  height: 26px;
  background-image: url(/assets/images/pict/pict-bill.svg);
}

.pict-stationary {
  height: 26px;
  background-image: url(/assets/images/pict/pict-stationary.svg);
}

.pict-club {
  height: 30px;
  background-image: url(/assets/images/pict/pict-club.svg);
}

.pict-compass {
  height: 25px;
  background-image: url(/assets/images/pict/pict-compass.svg);
}

.pict-speaker {
  height: 21px;
  background-image: url(/assets/images/pict/pict-speaker.svg);
}

.pict-donation {
  height: 23px;
  background-image: url(/assets/images/pict/pict-donation.svg);
}

.pict-principal {
  height: 26px;
  background-image: url(/assets/images/pict/pict-principal.svg);
}

.pict-circle-arrow {
  width: 15px;
  height: 15px;
  background-image: url(/assets/images/pict/pict-circle-arrow.svg);
}

.pict-inquiry {
  width: 27px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-inquiry.svg);
}
*:hover > .pict-inquiry {
  background-image: url(/assets/images/pict/pict-inquiry-base.svg);
}

.pict-pdf {
  width: 17px;
  height: 20px;
  background-image: url(/assets/images/pict/pict-pdf.svg);
  transform: none !important;
}
*:hover > .pict-pdf {
  background-image: url(/assets/images/pict/pict-pdf_r.svg);
}

.pict-external {
  width: 15px;
  height: 17px;
  background-image: url(/assets/images/pict/pict-external.svg);
}
*:hover > .pict-external {
  background-image: url(/assets/images/pict/pict-external_r.svg);
}

.pict-masu {
  width: 15px;
  height: 15px;
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, rgb(0, 168, 233) 50%);
}

.pict-istagram {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/pict/pict-istagram.svg);
}

*:hover > .pict-istagram--r {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/pict/pict-istagram_r.svg) !important;
}

.pict-facebook {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/pict/pict-facebook.svg);
}

.pict-youtube {
  width: 20px;
  height: 15px;
  background-image: url(/assets/images/pict/pict-youtube.svg);
}

.pict-istagram-b {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/pict/pict-istagram-b.svg);
}

.pict-facebook-b {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/pict/pict-facebook-b.svg);
}

.pict-youtube-b {
  width: 20px;
  height: 15px;
  background-image: url(/assets/images/pict/pict-youtube-b.svg);
}

.pict-twitter-b {
  width: 20px;
  height: 17px;
  background-image: url(/assets/images/pict/pict-twitter-b.svg);
}

.pict-after-arrow-short {
  width: 20px;
  height: 9px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuMyA2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjMgNi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjcsNi42SDAuNkMwLjMsNi42LDAsNi4zLDAsNnMwLjMtMC42LDAuNi0wLjZoMTEuN0w4LjUsMUM4LjIsMC43LDguMywwLjQsOC41LDAuMUM4LjgtMC4xLDkuMSwwLDkuMywwLjIKCQlsNC44LDUuNGMwLjIsMC4yLDAuMiwwLjQsMC4xLDAuNkMxNC4xLDYuNCwxMy45LDYuNiwxMy43LDYuNnoiLz4KPC9nPgo8L3N2Zz4K);
}

*:hover > .pict-after-arrow-short {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuMyA2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjMgNi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwYThlOTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjcsNi42SDAuNkMwLjMsNi42LDAsNi4zLDAsNnMwLjMtMC42LDAuNi0wLjZoMTEuN0w4LjUsMUM4LjIsMC43LDguMywwLjQsOC41LDAuMUM4LjgtMC4xLDkuMSwwLDkuMywwLjIKCQlsNC44LDUuNGMwLjIsMC4yLDAuMiwwLjQsMC4xLDAuNkMxNC4xLDYuNCwxMy45LDYuNiwxMy43LDYuNnoiLz4KPC9nPgo8L3N2Zz4K);
}

*:hover > .pict-after-arrow-short.pict--hover-red {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkuMjYgOC4wNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTEuOTMuMzMgNi4yNCA3LjIxaC0xOC4xNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmE1MDQ5IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz48L3N2Zz4=);
}

.arrow-blue {
  display: inline-block;
  width: 20px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: 20px 9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuMyA2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjMgNi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwYThlOTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjcsNi42SDAuNkMwLjMsNi42LDAsNi4zLDAsNnMwLjMtMC42LDAuNi0wLjZoMTEuN0w4LjUsMUM4LjIsMC43LDguMywwLjQsOC41LDAuMUM4LjgtMC4xLDkuMSwwLDkuMywwLjIKCQlsNC44LDUuNGMwLjIsMC4yLDAuMiwwLjQsMC4xLDAuNkMxNC4xLDYuNCwxMy45LDYuNiwxMy43LDYuNnoiLz4KPC9nPgo8L3N2Zz4K);
}

.pict-arrow {
  transform: rotate(37deg) translate(1px, 3px);
  position: relative;
}
.pict-arrow:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%) skew(-15deg);
}
*:hover > .pict-arrow:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn .pict-arrow {
  position: absolute;
  right: 0;
}

.pict-large-circle-arrow {
  width: 35px;
  height: 35px;
  background-image: url(/assets/images/pict/pict-large-circle-arrow.svg);
}

.pict-arrow-bottom {
  transform: translate(5px, -2px);
  position: relative;
  width: 15px;
  height: 15px;
  transition: transform 200ms ease-in;
}
.pict-arrow-bottom:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--base-color);
  border-right: 2px solid var(--base-color);
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%) rotate(135deg);
}
*:hover > .pict-arrow-bottom {
  transform: translate(5px, 0px);
}

.nurse-logo {
  display: inline-block;
  width: 64px;
  height: 47px;
  background-image: url(/assets/images/common/nurse-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
*:hover > .nurse-logo {
  background-image: url(/assets/images/common/nurse-logo_r.svg);
}
@media screen and (max-width: 767px) {
  .nurse-logo {
    width: 58px;
    height: 43px;
  }
}

*:hover > .nurse-logo.nurse-logo-red {
  background-image: url(/assets/images/common/nurse-logo-red.svg);
}

.pict-inquiry-large {
  width: 46px;
  height: 54px;
  background-image: url(/assets/images/pict/pict-inquiry-w.svg);
}
*:hover > .pict-inquiry-large {
  background-image: url(/assets/images/pict/pict-inquiry-base.svg);
}

.pict-light {
  width: 19px;
  height: 35px;
  background-image: url(/assets/images/pict/pict-light.svg);
}

.pict-book-close {
  width: 27px;
  height: 26px;
  background-image: url(/assets/images/pict/pict-book-close.svg);
}

.pict-book-standard-academy {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-academy.svg);
}

.pict-people-standard-academy {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-academy.svg);
}

.pict-globe-standard-academy {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-academy.svg);
}

.pict-book-standard-global {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-global.svg);
}

.pict-people-standard-global {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-global.svg);
}

.pict-globe-standard-global {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-global.svg);
}

.pict-book-standard-general {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-general.svg);
}

.pict-people-standard-general {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-general.svg);
}

.pict-globe-standard-general {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-general.svg);
}

.pict-book-career-design {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-career-design.svg);
}

.pict-people-standard-career-design {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-career-design.svg);
}

.pict-globe-standard-career-design {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-career-design.svg);
}

.pict-book-food {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-food.svg);
}

.pict-people-food {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-food.svg);
}

.pict-globe-food {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-food.svg);
}

.pict-emergency {
  width: 25px;
  height: 22px;
  background-image: url(/assets/images/pict/pict-emergency.svg);
}

.pict-book-nursing {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-nursing.svg);
}

.pict-people-nursing {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-nursing.svg);
}

.pict-globe-nursing {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-nursing.svg);
}

.pict-book-nursery {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-nursery.svg);
}

.pict-people-nursery {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-nursery.svg);
}

.pict-globe-nursery {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-nursery.svg);
}

.pict-book-welfare {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-welfare.svg);
}

.pict-people-welfare {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-welfare.svg);
}

.pict-globe-welfare {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-welfare.svg);
}

.pict-book-kango-senko {
  width: 33px;
  height: 25px;
  background-image: url(/assets/images/pict/pict-book-kango-senko.svg);
}

.pict-people-kango-senko {
  width: 28px;
  height: 32px;
  background-image: url(/assets/images/pict/pict-people-kango-senko.svg);
}

.pict-globe-kango-senko {
  width: 26px;
  height: 31px;
  background-image: url(/assets/images/pict/pict-globe-kango-senko.svg);
}

.contentMarker {
  display: contents;
}

.inquiry-btn {
  color: #231815;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--key-color);
  padding: 35px 0;
  clip-path: polygon(0 14%, 100% 0%, 100% 86%, 0% 100%);
}
.inquiry-btn a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  transition: color 200ms ease-in-out;
}
.inquiry-btn a:hover {
  color: #00a8e9;
}
@media screen and (max-width: 767px) {
  .inquiry-btn {
    display: none;
  }
}
.inquiry-btn .pict-inquiry {
  margin-left: 4px;
}

*:has(> .pickup-list) {
  container-type: inline-size;
}

.pickup-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pickup-list {
    flex-direction: column;
  }
}

.pickup-item {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .pickup-item {
    width: 100%;
  }
}
.pickup-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.pickup-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  white-space: nowrap;
}
.pickup-item-text .text-21 {
  margin-bottom: -3px;
}

.pickup-item-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #80d3f4;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  transition: transform 450ms ease-out;
  transform-origin: center;
  pointer-events: none;
}
.pickup-item:hover .pickup-item-cover {
  transform: translate(-50%, -50%) scaleY(0.26);
}

.border-arrow {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: calc(50% + 10px);
  transform: translate(-50%, 0);
}
.border-arrow::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  transition: transform 350ms ease-in;
}
.border-arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  transform: rotate(40deg);
  transition: transform 350ms ease-in;
}

.pickup-item:hover .border-arrow:before {
  transform: scaleX(4.2);
}
.pickup-item:hover .border-arrow::after {
  transform: translateX(300%) rotate(40deg);
}

@media screen and (max-width: 767px) {
  .pickup-item-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

@container (width <=630px) {
  .pickup-list {
    flex-direction: column;
  }
  .pickup-item {
    width: 100%;
  }
  .pickup-item-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center bottom;
  }
}
.marker-white {
  margin-left: 40px;
}
.marker-white span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 6px 3px 6px;
  background-color: #fff;
}
.marker-white span + span {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .marker-white {
    margin: 15px 0 20px 0;
  }
  .marker-white span {
    display: inline;
    margin-top: 0;
  }
}

.instagram-list {
  display: flex;
  flex-wrap: wrap;
}
.instagram-list li {
  width: 25%;
  height: 25%;
}
.instagram-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-block-end: 20px;
}
@media screen and (max-width: 767px) {
  .bnr-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .bnr-list img {
    width: 100%;
    height: auto;
  }
}
.container-nav .bnr-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .container-nav .bnr-list {
    display: flex;
    margin: 0 10px;
  }
}

.bnr-kyubun-news {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bnr-kyubun-news::before, .bnr-kyubun-news::after {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  transition: border-width 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .bnr-kyubun-news::before, .bnr-kyubun-news::after {
    display: none;
  }
}
.bnr-kyubun-news::before {
  left: 0;
  bottom: 0;
  border-width: 98px 0 0 36px;
  border-color: transparent transparent transparent rgba(0, 183, 210, 0.5);
}
.bnr-kyubun-news::after {
  right: 0;
  top: 0;
  border-width: 0 36px 98px 0;
  border-color: transparent rgba(0, 183, 210, 0.5) transparent transparent;
}
.bnr-kyubun-news:hover::before {
  border-width: 130px 0 0 304px;
}
.bnr-kyubun-news:hover::after {
  border-width: 0 304px 130px 0;
}
.bnr-kyubun-news__child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 87px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
}
.bnr-kyubun-news__child::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #000;
  padding: 2px;
}

@media screen and (max-width: 767px) {
  .bnr-kyubun-news__child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bnr-kyubun-news__child__svg {
    width: 190px !important;
    height: 19px !important;
  }
}

.bnr-os {
  display: block;
  position: relative;
}
.bnr-os img {
  position: relative;
  z-index: 0;
}
.bnr-os:hover .bnr-os-arrow {
  transform: translate(-40%, -24px);
}

.bnr-os-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -24px);
  display: inline-block;
  width: 47px;
  height: 12px;
  background-image: url(/assets/images/bnr/bnr-os-arrow.png);
  background-repeat: no-repeat;
  background-size: 47px 12px;
  transition: transform 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .bnr-os-arrow {
    display: none;
  }
}

.stroke {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  color: transparent;
  font-feature-settings: "palt";
  line-height: 1;
}

.stroke-anime {
  position: relative;
  display: block;
}
.stroke-anime span {
  position: relative;
  display: inline-block;
}

.stroke-no {
  font-size: 120px;
  -webkit-text-stroke: 1px var(--base-color);
  text-stroke: 1px var(--base-color);
}
.features-block {
  position: relative;
  display: grid;
  justify-content: center;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features-block {
    margin-right: 0;
  }
}
.features-title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .features-title {
    margin-bottom: 15px;
  }
}

.features-title__child {
  position: relative;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .features-title__child {
    display: inline-block;
  }
  .features-title__child::after {
    content: attr(data-text);
    display: inline-block;
    color: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Roboto;
    font-weight: 300;
    font-style: italic;
    font-weight: 100;
    position: absolute;
    left: 2px;
    top: 34px;
  }
}

.features-content {
  padding-block: 35px;
}

.features-img {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.features-text {
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 1.8;
}

.stroke-base {
  font-size: 72px;
  -webkit-text-stroke: 1px var(--base-color);
  text-stroke: 1px var(--base-color);
}
.stroke-base span {
  color: var(--base-color);
}

.stroke-standard-agademy {
  font-size: 72px;
  -webkit-text-stroke: 1px #df5476;
  text-stroke: 1px #df5476;
}
.stroke-standard-agademy span {
  color: #df5476;
}

.stroke-standard-global {
  font-size: 72px;
  -webkit-text-stroke: 1px #e26349;
  text-stroke: 1px #e26349;
}
.stroke-standard-global span {
  color: #e26349;
}

.stroke-standard-general {
  font-size: 72px;
  -webkit-text-stroke: 1px #e29b49;
  text-stroke: 1px #e29b49;
}
.stroke-standard-general span {
  color: #e29b49;
}

.stroke-standard-career-design {
  font-size: 72px;
  -webkit-text-stroke: 1px #7dac34;
  text-stroke: 1px #7dac34;
}
.stroke-standard-career-design span {
  color: #7dac34;
}

.stroke-food {
  font-size: 72px;
  -webkit-text-stroke: 1px #35a39d;
  text-stroke: 1px #35a39d;
}
.stroke-food span {
  color: #35a39d;
}

.stroke-nursing {
  font-size: 72px;
  -webkit-text-stroke: 1px #0096c8;
  text-stroke: 1px #0096c8;
}
.stroke-nursing span {
  color: #0096c8;
}

.stroke-nursery {
  font-size: 72px;
  -webkit-text-stroke: 1px #2a7ab6;
  text-stroke: 1px #2a7ab6;
}
.stroke-nursery span {
  color: #2a7ab6;
}

.stroke-welfare {
  font-size: 72px;
  -webkit-text-stroke: 1px #9b5491;
  text-stroke: 1px #9b5491;
}
.stroke-welfare span {
  color: #9b5491;
}

.stroke-kango-senko {
  font-size: 72px;
  -webkit-text-stroke: 1px #fa5049;
  text-stroke: 1px #fa5049;
}
.stroke-kango-senko span {
  color: #fa5049;
}

.history-copy {
  position: absolute;
  top: 0px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .history-copy {
    right: 0;
  }
}

.features-copy {
  position: absolute;
  top: -3.6em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 1080px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features-copy {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .normal-copy {
    display: none;
  }
}

.grid-half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .grid-half {
    grid-template-columns: 1fr;
  }
}
.grid-half > * {
  padding: 0.5em 2.5em;
}
@media screen and (max-width: 767px) {
  .grid-half > * {
    padding: 0;
  }
}
.grid-half__left {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .grid-half__left {
    padding-bottom: 30px;
  }
}
.grid-half__right {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .grid-half__right {
    padding-top: 30px;
  }
}
.grid-half.--border .grid-half__left {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .grid-half.--border .grid-half__left {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}

.achievement {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff7a3;
  padding: 10px 20px 15px;
}
@media screen and (max-width: 767px) {
  .achievement {
    flex-direction: column;
  }
}
.achievement__item {
  display: inline-flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .achievement__item {
    width: 100%;
    justify-content: center;
  }
}
.achievement__item:nth-last-child(2n) {
  padding-right: 20px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .achievement__item:nth-last-child(2n) {
    padding: 0 clamp(5px, 2vw, 20px) 20px clamp(5px, 2vw, 20px);
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
.achievement__item:nth-last-child(2n+1) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .achievement__item:nth-last-child(2n+1) {
    padding: 20px clamp(5px, 2vw, 20px) 0;
  }
}
.achievement-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .achievement-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@container (width <=600px) {
  .achievement {
    flex-direction: column;
  }
  .achievement__item {
    width: 100%;
    justify-content: center;
  }
  .achievement__item:nth-last-child(2n) {
    padding: 0 clamp(5px, 2vw, 20px) 20px clamp(5px, 2vw, 20px);
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .achievement__item:nth-last-child(2n+1) {
    padding: 20px clamp(5px, 2vw, 20px) 0;
  }
}
.achievement--title {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--base-color);
  margin-top: 45px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .achievement--title {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

.column-box {
  padding: 40px 40px 50px 40px;
}
@media screen and (max-width: 767px) {
  .column-box {
    padding: 40px clamp(20px, 3vw, 25px) 50px clamp(20px, 3vw, 25px);
  }
}

.schedule-block {
  position: relative;
}
.schedule-block::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  background-image: url(/assets/images/common/vertical-dot.svg);
  background-repeat: repeat-y;
  background-size: 4px 10px;
}
@media screen and (max-width: 480px) {
  .schedule-block::before {
    left: 50px;
    transform: none;
  }
}
.schedule-block.--kango-senko::before {
  left: 50px;
}

.schedule-item {
  position: relative;
  min-height: 100px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 480px) {
  .schedule-item {
    padding-left: 75px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }
}
.--kango-senko .schedule-item {
  grid-template-columns: auto 280px;
  grid-template-rows: auto;
  gap: 0px 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .--kango-senko .schedule-item {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}

.schedule-list {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: 40px;
  padding-left: 65px;
}
@media screen and (max-width: 480px) {
  .schedule-list {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 38px;
  }
}
.schedule-list li {
  margin-bottom: 5px;
}
.--kango-senko .schedule-list {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 130px;
}
@media screen and (max-width: 480px) {
  .--kango-senko .schedule-list {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-left: 38px;
  }
}

.schedule__month {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 28px 0;
  background-color: var(--base-color);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.schedule__month span {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: Roboto;
  font-weight: 500;
  align-self: center;
  padding-left: 0.3em;
  padding-right: 0.1em;
}
.schedule__month::after {
  content: "月";
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .schedule__month {
    left: 0;
    transform: none;
  }
}
.--kango-senko .schedule__month {
  left: 50px;
}
@media screen and (max-width: 480px) {
  .--kango-senko .schedule__month {
    left: 0;
  }
}

.schedule-img {
  grid-column: 1/2;
  grid-row: 1/3;
  padding-right: 28px;
  padding-top: 137px;
}
@media screen and (max-width: 480px) {
  .schedule-img {
    padding: 20px 0 0 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.schedule-img .slide-nav {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .schedule-img .slide-nav .swiper-button-next,
  .schedule-img .slide-nav .swiper-button-prev {
    display: block;
  }
}
.--kango-senko .schedule-img {
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .--kango-senko .schedule-img {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-left: 130px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .--kango-senko .schedule-img {
    padding-left: 38px;
  }
}

.schedule-topics {
  grid-column: 2/3;
  grid-row: 2/3;
  position: relative;
  align-self: start;
  margin-top: 30px;
  margin-left: 28px;
  padding: 5px 14px 20px 14px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgb(243, 249, 253) 7px, rgb(243, 249, 253) 14px);
}
@media screen and (max-width: 480px) {
  .schedule-topics {
    margin: 0;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.schedule-topics__item {
  position: relative;
  border-bottom: 1px dotted #b3b3b3;
  padding-top: 22px;
  padding-bottom: 15px;
}
.schedule-topics__item:last-of-type {
  border-bottom: none;
}
.schedule-topics .en-title {
  text-align: left;
  position: absolute;
  top: -14px;
}

.slider-list-nav {
  display: flex;
  flex-wrap: wrap;
}
.slider-list-nav > li {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .slider-list-nav {
    display: block;
    overflow: hidden;
  }
  .slider-list-nav > li {
    float: left;
    white-space: nowrap;
    width: auto;
    margin-right: 1em;
  }
}

.slider-list-nav-target {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.facilities-fukidashi {
  width: 111px;
  height: 112px;
  position: absolute;
  top: -62px;
  right: -10px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .facilities-fukidashi {
    top: -40px;
    width: 82px;
    height: 81px;
  }
  .facilities-fukidashi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .md-padding-off {
    padding: 0 !important;
  }
}
.song {
  display: grid;
  grid-template-columns: 2.5em 1fr 2.5em 1fr;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 40px;
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .song {
    grid-template-columns: 2.5em 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 50px 0;
  }
}

.school-root {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 30px;
  margin-bottom: 30px;
}
.school-root:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .school-root {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }
  .school-root > div {
    writing-mode: vertical-rl;
  }
}

.school-root-border {
  display: inline-flex;
  align-items: center;
  height: 3px;
  background-color: var(--base-color);
  position: relative;
  flex: 1 1 auto;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .school-root-border {
    width: clamp(5px, 4vw, 50px);
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .school-root-border {
    margin-left: 5px;
    margin-top: 15px;
  }
}
.school-root-border::after {
  position: absolute;
  top: -3px;
  right: -4px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent var(--base-color);
}

.message-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .message-block {
    grid-template-columns: 1fr;
  }
}

.message-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message-item {
    width: auto;
  }
}
.message-item:first-child {
  border-right: 1px dotted currentColor;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .message-item:first-child {
    border: none;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px dotted currentColor;
  }
}
.message-item:last-child {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .message-item:last-child {
    padding-left: 0;
    padding-top: 50px;
  }
}

.message-item-img {
  position: relative;
  z-index: 1;
}
.message-item-img::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  top: -40px;
  left: -40px;
  z-index: 1;
  width: 86px;
  height: 86px;
  background-color: #fff;
  -webkit-mask-image: url(/assets/images/course/badge.svg);
  mask-image: url(/assets/images/course/badge.svg);
}

.shadow-stripe {
  position: absolute;
  width: 145px;
  height: 180px;
  transform: translate(8px, 8px);
  background-size: auto auto;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgb(255, 255, 255) 1px, rgb(255, 255, 255) 5px);
}

.badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -43px;
  left: -43px;
  z-index: 2;
  width: 86px;
  height: 86px;
  -webkit-mask-image: url(/assets/images/course/badge.svg);
  mask-image: url(/assets/images/course/badge.svg);
}
.badge::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  -webkit-mask-image: url(/assets/images/course/badge.svg);
  mask-image: url(/assets/images/course/badge.svg);
}

.badge-text {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  z-index: 3;
  padding: 5px 0 0 2px;
  font-weight: 600;
}

.ob-block {
  position: relative;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .ob-block {
    grid-column: 1/4;
  }
}

.long-copy {
  position: absolute;
  top: -3.4em;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .long-copy {
    display: none;
  }
}

.profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -55px;
}
@media screen and (max-width: 767px) {
  .profile {
    flex-direction: column;
    align-items: flex-start;
  }
}

.profile__left,
.profile__right {
  width: 50%;
}

.profile__left {
  background-color: #fff;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 480px) {
  .profile__left {
    width: fit-content;
  }
}

.profile__right {
  display: flex;
  padding: 20px 0 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .profile__right {
    width: 100%;
    padding-left: 20px;
  }
}

.job {
  font-size: 16px;
  font-size: 1.6rem;
}

.name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.profile-list {
  list-style-type: none;
  font-size: 14px;
  font-size: 1.4rem;
}

.credit {
  text-align: right;
  font-size: 12px;
  padding-bottom: 15px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .credit {
    position: absolute;
    top: 0px;
    right: 0;
    color: #fff;
    background-color: transparent;
  }
}

.stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 18px, rgb(251, 176, 59) 18px, rgb(251, 176, 59) 24px), repeating-linear-gradient(-60deg, transparent, transparent 6px, rgb(0, 168, 233) 6px, rgb(0, 168, 233) 12px);
  padding: 12px 0;
}

.stripe__inner {
  background-color: #fff;
  padding: 10px 0 10px 5px;
}

.schoolbus-img {
  max-width: 50%;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .schoolbus-img {
    max-width: inherit;
  }
}

.thumb-unit {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2px;
}
@media screen and (max-width: 1008px) {
  .thumb-unit > * {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .thumb-unit > * {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  }
}
.thumb-unit > * img {
  width: 100%;
  height: 100%;
  aspect-ratio: 208/125;
  object-fit: cover;
}

.grid-root {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr minmax(auto, 68px) 0.5fr 0.5fr;
  grid-template-areas: "high high right-arrow kango kango" ". r-comment r-comment r-comment r-comment";
}
@media screen and (max-width: 767px) {
  .grid-root {
    grid-template-columns: 0.5fr 0.5fr minmax(auto, 40px) 0.5fr 0.5fr;
  }
}
.grid-root__high {
  grid-area: high;
  background-color: var(--base-color);
}
.grid-root__right-arrow {
  grid-area: right-arrow;
}
.grid-root__kango {
  grid-area: kango;
  background-color: #fa5049;
}
.grid-root__comment {
  grid-area: r-comment;
}

.grid-root__text {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-left: 0.3em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .grid-root__text {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0 !important;
    line-height: 1.3;
    padding-left: 0;
  }
}

.grid-root__high,
.grid-root__kango {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 160px;
  padding: auto;
  position: relative;
  padding: 9px 15px;
}
@media screen and (max-width: 767px) {
  .grid-root__high,
  .grid-root__kango {
    padding: 5px;
  }
}

.grid-root__right-arrow {
  align-self: center;
  position: relative;
  width: calc(100% - 26px);
  height: 24px;
  background-color: var(--base-color);
}
.grid-root__right-arrow::after {
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 26px;
  border-color: transparent transparent transparent var(--base-color);
}

.grid-root__annotation {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .grid-root__annotation {
    font-size: 10px;
    font-size: 1rem;
  }
}

.grid-root__kango .grid-root__text {
  margin-top: auto;
  padding-top: 22px;
}

.grid-root__text2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fa5049;
  background-color: #fff;
  border-radius: 15px;
  height: 30px;
  padding: 3px 0 0 0;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .grid-root__text2 {
    font-size: 14px;
    font-size: 1.4rem;
    height: 20px;
    padding-top: 1px;
  }
}

.grid-root__comment {
  position: relative;
  height: 152px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.grid-root__comment p {
  font-size: 21px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-left: 2em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .grid-root__comment p {
    letter-spacing: 0;
    padding-left: 1.5em;
    padding-bottom: 0;
    font-feature-settings: "palt";
  }
}

.grid-root__bottom-arrow {
  position: absolute;
  top: 0;
  left: -13px;
  width: 26px;
  height: calc(100% - 26px);
  background-color: var(--base-color);
}
.grid-root__bottom-arrow::after {
  position: absolute;
  bottom: -26px;
  left: -13px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 26px;
  border-color: var(--base-color) transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .grid-root__bottom-arrow {
    left: -9px;
    width: 18px;
    height: calc(100% - 18px);
  }
  .grid-root__bottom-arrow::after {
    bottom: -20px;
    left: -11px;
    border-width: 20px 20px 0 20px;
  }
}

.marker {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 55%, #fcee21 55%, #fcee21 100%, transparent 0%);
  padding: 0 4px 0px 4px;
  font-feature-settings: "palt";
}

.qualifications {
  padding: 30px 0;
}
.qualifications-title {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .qualifications-title {
    letter-spacing: 0;
  }
}
.qualifications-title span {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0em;
}

.qualifications-list {
  display: flex;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 767px) {
  .qualifications-list {
    display: block;
  }
}

.qualifications-list__child {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .qualifications-list__child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .result-badge {
    margin: 0 auto 50px auto;
  }
}

.result-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0 1em;
}
.result-list > li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
}
.result-list > li span:last-child {
  justify-self: end;
}

.result-table {
  width: 100%;
}
.edit-block .result-table thead th {
  font-weight: bold;
  background-color: #ededed;
}
.edit-block .result-table thead th:last-child {
  width: 7%;
  min-width: 48px;
}
.edit-block .result-table :is(th, td) {
  font-size: 14px;
}
.result-table thead th:last-child {
  text-align: center;
}
.result-table td:first-child:has(+ td + td) {
  vertical-align: top;
  background-color: var(--base-light-color);
}
.result-table td:last-child {
  text-align: right;
}
.result-table tr:nth-child(even) td {
  background-color: #fffff3;
}

.row-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}

.row__item {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(33.3% - 10px);
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .row__item {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    align-items: center;
  }
}

.contact-block {
  width: fit-content;
  margin: 0 auto;
  padding: 20px 0 0 0;
  border-top: 1px dotted var(--base-color);
  border-bottom: 1px dotted var(--base-color);
}
@media screen and (max-width: 480px) {
  .contact-block {
    padding: 25px 0;
  }
}
.contact-block .h3 {
  margin-bottom: 0;
}
.contact-block p {
  padding-bottom: 4px;
}
.contact-block .contact-no {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 2vw 20px 0;
}
.contact-block .contact-no span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .contact-block .contact-no {
    font-size: 31px;
    font-size: 3.1rem;
    margin-bottom: 10px;
  }
  .contact-block .contact-no span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.emergency-block {
  width: 100%;
  margin: 0 auto;
  padding: 1.8em 2.3em;
  background-color: rgba(237, 28, 36, 0.07);
}
.emergency-block__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #ed1c24;
  margin: 0 auto 17px auto;
}
.emergency-block__title .pict {
  margin-right: 12px;
}
.emergency-block a:hover {
  color: #e60012;
  text-decoration: underline;
}

.sp-inquiry-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-inquiry-block {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 2px;
    position: fixed;
    z-index: 1060;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 300ms ease-in;
    width: 100%;
    height: var(--sp-inquiry-height);
    background-color: #fff;
  }
  .sp-inquiry-block.is-active {
    opacity: 1;
  }
}

.inquiry-block-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: var(--key-color);
  transition: all 200ms ease-out;
}
.inquiry-block-btn img {
  width: 140px;
  height: auto;
}
.inquiry-block-btn:hover {
  color: #fff;
  background-color: var(--base-color);
}

.inquiry-block-btn .pict-inquiry {
  transform: translate(-8px, 2px);
}

.inquiry-block-btn:hover .pict-inquiry {
  background-image: url(/assets/images/pict/pict-inquiry-w.svg);
}

.curriculum-table {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .curriculum-table {
    min-width: auto;
  }
}
.curriculum-table th,
.curriculum-table td {
  padding: 0.8em 0.9em 0.7em 0.9em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .curriculum-table th,
  .curriculum-table td {
    padding-left: 0;
    padding-right: 0;
  }
}
.curriculum-table th {
  color: var(--base-color);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .curriculum-table th {
    width: 100px;
  }
}

h1 {
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  margin-bottom: 25px;
}

h2 {
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  padding-bottom: 20px;
}

h3 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-bottom: 0.2em;
}

h4 {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: normal;
  padding-bottom: 10px;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 5px 0;
}

.h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 480px) {
  .h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 25px;
}
.h2::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 15px;
  height: 15px;
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, var(--base-color) 50%);
  margin-right: 10px;
  margin-left: -25px;
}

.h2.--standard-academy::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #df5476 50%);
}
.h2.--standard-global::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #e26349 50%);
}
.h2.--standard-general::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #e29b49 50%);
}
.h2.--standard-career-design::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #7dac34 50%);
}
.h2.--food::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #35a39d 50%);
}
.h2.--nursing::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #0096c8 50%);
}
.h2.--nursery::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #2a7ab6 50%);
}
.h2.--welfare::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #9b5491 50%);
}
.h2.--kango-senko::before {
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, #fa5049 50%);
}

.h3 {
  font-size: 20px;
  font-size: 2rem;
  color: var(--base-color);
  padding: 3px 10px 1px 10px;
  background-color: #e5f6fd;
  width: fit-content;
  margin-bottom: 10px;
}

.h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  border-left: 15px solid #00a8e9;
  padding-left: 10px;
}

.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.en-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.6px;
  text-align: center;
}
.title-bottom-border {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 7px;
}
.title-bottom-border::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  content: "";
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 168, 233) 0%, rgb(0, 168, 233) 50%, rgb(189, 204, 212) 50%, rgb(189, 204, 212) 100%);
}

.page-title-box {
  display: flex;
  justify-content: space-between;
  padding-right: 72px;
}
@media screen and (max-width: 767px) {
  .page-title-box {
    grid-column: 1/4;
    flex-direction: column;
    padding-right: 0;
  }
}

.page-title {
  color: var(--base-color);
  padding-bottom: 40px;
  margin: 0;
  letter-spacing: 0.05em;
}
.page-title__text {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0;
}
.page-title__text--small {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .page-title__text--small {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title__text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    grid-column: 1/4;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    min-height: 140px;
    padding: 0;
    margin-bottom: 50px;
  }
  .page-title::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.page-title-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-title-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
}

.page-title-parent {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-title-parent__text {
  font-size: 18px;
  font-size: 1.8rem;
  color: #231815;
  padding-top: 2px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .page-title-parent__text {
    color: #fff;
    padding-top: 5px;
  }
}

.page-title.--border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 158px;
  padding-left: 28px;
  border-left-width: 35px;
  border-left-style: solid;
  padding-bottom: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .page-title.--border {
    align-items: flex-start;
    margin-bottom: 0;
    border-left-width: 25px;
    padding-left: 23px;
  }
  .page-title.--border::before {
    display: none;
  }
  .page-title.--border .page-title-parent {
    padding-bottom: 5px;
  }
  .page-title.--border .page-title-parent__text {
    color: #231815;
  }
}

.page-title-box__common {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: 1px solid currentColor;
  border-radius: 10px;
  min-width: 205px;
  padding: 6px 20px;
  flex-shrink: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-title-box__common {
    margin-top: 30px;
    min-width: 310px;
  }
}
.page-title-box__common__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.page-title-box__nursing {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .page-title-box__nursing {
    margin-top: 30px;
  }
}
.page-title-box__nursing-border {
  width: 285px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page-title-box__nursing__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 10px;
}
.page-title-box__nursing__result {
  font-family: Roboto;
  font-weight: 700;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1;
}
.page-title-box__nursing__result__child {
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 1;
  height: 6.6rem;
  color: #0096c8;
  padding-right: 5px;
}
.page-title-box__nursing__text {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 5px;
}

.no-title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0 2vw;
  align-items: center;
  padding-top: 70px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .no-title {
    gap: 0 12px;
  }
}
.no-title .no-block {
  grid-row-start: 1;
  grid-row-end: 3;
}
@media screen and (max-width: 767px) {
  .no-title .no-block {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.no-title__text {
  font-size: 28px;
  font-size: 2.8rem;
  align-self: end;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .no-title__text {
    font-size: 25px;
    font-size: 2.5rem;
    align-self: center;
  }
}
.no-title__lead {
  align-self: start;
  padding-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .no-title__lead {
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.no-block {
  position: relative;
  display: inline-block;
}
.no-block.--heap {
  margin-top: -50px;
  transform: translateY(50px);
}

.no-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Roboto;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.solid-title {
  font-size: 18px;
  font-size: 1.8rem;
  width: fit-content;
  min-width: 284px;
  color: #fff;
  font-weight: 600;
  padding: 0.4em 1em 0.2em;
  text-align: center;
  position: relative;
}
.solid-title > a {
  color: #fff;
}
.solid-title > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 150ms ease-in;
}
.solid-title > a:hover {
  color: var(--key-color);
}

.solid-title-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  color: #fff;
  height: 76px;
  padding: 7px 15px;
  padding-left: clamp(10px, 5vw, 15px);
  padding-right: clamp(10px, 5vw, 15px);
  margin-bottom: 15px;
}
.solid-title-left__child {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
.solid-title-left.--row {
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .solid-title-left.--row {
    height: auto;
  }
}
.solid-title-left.--row .solid-title-left__child {
  align-self: flex-end;
  padding-left: 1.7em;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .solid-title-left.--row .solid-title-left__child {
    align-self: flex-start;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.rounded-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.2em 0.2em 0.1em 0.2em;
  border-radius: 15px;
  margin-bottom: 15px;
}

.solid-title-black {
  font-size: 16px;
  font-size: 1.6rem;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  padding: 0.25em 0.5em 0.01em;
  text-align: center;
  position: relative;
  background-color: #000;
  margin-bottom: 1em;
}
.solid-title-black span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.title-border-top-bottom {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: var(--base-color);
  letter-spacing: 0.2em;
  padding: 0.3em 0 0.15em;
  text-align: center;
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  margin-bottom: 25px;
}

.lead-text {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .lead-text {
    line-height: 1.6;
  }
}

.copy-text {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .copy-text {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.catch-text {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  padding-top: 40px;
  padding-bottom: 25px;
}

.large-text {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  color: var(--base-color);
  font-family: Roboto;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .large-text {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*
.index-menu {
  display: flex;
  flex-wrap:wrap;
  gap:2%;
  //justify-content: space-between;
  //margin-bottom: 15px;
  &__item {
    position: relative;
    width: 32%;
    //flex: 1 1 auto;
    background-color: #fff;
    // box-shadow: 0 0 4px rgba(37, 92, 163, 0.2),
    //   0 0 25px -15px rgba(37, 92, 163, 0.8);

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2%;
    // padding-top: 30px;
    // padding-bottom: 30px;
    transition: all 150ms ease-in;

    @include g.mq(sm) {
      box-shadow: none !important;
    }

    // &:not(:last-child) {
    //   margin-right: 15px;
    // }
    // figure {
    //   display: flex;
    //   align-items: center;
    //   justify-content: center;
    //   min-height: 112px;
    //   @include g.mq(sm) {
    //     min-height: inherit;
    //   }
    // }
    &:hover {
      background-color: #ddeff7;
      box-shadow: 0 0 4px rgba(37, 92, 163, 0.2),
        0 0 30px -15px rgba(37, 92, 163, 0.9);
    }
  }
  @include g.mq(sm) {
    flex-flow: column nowrap;
    //margin-top: 20px;
    margin-bottom: 0;
    //border-top: 1px solid #c9caca;
    &__item {
      width: auto;
      padding: 35px g.$sp_margin 25px g.$sp_margin;
      margin: 0 !important;
      box-shadow: none;
      border-bottom: 1px solid #c9caca;

      .sp-flex-row__item:first-child {
        margin-right: 35px;
        margin-right: clamp(20px, 5vw, 35px);
      }
      .sp-flex-row__item img {
        width: 100%;
        max-width: 110px;
      }
    }
  }
}

.index-menu__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.6rem,2.4vw,2.8rem);
  line-height: 1.2;

  margin-top: 1em;
  text-align: center;
  letter-spacing: 0.2em;
  @include g.mq(sm) {
    margin-top: 0;
    text-align: left;
    letter-spacing: 0.2em;
  }
  // @include g.mq(xs) {
  //   font-size: clamp(2.2rem, 2vw, 2.6rem);
  //   letter-spacing: 0.1em;
  //}
}
*/
.menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media screen and (max-width: 967px) {
  .menu-list {
    gap: 18px;
  }
}
@media screen and (max-width: 480px) {
  .menu-list {
    grid-template-columns: 1fr;
  }
}

.menu-list__item {
  display: flex;
  align-items: flex-end;
  padding: 10px;
  height: 180px;
  position: relative;
  z-index: 1;
  list-style-type: none;
  overflow: hidden;
}
.menu-list__item .pict {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .menu-list__item .pict {
    margin-right: 1em;
  }
}
.menu-list-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.menu-list-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.4) 62%, rgba(0, 0, 0, 0.2) 67%, rgba(0, 0, 0, 0) 75%);
  transition: background 300ms ease-in-out;
  background-position: 0 0;
}
*:hover > .menu-list-cover::before {
  background-position: 0 -180px;
}

.menu-list-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease-out;
}
.menu-list__item:hover .menu-list-img {
  transform: scale(1.04);
}

.menu-list-text {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .menu-list-text {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 1em;
  }
}

.course-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .course-list {
    gap: 10px;
    margin-inline: calc(var(--content-margin) * -1);
  }
}
.course-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: end;
  row-gap: 0;
  color: #fff;
  padding: 25px 20px;
  position: relative;
  transition: opacity 350ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .course-list__item {
    padding: 20px 13px;
  }
}

.course-list__item__top {
  margin-top: auto;
  font-size: 23px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .course-list__item__top {
    font-size: 16px;
    font-size: clamp(16px, 4.2vw, 23px);
    margin-bottom: auto;
  }
}

.course-list__item__bottom {
  align-self: start;
  font-size: 14px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .course-list__item__bottom {
    font-size: 12px;
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .course-list__item__bottom br {
    display: none;
  }
}

.course-list-deco {
  position: relative;
  padding: 0px 0 40px 0;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .course-list-deco {
    padding: 0px 0 35px 0;
    margin-top: -10px;
  }
}
.course-list-deco::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: all 350ms ease-in-out;
}
.course-list-deco::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.3px 0 4.3px 7.5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 70ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .course-list-deco::after {
    right: -5px;
  }
}

.course-list__item:hover {
  opacity: 0.85;
}
.course-list__item:hover .course-list-deco::before {
  width: calc(100% + 10px);
  transform-origin: center right;
}
.course-list__item:hover .course-list-deco::after {
  transform: translate(10px, -50%);
  transition: transform 70ms ease-in-out 300ms;
}

.menu-course-list {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.menu-course-list__item {
  display: flex;
  align-items: flex-end;
  margin: 10px;
  width: calc(50% - 20px);
  height: 200px;
  position: relative;
  z-index: 1;
  list-style-type: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menu-course-list__item {
    width: 100%;
    margin: 3vw;
  }
}

.menu-course-list-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.4;
  transform: translateY(1);
  transition: all 300ms ease-in-out;
}
*:hover > .menu-course-list-cover {
  opacity: 0.9;
  transform: scaleY(0.2);
}

.--cover-standard-academy {
  background-color: rgb(223, 84, 118);
}

.--cover-standard-global {
  background-color: rgb(226, 99, 73);
}

.--cover-standard-general {
  background-color: rgb(226, 155, 73);
}

.--cover-standard-career-design {
  background-color: rgb(125, 172, 52);
}

.--cover-food {
  background-color: rgb(53, 163, 157);
}

.--cover-nursing {
  background-color: rgb(0, 150, 200);
}

.--cover-nursery {
  background-color: rgb(42, 122, 182);
}

.--cover-welfare {
  background-color: rgb(155, 84, 145);
}

.--cover-kango-senko {
  background-color: rgb(250, 80, 73);
}

.menu-course-list__item:hover .menu-list-img {
  transform: scale(1.04);
}

.menu-course-list-text {
  display: block;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50.5%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  pointer-events: none;
}
.club-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0% 3%;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .club-menu {
    grid-template-columns: 1fr 1fr;
    gap: 0% 5%;
  }
}
.club-menu__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
}
.club-menu__photo {
  overflow: hidden;
}
.club-menu .club-menu-img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  transition: all 200ms ease-out;
}
.club-menu .club-menu-img .empty-img {
  height: 100%;
}
.club-menu .arrow-blue {
  transform: translateX(-5px);
  transition: transform 200ms ease-out;
}
@media screen and (max-width: 767px) {
  .club-menu .arrow-blue {
    margin-top: 5px;
  }
}

.club-menu__item:hover .club-menu-img {
  transform: scale(1.04);
}

.club-menu__item .club-menu-img.empty-img img {
  transition: all 200ms ease-out;
}

.club-menu__item:hover .club-menu-img.empty-img {
  transform: none;
}
.club-menu__item:hover .club-menu-img.empty-img img {
  transform: scale(1.04);
}

.club-menu-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .club-menu-text {
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.club-menu__item:hover .arrow-blue {
  transform: translateX(0);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTQuMyA2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0LjMgNi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwYThlOTt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjcsNi42SDAuNkMwLjMsNi42LDAsNi4zLDAsNnMwLjMtMC42LDAuNi0wLjZoMTEuN0w4LjUsMUM4LjIsMC43LDguMywwLjQsOC41LDAuMUM4LjgtMC4xLDkuMSwwLDkuMywwLjIKCQlsNC44LDUuNGMwLjIsMC4yLDAuMiwwLjQsMC4xLDAuNkMxNC4xLDYuNCwxMy45LDYuNiwxMy43LDYuNnoiLz4KPC9nPgo8L3N2Zz4K);
}

.date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: Roboto;
  font-weight: 500;
  min-width: 90px;
}

.news-list-block {
  overflow: hidden;
  container-type: inline-size;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #c0c0c0;
  margin-inline: -10px;
}
.news-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c0c0c0;
  margin-top: -1px;
}
@media screen and (max-width: 480px) {
  .news-list::after {
    display: none;
  }
}
@container (width <=500px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-item {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  padding-top: 30px;
  background-color: #fff;
  padding-inline: 20px;
  margin-inline: -10px;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
}
.news-item .click-expand::before {
  z-index: 1;
}

.news-item-header {
  margin-top: 15px;
  margin-bottom: 10px;
}
.news-item-header .tag-list {
  margin-top: 10px;
}

.news-item-btn span {
  display: none;
}

.news-item-caption-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  transition: color 150ms ease-in;
}

.news-item:hover .news-item-caption-title {
  color: var(--base-color);
}
.news-item:hover .news-item-img img {
  transform: scale(1.05);
}

.news-item-caption-text {
  display: none;
}

.news-item-img {
  grid-row: 1/2;
  overflow: hidden;
}
.news-item-img img {
  transition: transform 150ms ease-in-out;
}

.empty-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 180/135;
  vertical-align: top;
}

.news-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 180/135;
  vertical-align: top;
}
.news-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 480px) {
  .news-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.os-schedule {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  .os-schedule {
    grid-template-columns: 1fr;
    border-right: none;
  }
}
.os-schedule__item {
  max-width: 400px;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .os-schedule__item {
    border-left: 1px solid #ccc;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.os-schedule__no {
  display: inline-flex;
  justify-self: center;
  background-color: var(--base-color);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 15px 2px 15px;
}
@media screen and (max-width: 767px) {
  .os-schedule__no {
    margin-right: 20px;
  }
}
.os-schedule__child {
  color: var(--base-color);
  position: relative;
  display: inline-grid;
  justify-content: center;
  grid-template-columns: auto auto 24px;
  padding: 20px 0 18px 0;
}
.os-schedule__child .month {
  font-family: Roboto;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
}
.os-schedule__child .month::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 66px;
  background-color: var(--base-color);
  transform: translate(7px, 6px) rotate(30deg);
}
.os-schedule__child .day {
  align-self: end;
  font-family: Roboto;
  font-weight: 700;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1;
  margin-top: 15px;
  margin-left: 18px;
  transform: translate(0px, 9px);
}
.os-schedule__child .youbi {
  align-self: end;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background-color: var(--base-color);
  padding-top: 2px;
  margin-left: 5px;
}

.os-schedule__item:first-child {
  border-left: 1px solid #ccc;
}

.os-schedule__item.--end .os-schedule__child {
  color: #dbdcdc;
}
.os-schedule__item.--end .os-schedule__no,
.os-schedule__item.--end .os-schedule__child .youbi,
.os-schedule__item.--end .os-schedule__child .month::after {
  background-color: #dbdcdc;
}

.qr {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
  margin-top: 20px;
}

.dl-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 30px;
}

.os-course-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .os-course-list {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.os-course-item {
  width: calc(50% - 40px);
  margin-right: 20px;
  margin-left: 20px;
  border-top-width: 5px;
  border-top-style: solid;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  padding: 15px 0;
  border-color: currentColor;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .os-course-item {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}
.os-course-item.--academy {
  color: #df5476;
}
.os-course-item.--global {
  color: #e26349;
}
.os-course-item.--general {
  color: #e29b49;
}
.os-course-item.--design {
  color: #7dac34;
}
.os-course-item.--food {
  color: #35a39d;
}
.os-course-item.--nursing {
  color: #0096c8;
}
.os-course-item.--nursery {
  color: #2a7ab6;
}
.os-course-item.--welfare {
  color: #9b5491;
}

.os-course-item__title {
  font-size: 23px;
  font-size: 2.3rem;
}

.os-course-item__photo {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.os-course-item__photo figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #231815;
  padding-right: 10px;
}

.club-column {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
}
@media screen and (max-width: 480px) {
  .club-column {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.club-column__photo {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 480px) {
  .club-column__photo {
    grid-column: 1/2;
    justify-self: center;
  }
}
.club-column .list-circle {
  grid-row: 1/2;
  grid-column: 1/2;
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .club-column .list-circle {
    column-count: 1;
  }
}
@media screen and (max-width: 480px) {
  .club-column .list-circle {
    grid-row: 2/3;
  }
}
.club-column .list-circle li {
  font-feature-settings: "palt";
}

.separate-table.--os {
  width: auto;
}
.separate-table.--os th {
  margin-right: 0;
  width: 90px;
  text-align: center;
}
.separate-table.--os td {
  padding-right: 1.5em;
}

.muuri-grid {
  position: relative;
}
.muuri-grid > .item {
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.muuri-grid > .item > .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #aaa;
}
.muuri-grid > .item.muuri-item-releasing {
  z-index: 2;
}
.muuri-grid > .item.muuri-item-hidden {
  z-index: 0;
}

.edit-block {
  margin-top: 50px;
  margin-bottom: 18px;
}
@media screen and (max-width: 480px) {
  .edit-block {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.edit-block .center {
  text-align: center;
}
.edit-block a {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--base-color);
}
.edit-block a:hover {
  color: var(--key-color);
}
.edit-block p {
  line-height: 1.8;
  text-align: justify;
}
.edit-block p + p {
  margin-top: 1.2em;
}
.edit-block p + *:not(p) {
  margin-top: 1.4em;
}
@media screen and (max-width: 480px) {
  .edit-block p > img {
    width: 100%;
    height: auto;
  }
}
.edit-block hr {
  clear: both;
}
.edit-block h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 25px;
  margin-bottom: 10px;
}
.edit-block h1::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 15px;
  height: 15px;
  background: linear-gradient(-45deg, rgb(189, 204, 212) 50%, var(--base-color) 50%);
  margin-right: 10px;
  margin-left: -25px;
}
.edit-block h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: normal;
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
}
.edit-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  width: 20px;
  height: 6px;
  background-color: var(--base-color);
}
.edit-block h3 {
  font-size: 20px;
  font-size: 2rem;
  color: var(--base-color);
  padding: 3px 10px 1px 10px;
  background-color: var(--base-light-color);
  width: fit-content;
  margin-bottom: 10px;
}
.edit-block h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  width: fit-content;
  border-bottom: 2px solid #000;
  padding: 0px 2px 2px 2px;
  margin-bottom: 10px;
}
.edit-block h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--base-color);
  padding-bottom: 10px;
  margin: 0 0 5px 0;
  padding: 0;
}
.edit-block ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  list-style: none;
}
.edit-block ul li {
  margin-left: 1.1em;
  position: relative;
}
.edit-block ul li:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--base-color);
  border-radius: 100%;
  margin-left: -0.8em;
  position: absolute;
  top: 0.53em;
}
.edit-block ul li li::before {
  width: 3px;
  height: 3px;
  top: 1em;
  margin-left: -0.6em;
}
.edit-block ol {
  list-style-position: outside;
  counter-reset: number;
  margin-left: 0;
}
.edit-block ol > li {
  list-style-type: none;
  margin-left: 28px;
  line-height: 2;
}
.edit-block ol > li:not(:first-child) {
  margin-top: 0.5em;
}
.edit-block ol > li:before {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  display: inline-block;
  counter-increment: number;
  content: counter(number);
  background-color: var(--base-color);
  width: 20px;
  height: 20px;
  text-align: center;
  font-family: Arial;
  font-weight: normal;
  position: absolute;
  transform: translate(-28px, 6px);
}
.edit-block ol li {
  line-height: 1.6;
  position: relative;
}
.edit-block ol li::before {
  transform: translate(-28px, 3px);
}
.edit-block dl {
  display: grid;
  gap: 0.2em 0;
  grid-template-columns: auto 1fr;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.edit-block table th,
.edit-block table td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0.6em 0.4em 0.4em 0.4em;
  border: 1px solid #ccc;
}
.edit-block table th {
  vertical-align: top;
  background-color: var(--base-light-color);
}
.edit-block .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  background-color: var(--base-color);
  border: 0.1em solid var(--base-color);
  padding: 0.3em 1.5em 0.2em;
  border-radius: 2em;
  position: relative;
  transition: all 200ms ease-in-out;
}
.edit-block .btn::after {
  content: "";
  color: inherit;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-right: 0.07em solid #fff;
  border-top: 0.07em solid #fff;
  transform: translate(-10px, -1px) rotate(45deg) skew(-5deg, -5deg);
  position: absolute;
  right: 0;
  top: 50%;
  height: 0.5em;
  width: 0.5em;
  transform: translate(-0.7em, -50%) rotate(45deg) skew(-10deg, -10deg);
  transition: all 200ms ease-in-out;
}
.edit-block .btn:hover {
  color: var(--base-color);
  background-color: #fff;
  border: 0.1em solid var(--base-color);
}
.edit-block .btn:hover::after {
  content: "";
  color: inherit;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-right: 0.07em solid var(--base-color);
  border-top: 0.07em solid var(--base-color);
  transform: translate(-10px, -1px) rotate(45deg) skew(-5deg, -5deg);
  height: 0.5em;
  width: 0.5em;
  transform: translate(-0.6em, -50%) rotate(45deg) skew(-10deg, -10deg);
}
.edit-block .btn.--alert {
  background-color: #c30d23;
  border-color: #c30d23;
}
.edit-block .btn.--alert:hover {
  color: #c30d23;
  border-color: #c30d23;
  background-color: #fff;
}
.edit-block .btn.--alert:hover::after {
  border-color: #c30d23;
}

.thumbnail {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fill, minmax(206px, 1fr));
}
@media screen and (max-width: 480px) {
  .thumbnail {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  }
}
.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 125px;
}

.lightboxOverlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.lb-number {
  margin-top: 5px;
}

.lb-data .lb-close {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.4em 2em 0.3em 2em;
  cursor: pointer;
  color: #fff;
  background-image: none;
  background-color: #005177;
  letter-spacing: 0.1em;
  transition: background-color 200ms ease-out;
}
.lb-data .lb-close::before {
  content: "×";
  font-family: Roboto;
  font-weight: 400;
}
.lb-data .lb-close:hover {
  background-color: #e5f6fd;
}
@media screen and (max-width: 767px) {
  .lb-data .lb-close {
    align-self: flex-end;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .lb-data .lb-close {
    margin: 10px 0;
  }
}

.home-slide .swiper-slide a {
  display: block;
}
.home-slide .swiper-slide a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
  transition: background-color 300ms ease-out;
}

.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 35px;
  margin: 0;
  outline: 0;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-next {
  background-image: url(/assets/images/pict/pict-slide-arrow-next.svg);
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center;
}
.swiper-button-prev {
  background-image: url(/assets/images/pict/pict-slide-arrow-prev.svg);
  background-repeat: no-repeat;
  background-size: 12px 18px;
  background-position: center;
}

.slide-nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.slide-nav .swiper-button-prev,
.slide-nav .swiper-button-next {
  position: static;
  transform: none;
  margin: 0;
  outline: 0;
}

.relative:has(.facilities-slide) {
  min-width: 0;
}

.facilities-slide__caption {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 7px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .facilities-slide__caption {
    position: static;
    padding: 15px 0;
    background-color: #666;
  }
}
.facilities-slide__caption__title {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 1em;
  flex: 0 0 auto;
  min-width: 215px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .facilities-slide__caption__title {
    position: static;
    font-size: 14px;
    font-size: 1.4rem;
    min-width: inherit;
  }
}
.facilities-slide__caption__text {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 1em;
  border-left: 2px solid #fff;
  flex-grow: 1;
}

.aspect-img32 {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav-both {
  position: absolute;
  top: 0;
  padding-top: 66.6666%;
  z-index: 2;
  width: 100%;
}
.slide-nav-both .swiper-button-next,
.slide-nav-both .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-image: url(/assets/images/pict/pict-large-circle-arrow.svg);
  background-size: contain;
  background-position: center;
  background-color: transparent;
  border-radius: 100%;
  transition: background 200ms ease-out;
  pointer-events: auto;
}
.slide-nav-both .swiper-button-next:hover,
.slide-nav-both .swiper-button-prev:hover {
  background-image: url(/assets/images/pict/pict-large-circle-arrow-white.svg);
}
@media screen and (max-width: 767px) {
  .slide-nav-both .swiper-button-next,
  .slide-nav-both .swiper-button-prev {
    display: block;
  }
}
.slide-nav-both .swiper-button-next {
  transform: translateY(-50%);
  right: 20px;
}
.slide-nav-both .swiper-button-prev {
  transform: scale(-1, 1) translateY(-50%);
  left: 20px;
}

.ob-slide-img {
  background-color: #f1ede3;
  text-align: center;
}
.ob-slide-img img {
  max-width: 630px;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .ob-slide-img img {
    object-position: top center;
  }
}

.slide-nav-both.--ob .swiper-button-next {
  background-image: url(/assets/images/pict/pict-large-circle-arrow-white.svg);
}
.slide-nav-both.--ob .swiper-button-next:hover {
  background-image: url(/assets/images/pict/pict-large-circle-arrow.svg);
}
.slide-nav-both.--ob .swiper-button-prev {
  background-image: url(/assets/images/pict/pict-large-circle-arrow-white.svg);
}
.slide-nav-both.--ob .swiper-button-prev:hover {
  background-image: url(/assets/images/pict/pict-large-circle-arrow.svg);
}

.slide-nav-both.--ob {
  top: 0;
  padding-top: 57.14285%;
}
@media screen and (max-width: 767px) {
  .slide-nav-both.--ob {
    padding-top: calc(360 / var(--window-w) * 100%);
  }
}

.swiper-pagination-fraction {
  position: static;
  width: auto;
}
.swiper-pagination-fraction > span {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  width: 25px;
}

.first-view-area-other {
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

.home:has(.first-view) .page {
  z-index: 1;
}
.home:has(.first-view) .page .target-block {
  transform: none !important;
}
.home:has(.first-view) .page #target-img-last {
  display: none;
}
.home:has(.first-view) .page .branding-img .target-block::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .home:has(.first-view) .page .md-first-view {
    display: none;
  }
}

.first-view {
  position: relative;
  z-index: 3;
}

.first-view-contents {
  display: grid;
  align-items: center;
  background-color: var(--base-color);
  height: 100dvh;
}
.first-view-contents > * {
  grid-area: 1/-1;
}

.first-view-copy {
  z-index: 1;
  justify-self: center;
  align-self: center;
  padding-top: 15%;
}
@media screen and (max-width: 767px) {
  .first-view-copy {
    padding-top: 0;
  }
}
.first-view-copy img {
  max-width: 892px;
  width: 84vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .first-view-copy img {
    max-width: 375px;
    width: 100%;
  }
}

.first-view-bg {
  z-index: 0;
}
@media screen and (max-width: 967px) {
  .first-view-bg {
    align-self: start;
  }
}
.first-view-bg img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}

.first-view-bg-img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .first-view-bg-img {
    width: 100%;
    height: calc(100dvh - 70px);
    margin-top: 70px;
  }
}

.home-top-block {
  margin-bottom: 75px;
}
.home-top-block .emergency-block {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .home-top-block {
    flex-direction: column;
    margin-bottom: 35px;
  }
  .home-top-block .emergency-block {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.md-first-view {
  display: none;
}

@media screen and (max-width: 767px) {
  .md-first-view {
    display: block;
    position: relative;
    height: calc(100vh - 70px);
  }
  .md-first-view-img {
    width: 100%;
    height: calc(100vh - 70px);
    object-fit: cover;
  }
  .catch {
    position: absolute;
    bottom: 0;
  }
}
.catch {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  color: #00a8e9;
  margin: 3vw;
}

.catch-anime {
  display: inline-block;
  position: relative;
}
.catch-anime span {
  display: inline-block;
  position: relative;
}

.slide-container {
  display: grid;
}
.slide-container > * {
  grid-area: 1/-1;
}

.home-slide {
  margin: 0;
}
.home-slide .swiper-slide {
  height: 100dvh;
}

.home-slide-thumb-block {
  position: relative;
  z-index: 1;
  justify-self: start;
  align-self: end;
  margin: 0 0 30px 75px;
}
@media screen and (max-width: 767px) {
  .home-slide-thumb-block {
    justify-self: center;
    margin: 0 0 20px 0;
  }
}

.swiper.home-slide-thumb {
  width: 340px;
  --thumb-w: 100px;
  --thumb-h: 60px;
}
@media screen and (max-width: 480px) {
  .swiper.home-slide-thumb {
    width: 250px;
    --thumb-w: 70px;
    --thumb-h: 40px;
  }
}
.swiper.home-slide-thumb .swiper-slide {
  cursor: pointer;
}
.swiper.home-slide-thumb .slide-thumb-btn {
  display: block;
  position: relative;
  width: var(--thumb-w);
  height: var(--thumb-h);
}
.swiper.home-slide-thumb .slide-thumb-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: var(--thumb-w);
  height: var(--thumb-h);
  border: 4px solid var(--active, transparent);
}
.swiper.home-slide-thumb .slide-thumb-btn img {
  position: relative;
  z-index: 0;
  width: var(--thumb-w);
  height: var(--thumb-h);
  object-fit: cover;
}
.swiper.home-slide-thumb .swiper-slide-thumb-active {
  --active: var(--base-color);
}

.thumb-prev {
  transform: translateX(-50px);
}

.thumb-next {
  transform: translateX(50px);
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1 !important;
  background: none !important;
}
.lb-nav a.lb-prev::before,
.lb-nav a.lb-next::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMC4yIDI5LjIiIHZpZXdCb3g9IjAgMCAyMC4yIDI5LjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE4LjkgMS41LTE1LjggMTMuMiAxNS44IDEyLjkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjQiLz48L3N2Zz4=);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-color: var(--base-color);
  background-position: 8px center;
  border-radius: 100%;
  transition: background-color 200ms ease-in;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .lb-nav a.lb-prev::before,
  .lb-nav a.lb-next::before {
    width: 26px;
    height: 26px;
    background-size: 8px auto;
    background-position: 8px center;
    left: 0;
    top: calc(100% + 25px);
  }
}
.lb-nav a.lb-prev:hover::before,
.lb-nav a.lb-next:hover::before {
  background-color: var(--key-color);
}

.lb-nav a.lb-next::before {
  content: "";
  left: auto;
  right: 20px;
  transform: scale(-1, 1) translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .lb-nav a.lb-next::before {
    right: 0;
  }
}

.lb-dataContainer .lb-data .lb-close {
  float: none;
  opacity: 1;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.4em 2em 0.3em 2em;
  cursor: pointer;
  color: #fff;
  background-color: var(--base-color);
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: background-color 200ms ease-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMy45IDE2IiB2aWV3Qm94PSIwIDAgMjMuOSAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIuOTU2NiI+PHBhdGggZD0ibS4zIDE1LjYgMjIuOC0xNC45Ii8+PHBhdGggZD0ibTIzLjYgMTUuMy0yMi45LTE0LjkiLz48L2c+PC9zdmc+);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 10px;
  right: 10px;
}
.lb-dataContainer .lb-data .lb-close:hover {
  background-color: var(--key-color);
}
@media screen and (max-width: 767px) {
  .lb-dataContainer .lb-data .lb-close {
    align-self: flex-end;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .lb-dataContainer .lb-data .lb-close {
    margin: 10px 0;
  }
}

.lb-dataContainer .lb-data {
  padding: 0;
  margin-top: 15px;
  position: relative;
}

.lb-dataContainer .lb-data .lb-details {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  min-height: 50px;
}

.lb-dataContainer .lb-data .lb-number {
  padding-top: 10px;
  padding-bottom: 3px;
}

.lightbox .lb-image {
  border: none !important;
}

.lb-data .lb-number {
  text-align: center;
}

.lb-data .lb-caption {
  font-size: 15px !important;
  line-height: 1.4 !important;
  display: block;
}

.lb-data .lb-close::before {
  content: "";
}

.lb-dataContainer {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .lb-dataContainer {
    position: static !important;
    padding-top: 30px !important;
  }
}
