@charset "UTF-8";

/*
Theme Name: agekke
Description: 
Author: エイジェック広報部
License: Copyright AGEKKE GROUP All Rights Reserved.
*/

/*===========================
  @use
===========================*/
/*===========================
  @use
===========================*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font-size: inherit;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

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

caption,
th {
  text-align: left;
}

a {
  vertical-align: bottom;
  text-decoration: none;
  color: inherit;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

@media (hover) {
  a:hover {
    text-decoration: none;
    color: inherit;
  }
}

.ua-ie a:hover {
  text-decoration: none;
  color: inherit;
}

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

a:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

/*===========================
  @use
===========================*/
/* General
------------------------------------*/
body {
  font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-X: hidden;
  /*font-feature-settings: 'palt';*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  letter-spacing: 0em;
}

*::-moz-selection {
  background: #97cbe2;
}

*::selection {
  background: #97cbe2;
}

*::-moz-selection {
  background: #97cbe2;
}

@media screen and (max-width: 1200px) {
  .xlUp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .lgUp {
    display: none;
  }
}

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

@media screen and (max-width: 576px) {
  .smUp {
    display: none;
  }
}

.xlUnder {
  display: none;
}

@media screen and (max-width: 1200px) {
  .xlUnder {
    display: block;
  }
}

.lgUnder {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lgUnder {
    display: block;
  }
}

.mdUnder {
  display: none;
}

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

.smUnder {
  display: none;
}

@media screen and (max-width: 576px) {
  .smUnder {
    display: block;
  }
}

.indent_word {
  display: inline-block;
  text-indent: inherit;
}

.indent_word::after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

/*===========================
  @use
===========================*/
/*===============
    utility
===============*/
body {
  color: #1A1A1A;
}

.background {
  background-color: #AEE7BC;
}

.groval-header {
  padding: 45px 30px 0 48px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .groval-header {
    padding: 35px 25px 0;
  }
}

@media screen and (max-width: 576px) {
  .groval-header {
    display: block;
    padding: 30px 15px 0;
  }
}

.groval-header__logo {
  width: 452px;
}

.groval-header__logo a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.groval-header__logo a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1440px) {
  .groval-header__logo {
    width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .groval-header__logo {
    width: 236px;
  }
}

.groval-header__logo .produce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  color: #fff;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .groval-header__logo .produce {
    margin-top: 12px;
  }
}

.groval-header__logo .produce p {
  margin-right: 6px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .groval-header__logo .produce p {
    font-size: 14px;
  }
}

.groval-header__logo .produce img {
  width: 166px;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .groval-header__logo .produce img {
    width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .groval-header__logo .produce img {
    width: 120px;
  }
}

.groval-header .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

@media screen and (max-width: 1440px) {
  .groval-header .account {
    height: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .groval-header .account {
    height: 50px;
  }
}

@media screen and (max-width: 576px) {
  .groval-header .account {
    margin-top: 20px;
    height: 45px;
  }
}

.groval-header .account a {
  display: inline-block;
  width: 200px;
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 20px;
  line-height: 80px;
  background-color: #000;
  color: #3DF4B1;
  text-align: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.groval-header .account a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1440px) {
  .groval-header .account a {
    width: 190px;
    font-size: 18px;
    line-height: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .groval-header .account a {
    width: 130px;
    font-size: 15px;
    line-height: 50px;
  }
}

@media screen and (max-width: 576px) {
  .groval-header .account a {
    width: 118px;
    font-size: 14px;
    line-height: 45px;
  }
}

.groval-header .account_login {
  border: solid #3DF4B1;
  border-width: 2px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  padding-right: 34px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .groval-header .account_login {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .groval-header .account_login {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 576px) {
  .groval-header .account_login {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

.groval-header .account_login::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 32px;
  background-image: url(./img/icon-login_light-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 31px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .groval-header .account_login::before {
    width: 21px;
    height: 19px;
    left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .groval-header .account_login::before {
    width: 18px;
    height: 16px;
    left: 17px;
  }
}

.groval-header .account_signup {
  border: solid 2px #3DF4B1;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  padding-right: 45px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .groval-header .account_signup {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media screen and (max-width: 1024px) {
  .groval-header .account_signup {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .groval-header .account_signup {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

.groval-header .account_signup::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(./img/icon-pen_light-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .groval-header .account_signup::before {
    width: 22px;
    height: 22px;
    left: 14px;
  }
}

@media screen and (max-width: 576px) {
  .groval-header .account_signup::before {
    width: 18px;
    height: 18px;
    left: 13px;
  }
}

.container {
  max-width: calc(1620px + 15.62%);
  width: 100%;
  padding: 0 7.81%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

.main-visual {
  padding-top: 155px;
}

@media screen and (max-width: 1200px) {
  .main-visual {
    padding-top: 100px;
  }
}

@media screen and (max-width: 576px) {
  .main-visual {
    padding-top: 80px;
  }
}

.main-visual_text {
  width: 34.32%;
  color: #262626;
}

@media screen and (max-width: 1440px) {
  .main-visual_text {
    width: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .main-visual_text {
    width: 100%;
  }
}

.main-visual_text h1 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 61px;
}

@media screen and (max-width: 1440px) {
  .main-visual_text h1 {
    font-size: 34px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual_text h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .main-visual_text h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.main-visual_text .main-visual_list {
  width: 90.29%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .main-visual_text .main-visual_list {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main-visual_text .main-visual_list {
    margin-bottom: 25px;
  }
}

.main-visual_text .main-visual_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 13px 25px;
  border-radius: 15px;
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  .main-visual_text .main-visual_list li {
    padding: 15px;
  }
}

.main-visual_text .main-visual_list li:not(:last-child) {
  margin-bottom: 13px;
}

.main-visual_text .main-visual_list li p {
  display: inline-block;
}

.main-visual_text .main-visual_list li .head {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 26px;
  width: 134px;
}

@media screen and (max-width: 768px) {
  .main-visual_text .main-visual_list li .head {
    font-size: 23px;
    width: 120px;
  }
}

@media screen and (max-width: 576px) {
  .main-visual_text .main-visual_list li .head {
    width: 105px;
    font-size: 21px;
  }
}

.main-visual_text .main-visual_list li .text {
  font-size: 18px;
  width: calc(100% - 134px);
}

@media screen and (max-width: 768px) {
  .main-visual_text .main-visual_list li .text {
    font-size: 16px;
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 576px) {
  .main-visual_text .main-visual_list li .text {
    width: calc(100% - 105px);
    font-size: 15px;
  }
}

.main-visual_text .browser {
  width: 90.29%;
  padding: 21px 16px;
  border-radius: 20px;
  background-color: #3DF4B1;
}

@media screen and (max-width: 1200px) {
  .main-visual_text .browser {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main-visual_text .browser {
    padding: 15px;
  }
}

.main-visual_text .browser .head {
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 18px;
}

.main-visual_text .browser .text {
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 1200px) {
  .main-visual_text .browser .text {
    margin-top: 4px;
  }
}

.main-visual_img {
  position: relative;
  width: 64.94%;
  margin-left: 35.06%;
}

@media screen and (max-width: 1440px) {
  .main-visual_img {
    width: 60%;
    margin-left: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .main-visual_img {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 150px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual_img {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 576px) {
  .main-visual_img {
    margin-bottom: 80px;
  }
}

.main-visual_img img {
  width: 100%;
  position: absolute;
  top: 0;
  right: -101px;
}

@media screen and (max-width: 1440px) {
  .main-visual_img img {
    right: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .main-visual_img img {
    position: static;
  }
}

/*.slider-photo{
  display: -webkit-box;
  margin: 0 -15px;
  overflow-x: auto;
  @include mq(xl){
    margin: 0 -8px;
  }
  &_wrap{
    max-width: 1920px;
    width: 100%;
    margin: 130px auto 0;
    overflow: hidden;
    @include mq(md){
      margin-top: 80px;
    }
    @include mq(sm){
      margin-top: 50px;
    }
  }
  li{
    width: 526px;
    margin: 0 15px;
    @include mq(xxl){
      width: 450px;
    }
    @include mq(xl){
      width: 300px;
      margin: 0 8px;
    }
    @include mq(md){
      width: 200px;
    }
  }
}*/
.slider-photo_wrap {
  margin: 130px auto 0;
}

.slider-photo_wrap img {
  padding: 0 10px;
}

@media screen and (max-width: 576px) {
  .slider-photo_wrap img {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider-photo_wrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .slider-photo_wrap {
    margin-top: 50px;
  }
}

.pc-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 225px 149px -145px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 225px 149px -145px;
}

@media screen and (max-width: 1200px) {
  .pc-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 200px 120px -145px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 200px 120px -145px;
  }
}

@media screen and (max-width: 768px) {
  .pc-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 120px 60px -90px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 120px 60px -90px;
  }
}

@media screen and (max-width: 576px) {
  .pc-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 90px 40px -60px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 90px 40px -60px;
  }
}

.content {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.content_title {
  display: inline-block;
}

.content_title p {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 2px;
}

@media screen and (max-width: 576px) {
  .content_title p {
    padding-bottom: 6px;
  }
}

.content_title h2 {
  color: #4C4948;
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 40px;
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  .content_title h2 {
    font-size: 34px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .content_title h2 {
    font-size: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content_title h2 {
    font-size: 26px;
    margin-top: 5px;
  }
}

.content_title .text-white {
  color: #fff;
  border-color: #fff;
}

.content_title .text-green {
  color: #3DF4B1;
  border-color: #3DF4B1;
}

.content_text {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 50px;
}

@media screen and (max-width: 1440px) {
  .content_text {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .content_text {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 576px) {
  .content_text {
    font-size: 15px;
    margin-top: 20px;
  }
}

.background-white {
  background-color: #F7F5F5;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .button {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .button {
    margin-top: 50px;
  }
}

.button a {
  max-width: 700px;
  width: 100%;
  padding: 44px 60px;
  border-radius: 120px;
  border: solid 6px #3DF4B1;
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 33px;
  line-height: 1;
  text-align: center;
  color: #191F1D;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(./img/icon-arrow_light-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .button a::before {
    left: 20px;
  }
}

.button a:hover {
  background-color: #EDFFF8;
}

.button a:hover::before {
  left: 42px;
}

@media screen and (max-width: 1440px) {
  .button a {
    padding: 40px 60px;
    font-size: 25px;
    border-radius: 105px;
  }
}

@media screen and (max-width: 1024px) {
  .button a {
    padding: 25px 60px;
    font-size: 20px;
    border-radius: 75px;
    border-width: 4px;
  }
}

@media screen and (max-width: 576px) {
  .button a {
    font-size: 16px;
    padding: 25px 50px;
    border-radius: 66px;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .about {
    display: block;
  }
}

.about_text {
  width: 40.74%;
  margin-right: 5.56%;
}

@media screen and (max-width: 1440px) {
  .about_text {
    width: 45%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .about_text {
    width: 100%;
  }
}

.about_item {
  margin-top: 25px;
}

.about_item li {
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .about_item li {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .about_item li {
    padding: 15px;
  }
}

.about_item li:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
  .about_item li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.about_item li .head {
  display: inline-block;
  font-size: 26px;
  line-height: 1.54;
  padding: 14px 20px;
  margin-bottom: 20px;
  background-color: #3DF4B1;
}

@media screen and (max-width: 768px) {
  .about_item li .head {
    font-size: 22px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .about_item li .head {
    padding: 7px 12px;
    line-height: 1.3;
    font-size: 18px;
  }
}

.about_item li .text {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 576px) {
  .about_item li .text {
    font-size: 15px;
  }
}

.about_img {
  width: 53.7%;
  padding-top: 110px;
}

@media screen and (max-width: 1440px) {
  .about_img {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .about_img {
    max-width: 650px;
    width: 100%;
    margin: 80px auto 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .about_img {
    margin-top: 50px;
  }
}

.about_img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.training_text {
  display: inline-block;
  font-size: 26px;
  padding: 16px 23px;
  margin-top: 60px;
  background-color: #3DF4B1;
}

@media screen and (max-width: 1440px) {
  .training_text {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .training_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 576px) {
  .training_text {
    padding: 10px 15px;
    margin-top: 35px;
    font-size: 18px;
  }
}

.training_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 70px -30px 0;
}

@media screen and (max-width: 1200px) {
  .training_step {
    margin: 27px 0px 0;
    display: block;
  }
}

.training_step li {
  width: 30%;
  padding: 50px 3%;
  margin: 0 30px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
  border: solid 3px #3df4b1;
}

@media screen and (max-width: 1200px) {
  .training_step li {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .training_step li {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1200px) {
  .training_step li:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  .training_step li:not(:last-child) {
    margin-bottom: 45px;
  }
}

.training_step li:not(:last-child)::after {
  content: "";
  width: 55px;
  height: 100%;
  display: inline-block;
  background-image: url(./img/t_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 100%;
  top: 0;
  margin: auto;
  right: -1%;
  -webkit-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}

@media screen and (max-width: 1200px) {
  .training_step li:not(:last-child)::after {
    -webkit-transform: translate(50%, 0%) rotate(90deg);
    -ms-transform: translate(50%, 0%) rotate(90deg);
    transform: translate(50%, 0%) rotate(90deg);
    right: 0;
    left: -100%;
    bottom: -255px;
    width: 100%;
    height: 30px;
  }
}

@media screen and (max-width: 576px) {
  .training_step li:not(:last-child)::after {
    height: 25px;
    bottom: -170px;
  }
}

.training_step li .number {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 33px;
  line-height: 1.2;
  color: #3DF4B1;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .training_step li .number {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 576px) {
  .training_step li .number {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

.training_step li .name {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #262626;
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .training_step li .name {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .training_step li .name {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.training_step li .name span {
  color: #3DF4B1;
}

.training_step li .text {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  color: #3B3B3B;
}

@media screen and (max-width: 768px) {
  .training_step li .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .training_step li .text {
    font-size: 15px;
  }
}

.training_item {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .training_item {
    margin-top: 60px;
  }
}

@media screen and (max-width: 576px) {
  .training_item {
    margin-top: 45px;
  }
}

.training_item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 29px 13.58% 29px 4.2%;
  border-radius: 40px;
  background-color: #191F1D;
}

@media screen and (max-width: 1440px) {
  .training_item li {
    padding: 35px 4.12%;
  }
}

@media screen and (max-width: 768px) {
  .training_item li {
    display: block;
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  .training_item li {
    padding: 15px;
    border-radius: 20px;
  }
}

.training_item li:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
  .training_item li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.training_item li .image {
  width: 44.44%;
  margin-right: 15.92%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1440px) {
  .training_item li .image {
    width: 45%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .training_item li .image {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
  }
}

.training_item li .training_item_text {
  width: 39.56%;
  color: #fff;
  padding: 35px 0;
}

@media screen and (max-width: 1440px) {
  .training_item li .training_item_text {
    width: 50%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .training_item li .training_item_text {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .training_item li .training_item_text {
    margin-top: 20px;
  }
}

.training_item li .training_item_text .name {
  font-size: 33px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1440px) {
  .training_item li .training_item_text .name {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .training_item li .training_item_text .name {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .training_item li .training_item_text .name {
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  .training_item li .training_item_text .name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.training_item li .training_item_text .text {
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .training_item li .training_item_text .text {
    font-size: 15px;
  }
}

.training_item li .training_item_text .text:not(:last-child) {
  margin-bottom: 36px;
}

@media screen and (max-width: 1440px) {
  .training_item li .training_item_text .text:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .training_item li .training_item_text .text:not(:last-child) {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 576px) {
  .training_item li .training_item_text .text:not(:last-child) {
    margin-bottom: 11px;
  }
}

.review_list {
  margin: 50px -14px 0;
  display: -webkit-box;
  overflow-x: auto;
}

@media screen and (max-width: 1440px) {
  .review_list {
    margin: 50px -5px 0;
  }
}

@media screen and (max-width: 1024px) {
  .review_list {
    margin-top: 35px;
  }
}

@media screen and (max-width: 576px) {
  .review_list {
    margin-top: 25px;
  }
}

.review_list li {
  width: 383px;
  margin: 0 14px;
  padding: 33px 36px 26px 36px;
  border: 6px solid #3DF4B1;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 1440px) {
  .review_list li {
    margin: 0 5px;
    border-width: 3px;
    padding: 23px;
  }
}

@media screen and (max-width: 576px) {
  .review_list li {
    width: 280px;
    padding: 18px;
  }
}

.review_list li .personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 36px;
}

.review_list li .personal img {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin-right: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}

.review_list li .personal .name {
  font-size: 16px;
  line-height: 1.25;
}

@media screen and (max-width: 576px) {
  .review_list li .personal {
    margin-bottom: 20px;
  }
}

.review_list li .text {
  font-size: 16px;
  line-height: 1.6;
}

.score {
  padding-top: 0;
}

.score_table {
  font-family: "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-size: 27px;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .score_table {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .score_table {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .score_table {
    font-size: 14px;
    width: 648px;
  }
}

.score_table th,
.score_table td {
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  border: 3px solid #AEE7BC;
}

@media screen and (max-width: 1024px) {

  .score_table th,
  .score_table td {
    padding: 12px 0;
  }
}

@media screen and (max-width: 768px) {

  .score_table th,
  .score_table td {
    padding: 12px 10px;
  }
}

.score_table thead th {
  color: #fff;
  background-color: #5C5C5C;
}

.score_table thead th:nth-of-type(1) {
  width: 25.34%;
}

.score_table thead th:not(:nth-of-type(1)) {
  width: 18.54%;
}

.score_table tbody tr:nth-of-type(odd) {
  background-color: #EAEAEA;
}

.score_table tbody tr:nth-of-type(even) {
  background-color: #fff;
}

.score_table_wrap {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .score_table_wrap {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .score_table_wrap {
    overflow-x: auto;
  }
}

@media screen and (max-width: 576px) {
  .score_table_wrap {
    margin-top: 25px;
  }
}

.score .note {
  font-size: 18px;
  margin-top: 32px;
}

@media screen and (max-width: 1024px) {
  .score .note {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .score .note {
    font-size: 13px;
    margin-top: 15px;
  }
}

.price_item {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 41px;
  border-radius: 20px;
  background-color: #FFFF6E;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .price_item {
    margin-top: 35px;
  }
}

@media screen and (max-width: 576px) {
  .price_item {
    margin-top: 25px;
    padding: 15px;
  }
}

.price_item .sub1 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 30px;
  margin-bottom: 17px;
  color: #4C4948;
}

@media screen and (max-width: 768px) {
  .price_item .sub1 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  .price_item .sub1 {
    font-size: 20px;
  }
}

.price_item .main {
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto 30px;
  line-height: 1;
  padding: 4px 20px;
}

@media screen and (max-width: 768px) {
  .price_item .main {
    max-width: 400px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .price_item .main {
    max-width: 300px;
    padding: 4px 0;
  }
}

.price_item .main .price {
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .price_item .main .price {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  .price_item .main .price {
    font-size: 30px;
  }
}

.price_item .main .tax {
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 16px;
  padding: 0 15px 0 5px;
}

@media screen and (max-width: 768px) {
  .price_item .main .tax {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .price_item .main .tax {
    padding-right: 10px;
  }
}

.price_item .main .denominator {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .price_item .main .denominator {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .price_item .main .denominator {
    font-size: 20px;
  }
}

.price_item .sub2 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .price_item .sub2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .price_item .sub2 {
    font-size: 16px;
  }
}

.price_item .note {
  display: inline-block;
  text-align: left;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .price_item .note {
    font-size: 14px;
  }
}

.QA_list {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .QA_list {
    margin-top: 35px;
  }
}

@media screen and (max-width: 576px) {
  .QA_list {
    margin-top: 25px;
  }
}

.QA_list dl {
  padding: 27px 26px 38px 26px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px dashed #707070;
}

@media screen and (max-width: 1200px) {
  .QA_list dl {
    padding: 20px 20px 25px;
  }
}

@media screen and (max-width: 576px) {
  .QA_list dl {
    padding: 15px;
  }
}

.QA_list dl:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .QA_list dl:not(:last-child) {
    margin-bottom: 10px;
  }
}

.QA_list dl dt,
.QA_list dl dd {
  font-size: 23px;
}

@media screen and (max-width: 1200px) {

  .QA_list dl dt,
  .QA_list dl dd {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {

  .QA_list dl dt,
  .QA_list dl dd {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {

  .QA_list dl dt,
  .QA_list dl dd {
    font-size: 16px;
  }
}

.QA_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px dashed #A7A7A7;
}

@media screen and (max-width: 1200px) {
  .QA_list dl dt {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .QA_list dl dt {
    padding-bottom: 8px;
  }
}

.QA_list dl dt span {
  margin-right: 14px;
  font-size: 40px;
  color: #3DF4B1;
}

@media screen and (max-width: 1200px) {
  .QA_list dl dt span {
    font-size: 30px;
  }
}

.QA_list dl dd {
  margin-top: 19px;
  padding-left: 75px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .QA_list dl dd {
    padding-left: 57px;
  }
}

@media screen and (max-width: 576px) {
  .QA_list dl dd {
    margin-top: 15px;
  }
}

.QA_list dl dd::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 26px;
  background-image: url(./img/icon-return_light-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 13px;
}

.footer {
  background-color: #F7F5F5;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 20px;
  }
}

.footer_img {
  width: 265px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .footer_img {
    width: 150px;
  }
}

@media screen and (max-width: 576px) {
  .footer_img {
    width: 120px;
  }
}

.terms_text {
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .terms_text {
    padding: 40px 0;
  }
}

@media screen and (max-width: 576px) {
  .terms_text {
    padding: 25px 0;
  }
}

.terms_text_wrap {
  height: 449px;
  padding: 0 75px;
  margin-top: 50px;
  border-radius: 30px;
  background-color: #fff;
  overflow-y: auto;
}

@media screen and (max-width: 1024px) {
  .terms_text_wrap {
    padding: 0 40px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .terms_text_wrap {
    height: 300px;
    border-radius: 18px;
  }
}

@media screen and (max-width: 576px) {
  .terms_text_wrap {
    padding: 0 20px;
    margin-top: 25px;
    height: 200px;
    border-radius: 15px;
  }
}

.terms_text_wrap .title {
  margin-bottom: 20px;
  padding-left: 17px;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .terms_text_wrap .title {
    margin-bottom: 16px;
  }
}

.terms_text_wrap .title::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 23px;
  background-color: #3DF4B1;
  position: absolute;
  top: 1px;
  left: 0;
}

.terms_text_wrap .title_back-green {
  display: inline-block;
  font-size: 24px;
  padding: 15px 19px;
  margin-bottom: 30px;
  background-color: #3DF4B1;
}

@media screen and (max-width: 768px) {
  .terms_text_wrap .title_back-green {
    font-size: 22px;
    padding: 10px 15px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  .terms_text_wrap .title_back-green {
    font-size: 18px;
    padding: 8px 10px;
    margin-bottom: 16px;
  }
}

.terms_text_wrap .text {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 576px) {
  .terms_text_wrap .text {
    font-size: 15px;
  }
}

.terms_text_wrap .text:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .terms_text_wrap .text:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .terms_text_wrap .text:not(:last-child) {
    margin-bottom: 16px;
  }
}

.terms_text_section:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .terms_text_section:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  .terms_text_section:not(:last-child) {
    margin-bottom: 45px;
  }
}

.terms_text_list li {
  padding-left: 22px;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .terms_text_list li {
    font-size: 15px;
  }
}

.terms_text_list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  background-color: #5C5C5C;
  position: absolute;
  top: 6px;
  left: 3px;
}

.terms_text_list li:not(:last-child) {
  margin-bottom: 6px;
}

.terms_text_list:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .terms_text_list:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .terms_text_list:not(:last-child) {
    margin-bottom: 16px;
  }
}

.terms_number_list li {
  text-indent: -2em;
  padding-left: 2em;
}

.form {
  background-color: #F7F5F5;
}

.form_input_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 70px 103px 80px;
  border-radius: 23px;
  background-color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .form_input_wrap {
    padding: 50px 40px 60px;
    font-size: 16px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .form_input_wrap {
    border-radius: 18px;
  }
}

@media screen and (max-width: 576px) {
  .form_input_wrap {
    padding: 25px 20px 30px;
    margin-top: 25px;
    border-radius: 15px;
  }
}

.form_input_wrap .privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px;
}

@media screen and (max-width: 576px) {
  .form_input_wrap .privacy-check {
    margin-top: 30px;
  }
}

.form_input_wrap .privacy-check label {
  position: relative;
}

.form_input_wrap .privacy-check label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -3px;
  background-image: url(./img/form/icon-box.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .form_input_wrap .privacy-check label::before {
    vertical-align: -4px;
  }
}

.form_input_wrap .privacy-check label::after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(./img/form/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 2px;
  top: 3px;
}

@media screen and (max-width: 1024px) {
  .form_input_wrap .privacy-check label::after {
    top: 2px;
  }
}

.form_input_wrap .privacy-check input[type=checkbox]:checked+label::after {
  display: inline-block;
}

.form_input_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.form_input_item:not(:last-child) {
  margin-bottom: 21px;
}

@media screen and (max-width: 576px) {
  .form_input_item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.form_input_item dt {
  width: 235px;
  padding-top: 11px;
}

@media screen and (max-width: 1024px) {
  .form_input_item dt {
    width: 200px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .form_input_item dt {
    width: auto;
    padding-top: 0;
    margin-bottom: 6px;
  }
}

.form_input_item dd {
  width: calc(100% - 235px);
}

@media screen and (max-width: 1024px) {
  .form_input_item dd {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 768px) {
  .form_input_item dd {
    width: 100%;
  }
}

.form_input_item dd .form_input-area {
  padding: 11px 15px;
  width: 100%;
  border-radius: 9px;
  background-color: #F7F5F5;
}

@media screen and (max-width: 1024px) {
  .form_input_item dd .form_input-area {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 576px) {
  .form_input_item dd .form_input-area {
    padding: 5px 8px;
  }
}

.form_input_item dd .form_input-area[type=placeholder] {
  color: #8D8D8D;
}

.form_input .date select {
  margin-right: 8px;
  background-image: url(./img/form/icon-select.png);
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: right 8px center;
}

@media screen and (max-width: 576px) {
  .form_input .date select {
    margin-right: 2px;
  }
}

.form_input .date .year {
  width: 91px;
}

@media screen and (max-width: 576px) {
  .form_input .date .year {
    width: 78px;
  }
}

.form_input .date .month {
  margin-left: 29px;
}

@media screen and (max-width: 1024px) {
  .form_input .date .month {
    margin-left: 25px;
  }
}

.form_input .date .day {
  margin-left: 12px;
}

@media screen and (max-width: 1024px) {
  .form_input .date .day {
    margin-left: 10px;
  }
}

.form_input .date .month,
.form_input .date .day {
  width: 71px;
}

@media screen and (max-width: 576px) {

  .form_input .date .month,
  .form_input .date .day {
    width: 56px;
    margin-left: 5px;
  }
}

.form_input .address-number .number-3 {
  width: 65px;
}

@media screen and (max-width: 1024px) {
  .form_input .address-number .number-3 {
    width: 53px;
  }
}

@media screen and (max-width: 576px) {
  .form_input .address-number .number-3 {
    width: 48px;
  }
}

.form_input .address-number .number-4 {
  width: 80px;
}

@media screen and (max-width: 1024px) {
  .form_input .address-number .number-4 {
    width: 62px;
  }
}

@media screen and (max-width: 576px) {
  .form_input .address-number .number-4 {
    width: 58px;
  }
}

.form_input .remarks_input-area {
  height: 147px;
}

.form_input input,
.form_input select,
.form_input textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .form .submit {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .form .submit {
    margin-top: 50px;
  }
}

.form .submit input {
  max-width: 395px;
  width: 100%;
  padding: 44px 60px;
  border-radius: 120px;
  border: solid 6px #3DF4B1;
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 33px;
  line-height: 1;
  text-align: center;
  color: #191F1D;
  background-color: #fff;
  background-image: url(./img/icon-arrow_light-green.png);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: left 35px center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 576px) {
  .form .submit input {
    background-position: left 20px center;
  }
}

.form .submit input:hover {
  background-color: #EDFFF8;
  background-position: left 42px center;
}

@media screen and (max-width: 1440px) {
  .form .submit input {
    padding: 40px 60px;
    font-size: 25px;
    border-radius: 105px;
  }
}

@media screen and (max-width: 1024px) {
  .form .submit input {
    padding: 25px 60px;
    font-size: 20px;
    border-radius: 75px;
    border-width: 4px;
  }
}

@media screen and (max-width: 576px) {
  .form .submit input {
    font-size: 16px;
    padding: 25px 50px;
    border-radius: 66px;
  }
}

#form_year {
  padding: 11px 15px;
  border-radius: 9px;
  background-color: #F7F5F5;
  margin-right: 8px;
  background-image: url(./img/form/icon-select.png);
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: right 8px center;
  width: 91px;
}

#form_month {
  padding: 11px 15px;
  border-radius: 9px;
  background-color: #F7F5F5;
  margin-right: 8px;
  background-image: url(./img/form/icon-select.png);
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: right 8px center;
  margin-left: 29px;
  width: 78px;
}

#form_day {
  padding: 11px 15px;
  border-radius: 9px;
  background-color: #F7F5F5;
  margin-right: 8px;
  background-image: url(./img/form/icon-select.png);
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: right 8px center;
  margin-left: 12px;
  width: 78px;
}

@media screen and (max-width: 1024px) {
  .credit_input {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 576px) {
  .credit_input {
    padding: 25px 20px;
  }
}

.credit_input_year,
.credit_input_month {
  padding: 11px 15px;
  border-radius: 9px;
  background-color: #F7F5F5;
}

@media screen and (max-width: 1024px) {

  .credit_input_year,
  .credit_input_month {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 576px) {

  .credit_input_year,
  .credit_input_month {
    padding: 5px 8px;
  }
}

.credit_input_year[type=placeholder],
.credit_input_month[type=placeholder] {
  color: #8D8D8D;
}

.credit_input_month {
  width: 71px;
}

@media screen and (max-width: 576px) {
  .credit_input_month {
    width: 56px;
  }
}

.credit_input_year {
  width: 91px;
  margin-left: 8px;
}

@media screen and (max-width: 576px) {
  .credit_input_year {
    width: 78px;
    margin-left: 5px;
  }
}

.credit_input input[type=number]::-webkit-outer-spin-button,
.credit_input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.credit_input input[type=number] {
  -moz-appearance: textfield;
}

.credit_input #f_name,
.credit_input #l_name {
  width: 45%;
}

.credit_input #form_month {
  margin-left: 0;
}

.required::after {
  content: "必須";
  display: inline-block;
  width: 38px;
  line-height: 19px;
  margin-left: 6px;
  text-align: center;
  font-size: 14px;
  vertical-align: 2px;
  color: #fff;
  background-color: #3DF4B1;
}

.confirmation {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .confirmation {
    margin-top: 35px;
  }
}

@media screen and (max-width: 576px) {
  .confirmation {
    margin-top: 25px;
  }
}

.confirmation h3 {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 26px;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  padding: 16px 24px;
  margin-bottom: 20px;
  width: 279px;
}

@media screen and (max-width: 1024px) {
  .confirmation h3 {
    font-size: 24px;
    width: 250px;
    padding: 14px 18px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .confirmation h3 {
    font-size: 22px;
    width: 200px;
    padding: 10px 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 576px) {
  .confirmation h3 {
    font-size: 20px;
    width: 180px;
    margin-bottom: 12px;
  }
}

.confirmation_list {
  background-color: #fff;
  padding: 86px 103px;
  border-radius: 23px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .confirmation_list {
    padding: 50px 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .confirmation_list {
    border-radius: 18px;
  }
}

@media screen and (max-width: 576px) {
  .confirmation_list {
    padding: 25px 20px;
    border-radius: 15px;
  }
}

.confirmation_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.confirmation_list_item:not(:last-child) {
  margin-bottom: 46px;
}

@media screen and (max-width: 1024px) {
  .confirmation_list_item:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .confirmation_list_item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 576px) {
  .confirmation_list_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.confirmation_list_item dt {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .confirmation_list_item dt {
    width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .confirmation_list_item dt {
    color: #8D8D8D;
    width: auto;
    font-size: 14px;
  }
}

.confirmation_list_item dd {
  width: calc(100% - 300px);
}

@media screen and (max-width: 1024px) {
  .confirmation_list_item dd {
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 768px) {
  .confirmation_list_item dd {
    width: auto;
  }
}

.confirmation_list_back {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .confirmation_list_back {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .confirmation_list_back {
    margin-top: 65px;
  }
}

@media screen and (max-width: 576px) {
  .confirmation_list_back {
    margin-top: 45px;
  }
}

.confirmation_list_back a {
  display: inline-block;
  font-size: 16px;
  color: #8D8D8D;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .confirmation_list_back a {
    font-size: 14px;
  }
}

.confirmation_list_back a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.thanks {
  height: calc(100vh - 155px - 181px);
  min-height: 350px;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .thanks {
    height: calc(100vh - 139px - 181px);
  }
}

@media screen and (max-width: 1024px) {
  .thanks {
    height: calc(100vh - 94px - 97px);
  }
}

@media screen and (max-width: 576px) {
  .thanks {
    height: calc(100vh - 159px - 86px);
  }
}

.thanks_text {
  width: 100%;
  max-width: 678px;
  position: absolute;
  top: 46.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 576px) {
  .thanks_text {
    padding: 0 15px;
  }
}

.thanks_text .en {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .thanks_text .en {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  .thanks_text .en {
    font-size: 15px;
    margin-bottom: 3px;
  }
}

.thanks_text .main {
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 40px;
  margin-bottom: 42px;
}

@media screen and (max-width: 1024px) {
  .thanks_text .main {
    font-size: 30px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 576px) {
  .thanks_text .main {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.thanks_text .sub {
  display: inline-block;
  width: 100%;
  max-width: 534px;
  padding: 31px 20px;
  border-radius: 23px;
  font-size: 18px;
  line-height: 1.4;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .thanks_text .sub {
    max-width: 400px;
    padding: 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .thanks_text .sub {
    padding: 8px;
    font-size: 15px;
    border-radius: 13px;
  }
}

/* contact */

.contact {
  background: #E4F9CC;
}

.contact h2 {
  text-align: center;
  color: #4C4948;
  font-family: "FP-ヒラギノ角ゴ ProN W5", sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.c_wrap {
  max-width: 1200px;
  margin: 60px auto 0;
  background-color: #fff;
  padding: 50px 30px 70px;
  border-radius: 20px;
}

.contact_list {
  padding: 50px 0 0;
}

.contact_list ul {
  width: 70%;
  margin: 0 auto;
}

.contact_list ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  align-items: center;
  height: 100px;
}

.contact_list h3 {
  background-color: #3C4754;
  color: #fff;
  text-align: center;
  width: 40%;
  height: 100%;
  align-content: center;
  font-weight: 500;
  padding: 0 1%;
  font-size: 20px;
}

.contact_cont {
  background: #fff;
  width: 60%;
  text-align: center;
  height: 100%;
  align-content: center;
  padding: 0 1%;
}

.contact_cont a {
  background: #FF9100;
  color: #fff;
  width: 65%;
  line-height: 3.5;
  margin: 0 auto;
  border-radius: 30px;
  cursor: pointer;
  min-width: 220px;
  max-width: 300px;
  display: block;
}
.contact_cont a:hover{
  background: #ffab00;
}

#contact {
  display: none;
  opacity: 0;
}

#contact.fade-in {
  display: block;
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#contact table {
  width: 100%;
}

#contact th {
  text-align: left;
  width: 20.71vw;
  line-height: 1.7;
  position: relative;
  font-size: 16px;
  align-self: anchor-center;
}
#contact th a{
  color: #0077ff;	
}
#contact th a:hover{
  text-decoration:underline;	
}
.need {
  position: absolute;
  top: -5px;
  right: 1.71vw;
  letter-spacing: 0.1em;
  padding: 2px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  font-size: 14px;
}

#contact table tr td {
  display: block;
  flex: 1;
  align-self: anchor-center;
}

#contact tr+tr {
  margin-top: 2.14vw;
}

#contact tr {
  display: flex;
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel] {
  letter-spacing: 0.03em;
  padding: 1.3vw 1.57vw;
  background: #f5f5f5;
  box-sizing: border-box;
  width: 100%;
  border: none;
}

#contact input[type=checkbox] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
  display: inline-block;
}

#contact select {
  letter-spacing: 0.035em;
  color: #000;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 1.3vw 3.57vw 1.3vw 2vw;
}

#contac input {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
  display: inline-block;
}

#contact .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.71vw;
}

#contact textarea {
  letter-spacing: 0.03em;
  background: #f5f5f5;
  box-sizing: border-box;
  width: 100%;
  padding: 1.3vw 1.57vw;
  min-height: 21.43vw;
  border: none;
}

#contact .select-box {
  overflow: hidden;
  width: 50%;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1.5px solid #c4c4c4;
}

#contact table p {
  font-size: 14px;
  margin-top: 10px;
}

#contact p.center {
  text-align: center;
  font-size: 15px;
  color: red;
  margin-top: 5%;
}

.form_btn {
  background-color: #000000;
  color: #fff;
  font-size: 20px;
  padding: 20px 65px;
  border-radius: 35px;
  margin: 40px auto 0;
  display: block;
  font-weight: 600;
  cursor: pointer;
}

.wpcf7cp-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.contact .wpcf7cp-btns button {
  background-color: #000000;
  color: #fff;
  font-size: 20px;
  padding: 20px 65px;
  border-radius: 35px;
  display: block;
  font-weight: 600;
  cursor: pointer;
  margin: auto !important;
}


.contact div#wpcf7cpcnf {
  background: #fff;
  padding: 50px 30px 30px;
  border-radius: 20px;
}

#wpcf7cpcnf table {
  width: 100%;
}

#wpcf7cpcnf table td,
#wpcf7cpcnf table th {
  padding: 10px;
}

.training .kome{
    text-align: center;
    font-weight: bold;
    color: #eb2e2e;	
}

.training_txt {
  font-size: 28px;
  color: #000;
  background: #3df4b1;
  padding: 25px 1%;
  text-align: center;
  margin: 35px auto 0;
}

@media screen and (max-width: 1440px) {
  .contact h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1050px) {

  .c_wrap {
    max-width: 100%;
    padding: 50px 10px 50px;
  }

  #contact th {
    width: 28vw;
  }

  .contact_list ul {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 30px;
  }

  #contact tr {
    display: block;
  }

  .need {
    top: -3px;
    right: -20px;
    padding: 2px 4px;
    font-size: 12px;
    position: relative;
  }

  .contact_cont a {
    line-height: 2;
    font-size: 16px;
  }

  #contact th {
    width: 80vw;
  }

  #contact input[type=text],
  #contact input[type=email],
  #contact input[type=tel] {
    padding: 3.3vw 1.57vw;
  }

  #contact tr+tr {
    margin-top: 5.14vw;
  }

  #contact .select-box {
    width: 80%;
  }

  #contact a {
    font-size: 13px;
    display: inline;
  }

  .form_btn {
    font-size: 19px;
    padding: 10px 65px;
    margin: 30px auto 0;
  }

  .contact_list h3,
  .contact_cont {
    width: 100%;
  }

  .contact_list ul li {
    margin: 0 auto 90px;
    height: 55px;
  }

  #contact .te_list a {
    font-size: 25px;
  }

  #contact .te_list a:before {
    left: -35px;
    width: 25px;
  }

  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }

  #wpcf7cpcnf table {
    display: grid;
  }

  #wpcf7cpcnf table td,
  #wpcf7cpcnf table th {
    display: block;
    width: 100%;
  }

  .contact .wpcf7cp-btns button {
    font-size: 18px;
    padding: 10px 65px;
    margin: 0 auto 20px !important;
  }

  .training_txt {
    font-size: 18px;
    padding: 15px 1%;
  }
	#contact .row.wid-mov{
		display:block;
	}
}
@media screen and (max-width: 640px) {
.reca_txt {
    font-size: 12px;
}
#contact .reca_txt a{
    font-size: 12px;
}
.contact_list h3 {
    font-size: 17px;
}
}
@media screen and (max-width: 576px) {
  .contact h2 {
    font-size: 26px;
  }
}

/*リキャップチャ*/
.reca_txt{
	text-align:center;
}
.reca_txt a {
    font-size: 14px;
    margin: 0 5px;
    border-bottom: 1px solid #00a1e9;
    color: #00a1e9;
}
.grecaptcha-badge{
	display:none;
}