@charset "UTF-8";
li {
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
}

/* Chrome、Safari以外 */
summary {
  display: block;
  list-style: none;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* medium */
@font-face {
  font-family: "Venti";
  src: url("../fonts/venti/VentiCF-Medium.woff") format("woff"), url("../fonts/venti/VentiCF-Medium.ttf") format("truetype"), url("../fonts/venti/VentiCF-Medium.otf") format("opentype");
  font-weight: 500;
}
/* demibold */
@font-face {
  font-family: "Venti";
  src: url("../fonts/venti/VentiCF-DemiBold.woff") format("woff"), url("../fonts/venti/VentiCF-DemiBold.ttf") format("truetype"), url("../fonts/venti/VentiCF-DemiBold.otf") format("opentype");
  font-weight: 600;
}
/* bold */
@font-face {
  font-family: "Venti";
  src: url("../fonts/venti/VentiCF-Bold.woff") format("woff"), url("../fonts/venti/VentiCF-Bold.ttf") format("truetype"), url("../fonts/venti/VentiCF-Bold.otf") format("opentype");
  font-weight: 700;
}
.bg-gray {
  background-color: #f2f2f2;
}

.bg-blue {
  background-color: #ccd9eb;
}

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

.bg-green {
  background-color: #eff6f5;
}

.bg-main {
  background-color: #5c8cc9;
}

.bg-sub {
  background-color: #87bec3;
}

.txt-gray {
  color: #f2f2f2;
}

.txt-blue {
  color: #ccd9eb;
}

.txt-white {
  color: #ffffff;
}

.txt-green {
  color: #eff6f5;
}

.txt-main {
  color: #5c8cc9;
}

.txt-sub {
  color: #87bec3;
}

body {
  font-size: 14px;
  font-family: "Venti", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #5c8cc9;
}

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

.inner {
  max-width: 1000px;
  width: 92.3%;
  margin: 0 auto;
}

.section_box {
  padding: 45px 0;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

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

.margin-auto {
  margin: 0 auto;
}

.caution_txt {
  font-size: 12px;
  text-align: right;
}

.bold {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .section_box {
    padding: 150px 0;
  }
}
.bl-btn {
  background-color: #87bec3;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .bl-btn {
    font-size: 50px;
    max-width: 700px;
    width: 90%;
    height: 120px;
    border-radius: 10px;
    transition: 0.3s;
    padding-top: 5px;
  }
  .bl-btn:hover {
    background-color: #5c8cc9;
    transition: 0.3s;
  }
}
.bl-side-ico::after {
  content: "";
  background-image: url(../images/other/common/anothertab-ico.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.bl-side-ico_w::after {
  background-image: url(../images/other/common/anothertab-ico_w.png);
}
.bl-side-ico_reserve::after {
  background-image: url(../images/other/common/reserve-ico_w.png);
  width: 15px;
  height: 15px;
}
.bl-side-ico_login::after {
  background-image: url(../images/other/common/login-ico.png);
  width: 14px;
  height: 15px;
}
.bl-side-ico_left::after {
  display: none;
}
.bl-side-ico_left::before {
  content: "";
  background-image: url(../images/other/common/instagram-ico_w.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: -3px;
}

@media screen and (min-width: 769px) {
  .bl-side-ico::after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  .bl-side-ico_reserve::after {
    width: 18px;
    height: 18px;
  }
  .bl-side-ico_login::after {
    width: 17px;
    height: 19px;
  }
  .bl-side-ico_left::before {
    content: "";
    width: 33px;
    height: 33px;
    margin-right: 40px;
    vertical-align: -6px;
  }
}
.bl-title_white {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.bl-title_white::before {
  content: "";
  background-image: url(../images/common/logo_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto;
}
.bl-title_blue {
  text-align: center;
  color: #5c8cc9;
  font-size: 25px;
  font-weight: bold;
}
.bl-title_blue::before {
  content: "";
  background-image: url(../images/common/logo_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto;
}
.bl-title_blue__noneIcon {
  text-align: center;
  color: #5c8cc9;
  font-size: 25px;
  font-weight: bold;
}
.bl-title_white__noneIcon {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .bl-title_white {
    font-size: 50px;
  }
  .bl-title_white::before {
    width: 47px;
    height: 47px;
  }
  .bl-title_blue {
    font-size: 50px;
  }
  .bl-title_blue::before {
    width: 47px;
    height: 47px;
  }
  .bl-title_blue__noneIcon {
    font-size: 50px;
  }
  .bl-title_white__noneIcon {
    font-size: 50px;
  }
}
.bl-hamburger {
  width: 50px;
  height: 53px;
  cursor: pointer;
  position: relative;
}

.bl-hamburger_border__top {
  top: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background-color: #5c8cc9;
  transition: all 0.5s;
}
.bl-hamburger_border__center {
  top: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background-color: #5c8cc9;
  transition: all 0.5s;
}
.bl-hamburger_border__bottom {
  top: 33px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background-color: #5c8cc9;
  transition: all 0.5s;
}

.bl-youtube {
  aspect-ratio: 670/377;
  max-width: 670px;
  margin: 0 auto;
}
.bl-youtube iframe {
  width: 100%;
  height: 100%;
}

.bl-underlinebtn {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  max-width: 225px;
  width: 90%;
  padding-bottom: 5px;
  padding-top: 10px;
}
.bl-underlinebtn::before {
  content: "";
  background-image: url(../images/other/common/facebook-ico_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: -3px;
}
.bl-underlinebtn::after {
  content: "";
  background-image: url(../images/other/common/next-ico_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 8px;
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.bl-underlinebtn_youtube::before {
  content: "";
  background-image: url(../images/other/common/youtube-ico_w.png);
  vertical-align: -6px;
}

@media screen and (min-width: 769px) {
  .bl-underlinebtn {
    transition: 0.5s;
    max-width: 450px;
    font-size: 28px;
  }
  .bl-underlinebtn:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  .bl-underlinebtn::before {
    width: 35px;
    height: 35px;
    margin-right: 20px;
    vertical-align: -6px;
  }
  .bl-underlinebtn::after {
    width: 34px;
    height: 15px;
    bottom: 31px;
    right: 15px;
  }
  .bl-underlinebtn_youtube {
    padding-bottom: 10px;
  }
  .bl-underlinebtn_youtube::before {
    vertical-align: -12px;
  }
  .bl-underlinebtn_youtube::after {
    bottom: 27px;
  }
}
.bl-linklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bl-linklist a {
  display: block;
  height: 100%;
}
.bl-linklist_item {
  width: 56vw;
  margin-top: 15px;
  min-width: 210px;
}
.bl-linklist_item:last-of-type {
  margin-right: 0;
}
.bl-linklist_title {
  font-size: 12px;
  text-align: center;
  background-color: #ccd9eb;
  border-top: 1px solid #5c8cc9;
  color: #4d4d4d;
  padding: 5px;
  padding-top: 8px;
  font-weight: 600;
}
.bl-linklist_imgwrap {
  aspect-ratio: 21/7;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
.bl-linklist_imgwrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -20px;
     object-position: 0 -20px;
  width: 100%;
  height: auto;
  display: block;
}
.bl-linklist_more {
  width: 100%;
  background-color: #5c8cc9;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 3px;
}
.bl-linklist_more::after {
  content: "▶︎";
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  transform: scale(0.8);
  transform-origin: center center;
}

@media screen and (min-width: 769px) {
  .bl-linklist {
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
  }
  .bl-linklist_item:not(:last-of-type) {
    margin-right: 50px;
  }
  .bl-linklist_item:hover .bl-linklist_imgwrap img {
    transform: scale(1.2);
    transition: 0.5s;
  }
  .bl-linklist_imgwrap {
    aspect-ratio: 324/173;
  }
  .bl-linklist_imgwrap img {
    -o-object-position: 0 0;
       object-position: 0 0;
    transform: scale(1.05);
    transition: 0.5s;
  }
  .bl-linklist_title {
    font-size: 20px;
    padding: 15px 0;
    border-top: 2px solid #5c8cc9;
  }
  .bl-linklist_more {
    font-size: 18px;
    padding: 8px 10px;
  }
}
.bl-underheader {
  padding: 85px 0 28px;
}

@media screen and (min-width: 769px) {
  .bl-underheader {
    padding: 150px 0 50px;
  }
}
.bl-point_item {
  margin-top: 40px;
  position: relative;
  padding-top: 35px;
}
.bl-point_title {
  background-color: rgba(63, 72, 76, 0.8);
  color: #ffffff;
  font-size: 15px;
  padding: 20px 35px 20px 23px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1.586;
  width: 84.6vw;
  position: absolute;
  top: 0;
  left: -20px;
}
.bl-point_title span {
  font-family: "Venti", sans-serif;
  font-weight: 600;
  font-size: 22px;
  display: block;
  margin-right: 15px;
}
.bl-point_img {
  margin-left: auto;
  margin-right: -20px;
  display: block;
  width: 80vw;
}
.bl-point_copy {
  color: #5c8cc9;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  line-height: 1;
}
.bl-point_txt {
  font-size: 14px;
  padding-top: 20px;
}
.bl-point_levelimg {
  display: block;
  width: 53vw;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bl-point_levelimg img {
  display: block;
  width: 41%;
}
.bl-point_levelimg img:nth-of-type(3) {
  width: 49%;
}
.bl-point_levelimg img:not(:first-of-type), .bl-point_levelimg img:not(:nth-of-type(2)) {
  margin-top: 12px;
}
.bl-point_txtimg {
  display: block;
  width: 70.26vw;
  margin: 23px auto 0;
}
.bl-point_btn {
  margin: 25px auto 0;
}

@media screen and (min-width: 769px) {
  .bl-point_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: 146px;
    padding-top: 120px;
  }
  .bl-point_item:nth-of-type(even) {
    flex-direction: row;
  }
  .bl-point_item:nth-of-type(even) .bl-point_title {
    left: auto;
    right: 0;
  }
  .bl-point_item:nth-of-type(2) {
    padding-top: 150px;
  }
  .bl-point_item:nth-of-type(3) {
    padding-top: 190px;
  }
  .bl-point_box {
    width: 60%;
  }
  .bl-point_content {
    width: 40%;
    padding-top: 80px;
  }
  .bl-point_title {
    width: 90%;
    max-width: 635px;
    font-size: 29px;
    padding: 42px 45px 42px 48px;
    left: 0;
  }
  .bl-point_title span {
    font-size: 44px;
    margin-right: 40px;
  }
  .bl-point_copy {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .bl-point_txt {
    font-size: 16px;
    padding: 0 5%;
    line-height: 2;
  }
  .bl-point_img {
    width: 100%;
    margin-right: 0;
  }
  .bl-point_levelimg {
    width: 67.9%;
    margin: 39px auto 0;
    justify-content: space-between;
  }
  .bl-point_levelimg img {
    display: block;
    width: 19.5%;
  }
  .bl-point_levelimg img:nth-of-type(3) {
    width: 23%;
  }
  .bl-point_levelimg img:not(:first-of-type), .bl-point_levelimg img:not(:nth-of-type(2)) {
    margin-top: 0px;
  }
  .bl-point_txtimg {
    width: 88%;
    max-width: 351px;
    margin-bottom: 35px;
  }
  .bl-point_btn {
    margin-top: 84px;
  }
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}

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

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.bl-basebox_title {
  margin-bottom: 40px;
}
.bl-basebox_txt {
  margin-top: 28px;
}
.bl-basebox_txt p:not(:last-of-type) {
  margin-bottom: 24px;
}
.bl-basebox_btn {
  margin: 25px auto 0;
}

@media screen and (min-width: 769px) {
  .bl-basebox {
    max-width: 670px;
    margin: 0 auto;
  }
  .bl-basebox_title {
    margin-bottom: 62px;
  }
  .bl-basebox_txt {
    margin-top: 44px;
    font-size: 16px;
  }
  .bl-basebox_txt p:not(:last-of-type) {
    margin-bottom: 37px;
  }
  .bl-basebox_btn {
    margin: 50px auto 0;
  }
}
.bl-wavetitle {
  font-size: 16px;
  font-weight: 600;
  color: #5c8cc9;
  text-align: center;
  line-height: 1.5625;
}
.bl-wavetitle::after {
  content: "";
  background-image: url(../images/other/common/bl-wavetitle.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 104px;
  height: 5px;
  margin: 10px auto 0;
}

@media screen and (min-width: 769px) {
  .bl-wavetitle {
    font-size: 24px;
  }
  .bl-wavetitle::after {
    width: 186px;
    height: 9px;
    margin-top: 15px;
  }
  .bl-wavetitle_classes {
    font-size: 26px;
  }
  .bl-wavetitle_classes::after {
    margin-top: 7px;
  }
}
.bl-slide {
  width: 100vw;
  margin-left: -20px;
  overflow: hidden;
  padding-bottom: 30px;
}
.bl-slide .slick-slide {
  margin: 0 10px;
}
.bl-slide_prev, .bl-slide_next {
  border: none;
  width: 50px;
  position: absolute;
  z-index: 10;
  top: calc(50% - 17px);
  left: 20px;
  transform: translateY(-50%);
  background-color: transparent;
}
.bl-slide_next {
  left: auto;
  right: 20px;
}
.bl-slide_facility__item {
  position: relative;
  padding-bottom: 20px;
}
.bl-slide_facility__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #5c8cc9;
  color: #5c8cc9;
  padding: 3px 20px 0;
  text-align: center;
}

.slick-dots {
  bottom: 0;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #4d4d4d;
}
.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #4d4d4d;
}
.slick-dots li.slick-active button::before {
  display: none;
}

@media screen and (min-width: 769px) {
  .bl-slide {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
  }
  .bl-slide .slick-slide {
    margin: 0 10px;
  }
  .bl-slide_prev, .bl-slide_next {
    width: 67px;
    top: calc(50% - 17px);
    left: 14.5%;
  }
  .bl-slide_next {
    left: auto;
    right: 14.5%;
  }
  .bl-slide_facility__title {
    max-width: 259px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .slick-dots {
    bottom: 0;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.bl-accordion {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px;
  border: none;
  font-size: 22px;
}
.bl-accordion > summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 65px;
  width: 100%;
  cursor: pointer;
  background-color: #5c8cc9;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.bl-accordion > summary::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 19px;
  right: 20px;
  transform: rotate(135deg);
  background-color: transparent;
}
.bl-accordion[open] > summary::before {
  transform: rotate(-45deg);
  top: 27px;
}

.bl-accordion-second {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto;
  border: none;
  font-size: 22px;
  width: 92.3%;
}
.bl-accordion-second > summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 65px;
  width: 100%;
  cursor: pointer;
}
.bl-accordion-second > summary::before, .bl-accordion-second > summary::after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #5c8cc9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: transform 0.5s;
}
.bl-accordion-second > summary::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.bl-accordion-second_q__wrap {
  display: flex;
}
.bl-accordion-second_q {
  font-size: 28px;
  font-weight: 600;
  color: #5c8cc9;
  width: 35px;
}
.bl-accordion-second_q__txt {
  width: calc(100% - 35px);
  font-size: 20px;
  font-weight: 600;
  padding-right: 40px;
  line-height: 1;
}
.bl-accordion-second_box {
  display: flex;
}
.bl-accordion-second_a {
  font-size: 28px;
  font-weight: 600;
  color: #5c8cc9;
  width: 35px;
}
.bl-accordion-second_a__txtWrap {
  width: calc(100% - 35px);
  font-size: 19px;
  line-height: 1.4;
}
.bl-accordion-second[open] > summary::after {
  transform: rotate(0deg);
}

.bl-accordion-second_wrap {
  padding-top: 20px;
}

.bl-accordion-second_a__title {
  font-size: 19px;
  font-weight: 600;
  color: #5c8cc9;
  display: block;
}

.bl-accordion-second_a__txt {
  margin-bottom: 15px;
  display: block;
}

.link {
  font-weight: 600;
  text-decoration: underline;
  color: #5c8cc9;
}

@media screen and (min-width: 769px) {
  .bl-accordion > summary {
    font-size: 40px;
    height: 100px;
    transition: 0.3s;
  }
  .bl-accordion > summary:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .bl-accordion > summary::before {
    top: 28px;
    right: 40px;
    width: 25px;
    height: 25px;
  }
  .bl-accordion[open] > summary::before {
    top: 44px;
  }
  .bl-accordion-second > summary::before, .bl-accordion-second > summary::after {
    width: 30px;
  }
  .bl-accordion-second_q {
    font-size: 46px;
    width: 115px;
  }
  .bl-accordion-second_q__txt {
    font-size: 32px;
    width: calc(100% - 115px);
  }
  .bl-accordion-second_a {
    font-size: 46px;
    width: 115px;
  }
  .bl-accordion-second_a__txtWrap {
    font-size: 30px;
    width: calc(100% - 115px);
  }
  .bl-accordion-second_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bl-accordion-second_a__title {
    font-size: 30px;
  }
  .bl-accordion-second_a__txt {
    margin-bottom: 50px;
  }
}
.bl-number {
  color: #5c8cc9;
  font-family: "Venti", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

@media screen and (min-width: 769px) {
  .bl-number {
    font-size: 40px;
  }
}
.webp .bl-bgimgbox {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/webp/top/top-recruit_sp.webp) center center/cover;
}
.webp .bl-bgimgbox_career {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/webp/career/career03_sp.webp) center center/cover;
}

.no-webp .bl-bgimgbox {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/other/top/top-recruit_sp.jpg) center center/cover;
}
.no-webp .bl-bgimgbox_career {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/other/career/career03_sp.jpg) center center/cover;
}

.bl-bgimgbox {
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}
.bl-bgimgbox_txt {
  margin-top: 28px;
  line-height: 2;
}
.bl-bgimgbox_btn {
  margin: 25px auto 0;
}
.bl-bgimgbox_levelimg {
  display: block;
  width: 53vw;
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  .webp .bl-bgimgbox {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/webp/top/top-recruit.webp) center center/cover;
  }
  .webp .bl-bgimgbox_career {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/webp/career/career03.webp) center center/cover;
  }
  .no-webp .bl-bgimgbox {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/other/top/top-recruit.jpg) center center/cover;
  }
  .no-webp .bl-bgimgbox_career {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/other/career/career03.jpg) center center/cover;
  }
  .bl-bgimgbox_txt {
    font-size: 26px;
    margin-top: 77px;
  }
  .bl-bgimgbox_btn {
    margin-top: 92px;
  }
}
.bl-classbtn {
  display: block;
  border-bottom: 1px solid #4d4d4d;
  width: 100%;
  position: relative;
  color: #4d4d4d;
  transition: 0.5s;
  padding-bottom: 10px;
  padding-top: 10px;
}
.bl-classbtn::after {
  content: "";
  background-image: url(../images/other/common/classbtn-ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.bl-classbtn_en {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0.06em;
}
.bl-classbtn_ja {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .bl-classbtn {
    border-bottom: 2px solid #4d4d4d;
    max-width: 451px;
  }
  .bl-classbtn:hover {
    transition: 0.5s;
    opacity: 0.6;
  }
  .bl-classbtn::after {
    width: 34px;
    height: 15px;
  }
  .bl-classbtn_en {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .bl-classbtn_ja {
    font-size: 14px;
    width: calc(100% - 65px);
  }
}
.bl-list_dt {
  font-weight: 600;
  color: #5c8cc9;
}
.bl-list_dd:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .bl-list_dt {
    font-size: 20px;
  }
  .bl-list_dd {
    font-size: 16px;
  }
}
.bl-classes {
  padding: 38px 18px 40px;
}
.bl-classes_title {
  margin-bottom: 13px;
}
.bl-classes_title__en {
  letter-spacing: 0.06em;
}
.bl-classes_level {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl-classes_level1, .bl-classes_level15, .bl-classes_level2, .bl-classes_level25 {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #5c8cc9;
  color: #ffffff;
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  line-height: 42px;
}
.bl-classes_level15 {
  background-color: #8b8ca6;
}
.bl-classes_level2 {
  background-color: #707070;
}
.bl-classes_level25 {
  margin-right: 0;
  background-color: #5b5b7c;
}
.bl-classes_youtube {
  margin-top: 20px;
}
.bl-classes_txt {
  margin-top: 17px;
}
.bl-classes_caution-txt {
  margin-top: 13px;
  font-size: 13px;
}
.bl-classes_active {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.bl-classes_active__title {
  width: 100px;
  height: 30px;
  line-height: 31px;
  border: 1px solid #5c8cc9;
  color: #5c8cc9;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-right: 15px;
}
.bl-classes_active__rank {
  display: flex;
}
.bl-classes_active__rank-item {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  background-color: #5c8cc9;
  color: #ffffff;
  font-size: 12px;
}
.bl-classes_active__rank-item:not(:last-of-type) {
  margin-right: 4px;
}
.bl-classes_active__rank-item_not {
  opacity: 0.4;
}
.bl-classes_type {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.bl-classes_type__item {
  width: 32%;
  height: 30px;
  background-color: #87bec3;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  line-height: 32px;
  font-size: 13px;
}
.bl-classes_type__item:not(:nth-of-type(3n)) {
  margin-right: 1%;
}

@media screen and (min-width: 769px) {
  .bl-classes {
    padding: 57px 20px 68px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .bl-classes_title {
    margin-bottom: 22px;
  }
  .bl-classes_title__small {
    font-size: 20px;
  }
  .bl-classes_youtube {
    margin-top: 25px;
    max-width: 600px;
  }
  .bl-classes_txt {
    max-width: 600px;
    margin: 18px auto 0;
    font-size: 16px;
  }
  .bl-classes_caution-txt {
    margin: 17px auto 0;
    font-size: 14px;
    max-width: 600px;
  }
  .bl-classes_active {
    max-width: 600px;
    margin: 29px auto 0;
  }
  .bl-classes_active__title {
    font-size: 20px;
    height: 50px;
    line-height: 52px;
    width: 200px;
    border: 2px solid #5c8cc9;
  }
  .bl-classes_active__rank-item {
    width: 39px;
    height: 39px;
    line-height: 43px;
    font-size: 18px;
  }
  .bl-classes_type {
    max-width: 600px;
    margin: 32px auto 0;
  }
  .bl-classes_type__item {
    font-size: 20px;
    height: 50px;
    line-height: 52px;
  }
}
.bl-interview_tab {
  display: flex;
}
.bl-interview_tab__item {
  width: 50%;
  border-radius: 15px 15px 0 0;
  border: 2px solid #5c8cc9;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 10px;
  color: #ffffff;
  background-color: #5c8cc9;
}
.bl-interview_tab__item.is-active {
  background-color: #ffffff;
  color: #5c8cc9;
}
.bl-interview_panel {
  border: 2px solid #5c8cc9;
  border-top: none;
  background-color: #ffffff;
  padding: 35px 25px 25px;
}
.bl-interview_panel__img {
  max-width: 590px;
  display: block;
  margin: 0 auto;
}
.bl-interview_panel__title {
  margin: 25px 0 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #5c8cc9;
}
.bl-interview_panel__txt {
  max-width: 590px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .bl-interview_tab__item {
    height: 92px;
    line-height: 69px;
    font-size: 24px;
  }
  .bl-interview_panel {
    padding: 60px 20px;
  }
  .bl-interview_panel__title {
    font-size: 24px;
  }
  .bl-interview_panel__txt {
    font-size: 16px;
  }
}
.bl-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #5c8cc9;
  z-index: 1000000000000000000;
}
.bl-loading.is-on {
  display: none;
}
.bl-loading_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl-loading_inner {
  display: flex;
  overflow: hidden;
  color: #ffffff;
}

.bl-loading_inner span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-size: 25px;
}

.bl-loading_inner.-visible span {
  transform: translate(0, 0);
}

.bl-loading_inner span:nth-child(2) {
  transition-delay: 0.06s;
}

.bl-loading_inner span:nth-child(3) {
  transition-delay: 0.12s;
}

.bl-loading_inner span:nth-child(4) {
  transition-delay: 0.18s;
}

.bl-loading_inner span:nth-child(5) {
  transition-delay: 0.24s;
}

.bl-loading_inner span:nth-child(6) {
  transition-delay: 0.3s;
}

.bl-loading_inner span:nth-child(7) {
  transition-delay: 0.36s;
}

.bl-loading_inner span:nth-child(8) {
  transition-delay: 0.42s;
}

.bl-loading_inner span:nth-child(9) {
  transition-delay: 0.48s;
}

.bl-loading_inner span:nth-child(10) {
  transition-delay: 0.54s;
}

.bl-loading_inner span:nth-child(11) {
  transition-delay: 0.6s;
}

.bl-loading_inner span:nth-child(12) {
  transition-delay: 0.66s;
}

.bl-loading_inner span:nth-child(13) {
  transition-delay: 0.72s;
}

.bl-loading_inner span:nth-child(14) {
  transition-delay: 0.78s;
}

@media screen and (min-width: 769px) {
  .bl-loading_inner span {
    font-size: 50px;
  }
}
.js-tab.is-active {
  transition: all 0.2s ease-out;
}

.js-panel {
  display: none;
}
.js-panel.is-show {
  display: block;
}

.header_inner {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.header_logo {
  width: calc(100% - 170px);
}
.header_logo a {
  display: flex;
  align-items: center;
  width: 174px;
  height: 100%;
  padding-left: 29px;
  text-align: center;
}

.header_nav {
  background-color: #5c8cc9;
  position: absolute;
  top: 89px;
  right: -100%;
  width: 180px;
  text-align: right;
  padding-top: 20px;
  transition: 0.3s;
}

.is-open .header_nav {
  right: 0;
  transition: 0.3s;
}

.header_item a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 15px 15px 30px;
  text-align: center;
  width: 100%;
  line-height: 1.5rem;
}


.close-btn {
  position: relative;
  padding-right: 40px;
  margin-bottom: 20px;
  margin-left: auto;
}
.close-btn_top {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  background-color: #fff;
  display: block;
  width: 35px;
  height: 3px;
}
.close-btn_bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  background-color: #fff;
  display: block;
  width: 35px;
  height: 3px;
}

.header_trial-btn {
  background-color: #87bec3;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .header_inner {
    height: 80px;
  }
  .header_logo {
    width: 289px;
  }
  .header_logo a {
    width: 100%;
  }
  .header_nav {
    position: static;
    width: 100%;
    background-color: #fff;
    width: calc(100% - 530px);
    padding-top: 0;
  }
  .header_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .header_item a {
    color: #5c8cc9;
    font-size: 20px;
    padding: 0 1em;
    transition: 0.3s;
    position: relative;
  }


  .header_item a::after {
    content: "";
    background-color: #5c8cc9;
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 1vw;
    transition: 0.5s;
  }
  .header_item a:hover::after {
    width: calc(100% - 2vw);
    transition: 0.5s;
  }
  .header_trial-btn {
    width: 240px;
    font-size: 24px;
    transition: 0.3s;
    padding-top: 5px;
  }
  .header_trial-btn:hover {
    background-color: #5c8cc9;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1681px) {
  .header_inner {
    padding-right: 5.5vw;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1640px) {
  .header_item a {
    padding: 0 1vw;
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1200px) {
  .header_inner {
    height: 60px;
  }
  .header_logo {
    width: 250px;
  }
  .header_nav {
    width: calc(100% - 450px);
  }
  .header_item a {
    font-size: 16px;
    padding: 0 1vw;
  }
  .header_trial-btn {
    width: 200px;
    font-size: 18px;
  }
}
@media screen and (min-width: 881px) and (max-width: 1050px) {
  .header_inner {
    height: 60px;
  }
  .header_item a {
    font-size: 13px;
    padding: 0 1vw;
  }
  .header_logo {
    width: 250px;
  }
  .header_nav {
    width: calc(100% - 450px);
  }
  .header_trial-btn {
    width: 200px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 880px) {
  .header_inner {
    height: 60px;
  }
  .header_logo {
    width: 180px;
  }
  .header_nav {
    width: calc(100% - 350px);
  }
  .header_trial-btn {
    width: 180px;
    font-size: 18px;
  }
  .header_item a {
    font-size: 14px;
    padding: 0 0 0 2vw;
    line-height: 1rem;
    text-align: center;
  }
}
footer {
  background-color: #5c8cc9;
  color: #fff;
}

.footer_inner {
  width: 200px;
  margin: 0 auto;
  padding: 50px 0 35px;
}

.footer_logo {
  display: block;
  width: 121px;
  margin: 0 auto;
}

.footer_snsLink {
  width: 98%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.footer_snsLink__item {
  width: 24%;
}
.footer_snsLink__item a {
  width: 100%;
  height: 100%;
  display: block;
}

small {
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer_inner {
    padding: 85px 0 75px;
  }
  .footer_logo {
    width: 200px;
  }
  .footer_snsLink {
    margin: 73px auto 27px;
  }
  .footer_snsLink__item {
    width: 17%;
  }
}
.fv {
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.fv_txtBox {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 92%;
  max-width: 300px;
}

.fv_logo {
  width: 37px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.fv_subtxt {
  font-size: 19px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}

.fv_maintxt {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .fv {
    margin-top: 80px;
  }
  .fv_logo {
    width: 5.2vw;
    max-width: 100px;
  }
  .fv_txtBox {
    max-width: 1200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  .fv_subtxt {
    font-size: min(2.3vw, 45px);
    border-bottom: 2px solid #fff;
  }
  .fv_maintxt {
    font-size: min(3.6vw, 70px);
  }
  .slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer; /*マウスカーソルを指マークに*/
    outline: none; /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff; /*矢印の色*/
    border-right: 2px solid #fff; /*矢印の色*/
    height: 25px;
    width: 25px;
  }
  .slick-prev::before,
.slick-next::before {
    content: "";
  }
  .slick-prev { /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
  }
  .slick-next { /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
  }
  /*ドットナビゲーションの設定*/
  .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0; /*ドットの位置*/
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px; /*ドットボタンのサイズ*/
    height: 8px; /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #fff; /*ドットボタンの色*/
  }
  .slick-dots .slick-active button {
    background: #333; /*ドットボタンの現在地表示の色*/
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .fv {
    margin-top: 60px;
  }
}
.week_txt {
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
  margin-top: 10px;
}

.week_imgWrap {
  margin-top: 25px;
}

@media screen and (min-width: 769px) {
  .week_txt {
    font-size: 30px;
    margin-top: 20px;
  }
  .week_imgWrap {
    margin-top: 65px;
  }
}
.benefits_item {
  color: #fff;
  margin-top: 25px;
}
.benefits_item:nth-of-type(2) .benefits_img {
  width: 54px;
}
.benefits_item:nth-of-type(3) .benefits_img {
  width: 43px;
}
.benefits_item:nth-of-type(4) .benefits_img {
  width: 38px;
}
.benefits_item:nth-of-type(5) .benefits_img {
  width: 45px;
}
.benefits_item:nth-of-type(6) .benefits_img {
  width: 38px;
}

.benefits_img {
  display: block;
  margin: 0 auto;
  width: 40px;
}

.benefits_box {
  border: 1px solid #fff;
  position: relative;
  padding: 22px 0 20px;
  margin-top: 18px;
}

.benefits_number {
  font-size: 24px;
  background-color: #5c8cc9;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

.benefits_box__txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.benefits_txt {
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .benefits_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .benefits_item {
    width: 46.6%;
  }
  .benefits_img__wrap {
    height: 77px;
    position: relative;
  }
  .benefits_item:nth-of-type(2) .benefits_img {
    width: 84px;
  }
  .benefits_item:nth-of-type(3) .benefits_img {
    width: 68px;
  }
  .benefits_item:nth-of-type(4) .benefits_img {
    width: 60px;
  }
  .benefits_item:nth-of-type(5) .benefits_img {
    width: 77px;
  }
  .benefits_item:nth-of-type(6) .benefits_img {
    width: 60px;
  }
  .benefits_img {
    width: 63px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .benefits_box {
    padding: 30px 0 25px;
    margin-top: 30px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .benefits_number {
    font-size: 36px;
    top: -17px;
  }
  .benefits_box__txt {
    font-size: 30px;
  }
  .benefits_txt {
    font-size: 42px;
    margin-top: 77px;
  }
}
.price_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.price_item {
  width: 48%;
  border: 1px solid #5c8cc9;
  margin-bottom: 4%;
}
.price_item:nth-of-type(odd) {
  margin-right: 4%;
}
.price_item__titleWrap {
  text-align: center;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price_item__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.price_item__titleSubtxt {
  font-size: 14px;
  line-height: 1.4;
}
.price_item__priceWrap {
  background-color: #ccd9eb;
  text-align: center;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.price_item__price {
  font-size: 39px;
  font-weight: bold;
  line-height: 1;
}
.price_item__price__doller {
  font-size: 28px;
}
.price_item__price__txt {
  font-size: 21px;
  line-height: 1.3;
  display: block;
}
.price_item__priceTxt {
  font-size: 12px;
}

.price_btn {
  margin-top: 40px;
}

.traveler_title {
  margin-top: 30px;
}

.traveler_item {
  width: 30%;
}
.traveler_item:nth-of-type(odd) {
  margin-right: 0;
}
.traveler_item:not(:nth-of-type(3n)) {
  margin-right: 5%;
}

.traveler_item__titleWrap {
  height: 45px;
}

.traveler_item__priceWrap {
  height: 60px;
}

.traveler_item__price {
  font-size: 36px;
}

.traveler_item__price__doller {
  font-size: 24px;
}

.traveler_txt {
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .price_list {
    margin-top: 50px;
  }
  .price_item {
    width: 30%;
    margin-bottom: 5%;
  }
  .price_item:nth-of-type(odd) {
    margin-right: 0%;
  }
  .price_item:not(:nth-of-type(3n)) {
    margin-right: 5%;
  }
  .price_item__titleWrap {
    height: 155px;
  }
  .price_item__title {
    font-size: 30px;
  }
  .price_item__titleSubtxt {
    font-size: 26px;
  }
  .price_item__priceWrap {
    height: 128px;
  }
  .price_item__price {
    font-size: 78px;
  }
  .price_item__price__doller {
    font-size: 52px;
  }
  .price_item__price__txt {
    font-size: 43px;
    line-height: 1.2;
  }
  .price_item__priceTxt {
    font-size: 24px;
    line-height: 1;
  }
  .traveler_list {
    margin-top: 20px;
  }
  .traveler_title {
    margin-top: 124px;
  }
  .traveler_item__titleWrap {
    height: 100px;
  }
  .traveler_item__title {
    font-size: 36px;
  }
  .traveler_item__priceWrap {
    height: 100px;
  }
  .traveler_item__price {
    font-size: 72px;
  }
  .traveler_item__price__doller {
    font-size: 52px;
  }
  .traveler_txt {
    font-size: 24px;
    line-height: 1.2;
  }
}
.whatsup {
  background-image: url(../images/bg01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.whatsup::before {
  content: "";
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8.5px 0 8.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.whatsup_item {
  text-align: center;
  color: #fff;
  margin-top: 27px;
}

.whatsup_item__title {
  font-size: 22px;
  font-weight: bold;
}

.whatsup_item__address {
  font-size: 18px;
  text-decoration: underline;
  line-height: 1.2;
  color: #fff;
  display: block;
}
.whatsup_item__address::before {
  content: "";
  background-image: url(../images/common/map_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 8px;
}

.whatsup_btn {
  max-width: 250px;
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  color: #5985be;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0;
}
.whatsup_btn__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.whatsup_btn__title::before {
  content: "";
  background-image: url(../images/common/tel_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 27px;
  height: 26px;
  margin-right: 2px;
  vertical-align: -5px;
}
.whatsup_btn__txt {
  font-size: 17px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .whatsup::before {
    border-width: 29px 46px 0 46px;
  }
  .whatsup_list {
    display: flex;
    flex-wrap: wrap;
  }
  .whatsup_item {
    width: 44%;
    margin-top: 100px;
  }
  .whatsup_item:nth-of-type(odd) {
    margin-right: 12%;
  }
  .whatsup_item__title {
    font-size: 48px;
  }
  .whatsup_item__address {
    font-size: 30px;
    height: 72px;
  }
  .whatsup_item__address::before {
    width: 20px;
    height: 28px;
    margin-right: 10px;
  }
  .whatsup_btn {
    max-width: 443px;
    height: 115px;
  }
  .whatsup_btn__title {
    font-size: 36px;
  }
  .whatsup_btn__title::before {
    width: 49px;
    height: 48px;
    vertical-align: -10px;
  }
  .whatsup_btn__txt {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  .whatsup_item__address {
    height: 110px;
  }
}
.class_item {
  margin-top: 35px;
}

.class_titleWrap {
  position: relative;
}

.class_item__title {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 22px;
}

.class_txt {
  font-size: 19px;
  line-height: 1.3;
  text-align: center;
  margin-top: 17px;
}

@media screen and (min-width: 769px) {
  .class_list {
    display: flex;
    flex-wrap: wrap;
  }
  .class_item {
    width: 46%;
    margin-top: 110px;
  }
  .class_item:nth-of-type(odd) {
    margin-right: 8%;
  }
  .class_item__title {
    font-size: min(31px, 2.8vw);
  }
  .class_txt {
    font-size: 30px;
  }
}
.level_item {
  margin-top: 24px;
  text-align: center;
}

.level_numberCircle {
  background-color: #5c8cc9;
  color: #fff;
  text-align: center;
  width: 114px;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
  margin: 0 auto;
}

.level_numberCircle__1-5 {
  background-color: #8c8eaa;
}

.level_numberCircle__2 {
  background-color: #707070;
}

.level_numberCircle__2-5 {
  background-color: #5a5b7f;
}

.level_number__en {
  font-size: 19px;
  font-weight: bold;
}

.level_number {
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: 600;
}

.level_title {
  font-size: 23px;
  color: #5c8cc9;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
}

.level_title__1-5 {
  color: #8c8eaa;
}

.level_title__2 {
  color: #707070;
}

.level_title__2-5 {
  color: #5a5b7f;
}

.level_subTitle {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.level_txt {
  font-size: 19px;
  text-align: center;
  border-top: 1px solid #5c8cc9;
  padding: 10px;
  line-height: 1.3;
  padding-top: 15px;
  margin-top: 13px;
}

.level_cautionTxt {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
}

.level_btn {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .level_list {
    display: flex;
    flex-wrap: wrap;
  }
  .level_item {
    width: 46%;
    margin-top: 78px;
  }
  .level_item:nth-of-type(odd) {
    margin-right: 8%;
  }
  .level_numberCircle {
    width: 150px;
    height: 150px;
  }
  .level_number__en {
    font-size: 24px;
  }
  .level_number {
    font-size: 78px;
  }
  .level_title {
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
  }
  .level_subTitle {
    font-size: 24px;
  }
  .level_txt {
    font-size: 26px;
  }
  .level_cautionTxt {
    font-size: 24px;
  }
  .level_btn {
    margin-top: 118px;
  }
}
@media screen and (min-width: 769px) {
  .about_img {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }
}
.story_wrap {
  padding-top: 40px;
}

.story_title {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.story_title::after {
  content: "";
  background-image: url(../images/story_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 61px;
  height: 3px;
  margin: 0 auto;
}

.story_txt {
  margin-top: 27px;
  font-size: 19px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .story_title {
    font-size: 50px;
  }
  .story_title::after {
    width: 122px;
    height: 6px;
  }
  .story_txt {
    font-size: 24px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.why_img {
  display: block;
  width: 136px;
  margin: 0 auto;
  margin-top: 10px;
}

.why_item:nth-of-type(2) .why_img {
  width: 139px;
}
.why_item:nth-of-type(3) .why_img {
  width: 125px;
}

.why_txt {
  font-size: 22px;
  text-align: center;
  color: #5c8cc9;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .why.inner{
    max-width: 1080px;
  }
  .why_list {
    display: flex;
  }
  .why_item {
    width: 32%;
  }
  .why_item:not(:nth-of-type(3n)) {
    margin-right: 4%;
  }
  .why_imgWrap {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .why_img {
    width: 100%;
  }
  .why_item:nth-of-type(2) .why_img {
    width: 100%;
    margin-top: 0px;
  }
  .why_item:nth-of-type(3) .why_img {
    width: 100%;
  }
  .why_txt {
    font-size: 29px;
    margin-top: 20px;
    letter-spacing: 0.001em;
  }
}
.faq_title {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .faq_title {
    margin-bottom: 45px;
  }
}
.js-fadein {
  transform: translateY(50px);
  opacity: 0;
}

.js-fadein.is-active {
  -webkit-animation: fadein 0.5s ease-out 0.2s forwards;
          animation: fadein 0.5s ease-out 0.2s forwards;
}

@-webkit-keyframes fadein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* studio list page */
.inner_2{
  max-width: 850px;
  width: 92.3%;
  margin: 0 auto;
}
.sl_flex{
  display: flex;
  gap:60px;
  justify-content: flex-start;
  margin-bottom: 100px;
  align-items: flex-start;
}


.sl_flex_image{
  max-width: 277px;
  
}

.sl_title{
  font-size: 48px;
  color: #5c8cc9;
  font-weight: bold;
  line-height: 3rem;
}

.sl_txt{
  font-size: 27px;
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.bl-btn_sl {
  background-color: #87bec3;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 275px;
  border-radius: 5px;
  padding-top: 10px;
  margin-top:20px;
}

@media screen and (max-width: 769px) {
  .fv_txtBox {
    bottom:40%;
  }
  .sl_flex{
    display: block;
    text-align: center;
    margin-bottom: 80px;
  }

  .sl_flex_image{
    max-width: 80%;
  }

  .sl_flex:first-child{
    margin-top: 40px;
  }

  .sl_title{
    font-size: 34px;
    margin-top: 20px;
  }

  .sl_txt{
    font-size: 18px;
    margin-top: 10px;
  }

  .bl-btn_sl{
    margin:20px auto 0;
    max-width: 80%;
    padding-top: 6px;
  }
}

@media screen and (min-width: 769px) {
  .bl-btn_sl {
    font-size: 32px;
    max-width: 300px;
    height: 70px;
    border-radius: 10px;
    transition: 0.3s;
    padding-top: 5px;
  }
  .bl-btn_sl:hover {
    background-color: #5c8cc9;
    transition: 0.3s;
  }
}