/* minreset */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}audio,embed,iframe,img,object,video{max-width:100%;height:auto}iframe{border:0}table{border-spacing:0;border-collapse:collapse}td,th{padding:0;text-align:left}button{padding:0;outline:0;border:none;background-color:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}
/* foundation */
* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  min-height: 0%;
}
a {
  overflow: hidden;
}
*:focus {
  outline: none;
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html,
input,
select,
textarea {
  font-size: 100%;
  line-height: 1.6em;
}
@media screen and (max-width: 475px) {
  html,
  input,
  select,
  textarea {
    font-size: 85%;
  }
}
textarea {
  resize: vertical;
}
pre {
  white-space: pre-wrap;
}
fieldset {
  border: none;
}
body,
button,
input,
select,
textarea {
  color: #222;
  word-break: break-all;
  font-weight: 500;
  font-stretch: extra-condensed;
  font-family: 'Yu Gothic', 'Noto Sans JP', 'sans-serif', 'Meiryo UI', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande';
}
body {
  background-attachment: fixed;
  background-size: cover;
}
img {
  vertical-align: top;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  line-height: 0rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
svg {
  fill: currentColor;
}
a {
  text-decoration: none;
}
a img {
  border-style: none;
}
table * {
  position: static;
}
summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
/* layout */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header {
  position: fixed;
  left: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: none;
  flex-wrap: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  pointer-events: none;
}
nav {
  width: 1200px;
}
nav a {
  pointer-events: auto;
}
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-top: 64px;
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 1200px) {
  main {
    margin-top: 64px;
  }
}
@media screen and (max-width: 900px) {
  main {
    margin-top: 64px;
  }
}
article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  article article > * {
    padding-right: 0;
    padding-left: 0;
  }
}
section {
  min-height: 0%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-nav-pc {
    display: none;
  }
}
.l-nav-btn {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-nav-btn.is-open .top {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.l-nav-btn.is-open .middle {
  opacity: 0;
}
.l-nav-btn.is-open .bottom {
  width: 100%;
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  transform: rotate(-36deg);
}
.l-nav-btn span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #ff9d00;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-btn span:last-child {
  width: 80%;
}
.l-nav-btn span.top {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.l-nav-btn span.bottom {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.l-nav-sp-content {
  position: fixed;
  top: 10%;
  left: 0;
  z-index: -100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-top: calc(spbtn + (64px * 0.5));
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content * {
  pointer-events: none;
}
.l-nav-sp-content.is-open {
  top: 0%;
  z-index: 300;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content.is-open * {
  pointer-events: auto;
}
.l-nav-sp-content ul {
  width: 280px;
}
.l-nav-sp-content ul > li {
  border-top: 1px solid #d3d3d3;
}
.l-nav-sp-content ul > li a {
  display: block;
  padding: 8px 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content ul > li a:hover {
  background: #fff8e5;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-nav-sp-content ul > li:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.l-lower-header-btn {
  padding: 2px 8px 3px;
  border-radius: 100px;
}
.l-form-input,
.l-form-confirm {
  z-index: -100;
  display: none;
  opacity: 0;
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  pointer-events: none;
}
.l-form-input.is-open,
.l-form-confirm.is-open {
  z-index: 10;
  display: block;
  opacity: 1;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  pointer-events: auto;
}
.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.l-column-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-xl > * {
  margin-bottom: 80px;
}
.l-column-xl > *:last-child {
  margin-bottom: 0;
}
.l-column-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-l > * {
  margin-bottom: 48px;
}
.l-column-l > *:last-child {
  margin-bottom: 0;
}
.l-column-m,
.l-lower-section-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-m > *,
.l-lower-section-common > * {
  margin-bottom: 32px;
}
.l-column-m > *:last-child,
.l-lower-section-common > *:last-child {
  margin-bottom: 0;
}
.l-column-s,
.l-lower-course-title-content,
.l-lower-course-title-content-superchinese {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-s > *,
.l-lower-course-title-content > *,
.l-lower-course-title-content-superchinese > * {
  margin-bottom: 16px;
}
.l-column-s > *:last-child,
.l-lower-course-title-content > *:last-child,
.l-lower-course-title-content-superchinese > *:last-child {
  margin-bottom: 0;
}
.l-column-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-column-xs > * {
  margin-bottom: 8px;
}
.l-column-xs > *:last-child {
  margin-bottom: 0;
}
.l-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
}
.l-column-center-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.l-column-center-xl > * {
  margin-bottom: 80px;
}
.l-column-center-xl > *:last-child {
  margin-bottom: 0;
}
.l-column-center-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.l-column-center-l > * {
  margin-bottom: 48px;
}
.l-column-center-l > *:last-child {
  margin-bottom: 0;
}
.l-column-center-m,
.l-lower-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.l-column-center-m > *,
.l-lower-section > * {
  margin-bottom: 32px;
}
.l-column-center-m > *:last-child,
.l-lower-section > *:last-child {
  margin-bottom: 0;
}
.l-column-center-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.l-column-center-s > * {
  margin-bottom: 16px;
}
.l-column-center-s > *:last-child {
  margin-bottom: 0;
}
.l-column-center-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.l-column-center-xs > * {
  margin-bottom: 8px;
}
.l-column-center-xs > *:last-child {
  margin-bottom: 0;
}
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-flex > * {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0%;
}
.l-flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex.jc-st {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-flex.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-flex.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-flex.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.l-flex.jc-se {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.l-flex.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-flex.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-flex.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-flex.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.l-flex.direction-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.l-flex.direction-column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.l-flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-flex.gap {
  margin-bottom: -32px;
  margin-left: -32px;
  width: calc(100% + 32px);
}
.l-flex.gap > * {
  padding-bottom: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 900px) {
  .l-flex.gap {
    margin-bottom: -16px;
    margin-left: -16px;
    width: calc(100% + 16px);
  }
  .l-flex.gap > * {
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
.l-flex.gap-s {
  margin-bottom: -16px;
  margin-left: -16px;
  width: calc(100% + 16px);
}
.l-flex.gap-s > * {
  padding-bottom: 16px;
  padding-left: 16px;
}
.l-flex.gap-xs {
  margin-bottom: -8px;
  margin-left: -8px;
  width: calc(100% + 8px);
}
.l-flex.gap-xs > * {
  padding-bottom: 8px;
  padding-left: 8px;
}
.l-flex.gap-xxs {
  margin-bottom: -4px;
  margin-left: -4px;
  width: calc(100% + 4px);
}
.l-flex.gap-xxs > * {
  padding-bottom: 4px;
  padding-left: 4px;
}
.l-flex.gap-serviceset {
  margin-bottom: -32px;
  margin-left: -32px;
  width: calc(100% + 32px);
}
.l-flex.gap-serviceset > * {
  padding-bottom: 32px;
  padding-left: 32px;
}
@media screen and (max-width: 900px) {
  .l-flex.gap-serviceset {
    margin-bottom: -8px;
    margin-left: -8px;
    width: calc(100% + 8px);
  }
  .l-flex.gap-serviceset > * {
    padding-bottom: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 900px) {
  .l-flex.wrap-M {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-flex.jc-st-M {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex.jc-sb-M {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex.jc-sb-M {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex.jc-c-M {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-flex.ai-c-M {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-flex.ai-start-M {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-flex.direction-row-M {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-flex.column-M {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-flex.gap0-M {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  .l-flex.gap0-M > * {
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 475px) {
  .l-flex.direction-row-S {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-flex.jc-c-S {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-lower-section {
  padding: 48px 0;
  max-width: 1200px;
  width: 100%;
}
.l-lower-section-common {
  margin-top: 80px;
  padding: 48px;
  max-width: 900px;
  width: 100%;
}
.l-lower-section-common:last-child {
  margin-bottom: 80px;
}
.l-lower-course-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .l-lower-course-title-wrap {
    height: auto;
    background: none;
  }
}
.l-lower-course-title-wrap-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .l-lower-course-title-wrap-low {
    height: auto;
    background: none;
  }
}
.l-lower-course-title-contain {
  width: 1200px;
}
.l-lower-course-title-content {
  margin: 80px 0;
  padding: 80px 0;
  max-width: 600px;
}
@media screen and (max-width: 900px) {
  .l-lower-course-title-content {
    margin: 0;
    padding: 32px 0;
    width: 100%;
  }
}
.l-lower-course-title-content::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  content: '';
}
.l-lower-course-title-content-superchinese {
  padding: 0 0 48px;
  max-width: 600px;
}
#privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
#privacy.is-open {
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
}
footer >*:first-child a {
  color: #fff;
}
footer a {
  -webkit-transition: transitiontime;
  -o-transition: transitiontime;
  transition: transitiontime;
}
footer a:hover {
  opacity: 0.6;
}
footer > * > * > * {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #888;
}
footer > * > * > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.l-footer-div5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-footer-div5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-footer-div5 > * {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .l-footer-div5 > * {
    margin-bottom: 16px;
    width: 100%;
  }
  .l-footer-div5 > *:last-child {
    margin-bottom: 0;
  }
}
.l-footer-div4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-footer-div4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-footer-div4 > * {
  width: 20%;
}
@media screen and (max-width: 900px) {
  .l-footer-div4 > * {
    margin-bottom: 16px;
    width: 100%;
  }
  .l-footer-div4 > *:last-child {
    margin-bottom: 0;
  }
}
@-moz-keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes spContentFadeIn {
  from {
    top: 8px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* object */
.o-w_auto {
  max-width: auto;
  width: auto;
}
.o-w_content-full {
  min-width: 100vw;
  width: 100%;
}
.o-w_content-xl {
  max-width: 1200px;
  width: 100%;
}
.o-w_content-l {
  max-width: 1200px;
  width: 100%;
}
.o-w_content-m {
  max-width: 900px;
  width: 100%;
}
.o-w_content-s {
  max-width: 600px;
  width: 100%;
}
.o-w_content-fixed {
  overflow: hidden;
  width: 1200px;
}
.o-w66per {
  width: 66.66%;
}
.o-w33per {
  width: 33.33%;
}
.o-w100per {
  width: 100%;
}
.o-w80per {
  width: 80%;
}
.o-w75per {
  width: 75%;
}
.o-w60per {
  width: 60%;
}
.o-w50per {
  width: 50%;
}
.o-w40per {
  width: 40%;
}
.o-w30per {
  width: 30%;
}
.o-w25per {
  width: 25%;
}
.o-w20per {
  width: 20%;
}
.o-w12 {
  max-width: 12px;
  width: 100%;
}
.o-w16 {
  max-width: 16px;
  width: 100%;
}
.o-w24 {
  max-width: 24px;
  width: 100%;
}
.o-w32 {
  max-width: 32px;
  width: 100%;
}
.o-w40 {
  max-width: 40px;
  width: 100%;
}
.o-w48 {
  max-width: 48px;
  width: 100%;
}
.o-w52 {
  max-width: 52px;
  width: 100%;
}
.o-w58 {
  max-width: 58px;
  width: 100%;
}
.o-w64 {
  max-width: 64px;
  width: 100%;
}
.o-w72 {
  max-width: 72px;
  width: 100%;
}
.o-w80 {
  max-width: 80px;
  width: 100%;
}
.o-w92 {
  max-width: 92px;
  width: 100%;
}
.o-w100 {
  max-width: 100px;
  width: 100%;
}
.o-w120 {
  max-width: 120px;
  width: 100%;
}
.o-w160 {
  max-width: 160px;
  width: 100%;
}
.o-w180 {
  max-width: 180px;
  width: 100%;
}
.o-w200 {
  max-width: 200px;
  width: 100%;
}
.o-w240 {
  max-width: 240px;
  width: 100%;
}
.o-w280 {
  max-width: 280px;
  width: 100%;
}
.o-w300 {
  max-width: 300px;
  width: 100%;
}
.o-w320 {
  max-width: 320px;
  width: 100%;
}
.o-w340 {
  max-width: 340px;
  width: 100%;
}
.o-w400 {
  max-width: 400px;
  width: 100%;
}
.o-w440 {
  max-width: 440px;
  width: 100%;
}
.o-w500 {
  max-width: 500px;
  width: 100%;
}
.o-w600 {
  max-width: 600px;
  width: 100%;
}
.o-w700 {
  max-width: 700px;
  width: 100%;
}
.o-w800 {
  max-width: 800px;
  width: 100%;
}
.o-h16 {
  height: 16px;
}
.o-h32 {
  height: 32px;
}
.o-h40 {
  height: 40px;
}
.o-h60 {
  height: 60px;
}
.o-h96 {
  height: 96px;
}
.o-h160 {
  height: 160px;
}
.o-h300 {
  height: 300px;
}
.o-h400 {
  height: 400px;
}
.o-h500 {
  height: 500px;
}
.o-h600 {
  height: 600px;
}
.o-h100per {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .o-w100per-M {
    max-width: 100%;
    width: 100%;
  }
  .o-w66per-M {
    max-width: 66.66%;
    width: 100%;
  }
  .o-w50per-M {
    max-width: 50%;
    width: 100%;
  }
  .o-w33per-M {
    max-width: 33.33%;
    width: 100%;
  }
  .o-w25per-M {
    max-width: 25%;
    width: 100%;
  }
  .o-w400-M {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .o-w100per-S {
    max-width: 100%;
    width: 100%;
  }
  .o-w66per-S {
    max-width: 66.66%;
    width: 100%;
  }
  .o-w50per-S {
    max-width: 50%;
    width: 100%;
  }
  .o-w33per-S {
    max-width: 33.33%;
    width: 100%;
  }
}
.o-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.o-flex_grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.o-flex_shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.swiper-container,
.swiper-wrapper {
  width: 100%;
}
.o-nav-logo {
  width: 48px;
}
@media screen and (max-width: 900px) {
  .o-nav-logo {
    width: 32px;
  }
}
.o-footer-logo {
  width: 48px;
}
.o-kddi_aeon {
  height: 40px;
}
.o-kddi_aeon > img {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .o-kddi_aeon {
    height: 36px;
  }
}
@media screen and (max-width: 475px) {
  .o-kddi_aeon {
    height: 28px;
  }
}
.o-icon-headline {
  width: 56px;
}
@media screen and (max-width: 900px) {
  .o-icon-headline {
    width: 40px;
  }
}
.o-icon-service {
  width: 40px;
}
.o-icon-service img {
  height: 40px;
}
@media screen and (max-width: 900px) {
  .o-icon-service {
    width: 28px;
  }
  .o-icon-service img {
    height: 28px;
  }
}
.o-icon {
  width: auto;
  height: 20px;
}
.o-top-logo {
  max-width: 180px;
  width: 100%;
}
.o-top-firstview {
  max-width: 50%;
  width: 100%;
}
.o-top-firstview > * {
  max-width: 400px;
}
.o-top-slider-over {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
@media screen and (max-width: 900px) {
  .o-top-slider-over {
    -webkit-transform: translateY(-64px);
    -ms-transform: translateY(-64px);
    transform: translateY(-64px);
  }
}
@media screen and (max-width: 475px) {
  .o-top-slider-over {
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    transform: translateY(-48px);
  }
}
.o-top-slider width 100% picture {
  overflow: hidden;
  width: 100%;
  height: 75vh;
}
@media screen and (max-width: 900px) {
  .o-top-slider width 100% picture {
    overflow: hidden;
    padding-bottom: 75%;
    height: 0;
  }
  .o-top-slider width 100% picture img,
  .o-top-slider width 100% picture source {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.o-school-slider {
  position: relative;
  overflow: hidden;
  max-height: 530px;
  width: 100%;
}
.o-lower-header-btn {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 475px) {
  .o-lower-header-btn {
    width: auto;
    height: 24px;
  }
}
.o-lower-title {
  min-height: 320px;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .o-lower-title {
    min-height: 200px;
  }
}
@media screen and (max-width: 475px) {
  .o-lower-title {
    min-height: 160px;
  }
}
.o-lower-details {
  width: 900px;
}
@media screen and (max-width: 900px) {
  .o-lower-details {
    width: 100%;
  }
}
/* utility-線・角丸・形状 */
.u-border-1px {
  border-width: 1px;
  border-style: solid;
  border-color: false;
}
.u-border-1px-black {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.u-border-1px-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #ff9d00;
}
.u-border-1px-primary-1 {
  border-width: 1px;
  border-style: solid;
  border-color: #ffba00;
}
.u-border-1px-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: color-secodary;
}
.u-border-1px-lightgray {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
}
.u-border-1px-white {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
}
.u-border-1px-superchinese {
  border-width: 1px;
  border-style: solid;
  border-color: #d95fa6;
}
.u-border-1px-kangoroshi {
  border-width: 1px;
  border-style: solid;
  border-color: #d33100;
}
.u-border-1px-aeon {
  border-width: 1px;
  border-style: solid;
  border-color: #009eea;
}
.u-border-2px-primary {
  border-width: 2px;
  border-style: solid;
  border-color: #ff9d00;
}
.u-border-4px-primary {
  border-width: 4px;
  border-style: solid;
  border-color: #ff9d00;
}
.u-border-4px-black {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.u-border_top-1px-primary {
  border-top: 1px solid #ff9d00;
}
.u-border_top-1px-lightgray {
  border-top: 1px solid #d3d3d3;
}
.u-border_bottom-1px-primary {
  border-bottom: 1px solid #ff9d00;
}
.u-border_bottom-1px-black {
  border-bottom: 1px solid #444;
}
.u-border_bottom-1px-lightgray {
  border-bottom: 1px solid #d3d3d3;
}
.u-border_bottom-1px-white {
  border-bottom: 1px solid #fff;
}
.u-border_bottom-4px-primary {
  border-bottom: 4px solid #ff9d00;
}
.u-border-border_horizon {
  overflow: hidden;
  text-align: center;
}
.u-border-border_horizon > span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}
.u-border-border_horizon > span::before,
.u-border-border_horizon > span::after {
  position: absolute;
  top: 50%;
  width: 1000%;
  height: 1px;
  background-color: #d3d3d3;
  content: '';
}
.u-border-border_horizon > span::before {
  right: 100%;
}
.u-border-border_horizon > span::after {
  left: 100%;
}
.u-border_bottom-primary-after {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.u-border_bottom-primary-after::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 4px;
  background: #ff9d00;
  content: '';
}
@media screen and (max-width: 900px) {
  .u-border_bottom-primary-after {
    text-align: center;
  }
  .u-border_bottom-primary-after::after {
    left: calc(50% - 20px);
  }
}
.u-border_bottom-primary-after-center {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.u-border_bottom-primary-after-center::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 4px;
  background: #ff9d00;
  content: '';
}
.u-border_bottom-aeon-after-center {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.u-border_bottom-aeon-after-center::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 4px;
  background: #009eea;
  content: '';
}
.u-border_bottom-white-after-center {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.u-border_bottom-white-after-center::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  content: '';
}
.u-border_bottom-gray-after-narrow {
  padding-bottom: 8px;
}
.u-border_bottom-gray-after-narrow::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 64px;
  height: 2px;
  border-radius: 4px;
  background: #808080;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.u-border_radius {
  border-radius: 12px;
}
.u-border_radius-s {
  border-radius: 8px;
}
.u-border_radius-l {
  border-radius: 1000px;
}
.u-border_radius-circle {
  border-radius: 50%;
}
/* utility-色 */
body {
  color: #444;
}
a {
  color: #444;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
p a {
  color: #ff9d00;
}
.u-color-primary {
  color: #ff9d00;
}
.u-color-primary-1 {
  color: #ffba00;
}
.u-color-primary-2 {
  color: #ffedbc;
}
.u-color-primary-3 {
  color: #fff8e5;
}
.u-color-secondary {
  color: #fff145;
}
.u-color-tertiary {
  color: color-tertiary;
}
.u-color-quaternary {
  color: #ff6e00;
}
.u-color-superchinese {
  color: #d95fa6;
}
.u-color-kangoroshi {
  color: #d33100;
}
.u-color-aeon {
  color: #009eea;
}
.u-color-black {
  color: #444;
}
.u-color-white {
  color: #fff;
}
.u-color-white-opacity02 {
  color: rgba(255,255,255,0.2);
}
.u-color-gray {
  color: #808080;
}
.u-color-lightgray {
  color: #d3d3d3;
}
.u-color-red {
  color: #dc143c;
}
.u-logo-white > * > * {
  color: #fff;
}
.u-bg-primary {
  background: #ff9d00;
}
.u-bg-primary-1 {
  background: #ffba00;
}
.u-bg-primary-2 {
  background: #ffedbc;
}
.u-bg-primary-3 {
  background: #fff8e5;
}
.u-bg-secondary {
  background: #fff145;
}
.u-bg-secondary-1 {
  background: #fff474;
}
.u-bg-secondary-2 {
  background: #fffbcf;
}
.u-bg-secondary-3 {
  background: #fffde0;
}
.u-bg-morelightgray {
  background: #f4f4f4;
}
.u-bg-superchinese {
  background: #d95fa6;
}
.u-bg-superchinese-1 {
  background: #f9e3f0;
}
.u-bg-kangoroshi {
  background: #d33100;
}
.u-bg-kangoroshi-1 {
  background: #fcefeb;
}
.u-bg-aeon {
  background: #009eea;
}
.u-bg-aeon-1 {
  background: #c9f0ff;
}
.u-bg-firstview {
  background: #f0f1f5;
}
.u-bg-white {
  background: #fff;
}
@media screen and (max-width: 900px) {
  .u-bg-white-M {
    background: #fff !important;
  }
}
.u-bg-black {
  background: #444;
}
.u-bg-gray {
  background: #525662;
}
.u-bg-lightgray {
  background: #d3d3d3;
}
.u-bg-white-opacity08 {
  background: rgba(255,255,255,0.8);
}
.u-bg-white-opacity09 {
  background: rgba(255,255,255,0.9);
}
.u-bg-black-opacity08 {
  background: rgba(0,0,0,0.8);
}
.u-bg-black-opacity04 {
  background: rgba(0,0,0,0.4);
}
.u-bg-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(255,255,255,0.6)), color-stop(5%, rgba(255,255,255,0.6)), color-stop(50%, rgba(255,255,255,0.8)), color-stop(95%, rgba(255,255,255,0.6)), to(rgba(255,255,255,0.6)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 1%, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.6) 95%, rgba(255,255,255,0.6) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0.6) 1%, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.6) 95%, rgba(255,255,255,0.6) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.6) 1%, rgba(255,255,255,0.6) 5%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.6) 95%, rgba(255,255,255,0.6) 100%);
}
.u-bg-main-lower {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 60vh;
  background-image: url("./image/main.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  -webkit-animation-name: fadein2;
  animation-name: fadein2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.u-bg-gradient-white {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #fff), to(rgba(255,255,255,0.5)));
  background: -webkit-linear-gradient(#fff 0%, #fff 70%, rgba(255,255,255,0.5) 100%);
  background: -o-linear-gradient(#fff 0%, #fff 70%, rgba(255,255,255,0.5) 100%);
  background: linear-gradient(#fff 0%, #fff 70%, rgba(255,255,255,0.5) 100%);
}
.u-bg-gradient-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8e0b), color-stop(70%, #ffb02b), to(#ffe13b));
  background: -webkit-linear-gradient(#ff8e0b 0%, #ffb02b 70%, #ffe13b 100%);
  background: -o-linear-gradient(#ff8e0b 0%, #ffb02b 70%, #ffe13b 100%);
  background: linear-gradient(#ff8e0b 0%, #ffb02b 70%, #ffe13b 100%);
}
.u-bg-gradient-primary-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9600), to(#ff7f00));
  background: -webkit-linear-gradient(#ff9600 0%, #ff7f00 100%);
  background: -o-linear-gradient(#ff9600 0%, #ff7f00 100%);
  background: linear-gradient(#ff9600 0%, #ff7f00 100%);
}
.u-bg-gradient-secondary-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbcf), color-stop(50%, #fff));
  background: -webkit-linear-gradient(#fffbcf 0%, #fff 50%);
  background: -o-linear-gradient(#fffbcf 0%, #fff 50%);
  background: linear-gradient(#fffbcf 0%, #fff 50%);
}
.u-bg-pattern-dot {
  background-image: -webkit-radial-gradient(currentColor 1px, transparent 1px);
  background-image: -o-radial-gradient(currentColor 1px, transparent 1px);
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: calc(6 * 1px) calc(6 * 1px);
}
.u-bg-image-teacher_category {
  background-image: url("../image/bg/school-teacher.png");
  background-position: center center;
  background-size: 75%;
  background-repeat: repeat;
}
.u-bg-image-top_slider {
  background: #fff145;
  opacity: 0.5;
}
.u-text_shadow-white {
  text-shadow: #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px, #fff 0 0 2px;
}
.u-blur {
  display: table;
  overflow: hidden;
}
.u-blur img {
  margin: -5px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header {
  background: rgba(255,255,255,0);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@-moz-keyframes fadein2 {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadein2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes fadein2 {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadein2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* utility-インライン */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0;
  text-justify: inter-ideograph;
  line-height: 1.2em;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.material-icons {
  top: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.5em;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-justify {
  text-align: justify;
}
.u-text-right {
  text-align: right;
}
.u-text-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.u-v_align-middle {
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .u-text_left-M {
    text-align: left;
  }
  .u-text_right-M {
    text-align: right;
  }
  .u-text_center-M {
    text-align: center;
  }
}
.u-line_clamp-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-line_clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 475px) {
  .u-text_left-S {
    text-align: left;
  }
  .u-text_right-S {
    text-align: right;
  }
  .u-text_center-S {
    text-align: center;
  }
}
.u-font_size-xs {
  font-size: 0.7rem;
}
.u-font_size-s {
  font-size: 0.9rem;
}
.u-font_size-n,
h3 {
  font-size: 1rem;
}
.u-font_size-m,
h2 {
  font-size: 1.3rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-m,
  h2 {
    font-size: 1.2rem;
  }
}
.u-font_size-l2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-l2 {
    font-size: 1.3rem;
  }
}
.u-font_size-l {
  font-size: 1.8rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-l {
    font-size: 1.5rem;
  }
}
.u-font_size-xl {
  font-size: 2.5rem;
}
@media screen and (max-width: 475px) {
  .u-font_size-xl {
    font-size: 1.8rem;
  }
}
.u-font-noto_serif {
  font-family: 'Noto Serif JP';
}
.u-font-chinese {
  font-family: '微软雅黑', '宋体';
}
.u-text-nowrap {
  white-space: nowrap;
}
.u-text-pre {
  white-space: pre;
}
.u-font_weight-bold {
  font-weight: bold;
}
.u-line_height80per {
  line-height: 80%;
}
.u-line_height100per {
  line-height: 100%;
}
.u-line_height120per {
  line-height: 120%;
}
.u-line_height150per {
  line-height: 150%;
}
.u-line_height180per {
  line-height: 180%;
}
.u-line_height200per {
  line-height: 200%;
}
.u-line_height240per {
  line-height: 240%;
}
.u-line_height300per {
  line-height: 300%;
}
.u-line_height380per {
  line-height: 380%;
}
.u-line_height400per {
  line-height: 400%;
}
ol {
  margin-left: 1.5em;
}
.u-underline,
p a {
  text-decoration: underline;
}
.u-underline:hover,
p a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-text_decoration-none {
  text-decoration: none !important;
}
.u-font-logo-before {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 475px) {
  .u-font-logo-before {
    font-size: 0.8rem;
    line-height: initial;
  }
}
.u-font-logo-after {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
@media screen and (max-width: 475px) {
  .u-font-logo-after {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
}
.u-font-nav-sp-title {
  font-size: 2.4rem;
}
@media screen and (max-width: 475px) {
  .u-font-nav-sp-title {
    font-size: 1.8rem;
  }
}
.u-font-nav-sp-title-en {
  font-size: 1rem;
}
.u-font-top-copy {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 150%;
}
@media screen and (max-width: 900px) {
  .u-font-top-copy {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 475px) {
  .u-font-top-copy {
    font-size: 1.8rem;
  }
}
.u-font-top-company-header {
  margin-bottom: 16px;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 900px) {
  .u-font-top-company-header {
    letter-spacing: 0.2rem;
  }
}
.u-font-top-company-text {
  margin-bottom: 32px;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .u-font-top-company-text {
    margin-bottom: 16px;
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 475px) {
  .u-font-top-company-text {
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
  }
}
/* utility-ボタン・アイコン */
.u-btn-readmore_arrow-secondary,
.u-btn-readmore_arrow-white {
  padding: 16px 48px;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-btn-readmore_arrow-secondary:hover,
.u-btn-readmore_arrow-white:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-btn-readmore_arrow-secondary > span,
.u-btn-readmore_arrow-white > span {
  display: inline-block;
}
.u-btn-readmore_arrow-secondary > span:nth-child(2),
.u-btn-readmore_arrow-white > span:nth-child(2) {
  top: -2px;
  margin-left: 16px;
  width: 52px;
  height: 8px;
}
@media screen and (max-width: 475px) {
  .u-btn-readmore_arrow-secondary > span:nth-child(2),
  .u-btn-readmore_arrow-white > span:nth-child(2) {
    margin-left: 8px;
    width: 36px;
  }
}
.u-btn-readmore_arrow-secondary:hover > span:nth-child(2),
.u-btn-readmore_arrow-white:hover > span:nth-child(2) {
  -webkit-animation: readmorearrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  animation: readmorearrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.u-btn-readmore_arrow-secondary {
  color: #fff145;
}
.u-btn-readmore_arrow-secondary > span:nth-child(2) {
  background: url("../image/icon-readmore-secondary.svg") no-repeat;
}
.u-btn-readmore_arrow-white {
  color: #fff;
}
.u-btn-readmore_arrow-white > span:nth-child(2) {
  background: url("../image/icon-readmore-white.svg") no-repeat;
}
.u-hover:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@-moz-keyframes readmorearrow {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 100% 0%);
  }
}
@-webkit-keyframes readmorearrow {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
}
@-o-keyframes readmorearrow {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 100% 0%);
  }
}
@keyframes readmorearrow {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
    clip-path: inset(0% 100% 0% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
}
/* utility-装飾 */
.u-deco-top_contentheader {
  border-bottom: 2px solid #ff9d00;
}
a:hover {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.u-breadcrumbs > li {
  float: left;
}
ul.u-breadcrumbs > li:nth-child(n + 2)::before {
  display: inline-block;
  margin: -3px 8px 0 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #808080;
  border-right: 2px solid #808080;
  border-radius: 1px;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.u-deco-fadein-03s {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.u-deco-fadein-2s {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.u-deco-fadeout-03s {
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.u-deco-h_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.u-deco-h_scroll > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.u-deco-h_scroll::-webkit-scrollbar {
  height: 8px;
  border-radius: 10px;
  background: #eee;
}
.u-deco-h_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aaa;
}
table th {
  text-align: center;
  font-weight: normal;
}
table th,
table td {
  padding: 16px;
  border: 1px #d3d3d3 solid;
  line-height: 1.5em;
}
.u-deco-v_scroll {
  overflow-y: scroll;
}
.u-deco-v_scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  background: #eee;
}
.u-deco-v_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #aaa;
}
.u-deco-topbtn {
  display: block;
  max-width: 64px;
  border: 2px solid #fff;
  background: #ff9d00;
}
.u-deco-topbtn::before {
  display: block;
  margin: 22px 18px 14px 18px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 1px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main select,
main input,
main textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type='checkbox'],
input[type='radio'],
input[type='reset'],
input[type='submit'],
input[type='button'] {
  position: absolute;
  z-index: -100;
  display: none;
  opacity: 0;
  pointer-events: none;
}
input[type='text'],
input[type='textarea'],
input[type='tel'],
input[type='email'],
input[type='num'],
input[type='number'],
input[type='date'],
select,
textarea {
  padding: 8px;
  max-width: 100%;
  background: #fff;
}
.u-input_checkbox_ui,
.u-input_radiobtn_ui {
  padding: 10px 0 0 32px;
  line-height: 1.5em;
}
.u-input_checkbox_ui-around,
.u-input_radiobtn_ui-around {
  position: relative;
  display: block;
  padding: 8px;
  border: 2px solid #ff9d00;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-input_checkbox_ui::before {
  position: absolute;
  top: calc(50% - (20px / 4));
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background: #f4f4f4;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-input_radiobtn_ui::before {
  position: absolute;
  top: calc(50% - (20px / 4));
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50px;
  background: #f4f4f4;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type='checkbox']:checked + .u-input_checkbox_ui::before {
  color: #fff;
}
input[type='radio']:checked + .u-input_radiobtn_ui::after {
  position: absolute;
  top: calc(50% - (20px / 4) + 4px);
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #ff9d00;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
input[type='checkbox']:checked + .u-input_checkbox_ui::after {
  position: absolute;
  top: calc(50% - (20px / 4));
  left: 7px;
  display: block;
  width: 6px;
  height: 14px;
  border-right: 2px solid #ff9d00;
  border-bottom: 2px solid #ff9d00;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
input[type='checkbox']:checked + .u-input_checkbox_ui-around,
input[type='radio']:checked +.u-input_radiobtn_ui-around {
  background: #ff9d00;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-deco-form p {
  min-height: 2.6em;
  height: 100%;
}
.u-deco-form_confirmation {
  text-align: center;
}
.u-deco-form_confirmation dt {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 4px;
  background: #ffba00;
  font-size: 0.9rem;
}
.u-deco-form_confirmation dd {
  margin-bottom: 32px;
}
.u-input_required_sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-input_required_sb:after,
.u-input_required:after {
  color: #ff9d00;
  content: '※';
  font-weight: bold;
}
input[aria-invalid='true'],
textarea[aria-invalid='true'] {
  border: 1px solid #f00;
  -webkit-box-shadow: 0 0 4px 0 #f00;
  box-shadow: 0 0 4px 0 #f00;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
button[disabled='disabled'] {
  background: #d3d3d3;
  pointer-events: none;
}
.u-deco-accordion::after {
  display: inline-block;
  margin: -12px 32px 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.swiper-container.swiper-main .slide-item {
  overflow: hidden;
}
.swiper-container.swiper-main .swiper-slide-active .slide-img,
.swiper-container.swiper-main .swiper-slide-duplicate-active .slide-img,
.swiper-container.swiper-main .swiper-slide-prev .slide-img {
  -webkit-animation: zoom 16s;
  animation: zoom 16s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.swiper-container.swiper-main .slide-img {
  display: block;
}
ul.u-deco-li-circle li,
ol.u-deco-li-circle li {
  margin-bottom: 8px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.u-deco-li-circle li::before,
ol.u-deco-li-circle li::before {
  margin-right: 1.5em;
  color: #808080;
  content: '●';
  font-size: 0.5em;
}
ul.u-deco-li-circle li:last-child,
ol.u-deco-li-circle li:last-child {
  margin-bottom: 0;
}
ul.u-deco-li-dot li,
ol.u-deco-li-dot li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.u-deco-li-dot li a,
ol.u-deco-li-dot li a {
  color: #ff9d00;
  text-decoration: underline;
}
ul.u-deco-li-dot li::before,
ol.u-deco-li-dot li::before {
  content: '・';
  font-weight: bold;
}
ul.u-deco-li-superchinese li,
ol.u-deco-li-superchinese li {
  margin-bottom: 16px;
  padding-left: 1.5em;
  text-indent: -1em;
  font-weight: bold;
}
ul.u-deco-li-superchinese li span,
ol.u-deco-li-superchinese li span {
  color: #d95fa6;
}
ul.u-deco-li-superchinese li::before,
ol.u-deco-li-superchinese li::before {
  content: '・';
  font-weight: bold;
}
ul.u-deco-li-superchinese li:last-child,
ol.u-deco-li-superchinese li:last-child {
  margin-bottom: 0;
}
ul.u-deco-li-kangoroshi li,
ol.u-deco-li-kangoroshi li {
  margin-bottom: 16px;
  padding-left: 1.5em;
  text-indent: -1em;
  font-weight: bold;
}
ul.u-deco-li-kangoroshi li span,
ol.u-deco-li-kangoroshi li span {
  color: #d33100;
}
ul.u-deco-li-kangoroshi li::before,
ol.u-deco-li-kangoroshi li::before {
  content: '・';
  font-weight: bold;
}
ul.u-deco-li-kangoroshi li:last-child,
ol.u-deco-li-kangoroshi li:last-child {
  margin-bottom: 0;
}
ul.u-deco-li-osusume li,
ol.u-deco-li-osusume li {
  margin-bottom: 8px;
  padding-left: 1.5em;
  background-image: url("../image/icon/check.svg");
  background-position: left center;
  background-size: 1em;
  background-repeat: no-repeat;
}
ul.u-deco-li-osusume li:last-child,
ol.u-deco-li-osusume li:last-child {
  margin-bottom: 0;
}
ul.u-deco-li-osusume-superchinese li,
ol.u-deco-li-osusume-superchinese li {
  margin-bottom: 8px;
  padding-left: 1.5em;
  background-image: url("../image/icon/check-superchinese.svg");
  background-position: left center;
  background-size: 1em;
  background-repeat: no-repeat;
}
ul.u-deco-li-osusume-superchinese li:last-child,
ol.u-deco-li-osusume-superchinese li:last-child {
  margin-bottom: 0;
}
ul.u-deco-li-osusume-kangoroshi li,
ol.u-deco-li-osusume-kangoroshi li {
  margin-bottom: 8px;
  padding-left: 1.5em;
  background-image: url("../image/icon/check-kangoroshi.svg");
  background-position: left center;
  background-size: 1em;
  background-repeat: no-repeat;
}
ul.u-deco-li-osusume-kangoroshi li:last-child,
ol.u-deco-li-osusume-kangoroshi li:last-child {
  margin-bottom: 0;
}
.u-deco-service {
  padding-top: 48px;
  border-top: 8px solid #ff9d00;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,248,229,0.3)), color-stop(50%, #fff));
  background: -webkit-linear-gradient(rgba(255,248,229,0.3) 0%, #fff 50%);
  background: -o-linear-gradient(rgba(255,248,229,0.3) 0%, #fff 50%);
  background: linear-gradient(rgba(255,248,229,0.3) 0%, #fff 50%);
}
.u-deco-service-explain-span span {
  color: #ff9d00;
}
.u-deco-lower-course-title {
  padding: 0 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffba00));
  background: -webkit-linear-gradient(transparent 75%, #ffba00 75%);
  background: -o-linear-gradient(transparent 75%, #ffba00 75%);
  background: linear-gradient(transparent 75%, #ffba00 75%);
  line-height: 1em;
}
.u-deco-lower-headline-school_lower {
  margin-bottom: 32px;
  color: #ff9d00;
  text-align: center;
  font-weight: bold;
}
.u-deco-lower-headline-school_lower::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 16px);
  width: 32px;
  height: 2px;
  background: #ff9d00;
  content: '';
}
.u-deco-lower-headline-superchinese {
  margin-bottom: 48px;
  color: #d95fa6;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.u-deco-lower-headline-superchinese::after {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 16px);
  width: 32px;
  height: 2px;
  background: #d95fa6;
  content: '';
}
.u-deco-school-teacher-dot > *:nth-child(n+1) {
  padding-bottom: 48px;
  border-bottom: 4px dotted #ff9d00;
}
.u-deco-school-teacher-dot > *:last-child {
  border-bottom: none;
}
.u-deco-photo {
  border: 6px solid #fff;
}
.u-deco-header-circle {
  padding-left: 1em;
  text-indent: -1em;
}
.u-deco-header-circle::before {
  margin-right: 0.2em;
  color: #ffba00;
  content: '●';
  font-size: 0.9em;
}
.u-deco-company-dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 32px;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (max-width: 900px) {
  .u-deco-company-dl > * {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.u-deco-company-dl > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.u-deco-company-dl > * dt {
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .u-deco-company-dl > * dt {
    margin-bottom: 16px;
    width: 100%;
  }
}
.u-deco-company-dl > * dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.u-deco-top-scroll {
  overflow: hidden;
  width: 8px;
  height: 80px;
  -webkit-animation: scrollarrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: scrollarrow 4s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  -webkit-clip-path: inset(0% 0% 100% 0%);
  clip-path: inset(0% 0% 100% 0%);
}
.u-deco-top-scroll > * {
  display: block;
  width: 8px;
  height: 80px;
  background: url("../image/icon-scroll.svg") no-repeat;
  content: '';
}
.u-deco-lower-h2-borderbottom {
  padding-bottom: 16px;
  border-bottom: 4px solid #ff9d00;
}
.u-deco-lower-h2-greetings {
  position: absolute;
  top: -25px;
}
.u-deco-lower-h2-greetings > * {
  padding: 8px 0;
  width: 240px;
  background: #fff145;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.u-deco-lower-image_shadow {
  top: 0;
  padding-left: 16px;
}
.u-deco-lower-image_shadow::before {
  position: absolute;
  top: 0;
  right: 16px;
  display: block;
  margin-top: 16px;
  padding-bottom: 65%;
  width: calc(100% - 16px);
  height: 0;
  background: #ffba00;
  content: '';
}
.u-deco-lower-school_bottommeu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid #fff;
  border-width: 0 1px 0 1px;
}
@media screen and (max-width: 900px) {
  .u-deco-lower-school_bottommeu {
    border-width: 0;
  }
}
.u-deco-lower-school_bottommeu > *:nth-child(1) >* {
  border: solid #fff;
  border-width: 0 1px 0 0;
}
@media screen and (max-width: 900px) {
  .u-deco-lower-school_bottommeu > *:nth-child(1) >* {
    border-width: 0 0 1px 0;
  }
}
.u-deco-lower-school_bottommeu > *:nth-child(2) > *:nth-child(1),
.u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(2),
.u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(3) {
  border-bottom: solid #fff 1px;
}
.u-deco-lower-school_bottommeu > *:nth-child(2) > *:nth-child(1),
.u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(2),
.u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(4),
.u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(5) {
  border-right: solid #fff 1px;
}
@media screen and (max-width: 900px) {
  .u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(3) {
    border-right: solid #fff 1px;
  }
}
@media screen and (max-width: 900px) {
  .u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(4) {
    border-bottom: solid #fff 1px;
  }
}
@media screen and (max-width: 900px) {
  .u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(2),
  .u-deco-lower-school_bottommeu > *:nth-child(2) >*:nth-child(4) {
    border-right: solid #fff 0;
  }
}
.u-deco-table-theme tr > *:first-child {
  white-space: nowrap;
}
.u-deco-table-theme tr > *:nth-child(2) {
  text-align: left;
}
.u-deco-table-theme tr th {
  width: 33.3%;
  background: #f4f4f4;
  font-weight: bold;
}
.u-deco-table-theme2 tr th {
  background: #f4f4f4;
  font-weight: bold;
}
.u-deco-table-theme2 tr td {
  text-align: center;
}
.u-deco-table-theme3 tr > *:nth-child(2) {
  text-align: left;
}
.u-deco-table-theme3 tr th {
  width: 33.3%;
  background: #f4f4f4;
  font-weight: bold;
}
@-moz-keyframes scrollarrow {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}
@-webkit-keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
  }
}
@-o-keyframes scrollarrow {
  0% {
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(100% 0% 0% 0%);
  }
}
@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 0% 100% 0%);
    clip-path: inset(0% 0% 100% 0%);
  }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
  }
}
.u-opacity05 {
  opacity: 0.5;
}
@-moz-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* utility-機能 */
#page-top {
  right: 80px;
  bottom: env(safe-area-inset-bottom);
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#page-top a {
  z-index: -100;
  pointer-events: none;
}
#page-top.is-show {
  right: 8px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#page-top.is-show a {
  z-index: 100;
  pointer-events: auto;
}
.u-hover-image {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-hover-image:hover {
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.u-pagescroll_target {
  margin-top: calc(-1 * 64px);
  padding-top: calc(64px);
}
@media screen and (max-width: 900px) {
  .u-pagescroll_target {
    margin-top: calc(-1 * 64px);
    padding-top: calc(64px);
  }
}
@media screen and (max-width: 475px) {
  .u-pagescroll_target {
    margin-top: calc(-1 * 64px);
    padding-top: calc(64px);
  }
}
.u-func-ie {
  min-height: 0;
}
.u-func-accordion > label {
  display: block;
  cursor: pointer;
}
.u-func-accordion > input[type='checkbox'] {
  display: none;
}
.u-func-accordion > div {
  margin: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.u-func-accordion > input[type='checkbox'] + div {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.u-func-accordion > input[type='checkbox']:checked + div {
  max-height: 100%;
  opacity: 1;
}
.panel {
  display: none;
}
.tab.is-active {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: #fff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
/* Hide Loading Block */
}
#loading.loaded {
  visibility: collapse;
  opacity: 0;
  pointer-events: none;
}
#loading .spinner {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff9d00;
  -webkit-animation: loading 1.2s infinite;
  animation: loading 1.2s infinite;
}
@-moz-keyframes loading {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
@-o-keyframes loading {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  25% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
@keyframes loading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}
.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}
.tab-btn {
  display: none /* タブの切り替えを制御するラジオボタンを非表示に */;
}
.tab-list-wrap .tab-list {
  display: block;
}
.tab-list-wrap .tab-list .tab-image {
  margin-bottom: 16px;
  padding-top: 66.66%;
}
.tab-list-wrap .tab-list .tab-image > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.tab-list-wrap .tab-list span {
  display: inline-block;
  padding: 16px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.tab-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.tab-content-wrap::before {
  z-index: 1;
  display: block;
  margin-bottom: -24px;
  width: 20px;
  border-top: 20px solid #ff9d00;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  content: '';
}
.tab-content {
  overflow: hidden;
  height: 0;
}
#tab-btn1~ .tab-list-wrap #tab-list1 {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#tab-btn1~ .tab-list-wrap #tab-list1:hover {
  opacity: 0.8;
}
#tab-btn1:checked~ .tab-list-wrap #tab-list1 {
  cursor: auto;
}
#tab-btn1:checked~ .tab-list-wrap #tab-list1:hover {
  opacity: 1;
}
#tab-btn1:checked~ .tab-list-wrap #tab-list1 .tab-image {
  padding-top: 80%;
}
#tab-btn1:checked~ .tab-list-wrap #tab-list1 span {
  background: #ff9d00;
  color: #fff;
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1 {
  height: auto;
}
#tab-btn2~ .tab-list-wrap #tab-list2 {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#tab-btn2~ .tab-list-wrap #tab-list2:hover {
  opacity: 0.8;
}
#tab-btn2:checked~ .tab-list-wrap #tab-list2 {
  cursor: auto;
}
#tab-btn2:checked~ .tab-list-wrap #tab-list2:hover {
  opacity: 1;
}
#tab-btn2:checked~ .tab-list-wrap #tab-list2 .tab-image {
  padding-top: 80%;
}
#tab-btn2:checked~ .tab-list-wrap #tab-list2 span {
  background: #ff9d00;
  color: #fff;
}
#tab-btn2:checked ~ .tab-content-wrap #tab-content2 {
  height: auto;
}
#tab-btn3~ .tab-list-wrap #tab-list3 {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#tab-btn3~ .tab-list-wrap #tab-list3:hover {
  opacity: 0.8;
}
#tab-btn3:checked~ .tab-list-wrap #tab-list3 {
  cursor: auto;
}
#tab-btn3:checked~ .tab-list-wrap #tab-list3:hover {
  opacity: 1;
}
#tab-btn3:checked~ .tab-list-wrap #tab-list3 .tab-image {
  padding-top: 80%;
}
#tab-btn3:checked~ .tab-list-wrap #tab-list3 span {
  background: #ff9d00;
  color: #fff;
}
#tab-btn3:checked ~ .tab-content-wrap #tab-content3 {
  height: auto;
}
#tab-btn4~ .tab-list-wrap #tab-list4 {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#tab-btn4~ .tab-list-wrap #tab-list4:hover {
  opacity: 0.8;
}
#tab-btn4:checked~ .tab-list-wrap #tab-list4 {
  cursor: auto;
}
#tab-btn4:checked~ .tab-list-wrap #tab-list4:hover {
  opacity: 1;
}
#tab-btn4:checked~ .tab-list-wrap #tab-list4 .tab-image {
  padding-top: 80%;
}
#tab-btn4:checked~ .tab-list-wrap #tab-list4 span {
  background: #ff9d00;
  color: #fff;
}
#tab-btn4:checked ~ .tab-content-wrap #tab-content4 {
  height: auto;
}
/* utility-マージン・パディング */
@media screen and (max-width: 1200px) {
  .u-p-display_edge {
    padding-right: 16px;
    padding-left: 16px;
  }
  .u-p-display_edge-full {
    min-width: 100vw;
  }
}
.u-m-0 {
  margin: 0;
}
.u-m-xl {
  margin: 80px;
}
.u-m-l {
  margin: 48px;
}
.u-m-m {
  margin: 32px;
}
.u-m-s {
  margin: 16px;
}
.u-m-xs {
  margin: 8px;
}
.u-m-0 {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .u-m-0-M {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-m-xl-M {
    margin: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-l-M {
    margin: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-m-M {
    margin: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-s-M {
    margin: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-m-xs-M {
    margin: 8px;
  }
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-xl {
  margin-bottom: 80px;
}
.u-mb-l {
  margin-bottom: 48px;
}
.u-mb-m {
  margin-bottom: 32px;
}
.u-mb-s {
  margin-bottom: 16px;
}
.u-mb-xs {
  margin-bottom: 8px;
}
.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-mb-0-M {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-xl-M {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-l-M {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-m-M {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-s-M {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mb-xs-M {
    margin-bottom: 8px;
  }
}
.u-ml-0 {
  margin-left: 0;
}
.u-ml-xl {
  margin-left: 80px;
}
.u-ml-l {
  margin-left: 48px;
}
.u-ml-m {
  margin-left: 32px;
}
.u-ml-s {
  margin-left: 16px;
}
.u-ml-xs {
  margin-left: 8px;
}
.u-ml-0 {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .u-ml-0-M {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-xl-M {
    margin-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-l-M {
    margin-left: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-m-M {
    margin-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-s-M {
    margin-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-ml-xs-M {
    margin-left: 8px;
  }
}
.u-mr-0 {
  margin-right: 0;
}
.u-mr-xl {
  margin-right: 80px;
}
.u-mr-l {
  margin-right: 48px;
}
.u-mr-m {
  margin-right: 32px;
}
.u-mr-s {
  margin-right: 16px;
}
.u-mr-xs {
  margin-right: 8px;
}
.u-mr-0 {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .u-mr-0-M {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-xl-M {
    margin-right: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-l-M {
    margin-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-m-M {
    margin-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-s-M {
    margin-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mr-xs-M {
    margin-right: 8px;
  }
}
.u-mt-0 {
  margin-top: 0;
}
.u-mt-xl {
  margin-top: 80px;
}
.u-mt-l {
  margin-top: 48px;
}
.u-mt-m {
  margin-top: 32px;
}
.u-mt-s {
  margin-top: 16px;
}
.u-mt-xs {
  margin-top: 8px;
}
.u-mt-0 {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .u-mt-0-M {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-xl-M {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-l-M {
    margin-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-m-M {
    margin-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-s-M {
    margin-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mt-xs-M {
    margin-top: 8px;
  }
}
.u-mtb-0 {
  margin-top: 0;
}
.u-mtb-xl {
  margin-top: 80px;
}
.u-mtb-l {
  margin-top: 48px;
}
.u-mtb-m {
  margin-top: 32px;
}
.u-mtb-s {
  margin-top: 16px;
}
.u-mtb-xs {
  margin-top: 8px;
}
.u-mtb-0 {
  margin-bottom: 0;
}
.u-mtb-xl {
  margin-bottom: 80px;
}
.u-mtb-l {
  margin-bottom: 48px;
}
.u-mtb-m {
  margin-bottom: 32px;
}
.u-mtb-s {
  margin-bottom: 16px;
}
.u-mtb-xs {
  margin-bottom: 8px;
}
.u-mtb-0 {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .u-mtb-0-M {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xl-M {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-l-M {
    margin-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-m-M {
    margin-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-s-M {
    margin-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xs-M {
    margin-top: 8px;
  }
}
.u-mtb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-mtb-0-M {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xl-M {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-l-M {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-m-M {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-s-M {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mtb-xs-M {
    margin-bottom: 8px;
  }
}
.u-mlr-0 {
  margin-left: 0;
}
.u-mlr-xl {
  margin-left: 80px;
}
.u-mlr-l {
  margin-left: 48px;
}
.u-mlr-m {
  margin-left: 32px;
}
.u-mlr-s {
  margin-left: 16px;
}
.u-mlr-xs {
  margin-left: 8px;
}
.u-mlr-0 {
  margin-right: 0;
}
.u-mlr-xl {
  margin-right: 80px;
}
.u-mlr-l {
  margin-right: 48px;
}
.u-mlr-m {
  margin-right: 32px;
}
.u-mlr-s {
  margin-right: 16px;
}
.u-mlr-xs {
  margin-right: 8px;
}
.u-mlr-0 {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .u-mlr-0-M {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-xl-M {
    margin-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-l-M {
    margin-left: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-m-M {
    margin-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-s-M {
    margin-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-xs-M {
    margin-left: 8px;
  }
}
.u-mlr-0 {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .u-mlr-0-M {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-xl-M {
    margin-right: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-l-M {
    margin-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-m-M {
    margin-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-s-M {
    margin-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-mlr-xs-M {
    margin-right: 8px;
  }
}
.u-p-0 {
  padding: 0;
}
.u-p-xl {
  padding: 80px;
}
.u-p-l {
  padding: 48px;
}
.u-p-m {
  padding: 32px;
}
.u-p-s {
  padding: 16px;
}
.u-p-xs {
  padding: 8px;
}
.u-p-0 {
  padding: 0;
}
@media screen and (max-width: 900px) {
  .u-p-0-M {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-p-xl-M {
    padding: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-l-M {
    padding: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-m-M {
    padding: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-s-M {
    padding: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-p-xs-M {
    padding: 8px;
  }
}
.u-pb-0 {
  padding-bottom: 0;
}
.u-pb-xl {
  padding-bottom: 80px;
}
.u-pb-l {
  padding-bottom: 48px;
}
.u-pb-m {
  padding-bottom: 32px;
}
.u-pb-s {
  padding-bottom: 16px;
}
.u-pb-xs {
  padding-bottom: 8px;
}
.u-pb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-pb-0-M {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-xl-M {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-l-M {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-m-M {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-s-M {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pb-xs-M {
    padding-bottom: 8px;
  }
}
.u-pl-0 {
  padding-left: 0;
}
.u-pl-xl {
  padding-left: 80px;
}
.u-pl-l {
  padding-left: 48px;
}
.u-pl-m {
  padding-left: 32px;
}
.u-pl-s {
  padding-left: 16px;
}
.u-pl-xs {
  padding-left: 8px;
}
.u-pl-0 {
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .u-pl-0-M {
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-xl-M {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-l-M {
    padding-left: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-m-M {
    padding-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-s-M {
    padding-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pl-xs-M {
    padding-left: 8px;
  }
}
.u-pr-0 {
  padding-right: 0;
}
.u-pr-xl {
  padding-right: 80px;
}
.u-pr-l {
  padding-right: 48px;
}
.u-pr-m {
  padding-right: 32px;
}
.u-pr-s {
  padding-right: 16px;
}
.u-pr-xs {
  padding-right: 8px;
}
.u-pr-0 {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .u-pr-0-M {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-xl-M {
    padding-right: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-l-M {
    padding-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-m-M {
    padding-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-s-M {
    padding-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pr-xs-M {
    padding-right: 8px;
  }
}
.u-pt-0 {
  padding-top: 0;
}
.u-pt-xl {
  padding-top: 80px;
}
.u-pt-l {
  padding-top: 48px;
}
.u-pt-m {
  padding-top: 32px;
}
.u-pt-s {
  padding-top: 16px;
}
.u-pt-xs {
  padding-top: 8px;
}
.u-pt-0 {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .u-pt-0-M {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-xl-M {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-l-M {
    padding-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-m-M {
    padding-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-s-M {
    padding-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-pt-xs-M {
    padding-top: 8px;
  }
}
.u-plr-0 {
  padding-left: 0;
}
.u-plr-xl {
  padding-left: 80px;
}
.u-plr-l {
  padding-left: 48px;
}
.u-plr-m {
  padding-left: 32px;
}
.u-plr-s {
  padding-left: 16px;
}
.u-plr-xs {
  padding-left: 8px;
}
.u-plr-0 {
  padding-right: 0;
}
.u-plr-xl {
  padding-right: 80px;
}
.u-plr-l {
  padding-right: 48px;
}
.u-plr-m {
  padding-right: 32px;
}
.u-plr-s {
  padding-right: 16px;
}
.u-plr-xs {
  padding-right: 8px;
}
.u-plr-0 {
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .u-plr-0-M {
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xl-M {
    padding-left: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-l-M {
    padding-left: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-m-M {
    padding-left: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-s-M {
    padding-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xs-M {
    padding-left: 8px;
  }
}
.u-plr-0 {
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .u-plr-0-M {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xl-M {
    padding-right: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-l-M {
    padding-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-m-M {
    padding-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-s-M {
    padding-right: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-plr-xs-M {
    padding-right: 8px;
  }
}
.u-ptb-0 {
  padding-top: 0;
}
.u-ptb-xl {
  padding-top: 80px;
}
.u-ptb-l {
  padding-top: 48px;
}
.u-ptb-m {
  padding-top: 32px;
}
.u-ptb-s {
  padding-top: 16px;
}
.u-ptb-xs {
  padding-top: 8px;
}
.u-ptb-0 {
  padding-bottom: 0;
}
.u-ptb-xl {
  padding-bottom: 80px;
}
.u-ptb-l {
  padding-bottom: 48px;
}
.u-ptb-m {
  padding-bottom: 32px;
}
.u-ptb-s {
  padding-bottom: 16px;
}
.u-ptb-xs {
  padding-bottom: 8px;
}
.u-ptb-0 {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .u-ptb-0-M {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xl-M {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-l-M {
    padding-top: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-m-M {
    padding-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-s-M {
    padding-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xs-M {
    padding-top: 8px;
  }
}
.u-ptb-0 {
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .u-ptb-0-M {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xl-M {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-l-M {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-m-M {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-s-M {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .u-ptb-xs-M {
    padding-bottom: 8px;
  }
}
/* utility-位置・表示 */
.u-positon-absolute {
  position: absolute;
  left: 0;
}
.u-positon-fixed {
  position: fixed;
  left: 0;
}
.u-positon-static {
  position: static;
}
.u-z_index0 {
  z-index: 0;
}
.u-z_index1 {
  z-index: 1;
}
.u-z_index100 {
  z-index: 100;
}
.u-z_index200 {
  z-index: 200;
}
.u-z_index300 {
  z-index: 300;
}
.u-display-i_block {
  display: inline-block;
}
.u-display-block {
  display: block;
}
.u-display-none {
  display: none;
}
.u-white_space-nowrap {
  white-space: nowrap;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
@media screen and (min-width: 901px) {
  .u-display-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .u-display-pc {
    display: none;
  }
  .u-positon-relative-M {
    position: relative;
  }
}
.u-bottom0 {
  bottom: 0;
}
.u-trim_wrap-square {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.u-trim_wrap-square > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.u-trim_wrap-2_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.u-trim_wrap-2_1 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.u-trim_wrap-3_2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
}
.u-trim_wrap-3_2 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.u-trim_wrap-4_3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.u-trim_wrap-4_3 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .u-trim_wrap-square-M {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .u-trim_wrap-square-M > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .u-trim_wrap-4_3-M {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
  }
  .u-trim_wrap-4_3-M > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.u-trim_wrap-16_9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.u-trim_wrap-16_9 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.u-common-chance {
  margin-top: -16px;
}
.u-taiken-muryo {
  margin-top: -16px;
}
