/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wordpress/wp-content/themes/beat-social-sports/assets/scss/style.scss ***!
  \****************************************************************************************************************************************************************/
@charset "UTF-8";
/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  line-height: 1;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: YakuHanJP, "Noto Sans JP", "Roboto Condensed", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  font-size: 12px;
  font-size: 1.2em;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #DEEFFF;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.layered_title1,
.date,
footer small {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.layered_title1 {
  letter-spacing: 0.1rem;
}
@media (min-width: 769px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .layered_title1 {
    letter-spacing: 0.3rem;
  }
}

h1, h2 {
  line-height: 1;
}

.h2-styel1 {
  text-align: center;
  color: #0863f5;
  font-size: 40px;
  font-style: italic;
}
@media (min-width: 769px) {
  .h2-styel1 {
    font-size: 90px;
    margin-bottom: 80px;
  }
}

ul,
dl {
  list-style: none;
}

a {
  transition: all linear 0.3s;
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

span {
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

.img-block img {
  display: block;
  max-width: 100%;
}

.sp-none {
  display: none !important;
}

@media (min-width: 769px) {
  .sp-none {
    display: block !important;
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .flex_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .flex_sp.row_reverse_sp {
    flex-direction: row-reverse;
  }
  .flex_sp.column_reverse_sp {
    flex-direction: column-reverse;
  }
  .flex_sp.col_2_sp > * {
    width: 48%;
  }
  .flex_sp.col_2_sp > * img {
    width: 100%;
  }
  .flex_sp.col_3_sp > * {
    width: 30%;
  }
  .flex_sp.col_3_sp > * img {
    width: 100%;
  }
  .flex_sp.col_4_sp > * {
    width: 23%;
  }
  .flex_sp.col_4_sp > * img {
    width: 100%;
  }
  .flex_sp.col_5_sp > * {
    width: 18%;
  }
  .flex_sp.col_5_sp > * img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  header .flex_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  header .flex_sp.row_reverse_sp {
    flex-direction: row-reverse;
  }
  header .flex_sp.column_reverse_sp {
    flex-direction: column-reverse;
  }
  header .flex_sp.col_2_sp > * {
    width: 48%;
  }
  header .flex_sp.col_2_sp > * img {
    width: 100%;
  }
  header .flex_sp.col_3_sp > * {
    width: 30%;
  }
  header .flex_sp.col_3_sp > * img {
    width: 100%;
  }
  header .flex_sp.col_4_sp > * {
    width: 23%;
  }
  header .flex_sp.col_4_sp > * img {
    width: 100%;
  }
  header .flex_sp.col_5_sp > * {
    width: 18%;
  }
  header .flex_sp.col_5_sp > * img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .flex.align-normal {
    align-items: normal;
  }
  .flex.row_reverse {
    flex-direction: row-reverse;
  }
  .flex.col_2 > * {
    width: 48%;
  }
  .flex.col_2 > * img {
    width: 100%;
  }
  .flex.col_3 > * {
    width: 30%;
  }
  .flex.col_3 > * img {
    width: 100%;
  }
  .flex.col_3::before {
    display: block;
    width: 30%;
    content: "";
    order: 2;
  }
  .flex.col_4 > * {
    width: 23%;
  }
  .flex.col_4 > * img {
    width: 100%;
  }
  .flex.col_4::after, .flex.col_4::before {
    display: block;
    width: 23%;
    content: "";
    order: 2;
  }
  .flex.col_5 > * {
    width: 18%;
  }
  .flex.col_5 > * img {
    width: 100%;
  }
}

.btn {
  position: relative;
  font-size: 14px;
  line-height: 1;
  padding: 15px 45px;
  display: inline-block;
  font-weight: bold;
  transition: opacity 0.3s linear;
  text-align: center;
}
.btn input {
  line-height: 1;
  letter-spacing: 4px;
}
.btn.black_btn {
  background: #000000;
  color: #ffffff;
}
.btn.outline_btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.white_btn {
  color: #0049BE;
  background: #ffffff;
}
.btn.blue_btn {
  background: #0049BE;
  color: #ffffff;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.5;
}
.btn.yellow_btn {
  background-color: #FFF962;
  color: #0863f5;
}
.btn.big:after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  right: 20px;
}

.black_btnset > * {
  margin-top: 2px;
}
@media (max-width: 768px) {
  .black_btnset.col_2_sp > * {
    width: calc(50% - 1px);
  }
  .black_btnset.col_4_sp > * {
    width: calc(25% - 1px);
  }
}
@media (min-width: 769px) {
  .black_btnset.col_2 > * {
    width: calc(50% - 1px);
  }
  .black_btnset.col_4:after, .black_btnset.col_4:before {
    display: block;
    content: "";
    width: calc(25% - 1px);
    order: 2;
  }
  .black_btnset.col_4 > * {
    width: calc(25% - 1px);
  }
}
.black_btnset a {
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.black_btnset a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  background: url(039226ef43c973452312.svg) no-repeat top left;
  background-size: contain;
}
@media (max-width: 768px) {
  .black_btnset.sp-full.col_2_sp > * {
    width: 100% !important;
  }
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  display: none;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .slider {
    padding-bottom: 30px;
  }
}
.slider.slick-dotted {
  margin-bottom: 0;
}
.slider.slick-initialized {
  opacity: 1;
  display: block;
}
.slider .slick-dots li button {
  font-size: 0;
  line-height: 1;
  display: block;
  width: initial;
  height: initial;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}
.slider .slick-dots li button::before {
  line-height: 1;
  width: auto;
  height: auto;
  position: relative;
  color: #0863f5;
  font-size: 60px;
}
@media (min-width: 769px) {
  .slider .slick-dots li button::before {
    font-size: 80px;
  }
}

main section {
  margin-top: 50px;
  margin-bottom: 50px;
}
main section:first-of-type {
  margin: 0;
}
@media (min-width: 769px) {
  main section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 769px) {
  main section.banner_section {
    margin-top: -50px;
    margin-bottom: 100px;
  }
}

.layered_title1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: -30px;
  font-style: italic;
}
@media (min-width: 769px) {
  .layered_title1 {
    margin-bottom: -40px;
  }
}
.layered_title1 .title-inner {
  text-align: center;
  line-height: 1;
  display: inline-block;
  font-size: 28px;
  padding: 12px 25px 12px 25px;
}
@media (min-width: 769px) {
  .layered_title1 .title-inner {
    font-size: 60px;
    padding: 30px 40px;
  }
}
.layered_title1.style-normal {
  font-family: YakuHanJP, "Noto Sans JP", "Roboto Condensed", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}
.layered_title1.style-normal .title-inner {
  font-size: 26px;
}
@media (min-width: 769px) {
  .layered_title1.style-normal .title-inner {
    font-size: 54px;
  }
}
.layered_title1.bg_blue .title-inner {
  background: #0863f5;
  color: #ffffff;
}
.layered_title1.bg_white .title-inner {
  background: #ffffff;
  color: #0863f5;
}

.layered_title2 {
  color: #0863f5;
  font-size: min(12.4vw, 50px);
  font-style: italic;
  text-align: center;
  letter-spacing: 1.3px;
}
.layered_title2.white {
  color: white;
}
@media (min-width: 769px) {
  .layered_title2 {
    font-size: 76px;
  }
}

.layered_inner_title {
  margin: 0 auto -2rem auto;
  text-align: center;
  font-style: italic;
  color: white;
}
@media (min-width: 769px) {
  .layered_inner_title {
    margin-bottom: -4rem;
  }
}
.layered_inner_title .title-inner {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  line-height: 1;
  padding: 1rem 2rem;
  background-color: #0049BE;
}
@media (min-width: 769px) {
  .layered_inner_title .title-inner {
    font-size: 4.1rem;
    letter-spacing: 2.5px;
    padding: 2rem 2.5rem;
  }
}

picture > * {
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 769px) {
  .container {
    width: calc(100% - 100px);
    max-width: 1166px;
  }
}
.container.bg_white .contents_box {
  background: #ffffff;
}
.container.bg_white .contents_box .top_area {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .container.bg_white .contents_box .top_area {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .container.bg_white .contents_box .top_area .left_area {
    width: 50%;
  }
}
.container.bg_white .contents_box .top_area .left_area h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .container.bg_white .contents_box .top_area .left_area h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.container.bg_white .contents_box .top_area .left_area > p:not(*:first-child) {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .container.bg_white .contents_box .top_area .right_area {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .container.bg_white .contents_box .top_area .right_area {
    width: 45%;
  }
}
.container.bg_white .contents_box .top_area .right_area figure {
  position: relative;
}
.container.bg_white .contents_box .top_area .right_area figure figcaption {
  position: absolute;
  background: #0863f5;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  line-height: 1;
}
.container.bg_white .contents_box .bottom_area.black_btnset > li a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
  font-size: min(3.2vw, 14px);
  padding-top: min(4vw, 20px);
  padding-bottom: min(4vw, 20px);
}
@media (min-width: 769px) {
  .container.bg_white .contents_box .bottom_area.black_btnset > li a {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 23px;
  }
}
.container.bg_white .contents_box .bottom_area.black_btnset > li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  background: url(039226ef43c973452312.svg) no-repeat top left;
  background-size: contain;
}

section .section-inner {
  overflow: hidden;
  padding: 40px 20px 30px;
}
@media (min-width: 769px) {
  section .section-inner {
    padding: 80px 60px 60px;
  }
}
section .section-inner.bg_white {
  background: #ffffff;
}
section .section-inner.bg_blue {
  background: #deefff;
}
section .section-inner.bg_deep_blue {
  background: #0863f5;
}

.contents_box {
  width: 100%;
  overflow: hidden;
  padding: 40px 20px 30px;
}
@media (min-width: 769px) {
  .contents_box {
    padding: 80px 60px 60px;
  }
}
@media (min-width: 769px) {
  .contents_box.small-box {
    padding: 80px 40px 40px;
  }
}
.contents_box.bg_white {
  background: #ffffff;
}
.contents_box.bg_blue {
  background: #deefff;
}
.contents_box.bg_deep_blue {
  background: #0863f5;
}
@media (max-width: 768px) {
  .contents_box.article_list {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .contents_box.article_list ul > li:not(:first-child) {
    margin-top: 30px;
  }
}
.contents_box.article_list ul > li a > div {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .contents_box.article_list ul > li a > div {
    margin-top: 15px;
  }
}
.contents_box.article_list ul > li a > div p,
.contents_box.article_list ul > li a > div h4 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .contents_box.article_list ul > li a > div p,
  .contents_box.article_list ul > li a > div h4 {
    font-size: 13px;
    letter-spacing: 0.1rem;
  }
}
.contents_box.article_list ul > li a > div .date {
  color: rgba(0, 0, 0, 0.5);
}
.contents_box.article_list ul > li a > div .article-status {
  padding: 3px 5px 4px 8px;
  font-size: 11px;
  margin-right: 8px;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 769px) {
  .contents_box.article_list ul > li a > div .article-status {
    padding: 5px 7px 5px 10px;
    font-size: 12px;
    margin-right: 10px;
  }
}
.contents_box.article_list ul > li a > div h4 {
  margin-top: 5px;
}
@media (min-width: 769px) {
  .contents_box.article_list ul > li a > div h4 {
    margin-top: 10px;
  }
}
.contents_box .btn {
  float: right;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .contents_box .btn {
    margin-top: 30px;
  }
}
.contents_box .btn.full {
  display: block;
  float: none;
}
.contents_box .btn.left {
  display: inline-block;
  float: none;
  margin: 0;
}
.contents_box:after {
  content: "";
  clear: both;
}

section {
  position: relative;
}
section .anchor {
  position: absolute;
  top: -80px;
  left: 0;
}
@media (min-width: 769px) {
  section .anchor {
    top: -100px;
  }
}

.square-arrow {
  display: flex;
  height: 3.2rem;
  width: 3.2rem;
  justify-content: center;
  align-items: center;
  background-color: #0863F5 !important;
  border-radius: 2px;
  z-index: 10;
}
@media (min-width: 769px) {
  .square-arrow {
    height: 6rem;
    width: 6rem;
  }
}
.square-arrow::before, .square-arrow::after {
  display: none;
}
.square-arrow img {
  display: block;
  width: 0.7rem;
}
@media (min-width: 769px) {
  .square-arrow img {
    width: 1.2rem;
  }
}

.flow-section {
  padding: 4rem 0;
}
@media (min-width: 769px) {
  .flow-section {
    padding: 10rem 0;
  }
}
.flow-section .sub-caption {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  color: #0863f5;
  letter-spacing: 1.5px;
  margin: 1.5rem 0 3rem 0;
  text-align: center;
}
@media (min-width: 769px) {
  .flow-section .sub-caption {
    font-size: 3rem;
    letter-spacing: 2.4px;
    margin: 2rem 0 5rem 0;
  }
}
.flow-section .container {
  margin-top: 30px;
}
.flow-section .flow-list li {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .flow-section .flow-list li {
    margin-bottom: 4rem;
  }
}
.flow-section .flow-list li:last-of-type {
  margin-bottom: 0;
}
.flow-section .flow-list li:last-of-type .lesson-block {
  margin-bottom: 0;
}
.flow-section .flow-list li:last-of-type .lesson-block .content-block {
  margin-bottom: 0;
}
.flow-section .flow-arrow {
  width: 120%;
  max-width: none;
  margin-left: -10%;
}
.flow-section .membership-list {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .flow-section .membership-list {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 5rem;
  }
}
@media (min-width: 769px) {
  .flow-section .membership-list li {
    position: relative;
    width: 16%;
    margin-bottom: 0;
    padding: 1rem 0;
  }
}
.flow-section .membership-block h4 {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .flow-section .membership-block h4 {
    font-size: 1.6rem;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
}
.flow-section .membership-block h4 > * {
  display: block;
}
.flow-section .membership-block h4 strong {
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .flow-section .membership-block h4 strong {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.flow-section .membership-block h4 strong b {
  font-size: 3.2rem;
  letter-spacing: 0.6px;
}
@media (min-width: 769px) {
  .flow-section .membership-block h4 strong b {
    font-size: 3.6rem;
  }
}
@media (min-width: 769px) {
  .flow-section .membership-block h4 span {
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .flow-section .membership-block .membership-arrow {
    position: absolute;
    width: 3.5rem;
    top: 0;
    right: -4rem;
    bottom: 0;
    margin: auto;
  }
}
.flow-section .entry-block {
  background-color: #0049BE;
  padding: 2rem;
  color: white;
}
@media (min-width: 769px) {
  .flow-section .entry-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.5rem;
  }
}
@media (min-width: 769px) {
  .flow-section .entry-block > * {
    display: block;
    width: 48.5%;
  }
}
.flow-section .entry-block h3 {
  font-size: 1.4rem;
  letter-spacing: 1.1px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .flow-section .entry-block h3 {
    font-size: 3.8rem;
    letter-spacing: 2px;
  }
}
.flow-section .entry-block .btn.full {
  color: #0863f5;
}
@media (min-width: 769px) {
  .flow-section .entry-block .btn.full {
    font-size: 3rem;
    letter-spacing: 2.4px;
    padding: 2rem 0;
    margin: 0;
  }
}
@media (min-width: 769px) {
  .flow-section .entry-block .btn.full::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

main .title-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 9rem 0 6rem 0;
}
@media (min-width: 769px) {
  main .title-section {
    padding: 18rem 0 14rem 0;
  }
}
main .title-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 53, 78, 0.6);
  mix-blend-mode: multiply;
}
main .title-section h1, main .title-section .caption {
  position: relative;
  width: 90%;
  font-size: 2.5rem;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1.2;
  color: white;
  margin: 0 auto;
}
@media (min-width: 769px) {
  main .title-section h1, main .title-section .caption {
    font-size: 7rem;
    letter-spacing: 4px;
    line-height: 1.1;
  }
}
main .title-section h1 b, main .title-section .caption b {
  font-size: 2rem;
  letter-spacing: 1.2px;
}
@media (min-width: 769px) {
  main .title-section h1 b, main .title-section .caption b {
    font-size: 5rem;
    letter-spacing: 3px;
  }
}
main .title-section h1 small, main .title-section .caption small {
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media (min-width: 769px) {
  main .title-section h1 small, main .title-section .caption small {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}

.common-slider-section .slider-wrapper {
  background-color: white;
  padding: 5rem 2rem 2rem 2rem;
}
@media (min-width: 769px) {
  .common-slider-section .slider-wrapper {
    padding: 9rem 8rem 5rem 8rem;
  }
}
.common-slider-section .slider-wrapper .common-slider .slider-inner {
  width: 98%;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 769px) {
  .common-slider-section .slider-wrapper .common-slider .slider-inner {
    display: flex;
    justify-content: space-between;
  }
}
.common-slider-section .slider-wrapper .common-slider .img-block {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .common-slider-section .slider-wrapper .common-slider .img-block {
    margin: 0;
    width: 40%;
    display: flex;
    align-items: center;
  }
}
.common-slider-section .slider-wrapper .common-slider .img-block img {
  width: 100%;
  display: block;
}
.common-slider-section .slider-wrapper .common-slider .slick-arrow {
  top: 30%;
}
@media (min-width: 769px) {
  .common-slider-section .slider-wrapper .common-slider .slick-arrow {
    top: 45%;
  }
}
.common-slider-section .slider-wrapper .common-slider .slick-arrow.slick-next {
  right: -4rem;
}
@media (min-width: 769px) {
  .common-slider-section .slider-wrapper .common-slider .slick-arrow.slick-next {
    right: -11rem;
  }
}
.common-slider-section .slider-wrapper .common-slider .slick-arrow.slick-prev {
  left: -4rem;
}
@media (min-width: 769px) {
  .common-slider-section .slider-wrapper .common-slider .slick-arrow.slick-prev {
    left: -11rem;
  }
}

.item-section .slider-wrapper .common-slider .img-block {
  margin-bottom: 3rem;
}
.item-section .slider-wrapper .common-slider .img-block .image-slider {
  width: 100% !important;
}
@media (min-width: 769px) {
  .item-section .slider-wrapper .common-slider .img-block .image-slider {
    margin-bottom: 0;
  }
}
.item-section .slider-wrapper .common-slider .item-block {
  line-height: 2;
  letter-spacing: 0.4px;
}
@media (min-width: 769px) {
  .item-section .slider-wrapper .common-slider .item-block {
    width: 55%;
    letter-spacing: 1px;
  }
}
.item-section .slider-wrapper .common-slider .item-block h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid black;
}
@media (min-width: 769px) {
  .item-section .slider-wrapper .common-slider .item-block h3 {
    font-size: 3.4rem;
    letter-spacing: 2.4px;
    line-height: 1.8;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.item-section .slider-wrapper .common-slider .item-block p {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .item-section .slider-wrapper .common-slider .item-block p {
    font-size: 1.3rem;
  }
}
.item-section .slider-wrapper .common-slider .item-block .buy-block {
  text-align: right;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .item-section .slider-wrapper .common-slider .item-block .buy-block {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .item-section .slider-wrapper .common-slider .item-block .buy-block .btn {
    font-size: 2rem;
    letter-spacing: 1.6px;
    padding-right: 4rem;
  }
}
.item-section .slider-wrapper .common-slider .item-block .buy-block .btn::after {
  width: 1.4rem;
  height: 1.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

dl.outlines {
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  dl.outlines {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 1.4px;
    padding-top: 0;
  }
}
dl.outlines > dt {
  font-weight: bold;
  line-height: 1.2;
  color: white;
  background-color: #0049BE;
  text-align: center;
  padding: 1.5rem 2rem;
}
@media (min-width: 769px) {
  dl.outlines > dt {
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.9rem;
    letter-spacing: 0.8px;
  }
}
dl.outlines > dd {
  color: rgba(0, 0, 0, 0.8);
  background-color: white;
  padding: 2rem;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  dl.outlines > dd {
    width: 84%;
    font-size: 1.6rem;
  }
}
dl.outlines > dd strong {
  display: block;
  margin-bottom: 1rem;
  color: black;
}
dl.outlines > dd p {
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  dl.outlines > dt, dl.outlines > dd {
    margin-bottom: 2px;
    line-height: 2;
    padding: 2rem 3rem;
  }
}
dl.outlines table.outline-table {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1.5;
  overflow-x: scroll;
}
@media (min-width: 769px) {
  dl.outlines table.outline-table {
    font-size: 1.6rem;
  }
}
dl.outlines table.outline-table th, dl.outlines table.outline-table td {
  background-color: #deefff;
}
dl.outlines table.outline-table small {
  font-size: 1.1rem;
}
@media (min-width: 769px) {
  dl.outlines table.outline-table small {
    font-size: 1.2rem;
  }
}
dl.outlines table.outline-table thead th {
  padding: 1.5rem 1rem;
}
@media (min-width: 769px) {
  dl.outlines table.outline-table thead th {
    padding: 2rem 1rem;
  }
}
dl.outlines table.outline-table tbody th, dl.outlines table.outline-table tbody td {
  padding: 1rem;
}
@media (min-width: 769px) {
  dl.outlines table.outline-table tbody th, dl.outlines table.outline-table tbody td {
    padding: 1.5rem 1rem;
  }
}

dl.outline-details {
  margin-bottom: 0.5rem;
}
@media (min-width: 769px) {
  dl.outline-details {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  dl.outline-details > dt {
    width: 22%;
  }
}
@media (max-width: 768px) {
  dl.outline-details > dd {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 769px) {
  dl.outline-details > dd {
    width: 78%;
  }
}
@media (max-width: 768px) {
  dl.outline-details > dd:last-of-type {
    margin-bottom: 0;
  }
}

.post-password-form input {
  background-color: lightgrey;
  border: 1px solid black;
}

.article-status.recruiting {
  background-color: #0863f5;
}
.article-status.deadline {
  background-color: rgba(0, 0, 0, 0.5);
}
.article-status.end {
  background-color: black;
}

.check {
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (min-width: 769px) {
  .check {
    width: 20px;
    height: 20px;
  }
}
.check img {
  display: block;
  width: 9px;
}
@media (min-width: 769px) {
  .check img {
    width: 11px;
  }
}

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 78px;
  transition: all 0.1s linear;
  background-color: #0049BE;
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}
@media (min-width: 1025px) {
  header {
    height: 147px;
  }
}
header .menu__toggler {
  display: none;
  z-index: 999;
  width: 36px;
  height: 24px;
  outline: none;
  cursor: pointer;
  position: fixed;
  align-items: center;
  top: 25px;
  right: 25px;
}
@media (max-width: 1024px) {
  header .menu__toggler {
    display: flex;
  }
}
header .menu__toggler span,
header .menu__toggler span::before,
header .menu__toggler span::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.4s linear, background-color 0.2s;
}
header .menu__toggler span {
  width: 36px;
  margin-left: 0;
}
header .menu__toggler span::before {
  top: -12px;
  width: 36px;
}
header .menu__toggler span::after {
  top: 12px;
  width: 36px;
}
header .menu__toggler.active > span {
  background-color: transparent;
}
header .menu__toggler.active > span::before, header .menu__toggler.active > span::after {
  background-color: #ffffff;
  top: 0px;
}
header .menu__toggler.active > span::before {
  transform: rotate(-225deg);
}
header .menu__toggler.active > span::after {
  transform: rotate(225deg);
}
header .menu__toggler.closed span,
header .menu__toggler.closed span::before,
header .menu__toggler.closed span::after {
  background-color: #ffffff;
}
header .menu__toggler.closed.active span {
  background-color: transparent;
}
header .menu__toggler.closed.active span::before,
header .menu__toggler.closed.active span::after {
  background-color: #ffffff;
}
header .container {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  header .container {
    width: calc(100% - 80px);
    height: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
header .container .logo {
  transition: all 0.2s linear;
  transform-origin: center left;
  text-decoration: none;
}
@media (max-width: 1024px) {
  header .container .logo {
    position: absolute;
    top: 25px;
    left: 25px;
  }
}
@media (min-width: 1025px) {
  header .container .logo {
    min-width: 400px;
  }
}
header .container .logo .head_title {
  font-size: 24px;
  letter-spacing: 0.7px;
  line-height: 1.2;
  color: white;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  header .container .logo .head_title {
    font-size: 41px;
    letter-spacing: 1.2px;
  }
}
header .container nav {
  transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  header .container nav {
    width: 100% !important;
    background: #0049BE;
    display: none;
    justify-content: space-between;
    opacity: 0;
    transition: opacity 0.2s linear;
    height: 100vh;
  }
}
@media (min-width: 1025px) {
  header .container nav {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .iphone header .container nav, .ipad header .container nav {
    min-height: -webkit-fill-available;
  }
}
@media (min-width: 1025px) {
  header .container nav > * {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
header .container nav > * > * a {
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2.4px;
  transition: opacity 0.3s linear;
  font-size: 30px;
}
@media (min-width: 1025px) {
  header .container nav > * > * a {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
header .container nav > * > * a:hover {
  opacity: 0.7;
  text-decoration: none;
}
header .container nav > *.top_area {
  transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  header .container nav > *.top_area > * {
    width: 50%;
  }
}
header .container nav > *.top_area > *:not(:first-child) {
  border-left: 1px solid #ffffff;
}
@media (max-width: 1024px) {
  header .container nav > *.top_area > *:not(:first-child) {
    width: calc(50% - 1px);
  }
}
header .container nav > *.top_area > * a {
  padding: 20px 18px 19px 20px;
  line-height: 1;
  display: block;
  transition: all 0.2s linear;
  text-align: center;
}
header .container nav > *.bottom_area {
  transition: all 0.2s linear;
}
@media (max-width: 1024px) {
  header .container nav > *.bottom_area {
    margin-top: 100px;
    width: 100%;
  }
}
header .container nav > *.bottom_area > * {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  header .container nav > *.bottom_area > *:not(:first-child) {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  header .container nav > *.bottom_area > * {
    padding-left: 20px;
  }
}
header .container nav > *.bottom_area > * > * a {
  transition: all 0.3s linear;
}
header .container nav .top_area a {
  background: #0863f5;
}
@media (max-width: 1024px) {
  header.active .container nav {
    display: flex;
    opacity: 1;
  }
  header.active .container nav > *.bottom_area {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  header:not(.top) {
    height: 58px;
  }
}

@media (max-width: 1024px) {
  main {
    padding-top: 78px;
  }
}
@media (min-width: 1025px) {
  main {
    padding-top: 147px;
  }
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96px;
  background-color: white;
}
@media (min-width: 769px) {
  footer {
    height: 120px;
  }
}
footer small {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #0049BE;
}
@media (min-width: 769px) {
  footer small {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
.main-visual {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .main-visual {
    background-image: url(5420f68ed57ce440abe2.jpg);
    height: max(90vh - 78px, 600px);
  }
}
@media (min-width: 769px) {
  .main-visual {
    background-image: url(27d98d01bb28490c12fc.jpg);
    height: calc(100vh - 147px);
  }
}
.main-visual__caption {
  width: 100%;
  height: 230px;
  background: linear-gradient(to bottom, transparent 0%, #081e91 100%);
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .main-visual__caption {
    height: auto;
    top: 0;
    width: 44%;
    background: none;
  }
}
.main-visual__h1 {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
  color: white;
  font-size: 47px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.4px;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .main-visual__h1 {
    font-size: 76px;
    letter-spacing: 2px;
    width: auto;
  }
}

.beat {
  background-color: #0049BE;
  padding: 30px 0 0 0;
  margin: 0;
}
@media (min-width: 769px) {
  .beat {
    padding-top: 0;
  }
}
.beat .layered_title2 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .beat .layered_title2 {
    text-align: left;
  }
}
.beat__texts {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3.4px;
  line-height: 1.8;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.beat__texts span {
  display: block;
}
@media (min-width: 769px) {
  .beat__texts {
    font-size: 26px;
    letter-spacing: 5px;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 0;
  }
  .beat__texts span:nth-child(1) {
    padding-left: 20px;
  }
  .beat__texts span:nth-child(2) {
    padding-left: 40px;
  }
  .beat__texts span:nth-child(3) {
    padding-left: 60px;
  }
  .beat__texts span:nth-child(4) {
    padding-left: 80px;
  }
  .beat__texts span:nth-child(5) {
    padding-left: 100px;
  }
}
.beat__image {
  display: block;
}
@media (min-width: 769px) {
  .beat__content {
    width: 39%;
    height: 360px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .beat__image-wrapper img {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .beat__image-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .beat__image-wrapper::after {
    content: "";
    display: block;
    width: 55%;
    height: 200%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
    background-color: #0049BE;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 769px) {
  .service__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
  }
}
.service .layered_title2 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .service .layered_title2 {
    margin-bottom: 0;
  }
}
.service__texts {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  color: #0049BE;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .service__texts {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -40px;
  }
}
.service__list li {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .service__list li {
    width: 31%;
  }
}
.service__list li:last-of-type {
  margin-bottom: 0;
}
.service__link {
  display: block;
  position: relative;
}
.service__image {
  display: block;
}
.service__item {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, rgba(0, 37, 95, 0) 0%, rgba(0, 21, 54, 0.6) 23%, #00255F 100%) 0 0 no-repeat padding-box;
}
@media (min-width: 769px) {
  .service__item {
    height: 80px;
  }
}
.service__item-inner {
  width: 90%;
  height: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service__title {
  font-size: 20px;
  letter-spacing: 1.4px;
  line-height: 1.2;
  color: white;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .service__title {
    font-size: 25px;
    letter-spacing: 1.7px;
  }
}
.service__title small {
  display: inline;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 1.7px;
  color: #DDDDDD;
  margin-left: 15px;
}
@media (min-width: 769px) {
  .service__title small {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.service__arrow img {
  display: block;
  width: 12px;
}
@media (min-width: 769px) {
  .service__arrow img {
    width: 13px;
  }
}

.office {
  background-color: white;
  padding: 50px 0;
  margin: 0;
}
@media (min-width: 769px) {
  .office {
    padding: 120px 0;
  }
}
@media (min-width: 769px) {
  .office__inner {
    display: flex;
  }
}
.office .layered_title2 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .office .layered_title2 {
    text-align: left;
    margin-bottom: 50px;
  }
}
.office__dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: #0049BE;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .office__dl {
    font-size: 15px;
    letter-spacing: 2.8px;
  }
}
.office__dl dt {
  width: 100px;
}
@media (min-width: 769px) {
  .office__dl dt {
    width: 130px;
  }
}
.office__dl dd {
  width: calc(100% - 100px);
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .office__dl dd {
    width: calc(100% - 130px);
  }
}
@media (min-width: 769px) {
  .office__info {
    width: 44%;
  }
}
@media (min-width: 769px) {
  .office__image-wrapper {
    width: 55%;
  }
}

@media (min-width: 769px) {
  .contact__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
.contact .layered_title2 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .contact .layered_title2 {
    margin-bottom: 0;
  }
}
.contact__texts {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #0049BE;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .contact__texts {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.9;
    text-align: left;
    margin-bottom: 0;
  }
}
.contact__texts p {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .contact__texts p {
    margin-bottom: 25px;
  }
}
.contact__texts p:last-of-type {
  margin-bottom: 0;
}
.contact__ul {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .contact__ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
  }
}
.contact__ul > li {
  background-color: #0049BE;
  padding: 25px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .contact__ul > li {
    padding: 30px;
    margin-bottom: 0;
  }
}
.contact__ul > li:last-of-type {
  margin-bottom: 0;
}
.contact__ul > li h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 3px;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .contact__ul > li h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 18px;
    letter-spacing: 3.4px;
  }
}
.contact__ul > li > img {
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .contact__ul > li > img {
    margin-bottom: 30px;
  }
}
.contact__check-ul > li {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 1.9px;
  line-height: 1.8;
  color: white;
  margin-bottom: 10px;
}
.contact__check-ul > li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .contact__check-ul > li {
    font-size: 13px;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
  }
}
.contact__check-ul > li .check-wrapper {
  width: 25px;
  margin-top: 4px;
}
@media (min-width: 769px) {
  .contact__check-ul > li .check-wrapper {
    width: 30px;
  }
}
.contact__check-ul > li > span {
  width: calc(100% - 25px);
}
@media (min-width: 769px) {
  .contact__check-ul > li > span {
    width: calc(100% - 30px);
  }
}
@media (min-width: 769px) {
  .contact__form {
    width: 800px;
    margin: 0 auto;
  }
}
.contact__form h3 {
  font-size: 2rem;
  letter-spacing: 3.2px;
  color: #0049BE;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .contact__form h3 {
    font-size: 3rem;
    letter-spacing: 5.7px;
    margin-bottom: 6rem;
  }
}
.contact__form dl {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .contact__form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}
.contact__form dl dt {
  font-size: 1.3rem;
  letter-spacing: 2.4px;
  line-height: 1;
  font-weight: bold;
  color: #0049BE;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .contact__form dl dt {
    width: 150px;
    font-size: 1.5rem;
    letter-spacing: 2.9px;
    text-align: right;
    margin-bottom: 25px;
  }
}
@media (min-width: 769px) {
  .contact__form dl dt span {
    display: inline-block;
    padding-top: 30px;
  }
}
.contact__form dl dd {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .contact__form dl dd {
    width: calc(100% - 185px);
    margin-bottom: 25px;
  }
}
.contact__form dl dd .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact__form dl dd .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
}
.contact__form dl dd input, .contact__form dl dd textarea, .contact__form dl dd select {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
  background-color: white;
  color: #0049BE;
}
.contact__form dl dd input::placeholder, .contact__form dl dd textarea::placeholder, .contact__form dl dd select::placeholder {
  color: #9fb5e1;
}
@media (min-width: 769px) {
  .contact__form dl dd input, .contact__form dl dd textarea, .contact__form dl dd select {
    font-size: 1.5rem;
    letter-spacing: 2.8px;
    padding: 2.2rem;
  }
}
.contact__form .submit__wrapper {
  text-align: right;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 769px) {
  .contact__form .submit__wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .contact__form .submit__wrapper input {
    font-size: 1.6rem;
    padding: 2rem 5rem;
  }
}
.contact__form .submit__wrapper .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -3rem;
  margin: 0;
}
@media (min-width: 769px) {
  .contact__form .submit__wrapper .wpcf7-spinner {
    bottom: -4rem;
  }
}
.contact__select {
  position: relative;
}
.contact__select::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(b7d83df905c78bd25807.svg);
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: auto;
}
@media (min-width: 769px) {
  .contact__select::after {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 769px) {
  .contact__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: calc(100% - 185px);
    margin-left: 185px;
  }
}
.contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__tel .img-wrapper img {
  display: block;
  width: 54px;
}
.contact__tel h4 {
  font-size: 37px;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #0049BE;
  text-align: center;
}
.contact__tel h4 a {
  display: block;
  color: #0049BE;
  margin-bottom: 5px;
}
.contact__tel h4 small {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #0049BE;
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.not-found-container {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found-container h1 {
  font-size: 3rem;
  line-height: 1;
  color: #0049BE;
}
.not-found-container h1 small {
  display: inline-block;
  font-size: 2rem;
  padding-top: 1rem;
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
.sub-page {
  color: #0049BE;
}
.sub-page__header {
  background-color: white;
}
.sub-page__header-image img {
  display: block;
  width: 50%;
}
.sub-page__header-captions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sub-page__header-captions .container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.sub-page__header-caption > * {
  display: block;
  text-align: right;
}
.sub-page__header-caption .sub-title {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
  font-size: 26px;
  letter-spacing: 0.7px;
  line-height: 1;
}
@media (min-width: 769px) {
  .sub-page__header-caption .sub-title {
    font-size: 50px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
}
.sub-page__header-caption .main-title {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
  font-size: 34px;
  letter-spacing: 1px;
  line-height: 0.9;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .sub-page__header-caption .main-title {
    font-size: 70px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.1;
  }
}
.sub-page__header-caption .main-title span {
  display: inline-block;
}
@media (max-width: 768px) {
  .sub-page__header-caption .main-title span {
    background-color: white;
    padding: 10px 0 10px 15px;
    margin-top: -15px;
  }
  .sub-page__header-caption .main-title span:first-of-type {
    margin-top: 0;
  }
}
.sub-page__header-caption b {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .sub-page__header-caption b {
    font-size: 26px;
    letter-spacing: 5px;
  }
}
.sub-page__body {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .sub-page__body {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1.4px;
    margin-bottom: 100px;
  }
}
.sub-page__ul {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .sub-page__ul {
    margin-bottom: 120px;
  }
}
.sub-page__ul > li {
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .sub-page__ul > li {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sub-page__ul > li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.sub-page__ul > li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .sub-page__ul > li .img-wrapper {
    width: 43%;
  }
}
@media (min-width: 769px) {
  .sub-page__ul > li .content {
    width: 52%;
  }
}
.sub-page__ul > li img {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .sub-page__ul > li img {
    margin-bottom: 0;
  }
}
.sub-page__ul > li h3 {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .sub-page__ul > li h3 {
    margin-bottom: 25px;
  }
}
.sub-page__ul > li h3 b {
  font-size: 26px;
  letter-spacing: 0.7px;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .sub-page__ul > li h3 b {
    font-size: 34px;
    letter-spacing: 1px;
  }
}
.sub-page__ul > li h3 span {
  font-size: 21px;
  letter-spacing: 3px;
}
@media (min-width: 769px) {
  .sub-page__ul > li h3 span {
    font-size: 28px;
    letter-spacing: 3.9px;
  }
}
.sub-page__ul > li p, .sub-page__ul > li li {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  letter-spacing: 1.9px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .sub-page__ul > li p, .sub-page__ul > li li {
    font-size: 15px;
    letter-spacing: 1.1px;
  }
}
.sub-page__ul > li ul.list {
  list-style-type: disc;
  margin-left: 20px;
}
.sub-page__ul > li .btn-wrapper {
  padding-top: 35px;
}
@media (min-width: 769px) {
  .sub-page__ul > li .btn-wrapper {
    text-align: right;
  }
}
.sub-page .btn-wrapper {
  text-align: center;
}
.sub-page .btn-wrapper a {
  letter-spacing: 4px;
}
@media (min-width: 769px) {
  .sub-page .btn-wrapper a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .sub-page .btn-wrapper .large_btn {
    font-size: 24px;
    letter-spacing: 7px;
    padding: 25px 50px;
  }
}
@media (min-width: 769px) {
  .sub-page .btn-wrapper .large_btn span {
    font-size: 16px;
    letter-spacing: 2.5px;
  }
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
.management__coaches {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .management__coaches > li {
    width: 47%;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .management__coaches > li {
    width: 30%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .management__coaches::after {
    display: block;
    content: "";
    width: 30%;
  }
}
.management__coach-link {
  display: block;
}
.management__coach-link img {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .management__coach-link img {
    margin-bottom: 30px;
  }
}
.management__coach-link h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #0049BE;
  letter-spacing: 1.8px;
  text-align: center;
}
@media (min-width: 769px) {
  .management__coach-link h3 {
    font-size: 16px;
  }
}

.management-modal {
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.4px;
  overflow-y: scroll;
  padding: 2rem;
  background-color: #fff;
  max-height: 100%;
}
@media (min-width: 769px) {
  .management-modal {
    padding: 4rem;
  }
}
@media (min-width: 769px) {
  .management-modal__header {
    width: 500px;
    margin: 0 auto;
  }
}
.management-modal__image {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .management-modal__image {
    margin-bottom: 40px;
  }
}
.management-modal__name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .management-modal__name {
    font-size: 28px;
    letter-spacing: 3.9px;
  }
}
.management-modal__name small {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .management-modal__name small {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-top: 10px;
  }
}
.management-modal__profiles > li {
  margin-bottom: 25px;
}
.management-modal__profiles > li:last-of-type {
  margin-bottom: 0;
}
.management-modal__item-name {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1.1px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .management-modal__item-name {
    font-size: 17px;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
  }
}
.management-modal__item-value {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .management-modal__item-value {
    font-size: 15px;
    letter-spacing: 1.1px;
  }
}
.management-modal__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .management-modal__dl {
    font-size: 15px;
    letter-spacing: 1.1px;
  }
}
.management-modal__dl > dt {
  width: 65px;
}
@media (min-width: 769px) {
  .management-modal__dl > dt {
    width: 75px;
  }
}
.management-modal__dl > dd {
  width: calc(100% - 65px);
}
@media (min-width: 769px) {
  .management-modal__dl > dd {
    width: calc(100% - 75px);
  }
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Scss Document */
/*color*/
/* height */
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.font-jp {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
}

.font-roboto {
  font-family: "Roboto Condensed", YakuHanJP, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Gothic Medium BBB", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: italic;
}

/* responsive */
/*@include mq() { }*/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal .modal__container, .modal .modal__overlay {
  will-change: transform;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 73, 190, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.modal .modal__container {
  overflow: visible;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2000;
}
@media (max-width: 768px) {
  .modal .modal__container {
    width: 90%;
    max-height: 95vh;
    margin-top: 5vh;
    margin-bottom: 1vh;
  }
}
@media (min-width: 769px) {
  .modal .modal__container {
    width: calc(100% - 80px);
    max-width: 800px;
    max-height: 90vh;
    margin-top: 5vh;
    margin-bottom: 1vh;
  }
}
.modal .btn-close {
  z-index: 2000;
  background: #00368D;
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 150ms;
}
@media (max-width: 768px) {
  .modal .btn-close {
    width: 38px;
    height: 38px;
    top: -20px;
    right: -15px;
  }
}
@media (min-width: 769px) {
  .modal .btn-close {
    width: 60px;
    height: 60px;
    top: -20px;
    right: -20px;
  }
}
.modal .btn-close .icon-cross {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
}
@media (min-width: 769px) {
  .modal .btn-close .icon-cross {
    width: 32px;
    height: 32px;
  }
}
.modal .btn-close .icon-cross::before, .modal .btn-close .icon-cross::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 2px;
}
@media (min-width: 769px) {
  .modal .btn-close .icon-cross::before, .modal .btn-close .icon-cross::after {
    top: 16px;
  }
}
.modal .btn-close .icon-cross::before {
  transform: rotate(45deg);
}
.modal .btn-close .icon-cross::after {
  transform: rotate(-45deg);
}
.modal .modal__content {
  text-align: left;
}
