@charset "UTF-8";
.l-header {
  z-index: 5;
}

.l-footer {
  z-index: 1;
}

.l-overlay {
  z-index: 4;
}

#splash {
  z-index: 8;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 4;
}

[data-appear-blur] {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

[data-appear-blur=true] {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

[data-slidein-border] {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-slidein-border] .anim-text {
  position: relative;
}
[data-slidein-border] .anim-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-c);
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-slidein-border=true] .anim-text::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
[data-slidein-border=true] .br {
  content: "";
  width: 100%;
}

[data-appear-each] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-appear-each] .anim-text {
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

[data-appear-each=true] .anim-text {
  -webkit-animation: textAnim 0.7s ease-out forwards;
          animation: textAnim 0.7s ease-out forwards;
}

@-webkit-keyframes textAnim {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes textAnim {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
[data-clip-anim] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

[data-clip-anim=true] {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  text-underline-position: under;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
}

a {
  color: inherit;
  cursor: pointer;
}

svg {
  display: block;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

span,
i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
}

button {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
button:focus {
  opacity: 0.6;
}

/*-------フォントサイズ---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 4.8vw;
}
@media screen and (min-width: 830px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 1.4375rem;
  line-height: 1.4;
}
@media screen and (min-width: 830px) {
  h2 {
    text-align: center;
  }
}
h2 small {
  display: block;
  font-size: 1.125rem;
}

h3 {
  font-size: 1.125rem;
  letter-spacing: 0;
}

h4 {
  font-size: 0.875rem;
}

h5 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 830px) {
  h5 {
    font-size: 1.375rem;
  }
}

h6 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 830px) {
  h6 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 829px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 830px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 830px) {
  .u-sp {
    display: none;
  }
}

.l-wrapper {
  padding: 10px;
}

.l-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

.content i {
  font-style: italic;
}

.l-header {
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 830px) {
  .l-header {
    height: 110px;
    display: block;
  }
}
.l-header .l-flex {
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .logo {
  width: 240px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header h1 {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header h1 img {
  margin-right: 37px;
}

.l-footer {
  background: #00b1c7;
  padding: 55px 0;
  height: 130px;
}
@media screen and (min-width: 830px) {
  .l-footer {
    padding: 40px;
  }
}
.l-footer p {
  text-align: right;
  font-size: 12px;
  color: #fff;
}

.p-front h2 {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (min-width: 830px) {
  .p-front h2 {
    font-size: 3.125rem;
  }
}
.p-front h2 span {
  font-size: 0.75rem;
  color: #00b1c7;
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-style: italic;
}
@media screen and (min-width: 830px) {
  .p-front h2 span {
    font-size: 1.25rem;
  }
}
.p-front h3 {
  font-size: 1.875rem;
  text-align: center;
}
.p-front .mv img {
  width: 100%;
}
.p-front .company .l-flex {
  width: 100%;
  margin: 20px auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 830px) {
  .p-front .company .l-flex {
    margin: 40px auto;
  }
}
.p-front .activities {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 830px) {
  .p-front .activities {
    padding-bottom: 100px;
  }
  .p-front .activities:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 620px 620px 0 0;
    border-color: #e5f7f9 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
.p-front .activities h2 {
  padding-top: 60px;
  padding-bottom: 47px;
}
.p-front .activities h3 {
  margin: 60px auto 30px;
}
@media screen and (min-width: 830px) {
  .p-front .activities h3 {
    margin: 80px auto 50px;
  }
}
.p-front .trainer {
  background-image: url(../images/bg-trainer-sp.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
@media screen and (min-width: 830px) {
  .p-front .trainer {
    background-image: url(../images/bg-trainer.jpg);
  }
}
@media screen and (min-width: 830px) {
  .p-front .trainer {
    padding: 130px 0 120px;
  }
}
.p-front .trainer h2 {
  color: #fff;
}
.p-front .trainer h2 span {
  color: #fff;
}
.p-front .trainer h4 {
  font-size: 1.125rem;
  text-align: center;
  margin: 60px 0 40px;
  color: #fff;
}
@media screen and (min-width: 830px) {
  .p-front .trainer h4 {
    font-size: 1.5625rem;
  }
}
.p-front .trainer p {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  line-height: 2.125rem;
}
@media screen and (min-width: 830px) {
  .p-front .trainer p {
    font-size: 1.125rem;
    line-height: 2.4375rem;
    text-align: center;
  }
}
.p-front .trainer__border-box {
  border: 1px solid #fff;
  padding: 25px;
  margin-top: 30px;
}
@media screen and (min-width: 830px) {
  .p-front .trainer__border-box {
    margin-top: 60px;
  }
}
.p-front .trainer__border-box h4 {
  margin: 0 0 10px;
}
@media screen and (min-width: 830px) {
  .p-front .trainer__border-box h4 {
    margin: 0 0 20px;
  }
}
.p-front .introduction {
  background: #eaeaea;
  position: relative;
}
@media screen and (min-width: 830px) {
  .p-front .introduction:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 620px 620px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
.p-front .introduction .l-inner {
  z-index: 1;
  padding: 100px 0;
}
@media screen and (min-width: 830px) {
  .p-front .introduction .l-inner {
    padding: 135px 0 220px;
  }
}
.p-front .introduction .l-flex {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 830px) {
  .p-front .introduction .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-front .introduction .l-flex picture {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 830px) {
  .p-front .introduction .l-flex picture {
    width: 49%;
    margin-bottom: 0;
  }
}
.p-front .price {
  padding: 100px 0;
  background: #b2e7ee;
}
@media screen and (min-width: 830px) {
  .p-front .price {
    padding: 130px 0;
  }
}
.p-front .price__box {
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-front .form {
  padding: 80px 0;
  background: #eaeaea;
}
@media screen and (min-width: 830px) {
  .p-front .form {
    padding: 130px 0;
  }
}
.p-front .form h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 830px) {
  .p-front .form h2 {
    margin-bottom: 45px;
  }
}
.p-front .form .thanks {
  border: 1px solid #00bb00;
  font-weight: bold;
  font-size: 1rem;
  padding: 5px;
  display: none;
  margin-bottom: 10px;
  color: #333;
}
.p-front .form form {
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  max-width: 722px;
  margin: 0 auto;
  padding: 70px 15px 50px;
}
@media screen and (min-width: 830px) {
  .p-front .form form {
    padding: 68px 90px 50px;
  }
}
.p-front .form label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-front .form label .required {
  color: red;
  margin-left: 10px;
}
.p-front .form label .notice {
  font-size: 0.875rem;
  display: block;
}
.p-front .form input {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 0 10px;
}
.p-front .form input[type=text], .p-front .form input[type=tel], .p-front .form input[type=email] {
  display: block;
  background: #e1e1e1;
  border: none;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
}
.p-front .form textarea {
  height: 220px !important;
  width: 100% !important;
  font-size: 1rem;
  background: #e1e1e1;
  border: none;
  padding: 0 10px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}
.p-front .form input[type=submit] {
  display: none;
}
.p-front .form button {
  height: 63px;
  width: 211px;
  display: block;
  background: #00b1c7;
  color: #fff;
  font-size: 1.125rem;
  line-height: 63px;
  text-align: center;
  margin: 50px auto 0;
  border-radius: 50px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 1px solid #00b1c7;
  cursor: pointer;
}
.p-front .form button:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
  color: #00b1c7;
}

/*-----------ベース -----------*/
/*-----------レイアウト　接頭辞「l-」-----------*/
/*--------個別ページ　接頭辞「p-」--------------*/