@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
b,
table,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  border-spacing: 0;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  color: inherit;
  vertical-align: top;
}

blockquote {
  margin: 0;
}

label {
  font: inherit;
}

:focus-visible {
  outline: 0;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #3b4043;
}
body.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden2 {
  overflow: hidden;
}

h2 {
  scroll-margin-top: 100px;
}

.has-primary-color {
  color: #f08200;
}

.has-primary-background-color {
  background-color: #f08200;
}

.has-primary-border-color {
  border-color: #f08200;
}

.has-secondary-color {
  color: #ff0303;
}

.has-secondary-background-color {
  background-color: #ff0303;
}

.has-secondary-border-color {
  border-color: #ff0303;
}

.has-accent-color {
  color: #0cb9d0;
}

.has-accent-background-color {
  background-color: #0cb9d0;
}

.has-accent-border-color {
  border-color: #0cb9d0;
}

.wp-block-list {
  list-style: disc;
}

.post_opacity:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.post_opacity img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 50px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

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

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

.common__link {
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .common__link {
    font-size: 18px;
  }
}

.link__right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .link__right {
    text-align: center;
  }
}

.link__center {
  text-align: center;
}

.common-title__section {
  margin: 0 auto;
}

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

.common-title__ja {
  font-size: 50px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .common-title__ja {
    font-size: 30px;
  }
}

.common-title__img {
  margin-block: 5px;
}
@media screen and (max-width: 767px) {
  .common-title__img {
    margin-block: 0;
  }
}

@media screen and (max-width: 767px) {
  .common-title__en {
    font-size: 12px;
  }
}

.common-title__fv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px auto 0;
  max-width: 1280px;
}
@media screen and (max-width: 1000px) {
  .common-title__fv-area {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .common-title__fv-area {
    display: block;
    margin: 50px auto 0;
    width: 100%;
  }
}

.common-title__fv-img {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .common-title__fv-img {
    width: 55%;
  }
}
.common-title__fv-heading {
  margin: 30px 0 30px -35px;
  background-color: hsla(0, 0%, 100%, 0.71);
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .common-title__fv-heading {
    margin-block: 15px;
  }
}
@media screen and (max-width: 767px) {
  .common-title__fv-heading {
    text-align: center;
    margin: -35px 0 20px;
    z-index: 1;
    position: relative;
  }
}

.common-fv__title {
  font-size: 45px;
  color: #f08200;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .common-fv__title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .common-fv__title {
    font-size: 30px;
  }
}

.common-fv__text {
  font-size: 16px;
  margin-top: 25px;
  max-width: 470px;
}
@media screen and (max-width: 1000px) {
  .common-fv__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .common-fv__text {
    font-size: 16px;
    max-width: unset;
    text-align: left;
  }
}

.common-fv__other--button {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-fv__other--button {
    margin-top: 30px;
  }
}

.common-fv__other--link {
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  gap: 10px;
}
.common-fv__other--link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .common-fv__other--link {
    font-size: 16px;
    width: 270px;
    margin: 0 auto;
  }
}
.common-fv__other--link img {
  width: 18px;
  height: 23px;
}

.common-access {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .common-access {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.common-access__map {
  width: 100%;
  height: 500px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .common-access__map {
    height: 400px;
  }
}
.common-access__map iframe {
  height: 100%;
  width: 100%;
}

.common-access__info {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .common-access__info {
    margin-top: 30px;
  }
}

.common-access__inner {
  margin: 0 auto;
  max-width: 860px;
  width: calc(100% - 50px);
}

.common-access__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .common-access__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.common-access__transportation {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-access__transportation {
    width: 100%;
  }
}

.common-access__address {
  width: 50%;
  text-align: center;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .common-access__address {
    width: 100%;
    border-left: none;
    position: relative;
  }
  .common-access__address::before {
    background-color: #707070;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 145px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .common-access__address::before {
    top: -25px;
  }
}

.common-access__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .common-access__title {
    margin-top: 10px;
  }
}

.common-access__movie--wrap {
  margin-top: 80px;
  text-align: center;
}

.common-access__movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.common-access__movie iframe {
  width: 100%;
  height: 100%;
}

.header {
  background-color: #f08200;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}

.header__inner {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 62px;
  }
}

.header__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1280px) {
  .header__logo {
    width: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo {
    width: 13%;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 104px;
  }
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1000px) {
  .header__links {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__links {
    display: none;
  }
}

.header__nav {
  color: #fff;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  .header__nav-list {
    font-size: clamp(14px, 1.25vw, 16px);
    gap: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav-list {
    font-size: clamp(9px, 1.29vw, 13px);
    gap: 10px;
  }
}

.header__nav-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.cta__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.cta__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 41px;
  background-color: #fff;
  color: #f08200;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta__banner:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cta-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 3px;
  gap: 5px;
}
.cta-banner__inner img {
  width: 23px;
  height: 25px;
}

.cta-banner__text {
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

.cta__telbox {
  background-color: #fff;
  color: #f08200;
  height: 87px;
}

.cta-telbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 5px;
}

.cta__commute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
  position: relative;
}
.cta__commute:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta__commute::before {
  background-color: #f08200;
  bottom: -9px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 114px;
}

.cta-tel__text {
  font-size: 12px;
  font-weight: 700;
}
.cta-tel__text img {
  margin: 0 2px;
  vertical-align: baseline;
}

.cta-tel__subtext {
  color: #000;
  font-size: 9px;
  text-align: center;
}

.cta__camp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta__camp:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.drawer-icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 200;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-animation: active-bar01 0.75s forwards;
          animation: active-bar01 0.75s forwards;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  width: 100%;
  -webkit-animation: active-bar03 0.75s forwards;
          animation: active-bar03 0.75s forwards;
}
@-webkit-keyframes active-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
}
@-webkit-keyframes active-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes active-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}

.drawer-icon__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
  -webkit-animation: bar01 0.75s forwards;
          animation: bar01 0.75s forwards;
}
@-webkit-keyframes bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar01 {
  0% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0);
            transform: translateY(9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.drawer-icon__bar:nth-of-type(3) {
  width: 75%;
  bottom: 0;
  -webkit-animation: bar03 0.75s forwards;
          animation: bar03 0.75s forwards;
}
@-webkit-keyframes bar03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes bar03 {
  0% {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0);
            transform: translateY(-9px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.drawer-content {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-image: url(../img/front-page/drawer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 199;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__inner {
  padding-top: 75px;
  padding-inline: 50px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer__naves {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13.3333333333vw;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.drawer__item {
  font-size: 16px;
  color: #fff;
}

.drawer__cta {
  margin-top: 50px;
}

.drawer__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.drawer__banner {
  display: block;
  background-color: #fff;
  color: #f08200;
  width: 73.3333333333vw;
  height: 41px;
  text-align: center;
  margin: 0 auto;
}

.drawer-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 8px 10px;
}

.drawer-banner__text {
  font-size: 16px;
}

.drawer-tel__wrap {
  margin-top: 30px;
  color: #fff;
}

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

.drawer__telbox {
  display: block;
  width: 73.3333333333vw;
  border: 3px solid #fff;
  border-radius: 1px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

.drawer-telbox__inner {
  padding: 5px 5px;
}

.drawer-tel__text {
  font-size: 22px;
  font-weight: 700;
}
.drawer-tel__text img {
  margin-inline: 2px;
  margin-bottom: 4px;
}

.drawer-tel__subtext {
  font-size: 13px;
}

.drawer-img__wrap {
  margin-top: 25px;
}

.drawer-img__inner {
  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;
  gap: 15px;
}

.main {
  background-image: url(../img/front-page/top-main-bg.svg);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: top left 0%;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-attachment: fixed;
}

.fv {
  position: relative;
  overflow: hidden;
  margin-top: 107px;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 62px;
  }
}

.fv__inner {
  position: relative;
  overflow: hidden;
}

.fv__slider {
  position: relative;
}

.fv__swiper::before {
  background: linear-gradient(120deg, rgb(254, 225, 200) 0%, rgb(229, 255, 254) 53%, rgb(255, 237, 214) 100%);
  content: "";
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.fv__swiper-slide {
  height: auto;
}

.fv__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__img {
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  width: auto;
}

.swiper-pagination {
  position: relative;
  margin-top: 25px;
}

.top-button__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-block: 40px;
}
@media screen and (max-width: 1000px) {
  .top-button__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .top-button__inner {
    padding-inline: 20px;
    max-width: calc(100% - 40px);
  }
}

.top__buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
}
@media screen and (max-width: 767px) {
  .top__buttons {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

.top-button__link {
  width: 150px;
  height: 150px;
  background: #f08200;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 767px) {
  .top-button__link {
    width: 120px;
    height: 120px;
  }
}
.top-button__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-button__text {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-button__text {
    font-size: 14px;
  }
}

.btn-engine-start {
  position: relative;
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
  background: white;
  background: linear-gradient(135deg, white 0%, white 22%, #ddd 44%, #a5a5a5 52%, black 100%);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .btn-engine-start {
    width: 125px;
    height: 125px;
  }
}
.btn-engine-start::before {
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  display: block;
  width: 130px;
  height: 130px;
  content: "";
  border-radius: 50%;
  background: #515151;
  background: linear-gradient(135deg, #515151 0%, #515151 19%, #ededed 50%, white 77%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#515151", endColorstr="#ffffff", GradientType=1);
}
@media screen and (max-width: 767px) {
  .btn-engine-start::before {
    width: 110px;
    height: 110px;
    top: 7px;
    left: 7px;
  }
}
.btn-engine-start:hover .btn-engine-start-in::before {
  top: 20px;
  background: #f08200;
  -webkit-box-shadow: 0 0 6px rgba(255, 166, 22, 0.3);
  box-shadow: 0 0 6px rgba(255, 166, 22, 0.3);
}
.btn-engine-start:hover .btn-engine-start-in {
  padding: 37px 0 0;
  color: #ffa616;
  -webkit-box-shadow: inset 0 1px 1px black, 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px black, 0 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 6px rgba(255, 166, 22, 0.3), 0 0 6px rgba(255, 166, 22, 0.3);
}

.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-engine-start-in {
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 109px;
  height: 109px;
  padding: 35px 0 0;
  color: #fff;
  border-radius: 50%;
  background: #959595;
  background: linear-gradient(135deg, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 69%, #1b1b1b 100%);
  -webkit-box-shadow: inset 0 2px 2px white, 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 2px white, 0 2px 4px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#959595", endColorstr="#1b1b1b", GradientType=1);
}
@media screen and (max-width: 767px) {
  .btn-engine-start-in {
    font-size: 11px;
    width: 89px;
    height: 89px;
  }
}
.btn-engine-start-in::before {
  position: absolute;
  top: 18px;
  left: calc(50% - 13px);
  width: 26px;
  height: 8px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  background: #ffa616;
  background: #555;
}
@media screen and (max-width: 767px) {
  .btn-engine-start-in::before {
    top: 16px;
    left: calc(50% - 11px);
    width: 22px;
    height: 8px;
  }
}
.btn-engine-start-in span {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .btn-engine-start-in span {
    font-size: 9px;
  }
}

.btn-circle-border {
  display: inline-block;
  text-decoration: none;
  background: #f08200;
  color: rgba(255, 255, 255, 0.47);
  font-weight: bold;
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 5px #f08200;
          box-shadow: 0px 0px 0px 5px #f08200;
  border: solid 2px rgba(255, 255, 255, 0.47);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .btn-circle-border {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
.btn-circle-border:hover {
  border-style: dashed;
  opacity: 0.8;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.bt-samp44 {
  display: block;
  position: relative;
  text-decoration: none;
  height: 150px;
  width: 150px;
  line-height: 150px;
  text-align: center;
  color: #f08200;
  border: solid 2px #f08200;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bt-samp44 {
    font-size: 14px;
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}
.bt-samp44:hover {
  color: #fff;
}
.bt-samp44::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  background: #f08200;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.bt-samp44:hover::after {
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .bt-samp44:hover::after {
    height: 120px;
    width: 120px;
  }
}

.top-news {
  margin-top: 50px;
  background-color: rgba(240, 130, 0, 0.27);
}

.top-news__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-block: 40px;
}
@media screen and (max-width: 1000px) {
  .top-news__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    padding-inline: 20px;
    max-width: calc(100% - 40px);
  }
}

.top-news__heading {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

.top-news__text {
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top-news__text {
    font-size: 15px;
  }
}

.top-news__box {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-news__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .top-news__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news__time--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 93px;
}

.top-news__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 93px);
}
@media screen and (max-width: 767px) {
  .top-news__title {
    width: 100%;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.top-news__link--button {
  font-size: 20px;
  margin-block: 35px;
}
.top-news__link--button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-news__link--button {
    font-size: 18px;
    text-align: center;
  }
}

.secondary__link {
  border-radius: 5px;
  padding: 10px 50px;
  background-color: #fff;
  color: #3b4043;
}

.intro {
  margin-top: 150px;
}

.intro__logo {
  position: relative;
  max-width: 1132px;
  margin: 0 auto;
  z-index: 5;
}
.intro__logo img {
  margin: 0 auto;
  top: 80px;
  left: 5.46875vw;
  position: absolute;
  width: 37.34375vw;
}
@media screen and (min-width: 1281px) {
  .intro__logo img {
    left: 70px;
    width: 475px;
  }
}
@media screen and (max-width: 1000px) {
  .intro__logo img {
    width: 40vw;
    top: 39px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .intro__logo img {
    width: 271px;
    top: -135px;
    left: 13px;
  }
}

.top-greeting__inner {
  overflow: hidden;
}

.top-greeting__heading {
  margin-left: auto;
  margin-left: calc(50% - 28.125vw);
}
@media screen and (min-width: 1281px) {
  .top-greeting__heading {
    margin-left: calc(50% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .top-greeting__heading {
    margin-left: 3%;
  }
}

.top-greeting__img {
  overflow: hidden;
}
.intro__textarea {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .intro__textarea {
    padding: 0 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .intro__textarea {
    padding: 0 20px;
    max-width: calc(100% - 40px);
  }
}

.intro__title {
  margin-top: -37px;
  font-size: 3.90625vw;
  font-weight: 500;
  color: #f08200;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1281px) {
  .intro__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 26px;
    margin-top: -30px;
  }
}

.intro__text {
  margin-top: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 15px;
  }
}

.intro__link {
  margin-top: 50px;
  margin-bottom: 15px;
}
.intro__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .intro__link {
    text-align: center;
  }
}

.link--right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .link--right {
    text-align: center;
  }
}

.charm {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .charm {
    margin-top: 100px;
  }
}

.charm__inner {
  overflow: hidden;
}

.charm__heading {
  margin-right: auto;
  margin-right: calc(50% - 28.125vw);
}
@media screen and (min-width: 1281px) {
  .charm__heading {
    margin-right: calc(50% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .charm__heading {
    margin-right: unset;
  }
}

.alma-mater {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .alma-mater {
    margin-top: 100px;
  }
}

.alma-mater__inner {
  overflow: hidden;
}

.alma-mater__heading {
  margin-left: auto;
  margin-left: calc(50% - 28.125vw);
}
@media screen and (min-width: 1281px) {
  .alma-mater__heading {
    margin-left: calc(50% - 360px);
  }
}
@media screen and (max-width: 767px) {
  .alma-mater__heading {
    margin-left: 3%;
  }
}

.embedsocialwrap {
  margin-top: 150px;
  background-color: #f8f8f8;
  padding: 70px 0;
}

.inner {
  margin: 0 auto;
  max-width: 860px;
  width: calc(100% - 50px);
}

.license-flow {
  margin-top: 150px;
  background-color: rgba(240, 130, 0, 0.08);
}

.license-flow__inner {
  max-width: 950px;
  padding-top: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .license-flow__inner {
    max-width: 770px;
  }
}
@media screen and (max-width: 767px) {
  .license-flow__inner {
    max-width: 93.3333333333vw;
  }
}

.license-flow__heading {
  font-size: 38px;
  text-align: center;
  color: #f08200;
}

.license-flow__subheading {
  font-size: 28px;
  text-align: center;
  color: #f08200;
}
@media screen and (max-width: 1000px) {
  .license-flow__subheading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .license-flow__subheading {
    font-size: 26px;
  }
}

.flow-intro__boxes {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .flow-intro__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}

.flow-intro__box {
  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;
  text-align: center;
  background-color: #f08200;
  color: #fff;
  height: 234px;
  padding: 20px;
  outline: 1px solid #fff;
  outline-offset: -5px;
}
@media screen and (max-width: 1000px) {
  .flow-intro__box {
    height: 192px;
  }
}
@media screen and (max-width: 767px) {
  .flow-intro__box {
    width: 44.3333333333vw;
    height: 39.3333333333vw;
  }
}

.flow-intro__box--text {
  font-size: 31px;
}
@media screen and (max-width: 1000px) {
  .flow-intro__box--text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .flow-intro__box--text {
    font-size: 4vw;
  }
}

.flow-intro__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-block: 40px;
}
@media screen and (max-width: 1000px) {
  .flow-intro__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .flow-intro__inner {
    padding-inline: 20px;
    max-width: calc(100% - 40px);
  }
}

.flow-intro__text {
  line-height: 1.8;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .flow-intro__text {
    font-size: 15px;
  }
}

.license-flow__required {
  margin-top: 20px;
}

.flow-required__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-block: 40px;
}
@media screen and (max-width: 1000px) {
  .flow-required__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .flow-required__inner {
    padding-inline: 20px;
    max-width: calc(100% - 40px);
  }
}

.flow-required__heading {
  font-size: 38px;
  text-align: center;
  color: #f08200;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .flow-required__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .flow-required__heading {
    font-size: clamp(20px, 3.3898305085vw, 26px);
  }
}
.flow-required__heading::before {
  position: absolute;
  content: "";
  top: -120px;
  left: -45px;
  background: url(../img/front-page/flow-check1.svg) no-repeat center/cover;
  width: 236px;
  height: 236px;
}
@media screen and (max-width: 1000px) {
  .flow-required__heading::before {
    top: -90px;
    left: -600px;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .flow-required__heading::before {
    top: -125px;
    left: -220px;
    width: 170px;
    height: 130px;
  }
}

.flow-required__text {
  margin-top: 25px;
  line-height: 1.8;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .flow-required__text {
    font-size: 15px;
  }
}

.flow-required__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-required__list {
    padding-bottom: 60px;
  }
}
.flow-required__list::before {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -14px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .flow-required__list::before {
    bottom: 15px;
    width: 33px;
    height: 33px;
  }
}

.flow-required__item {
  padding: 20px;
  background: #fff;
  text-align: center;
}

.flow-required__item-name {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-required__item-name {
    font-size: 20px;
  }
}
.flow-required__item-name::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #3b4043;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.flow-required__item--caution {
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
}
.flow-required__item--caution:nth-of-type(2) {
  margin-bottom: 20px;
}

.flow-required__item--text {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 10px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.license-flow__graduation {
  margin-top: 20px;
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .license-flow__graduation {
    padding-bottom: 20px;
  }
}

.flow-graduation__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-block: 40px;
}
@media screen and (max-width: 1000px) {
  .flow-graduation__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .flow-graduation__inner {
    padding-inline: 20px;
    max-width: calc(100% - 40px);
  }
}

.flow-graduation__heading {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  color: #f08200;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .flow-graduation__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .flow-graduation__heading {
    font-size: clamp(20px, 3.3898305085vw, 26px);
  }
}
.flow-graduation__heading::before {
  position: absolute;
  content: "";
  top: -120px;
  left: -45px;
  background: url(../img/front-page/flow-check2.svg) no-repeat center/cover;
  width: 236px;
  height: 236px;
}
@media screen and (max-width: 1000px) {
  .flow-graduation__heading::before {
    top: -90px;
    left: -600px;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .flow-graduation__heading::before {
    top: -125px;
    left: -220px;
    width: 170px;
    height: 130px;
  }
}

.flow-graduation__text {
  margin-top: 25px;
  line-height: 1.8;
  margin-bottom: 25px;
  position: relative;
}
.flow-graduation__text:nth-of-type(2) {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .flow-graduation__text {
    font-size: 15px;
  }
  .flow-graduation__text:nth-of-type(2) {
    padding-bottom: 60px;
  }
}
.flow-graduation__text:nth-of-type(2)::before {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -14px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .flow-graduation__text:nth-of-type(2)::before {
    bottom: 15px;
    width: 33px;
    height: 33px;
  }
}

.flow-graduation__subtitle {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .flow-graduation__subtitle {
    font-size: clamp(17px, 4.5333333333vw, 20px);
    margin: 30px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}

.flow-graduation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .flow-graduation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow-graduation__item {
  width: 33%;
  padding: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-graduation__item {
    width: 100%;
  }
}

.flow-graduation__item--number {
  color: #f08200;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-graduation__item--number {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.flow-graduation__item--number::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #3b4043;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.flow-graduation__item--title {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .flow-graduation__item--title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .flow-graduation__item--title {
    font-size: 15px;
  }
}

.flow-graduation__item--img {
  margin-top: 15px;
}
.flow-graduation__item--img img {
  width: calc(100% - 24px);
}

.flow-graduation__item--text {
  margin-top: 5px;
  line-height: 1.8;
  font-size: 15px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.flow-graduation__containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
  padding-bottom: 80px;
}
.flow-graduation__containers::before {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -14px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .flow-graduation__containers::before {
    bottom: 15px;
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .flow-graduation__containers {
    padding-bottom: 60px;
  }
}

.graduation-container__item {
  padding: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .graduation-container__item {
    width: 100%;
  }
}

.graduation-container__item--title {
  color: #3b4043;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .graduation-container__item--title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.graduation-container__item--title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background: #3b4043;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.graduation-container__item--text {
  margin-top: 5px;
  line-height: 1.8;
  font-size: 15px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.graduation-container__item--img {
  margin-top: 15px;
}

.flow-graduation__congrats {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .flow-graduation__congrats {
    margin-top: 30px;
  }
}
.flow-graduation__congrats figure {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .flow-graduation__congrats figure {
    width: 100%;
  }
}

.graduation-congrats__container {
  background-color: hsla(0, 0%, 100%, 0.75);
  padding: 20px;
  position: absolute;
  top: 33%;
  left: 2%;
}
@media screen and (max-width: 767px) {
  .graduation-congrats__container {
    position: relative;
    margin-top: -24px;
    left: 0;
  }
}

.graduation-congrats__title {
  color: #f08200;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .graduation-congrats__title {
    font-size: clamp(22px, 5.8666666667vw, 28px);
  }
}

.graduation-congrats__text {
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .graduation-congrats__text {
    font-size: clamp(15px, 1.8vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .graduation-congrats__text {
    font-size: 15px;
  }
}

.staff-introduction {
  background-color: #fff;
  padding-block: 30px;
}

.staff__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 1000px) {
  .staff__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .staff__inner {
    padding-inline: 20px;
    max-width: calc(100% - 40px);
  }
}

.staff__heading {
  font-size: 38px;
  text-align: center;
  color: #f08200;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .staff__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .staff__heading {
    font-size: 30px;
  }
}
.staff__heading::before {
  position: absolute;
  content: "";
  top: -120px;
  left: -45px;
  background: url(../img/front-page/staff-icon.svg) no-repeat center/cover;
  width: 236px;
  height: 236px;
}
@media screen and (max-width: 1000px) {
  .staff__heading::before {
    top: -90px;
    left: -600px;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .staff__heading::before {
    top: -125px;
    left: -220px;
    width: 170px;
    height: 130px;
  }
}

.staff__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .staff__text {
    font-size: 15px;
  }
}

.school-img {
  margin-bottom: 100px;
  background: #fff;
}

.school-img__inner {
  padding-block: 50px;
}

.school-img__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.footer {
  position: relative;
}
.footer::before {
  background-color: #707070;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 860px;
}
@media screen and (max-width: 1000px) {
  .footer::before {
    width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .footer::before {
    width: 300px;
  }
}

.footer__inner {
  max-width: 860px;
  margin: 0 auto 100px;
  padding-top: 50px;
}
@media screen and (max-width: 1000px) {
  .footer__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-inline: 20px;
    margin-bottom: 50px;
    max-width: calc(100% - 40px);
  }
}

.footer__logo {
  text-align: center;
}
.footer__logo img {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 182px;
  }
}

.footer__cta {
  margin-top: 50px;
}

.footer-cta__buttons {
  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;
  gap: 80px;
}

.footer-cta__button {
  background-color: #f08200;
  width: 225px;
}
.footer-cta__button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer-cta__button {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta__button:last-child {
    display: none;
  }
}

.footer-cta__button--inner {
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer-cta__button--inner img {
    width: 25px;
    height: auto;
  }
}

.footer-cta__button--text {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-cta__button--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-cta__tell--wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer-cta__tell--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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-cta__tell--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-cta__tell--inner {
    display: block;
  }
}

.footer-cta__tell--heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-cta__tell--heading {
    display: block;
    color: #f08200;
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer-cta__tell--card {
  width: 392px;
}
.footer-cta__tell--card:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .footer-cta__tell--card {
    width: 281px;
  }
}
@media screen and (max-width: 767px) {
  .footer-cta__tell--card {
    width: 300px;
    margin-bottom: 20px;
    display: block;
    border: 3px solid #f08200;
  }
}

@media screen and (max-width: 767px) {
  .tell-card__inner {
    padding: 7px 10px;
    text-align: center;
  }
}

.tell-card__text {
  font-size: 39px;
  font-weight: 700;
  color: #f08200;
}
@media screen and (max-width: 1000px) {
  .tell-card__text {
    font-size: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tell-card__text {
    font-size: 22px;
  }
}
.tell-card__text img {
  width: 20px;
  height: auto;
  vertical-align: baseline;
}

.tell-card__subtext {
  font-size: 22px;
  display: block;
  text-align: center;
  color: #f08200;
}
@media screen and (max-width: 1000px) {
  .tell-card__subtext {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .tell-card__subtext {
    font-size: 15px;
  }
}

.footer-cta__sns--wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer-cta__sns--wrap {
    background-color: #f0f3f5;
    margin: 30px calc(50% - 50vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-sns__inner {
    padding-block: 25px;
  }
}

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

.footer-sns__logos {
  margin-top: 20px;
  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;
  gap: 50px;
}

.footer-sns__icon:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-sns__icon img {
  width: auto;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .footer-sns__icon img {
    height: 30px;
  }
}

.footer__links {
  margin: 100px calc(50% - 50vw) 0;
  background-color: #f0f3f5;
}
@media screen and (max-width: 767px) {
  .footer__links {
    display: none;
  }
}

.footer-links__inner {
  max-width: 860px;
  margin: 0 auto;
  padding-block: 50px;
}
@media screen and (max-width: 1000px) {
  .footer-links__inner {
    padding-inline: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .footer-links__inner {
    padding-inline: 20px;
    max-width: calc(100% - 40px);
  }
}

.footer-nav__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}

.footer-nav__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.footer-nav__item {
  font-size: 16px;
  margin-top: 15px;
}
.footer-nav__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .footer-nav__item {
    font-size: 1.5625vw;
  }
}

.ver1:first-child {
  width: 11.458%;
}
.ver1:nth-child(2) {
  width: 17.24%;
}
.ver1:nth-child(3) {
  width: 17.24%;
}
.ver1:nth-child(4) {
  width: 12.96%;
}
.ver1:nth-child(5) {
  width: 16.66%;
}
.ver1:nth-child(6) {
  width: 12.96%;
}
.ver1:nth-child(7) {
  width: 11.26%;
}

.ver2:first-child {
  width: 17.24%;
  margin-left: 11.458%;
}
.ver2:nth-child(2) {
  width: 30.2%;
}
.ver2:nth-child(3) {
  width: 29.8%;
}
.ver2:nth-child(4) {
  width: 11.26%;
}
.ver2:nth-child(5) {
  margin-left: 11.458%;
  width: 17.24%;
}
.ver2:nth-child(6) {
  width: 30.2%;
}
.ver2:nth-child(7) {
  width: 29.8%;
}

.footer-company-logo {
  margin-block: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-company-logo {
    margin-block: 50px;
  }
}
.footer-company-logo a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer-company-logo img {
    width: 280px;
  }
}

.footer__address {
  text-align: center;
}

.footer-address__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer-address__text {
    font-size: 16px;
  }
}
.footer-address__text a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__banners {
  max-width: 1280px;
  margin: 0 auto;
  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;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__banners {
    max-width: 726px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__banner:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__banner img {
  height: 65px;
}
@media screen and (max-width: 1000px) {
  .footer__banner img {
    height: 50px;
  }
}

.footer__copy-right {
  margin-top: 50px;
  background-color: #f08200;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .footer__copy-right {
    margin-top: 60px;
  }
}

.copyright {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}

.footer__button-area {
  display: none;
  width: 80px;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: 40px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .footer__button-area {
    width: 60px;
    right: 25px;
    bottom: 90px;
  }
}

.is-fixed {
  position: fixed;
}

.footer__button--inner {
  padding: 5px 5px;
  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;
  gap: 20px;
  position: relative;
}

.footer-button__reviews {
  width: 80px;
}
.footer-button__reviews:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-button__line {
  width: 80px;
}
.footer-button__line:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer-button__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
    position: absolute;
    bottom: -35px;
    right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .footer-line__img--pc {
    display: none;
  }
}

.footer-button__commute--qa {
  width: 90px;
}
.footer-button__commute--qa:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer-button__commute--qa {
    width: 66px;
  }
}

.footer-commute-qa__link {
  display: block;
  border: 1px solid #f08200;
}

.footer-commute-qa__title {
  background-color: #f08200;
  padding: 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.footer-commute-qa__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  font-size: 13px;
  color: #f08200;
  background-color: #fff;
  height: 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-commute-qa__text {
    padding: 2px;
    font-size: 10px;
    height: 54px;
  }
}
.footer-commute-qa__text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid #fff;
  border-right: 7px solid #f08200;
  border-bottom: 7px solid #f08200;
}

.footer-button__camp {
  width: 90px;
}
.footer-button__camp:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer-button__camp {
    width: 66px;
  }
}

.footer-button__camp--link {
  display: block;
  border: 1px solid #f08200;
}

.footer-button__camp--title {
  background-color: #f08200;
  padding: 3px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.footer-button__camp--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  font-size: 13px;
  color: #f08200;
  background-color: #fff;
  height: 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-button__camp--text {
    padding: 2px;
    font-size: 10px;
    height: 54px;
  }
}
.footer-button__camp--text::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid #fff;
  border-right: 7px solid #f08200;
  border-bottom: 7px solid #f08200;
}

.footer__button-area2 {
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .footer__button-area2 {
    width: 350px;
    height: 88px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer__button--inner2 {
  position: relative;
}

.footer-line__img--sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .footer-line__img--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-line__img--sp {
    display: block;
    position: absolute;
  }
}

.page-charm {
  padding-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-charm {
    padding-top: 70px;
  }
}

.system__section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .system__section {
    margin-top: 50px;
  }
}

.section-common__img {
  display: block;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .section-common__img {
    width: 100%;
  }
}

.section-common__inner {
  margin: 0 auto;
  max-width: 860px;
  width: calc(100% - 50px);
  text-align: center;
}
.section-common__title {
  color: #f08200;
  font-size: 62px;
  line-height: 70px;
  margin-block: 50px;
}
@media screen and (max-width: 1000px) {
  .section-common__title {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .section-common__title {
    font-size: 30px;
    line-height: 35px;
  }
}

.section-common__text {
  display: inline-block;
  text-align: left;
}

.wifi__section {
  margin-top: 100px;
}

.system__boxes {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .system__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 20px;
  }
}

.system__box {
  display: block;
  border: double 4px #f08200;
  width: calc(25% - 15px);
  height: 180px;
  position: relative;
  padding: 15px 5px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .system__box {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .system__box {
    width: 100%;
    height: 150px;
    padding: 5px 5px;
  }
}
.system__box::before {
  content: "";
  width: 50px;
  height: 15px;
  background: #fff;
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.system-box__number {
  color: #f08200;
  font-size: 50px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .system-box__number {
    font-size: 45px;
    top: -37px;
  }
}
@media screen and (max-width: 767px) {
  .system-box__number {
    font-size: 30px;
    top: -26px;
  }
}

.system-box__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;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .system-box__body {
    gap: 22px;
  }
}

.system-box__title {
  height: 50px;
  color: #f08200;
  font-size: 22px;
  padding: 9px 0;
}
@media screen and (max-width: 1000px) {
  .system-box__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .system-box__title {
    font-size: 16px;
    height: 35px;
  }
}

.system-box__text {
  padding: 0 10px;
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .system-box__text {
    padding-inline: 5px;
    font-size: 13px;
  }
}

.system__containers {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .system__containers {
    margin-top: 70px;
  }
}

.system__container {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .system__container {
    margin-top: 50px;
  }
}

.system-container__heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .system-container__heading {
    margin-bottom: 35px;
  }
}

.system-container__number {
  color: #f08200;
  font-size: 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .system-container__number {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .system-container__number {
    font-size: 30px;
  }
}
.system-container__number::before {
  background-color: #f08200;
  bottom: -25px;
  content: "";
  height: 8px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .system-container__number::before {
    bottom: -29px;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.system-container__number::after {
  background-color: #f08200;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 28px;
}

.system-container__title {
  display: inline-block;
  color: #f08200;
  font-size: 28px;
  padding-inline: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .system-container__title {
    font-size: 20px;
    margin-top: 10px;
  }
}

.system-container__subtitle {
  font-size: 28px;
  color: #f08200;
}
@media screen and (max-width: 767px) {
  .system-container__subtitle {
    font-size: 22px;
  }
}

.system-container__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .system-container__list {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.system-container__item {
  border: 1px solid #3b4043;
  padding: 26px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .system-container__item {
    width: 69.0666666667vw;
    padding: 10px;
  }
}

.system-container__item--title {
  font-size: 25px;
  padding-bottom: 12px;
  color: #f08200;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .system-container__item--title {
    font-size: clamp(20px, 2.4771838331vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .system-container__item--title {
    font-size: 22px;
    padding-bottom: 6px;
  }
}
.system-container__item--title::after {
  background-color: #f08200;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 72px;
}

.system-container__item--desc {
  font-size: 15px;
  margin-top: 10px;
  line-height: 23px;
  text-align: left;
}

.system-container__student-voice {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .system-container__student-voice {
    margin-top: 50px;
  }
}

.system-container__subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.system-container__subheading--ja {
  font-size: 25px;
}

.system-container__subheading--en {
  margin-top: 3px;
  font-size: 12px;
}

.student-voice__wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .student-voice__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.student-voice__img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .student-voice__img {
    width: 300px;
    margin: 0 auto;
  }
}

.student-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  row-gap: 30px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .student-voice__list {
    grid-template-columns: 1fr;
    row-gap: 20px;
    width: 88%;
    margin: 0 auto;
  }
}

.student-voice__item {
  background-color: rgba(240, 130, 0, 0.12);
  padding: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.student-voice__item::before, .student-voice__item::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.student-voice__item::before {
  border-left: solid 1px #3b4043;
  border-top: solid 1px #3b4043;
  top: 5px;
  left: 5px;
}
.student-voice__item::after {
  border-right: solid 1px #3b4043;
  border-bottom: solid 1px #3b4043;
  bottom: 5px;
  right: 5px;
}

.student-voice__text {
  font-size: 15px;
  line-height: 23px;
  text-align: left;
}

.digital__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .digital__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}

@media screen and (max-width: 767px) {
  .digital__img {
    width: 324px;
    margin: 0 auto;
  }
}

.digital__right-box {
  text-align: left;
}

.digital__title {
  color: #f08200;
  font-size: 28px;
  padding-top: 12px;
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .digital__title {
    font-size: 25px;
    text-align: center;
    padding-top: 0;
    margin-bottom: 25px;
  }
}

.digital__text {
  line-height: 27px;
  margin-bottom: 27px;
}
.digital__text:last-child {
  margin-bottom: unset;
}
@media screen and (max-width: 767px) {
  .digital__text {
    font-size: 16px;
  }
}

.simulator__img {
  width: 91%;
}
@media screen and (max-width: 767px) {
  .simulator__img {
    width: 324px;
    margin: 0 auto;
  }
}

.student-voice__wrap-02 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .student-voice__wrap-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.student-voice__list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 107%;
}
@media screen and (max-width: 767px) {
  .student-voice__list-02 {
    grid-template-columns: 1fr;
    row-gap: 20px;
    width: 88%;
    margin: 0 auto;
  }
}

.page-commute {
  padding-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-commute {
    padding-top: 70px;
  }
}

.commute-flow__section {
  background-color: rgba(240, 130, 0, 0.08);
  margin-top: 105px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .commute-flow__section {
    margin-top: 40px;
  }
}

.commute-flow__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .commute-flow__inner {
    width: 100%;
  }
}

.commute-flow__title {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commute-flow__title {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.commute-flow__title::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-01.svg) no-repeat center/contain;
  top: -75px;
  left: -200px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .commute-flow__title::before {
    top: -82px;
    left: -190px;
  }
}

.commute-flow__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.commute-flow__box {
  background: #fff;
  padding: 20px;
}

.commute-flow__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 15px;
  line-height: 1.875;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commute-flow__table__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .commute-flow__table__item {
    display: block;
  }
}

.commute-flow__dt {
  font-size: 20px;
  width: 100px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.commute-flow__dt::after {
  content: "：";
}
@media screen and (max-width: 767px) {
  .commute-flow__dt {
    width: auto;
    text-align: center;
  }
}

.commute-flow__dd {
  font-size: 16px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .commute-flow__dd {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.commute-flow__note {
  margin: 0 15px;
  font-size: 15px;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .commute-flow__note {
    margin-top: 10px;
    line-break: strict;
  }
}

.commute-flow__ng {
  margin-top: 15px;
  padding: 12px;
  border: 1px solid #3b4043;
}

.commute-flow__ng--text {
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}

.commute-flow__other {
  margin-top: 15px;
  margin-bottom: 100px;
  position: relative;
}
.commute-flow__other::after {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -80px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .commute-flow__other::after {
    bottom: -80px;
    width: 33px;
    height: 33px;
  }
}

.commute-flow__other--text {
  font-size: 16px;
  text-align: center;
}

.commute-flow__other--button {
  margin-top: 30px;
  text-align: center;
}

.commute-flow__other--link {
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 334px;
  gap: 10px;
}
.commute-flow__other--link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .commute-flow__other--link {
    font-size: 18px;
    width: 308px;
  }
}
.commute-flow__other--link img {
  width: 18px;
  height: 23px;
}

.commute-flow__procedure {
  margin-top: 165px;
  margin-bottom: 100px;
  position: relative;
}
.commute-flow__procedure::after {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -80px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .commute-flow__procedure::after {
    bottom: -80px;
    width: 33px;
    height: 33px;
  }
}

.commute-flow__title--step2 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commute-flow__title--step2 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.commute-flow__title--step2::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-02.svg) no-repeat center/contain;
  top: -75px;
  left: -230px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .commute-flow__title--step2::before {
    top: -82px;
    left: -227px;
  }
}

.commute-flow__box--title {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .commute-flow__box--title {
    text-decoration: underline;
  }
}

.commute-flow__box--text {
  margin-block: 10px;
  font-size: 16px;
  text-align: center;
}

.commute-flow__tel-tap {
  display: none;
}
@media screen and (max-width: 767px) {
  .commute-flow__tel-tap {
    display: block;
    color: #f08200;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.commute-flow__box--tel {
  color: #f08200;
  text-align: center;
}
.commute-flow__box--tel:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .commute-flow__box--tel {
    display: block;
    text-align: center;
    border: 2px solid #f08200;
    padding: 10px;
    max-width: 280px;
    margin: 0 auto;
  }
}

.commute-flow__tel-number {
  display: block;
  font-size: 41px;
}
@media screen and (max-width: 767px) {
  .commute-flow__tel-number {
    font-size: 22px;
    font-weight: 700;
  }
}
.commute-flow__tel-number img {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .commute-flow__tel-number img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.commute-flow__tel-info {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .commute-flow__tel-info {
    font-size: 13px;
  }
}

.commute-flow__payment {
  margin-top: 165px;
  margin-bottom: 100px;
  position: relative;
}
.commute-flow__payment::after {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -80px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .commute-flow__payment::after {
    bottom: -80px;
    width: 33px;
    height: 33px;
  }
}

.commute-flow__title--step3 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commute-flow__title--step3 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.commute-flow__title--step3::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-03.svg) no-repeat center/contain;
  top: -75px;
  left: -250px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .commute-flow__title--step3::before {
    top: -82px;
    left: -245px;
  }
}

.commute-flow__payment--text {
  margin-block: 10px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .commute-flow__payment--text {
    margin-block: 0;
  }
  .commute-flow__payment--text:nth-of-type(1) {
    margin-top: 15px;
  }
  .commute-flow__payment--text:nth-of-type(3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .payment-text__left {
    text-align: left;
  }
}

.commute-flow__transfer {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .commute-flow__transfer {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.commute-flow__transfer--left {
  width: 50%;
  border-right: 1px solid #3b4043;
}
@media screen and (max-width: 767px) {
  .commute-flow__transfer--left {
    width: auto;
    border-right: none;
  }
}

.commute-flow__transfer--financial {
  font-size: 15px;
}

.commute-flow__transfer--info {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.9;
}

.commute-flow__transfer--right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .commute-flow__transfer--right {
    width: auto;
  }
}

.commute-flow__transfer--attention {
  margin-top: 20px;
}

.commute-flow__transfer--text {
  font-size: 14px;
  line-height: 1.6;
}

.commute-flow__enroll {
  margin-top: 165px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .commute-flow__enroll {
    margin-bottom: 50px;
  }
}

.commute-flow__title--step4 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commute-flow__title--step4 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.commute-flow__title--step4::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-04.svg) no-repeat center/contain;
  top: -75px;
  left: -180px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .commute-flow__title--step4::before {
    top: -82px;
    left: -245px;
  }
}

.commute-flow__box--step4--text {
  text-align: left;
  font-size: 20px;
}

.commute-flow__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px auto 15px;
  max-width: 334px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 199, 85, 0.75)), to(#06c755));
  background: linear-gradient(180deg, rgba(6, 199, 85, 0.75), #06c755);
  padding: 10px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.commute-flow__line:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.commute-flow__line--text {
  color: #fff;
}
.commute-flow__line--text img {
  margin-right: 10px;
}

.commute-bring__section {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .commute-bring__section {
    margin-top: 150px;
  }
}

.commute-bring__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 20px);
}

.commute-bring__title {
  font-size: 35px;
  text-align: center;
  color: #f08200;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .commute-bring__title {
    font-size: 28px;
  }
}
.commute-bring__title::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/icon-check-pc.svg) no-repeat center/contain;
  top: -138px;
  left: -422px;
  right: 0;
  width: 184px;
  height: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .commute-bring__title::before {
    top: -100px;
    left: -250px;
    width: 110px;
    height: 115px;
  }
}

.commute-bring__document {
  position: relative;
  text-align: center;
}
.commute-bring__document::before {
  background-color: #f08200;
  top: 95px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .commute-bring__document::before {
    top: 85px;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.commute-bring__subtitle {
  display: inline-block;
  margin-top: 65px;
  font-size: 35px;
  font-weight: 500;
  color: #f08200;
  background-color: #fff;
  min-width: 340px;
}
@media screen and (max-width: 767px) {
  .commute-bring__subtitle {
    font-size: 25px;
    min-width: 200px;
  }
}

.bring__inner {
  margin: 0 auto;
  max-width: 720px;
}

.bring__cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .bring__cards {
    margin-top: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

.bring__card {
  background-color: #d8eefa;
  padding: 20px;
  min-height: 230px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bring__card {
    padding: 10px;
    min-height: 160px;
  }
}

.bring-baggage__cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 60px;
}
@media screen and (max-width: 767px) {
  .bring-baggage__cards {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  .bring-baggage__cards .bring-baggage__card:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bring-baggage__cards .bring-baggage__card:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bring-baggage__cards .bring-baggage__card:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .bring-baggage__cards .bring-baggage__card:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}

.bring-baggage__card {
  background-color: #d8eefa;
  padding: 20px;
  min-height: 230px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bring-baggage__card {
    padding: 10px;
    min-height: 105px;
  }
}

.required__text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #ff0303;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .required__text {
    font-size: 13px;
    padding: 3px 8px;
  }
}

.bring-card__title {
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bring-card__title {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.bring-card__title::after {
  background-color: #707070;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .bring-card__title::after {
    width: 35px;
  }
}

.bring-card__title--foreign {
  margin-top: 15px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bring-card__title--foreign {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }
}
.bring-card__title--foreign::after {
  background-color: #707070;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .bring-card__title--foreign::after {
    width: 35px;
  }
}

.bring-card__text {
  margin-top: 15px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .bring-card__text {
    font-size: clamp(13px, 3.4666666667vw, 17px);
  }
}

.bring-card__text--area {
  margin-top: 15px;
}

.bring-card__text--glasses {
  font-size: 13px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .bring-card__text--glasses {
    font-size: clamp(13px, 3.4666666667vw, 17px);
  }
}
.bring-card__text--glasses span {
  color: #ff0303;
}
@media screen and (max-width: 767px) {
  .bring-card__text--glasses span {
    display: block;
    margin-top: 10px;
  }
}

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

.commute-bring__baggage {
  position: relative;
  text-align: center;
}
.commute-bring__baggage::before {
  background-color: #f08200;
  top: 95px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .commute-bring__baggage::before {
    top: 85px;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.commute-bring__personal {
  position: relative;
  text-align: center;
}
.commute-bring__personal::before {
  background-color: #f08200;
  top: 95px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .commute-bring__personal::before {
    top: 85px;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.bring-personal__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .bring-card__list {
    text-align: center;
  }
}

.bring-card__item {
  text-align: left;
  font-size: 25px;
  line-height: 1.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bring-card__item {
    font-size: 20px;
    max-width: 203px;
    margin: 0 auto;
    position: relative;
  }
  .bring-card__item:last-of-type {
    padding-left: 20px;
  }
}
.bring-card__item span {
  font-size: 13px;
  color: #fff;
  background-color: #ff0303;
  font-weight: 700;
  height: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  .bring-card__item span {
    position: absolute;
    top: 10px;
    left: -40px;
  }
}

.bring__card--attention {
  background-color: #f0f3f5;
  margin-top: 50px;
  padding: 25px;
}

.bring-card__attention--text {
  color: #ff0303;
  font-size: 15px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
.bring-card__attention--text:first-of-type {
  margin-top: 15px;
}

.commute-bring__button {
  margin-top: 80px;
  text-align: center;
}

.commute-bring__link {
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
}
.commute-bring__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .commute-bring__link {
    font-size: 18px;
  }
}

.page-price {
  padding-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-price {
    padding-top: 70px;
  }
}

.price__section {
  margin-top: 80px;
}

.price__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 20px);
}

.price__tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .price__tab {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .price__tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

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

.price-tab__button {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 10px 20px;
  width: 200px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .price-tab__button {
    width: clamp(150px, 40vw, 300px);
    font-size: 15px;
  }
}
.price-tab__button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.price-tab__button.is-active {
  background-color: #f08200;
  border-color: #f08200;
  color: #fff;
}
.price-tab__button.is-active:hover {
  cursor: default;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.price-tab__contents {
  margin-top: 70px;
}

.price-tab__content {
  display: none;
}
.price-tab__content.is-show {
  display: block;
}

.tab-content__title {
  text-align: center;
}
.tab-content__title:nth-of-type(n + 2) {
  margin-top: 70px;
}

.tab-content__lead {
  font-size: 15px;
  margin-block: 15px;
}

.tab-content__table {
  margin-top: 15px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .tab-content__table {
    min-width: 360px;
  }
  .tab-content__table th,
  .tab-content__table td {
    display: table-cell;
  }
}
.tab-content__table thead {
  background-color: #d8eefa;
}
.tab-content__table th {
  font-size: 18px;
  padding: 12px;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #707070;
  color: #000;
}
@media screen and (max-width: 767px) {
  .tab-content__table th {
    font-size: clamp(13px, 3.4666666667vw, 16px);
    padding-inline: 5px;
    padding-block: 12px;
  }
}
.tab-content__table td {
  font-size: 18px;
  padding: 12px;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .tab-content__table td {
    font-size: clamp(13px, 3.4666666667vw, 16px);
    padding-inline: 5px;
    padding-block: 12px;
  }
}

.tr-bg-color {
  background-color: #d8eefa;
}

.tab-content__tax {
  font-size: 12px;
  color: #f08200;
}
@media screen and (max-width: 767px) {
  .tab-content__tax {
    font-size: 10px;
  }
}

.tab-content__notes {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.price-timing__section {
  background-color: #d8eefa;
  margin-top: 55px;
  padding: 50px 0 50px;
}

.timing__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 20px);
}

.timing__title {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .timing__title {
    font-size: 25px;
  }
}

.timing__lead {
  margin-top: 25px;
  padding: 10px;
  font-size: 30px;
  color: #f08200;
  background: #fff;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .timing__lead {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .timing__lead {
    font-size: 24px;
  }
}
.timing__lead span {
  display: block;
  text-align: center;
  font-size: 20px;
}

.timing__desc {
  margin-top: 53px;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .timing__desc {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .timing__desc {
    margin-bottom: 22px;
    font-size: 22px;
  }
}

.timing__info {
  font-size: 16px;
  text-align: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .timing__info {
    font-size: 15px;
  }
}

.timing__transfer--movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timing-transfer__qr {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .timing-transfer__qr {
    display: none;
  }
}

.timing-transfer__text a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .timing-transfer__text {
    display: none;
  }
}
.timing-transfer__text span {
  background: #f08200;
  color: #fff;
  padding: 2px 5px 3px;
  border-radius: 5px;
}

.transfer-movie__button {
  margin-top: 30px;
}

.transfer-movie__link {
  display: none;
}
@media screen and (max-width: 767px) {
  .transfer-movie__link {
    display: block;
    background-color: #f0f3f5;
    text-align: center;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
  }
}

.timing__transfer__button {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.timing__transfer__button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.timing__transfer__button img {
  display: block;
  position: absolute;
  top: 0;
  left: -340px;
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .timing__transfer__button img {
    left: -255px;
  }
}

.timing-transfer__link {
  text-align: center;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .timing-transfer__link {
    font-size: 16px;
    padding: 10px 20px 10px 50px;
  }
}

.page-camp {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-camp {
    padding-top: 70px;
  }
}

.camp-flow__section {
  background-color: rgba(240, 130, 0, 0.08);
  margin-top: 105px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .camp-flow__section {
    margin-top: 40px;
  }
}

.camp-flow__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 20px);
}

.camp-flow__title {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 105px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .camp-flow__title {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.camp-flow__title::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-01.svg) no-repeat center/contain;
  top: -120px;
  left: -572px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .camp-flow__title::before {
    top: -82px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.camp-flow__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.camp-flow__box {
  background: #fff;
  text-align: center;
  padding: 20px;
}

.camp-flow__text {
  text-align: left;
}
.camp-flow__text:nth-child(n+2) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .camp-flow__text {
    line-height: 1.7;
  }
}

.camp-flow__img {
  margin-top: 20px;
  text-align: center;
}

.camp-flow__price {
  margin-top: 165px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .camp-flow__price {
    margin-top: 120px;
  }
}

.camp-flow__title--check2 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check2 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.camp-flow__title--check2::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-02.svg) no-repeat center/contain;
  top: -120px;
  left: -572px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check2::before {
    top: -82px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.flow-price__text {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .flow-price__text {
    text-align: left;
  }
}

.flow-price__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flow-price__img {
    margin-top: 35px;
    margin-inline: -20px;
  }
}

.camp-flow__button {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.camp-flow__link {
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
}
.camp-flow__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .camp-flow__link {
    font-size: 16px;
    padding: 10px 20px;
  }
}

.camp-flow__sightseeing {
  margin-top: 165px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .camp-flow__sightseeing {
    margin-top: 120px;
  }
}

.camp-flow__title--check3 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check3 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.camp-flow__title--check3::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-03.svg) no-repeat center/contain;
  top: -120px;
  left: -490px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check3::before {
    top: -85px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.camp-flow__movie--wrap {
  margin: 20px auto;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .camp-flow__movie--wrap {
    background: #fff;
    margin: 0 auto;
    padding: 0 20px 25px;
  }
}

.camp-flow__movie {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.camp-flow__movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.camp-flow__movie--text {
  margin-top: 20px;
  text-align: center;
}

.camp-flow__qa {
  margin-top: 165px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .camp-flow__qa {
    margin-top: 120px;
  }
}

.camp-flow__title--check4 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check4 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.camp-flow__title--check4::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-04.svg) no-repeat center/contain;
  top: -120px;
  left: -490px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check4::before {
    top: -85px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.camp-flow__qa--text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .camp-flow__qa--text {
    text-align: left;
  }
}

.camp-flow__dormitory {
  margin-top: 165px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .camp-flow__dormitory {
    margin-top: 120px;
  }
}

.camp-flow__title--check5 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check5 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.camp-flow__title--check5::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-05.svg) no-repeat center/contain;
  top: -120px;
  left: -490px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .camp-flow__title--check5::before {
    top: -82px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.camp-flow__container {
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
}

.camp-flow__swiper {
  overflow: visible;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .camp-flow__swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

.camp-flow-slide__text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .camp-flow-slide__text {
    font-size: 15px;
  }
}

.camp-flow-button-prev {
  color: #f08200;
  position: absolute;
  top: 87%;
  left: 17%;
}

.camp-flow-button-next {
  color: #f08200;
  position: absolute;
  top: 87%;
  right: 17%;
}

@media screen and (max-width: 767px) {
  .camp-flow-button-next,
  .camp-flow-button-prev {
    display: none;
  }
}

.camp-flow__360 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .camp-flow__360 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.camp-flow__360 iframe {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .camp-flow__360 iframe {
    height: 260px;
  }
}

.camp-flow__360--text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .camp-flow__360--text {
    font-size: 15px;
  }
}

.camp-flow__box--hotel {
  background: #fff;
  padding: 30px 60px;
}
@media screen and (max-width: 1280px) {
  .camp-flow__box--hotel {
    font-size: 16px;
    padding: 15px 10px;
  }
}

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

.camp-flow__hotel--wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .camp-flow__hotel--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.camp-flow__hotel--text {
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
}

.page-about {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-about {
    padding-top: 70px;
  }
}

.about__section {
  background-color: rgba(240, 130, 0, 0.08);
  margin-top: 105px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .about__section {
    margin-top: 40px;
  }
}

.about__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 20px);
}

.about__title {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 105px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__title {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.about__title::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-01.svg) no-repeat center/contain;
  top: -120px;
  left: -572px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__title::before {
    top: -78px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.about__box {
  background: #fff;
  text-align: center;
  padding: 20px;
}

.about__text {
  text-align: left;
}
.about__text:nth-child(n+2) {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .about__text {
    line-height: 1.7;
  }
}

.about-yard__head {
  margin-top: 35px;
}

.about-yard__subhead {
  margin-top: 10px;
  font-size: 12px;
  color: #6f7579;
}
@media screen and (max-width: 767px) {
  .about-yard__subhead {
    margin-top: 5px;
  }
}

.about-yard__btn {
  margin-top: 30px;
  max-width: 480px;
  height: auto;
  cursor: pointer;
}
.about-yard__btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-yard__modal--container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 120px 120px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .about-yard__modal--container {
    padding: 20px 20px;
  }
}
.about-yard__modal--container.active {
  opacity: 1;
  visibility: visible;
}

.about-yard__modal--body {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin-block: auto;
}

.about-yard__modal--content {
  height: 100%;
  max-width: 800px;
  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;
  margin: 0 auto;
}

.about-yard__modal--img {
  position: relative;
}

.about-yard__modal--close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -8%;
  right: -7%;
  font-size: 40px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about-yard__modal--close {
    font-size: 30px;
    top: -38px;
    right: -5px;
  }
}

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

.about-yard__gallery--head {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .about-yard__gallery--head {
    margin-top: 75px;
  }
}

.about-yard__gallery--subhead {
  margin-top: 10px;
  font-size: 12px;
  color: #6f7579;
}
@media screen and (max-width: 767px) {
  .about-yard__gallery--subhead {
    margin-top: 5px;
  }
}

.about-yard__gallery--list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .about-yard__gallery--list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.about-yard__gallery--item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-yard__gallery--modal {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

.gallery-modal__body {
  max-width: 90%;
  max-width: 90%;
}

.gallery-modal__img {
  position: relative;
  margin: 0 auto;
}
.gallery-modal__img span {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.gallery-modal__img span::before, .gallery-modal__img span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  background: #000;
  top: -30px;
  left: 0;
}
.gallery-modal__img span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gallery-modal__img span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.about-course {
  margin-top: 165px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about-course {
    margin-top: 120px;
  }
}

.about__title--check2 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 105px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__title--check2 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.about__title--check2::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-02.svg) no-repeat center/contain;
  top: -120px;
  left: -572px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__title--check2::before {
    top: -82px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.about-course__movie-large {
  width: 100%;
  aspect-ratio: 16/9;
}
.about-course__movie-large iframe {
  width: 100%;
  height: 100%;
}

.about-course__movie-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

.about-course__movie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .about-course__movie-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.about-course__movie-small {
  width: 50%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .about-course__movie-small {
    width: 100%;
  }
}
.about-course__movie-small iframe {
  width: 100%;
  height: 100%;
}

.about-course__movie-heading {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about-course__movie-heading {
    width: 100%;
  }
}

.about-course__movie-title {
  margin-bottom: 10px;
}

.about-course__movie-text {
  font-size: 15px;
}

.about-study {
  margin-top: 165px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about-study {
    margin-top: 120px;
  }
}

.about__title--check3 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 105px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__title--check3 {
    margin: 20px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.about__title--check3::before {
  position: absolute;
  content: "";
  background: url(../img/page-camp/icon-check-03.svg) no-repeat center/contain;
  top: -120px;
  left: -572px;
  right: 0;
  width: 155px;
  height: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about__title--check3::before {
    top: -82px;
    left: -270px;
    width: 95px;
    height: 98px;
  }
}

.about-study__movie--list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about-study__movie--list {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.about-study__movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.about-study__movie iframe {
  width: 100%;
  height: 100%;
}

.page-lesson {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-lesson {
    padding-top: 70px;
  }
}

.lesson-flow__section {
  background-color: rgba(240, 130, 0, 0.08);
  margin-top: 105px;
  margin-bottom: 100px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .lesson-flow__section {
    margin-top: 40px;
  }
}

.lesson-flow__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .lesson-flow__inner {
    width: 100%;
  }
}

.lesson-flow__title {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.lesson-flow__title::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-01.svg) no-repeat center/contain;
  top: -75px;
  left: -200px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title::before {
    top: -88px;
    left: -220px;
  }
}

.lesson-flow__box {
  background: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lesson-flow__box {
    padding: 20px 40px;
  }
}

.lesson-flow__enroll--title {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lesson-flow__enroll--title {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
  }
}

.lesson-flow__box--title {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lesson-flow__box--title {
    text-decoration: underline;
  }
}

.lesson-flow__other {
  margin-top: 15px;
  margin-bottom: 100px;
  position: relative;
}
.lesson-flow__other::after {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -80px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__other::after {
    bottom: -80px;
    width: 33px;
    height: 33px;
  }
}

.lesson-flow__other--button {
  margin-top: 30px;
  text-align: center;
}

.lesson-flow__other--link {
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 334px;
  gap: 10px;
}
.lesson-flow__other--link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .lesson-flow__other--link {
    font-size: 18px;
    width: 308px;
  }
}
.lesson-flow__other--link img {
  width: 18px;
  height: 23px;
}

.lesson-flow__entry {
  margin-top: 165px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lesson-flow__entry {
    margin-top: 175px;
  }
}
.lesson-flow__entry::after {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -80px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__entry::after {
    bottom: -80px;
    width: 33px;
    height: 33px;
  }
}

.lesson-flow__title--step2 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title--step2 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.lesson-flow__title--step2::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-02.svg) no-repeat center/contain;
  top: -75px;
  left: -230px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title--step2::before {
    top: -88px;
    left: -227px;
  }
}

.lesson-flow__box--text {
  margin-block: 10px;
  font-size: 16px;
  text-align: center;
}

.lesson-flow__tel-tap {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lesson-flow__tel-tap {
    color: #f08200;
    margin-bottom: 5px;
  }
}

.lesson-flow__box--wrap {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__box--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lesson-flow__tel--box {
  color: #f08200;
  text-align: center;
}
.lesson-flow__tel--box:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lesson-flow__tel--box:first-of-type {
  padding-right: 33px;
  border-right: 1px solid #f08200;
}
@media screen and (max-width: 767px) {
  .lesson-flow__tel--box:first-of-type {
    padding-right: 33px;
    border-right: 2px solid #f08200;
  }
}
@media screen and (max-width: 767px) {
  .lesson-flow__tel--box {
    display: block;
    text-align: center;
    border: 2px solid #f08200;
    padding-block: 12px;
    padding-inline: 33px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.lesson-flow__tel-number {
  display: block;
  font-size: 33px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .lesson-flow__tel-number {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-flow__tel-number {
    font-size: 18px;
    font-weight: 700;
  }
}
.lesson-flow__tel-number img {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .lesson-flow__tel-number img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.lesson-flow__tel-info {
  display: block;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__tel-info {
    font-size: 13px;
  }
}

.lesson-flow__first {
  margin-top: 165px;
  margin-bottom: 100px;
}

.lesson-flow__title--step3 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title--step3 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.lesson-flow__title--step3::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-03.svg) no-repeat center/contain;
  top: -75px;
  left: -480px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title--step3::before {
    top: -108px;
    left: -227px;
  }
}

.lesson-flow__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.lesson-flow__first--box {
  margin-bottom: 100px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
}
.lesson-flow__first--box::after {
  border-bottom: 3px solid #f08200;
  border-right: 3px solid #f08200;
  bottom: -80px;
  content: "";
  height: 46px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 46px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__first--box::after {
    bottom: -80px;
    width: 33px;
    height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

.lesson-flow__check--wrap {
  border: 1px solid #0cb9d0;
  color: #0cb9d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  height: 26px;
  line-height: 1;
  margin: 26px auto 0;
  width: 447px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__check--wrap {
    display: block;
    font-size: 16px;
    height: auto;
    margin-bottom: 4px;
    width: 300px;
  }
}

.lesson-flow__check--head {
  background-color: #0cb9d0;
  color: #fff;
  height: 100%;
  font-weight: 700;
  padding-top: 3px;
  width: 126px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__check--head {
    display: block;
    height: 24px;
    text-align: center;
    width: 100%;
  }
}

.lesson-flow__check--text {
  height: 100%;
  padding-top: 3px;
  font-weight: 700;
  text-align: center;
  width: calc(100% - 126px);
}
@media screen and (max-width: 767px) {
  .lesson-flow__check--text {
    display: block;
    height: auto;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 9px;
    text-align: center;
    width: 100%;
  }
}

.lesson-flow__table--wrap {
  margin-top: 26px;
}

.lesson-flow__table {
  margin-top: 15px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #000;
}
@media screen and (max-width: 767px) {
  .lesson-flow__table th,
  .lesson-flow__table td {
    display: table-cell;
  }
}
.lesson-flow__table:last-child {
  margin-top: 45px;
}
.lesson-flow__table thead {
  background-color: #d8eefa;
}
.lesson-flow__table thead th {
  font-weight: 700;
}
.lesson-flow__table th {
  font-size: 18px;
  padding: 12px;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #707070;
}
.lesson-flow__table td {
  font-size: 18px;
  padding: 12px;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .lesson-flow__table td {
    padding: 10px;
  }
}

.lesson-flow__catch {
  margin-top: 30px;
  display: block;
  background: #f08200;
  text-align: center;
  color: #fff;
  padding: 25px 0 32px;
  position: relative;
}
.lesson-flow__catch:nth-of-type(2) {
  margin-bottom: 86px;
}
.lesson-flow__catch:nth-of-type(-n + 2)::after {
  border-color: #f08200 transparent transparent;
  border-style: solid;
  border-width: 32px 33px 0;
  bottom: -32px;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}

.lesson-flow__catch--info {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lesson-flow__catch--info {
    margin-bottom: 11px;
  }
}
.lesson-flow__catch--info:nth-last-of-type(1) {
  margin-top: 24px;
  margin-bottom: unset;
}

.lesson-flow__catch--text {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .lesson-flow__catch--text {
    font-size: 30px;
  }
}

.lesson-flow__second {
  margin-top: 120px;
  margin-bottom: 100px;
  position: relative;
}

.lesson-flow__title--step4 {
  color: #fff;
  background-color: #f08200;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-block: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title--step4 {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
.lesson-flow__title--step4::before {
  position: absolute;
  content: "";
  background: url(../img/page-commute/commute-step-04.svg) no-repeat center/contain;
  top: -75px;
  left: -450px;
  right: 0;
  width: 117px;
  height: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lesson-flow__title--step4::before {
    top: -108px;
    left: -227px;
  }
}

.lesson-flow__button--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .lesson-flow__button--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lesson-flow__license--button {
  margin-top: 30px;
  text-align: center;
}

.lesson-flow__license--link {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
  width: 334px;
}
.lesson-flow__license--link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .lesson-flow__license--link {
    font-size: 18px;
    width: 308px;
  }
}

.page-greeting {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-greeting {
    padding-top: 70px;
  }
}

.greeting__section {
  margin-top: 105px;
}

.greeting__inner {
  margin: 0 auto;
  max-width: 860px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 1000px) {
  .greeting__inner {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767px) {
  .greeting__inner {
    width: 100%;
    padding-bottom: 78px;
  }
}

.greeting-catch__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 163px;
}
@media screen and (max-width: 767px) {
  .greeting-catch__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.greeting-catch__left-box {
  width: 239px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .greeting-catch__left-box {
    margin: 0 auto;
    margin-bottom: 54px;
  }
}

.greeting-catch__logo {
  position: absolute;
  width: 117px;
  margin: 0 auto;
  top: -44px;
  left: -43px;
}

.greeting-catch__profile--text {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.greeting-catch__right-box {
  width: calc(100% - 302px);
}
@media screen and (max-width: 767px) {
  .greeting-catch__right-box {
    padding: 0 33px 72px;
    width: 100%;
  }
}

.greeting-catch__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 23px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .greeting-catch__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .greeting-catch__title {
    font-size: 25px;
  }
}

.greeting-catch__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.greeting-catch__text:last-of-type {
  margin-bottom: 0;
}

.greeting__sliders {
  margin-bottom: 88px;
  position: relative;
}

.greeting__swiper--text {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greeting__swiper--text {
    font-size: 12px;
  }
}

.greeting__swiper-button-prev,
.greeting__swiper-button-next {
  height: 25px;
  width: 25px;
}

.greeting__swiper-button-prev::after,
.greeting__swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
}

.greeting__swiper-button-prev::after {
  background-image: url(../img/page-greeting/greeting-arw-l.png);
  top: -11px;
  left: -62px;
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .greeting__swiper-button-prev::after {
    background-image: url(../img/page-greeting/greeting-arw-l_sp.svg);
    -webkit-transform: unset;
            transform: unset;
    left: 0;
  }
}

.greeting__swiper-button-next::after {
  background-image: url(../img/page-greeting/greeting-arw-r.svg);
  top: 0;
  right: -50px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .greeting__swiper-button-next::after {
    background-image: url(../img/page-greeting/greeting-arw-r_sp.svg);
    right: 0;
    width: 38px;
    height: 38px;
    top: -12px;
  }
}

.greeting-career__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 11px;
  padding-bottom: 19px;
  border-bottom: 2px solid #98a6b5;
}
@media screen and (max-width: 767px) {
  .greeting-career__title {
    font-size: 20px;
    margin: 0 auto 8px;
    text-align: center;
    width: calc(100% - 60px);
  }
}

.greeting-career__table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .greeting-career__table {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
}
.greeting-career__table tr {
  border-bottom: 1px solid #98a6b5;
}
.greeting-career__table tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .greeting-career__table tr {
    border-bottom: none;
  }
  .greeting-career__table tr:first-child {
    text-align: left;
  }
}

th {
  color: #707f89;
  width: 147px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  th {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .greeting-career__th {
    border-bottom: 1px solid #98a6b5;
    padding-bottom: 9px;
    margin-bottom: 8px;
    text-align: center;
  }
}

.greeting-career__td {
  padding-top: 10px;
  width: calc(100% - 147px);
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .greeting-career__td {
    display: block;
    padding-top: 0;
    width: 100%;
    font-size: 16px;
  }
}
.greeting-career__td p {
  line-height: 1.8;
  margin-bottom: 32px;
  line-break: strict;
}
.greeting-career__td p:last-child {
  margin-bottom: 0;
}
.greeting-career__td p a {
  font-size: 15px;
}
.greeting-career__td p a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-faq {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-faq {
    padding-top: 70px;
  }
}

.faq__buttons {
  margin-top: 62px;
  margin-bottom: 200px;
}

.faq-buttons__inner {
  margin: 0 auto;
  max-width: 860px;
  width: calc(100% - 50px);
}

.faq-buttons__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;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .faq-buttons__wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-buttons__wrap {
    display: block;
    width: 330px;
    margin: 0 auto;
  }
}

.faq-buttons__button {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.faq-buttons__link {
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
}
.faq-buttons__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .faq-buttons__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .faq-buttons__link {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .faq-buttons__link span {
    font-size: 25px;
  }
}

.faq-buttons__line {
  margin-top: 70px;
}

.faq-buttons__line--info {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faq-buttons__line--info {
    font-size: 16px;
  }
}

.faq-buttons__line--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px auto 15px;
  max-width: 334px;
  border-radius: 5px;
  background-color: #06c755;
  padding: 10px 30px 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-buttons__line--button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-buttons__line--text {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .faq-buttons__line--text {
    font-size: 18px;
  }
}
.faq-buttons__line--text img {
  margin-right: 10px;
  margin-bottom: 5px;
}

.faq__container {
  background-color: rgba(0, 75, 177, 0.05);
  padding: 121px 0 93px;
  position: relative;
  margin-bottom: 180px;
}
.faq__container:nth-of-type(2) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .faq__container {
    padding: 46px 0 60px;
    margin-bottom: 102px;
  }
}

.faq__title {
  background-color: #f08200;
  border-radius: 5px;
  color: #fff;
  font-size: 28px;
  height: 48px;
  left: 0;
  margin: 0 auto;
  padding: 4px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -24px;
  width: 588px;
}
@media screen and (max-width: 767px) {
  .faq__title {
    width: calc(100% - 40px);
    font-size: 18px;
    padding: 10px;
  }
}

.faq__list {
  max-width: 588px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq__list {
    padding-inline: 20px;
  }
}

.faq__question {
  margin-bottom: 20px;
}

.faq-question__box {
  background-color: #fff;
  border: 1px solid #c5d0d8;
  border-radius: 4px;
  font-size: 18px;
  line-height: 34px;
  padding: 2px 91px 2px 11px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-question__box {
    font-size: 16px;
    padding: 2px 30px 2px 11px;
    margin-bottom: 5px;
  }
}
.faq-question__box::after {
  background-image: url(../img/page-faq/faq-polygon.svg);
  background-size: 16px 13px;
  content: "";
  height: 13px;
  margin: 0 auto;
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 16px;
}
.faq-question__box.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.faq-answer__box {
  display: none;
  padding: 25px 30px 40px;
}
@media screen and (max-width: 767px) {
  .faq-answer__box {
    background-color: #fff;
    border: 1px solid #c5d0d8;
    border-radius: 4px;
    font-size: 16px;
    padding: 11px 25px 11px 30px;
  }
}
.faq-answer__box p {
  line-height: 1.8;
  margin: 0 auto;
}
.faq-answer__box p iframe {
  height: 382px;
  margin-bottom: 20px;
  max-height: 382px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq-answer__box p iframe {
    height: 280px;
  }
}
.faq-answer__box li {
  list-style: disc;
  line-height: 1.8;
}

.faq-answer__text {
  line-height: 1.8;
}

.faq-answer__item {
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

.fap-answer__img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fap-answer__img {
    margin-top: 20px;
  }
}

.archive-staff {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .archive-staff {
    padding-top: 70px;
  }
}

.staff-list__section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .staff-list__section {
    margin-top: 40px;
  }
}

.staff-list__inner {
  margin: 0 auto;
  max-width: 864px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .staff-list__inner {
    width: calc(100% - 32px);
  }
}

.staff-list__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 62px;
  -webkit-column-gap: 53px;
     -moz-column-gap: 53px;
          column-gap: 53px;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .staff-list__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 67px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

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

.staff-list__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.staff-list__link img {
  width: 175px;
  height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .staff-list__link img {
    width: 100%;
    height: 80%;
  }
}

.staff-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -20px;
}

.staff-list__head--en {
  font-family: "Hurricane", cursive;
  font-weight: normal;
  font-size: 33px;
  color: rgba(240, 132, 0, 0.8);
}

.staff-list__head--ja {
  font-size: clamp(14px, 1.8229166667vw, 16px);
}
@media screen and (max-width: 767px) {
  .staff-list__head--ja {
    font-size: 15px;
  }
}

.single-staff {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .single-staff {
    padding-top: 70px;
  }
}

.staff-detail__section {
  margin-top: 120px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .staff-detail__section {
    margin-top: 40px;
  }
}

.staff-detail__inner {
  margin: 0 auto;
  max-width: 860px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .staff-detail__inner {
    width: calc(100% - 100px);
  }
}

.staff-detail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .staff-detail__box {
    display: block;
  }
}

.staff-detail__img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .staff-detail__img {
    margin: 0 auto 25px;
  }
}

.staff-detail__textarea {
  width: calc(100% - 335px);
}
@media screen and (max-width: 767px) {
  .staff-detail__textarea {
    margin: 0 auto;
    width: calc(100% - 20px);
  }
}

.staff-detail__name--ja {
  font-size: 25px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .staff-detail__name--ja {
    text-align: center;
  }
}

.staff-detail__name--en {
  font-family: "Hurricane", cursive;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .staff-detail__name--en {
    text-align: center;
  }
}

.staff-detail__passion {
  margin-block: 30px;
  padding-block: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff-detail__passion {
    margin-block: 48px;
    padding-block: 34px;
  }
}
.staff-detail__passion::before {
  background-color: #707070;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 114px;
}
@media screen and (max-width: 767px) {
  .staff-detail__passion::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.staff-detail__passion::after {
  background-color: #707070;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 114px;
}
@media screen and (max-width: 767px) {
  .staff-detail__passion::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.passion__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .passion__title {
    text-align: center;
  }
}

.staff-detail__text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
.staff-detail__text p {
  text-align: left;
}

.staff-detail__info {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .staff-detail__info {
    margin: 0 auto;
  }
}
.staff-detail__info tr {
  text-align: left;
}
.staff-detail__info th {
  display: inline-block;
  color: #3b4043;
  width: unset;
}
.staff-detail__info td {
  display: inline-block;
  padding: 0;
  width: unset;
}

.staff__movie {
  background-color: #fef5ea;
  padding: 44px 0 22px;
}

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

.staff-movie__title {
  font-size: 30px;
  color: #f08200;
}

.staff-movie__title--caution {
  color: #6f7579;
  font-size: 12px;
  margin-top: 13px;
}

.staff-movie__list {
  margin: 53px auto 0;
  max-width: 740px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  row-gap: 35px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media screen and (max-width: 1000px) {
  .staff-movie__list {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .staff-movie__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.staff-movie__item iframe {
  height: 180px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .staff-movie__item iframe {
    width: clamp(320px, 85.3333333333vw, 500px);
    height: auto;
    aspect-ratio: 16/9;
  }
}

.staff__voice {
  padding: 44px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .staff__voice {
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
}
.staff__voice::before {
  background-color: #707070;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 246px;
}

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

.staff-voice__title {
  font-size: 30px;
  color: #f08200;
}

.staff-voice__inner {
  margin: 48px auto 0;
  max-width: 860px;
  width: calc(100% - 50px);
}

.staff-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .staff-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.staff-voice__img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .staff-voice__img {
    width: 200px;
    margin: 0 auto;
  }
}

.staff-voice__text {
  width: calc(100% - 286px);
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .staff-voice__text {
    margin: 20px auto 0;
    width: calc(100% - 70px);
  }
}

.archive-news {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .archive-news {
    padding-top: 70px;
  }
}

.news-list__section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .news-list__section {
    margin-top: 60px;
  }
}

.news-list__inner {
  max-width: 1228px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-list__inner {
    padding: 0 35px;
  }
}

.news-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .news-list__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-list__list {
  margin-left: 104px;
}
@media screen and (max-width: 1000px) {
  .news-list__list {
    margin-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  .news-list__list {
    margin-left: 0;
  }
}

.news-list__item {
  margin-bottom: 90px;
}
.news-list__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1000px) {
  .news-list__item {
    margin-bottom: 60px;
  }
}

.news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .news-item__link {
    display: block;
  }
}

.news-item__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .news-item__img {
    width: 80%;
    margin: 0 auto;
  }
}

.news-item__body {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .news-item__body {
    width: 100%;
    margin-top: 30px;
  }
}

.news-item__title {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
}
@media screen and (max-width: 1000px) {
  .news-item__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.news-item__info {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .news-item__info {
    margin-bottom: 10px;
  }
}

.news-item__post--text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  max-height: 6em;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news-item__post--text {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
}

@media screen and (max-width: 767px) {
  .news-item__read-more {
    background-color: #f08200;
    color: #fff;
    font-size: 10px;
    height: 26px;
    margin-left: calc(100% - 72px);
    margin-top: 12px;
    padding-top: 5px;
    text-align: center;
    width: 72px;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 4px auto 50px;
}
.wp-pagenavi a {
  margin: 0 10px !important;
  border: none !important;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-pagenavi a.first {
  background-color: #fafafa;
  background-image: url(../img/archive-news/arr-r.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #f0f3f5 !important;
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  position: relative;
  top: 17px;
  width: 50px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wp-pagenavi a.last {
  background-color: #fafafa;
  background-image: url(../img/archive-news/arr-r.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #f0f3f5 !important;
  border-radius: 10px;
  display: inline-block;
  height: 50px;
  position: relative;
  top: 17px;
  width: 50px;
}
.wp-pagenavi span.current {
  color: #f08200;
  margin: 0 10px !important;
  border: none !important;
}

.sidebar {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    margin: 20px calc(50% - 50vw) 20px;
    width: 100vw;
  }
}

.sidebar__box {
  border: 1px solid #f08200;
  width: 266px;
}
@media screen and (max-width: 1000px) {
  .sidebar__box {
    width: 230px;
  }
}
.sidebar__box:last-child {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sidebar__box {
    width: 100%;
    border: none;
  }
}

.sidebar-box__head {
  font-size: 25px;
  font-weight: 500;
  padding-top: 7px;
  height: 50px;
  background-color: #f08200;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sidebar-box__head {
    font-size: 22px;
  }
}

.trend-post__list {
  padding: 26px 16px;
}
@media screen and (max-width: 767px) {
  .trend-post__list {
    padding: 27px 36px 0;
  }
}

.trend-post__item {
  margin-top: 20px;
}
.trend-post__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.trend-post__item:first-child {
  margin-top: 0;
}

.trend-post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.trend-post__img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .trend-post__img {
    width: 131px;
    height: 131px;
  }
}
.trend-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .trend-post__img img {
    width: 131px;
    height: 131px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trend-thumbnail__none {
  background-image: url(../img/front-page/header-logo.svg);
  background-color: #f08200;
  background-size: 80px;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .trend-thumbnail__none {
    height: 131px;
    width: 131px;
    background-size: 98px;
  }
}

.trend-post__textarea {
  font-size: 16px;
  width: calc(100% - 106px);
}
@media screen and (max-width: 1000px) {
  .trend-post__textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .trend-post__textarea {
    font-size: 16px;
    width: calc(100% - 141px);
  }
}

.trend-post__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.campaign__list {
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .campaign__list {
    padding: 27px 36px 0;
  }
}

.campaign__item {
  margin-top: 40px;
}
.campaign__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.campaign__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .campaign__img {
    width: 80%;
    margin: 0 auto;
  }
}
.campaign__title {
  margin-top: 11px;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .campaign__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .campaign__title {
    font-size: 16px;
    text-align: center;
  }
}

.single-news {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .single-news {
    padding-top: 70px;
  }
}

.news__inner {
  max-width: 1228px;
  margin: 0 auto;
  width: 100%;
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .news__inner {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding: 0 35px;
  }
}

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 136px;
}
@media screen and (max-width: 1000px) {
  .news__wrap {
    gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 78px;
  }
}

.news__main {
  margin-left: 104px;
}
@media screen and (max-width: 1000px) {
  .news__main {
    margin-left: 0;
  }
}

.news__date {
  font-size: 16px;
}

.news-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 25px;
}

.news-head__info {
  margin-top: 21px;
  margin-bottom: 25px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.news__thumbnail {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news__thumbnail {
    margin-bottom: 38px;
  }
}

.news__contents {
  line-height: 1.8;
}
.news__contents ol {
  list-style: decimal;
}
.news__contents ul {
  list-style: disc;
}
.news__contents li {
  margin-left: 26px;
}
.news__contents table,
.news__contents table th,
.news__contents table td {
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .news__contents table,
  .news__contents table th,
  .news__contents table td {
    display: table-cell;
  }
}
.news__contents a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news__new-post {
  margin-top: 100px;
  margin-bottom: 50px;
}

.new-post__inner {
  max-width: 1228px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px 0 104px;
}
@media screen and (max-width: 1000px) {
  .new-post__inner {
    padding-inline: 50px;
  }
}

.new-post__wrap {
  display: block;
  border-top: 1px solid #707070;
  padding-top: 50px;
}

.new-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  place-items: center;
}
@media screen and (max-width: 1000px) {
  .new-post__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.new-post__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.new-post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.new-post__img {
  width: 80%;
}

.new-post__body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .new-post__body {
    width: 100%;
    margin-top: 30px;
  }
}

.new-post__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
}

.new-post__info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
}

.new-post__post--text {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.page-contact {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding-top: 70px;
  }
}

.contact__buttons {
  margin-top: 111px;
  margin-bottom: 184px;
}

.buttons__inner {
  margin: 0 auto;
  max-width: 676px;
}

.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-btn__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f08200;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 268px;
  text-align: center;
  padding: 8px 25px;
}
.contact-btn__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-btn__text {
  margin-top: 79px;
  margin-bottom: 27px;
  text-align: center;
}

.form__section {
  background-color: #f0f3f5;
  padding-bottom: 116px;
  padding-top: 78px;
  position: relative;
}

.form__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f08200;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 588px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -23px;
}
@media screen and (max-width: 767px) {
  .form__title {
    font-size: 22px;
    width: calc(100% - 36px);
  }
}

.form__area {
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .form__area {
    padding-inline: 20px;
  }
}

.contact-form-7 {
  max-width: 800px;
  margin: 0 auto;
}

.form-item {
  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;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    gap: 12px;
  }
}
.form-item:nth-of-type(2) {
  margin-bottom: unset;
}
.form-item:nth-of-type(5) {
  margin-bottom: unset;
}
@media screen and (max-width: 767px) {
  .form-item:nth-of-type(8) {
    margin-bottom: 50px;
  }
}

.form-question {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .form-question {
    width: 100%;
  }
}

.form-field__label {
  font-size: 16px;
  color: #666666;
}
.form-field__label span {
  color: #ff0000;
}

.form-answer {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .form-answer {
    width: 100%;
    font-size: 15px;
  }
}

.form-note {
  padding-left: 20%;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #955E0C;
}
@media screen and (max-width: 767px) {
  .form-note {
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
  font-size: 15px;
  color: #666666;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.wpcf7 input[name=your-name],
.wpcf7 input[name=your-email],
.wpcf7 input[name=your-tel],
.wpcf7 input[name=your-address] {
  width: 90%;
  height: 35px !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[name=your-name],
  .wpcf7 input[name=your-email],
  .wpcf7 input[name=your-tel],
  .wpcf7 input[name=your-address] {
    width: 100%;
  }
}
.wpcf7 input[name=your-name]:focus,
.wpcf7 input[name=your-email]:focus,
.wpcf7 input[name=your-tel]:focus,
.wpcf7 input[name=your-address]:focus {
  outline: none;
  border: 2px solid #f08200;
  border-radius: 3px;
}

.wpcf7 input[name=your-post] {
  width: 25%;
  height: 35px !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[name=your-post] {
    width: 30%;
  }
}
.wpcf7 input[name=your-post]:focus {
  outline: none;
  border: 2px solid #f08200;
  border-radius: 3px;
}

.wpcf7-checkbox {
  display: block;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox {
    width: 100%;
  }
}

.wpcf7 textarea[name=your-message] {
  width: 90%;
  height: 105px !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 textarea[name=your-message] {
    width: 100%;
  }
}
.wpcf7 textarea[name=your-message]:focus {
  outline: none;
  border: 2px solid #f08200;
  border-radius: 3px;
}

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

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #5ab4fa;
  border-radius: 5px;
  color: #fff;
  border: none;
  padding: 8px 25px;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 200px;
  cursor: pointer;
  font-weight: 700;
}
input[type=submit]:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

span.wpcf7-spinner {
  display: none;
}

#autozip {
  display: none !important;
}

.wpcf7-turnstile {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-contact-thanks {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-contact-thanks {
    padding-top: 70px;
  }
}

.js-fade-bottom {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fade-bottom.scroll-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-fade-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fade-top.scroll-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-fade-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fade-left.scroll-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.js-fade-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(calc(50vw + 50%));
          transform: translateX(calc(50vw + 50%));
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.js-fade-right.scroll-in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-slide-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.js-slide-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.delay-show {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.is-shown {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.scale-show {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.is-displayed {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.page-common {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-common {
    padding-top: 70px;
  }
}

.common__inner {
  max-width: 1228px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common__inner {
    padding: 0 35px;
  }
}

.common__lead {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common__lead {
    font-size: 16px;
  }
}

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

.common__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .common__text {
    font-size: 16px;
    text-align: left;
    display: inline-block;
  }
}

.common__button {
  margin-top: 120px;
  margin-bottom: 80px;
  text-align: center;
}
.common__button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.common__link {
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 5px;
  background-color: #f08200;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .common__link {
    font-size: 18px;
    padding: 10px 30px;
  }
}

.js-slide-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: 2s ease;
  transition: 2s ease;
  overflow: hidden;
}

.form-area {
  background-color: #f0f3f5;
  padding-bottom: 116px;
  padding-top: 78px;
  position: relative;
}

.form-area .form-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f08200;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0.1em;
  margin: 0 auto;
  max-width: 588px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -23px;
}

@media screen and (max-width: 767px) {
  .form-area .form-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    width: calc(100% - 36px);
  }
  .footer #to-top.has-badge {
    bottom: 125px;
  }
  .reviews-badges {
    width: 70px;
    bottom: 60px;
    right: 0;
  }
}
.formArea {
  margin: 0px auto 5px;
}
@media screen and (max-width: 767px) {
  .formArea {
    padding: 0 20px;
  }
}

#autobizForm {
  max-width: 800px;
  margin: 0 auto;
}

#autobizForm table {
  width: 100%;
  background: none;
}

#autobizForm table tr td:nth-of-type(1) {
  text-align: left;
}

#autobizForm table tr td:nth-of-type(1) font {
  font-size: 16px;
}

#autobizForm table tr td {
  padding: 10px 0;
  background: none;
  vertical-align: top;
}

#autobizForm table tr td input[type=text], input[type=date], input[type=email], input[type=number], input[type=url] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  padding: 10px;
  border: 1px solid #999;
  width: 100%;
  background: #fff;
}

#autobizForm table tr td textarea {
  width: 100%;
}

#autobizForm table tr td select {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border: none;
  outline: none;
  background: transparent;
  height: 40px;
  width: 200px;
  border: 1px solid #999;
  background: #fff;
}

#autobizForm table tr td input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  background-color: #F09049;
  color: #fff;
  padding: 10px 20px;
  width: 200px;
  margin: 30px auto 0;
  display: block;
  font-weight: 600;
}

#autobizForm table tr td #zip {
  width: 200px;
}

@media (max-width: 767px) {
  #autobizForm table {
    display: block;
    width: 100%;
  }
  #autobizForm table tbody {
    display: block;
  }
  #autobizForm table tbody tr {
    display: block;
  }
  #autobizForm table tbody tr th {
    display: block;
  }
  #autobizForm table tbody tr td {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  body#trainees .reviews-badges {
    bottom: 270px;
  }
}
.cs-formNote {
  font-size: 13px;
  margin-top: 5px;
  color: #955e0c;
}

label font {
  font-size: 14px;
  line-height: 1.8;
}
label input {
  vertical-align: baseline;
}