@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

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

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: c;
  text-decoration: none;
}

a[href^=tel] {
  color: #000;
}

.contain {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::placeholder, textarea::placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

.blue {
  color: #1570a6;
}

.yellow {
  color: #fff000;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
.p_index .key {
  background: url(../img/index/bg_key.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p_index .key {
    background: url(../img/index/sp/bg_key.png) center center/cover no-repeat;
  }
}
.p_index .key .l_content_size_pc_1 {
  position: relative;
}
.p_index .key_img {
  padding: 29px 16px 36px 58px;
}
@media screen and (max-width: 768px) {
  .p_index .key_img {
    padding: 8.2666666667vw 0 0;
    margin: 0 -4vw;
  }
}
.p_index .key_text {
  position: absolute;
  top: 103px;
  right: 0;
  margin-right: -54px;
}
.p_index .key_btn {
  position: absolute;
  bottom: -65px;
  right: 0;
  margin-right: -30px;
}
.p_index .contents_ttl {
  font-size: 4rem;
  font-weight: 700;
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_index .contents_ttl {
    font-size: 6.6666666667vw;
    padding: 8vw 0 5.3333333333vw;
  }
}
.p_index .implement .contents_ttl {
  color: #1570a6;
}
.p_index .implement_list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .implement_list {
    margin: 0 -4vw 8vw;
  }
}
.p_index .implement_list li + li {
  margin-left: 69px;
}
@media screen and (max-width: 768px) {
  .p_index .implement_list li + li {
    margin-left: 5.3333333333vw;
  }
}
.p_index .contact_top {
  background: #1570a6;
  padding: 11px 0;
}
@media screen and (max-width: 768px) {
  .p_index .contact_top {
    padding: 4vw 0;
  }
}
.p_index .contact_bottom {
  background: url(../img/common/bg_contact.png) repeat;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p_index .contact_bottom {
    background: #62b7e9;
    padding: 5.3333333333vw 0;
  }
}
.p_index .contact_bottom .l_content_size_pc_1 {
  position: relative;
}
.p_index .contact_chara {
  position: absolute;
  top: -70px;
  left: 137px;
}
@media screen and (max-width: 768px) {
  .p_index .contact_chara {
    top: -12.8vw;
    left: 2.6666666667vw;
    width: 22.6666666667vw;
  }
}
.p_index .contact_img01 {
  display: flex;
  justify-content: center;
}
.p_index .contact_box {
  width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #1570a6;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box {
    width: inherit;
    border: 2px solid #1570a6;
  }
}
.p_index .contact_box-ttl {
  background: #1570a6;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-ttl {
    padding: 4.4vw 0;
  }
  .p_index .contact_box-ttl img {
    width: 75.6vw;
  }
}
.p_index .contact_box-inner {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-inner {
    padding: 3.8666666667vw 4vw 4.4vw;
    display: block;
  }
}
.p_index .contact_box-text {
  font-size: 2rem;
  font-weight: 700;
  color: #1570a6;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-text {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .contact_box-tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel {
    justify-content: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .contact_box-tel img {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel img {
    margin-right: 3.4666666667vw;
    width: 11.4666666667vw;
  }
}
.p_index .contact_box-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 6.6rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel p {
    font-size: 10vw;
  }
}
.p_index .maintenance {
  background: linear-gradient(to bottom, #fff 0%, #fff 724px, #e8eff3 724px);
}
@media screen and (max-width: 768px) {
  .p_index .maintenance {
    background: linear-gradient(to bottom, #fff 0%, #fff 131.8666666667vw, #e8eff3 131.8666666667vw);
  }
}
.p_index .maintenance_text01 {
  display: flex;
  justify-content: center;
  padding: 80px 0 36px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text01 {
    padding: 12.2666666667vw 0 5.8666666667vw;
    width: 84.9333333333vw;
    margin: 0 auto;
  }
}
.p_index .maintenance_img01 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_img01 {
    margin-bottom: 7.6vw;
  }
}
.p_index .maintenance_text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: -16px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text {
    font-size: 6vw;
    margin-bottom: -2.9333333333vw;
  }
}
.p_index .maintenance_box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(20, 124, 185, 0.2);
  padding: 58px 0 40px;
  width: 1000px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_box {
    padding: 8.2666666667vw 3.3333333333vw 5.4666666667vw 3.8666666667vw;
    width: inherit;
    margin-bottom: 7.7333333333vw;
  }
}
.p_index .maintenance_text02 {
  display: flex;
  justify-content: center;
}
.p_index .maintenance_text03 {
  display: flex;
  justify-content: center;
}
.p_index .maintenance_text03-outer {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text03-outer {
    margin-bottom: 7.7333333333vw;
  }
}
.p_index .maintenance_img02 {
  position: absolute;
  bottom: 29px;
  right: 78px;
}
.p_index .maintenance_text04 {
  display: flex;
  justify-content: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text04 {
    width: 79.0666666667vw;
    margin: 0 auto 7.7333333333vw;
  }
}
.p_index .maintenance_bottom {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_bottom {
    font-size: 11.3333333333vw;
    margin-top: -7.3333333333vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p_index .btn {
    position: relative;
  }
}
.p_index .btn a {
  width: 350px;
  height: 70px;
  background: #fff;
  border: 2px solid #000;
  display: block;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 66px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background 0.5s, color 0.5s;
}
@media screen and (max-width: 768px) {
  .p_index .btn a {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 3.7333333333vw;
    line-height: 11.2vw;
  }
}
.p_index .btn a:hover {
  background: #000;
  color: #fff;
}
.p_index .scroll_list {
  display: flex;
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.p_index .scroll_list-wrap {
  display: flex;
}
.p_index .scroll_list li {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p_index .scroll_list li {
    width: 40vw;
  }
}
.p_index .reason {
  background: #0d78bc;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .reason {
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .reason .contents_ttl {
  color: #fff;
}
.p_index .reason_text01 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_index .reason_text01 {
    font-size: 3.4666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
.p_index .reason_list {
  margin: 0 200px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_index .reason_list {
    font-size: 3.4666666667vw;
    margin: 0;
  }
}
.p_index .reason_list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .reason_list li {
    width: 44vw;
    margin-bottom: 4vw;
  }
}
.p_index .reason_chara {
  position: absolute;
  bottom: -21px;
  right: 0;
  margin-right: -64px;
}
@media screen and (max-width: 768px) {
  .p_index .reason_chara {
    position: static;
    width: 64.8vw;
    margin: 0 auto 3.4666666667vw;
  }
}
.p_index .reason_text02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_index .reason_text02 {
    font-size: 4.5333333333vw;
  }
}
.p_index .reason_text02-wrap {
  position: relative;
}
.p_index .voice {
  background: #f5f5f5;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_index .voice {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
.p_index .voice_list li {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_list li {
    width: 84vw;
    width: 100%;
  }
}
.p_index .voice_box {
  background: #fff;
  border: 3px solid #c9caca;
  position: relative;
  padding: 37px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box {
    padding: 6.6666666667vw 6.6666666667vw 5.3333333333vw;
  }
}
.p_index .voice_box dt {
  color: #2787bf;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box dt {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .voice_box dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box dd {
    font-size: 3.2vw;
  }
}
.p_index .voice_num {
  margin: 0 0 -40px 44px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_index .voice_num {
    margin: 0 0 -6.1333333333vw 5.8666666667vw;
  }
}
.p_index .voice_num p {
  background: #2787bf;
  color: #fff;
  width: 230px;
  height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_index .voice_num p {
    width: 30.6666666667vw;
    height: 9.3333333333vw;
    font-size: 4vw;
  }
}
.p_index .voice_num:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #2787bf;
  top: 90%;
  left: 15%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .p_index .voice_num:after {
    top: 80%;
    left: 10%;
  }
}
.p_index .voice_name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_name {
    font-size: 3.7333333333vw;
    margin-bottom: 4.8vw;
  }
}
.p_index .voice_name span {
  border-bottom: 3px solid #000;
}
.p_index .splide__arrow {
  background: #2787bf;
  width: 80px;
  height: 80px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p_index .splide__arrow svg {
  fill: #fff;
  width: 2.4em;
  height: 2.4em;
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow svg {
    width: 1.4em;
    height: 1.4em;
  }
}
.p_index .splide__arrow--prev {
  left: calc(50% - 395px);
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow--prev {
    left: 1.8666666667vw;
  }
}
.p_index .splide__arrow--next {
  right: calc(50% - 395px);
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow--next {
    right: 1.8666666667vw;
  }
}
.p_index .flow {
  background: url(../img/index/bg_flow.jpg) center center/cover no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .flow {
    background: url(../img/index/sp/bg_flow.jpg) center center/cover no-repeat;
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .flow .contents_ttl {
  color: #fff;
}
.p_index .flow_img {
  display: flex;
  justify-content: center;
}
.p_index .faq {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_index .faq {
    padding-bottom: 9.3333333333vw;
  }
}
.p_index .faq_box {
  background: #f3fbfe;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto 20px;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box {
    width: inherit;
    margin-bottom: 4vw;
    padding: 4vw;
  }
}
.p_index .faq_box dt {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box dt {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    margin-right: 3.8666666667vw;
  }
}
.p_index .faq_box dd {
  width: 856px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box dd {
    width: 72vw;
  }
}
.p_index .faq_question {
  position: relative;
  display: flex;
}
.p_index .faq_question dt {
  background: #1570a6;
  color: #fff;
}
.p_index .faq_question dd {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1570a6;
  margin-top: 8px;
  width: 816px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_question dd {
    font-size: 4.5333333333vw;
    margin-top: 0.2666666667vw;
    width: 66.6666666667vw;
  }
}
.p_index .faq_question:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: calc(50% - 20px);
  right: 0;
  color: #a7cee5;
  font-size: 3rem;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p_index .faq_question:before {
    font-size: 4vw;
    top: 2vw;
  }
}
.p_index .faq_question.open:before {
  transform: rotate(180deg);
}
.p_index .faq_answer {
  height: 0;
  opacity: 0;
  transition-duration: 0.4s;
}
.p_index .faq_answer.active {
  margin-top: 25px;
  display: flex;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_index .faq_answer.active {
    margin-top: 3.3333333333vw;
  }
}
.p_index .faq_answer dt {
  background: #c8e2f1;
  color: #1570a6;
}
.p_index .faq_answer dd {
  font-size: 1.6rem;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_answer dd {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.p_index .news {
  background: url(../img/index/bg_news.png) center center/cover no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .news {
    background: url(../img/index/sp/bg_news.png) center center/cover no-repeat;
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .news_list {
  width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_index .news_list {
    width: inherit;
    margin-bottom: 4vw;
  }
}
.p_index .news_list:after {
  content: "";
  width: 320px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_index .news_list:after {
    width: inherit;
  }
}
.p_index .news_item {
  width: 320px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item {
    width: 44vw;
    padding: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p_index .news_item-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-img {
    margin-bottom: 3.3333333333vw;
  }
}
.p_index .news_item-date {
  color: #1570a6;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-date {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p_index .news_item-ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-ttl {
    font-size: 3.4666666667vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4vw;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: relative;
}
.l_header .logo {
  position: absolute;
  top: 18px;
  left: 40px;
}
.l_header .header_top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header .header_top-text {
  margin-left: 200px;
  font-size: 1.8rem;
  font-weight: 700;
}
.l_header .header_contact {
  display: flex;
  align-items: center;
  margin: 15px 30px 15px 0;
}
.l_header .header_contact-text {
  font-size: 2.2rem;
  font-weight: 700;
}
.l_header .header_contact-tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
.l_header .header_contact-tel img {
  margin-right: 12px;
}
.l_header .header_contact-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
}
.l_header .header_contact-mail {
  margin-left: 20px;
}
.l_header .header_bottom {
  background: #1570a6;
}
.l_header .gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.l_header .gnav:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgb(10, 81, 123);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.l_header .gnav li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l_header .gnav li:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgb(10, 81, 123);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.l_header .gnav li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width: 165px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: relative;
}
.l_header_sp .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16vw;
}
.l_header_sp .header_text {
  margin-left: 20.2666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
.l_header_sp .logo {
  width: 20vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
}
.l_header_sp .toggle {
  width: 16vw;
  height: 16vw;
  background: #1570a6;
  position: relative;
}
.l_header_sp .toggle span {
  width: 6.6666666667vw;
  height: 0.4vw;
  background: #fff;
  display: block;
  position: absolute;
  left: 4.6666666667vw;
  transition: transform 0.5s, top 0.5s, width 0.5s;
}
.l_header_sp .toggle span:nth-child(1) {
  top: 5.8666666667vw;
}
.l_header_sp .toggle span:nth-child(2) {
  top: 7.4666666667vw;
}
.l_header_sp .toggle span:nth-child(3) {
  top: 9.0666666667vw;
}
.l_header_sp.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l_header_sp.open .toggle span:nth-child(1) {
  top: 8vw;
  transform: rotate(45deg);
}
.l_header_sp.open .toggle span:nth-child(2) {
  top: 8vw;
  width: 0;
  transform: rotate(-45deg);
}
.l_header_sp.open .toggle span:nth-child(3) {
  top: 8vw;
  transform: rotate(-45deg);
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #fff;
  padding: 26.6666666667vw 0 5.6vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  transition-duration: 0.4s;
  transform: translate(0, -100vh);
}
.l_menu_sp.active {
  opacity: 1;
  transform: translate(0, 0);
}
.l_menu_sp .gnav {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin-bottom: 1.3333333333vw;
}
.l_menu_sp .gnav li {
  margin-bottom: 8vw;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer .footer_logo {
  display: flex;
  justify-content: center;
  margin: 60px 0 34px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    margin: 13.6vw auto 10vw;
    width: 22.2666666667vw;
  }
}
.l_footer .footer_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav {
    display: block;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
}
.l_footer .footer_nav li + li {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav li + li {
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
}
.l_footer .footer_nav a {
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.5s;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav a {
    font-size: 4vw;
  }
}
.l_footer .footer_nav a:hover {
  color: #1570a6;
}
.l_footer .footer_copy {
  text-align: center;
  font-size: 1.5rem;
  color: #4eabe1;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 999;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

@font-face {
  font-family: "FuturaBT";
  src: url("./futura-medium-bt.ttf") format("truetype");
}
body {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  overflow: initial;
}

.open {
  display: block !important;
}

a:focus-visible {
  outline-offset: 0;
  outline: none;
}

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

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

main {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  main {
    padding: 70px 0 0;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  position: relative;
  z-index: 999;
}

/* =================================
 kv
================================= */
.kv {
  height: calc(100svh - 100px);
  position: relative;
  width: 100%;
  background: linear-gradient(-10deg, #0b5893 0%, #0b5893 calc(10% + 130px), #0e70b9 calc(10% + 130px), #0e70b9 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 667px;
  }
}
.kv::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  animation: float 10s ease-in-out infinite;
  top: 10%;
  left: 10%;
  z-index: 1;
}
.kv_bg {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .kv_bg {
    width: 100% !important;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    top: 50%;
    height: 100%;
  }

  /* .kv_bg.tennis {
    height: 70%;
  } */
}

@media screen and (max-width: 389px) {
  .kv_bg {
    height: 100%;
  }
}


.kv_bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  transform: translate3d(80px, 0, 0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  will-change: transform, opacity;
}
.kv_bg img.active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .kv_bg img {
    object-fit: contain;
    height: 500px;
  }

  .kv_bg.tennis img {
    object-position: right;
    height: 80%;
    left: auto;
    right: 0;
  }

  .kv_bg.fitness img {
    object-position: center;
    height: 70%;
    left: auto;
    right: 0;
  }

  .kv_bg.golf img,
  .kv_bg.dance img,
  .kv_bg.golden_kids img,
  .kv_bg.sport_sarada img,
  .kv_bg.sport_academy img {
    object-position: left;
    height: 70%;
    left: 0;
  }

  .kv_bg.g-kidz img {
    object-position: right;
    height: 70%;
    left: auto;
    right: 0;
  }

   
}

@media screen and (max-width: 389px) {
  .kv_bg img {
    height: 500px;
    object-position: right;
  }

  .kv_bg.fitness img {
    height: 430px;
    object-position: center;
  }

  .kv_bg.golf img {
    height: 400px;
    object-position: left;
  }

  .kv_bg.golden_kids img {
    height: 430px;
    object-position: center;
  }

  .kv_bg.dance img {
    height: 400px;
    object-position: center;
  }

  .kv_bg.sport_sarada img {
    height: 430px;
    object-position: center;
  }

  .kv_bg.g-kidz img {
    height: 430px;
    object-position: right;
  }

  .kv_bg.sport_academy img {
    height: 430px;
    object-position: center;
  }
}



.kv_main {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .kv_main {
    padding: 50px 0 0;
  }
}
.kv_main_sub {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .kv_main_sub {
    font-size: 2.9333333333vw;
    letter-spacing: 5px;
  }
}
.kv_main_ttl {
  font-family: "Poppins", sans-serif;
  font-size: 220px;
  line-height: 180px;
  font-weight: 600;
  color: #000b8f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv_main_ttl {
    font-size: 22.6666666667vw;
    line-height: 18.6666666667vw;
  }
}
.kv_label {
  position: absolute;
  top: 23%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: flex-start;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .kv_label {
    top: 35%;
    z-index: 30;
  }
}
.kv_label_scroll {
  margin-bottom: -10px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .kv_label_scroll {
    margin-left: 0;
  }
}
.kv_label_scroll p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transform: rotate(90deg);
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kv_label_scroll p {
    font-size: 3.3333333333vw;
    margin-bottom: 22px;
  }
}
.kv_label_scroll_line {
  width: 2px;
  height: 150px;
  background: #fff;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .kv_label_scroll_line {
    width: 1px;
    height: 100px;
    margin-left: ６.8vw;
  }
}
.kv_label_scroll_line:after {
  position: absolute;
  content: "";
  top: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  animation: scroll-circle 2000ms infinite forwards;
}
@media screen and (max-width: 768px) {
  .kv_label_scroll_line:after {
    animation: scroll-circle_sp 2000ms infinite forwards;
  }
}
.kv_label_text {
  text-align: center;
}
.kv_label_text p {
  font-size: 70px;
  background: #fff;
  display: inline-block;
  font-weight: 700;
  color: #0e6eb8;
  padding: 10px 20px;
  padding-left: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .kv_label_text p {
    font-size: 10.6666666667vw;
    padding: 10px 20px;
    padding-left: 20px;
  }
}
.kv_label_sub {
  display: inline-block;
  text-align: center;
}
.kv_label_sub p {
  font-size: 60px;
  font-weight: 700;
  color: #0e6eb8;
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  padding-left: 40px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .kv_label_sub p {
    font-size: 7.7333333333vw;
    padding: 10px 20px;
    padding-left: 20px;
  }
}
.kv_news {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv_news {
    bottom: 0%;
  }
}
.kv_news_item {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
.kv_news_item a {
  display: flex;
  background: rgba(255, 255, 255, 0.2);
  align-items: center;
  gap: 0 20px;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 20px 40px;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .kv_news_item a {
    flex-wrap: wrap;
    padding: 20px;
    gap: 10px;
  }
}
.kv_news_item a .date {
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .kv_news_item a .date {
    font-size: 3.4666666667vw;
  }
}
.kv_news_item a .category {
  border: solid 1px #fff;
  padding: 5px 30px;
}
@media screen and (max-width: 768px) {
  .kv_news_item a .category {
    font-size: 3.4666666667vw;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .kv_news_item a .ttl {
    width: 100%;
    font-size: 3.4666666667vw;
    font-weight: 500;
    text-align: left;
  }
}

@keyframes scroll-circle {
  0% {
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(150px);
    opacity: 0;
  }
}
@keyframes scroll-circle_sp {
  0% {
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
main.fitness .kv {
  background: linear-gradient(-10deg, #4a4e51 0%, #4a4e51 calc(10% + 130px), #81888d calc(10% + 130px), #81888d 100%);
}
/* @media screen and (max-width: 768px) {
  main.fitness .kv_bg:after {
    content: "";
    background: linear-gradient(to bottom, rgba(74, 78, 81, 0) 0%, rgba(74, 78, 81, 0.6) 50%, rgb(74, 78, 81) 100%);
  }
} */
main.fitness .kv_main_ttl {
  font-size: 150px;
  line-height: 120px;
  color: #000;
}
@media screen and (max-width: 768px) {
  main.fitness .kv_main_ttl {
    font-size: 12vw;
    line-height: 12vw;
  }
}
main.fitness .kv_label_text p,
main.fitness .kv_label_sub p {
  color: #484d51;
}
main.fitness .about,
main.fitness .movie {
  background: #4a4e51;
}
main.fitness .about:after {
  content: "";
  background: url(../img/top/about_fitness.png) no-repeat center center/contain;
}

/* =================================
 golf
================================= */
main.golf .kv {
  background: linear-gradient(-10deg, #007a36 0%, #007a36 calc(10% + 130px), #009944 calc(10% + 130px), #009944 100%);
}

@media screen and (max-width: 768px) {
  main.golf .kv {
    background: linear-gradient(-10deg, #007a36 0%, #007a36 calc(10% + 130px), #009944 calc(10% + 130px), #009944 100%);
  }
}

main .kv_bg.golf {
  width: 1000px;
}

main.golf .kv_main_ttl {
  color: #005b00;
}
main.golf .kv_label_text p,
main.golf .kv_label_sub p {
  color: #009944;
}

main.golf .about,
main.golf .movie {
  background: #007a36;
}

@media screen and (max-width: 768px) {
  main .kv_bg.golf {
    height: 80%;
  }
}

@media screen and (max-width: 389px) {
  main .kv_bg.golf {
    height: 100%;
  }
}

/* =================================
 golden_kids
================================= */
main.golden_kids .kv {
  background: linear-gradient(-10deg, #8d0006 0%, #8d0006 calc(10% + 130px), #b00007 calc(10% + 130px), #b00007 100%);
}

main.golden_kids .kv_main_ttl {
  color: #6b0000;
}


main.golden_kids .kv_label_text p,
main.golden_kids .kv_label_sub p {
  color: #b70008;
}

main.golden_kids .about,
main.golden_kids .movie {
  background: #8d0006;
}

/* =================================
 dance
================================= */
main.dance .kv {
  background: linear-gradient(-10deg, #0c0c0c 0%, #0c0c0c calc(10% + 130px), #2f2f2f calc(10% + 130px), #2f2f2f 100%);
}

main .kv_bg.dance {
  width: 800px;
}

@media screen and (max-width: 768px) {
  main .kv_bg.dance {
    height: 80%;
  }
}

@media screen and (max-width: 389px) {
  main .kv_bg.dance {
    height: 100%;
  }
}

main.dance .kv_main_ttl {
  color: #effc22;
}
main.dance .kv_label_text p,
main.dance .kv_label_sub p {
  color: #000;
}
main.dance .about,
main.dance .movie {
  background: #0c0c0c;
}

/* =================================
 sport_sarada
================================= */
main.sport_sarada .kv {
  background: linear-gradient(-10deg, #61949c 0%, #61949c calc(10% + 130px), #a4d2d8 calc(10% + 130px), #a4d2d8 100%);
}

main.sport_sarada .kv_main_ttl {
  color: #097f91;
}
main.sport_sarada .kv_label_text p,
main.sport_sarada .kv_label_sub p {
  color: #3c99a7;
}
main.sport_sarada .about,
main.sport_sarada .movie {
  background: #61949c;
}

/* =================================
 g-kidz
================================= */
main.g-kidz .kv {
  background: linear-gradient(-10deg, #e74e00 0%, #e74e00 calc(10% + 130px), #f59100 calc(10% + 130px), #f59100 100%);
}
main.g-kidz .kv_main_ttl {
  font-size: 150px;
  line-height: 120px;
  color: #ed2f00;
}

@media screen and (max-width: 768px) {
  main.g-kidz .kv_main_ttl {
    font-size: 18vw;
    line-height: 14vw;
  }
}

main.g-kidz .kv_label_text p,
main.g-kidz .kv_label_sub p {
  color: #eb6100;
}
main.g-kidz .about,
main.g-kidz .movie {
  background: #e74e00;
}


/* =================================
 sport_academy
================================= */
main.sport_academy .kv {
  background: linear-gradient(-10deg, #11068b 0%, #11068b calc(10% + 130px), #1608ae calc(10% + 130px), #1608ae 100%);
}
main.sport_academy .kv_main_ttl {
  font-size: 150px;
  line-height: 120px;
  color: #000069;
}

@media screen and (max-width: 768px) {
  main.sport_academy .kv_main_ttl {
    font-size: 18vw;
    line-height: 14vw;
  }
}

main.sport_academy .kv_label_text p,
main.sport_academy .kv_label_sub p {
  color: #1608ae;
}
main.sport_academy .about,
main.sport_academy .movie {
  background: #11068b;
}



@keyframes float {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.2;
  }
  20% {
    transform: translate(40px, -60px) scale(1.15);
    opacity: 0.4;
  }
  40% {
    transform: translate(-30px, -100px) scale(0.85);
    opacity: 0.3;
  }
  60% {
    transform: translate(50px, -40px) scale(1.1);
    opacity: 0.5;
  }
  80% {
    transform: translate(-20px, -80px) scale(0.95);
    opacity: 0.35;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.2;
  }
}
/* =================================
 about
================================= */
.about {
  padding: 100px 0;
  background: #0b5893;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 80px 0 100px;
  }
}
.about:after {
  content: "";
  background: url(../img/top/about_tennis.png) no-repeat center center/contain;
  position: absolute;
  top: 100px;
  right: 0;
  width: 500px;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .about:after {
    top: 35%;
    width: 250px;
    height: 400px;
  }
}
.about_inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.about_body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .about_body {
    width: 100%;
  }
}
.about_ttl {
  font-size: 120px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  z-index: 30;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .about_ttl {
    position: relative;
    z-index: 30;
    font-size: 16vw;
  }
}
.about_text {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  .about_text {
    position: relative;
    z-index: 30;
    font-size: 4.6666666667vw;
  }
}
.about_head {
  display: flex;
  align-items: center;
  gap: 0 40px;
  border-bottom: solid 1px #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-left: 120px;
  margin-bottom: 60px;
  letter-spacing: 1px;
  position: fixed;
  top: 100px;
  width: 83%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  word-break: keep-all;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;

}
@media screen and (max-width: 768px) {
  .about_head {
    gap: 0 20px;
    position: fixed;
    top: 60px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: nowrap;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
  }
  .about_head::-webkit-scrollbar {
    display: none;
  }
}
.about_head.is-visible {
  opacity: 1;
  visibility: visible;
}
.about_head.is-unfixed {
  opacity: 0;
  visibility: hidden;
}
.about_head a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about_head a {
    font-size: 3.4666666667vw;
  }
}
.about_head a.active {
  font-weight: 700;
  position: relative;
}
.about_head a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -11px;
  left: 0;
}

/* =================================
 movie
================================= */
.movie {
  padding: 0;
  background: #0b5893;
}
.movie_inner {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.movie_slider {
  display: inline-flex;
  align-items: center;
  gap: 0 150px;
  -webkit-animation: scrollText 20s linear infinite;
  animation: scrollText 20s linear infinite;
  position: relative;
  z-index: 5;
}
.movie_slider p {
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  font-size: 200px;
}
@media screen and (max-width: 768px) {
  .movie_slider p {
    font-size: 26.6666666667vw;
  }
}
.movie_img {
  margin-top: -300px;
  position: relative;
  z-index: 4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .movie_img {
    margin-top: -100px;
  }
}
.movie_img img {
  width: 100%;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* =================================
 slide
================================= */
.slide {
  position: relative;
  width: 100%;
}
.slide_sticky {
  position: sticky;
  top: 102px;
  height: calc(100svh - 102px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide_sticky {
    top: 70px;
    height: calc(100svh - 70px);
  }
}
.slide_inner {
  display: flex;
  height: 100%;
  will-change: transform;
  width: auto;
}
.slide .item {
  width: 100vw;
  background: linear-gradient(to left, #2782c3 0%, #0f74bc 100%);
  height: calc(100svh - 100px);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slide .item {
    height: calc(100svh - 70px);
  }
}
.slide .item.fitness {
  background: linear-gradient(to left, #4a4e51 0%, #81888d 100%);
}
.slide .item.golf {
  background: linear-gradient(to left, #007a36 0%, #007a36 100%);
}
.slide .item.golden_kids {
  background: linear-gradient(to left, #8d0006 0%, #8d0006 100%);
}
.slide .item.dance {
  background: linear-gradient(to left, #0c0c0c 0%, #0c0c0c 100%);
}
.slide .item.sport_sarada {
  background: linear-gradient(to left, #61949c 0%, #61949c 100%);
}
.slide .item.g-kidz {
  background: linear-gradient(to left, #eb6100 0%, #f17d00 100%);
}
.slide .item.sport_academy {
  background: linear-gradient(to left, #11068b 0%, #1608ae 100%);
}


.slide .item_head {
  display: none !important;
  display: flex;
  align-items: center;
  gap: 0 40px;
  border-bottom: solid 1px #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-left: 120px;
  margin-bottom: 60px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.slide .item_head a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.slide .item_head a.active {
  font-weight: 700;
  position: relative;
}
.slide .item_head a.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -11px;
  left: 0;
}
.slide .item_body {
  display: flex;
  gap: 0 15px;
}
.slide .item_body_person {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .slide .item_body_person {
    bottom: auto;
    top: 0;
  }

  #fitness .item_body_person,
  #golf .item_body_person,
  #golden_kids .item_body_person,
  #dance .item_body_person,
  #sport_sarada .item_body_person,
  #g-kidz .item_body_person,
  #sport_academy .item_body_person {
    top: 50px;
  }
}
.slide .item_left {
  width: 50%;
}
.slide .item_left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide .item_left {
    width: 0;
  }
}
.slide .item_right {
  padding-top: 160px;
  width: 40%;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .slide .item_right {
    width: 100%;
    position: relative;
    z-index: 4;
    padding-top: 200px;
    padding-right: 20px;
  }
}
.slide .item_ttl {
  font-size: 50px;
  font-weight: 800;
  padding-bottom: 40px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .slide .item_ttl {
    font-size: 8vw;
    padding-bottom: 20px;
  }
}
.slide .item_desc {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .slide .item_desc {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}
.slide .item_btn {
  display: inline-block;
  padding: 15px 0;
  width: 300px;
  background: #fff;
  color: #0e6eb8;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .slide .item_btn {
    font-size: 3.4666666667vw;
    width: 53.3333333333vw;
  }
}
.slide .item_label {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 30px;
  align-items: center;
  color: #fff;
  background: linear-gradient(to bottom, #2782c3, #0f74bc);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .slide .item_label {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    flex-direction: row;
    padding: 10px 20px;
  }
}
.slide .item_label.fitness {
  background: linear-gradient(to bottom, #777c7f 0%, #83888d 100%);
}

.slide .item_label.golf {
  background: linear-gradient(to bottom, #1aa95b 0%, #1ab463 100%);
}
.slide .item_label.golden_kids {
  background: linear-gradient(to bottom, #bd1a20 0%, #c61a21 100%);
}
.slide .item_label.dance {
  background: linear-gradient(to bottom, #343434 0%, #0c0c0c 100%);
}

.slide .item_label.sport_sarada {
  background: linear-gradient(to bottom, #8ac2ca 0%, #91c6cf 100%);
}

.slide .item_label.g-kidz {
  background: linear-gradient(to bottom, #ee761a 0%, #f07f1a 100%);
}

.slide .item_label.sport_academy {
  background: linear-gradient(to bottom, #2a1f9d 0%, #2c20a6 100%);
}

.slide .item_label_txt {
  font-family: "Poppins", sans-serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .slide .item_label_txt {
    font-size: 4.6666666667vw;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 768px) {
  .slide .item_label_num {
    font-size: 2.6666666667vw;
  }
}
.slide .item_text {
  width: max-content;
  position: absolute;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 150px;
  animation: scrollText 20s linear infinite;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .slide .item_text {
    bottom: 45px;
    gap: 0 50px;
  }
}
.slide .item_text p {
  font-size: 200px;
  line-height: 180px;
  font-weight: 600;
  color: #fff;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .slide .item_text p {
    font-size: 26.6666666667vw;
    line-height: 24vw;
  }
}

@keyframes scrollText03 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* =================================
 find
================================= */
.find {
  background: url(../img/top/find_bg@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .find {
    background: url(../img/top/find_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.find_inner {
  max-width: 1440px;
  padding: 170px 20px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .find_inner {
    padding: 60px 30px;
  }
}

.find_ttl_en {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .find_ttl_en {
    font-size: 4vw;
    padding-bottom: 12px;
  }
}

.find_ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .find_ttl {
    font-size: 10vw;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }
}
.find_btn {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 30px 0;
  width: 600px;
  background: #11068c;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .find_btn {
    font-size: 4.5333333333vw;
    width: 89.3333333333vw;
    padding: 15px 0;
  }
}

/* =================================
 facility
================================= */
.facility {
  background: #f6f6f8;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.facility_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .facility_inner {
    flex-direction: column;
    padding: 0 0 80px;
  }
}
.facility_left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .facility_left {
    width: 100%;
    padding: 50px 0;
  }
}
.facility_left_inner {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .facility_left_inner {
    flex-direction: column;
    gap: 20px 0;
  }
}
.facility_slider {
  width: calc(50% + 10px);
  margin-left: -60px;
}
@media screen and (max-width: 768px) {
  .facility_slider {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .facility_slider .slick-track {
    gap: 0 20px;
    display: flex;
  }
}
.facility_slider_item {
  margin-bottom: 40px;
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .facility_slider_item {
    width: 53.3333333333vw;
    height: 40vw;
    margin-bottom: 0;
  }
}
.facility_slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.facility_slider_2 {
  width: calc(50% + 10px);
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .facility_slider_2 {
    width: 100%;
    margin-left: 0;
    transform: scaleX(-1);
  }
}
.facility_slider_2 .slick-track {
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .facility_slider_2 .slick-track {
    transform: scaleX(-1);
    display: flex;
    gap: 0 20px;
  }
}
.facility_slider_2 .facility_slider_item {
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .facility_slider_2 .facility_slider_item {
    transform: scaleX(-1);
  }
}
.facility_right {
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .facility_right {
    width: 100%;
    padding: 0 20px;
  }
}
.facility_ttl {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .facility_ttl {
    font-size: 12vw;
    margin-bottom: 10px;
  }
}
.facility_subttl {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .facility_subttl {
    font-size: 5.3333333333vw;
    margin-bottom: 20px;
  }
}
.facility_text {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .facility_text {
    font-size: 4.5333333333vw;
    margin-bottom: 20px;
    letter-spacing: -0.04em;
  }
}
.facility_btn {
  display: inline-block;
  padding: 15px 0;
  width: 300px;
  background: #fff;
  color: #222;
  border: solid 1px #222;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .facility_btn {
    font-size: 3.4666666667vw;
    width: 53.3333333333vw;
    padding: 15px 0;
  }
}

/* =================================
 cta
================================= */
.cta {
  position: relative;
  z-index: 4;
  background: linear-gradient(to bottom, #fff 0%, #fff 100px, #1d0ae0 100px, #1d0ae0 100%);
}
@media screen and (max-width: 768px) {
  .cta {
    background: linear-gradient(to bottom, #fff 0%, #fff 100px, #1d0ae0 100px, #1d0ae0 100%);
  }
}
.cta_inner {
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.cta_body {
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .cta_body {
    padding: 0 20px 20px;
  }
}
.cta_body_inner {
  position: relative;
  z-index: 2;
}
.cta_imgs {
  display: flex;
  align-items: center;
  gap: 0 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cta_imgs {
    gap: 0 10px;
    padding-bottom: 30px;
  }
  .cta_imgs img {
    height: 53.3333333333vw;
    width: 100%;
    object-fit: cover;
  }
}
.cta_ttl {
  text-align: center;
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cta_ttl {
    font-size: 6.6666666667vw;
    margin-bottom: 20px;
  }
}
.cta_ttl span {
  color: #fded3a;
  border: solid 1px #fded3a;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .cta_ttl span {
    font-size: 9.3333333333vw;
  }
}
.cta_text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .cta_text {
    white-space: normal;
    font-size: 3.7333333333vw;
    margin-bottom: 20px;
    text-align: left;
  }
}

.cta_text_02 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta_text_02 span {
  font-weight: 700;
  display: inline-block;
  padding-top: 10px;
}

span.cta_text_02_ttl {
  padding-top: 0;
  padding-left: 10px;
  border-left: solid 3px #fded3a;
}

@media screen and (max-width: 768px) {
  .cta_text_02 {
    font-size: 3.4666666667vw;
  }
}


.cta_btns {
  display: flex;
  align-items: center;
  gap: 0 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cta_btns {
    flex-direction: column;
    gap: 20px 0;
  }
}
.cta_btns a {
  display: inline-block;
  background: #fff;
  color: #11068c;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  width: 400px;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta_btns a {
    font-size: 4.5333333333vw;
    width: 100%;
    padding: 15px 0;
  }
}
.cta_btns a:first-child {
  background: #fded3a;
}

.main .cta_body_inner {
  top: -130px;
}
@media screen and (max-width: 768px) {
  .main .cta_body_inner {
    top: -60px;
  }
}

.l-main .cta {
  background: linear-gradient(to bottom, #fff 0%, #fff 350px, #1d0ae0 350px, #1d0ae0 100%);
  padding: 100px 0;
}

.t_slider {
  position: relative;
  background: #fff;
  z-index: 4;
  overflow: hidden;
  white-space: nowrap;
}
.t_slider_text {
  display: inline-flex;
  align-items: center;
  gap: 0 150px;
  -webkit-animation: scrollText02 20s linear infinite;
  animation: scrollText02 20s linear infinite;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .t_slider_text {
    gap: 0 100px;
  }
}
.t_slider_text p {
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke: 1px #1a09c8;
  text-stroke: 1px #1a09c8;
  color: transparent;
  font-size: 200px;
}
@media screen and (max-width: 768px) {
  .t_slider_text p {
    font-size: 26.6666666667vw;
  }
}

@keyframes scrollText02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.news {
  background: #fff;
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 60px 0;
  }
}
.news_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 100px;
}
@media screen and (max-width: 768px) {
  .news_inner {
    flex-direction: column;
    justify-content: center;
    gap: 30px 0;
  }
}
.news_left {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news_left {
    width: 100%;
    text-align: center;
  }
}
.news_ttl {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_ttl {
    font-size: 12vw;
    margin-bottom: 0;
  }
}
.news_subttl {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news_subttl {
    font-size: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.news_btn {
  display: inline-block;
  padding: 15px 0;
  width: 230px;
  background: #fff;
  color: #222;
  border: solid 1px #222;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news_btn {
    font-size: 3.4666666667vw;
    width: 66.6666666667vw;
    padding: 10px 0;
  }
}
.news_right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news_right {
    text-align: center;
  }
}
.news_list {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  border-top: solid 1px #a0a0a0;
}
@media screen and (max-width: 768px) {
  .news_list {
    padding-top: 20px;
    gap: 20px 0;
    padding-bottom: 20px;
  }
}
.news_list_item {
  padding-bottom: 30px;
  border-bottom: solid 1px #a0a0a0;
}
@media screen and (max-width: 768px) {
  .news_list_item {
    padding-bottom: 20px;
  }
}
.news_list_item a {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 768px) {
  .news_list_item a {
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.news_list .date {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news_list .date {
    font-size: 3.4666666667vw;
  }
}
.news_list .cat {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
  padding: 8px 20px;
  border: solid 1px #222;
}
@media screen and (max-width: 768px) {
  .news_list .cat {
    font-size: 3.4666666667vw;
    padding: 2px 10px;
  }
}
.news_list .ttl {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news_list .ttl {
    display: block;
    font-size: 3.4666666667vw;
    width: 100%;
    padding-top: 10px;
    text-align: left;
    line-height: 1.5;
  }
}/*# sourceMappingURL=top.css.map */