@charset "UTF-8";
/*
Theme Name: FAB Child
Template: fab
Version: 10.0
*/
/* @font-face {
  font-family: 'Yu Mincho';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Yu Mincho Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Yu Mincho';
  font-weight: 500;
  font-style: normal;
  src: url('fonts/Yu Mincho Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Yu Mincho';
  font-weight: 600;
  font-style: normal;
  src: url('fonts/yumindb.woff2') format('woff2');
}

@font-face {
  font-family: 'Yu Gothic';
  font-weight: 500;
  font-style: normal;
  src: url('fonts/YuGothM.woff2') format('woff2');
} */
/************************************
*
* COMMON
*
************************************/
img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

body,
input,
textarea {
  color: #1D1D1F;
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.03em;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

/*******************************
* SIDE MENU
*******************************/
body #side_menu {
  right: -80px;
  transition: right 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
body #side_menu.active {
  right: 0;
}
body #side_menu a.star1::before {
  content: "\e07b";
  font-family: "Font Awesome 5 Brands";
}

/*******************************
* TITLE & TEXT
*******************************/
.rich_font_type3 {
  font-family: "Teko", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
}

h3.common_headline {
  font-size: 45px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 950px) {
  h3.common_headline {
    font-size: 34px !important;
  }
}
@media screen and (max-width: 750px) {
  h3.common_headline {
    font-size: 28px !important;
    font-weight: 600 !important;
  }
}

.cb_content:last-of-type {
  padding-bottom: 90px;
}
@media screen and (max-width: 1201px) {
  .cb_content:last-of-type {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 750px) {
  .cb_content:last-of-type {
    padding-bottom: 50px !important;
  }
}

.cb_content_header {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 750px) {
  .cb_content_header {
    margin: 0 0 50px 0 !important;
  }
}
.cb_content_header p {
  font-weight: 500;
  line-height: 2;
}
.cb_content_header .catch {
  color: #12305A;
  line-height: 1;
}
.cb_content_header .desc {
  font-size: 20px;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .cb_content_header .desc {
    font-size: 16px;
    margin-top: 5px !important;
  }
}

.secTtl {
  color: #12305A;
  font-family: "Teko", sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secTtl {
    font-size: 28px;
  }
}
.secTtlLogo {
  text-align: center;
}
.secTtl__fs50 {
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  .secTtl__fs50 {
    font-size: 32px;
  }
}
.secTtl__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .secTtl__desc {
    font-size: 16px;
    margin-top: 5px;
    text-align: left;
  }
}

.secSubTtl {
  color: #12305A;
  font-size: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secSubTtl {
    font-size: 18px;
  }
}

.secDesc {
  color: #12305A;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4444444444;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .secDesc {
    font-size: 15px;
    text-align: left;
  }
}

#return_top a {
  background-color: #0A2145 !important;
}

/*******************************
* BUTTON
*******************************/
.design_button a {
  font-weight: 500;
  line-height: 67px;
}
@media screen and (max-width: 750px) {
  .design_button a {
    line-height: 47px !important;
  }
}
.design_button.type3 a {
  border-width: 2px;
}
.design_button.type3 a::before {
  transform: skewX(-45deg);
  transform-origin: top left;
}

/*******************************
* BREADCRUMB
*******************************/
.breadcrumb {
  align-items: center;
  display: flex;
  padding: 16px 100px;
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    padding: 10px 20px;
  }
}
.breadcrumb span {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .breadcrumb span {
    font-size: 12px;
  }
}
.breadcrumb span.arrow {
  margin: 0 15px;
}
@media screen and (max-width: 750px) {
  .breadcrumb span.arrow {
    margin: 0 10px;
  }
}

/*******************************
* CONTAINER
*******************************/
.container {
  margin: 0 auto;
  width: 1150px;
}
@media screen and (max-width: 1201px) {
  .container {
    width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .container {
    padding: 0 20px;
    width: auto;
  }
}

body.no_index_header_content #container {
  padding-top: 0;
}
@media screen and (max-width: 1201px) {
  body.no_index_header_content #container {
    padding-top: 0 !important;
  }
}

body.home.no_index_header_content #header {
  background: rgba(18, 48, 90, 0.85) !important;
}

body.home.no_index_header_content.header_fix #header {
  background: rgb(18, 48, 90) !important;
}

.mobile #header {
  background: rgb(18, 48, 90) !important;
}

/************************************
*
* HEADER
*
************************************/
#header {
  transition: opacity 1s ease, background-color 0.35s ease;
}
#header .memberBtn {
  color: #FABE00;
  font-weight: 500;
  height: 52px;
  line-height: 52px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 14px;
  width: 158px;
  z-index: 10;
}
@media screen and (max-width: 1201px) {
  #header .memberBtn {
    display: none;
  }
}
#header .memberBtn svg {
  left: 0;
  position: absolute;
  top: 0;
}
#header .memberBtn svg rect {
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  stroke-width: 4;
  transition: all 600ms ease;
}
#header .memberBtn:hover {
  color: #FABE00;
}
#header .memberBtn:hover svg rect {
  stroke-dasharray: 90, 260;
  stroke-dashoffset: 169;
  stroke-width: 4;
}

@media screen and (max-width: 1550px) {
  #global_menu > ul > li {
    font-size: 14px;
  }
}
#global_menu > ul > li > a {
  font-weight: 500;
}
@media screen and (max-width: 1700px) {
  #global_menu > ul > li > a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1280px) {
  #global_menu > ul > li > a {
    padding: 0 5px;
  }
}
#global_menu > ul > li.memberMenu {
  display: none;
}
#global_menu > ul > li.current-menu-item a {
  color: #fff !important;
}

#header_slider {
  height: 880px;
}
#header_slider_wrap {
  height: 880px;
}
#header_slider .item {
  height: 880px;
}

@media screen and (max-width: 1450px) {
  #header_logo img {
    height: auto;
    width: 215px;
  }
}

#js-header-video {
  background-color: #12305a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 41.6666666667vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  #js-header-video {
    height: 250px;
  }
}
#js-header-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#js-header-video .overlay__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
#js-header-video.mv__video {
  height: 880px;
}
@media screen and (max-width: 1201px) {
  #js-header-video.mv__video {
    height: 700px;
  }
}
@media screen and (max-width: 950px) {
  #js-header-video.mv__video {
    height: 600px;
  }
}
@media screen and (max-width: 750px) {
  #js-header-video.mv__video {
    height: 540px;
  }
}

/************************************
*
* FOOTER
*
************************************/
#footer {
  background-color: #12305A;
  border-top: 0;
  z-index: 0;
}
#footer_banner .image_wrap {
  aspect-ratio: 640/300;
  height: auto;
  overflow: hidden;
}
#footer_banner .image_wrap .image {
  position: absolute;
}
#footer_banner .image_wrap .image::before {
  background-color: #12305A;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#footer_banner .image_wrap.inview .image {
  top: -100%;
  transition: top 0.3s ease 0.3s, transform 0.5s ease;
}
#footer_banner .image_wrap.inview .image::before {
  top: 0;
  transition: top 0.3s ease 0.9s;
}
#footer_banner .image_wrap.inview.animate .image {
  top: 0;
}
#footer_banner .image_wrap.inview.animate .image::before {
  top: 100%;
}
#footer_banner .sub_title {
  margin-top: 0;
}
@media screen and (max-width: 1050px) {
  #footer_banner .sub_title {
    margin-top: 4px !important;
  }
}
#footer_top {
  border-bottom: 1px solid #55719A;
  padding-bottom: 30px;
  padding-top: 80px;
}
#footer_info {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2.1875;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  #footer_info {
    font-size: 11px;
  }
}
#footer_sns {
  margin-top: 30px;
}
#footer_menu {
  background-color: transparent;
  padding: 30px 0 30px;
}
#footer_menu ul li {
  font-weight: 500;
}
#footer_menu ul li a {
  color: #fff;
  transition: 0.2s ease;
}
#footer_menu ul li a:hover {
  color: #fff !important;
  opacity: 0.7;
}
#footer_logo {
  margin: 0 auto;
  max-width: 543px;
  width: 100%;
}
#footer_logo img {
  height: auto;
  width: 100%;
}
#footer .footer__video {
  background-color: #12305a;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  left: 0;
  opacity: 0.3;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#footer .footer__video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.footerMap {
  height: 500px;
  width: 100%;
}
.footerMap iframe {
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
}
.footerSponsor {
  margin: 0 auto;
  padding: 90px 0 75px;
  text-align: center;
  width: 1150px;
}
@media screen and (max-width: 1201px) {
  .footerSponsor {
    padding: 70px 60px 65px;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .footerSponsor {
    padding: 70px 20px 60px;
    padding: 50px 20px 50px;
  }
}
.footerSponsor .ttl {
  color: #fff;
  letter-spacing: 0.03em;
  text-align: center;
  /* @media screen and (max-width: 750px) {
    font-size: 30px;
  } */
  /* &::before {
    background-color: #fff;
    content: '';
    height: 1.5px;
    margin-right: 25px;
    width: 130px;

    @media screen and (max-width: 750px) {
      margin-right: 15px;
      width: 50px;
    }
  } */
}
.footerSponsor .ttl .txt01 {
  font-family: "Teko", sans-serif;
  font-size: 45px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .footerSponsor .ttl .txt01 {
    font-size: 28px;
  }
}
.footerSponsor .ttl .txt02 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .footerSponsor .ttl .txt02 {
    font-size: 18px;
  }
}
.footerSponsor .list {
  display: flex;
  flex-wrap: wrap;
}
.footerSponsor .list .item {
  margin-bottom: 2.1739130435%;
  margin-right: 4%;
  width: 22%;
}
.footerSponsor .list .item img {
  height: auto;
  width: 100%;
}
.footerSponsor .list .item:nth-of-type(4n) {
  margin-right: 0;
}
.footerSponsor .list--top {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .footerSponsor .list--top {
    margin-top: 40px;
  }
}
.footerSponsor .list--top .item {
  margin-bottom: 2.1739130435%;
  width: 48%;
  /* @media screen and (max-width: 750px) {
    width: 48%;
  } */
}
.footerSponsor .list--top .item img {
  height: auto;
  width: 100%;
}
.footerSponsor .list--top .item:nth-of-type(1) {
  margin-right: 2%;
}
.footerSponsor .list--top .item:nth-of-type(2) {
  margin-left: 2%;
}
.footerSponsor .listGrid {
  display: grid;
  gap: 3% 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 5fr 5fr 2fr 2fr;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .footerSponsor .listGrid {
    margin-top: 40px;
  }
}
.footerSponsor .listGrid .item:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.footerSponsor .listGrid .item:nth-of-type(2) {
  grid-column: 3/5;
  grid-row: 1/2;
}
.footerSponsor .listGrid .item:nth-of-type(3) {
  grid-column: 3/5;
  grid-row: 2/3;
}
.footerSponsor .listGrid .item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.footerSponsor .listGrid .item a {
  transition: 0.3s ease-in-out;
}
.footerSponsor .listGrid .item a:hover {
  opacity: 0.8;
}
.footer__basketGoal {
  left: 0;
  top: 0;
  width: 430px;
  z-index: -1;
}
@media screen and (max-width: 1201px) {
  .footer__basketGoal {
    width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .footer__basketGoal {
    width: 40%;
  }
}
.footerGroupImg img {
  width: 100%;
}
.footerGroupImg .img {
  left: 0;
  opacity: 0;
  top: 0;
}
.footerGroupImg .img01 {
  transition: 0.5s ease-in-out;
}
.footerGroupImg .img02 {
  transition: 0.5s ease-in-out 0.5s;
}
.footerGroupImg .img03 {
  transition: 0.5s ease-in-out 1s;
}
.footerGroupImg.animate .img {
  opacity: 1;
}

.sns_button_list li {
  margin: 0 24px;
}
@media screen and (max-width: 750px) {
  .sns_button_list li {
    margin: 0 15px;
  }
}
.sns_button_list li a {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.sns_button_list li.line a, .sns_button_list li.insta a, .sns_button_list li.youtube a, .sns_button_list li.tiktok a {
  height: 35px;
  width: 35px;
}
.sns_button_list li.line a:before, .sns_button_list li.insta a:before, .sns_button_list li.youtube a:before, .sns_button_list li.tiktok a:before {
  font-size: 34px;
}
.sns_button_list li.line a::before {
  content: "\e90f";
  font-family: "footer_bar";
}
.sns_button_list li.tiktok a::before {
  content: "\e07b";
  font-family: "Font Awesome 5 Brands";
}
.sns_button_list.color_type1 li a::before {
  color: #fff;
}

#copyright {
  background-color: #FABE00 !important;
  color: #12305A;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #copyright {
    align-items: center;
    display: flex;
    font-size: 10px;
    justify-content: center;
    line-height: 1.5 !important;
  }
}

/************************************
*
* PAGE
*
************************************/
/*******************************
* PAGE HEADER
*******************************/
.pageHeader .pageTtl {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 60px;
  font-weight: 600;
  left: 50%;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  top: 50%;
  transform: translateX(-50%);
  width: max-content;
}
@media screen and (max-width: 750px) {
  .pageHeader .pageTtl {
    font-size: 35px;
    top: 55%;
  }
}
.pageHeader .pageTtl span {
  opacity: 0;
  position: relative;
}
.pageHeader .pageTtl span.animate {
  animation: text_animation 0.5s ease forwards 0s;
}
.pageHeader .pageTtl__wrap {
  left: 50%;
  text-align: center;
  top: 56%;
  transform: translate(-50%, -50%);
}
.pageHeader .pageTtl__wrap .pageTtl {
  transform: none;
}
@media screen and (max-width: 750px) {
  .pageHeader .slick-slide img {
    height: 250px;
    object-fit: cover;
  }
}
@media screen and (max-width: 750px) {
  .pageHeader__logo {
    width: 75px;
  }
}
.pageHeader__logo.inview {
  transition: 0.5s ease;
  opacity: 0;
}
.pageHeader__logo.inview.animate {
  opacity: 1;
}

/*******************************
* BLOG
*******************************/
.blog_list article.item {
  background-color: #FABE00;
}
.blog_list .title {
  color: #12305A;
  transition: 0.2s ease;
}
.blog_list .title h3 {
  font-weight: 500;
}
.blog_list .title:hover {
  color: #12305A;
  opacity: 0.7;
}
.blog_list .category a {
  color: #12305A;
  transition: 0.2s ease;
}
.blog_list .category a:hover {
  color: #12305A;
  opacity: 0.7;
}
.blog_list .meta {
  border-top: 1px solid #fff;
}
.blog_list .meta li {
  font-size: 15px;
  font-weight: 500;
}
.blog_list .date {
  color: #7B7B7B !important;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*******************************
* PAGE CONTENT
*******************************/
.pageContent {
  padding: 50px 0 90px;
}
@media screen and (max-width: 750px) {
  .pageContent {
    padding: 25px 0 50px;
  }
}

/*******************************
* PAGE CONTENT
*******************************/
.youtube-video {
  aspect-ratio: 1920/1080;
  height: 100%;
  max-width: 950px;
  margin: 50px auto 0;
  width: 100%;
}
.youtube-video iframe {
  height: 100%;
  width: 100%;
}

/************************************
*
* TOP
*
************************************/
.topContent01 {
  padding-bottom: 443px !important;
  padding-top: 332px;
  /* &::before {
    background-color: #12305A;
    clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;

    @media screen and (max-width: 750px) {
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    }
  } */
}
@media screen and (max-width: 750px) {
  .topContent01 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 150px !important;
    padding-top: 150px;
  }
}
.topContent01 .obj {
  clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .topContent01 .obj {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
}
.topContent01 .obj::before {
  background-color: #12305A;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.topContent01 .obj.inview::before {
  transition: 0.5s ease 0.5s;
}
.topContent01 .obj.inview.animate::before {
  left: 0;
}
.topContent01 .inner {
  color: #fff;
  margin-left: auto;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .topContent01 .inner {
    margin-left: 0;
    width: 100%;
  }
}
.topContent01 .inner .common_headline {
  color: #FABE00;
}
.topContent01 .inner .secSubttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .topContent01 .inner .secSubttl {
    font-size: 18px;
  }
}
.topContent01 .inner .txt {
  line-height: 2;
  margin-top: 30px;
}
.topContent01 .inner .design_button {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .topContent01 .inner .design_button {
    text-align: center;
  }
}
.topContent01 .inner .design_button a {
  border-color: #FABE00;
  color: #FABE00 !important;
  text-align: center;
}
.topContent01 .inner .design_button a:hover {
  color: #12305A !important;
  border-color: #FABE00;
}
.topContent01 .inner .design_button a::before {
  background-color: #FABE00;
}
.topContent01 .topContent01__img {
  height: auto;
  left: 0;
  top: 186px;
  width: 46.5104166667%;
}
@media screen and (max-width: 750px) {
  .topContent01 .topContent01__img {
    margin-bottom: 40px;
    position: static;
    width: 100%;
  }
}
.topContent01 .topContent01__img.inview {
  opacity: 0;
  top: 226px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.topContent01 .topContent01__img.inview.animate {
  opacity: 1;
  top: 186px;
}
.topContent01 .topContent01__img01, .topContent01 .topContent01__img02 {
  clip-path: polygon(0 0, 100% 0, calc(100% - 185px) 100%, 0 100%);
  height: 485px;
  object-fit: cover;
  object-position: center;
  width: 44.9479166667%;
}
.topContent01 .topContent01__img01 {
  left: 30px;
  opacity: 0.5;
  top: 216px;
}
.topContent01 .topContent01__img02 {
  left: 0;
  top: 186px;
}

.topContent02 {
  padding-bottom: 443px !important;
  padding-top: 312px;
  /* &::before {
    background-color: #F0F1F2;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 60%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;

    @media screen and (max-width: 750px) {
      clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    }
  } */
}
@media screen and (max-width: 750px) {
  .topContent02 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 150px !important;
    padding-top: 150px;
  }
}
.topContent02 .obj {
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 60%);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-width: 750px) {
  .topContent02 .obj {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  }
}
.topContent02 .obj::before {
  background-color: #F0F1F2;
  content: "";
  height: 100%;
  right: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.topContent02 .obj.inview::before {
  transition: 0.5s ease 0.5s;
}
.topContent02 .obj.inview.animate::before {
  right: 0;
}
.topContent02 .inner {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .topContent02 .inner {
    width: 100%;
  }
}
.topContent02 .inner .common_headline {
  color: #12305A;
}
.topContent02 .inner .secSubttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 750px) {
  .topContent02 .inner .secSubttl {
    font-size: 18px;
  }
}
.topContent02 .inner .txt {
  line-height: 2;
  margin-top: 30px;
}
.topContent02 .inner .design_button {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .topContent02 .inner .design_button {
    text-align: center;
  }
}
.topContent02 .inner .design_button a {
  border-color: #12305A;
  color: #12305A !important;
  text-align: center;
}
.topContent02 .inner .design_button a:hover {
  border-color: #12305A;
}
.topContent02 .inner .design_button a::before {
  background-color: #12305A;
}
.topContent02__img {
  height: auto;
  right: 0;
  top: 186px;
  width: 46.5104166667%;
}
@media screen and (max-width: 750px) {
  .topContent02__img {
    margin-bottom: 40px;
    position: static;
    width: 100%;
  }
}
.topContent02__img.inview {
  opacity: 0;
  top: 226px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.topContent02__img.inview.animate {
  opacity: 1;
  top: 186px;
}
.topContent02__img01, .topContent02__img02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 185px 100%);
  height: 485px;
  object-fit: cover;
  object-position: center;
  width: 44.9479166667%;
}
.topContent02__img01 {
  right: 30px;
  opacity: 0.5;
  top: 216px;
}
.topContent02__img02 {
  right: 0;
  top: 186px;
}

.topSec01 {
  padding-bottom: 120px !important;
  padding-top: 90px !important;
}
@media screen and (max-width: 750px) {
  .topSec01 {
    padding-bottom: 40px !important;
    padding-top: 0 !important;
  }
}
.topSec01::before {
  background-image: url("./images/top/sec01_basket_img.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 265px;
  position: absolute;
  right: 25%;
  top: 15%;
  width: 151px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .topSec01::before {
    height: 132.5px;
    right: 73%;
    top: 75%;
    width: 75.5px;
  }
}

.topSec02 {
  margin-top: -140px;
}
@media screen and (max-width: 750px) {
  .topSec02 {
    margin-top: 0;
  }
}

.topSec03 {
  margin-top: -315px;
}
@media screen and (max-width: 750px) {
  .topSec03 {
    margin-top: -100px;
  }
}

.topSec04 {
  margin-top: -315px;
}
@media screen and (max-width: 750px) {
  .topSec04 {
    margin-top: -100px;
  }
}

.topSec05 {
  margin-top: -315px;
}
@media screen and (max-width: 750px) {
  .topSec05 {
    margin-top: -100px;
  }
}

.topSec06 {
  margin-top: -120px;
  padding-top: 0;
}
.topSec06 .cb_content_header {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .topSec06 .cb_content_header {
    margin-bottom: 40px;
  }
}
.topSec06 .cb_content_header .desc {
  font-size: 22px;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .topSec06 .cb_content_header .desc {
    font-size: 18px;
  }
}
.topSec06 .cb_content_header p {
  line-height: 1.45;
}
.topSec06 .design_button {
  margin-top: 80px;
}

/************************************
*
* SCHOOL
*
************************************/
.class {
  align-items: center;
  background-color: #F0F1F2;
  display: flex;
}
@media screen and (max-width: 950px) {
  .class {
    display: block;
  }
}
.class + .class {
  margin-top: 50px;
}
.class .img__wrap {
  overflow: hidden;
  width: 59.2708333333vw;
}
@media screen and (max-width: 950px) {
  .class .img__wrap {
    width: 100%;
  }
}
.class .img__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F0F1F2;
  position: absolute;
  left: 0%;
  z-index: 1;
}
.class .img__wrap.inview::before {
  transition: 0.5s ease 0.5s;
}
.class .img__wrap.inview.animate::before {
  left: 100%;
}
.class .img__wrap img {
  clip-path: polygon(0 0, 100% 0, calc(100% - 240px) 100%, 0 100%);
  height: 100%;
  min-height: 597px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .class .img__wrap img {
    clip-path: none;
    min-height: auto;
  }
}
.class .txt__wrap {
  min-width: 650px;
  padding-left: 1.0416666667vw;
  padding-right: 1.3020833333vw;
  width: 650px;
}
@media screen and (max-width: 1201px) {
  .class .txt__wrap {
    padding-left: 1vw;
  }
}
@media screen and (max-width: 950px) {
  .class .txt__wrap {
    box-sizing: border-box;
    min-width: auto;
    padding: 40px 20px;
    width: 100%;
  }
}
.class .txt__wrap h3 {
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap h3 {
    flex-direction: column;
  }
}
.class .txt__wrap h3 .ttl01 {
  border-right: 1px solid #12305A;
  color: #FF6D31;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 20px;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap h3 .ttl01 {
    border: 0;
    font-size: 25px;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .class .txt__wrap h3 .ttl01 {
    font-size: 20px;
  }
}
.class .txt__wrap h3 .ttl02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  padding-left: 20px;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap h3 .ttl02 {
    font-size: 18px;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .class .txt__wrap h3 .ttl02 {
    font-size: 15px;
    text-align: center;
  }
}
.class .txt__wrap h3.flex-column {
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .class .txt__wrap h3.flex-column {
    align-items: center;
  }
}
.class .txt__wrap h3.flex-column .ttl02 {
  margin-top: 10px;
  padding-left: 0;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap h3.flex-column .ttl02 {
    margin-top: 0;
  }
}
.class .txt__wrap .school__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.class .txt__wrap .school__list .item {
  height: 46px;
  margin-right: 14px;
  width: 22.7692307692%;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap .school__list .item {
    margin: 1%;
    width: 48%;
  }
}
.class .txt__wrap .school__list .item a {
  height: 46px;
  line-height: 42px;
  min-width: auto;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap .school__list .item a {
    line-height: 42px !important;
  }
}
.class .txt__wrap .school__list .item:nth-of-type(n+5) {
  margin-top: 14px;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap .school__list .item:nth-of-type(n+5) {
    margin-top: 1%;
  }
}
.class .txt__wrap .txt {
  font-weight: 500;
  line-height: 1.8125;
  margin-top: 40px;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap .txt {
    margin-top: 30px;
  }
}
.class .txt__wrap .btn {
  margin-top: 50px;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap .btn {
    margin-top: 30px;
  }
}
.class .txt__wrap .btn a {
  align-items: center;
  background-color: #12305A;
  border: 2px solid #12305A;
  color: #FABE00;
  display: flex;
  font-weight: 500;
  height: 70px;
  justify-content: center;
  text-align: left;
  transition: 0.2s ease;
  width: 260px;
}
@media screen and (max-width: 950px) {
  .class .txt__wrap .btn a {
    margin: 0 auto;
  }
}
.class .txt__wrap .btn a span {
  margin-right: 20px;
  padding-bottom: 2px;
}
.class .txt__wrap .btn a svg path {
  transition: 0.2s ease;
}
.class .txt__wrap .btn a:hover {
  background-color: #fff;
  color: #12305A;
}
.class .txt__wrap .btn a:hover svg path {
  fill: #12305A;
}
.class .classLbl {
  align-items: center;
  background-color: rgba(255, 109, 49, 0.8);
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
  color: #fff;
  display: flex;
  font-family: "Teko", sans-serif;
  font-size: 51px;
  font-weight: 500;
  height: 82px;
  justify-content: center;
  left: -100%;
  padding-top: 10px;
  top: 0;
  width: 460px;
}
@media screen and (max-width: 1201px) {
  .class .classLbl {
    font-size: 24px;
    height: 40px;
    padding-top: 6px;
    width: 190px;
  }
}
.class .classLbl.inview {
  transition: 0.5s ease 0.7s;
}
.class .classLbl.inview.animate {
  left: 0;
}
.class--b {
  justify-content: flex-end;
}
@media screen and (max-width: 950px) {
  .class--b {
    display: flex;
    flex-direction: column-reverse;
  }
}
.class--b .img__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F0F1F2;
  position: absolute;
  left: 0%;
  z-index: 1;
}
.class--b .img__wrap.inview::before {
  transition: 0.5s ease 0.5s;
}
.class--b .img__wrap.inview.animate::before {
  left: -100%;
}
.class--b .img__wrap img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 240px 100%);
}
@media screen and (max-width: 950px) {
  .class--b .img__wrap img {
    clip-path: none;
  }
}
.class--b .txt__wrap {
  padding-left: 70px;
  padding-right: 0;
}
@media screen and (max-width: 1201px) {
  .class--b .txt__wrap {
    padding-right: 1vw;
  }
}
@media screen and (max-width: 950px) {
  .class--b .txt__wrap {
    padding: 40px 20px;
  }
}
.class--b .classLbl {
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
  left: auto;
  right: -100%;
}
.class--b .classLbl.inview {
  transition: 0.5s ease 0.7s;
}
.class--b .classLbl.inview.animate {
  left: auto;
  right: 0;
}
.class:nth-of-type(2) .txt__wrap h3 .ttl01 {
  color: #F42CA7;
}
.class:nth-of-type(2) .classLbl {
  background-color: rgba(244, 44, 167, 0.8);
}
.class:nth-of-type(3) .txt__wrap h3 .ttl01 {
  color: #29B12E;
}
.class:nth-of-type(3) .classLbl {
  background-color: rgba(41, 177, 46, 0.8);
}
.class:nth-of-type(4) .txt__wrap h3 .ttl01 {
  color: #2C71F4;
}
.class:nth-of-type(4) .classLbl {
  background-color: rgba(44, 113, 244, 0.8);
}
.class:nth-of-type(5) .txt__wrap {
  min-width: 690px;
  width: 690px;
}
@media screen and (max-width: 950px) {
  .class:nth-of-type(5) .txt__wrap {
    min-width: auto;
    width: 100%;
  }
}
.class:nth-of-type(5) .txt__wrap h3 .ttl01 {
  color: #6D29B1;
}
.class:nth-of-type(5) .txt__wrap .school__list .item {
  width: 176px;
}
@media screen and (max-width: 950px) {
  .class:nth-of-type(5) .txt__wrap .school__list .item {
    width: 48%;
  }
}
.class:nth-of-type(5) .classLbl {
  background-color: rgba(109, 41, 177, 0.8);
}

.school-modal-window .icon {
  margin-bottom: 15px;
  text-align: center;
}
.school-modal-window .ttl {
  color: #12305A;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .school-modal-window .ttl {
    font-size: 18px;
  }
}
.school-modal-window table {
  border-left: 1px solid #BCBCBC;
  border-top: 1px solid #BCBCBC;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .school-modal-window table {
    font-size: 12px;
  }
}
.school-modal-window table tr th {
  background-color: #12305A;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #BCBCBC;
  color: #fff;
  padding: 28px 40px;
  text-align: left;
  width: 21.7391304348%;
}
@media screen and (max-width: 750px) {
  .school-modal-window table tr th {
    padding: 10px 8px;
  }
}
.school-modal-window table tr td {
  background-color: #EAF1FF;
  border-bottom: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  color: #12305A;
  font-weight: 500;
  padding: 28px 20px;
  width: 26.0869565217%;
  width: 19.5652173913%;
}
@media screen and (max-width: 750px) {
  .school-modal-window table tr td {
    padding: 10px 8px;
    word-break: break-all;
  }
}
.school-modal-window table tr:last-of-type th {
  border-bottom: 1px solid #BCBCBC;
}
.school-modal-window .txt {
  color: #12305A;
  font-weight: 500;
  margin-top: 20px;
  line-height: 2;
}

.schoolSec01.inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.schoolSec01.inview.animate {
  opacity: 1;
  top: 0;
}
.schoolSec01 .secTtl__desc {
  text-align: left;
}

.schoolSec02 {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .schoolSec02 {
    padding-top: 50px;
  }
}
.schoolSec02 .container {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .schoolSec02 .container {
    margin-bottom: 40px;
  }
}
.schoolSec02 .container.inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.schoolSec02 .container.inview.animate {
  opacity: 1;
  top: 0;
}
.schoolSec02 .class {
  /* &.inview {
    opacity: 0;
    position: relative;
    top: 40px;
    transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;

    &.animate {
      opacity: 1;
      top: 0;
    }
  } */
}

.schoolSec03 {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .schoolSec03 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.schoolSec03 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.schoolSec03 .inview.animate {
  opacity: 1;
  top: 0;
}
.schoolSec03 .list {
  border-left: 1px solid #12305A;
  border-top: 1px solid #12305A;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .list {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.schoolSec03 .list .item {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #12305A;
  border-right: 1px solid #12305A;
  box-sizing: border-box;
  color: #12305A;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  transition: 0.2s ease;
  width: 20%;
}
@media screen and (max-width: 1201px) {
  .schoolSec03 .list .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .schoolSec03 .list .item {
    font-size: 15px;
    height: 45px;
    width: 50%;
  }
}
.schoolSec03 .list .item:hover {
  background-color: #F0F1F2;
}
.schoolSec03 .list .item.active {
  background-color: #12305A;
  color: #FABE00;
}
.schoolSec03 .list .item.active:hover {
  background-color: #12305A;
  color: #FABE00;
}
.schoolSec03 .schoolSchedule {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .schoolSchedule {
    margin-bottom: 40px;
  }
}
.schoolSec03 .schoolSchedule .icon {
  margin-bottom: 15px;
  text-align: center;
}
.schoolSec03 .schoolSchedule .area {
  display: none;
}
.schoolSec03 .schoolSchedule .area .ttl {
  color: #12305A;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .schoolSchedule .area .ttl {
    font-size: 18px;
  }
}
.schoolSec03 .schoolSchedule .area table {
  border-left: 1px solid #BCBCBC;
  border-top: 1px solid #BCBCBC;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .schoolSchedule .area table {
    font-size: 12px;
  }
}
.schoolSec03 .schoolSchedule .area table tr th {
  background-color: #12305A;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #BCBCBC;
  color: #fff;
  padding: 28px 40px;
  text-align: left;
  width: 21.7391304348%;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .schoolSchedule .area table tr th {
    padding: 10px 8px;
  }
}
.schoolSec03 .schoolSchedule .area table tr td {
  background-color: #EAF1FF;
  border-bottom: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  color: #12305A;
  font-weight: 500;
  padding: 28px 20px;
  width: 26.0869565217%;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .schoolSchedule .area table tr td {
    padding: 10px 8px;
    word-break: break-all;
  }
}
.schoolSec03 .schoolSchedule .area table tr:last-of-type th {
  border-bottom: 1px solid #BCBCBC;
}
.schoolSec03 .schoolSchedule .area[data-school=school01] table tr td {
  width: 19.5652173913%;
}
.schoolSec03 .schoolSchedule .area[data-school=school03] table tr td, .schoolSec03 .schoolSchedule .area[data-school=school04] table tr td, .schoolSec03 .schoolSchedule .area[data-school=school08] table tr td, .schoolSec03 .schoolSchedule .area[data-school=school09] table tr td {
  width: 39.1304347826%;
}
.schoolSec03 .schoolSchedule .area[data-school=school05] table tr td, .schoolSec03 .schoolSchedule .area[data-school=school06] table tr td, .schoolSec03 .schoolSchedule .area[data-school=school10] table tr td, .schoolSec03 .schoolSchedule .area[data-school=school12] table tr td {
  width: 78.2608695652%;
}
.schoolSec03 .schoolSchedule .area.active {
  display: block;
}
.schoolSec03 .schoolSchedule .txt {
  color: #12305A;
  font-weight: 500;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .schoolSchedule .txt {
    font-size: 12px;
  }
}
.schoolSec03 .allSchedule .icon {
  margin-bottom: 15px;
  text-align: center;
}
.schoolSec03 .allSchedule .ttl {
  color: #12305A;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .schoolSec03 .allSchedule .ttl {
    font-size: 18px;
  }
}
.schoolSec03 .allSchedule__img {
  width: 100%;
}

.schoolSec04 {
  background-color: #12305A;
  padding: 90px 0 90px;
}
@media screen and (max-width: 750px) {
  .schoolSec04 {
    padding: 50px 0 50px;
  }
}
.schoolSec04 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.schoolSec04 .inview.animate {
  opacity: 1;
  top: 0;
}
.schoolSec04 .secTtl,
.schoolSec04 .secSubTtl {
  color: #FABE00;
}
.schoolSec04 .secDesc {
  color: #fff;
}
.schoolSec04 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .schoolSec04 .list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.schoolSec04 .list .item {
  width: 20.1739130435%;
}
@media screen and (max-width: 750px) {
  .schoolSec04 .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .schoolSec04 .list .item + .item {
    margin-top: 60px;
  }
}
.schoolSec04 .list .item .flow__img {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .schoolSec04 .list .item .flow__img {
    margin: 0 auto 30px;
    width: 60%;
  }
}
.schoolSec04 .list .item .flow__img img {
  height: auto;
  width: 100%;
}
.schoolSec04 .list .item .flow__img svg {
  left: 112.9310344828%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .schoolSec04 .list .item .flow__img svg {
    display: none;
  }
}
.schoolSec04 .list .item .ttl {
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 16px;
  text-align: center;
}
.schoolSec04 .list .item .txt {
  color: #fff;
  font-weight: 500;
  line-height: 1.6875;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .schoolSec04 .list .item .txt {
    margin-bottom: 30px;
  }
}
.schoolSec04 .list .item .design_button a {
  background-color: #12305A;
  border-color: #FABE00;
  color: #FABE00 !important;
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .schoolSec04 .list .item .design_button a {
    min-width: 200px;
    width: auto;
  }
}
.schoolSec04 .list .item .design_button a::before {
  background-color: #FABE00;
}
.schoolSec04 .list .item .design_button a:hover {
  color: #12305A !important;
}
.schoolSec04 .bnr {
  display: block;
  margin: 90px auto 0;
  transition: 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .schoolSec04 .bnr {
    margin: 50px auto 0;
  }
}
.schoolSec04 .bnr img {
  height: auto;
  width: 100%;
}
.schoolSec04 .bnr:hover {
  opacity: 0.7;
}

.schoolSec05 {
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .schoolSec05 {
    padding-top: 50px;
  }
}
.schoolSec05 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.schoolSec05 .inview.animate {
  opacity: 1;
  top: 0;
}
.schoolSec05 .faq {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .schoolSec05 .faq {
    margin-top: 40px;
  }
}
.schoolSec05 .faq__item {
  color: #12305A;
}
.schoolSec05 .faq__item + .faq__item {
  margin-top: 15px;
}
.schoolSec05 .faq__item .question {
  background-color: #F0F1F2;
  cursor: pointer;
  padding: 28px 89px;
}
@media screen and (max-width: 750px) {
  .schoolSec05 .faq__item .question {
    padding: 20px 40px 20px 55px;
  }
}
.schoolSec05 .faq__item .question .num {
  font-family: "Teko", sans-serif;
  font-size: 46px;
  font-weight: 500;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .schoolSec05 .faq__item .question .num {
    font-size: 30px;
    left: 14px;
  }
}
.schoolSec05 .faq__item .question .txt {
  font-weight: 500;
  line-height: 1.5;
}
.schoolSec05 .faq__item .question .symbol {
  height: 25px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media screen and (max-width: 750px) {
  .schoolSec05 .faq__item .question .symbol {
    height: 20px;
    right: 10px;
    width: 20px;
  }
}
.schoolSec05 .faq__item .question .symbol::before {
  background-color: #12305A;
  content: "";
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.schoolSec05 .faq__item .question .symbol::after {
  background-color: #12305A;
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
  width: 3px;
}
.schoolSec05 .faq__item .question.open .symbol::after {
  height: 0;
}
.schoolSec05 .faq__item .answer {
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  display: none;
  font-weight: 500;
  padding: 35px 84px 60px;
}
@media screen and (max-width: 750px) {
  .schoolSec05 .faq__item .answer {
    padding: 20px 30px 30px;
  }
}
.schoolSec05 .faq__item .answer p {
  font-weight: 500;
  line-height: 2.25;
}
.schoolSec05 .faq__item .answer p + p {
  margin-top: 1.5em;
}
.schoolSec05 .faq__item .answer .design_button {
  margin-top: 83px;
}
@media screen and (max-width: 750px) {
  .schoolSec05 .faq__item .answer .design_button {
    margin-top: 40px;
  }
}

/************************************
*
* CLUB
*
************************************/
.clubSec01 {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .clubSec01 {
    padding-bottom: 50px;
  }
}

.clubSec02 {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .clubSec02 {
    padding-bottom: 50px;
  }
}
.clubSec02 .cb_banner_content {
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 750px) {
  .clubSec02 .cb_banner_content .banner_content_inner {
    text-align: left;
  }
}
.clubSec02 .cb_banner_content .catch {
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.2666666667;
}
@media screen and (max-width: 750px) {
  .clubSec02 .cb_banner_content .catch {
    font-size: 18px !important;
  }
}
.clubSec02 .cb_banner_content .desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.1666666667;
  margin-top: 51px;
}
@media screen and (max-width: 750px) {
  .clubSec02 .cb_banner_content .desc {
    font-size: 13px;
  }
}
.clubSec02 .cb_banner_content .overlay {
  background-color: rgba(29, 29, 31, 0.15);
}

.clubSec03 {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .clubSec03 {
    padding-bottom: 50px;
  }
}
.clubSec03 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.clubSec03 .inview.animate {
  opacity: 1;
  top: 0;
}
.clubSec03 .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .clubSec03 .row {
    display: block;
  }
}
.clubSec03 .row > div {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  width: 520px;
}
@media screen and (max-width: 1201px) {
  .clubSec03 .row > div {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  .clubSec03 .row > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 520px;
    width: 100%;
  }
}
.clubSec03 .row .ttl__wrap {
  align-items: baseline;
  border-bottom: 1px solid #C3C3C3;
  color: #12305A;
  display: flex;
  padding: 18px 35px 11px;
}
.clubSec03 .row .ttl__wrap .ttl {
  font-family: "Teko", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.425;
}
@media screen and (max-width: 750px) {
  .clubSec03 .row .ttl__wrap .ttl {
    font-size: 30px;
  }
}
.clubSec03 .row .ttl__wrap .sub {
  font-weight: 500;
  margin-left: 15px;
  line-height: 1.5;
}
.clubSec03 .row .cont {
  color: #12305A;
  font-weight: 500;
  padding: 22px 29px 30px;
}
@media screen and (max-width: 750px) {
  .clubSec03 .row .cont {
    padding: 20px 20px 30px;
  }
}
.clubSec03 .row .cont .txt01 {
  font-size: 18px;
  line-height: 1.8333333333;
}
@media screen and (max-width: 750px) {
  .clubSec03 .row .cont .txt01 {
    font-size: 15px;
  }
}
.clubSec03 .row .cont .txt02 {
  line-height: 1.9375;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  .clubSec03 .row .cont .txt02 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .clubSec03 .row .practice {
    margin-top: 40px;
  }
}

.clubSec04 {
  padding-bottom: 90px;
  /* .inview {
    opacity: 0;
    position: relative;
    top: 40px;
    transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;

    &.animate {
      opacity: 1;
      top: 0;
    }
  } */
}
@media screen and (max-width: 750px) {
  .clubSec04 {
    padding-bottom: 50px;
  }
}
.clubSec04 .row {
  align-items: center;
  background-color: #F0F1F2;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .clubSec04 .row {
    display: block;
    margin-bottom: 20px;
  }
}
.clubSec04 .row .img__wrap {
  overflow: hidden;
  width: 59.2708333333vw;
}
@media screen and (max-width: 750px) {
  .clubSec04 .row .img__wrap {
    width: 100%;
  }
}
.clubSec04 .row .img__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F0F1F2;
  position: absolute;
  left: 0%;
  z-index: 1;
}
.clubSec04 .row .img__wrap.inview::before {
  transition: 0.5s ease 0.5s;
}
.clubSec04 .row .img__wrap.inview.animate::before {
  left: 100%;
}
.clubSec04 .row .img__wrap img {
  clip-path: polygon(0 0, 100% 0, calc(100% - 240px) 100%, 0 100%);
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .clubSec04 .row .img__wrap img {
    clip-path: none;
    min-height: auto;
  }
}
.clubSec04 .row .txt__wrap {
  color: #12305A;
  flex: 1;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .clubSec04 .row .txt__wrap {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
  }
}
.clubSec04 .row .txt__wrap .ttl {
  font-family: "Teko", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 600;
  line-height: 1;
  text-shadow: 6px 6px 0px rgba(18, 48, 90, 0.15);
}
@media screen and (max-width: 1201px) {
  .clubSec04 .row .txt__wrap .ttl {
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  .clubSec04 .row .txt__wrap .ttl {
    font-size: 38px;
    text-shadow: 3px 3px 0px rgba(18, 48, 90, 0.15);
  }
}
.clubSec04 .row .txt__wrap .txt01 {
  background-color: #fff;
  border: 1px solid #12305A;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8888888889;
  margin: 0 auto 30px;
  padding: 12px 25px;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .clubSec04 .row .txt__wrap .txt01 {
    font-size: 15px;
  }
}
.clubSec04 .row .txt__wrap .list__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .clubSec04 .row .txt__wrap .list__wrap {
    display: block;
  }
}
.clubSec04 .row .txt__wrap .list__wrap .list {
  font-weight: 500;
  line-height: 2;
}
.clubSec04 .row--b {
  justify-content: flex-end;
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .clubSec04 .row--b {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
.clubSec04 .row--b .txt__wrap {
  padding-left: 40px;
  padding-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 1201px) {
  .clubSec04 .row--b .txt__wrap {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .clubSec04 .row--b .txt__wrap {
    padding: 20px;
    margin-right: 0;
  }
}
.clubSec04 .row--b .img__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F0F1F2;
  position: absolute;
  left: 0%;
  z-index: 1;
}
.clubSec04 .row--b .img__wrap.inview::before {
  transition: 0.5s ease 0.5s;
}
.clubSec04 .row--b .img__wrap.inview.animate::before {
  left: -100%;
}
.clubSec04 .row--b .img__wrap img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 240px 100%);
}
@media screen and (max-width: 750px) {
  .clubSec04 .row--b .img__wrap img {
    clip-path: none;
  }
}
.clubSec04 .slider .slider-js {
  margin: 90px 0 0;
}
@media screen and (max-width: 750px) {
  .clubSec04 .slider .slider-js {
    margin: 50px 0 0;
  }
}
.clubSec04 .slider .slider-js .slide-arrow {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.clubSec04 .slider .slider-js:hover .slide-arrow {
  opacity: 1;
}
.clubSec04 .slider .slick-slide {
  opacity: 0.3;
  transition: 0.2s ease;
}
@media screen and (max-width: 750px) {
  .clubSec04 .slider .slick-slide {
    margin: 0;
  }
}
.clubSec04 .slider .slick-slide.slick-current {
  opacity: 1;
}
.clubSec04 .slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75.563px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .clubSec04 .slider .slide-arrow {
    display: none;
    width: 30px;
  }
}
.clubSec04 .slider .slide-arrow svg {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.clubSec04 .slider .slide-arrow.prev-arrow {
  left: 5%;
}
@media screen and (max-width: 750px) {
  .clubSec04 .slider .slide-arrow.prev-arrow {
    left: 2%;
  }
}
.clubSec04 .slider .slide-arrow.next-arrow {
  right: 5%;
}
@media screen and (max-width: 750px) {
  .clubSec04 .slider .slide-arrow.next-arrow {
    right: 2%;
  }
}
.clubSec04 .slider .slick-dots {
  bottom: 0;
  display: flex;
  font-size: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.clubSec04 .slider .slick-dots li:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .clubSec04 .slider .slick-dots li:not(:last-of-type) {
    margin-right: 15px;
  }
}
.clubSec04 .slider .slick-dots li button {
  background-color: #DDDDDD;
  border: none;
  border-radius: 100vw;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 15px;
  padding: 0;
  width: 15px;
}
.clubSec04 .slider .slick-dots li.slick-active button {
  background-color: #1D1D1F;
}

.clubSec05 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.clubSec05 .inview.animate {
  opacity: 1;
  top: 0;
}
.clubSec05 .ttl {
  color: #12305A;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4230769231;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .clubSec05 .ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.clubSec05 .row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1022px;
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .clubSec05 .row {
    display: block;
    max-width: none;
  }
}
.clubSec05 .row .wrap {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1201px) {
  .clubSec05 .row .wrap {
    margin: 0 auto;
  }
}
.clubSec05 .row .wrap .inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 1201px) {
  .clubSec05 .row .wrap .inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .clubSec05 .row .wrap .inner {
    display: block;
  }
}
.clubSec05 .row .wrap .txt01 {
  border: 1px solid #12305A;
  color: #12305A;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  margin: 0 auto 40px;
  padding: 11px 55px;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .clubSec05 .row .wrap .txt01 {
    font-size: 18px;
    margin: 0 auto 20px;
    padding: 6px 30px;
  }
}
.clubSec05 .row .wrap .txt02 {
  color: #12305A;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .clubSec05 .row .wrap .txt02 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .clubSec05 .row .wrap .txt02 + .txt02 {
    margin-top: 20px;
  }
}
.clubSec05 .row .left {
  margin-right: 20px;
}
@media screen and (max-width: 1201px) {
  .clubSec05 .row .left {
    margin-bottom: 60px;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .clubSec05 .row .left {
    margin-bottom: 40px;
  }
}
.clubSec05 .row .right {
  margin-left: 20px;
}
@media screen and (max-width: 1201px) {
  .clubSec05 .row .right {
    margin-left: auto;
  }
}
.clubSec05 .row .bar {
  background-color: #12305A;
  padding-bottom: 20px;
  width: 1px;
}
@media screen and (max-width: 1201px) {
  .clubSec05 .row .bar {
    display: none;
  }
}
.clubSec05 .table {
  border-top: 1px solid #BCBCBC;
}
.clubSec05 .table dl {
  border-bottom: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  display: flex;
}
@media screen and (max-width: 750px) {
  .clubSec05 .table dl {
    flex-wrap: wrap;
  }
}
.clubSec05 .table dl dt, .clubSec05 .table dl dd {
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .clubSec05 .table dl dt, .clubSec05 .table dl dd {
    width: 100%;
  }
}
.clubSec05 .table dl dt {
  background-color: #12305A;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 28px 40px;
}
@media screen and (max-width: 750px) {
  .clubSec05 .table dl dt {
    font-size: 18px;
    padding: 20px;
    text-align: center;
  }
}
.clubSec05 .table dl dd {
  color: #12305A;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.75;
  padding: 28px 20px;
}
@media screen and (max-width: 750px) {
  .clubSec05 .table dl dd {
    padding: 20px;
  }
}
.clubSec05 .bnr {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .clubSec05 .bnr {
    margin-top: 50px;
  }
}
.clubSec05 .bnr.inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.clubSec05 .bnr.inview.animate {
  opacity: 1;
  top: 0;
}
.clubSec05 .bnr a {
  display: block;
  margin: 0 auto;
  transition: 0.2s ease;
  width: 100%;
}
.clubSec05 .bnr a:hover {
  opacity: 0.7;
}
.clubSec05 .bnr img {
  height: auto;
  width: 100%;
}

/************************************
*
* FAB SKILL BASE
*
************************************/
.skillbaseSec01 {
  /* @media screen and (max-width: 1201px) {
    margin-bottom: 150px;
  } */
  /* @media screen and (max-width: 750px) {
    margin-bottom: 80px;
  } */
}
@media screen and (max-width: 750px) {
  .skillbaseSec01 .cb_content_header .desc {
    text-align: left;
  }
}

.skillbaseSec02 {
  /* .secTtl,
  .secSubTtl {
    color: #FFD917;
  } */
  /* .img__wrap {
    margin: 80px auto 0;
    max-width: 900px;
    width: 100%;

    @media screen and (max-width: 750px) {
      margin: 40px auto 0;
    }

    img {
      height: auto;
      width: 100%;
    }
  } */
}
.skillbaseSec02 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.skillbaseSec02 .inview.animate {
  opacity: 1;
  top: 0;
}
.skillbaseSec02 .img__wrap {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec02 .img__wrap {
    margin-top: 40px;
  }
}
.skillbaseSec02 .img__wrap img {
  width: 100%;
}
.skillbaseSec02 table {
  border-left: 1px solid #BCBCBC;
  border-top: 1px solid #BCBCBC;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec02 table {
    font-size: 12px;
    margin-top: 40px;
  }
}
.skillbaseSec02 table tr th {
  background-color: #12305A;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #BCBCBC;
  color: #fff;
  padding: 28px 40px;
  text-align: left;
  width: 21.7391304348%;
}
@media screen and (max-width: 750px) {
  .skillbaseSec02 table tr th {
    padding: 10px 8px;
  }
}
.skillbaseSec02 table tr td {
  background-color: #EAF1FF;
  border-bottom: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  color: #12305A;
  font-weight: 500;
  padding: 28px 20px;
  width: 26.0869565217%;
}
@media screen and (max-width: 750px) {
  .skillbaseSec02 table tr td {
    padding: 10px 8px;
    word-break: break-all;
  }
}
.skillbaseSec02 table tr:last-of-type th {
  border-bottom: 1px solid #BCBCBC;
}
.skillbaseSec02 .txt {
  color: #12305A;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec02 .txt {
    font-size: 14px;
    margin-top: 10px;
  }
}

.skillbaseSec03 {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.skillbaseSec03 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.skillbaseSec03 .inview.animate {
  opacity: 1;
  top: 0;
}
.skillbaseSec03 .map {
  aspect-ratio: 1150/700;
  height: auto;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 .map {
    margin-top: 40px;
  }
}
.skillbaseSec03 .map iframe {
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.skillbaseSec03 .info {
  border-left: 1px solid #12305A;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 28px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 .info {
    border-left: 0;
    display: block;
    padding-left: 0;
  }
}
.skillbaseSec03 .info .txt__wrap {
  color: #12305A;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 .info .txt__wrap {
    font-size: 16px;
  }
}
.skillbaseSec03 .info .txt__wrap p + p {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 .info .txt__wrap p + p {
    margin-top: 5px;
  }
}
.skillbaseSec03 .info .btn__wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 .info .btn__wrap {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 .info .design_button {
    margin-top: 30px;
  }
}
.skillbaseSec03 .info .design_button.type3 a {
  background-color: #12305A;
  color: #fff !important;
}
.skillbaseSec03 .info .design_button.type3 a .label {
  align-items: center;
  display: flex;
  justify-content: center;
}
.skillbaseSec03 .info .design_button.type3 a::before {
  background-color: #fff;
}
.skillbaseSec03 .info .design_button.type3 a svg {
  margin-right: 15px;
}
.skillbaseSec03 .info .design_button.type3 a svg path {
  transition: 0.2s ease;
}
.skillbaseSec03 .info .design_button.type3 a:hover {
  color: #12305A !important;
}
.skillbaseSec03 .info .design_button.type3 a:hover svg path {
  fill: #12305A;
}
.skillbaseSec03 .info .design_button.parking__btn {
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec03 .info .design_button.parking__btn {
    margin-right: 0;
  }
}
.skillbaseSec03 .info .design_button.parking__btn a {
  background-color: #FABE00;
  border-color: #FABE00;
  color: #12305A !important;
}
.skillbaseSec03 .info .design_button.parking__btn a::before {
  background-color: #fff;
}

.parking-modal-window {
  max-height: 85vh;
  width: fit-content;
}
.parking-modal-window img {
  max-height: 85vh;
  max-width: 100%;
  width: fit-content;
}

.skillbaseSec04 {
  background-color: #12305A;
  padding: 90px 0;
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 {
    padding: 50px 0;
  }
}
.skillbaseSec04 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.skillbaseSec04 .inview.animate {
  opacity: 1;
  top: 0;
}
.skillbaseSec04 .secTtl,
.skillbaseSec04 .secSubTtl {
  color: #FABE00;
}
.skillbaseSec04 .secDesc {
  color: #fff;
}
.skillbaseSec04 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.skillbaseSec04 .list .item {
  width: 20.1739130435%;
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .list .item + .item {
    margin-top: 60px;
  }
}
.skillbaseSec04 .list .item .flow__img {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .list .item .flow__img {
    margin: 0 auto 30px;
    width: 60%;
  }
}
.skillbaseSec04 .list .item .flow__img img {
  height: auto;
  width: 100%;
}
.skillbaseSec04 .list .item .flow__img svg {
  left: 112.9310344828%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .list .item .flow__img svg {
    display: none;
  }
}
.skillbaseSec04 .list .item .ttl {
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
  margin-bottom: 16px;
  text-align: center;
}
.skillbaseSec04 .list .item .txt {
  color: #fff;
  font-weight: 500;
  line-height: 1.6875;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .list .item .txt {
    margin-bottom: 30px;
  }
}
.skillbaseSec04 .list .item .design_button a {
  background-color: #12305A;
  border-color: #FABE00;
  color: #FABE00 !important;
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .list .item .design_button a {
    min-width: 200px;
    width: auto;
  }
}
.skillbaseSec04 .list .item .design_button a::before {
  background-color: #FABE00;
}
.skillbaseSec04 .list .item .design_button a:hover {
  color: #12305A !important;
}
.skillbaseSec04 .bnr {
  display: block;
  margin: 90px auto 0;
  transition: 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .skillbaseSec04 .bnr {
    margin: 100px auto 0;
    margin: 50px auto 0;
  }
}
.skillbaseSec04 .bnr img {
  height: auto;
  width: 100%;
}
.skillbaseSec04 .bnr:hover {
  opacity: 0.7;
}

.skillbaseSec05 {
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec05 {
    padding-top: 50px;
  }
}
.skillbaseSec05 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.skillbaseSec05 .inview.animate {
  opacity: 1;
  top: 0;
}
.skillbaseSec05 .faq {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec05 .faq {
    margin-top: 40px;
  }
}
.skillbaseSec05 .faq__item {
  color: #12305A;
}
.skillbaseSec05 .faq__item + .faq__item {
  margin-top: 15px;
}
.skillbaseSec05 .faq__item .question {
  background-color: #F0F1F2;
  cursor: pointer;
  padding: 28px 89px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec05 .faq__item .question {
    padding: 20px 40px 20px 55px;
  }
}
.skillbaseSec05 .faq__item .question .num {
  font-family: "Teko", sans-serif;
  font-size: 46px;
  font-weight: 500;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .skillbaseSec05 .faq__item .question .num {
    font-size: 30px;
    left: 14px;
  }
}
.skillbaseSec05 .faq__item .question .txt {
  font-weight: 500;
  line-height: 1.5;
}
.skillbaseSec05 .faq__item .question .symbol {
  height: 25px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec05 .faq__item .question .symbol {
    height: 20px;
    right: 10px;
    width: 20px;
  }
}
.skillbaseSec05 .faq__item .question .symbol::before {
  background-color: #12305A;
  content: "";
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.skillbaseSec05 .faq__item .question .symbol::after {
  background-color: #12305A;
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
  width: 3px;
}
.skillbaseSec05 .faq__item .question.open .symbol::after {
  height: 0;
}
.skillbaseSec05 .faq__item .answer {
  border-bottom: 1px solid #888888;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  display: none;
  font-weight: 500;
  padding: 35px 84px 60px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec05 .faq__item .answer {
    padding: 20px 30px 30px;
  }
}
.skillbaseSec05 .faq__item .answer p {
  font-weight: 500;
  line-height: 2.25;
}
.skillbaseSec05 .faq__item .answer p + p {
  margin-top: 1.5em;
}
.skillbaseSec05 .faq__item .answer .design_button {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .skillbaseSec05 .faq__item .answer .design_button {
    margin-top: 20px;
  }
}

/************************************
*
* OTHER
*
************************************/
.otherSec01 .cb_content_header {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .otherSec01 .cb_content_header {
    margin-bottom: 50px;
  }
}
.otherSec01 .cb_content_header .secSubTtl {
  line-height: 1.45;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .otherSec01 .cb_content_header .secSubTtl {
    margin-bottom: 20px;
  }
}
.otherSec01 .cb_content_header .desc {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .otherSec01 .cb_content_header .desc {
    text-align: left;
  }
}
.otherSec01 .btnArea {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .otherSec01 .btnArea {
    margin-bottom: 30px;
  }
}
.otherSec01 .btnArea.inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.otherSec01 .btnArea.inview.animate {
  opacity: 1;
  top: 0;
}
.otherSec01 .btnArea .list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.otherSec01 .btnArea .list .design_button {
  height: 87px;
}
@media screen and (max-width: 750px) {
  .otherSec01 .btnArea .list .design_button {
    width: 48%;
  }
}
.otherSec01 .btnArea .list .design_button a {
  font-size: 20px;
  font-weight: 500;
  height: 87px;
  line-height: 87px;
  width: 323px;
}
@media screen and (max-width: 750px) {
  .otherSec01 .btnArea .list .design_button a {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    line-height: 2;
    min-width: auto;
    width: 100%;
  }
}
.otherSec01 .btnArea .list .design_button a svg {
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .otherSec01 .btnArea .list .design_button a svg {
    position: static;
    transform: none;
  }
}
.otherSec01 .btnArea .list .design_button a svg path {
  transition: 0.2s ease;
}
.otherSec01 .btnArea .list .design_button a:hover svg path {
  fill: #fff;
}
.otherSec01 .btnArea .list .design_button.type3 a:before {
  left: calc(-100% - 87px);
  width: calc(100% + 87px);
}
.otherSec01 .btnArea .list .design_button.type3 a:hover::before {
  left: 0;
}
.otherSec01 .menu {
  /* @media screen and (max-width: 750px) {
    padding: 50px 0;
  } */
}
.otherSec01 .menu .row {
  align-items: center;
  background-color: #12305A;
  display: flex;
}
@media screen and (max-width: 950px) {
  .otherSec01 .menu .row {
    display: block;
  }
}
.otherSec01 .menu .row .img__wrap {
  overflow: hidden;
  width: 59.2708333333vw;
}
@media screen and (max-width: 950px) {
  .otherSec01 .menu .row .img__wrap {
    width: 100%;
  }
}
.otherSec01 .menu .row .img__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #12305A;
  position: absolute;
  left: 0%;
  z-index: 1;
}
.otherSec01 .menu .row .img__wrap.inview::before {
  transition: 0.5s ease 0.5s;
}
.otherSec01 .menu .row .img__wrap.inview.animate::before {
  left: 100%;
}
.otherSec01 .menu .row .img__wrap img {
  clip-path: polygon(0 0, 100% 0, calc(100% - 240px) 100%, 0 100%);
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .otherSec01 .menu .row .img__wrap img {
    clip-path: none;
    min-height: auto;
  }
}
.otherSec01 .menu .row .txt__wrap {
  color: #fff;
  margin-left: 3.1770833333vw;
  min-width: 611px;
  padding-right: 40px;
  width: 611px;
}
@media screen and (max-width: 1201px) {
  .otherSec01 .menu .row .txt__wrap {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 950px) {
  .otherSec01 .menu .row .txt__wrap {
    box-sizing: border-box;
    margin-left: 0;
    min-width: auto;
    padding: 30px 20px 50px 20px;
    width: 100%;
  }
}
.otherSec01 .menu .row .txt__wrap .ttl {
  color: #FABE00;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .otherSec01 .menu .row .txt__wrap .ttl {
    font-size: 22px;
  }
}
.otherSec01 .menu .row .txt__wrap .txt {
  color: #fff;
  font-weight: 500;
  line-height: 2;
}
.otherSec01 .menu .row .txt__wrap .list__wrap {
  display: flex;
  justify-content: space-between;
}
.otherSec01 .menu .row .txt__wrap .list__wrap .list {
  font-weight: 500;
  line-height: 2;
}
.otherSec01 .menu .row .design_button {
  margin-top: 50px;
}
.otherSec01 .menu .row .design_button.type3 a {
  color: #FABE00 !important;
  border-color: #FABE00;
}
.otherSec01 .menu .row .design_button.type3 a::before {
  background-color: #FABE00;
}
.otherSec01 .menu .row .design_button.type3 a:hover {
  color: #12305A !important;
}
.otherSec01 .menu .row--b {
  justify-content: flex-end;
}
@media screen and (max-width: 950px) {
  .otherSec01 .menu .row--b {
    display: flex;
    flex-direction: column-reverse;
  }
}
.otherSec01 .menu .row--b .txt__wrap {
  padding-left: 40px;
  padding-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 950px) {
  .otherSec01 .menu .row--b .txt__wrap {
    padding: 30px 20px 50px 20px;
    margin-right: 0;
  }
}
.otherSec01 .menu .row--b .img__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #12305A;
  position: absolute;
  left: 0%;
  z-index: 1;
}
.otherSec01 .menu .row--b .img__wrap.inview::before {
  transition: 0.5s ease 0.5s;
}
.otherSec01 .menu .row--b .img__wrap.inview.animate::before {
  left: -100%;
}
.otherSec01 .menu .row--b .img__wrap img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 240px 100%);
}
@media screen and (max-width: 950px) {
  .otherSec01 .menu .row--b .img__wrap img {
    clip-path: none;
  }
}
.otherSec01 .menu#personal {
  padding-bottom: 0;
}

/************************************
*
* COACH
*
************************************/
.coach__interview {
  background-color: #FABE00;
  border-radius: 100vw;
  color: #12305A;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 50px;
  max-width: 240px;
  text-align: center;
  top: 67%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
  width: 100%;
}
.coach__interview:hover {
  background-color: #12305A;
  color: #FABE00;
}
@media screen and (max-width: 750px) {
  .coach__interview {
    height: 40px;
    line-height: 40px;
    max-width: 200px;
    top: 79%;
  }
}

.interview-modal-window .iziModal-iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.coachSec01 {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .coachSec01 {
    padding-bottom: 50px;
  }
}
.coachSec01 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.coachSec01 .inview.animate {
  opacity: 1;
  top: 0;
}
.coachSec01 .bgTxt {
  color: #F0F1F2;
  font-family: "Teko", sans-serif;
  font-size: 14.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4362416107;
  line-height: 0.75;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .coachSec01 .bgTxt {
    font-size: 26vw;
  }
}
.coachSec01 .illust__wrap {
  margin: -516px auto 0;
  max-width: 765px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .coachSec01 .illust__wrap {
    margin: -61vw auto 0;
  }
}
.coachSec01 .illust__wrap img {
  height: 100%;
  width: 100%;
}

.coachSec02 {
  /* padding-bottom: 150px;

  @media screen and (max-width: 750px) {
    padding-bottom: 100px;
  } */
}
.coachSec02 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.coachSec02 .inview.animate {
  opacity: 1;
  top: 0;
}
.coachSec02 .message {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .coachSec02 .message {
    display: block;
    margin-top: 40px;
  }
}
.coachSec02 .message .img__wrap {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 5.5652173913% auto 0;
  width: 34.347826087%;
}
@media screen and (max-width: 750px) {
  .coachSec02 .message .img__wrap {
    margin: 0;
    width: 100%;
  }
}
.coachSec02 .message .img__wrap img {
  height: auto;
  width: 100%;
}
.coachSec02 .message .txt__wrap {
  margin-top: -10px;
  width: 60.0869565217%;
}
@media screen and (max-width: 750px) {
  .coachSec02 .message .txt__wrap {
    margin-top: 30px;
    width: 100%;
  }
}
.coachSec02 .message .txt__wrap .txt {
  font-size: 15px;
  line-height: 2.2;
}
.coachSec02 .message .txt__wrap .name {
  display: flex;
  font-family: "Shippori Mincho", serif;
  justify-content: flex-end;
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .coachSec02 .message .txt__wrap .name {
    margin-top: 20px;
  }
}
.coachSec02 .message .txt__wrap .name span:nth-of-type(1) {
  line-height: 1.5;
}
.coachSec02 .message .txt__wrap .name span:nth-of-type(2) {
  font-size: 25px;
  line-height: 1.48;
}
@media screen and (max-width: 750px) {
  .coachSec02 .message .txt__wrap .name span:nth-of-type(2) {
    font-size: 20px;
  }
}
.coachSec02 .message .txt__wrap .name::before {
  background-color: #1D1D1F;
  content: "";
  height: 1px;
  margin-right: 30px;
  margin-top: 38px;
  width: 280px;
}
@media screen and (max-width: 750px) {
  .coachSec02 .message .txt__wrap .name::before {
    margin-top: 32px;
    width: 120px;
  }
}
.coachSec02 .design_button {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .coachSec02 .design_button {
    margin-top: 40px;
  }
}

.coachSec03 {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .coachSec03 {
    padding-bottom: 10px;
  }
}
.coachSec03 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.coachSec03 .inview.animate {
  opacity: 1;
  top: 0;
}
.coachSec03 .list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .coachSec03 .list01 {
    margin-top: 40px;
  }
}
.coachSec03 .list01 .item {
  margin-bottom: 40px;
  margin-right: 32px;
  width: 362px;
}
@media screen and (max-width: 1201px) {
  .coachSec03 .list01 .item {
    margin-right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .coachSec03 .list01 .item {
    margin-right: 0;
    width: 100%;
  }
}
.coachSec03 .list01 .item .img__wrap img {
  height: auto;
  width: 100%;
}
.coachSec03 .list01 .item .txt__wrap {
  margin-top: 20px;
}
.coachSec03 .list01 .item .txt__wrap .txt01 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.coachSec03 .list01 .item .txt__wrap .txt02 {
  align-items: center;
  display: flex;
  font-weight: 900;
  margin-bottom: 25px;
}
.coachSec03 .list01 .item .txt__wrap .txt02 .name {
  font-size: 21px;
  line-height: 1.4285714286;
}
.coachSec03 .list01 .item .txt__wrap .txt02 .kana {
  font-size: 17px;
  line-height: 1.4705882353;
}
.coachSec03 .list01 .item .txt__wrap .txt03 {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .coachSec03 .list01 .item .txt__wrap .txt03 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1201px) {
  .coachSec03 .list01 .item:nth-of-type(2) {
    margin-right: 0;
  }
}
.coachSec03 .list01 .item:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 1201px) {
  .coachSec03 .list01 .item:nth-of-type(3) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .coachSec03 .list01 .item:nth-of-type(3) {
    margin-right: 0;
  }
}
.coachSec03 .list01 .item:nth-of-type(4) {
  margin-left: 64px;
}
@media screen and (max-width: 1201px) {
  .coachSec03 .list01 .item:nth-of-type(4) {
    margin-left: 0;
    margin-right: 0;
  }
}
.coachSec03 .list01 .item:nth-of-type(5) {
  margin-right: 64px;
}
@media screen and (max-width: 1201px) {
  .coachSec03 .list01 .item:nth-of-type(5) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .coachSec03 .list01 .item:nth-of-type(5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1201px) {
  .coachSec03 .list01 .item:nth-of-type(6) {
    margin-right: 0;
  }
}
.coachSec03 .list01 .item:nth-of-type(7) {
  margin-right: 0;
}
@media screen and (max-width: 1201px) {
  .coachSec03 .list01 .item:nth-of-type(7) {
    margin-right: 0;
  }
}
.coachSec03 .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.coachSec03 .list02 .item {
  margin-bottom: 77px;
  margin-right: 32px;
  width: 300px;
}
@media screen and (max-width: 750px) {
  .coachSec03 .list02 .item {
    margin-right: 0;
    width: 100%;
  }
}
.coachSec03 .list02 .item .img__wrap img {
  height: auto;
  width: 100%;
}
.coachSec03 .list02 .item .txt__wrap {
  color: #12305A;
  margin-top: 20px;
}
.coachSec03 .list02 .item .txt__wrap .txt01 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.coachSec03 .list02 .item .txt__wrap .txt02 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.coachSec03 .list02 .item:nth-of-type(2) {
  margin-right: 0;
}

/************************************
*
* NEWS
*
************************************/
.post-type-archive-news #header {
  background: rgb(18, 48, 90);
}
.post-type-archive-news #container {
  padding-top: 80px;
}
@media screen and (max-width: 1201px) {
  .post-type-archive-news #container {
    padding-top: 60px;
  }
}
.post-type-archive-news .pageHeader .slick-slide {
  backface-visibility: hidden;
  height: auto;
  transform-style: preserve-3d;
}
@media screen and (max-width: 750px) {
  .post-type-archive-news .pageHeader .slick-slide img {
    height: auto;
  }
}

.newsSec01 {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .newsSec01 {
    padding-top: 25px;
  }
}
.newsSec01 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.newsSec01 .inview.animate {
  opacity: 1;
  top: 0;
}
.newsSec01 .secSubTtl {
  color: #1D1D1F;
}
.newsSec01 #blog_archive {
  padding: 50px 0 90px;
}
@media screen and (max-width: 750px) {
  .newsSec01 #blog_archive {
    padding: 40px 0 50px;
  }
}

.single-news .breadcrumb {
  padding-bottom: 70px;
  padding-left: 0;
}
.single-news .post_content {
  line-height: 1.7;
}
.single-news #main_col,
.single-news #side_col {
  padding-top: 30px;
}

/************************************
*
* RECRUIT
*
************************************/
.recruitSec01 .inview {
  opacity: 0;
  position: relative;
  top: 40px;
  transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.recruitSec01 .inview.animate {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 750px) {
  .recruitSec01 .cb_content_header .desc {
    text-align: left;
  }
}
.recruitSec01 .recruit-exp-main {
  border: 15px solid #eeedec;
  padding: 30px 15px 30px;
}
@media (min-width: 782px) {
  .recruitSec01 .recruit-exp-main {
    border: 10px solid #eeedec;
  }
}
.recruitSec01 .recruit-detail-list {
  line-height: 2;
  margin: 0 auto 10px;
  width: 100%;
}
@media (min-width: 782px) {
  .recruitSec01 .recruit-detail-list {
    line-height: 2;
  }
}
@media (min-width: 1202px) {
  .recruitSec01 .recruit-detail-list {
    width: 900px;
  }
}
.recruitSec01 .recruit-detail-list dl {
  margin-bottom: 10px;
}
@media (min-width: 782px) {
  .recruitSec01 .recruit-detail-list dl {
    margin-bottom: 0;
  }
}
.recruitSec01 .recruit-detail-list dl:first-child {
  border-top: none;
}
.recruitSec01 .recruit-detail-list dl dt,
.recruitSec01 .recruit-detail-list dl dd {
  border-bottom: none;
  display: inherit;
  padding: 4px 8px;
  width: 100%;
}
@media (min-width: 782px) {
  .recruitSec01 .recruit-detail-list dl dt,
  .recruitSec01 .recruit-detail-list dl dd {
    border-bottom: 1px solid #eeedec;
    display: table-cell;
    width: auto;
  }
}
.recruitSec01 .recruit-detail-list dl dt {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  padding: 11px 10px;
  width: 180px;
}
@media (min-width: 782px) {
  .recruitSec01 .recruit-detail-list dl dt {
    font-weight: 400;
  }
}
.recruitSec01 .recruit-detail-list dl dt p {
  margin-bottom: 0;
  border-left: 4px solid #12305A;
  padding: 0px 15px;
  line-height: 1.2rem;
}
.recruitSec01 .recruit-detail-list dl dd {
  margin-bottom: 0;
  margin-left: 0px;
  padding: 4px 8px 4px 30px;
  word-break: normal !important;
}
@media (min-width: 782px) {
  .recruitSec01 .recruit-detail-list dl dd {
    margin-left: 10px;
    padding: 11px 10px;
  }
}
.recruitSec01 .recruit-detail-list dl dd ul li {
  padding-left: 1em;
  position: relative;
}
.recruitSec01 .recruit-detail-list dl dd ul li::before {
  content: "・";
  left: 0;
  position: absolute;
}
.recruitSec01 dl {
  display: table;
  margin: 0px;
  table-layout: fixed;
  width: 100%;
}
.recruitSec01 dl:first-child {
  border-top: 1px solid #dddddd;
}
.recruitSec01 dl dt,
.recruitSec01 dl dd {
  display: table-cell;
  border-bottom: 1px solid #dddddd;
  padding: 15px 10px;
  vertical-align: middle;
  box-sizing: border-box;
}
.recruitSec01 dl dt {
  font-weight: normal;
  text-align: center;
}
.recruitSec01 dl dd {
  margin-left: 10px;
  word-break: break-all;
}
.recruitSec01 .design_button {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .recruitSec01 .design_button {
    margin-top: 40px;
  }
}

/************************************
*
* CONTACT
*
************************************/
.contactSec01 .cb_content_header {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .contactSec01 .cb_content_header .desc {
    text-align: left;
  }
}
.contactSec01 .contactFrom .mw_wp_form {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.contactSec01 .contactFrom .mw_wp_form__title {
  background-color: #E1DBCD;
  color: #585858;
  font-size: 1.3020833333vw;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  padding: 32.5px 20px;
  text-align: center;
  margin-top: 4.1666666667vw;
}
.contactSec01 .contactFrom .mw_wp_form__item {
  border-bottom: 1px solid #DDDDDD;
  display: flex;
}
@media screen and (max-width: 750px) {
  .contactSec01 .contactFrom .mw_wp_form__item {
    border: 0;
    display: block;
  }
}
.contactSec01 .contactFrom .mw_wp_form__item .head {
  align-items: center;
  border-bottom: 1px solid #BBBBBB;
  display: flex;
  padding: 10px;
  border-bottom: none;
  padding: 27px;
  width: 30%;
}
@media screen and (max-width: 750px) {
  .contactSec01 .contactFrom .mw_wp_form__item .head {
    padding: 0 0 5px 0;
    width: 100%;
  }
}
.contactSec01 .contactFrom .mw_wp_form__item .head .required {
  background-color: #12305A;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-left: 15px;
  padding: 5px 8px;
}
.contactSec01 .contactFrom .mw_wp_form__item .input-field {
  padding: 20.5px 24px;
  width: 70%;
}
@media screen and (max-width: 750px) {
  .contactSec01 .contactFrom .mw_wp_form__item .input-field {
    padding: 0 0 20px 0;
    width: 100%;
  }
}
.contactSec01 .contactFrom .mw_wp_form__item:last-of-type {
  align-items: flex-start;
}
.contactSec01 .contactFrom .mw_wp_form__txt p {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.contactSec01 .contactFrom .mw_wp_form input[type=text],
.contactSec01 .contactFrom .mw_wp_form input[type=email],
.contactSec01 .contactFrom .mw_wp_form textarea {
  background-color: #F5F5F5;
  border: 1px solid #BEBEBE;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.contactSec01 .contactFrom .mw_wp_form input,
.contactSec01 .contactFrom .mw_wp_form select {
  height: 49px;
}
.contactSec01 .contactFrom .mw_wp_form select {
  background-color: #F5F5F5;
  border: 1px solid #BEBEBE;
  color: #1D1D1F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}
.contactSec01 .contactFrom .mw_wp_form textarea {
  padding: 10px 20px;
}
.contactSec01 .contactFrom .mw_wp_form input[type=text],
.contactSec01 .contactFrom .mw_wp_form input[type=email] {
  padding: 0 20px;
}
.contactSec01 .contactFrom .mw_wp_form input[type=submit] {
  background-color: transparent;
  border: 0;
  color: #12305A;
  cursor: pointer;
  display: block;
  font-weight: 500;
  height: 100%;
  padding: 0;
  padding-bottom: 2px;
  width: 100%;
}
.contactSec01 .contactFrom .mw_wp_form input[type=submit]:hover {
  color: #fff;
}
.contactSec01 .contactFrom .mw_wp_form__agree {
  color: #585858;
  line-height: 1.625;
  text-align: center;
}
.contactSec01 .contactFrom .mw_wp_form__agree p:nth-of-type(2) {
  margin-top: 23px;
}
.contactSec01 .contactFrom .mw_wp_form__agree .desc {
  background-color: #F4F4F4;
  margin-bottom: 1.1979166667vw;
  margin-top: 1.5625vw;
  padding: 0.8333333333vw;
  text-align: left;
  text-align: center;
}
.contactSec01 .contactFrom .mw_wp_form__agree input[type=checkbox] {
  height: auto;
}
.contactSec01 .contactFrom .mw_wp_form__btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .contactSec01 .contactFrom .mw_wp_form__btn {
    margin-top: 40px;
  }
}
.contactSec01 .contactFrom .mw_wp_form__btn .btn__wrap {
  background-color: #fff;
  border: 2px solid #12305A;
  box-sizing: border-box;
  color: #12305A;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  min-width: 260px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.35s ease;
  z-index: 3;
}
.contactSec01 .contactFrom .mw_wp_form__btn .btn__wrap::before {
  background-color: #12305A;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: calc(-100% - 70px);
  position: absolute;
  top: -1px;
  transform: skewX(-45deg);
  transform-origin: top left;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  width: calc(100% + 70px);
  z-index: -1;
}
.contactSec01 .contactFrom .mw_wp_form__btn .btn__wrap:hover {
  color: #fff;
}
.contactSec01 .contactFrom .mw_wp_form__btn .btn__wrap:hover::before {
  left: 0;
}