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

body {
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  min-height: 100vh;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  body {
    font-size: 20px;
    font-size: 2.6075619296vw;
  }
}
@media screen and (max-width: 580px) {
  body {
    font-size: 1.125rem;
  }
}

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

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

a {
  cursor: pointer;
  color: #002353;
}

strong {
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

.red {
  color: #a10000;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.fz_l {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .fz_l {
    font-size: 34px;
    font-size: 4.4328552803vw;
  }
}
@media screen and (max-width: 580px) {
  .fz_l {
    font-size: 1.3125rem;
  }
}

.fz_s {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fz_s {
    font-size: 20px;
    font-size: 2.6075619296vw;
  }
}
@media screen and (max-width: 580px) {
  .fz_s {
    font-size: 1rem;
  }
}

.sec__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1040px) {
  .sec__inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.sec__inner-narrow {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 860px) {
  .sec__inner-narrow {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

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

.label__btn {
  width: 46%;
  max-width: 456px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .label__btn {
    width: 60%;
    margin-bottom: 3.5%;
  }
}

.btn__cta {
  width: 80%;
  max-width: 798px;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn__cta {
    width: 95%;
  }
}
.btn__cta span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 30px 7% 30px 0px;
  background: #fff100;
  border-radius: 10px;
  color: #002353;
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn__cta span {
    padding: 5% 7% 5% 0px;
    font-size: 42px;
    font-size: 5.4758800522vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 400px) {
  .btn__cta span {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.btn__cta:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #a79e00;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(53, 53, 53, 0.66);
          box-shadow: 0px 0px 13px 0px rgba(53, 53, 53, 0.66);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn__cta:before {
    top: 6px;
    -webkit-box-shadow: 0px 0px 1.2vw 0px rgba(53, 53, 53, 0.66);
            box-shadow: 0px 0px 1.2vw 0px rgba(53, 53, 53, 0.66);
  }
}
.btn__cta:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #002353;
  position: absolute;
  top: 42%;
  right: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn__cta:after {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    right: 5%;
  }
}
@media screen and (max-width: 400px) {
  .btn__cta:after {
    border-width: 7px 0 7px 13px;
    top: 40%;
  }
}
.btn__cta:hover {
  border-color: transparent;
}
.btn__cta:hover span {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  .btn__cta:hover span {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.btn__cta:hover::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn__cta:hover::after {
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
}
@media screen and (max-width: 767px) {
  .btn__cta:hover::after {
    -webkit-transform: translateX(-50%) translateY(6px);
            transform: translateX(-50%) translateY(6px);
  }
}

.btn__line {
  width: 100%;
  max-width: 690px;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  background: transparent;
  border-radius: 100px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.btn__line:hover {
  border-color: transparent;
}
.btn__line span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 30px 7% 30px 0px;
  background: #06c755;
  border-radius: 100px;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1040px) {
  .btn__line span {
    font-size: 34px;
    font-size: 4.4328552803vw;
  }
}
@media screen and (max-width: 767px) {
  .btn__line span {
    font-size: 42px;
    font-size: 5.4758800522vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 400px) {
  .btn__line span {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.btn__line:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #00722f;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(53, 53, 53, 0.66);
          box-shadow: 0px 0px 13px 0px rgba(53, 53, 53, 0.66);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn__line:before {
    top: 6px;
    -webkit-box-shadow: 0px 0px 1.2vw 0px rgba(53, 53, 53, 0.66);
            box-shadow: 0px 0px 1.2vw 0px rgba(53, 53, 53, 0.66);
  }
}
.btn__line:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 42%;
  right: 33px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn__line:after {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    right: 5%;
  }
}
@media screen and (max-width: 400px) {
  .btn__line:after {
    border-width: 7px 0 7px 13px;
    top: 40%;
  }
}
.btn__line:hover span {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  .btn__line:hover span {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.btn__line:hover::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn__line:hover::after {
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
}
@media screen and (max-width: 767px) {
  .btn__line:hover::after {
    -webkit-transform: translateX(-50%) translateY(6px);
            transform: translateX(-50%) translateY(6px);
  }
}

.header {
  text-align: center;
}
.header__upper {
  color: #00266a;
  font-style: italic;
  font-weight: 900;
  background-color: #fff;
  padding: 15px;
  letter-spacing: 0.3em;
  line-height: 1.4;
  font-size: 2rem;
}
@media screen and (max-width: 880px) {
  .header__upper {
    font-size: 32px;
    font-size: 4.1720990874vw;
    padding: 2.5vw 2vw 2vw 3vw;
  }
}

.mv {
  width: 100%;
  background: url("../img/bg_mv_pc.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url("../img/bg_mv_sp.png") no-repeat;
    background-size: cover;
    padding-bottom: 7%;
  }
}
.mv .header__lower {
  text-align: center;
  color: #fff;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.7);
  letter-spacing: 0;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .mv .header__lower {
    font-size: 48px;
    font-size: 6.258148631vw;
    line-height: 1.3;
    padding-top: 1%;
    padding-bottom: 1.5%;
    margin-bottom: 0.5%;
  }
}
.mv .header__lower span {
  display: inline-block;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .mv .header__lower span {
    width: 15.5vw;
  }
}
.mv .header__lower img {
  vertical-align: -3px;
}
@media screen and (max-width: 767px) {
  .mv .header__lower img {
    vertical-align: -0.8vw;
  }
}
@media screen and (min-width: 1040px) {
  .mv .header__lower br {
    display: none;
  }
}
.mv__logo {
  max-width: 776px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .mv__logo {
    width: 93%;
    margin-bottom: 3%;
  }
}
.mv__copy01 {
  max-width: 826px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .mv__copy01 {
    width: 85%;
    margin-left: 2.5%;
    margin-bottom: 6.5%;
  }
}
.mv__copy02 {
  max-width: 690px;
  margin: 0 auto 30px;
  color: #fff;
  background-color: #a10000;
  text-align: center;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__copy02 {
    max-width: 100%;
    padding: 1.5% 1.5% 2.5%;
    margin-bottom: 6%;
  }
}
.mv__copy02::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #a10000 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  right: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mv__copy02::before {
    border-width: 4vw 2.2vw 0 2.2vw;
    bottom: -3.7vw;
    right: 45%;
  }
}
.mv__copy02 p:first-child {
  font-size: 1.5rem;
  letter-spacing: 0.028em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mv__copy02 p:first-child {
    font-size: 32px;
    font-size: 4.1720990874vw;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.mv__copy02 p:last-child {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__copy02 p:last-child {
    font-size: 40px;
    font-size: 5.2151238592vw;
  }
}
@media screen and (min-width: 768px) {
  .mv__copy02 br {
    display: none;
  }
}
.mv__youtube {
  text-align: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__youtube {
    width: 100%;
  }
}
.mv__youtube:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.mv__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info {
  width: 100%;
  background: url("../img/bg_body.jpg") repeat;
  padding-top: 54px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}
.info__cta {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .info__cta {
    margin-bottom: 10%;
  }
}
.info__container {
  border: 3px solid #002353;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .info__container {
    margin-bottom: 5%;
    border-width: 2px;
  }
}
.info__container h2 {
  width: 100%;
  padding: 22px;
  color: #fff;
  background-color: #002353;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info__container h2 {
    padding: 3% 3vw;
  }
  .info__container h2 span {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .info__container h2 {
    padding: 4% 3vw;
  }
}
.info__date .flex__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14%;
  color: #002353;
}
@media screen and (max-width: 580px) {
  .info__date .flex__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__date .flex__box dt {
    margin-bottom: 4%;
    font-weight: 700;
  }
}
.info__date .flex__box:first-child {
  border-bottom: 1px solid #747474;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.info__date dt {
  font-weight: 500;
  letter-spacing: 0.2em;
}
.info__date dd {
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.info__date .info__content {
  padding: 20px 9%;
}
.info__overview .info__content {
  padding: 20px 6%;
}
.info__overview .info__session {
  color: #002353;
}
@media screen and (max-width: 880px) {
  .info__overview .info__session {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }
}
.info__overview .info__session span {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background-color: #002353;
  border-radius: 10px;
  padding: 6px 10px 7px;
  margin-right: 15px;
}
@media screen and (max-width: 880px) {
  .info__overview .info__session span {
    border-radius: 5px;
    margin-right: 0;
    padding: 4px 8px 6px;
  }
}
.info__overview .info__session:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 880px) {
  .info__overview .info__session:not(:last-child) {
    margin-bottom: 15px;
  }
}
.info__price .info__content {
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .info__price .info__content {
    padding: 20px 3vw;
  }
}
.info__price p > img {
  width: 176px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .info__price p > img {
    width: 35%;
    max-width: 176px;
  }
}
@media screen and (max-width: 880px) {
  .info__price p > span {
    display: block;
    line-height: 1.4;
  }
}
.info__location .info__content {
  text-align: center;
  padding: 30px 30px 35px;
}
@media screen and (max-width: 800px) {
  .info__location .info__content p > span {
    display: block;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .info__location .info__content {
    padding: 20px 3vw;
  }
}
.info__benefit {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .info__benefit {
    margin-bottom: 7%;
  }
}
.info__benefit .info__content {
  text-align: center;
  padding: 30px 30px 35px;
}
@media screen and (max-width: 767px) {
  .info__benefit .info__content {
    padding: 20px 3vw;
  }
}
@media screen and (max-width: 1040px) {
  .info__benefit .info__content p > span {
    display: block;
    line-height: 1.4;
  }
}
.info__contact {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(53, 53, 53, 0.66);
          box-shadow: 0px 0px 13px 0px rgba(53, 53, 53, 0.66);
  padding: 30px 40px 65px;
}
@media screen and (max-width: 767px) {
  .info__contact {
    padding: 6% 3vw 9%;
  }
}
.info__contact .msg-php {
  text-align: center;
  margin-bottom: 2.5rem;
}
.info__contact .msg-php h3 {
  margin-bottom: 1rem;
  color: #fff;
  background-color: #002353;
  border-radius: 5px;
  padding: 5px 10px;
}
.info__contact .msg-php p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .info__contact .msg-php p {
    font-size: 0.875rem;
  }
}
.info__form label {
  display: block;
  margin-bottom: 10px;
}
.info__form label .required {
  display: inline-block;
  margin-left: 10px;
  color: #a10000;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .info__form label .required {
    font-size: 18px;
    font-size: 2.3468057366vw;
  }
}
.info__form label .error-php {
  display: inline-block;
  margin-left: 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #a10000;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .info__form label .error-php {
    display: block;
    font-size: 0.875rem;
  }
}
.info__form .invCode__label {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
}
.info__form input, .info__form select {
  display: block;
  width: 100%;
  border: 3px solid #c4c4c4;
  border-radius: 10px;
  line-height: 1.7;
  padding: 20px 15px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .info__form input, .info__form select {
    border-width: 2px;
    border-radius: 5px;
    padding: 3% 2%;
    margin-bottom: 2%;
  }
}
.info__form select {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .info__form select {
    font-size: 1rem;
  }
}
.info__form .label__btn {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .info__form .label__btn {
    margin-top: 8%;
  }
}
.info__form .btn__submit {
  width: 100%;
}

.flow {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1040px) {
  .flow {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}
.flow .flex__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow .flex__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 50px;
  }
}
.flow__step {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__step {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.flow__step:first-of-type::before, .flow__step:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #002353;
  position: absolute;
  top: 50%;
  right: -13%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .flow__step:first-of-type::before, .flow__step:nth-of-type(2)::before {
    border-width: 1.4vw 0 1.4vw 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__step:first-of-type::before, .flow__step:nth-of-type(2)::before {
    border-width: 10px 0 10px 20px;
    top: 105%;
    right: revert;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}

.line {
  margin-bottom: 65px;
}
@media screen and (max-width: 880px) {
  .line {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .line {
    margin-bottom: 45px;
  }
}
.line .sec__inner-narrow {
  border: 3px solid #06c755;
  border-radius: 10px;
  padding: 35px 65px;
}
@media screen and (max-width: 767px) {
  .line .sec__inner-narrow {
    padding: 20px 3vw 30px;
  }
}
.line .flex__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .line .flex__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}
.line__logo {
  width: 40%;
  max-width: 156px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .line__logo {
    margin: 0 auto 20px;
  }
}
.line__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .line__text {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .line__text {
    font-size: 1rem;
  }
}
.line__id {
  width: 100%;
  max-width: 416px;
  height: 60px;
  line-height: 60px;
  background: url("../img/line_search.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: -8px;
  padding-left: 74px;
}
@media screen and (max-width: 767px) {
  .line__id {
    margin: 0 auto 15px;
    padding-left: 20%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .line__id {
    font-size: 1.25rem;
    padding-left: 15%;
  }
}
.line__col-right {
  width: 31%;
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  .line__col-right {
    width: 50%;
    margin: 0 auto;
  }
}

.footer {
  background-color: #002353;
  text-align: center;
  padding: 38px 3vw;
}
.footer__copy {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 400px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}/*# sourceMappingURL=style.css.map */