@charset "UTF-8";
/*!
Theme Name: 三木楽器開成館
Theme URI:
Description:
Author: masa44
Version:1.00
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@400;700;800&display=swap");
.f-notosans {
  font-family: 'Noto Sans JP', serif;
}

.f-opensans {
  font-family: 'Open Sans', sans-serif;
}

.f-serif {
  font-family: 'Noto Serif JP', serif;
}

.ui-widget,
body {
  font: inherit;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: normal;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  line-height: 1;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

.parallax {
  opacity: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: normal;
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  appearance: none;
  padding: 5px 10px;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input::placeholder, textarea::placeholder {
  color: #A7A7A7;
  display: inline;
  vertical-align: middle;
}

select {
  /*   font-size: nth($font, 1);
  font-family: $font-sans-serif;
  line-height: nth($line-height, 1);
  letter-spacing: $letter-spacing; */
  border-radius: 0;
  appearance: none;
  color: #333;
  background-color: #fff;
  /*   @include bp(tablet){
    font-size: nth($font, 2);
  }; */
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

button {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}

b, strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

sub {
  vertical-align: baseline;
  font-size: 10px;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

#stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}
.wow {
  visibility: hidden;
}

ul.circle > li {
  position: relative;
  padding-left: 1.7em;
}
ul.circle > li::before {
  content: '';
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: #333;
  position: absolute;
  left: 0;
  top: .5em;
  border-radius: 100px;
}

ol.number > li {
  padding-left: 1.7em;
  position: relative;
  counter-increment: section;
}
ol.number > li::before {
  content: counter(section);
  position: absolute;
  left: .3em;
}

ol.numberdot > li {
  padding-left: 2em;
  position: relative;
  counter-increment: section;
}
ol.numberdot > li::before {
  content: counter(section) ". ";
  position: absolute;
  left: .3em;
}

p {
  /* font-size: 15px;
  line-height: 2; */
  /*   @include bp(tablet){
    font-size: 16px;
  } */
}
p:not(:last-child) {
  margin-bottom: 2rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a,
.btn {
  color: #333;
  text-decoration: none;
}
a:before, a:after,
.btn:before,
.btn:after {
  transition: all .25s ease-out;
}

a[href^="tel:"]:hover {
  opacity: 1;
  cursor: context-menu;
}

#wpadminbar {
  overflow: hidden;
}

.b-header {
  width: 100%;
  height: 18.6666666667vw;
  position: relative;
  margin-bottom: 4vw;
}
body:not(#home) .b-header {
  margin-bottom: 8vw;
}

#logo {
  width: 59.6vw;
}
#logo a {
  padding: 2.6666666667vw 4vw;
  display: block;
}

.b-loginbuttonheader {
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background: #069;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.b-loginbuttonheader .e-img {
  width: 4vw;
  margin: 0 auto 0.9333333333vw;
}
.b-loginbuttonheader .e-txt {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

#top {
  display: inline;
  width: 0;
  height: 0;
}

body:not(#home) #stage {
  background: none;
  position: relative;
}
body:not(#home) #stage::before {
  content: '';
  display: block;
  background-color: #069;
  width: 73.3333333333vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.b-main {
  padding-bottom: 21.3333333333vw;
}
.b-mainstage .e-wrapper {
  margin: 0 4vw;
  background-color: #F5F5F5;
  padding: 21.3333333333vw 4vw;
}
.b-mainstage .e-description {
  margin-bottom: 60px;
}
.b-mainstage .e-text {
  font-size: 1.6rem;
  line-height: 2;
}
.b-mainstage .e-text.center {
  text-align: center;
}
.b-mainstage .e-text.m-red {
  color: #B00;
}
.b-mainstage .e-img-credit {
  margin-top: 10px;
  width: 348px;
}
.b-mainstage .form-input {
  margin-bottom: 50px;
}
.b-mainstage .form-input dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
}
.b-mainstage .form-input dt span {
  color: #BB0000;
}
.b-mainstage .form-input dd + dt {
  margin-top: 30px;
}
.b-mainstage .form-input div.e-error {
  background: #FFE5E5;
  margin-top: 10px;
  color: #BB0000;
  padding: 8px;
  padding-left: 32px;
  position: relative;
  line-height: 1.3;
}
.b-mainstage .form-confirm {
  margin-bottom: 50px;
}
.b-mainstage .form-confirm dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 0;
  line-height: 2;
}
.b-mainstage .form-confirm dd {
  font-size: 1.6rem;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  line-height: 2;
}
.b-mainstage .form-confirm dd .campaigncode {
  background-color: #B00;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px;
  margin-top: 10px;
  margin-right: 30px;
  display: inline-block;
}
.b-mainstage .e-fixbutton {
  width: 50%;
  margin-bottom: 50px;
}
.b-mainstage .e-password {
  display: inline-block;
  margin-top: 10px;
}
.b-mainstage input[type=text],
.b-mainstage input[type=password],
.b-mainstage input[type=mail],
.b-mainstage input[type=tel],
.b-mainstage textarea {
  border: 1px solid #DDD;
  width: 100%;
  padding: 15px 10px;
  font-size: 1.6rem;
}
.b-mainstage input[type=text].e-error,
.b-mainstage input[type=password].e-error,
.b-mainstage input[type=mail].e-error,
.b-mainstage input[type=tel].e-error,
.b-mainstage textarea.e-error {
  border: 1px solid #BB0000;
}
.b-mainstage input[type=text].e-zip,
.b-mainstage input[type=password].e-zip,
.b-mainstage input[type=mail].e-zip,
.b-mainstage input[type=tel].e-zip,
.b-mainstage textarea.e-zip {
  width: 60%;
}
.b-mainstage input[type=text].e-securitycode,
.b-mainstage input[type=password].e-securitycode,
.b-mainstage input[type=mail].e-securitycode,
.b-mainstage input[type=tel].e-securitycode,
.b-mainstage textarea.e-securitycode {
  width: 50%;
}
.b-mainstage input[type=text].short,
.b-mainstage input[type=password].short,
.b-mainstage input[type=mail].short,
.b-mainstage input[type=tel].short,
.b-mainstage textarea.short {
  width: 60%;
}
.b-mainstage textarea {
  height: 300px;
}
.b-mainstage input + br + a {
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.b-mainstage .js-secDescription .e-securitycode__img {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}
.b-mainstage .js-secDescription .e-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
.b-mainstage .e-name {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.b-mainstage .e-name input {
  width: calc(50% - 10px);
}
.b-mainstage .e-overlay {
  display: none;
}
.b-mainstage .e-securitycode__img {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 88vw;
  pointer-events: none;
  opacity: 0;
}
.b-mainstage .kigen {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
.b-mainstage .kigen .e-slash {
  width: 35px;
  height: 1px;
  position: relative;
}
.b-mainstage .kigen .e-slash::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #999999;
  position: absolute;
  letter-spacing: 50%;
  top: 50%;
  transform: rotate(-45deg);
}
.b-mainstage .e-select {
  position: relative;
  width: 100px;
}
.b-mainstage .e-select.wide {
  width: 100%;
}
.b-mainstage .e-select.maxwide {
  width: 100%;
}
.b-mainstage .e-select::before, .b-mainstage .e-select::after {
  content: '';
  width: 1px;
  height: 7px;
  background-color: #999;
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  transform-origin: bottom;
}
.b-mainstage .e-select::before {
  transform: rotate(45deg);
}
.b-mainstage .e-select::after {
  transform: rotate(-45deg);
}
.b-mainstage .e-select select {
  border: 1px solid #DDD;
  padding: 15px 10px;
  font-size: 1.6rem;
  width: 100%;
}
.b-mainstage .e-select select.e-month, .b-mainstage .e-select select.e-year, .b-mainstage .e-select select.e-day {
  width: 100%;
}
.b-mainstage .e-select select.e-error {
  border: 1px solid #BB0000;
}
.b-mainstage .e-birth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2vw;
}
.b-mainstage .e-birth .e-year, .b-mainstage .e-birth .e-select {
  width: 20%;
}
.b-mainstage .e-birth .e-select::before, .b-mainstage .e-birth .e-select::after {
  right: 15px;
}
.b-mainstage input[type=checkbox] {
  width: 8vw;
  height: 8vw;
  background-color: #fff;
  border: 1px solid #DDD;
  position: relative;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.b-mainstage input[type=checkbox]::before, .b-mainstage input[type=checkbox]::after {
  content: '';
  background-color: #069;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.b-mainstage input[type=checkbox]::before {
  content: '';
  width: 10px;
  height: 3px;
  top: calc(50% + 2px);
  left: calc(50% - 3px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.b-mainstage input[type=checkbox]::after {
  content: '';
  width: 15px;
  height: 3px;
  left: calc(50% + 5px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b-mainstage input[type=checkbox]:checked::before, .b-mainstage input[type=checkbox]:checked::after {
  opacity: 1;
}
.b-mainstage .e-agree {
  padding-left: 10.6666666667vw;
}
.b-mainstage .e-agree-check {
  margin-left: -10.6666666667vw;
}
.b-mainstage .e-agree__link {
  margin-top: 20px;
  line-height: 2;
}
.b-mainstage .e-button {
  margin: 0 auto;
}
.b-mainstage .e-button.m-left {
  margin: 0;
}
.b-mainstage .e-button.m-parallel {
  display: flex;
  justify-content: center;
}
.b-mainstage .e-sep {
  width: 100%;
  height: 2px;
  border-top: 1px solid #DDD;
  background-color: #fff;
  margin: 40px auto;
}
.b-mainstage a:not(.e-item):not(.e-btn) {
  color: #069;
  text-decoration: underline;
}
.b-mainstage .e-memo {
  margin-top: 10px;
}
.b-mainstage .e-note {
  background-color: #E8E8E8;
  margin-top: 10px;
  padding: 20px 10px;
  font-size: 1.4rem;
  line-height: 2;
}

.e-underline {
  text-decoration: underline;
  text-decoration-color: #fff963;
  text-underline-offset: -.15em;
  text-decoration-thickness: .8em;
  text-decoration-skip-ink: none;
  font-weight: bold;
}

.e-note {
  font-size: 1.6rem;
  line-height: 1.875;
}
.e-note.m-icon {
  padding-left: 8vw;
  position: relative;
}
.e-note.m-icon::before {
  content: '';
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  display: block;
  position: absolute;
  left: 0;
  top: .35em;
  background: url(../img/common/ico_note.svg) center/contain no-repeat;
}

.period {
  text-align: right;
}

p.e-text + .headline,
p.e-text + .heading,
ol + .heading {
  margin-top: 16vw;
}

ol.numberdot {
  margin-top: -10px;
}
ol.numberdot > li {
  counter-increment: section;
  font-size: 1.6rem;
  line-height: 2;
  margin-left: 4vw;
  padding-left: 6.6666666667vw;
  position: relative;
}
ol.numberdot > li::before {
  content: counter(section) ".";
  color: #069;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 0;
}

ol.innumber > li {
  counter-increment: num;
  position: relative;
  padding-left: 6.6666666667vw;
}
ol.innumber > li::before {
  content: "(" counter(num) ")";
  color: #069;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 0;
}

body:not(#home) .heading.e-num {
  counter-increment: nu;
  padding-left: 6.6666666667vw;
  position: relative;
}
body:not(#home) .heading.e-num::before {
  content: counter(nu) ".";
  color: #069;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  left: 0;
}

.e-contact {
  font-size: 1.6rem;
  line-height: 2;
  background-color: #fff;
  padding: 5.3333333333vw;
}

em {
  font-weight: bold;
  font-style: normal;
}

.e-red {
  color: #B00;
}

iframe {
  width: 100%;
  border: none;
}

.e-container {
  margin: 0 4vw;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
.e-container .e-item {
  background-color: #F5F5F5;
  text-decoration: none;
  display: block;
}
.e-container .e-item__img {
  padding-bottom: 61.7370892019%;
  position: relative;
}
.e-container .e-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.e-container .e-item__textarea {
  padding: 5.3333333333vw 5.3333333333vw;
}
.e-container .e-item__header {
  display: flex;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.e-container .e-item__category {
  background-color: #069;
  color: #fff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 0 15px;
}
.e-container .e-item__date {
  padding-left: 10px;
}
.e-container .e-item__lbl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.e-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 5.3333333333vw;
}

.b-btn.e-prev, .b-btn.e-next {
  border: 1px solid #fff;
  display: block;
  position: relative;
  background-color: #069;
  width: 40px;
  height: 40px;
}
.b-btn.e-prev::before, .b-btn.e-prev::after, .b-btn.e-next::before, .b-btn.e-next::after {
  content: '';
  width: 7px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.b-btn.e-prev::before, .b-btn.e-next::before {
  transform: rotate(45deg);
}
.b-btn.e-prev::after, .b-btn.e-next::after {
  transform: rotate(-45deg);
}
.b-btn.e-prev::before, .b-btn.e-prev::after {
  transform-origin: left;
  left: calc(50% - 4px);
}
.b-btn.e-next::before, .b-btn.e-next::after {
  transform-origin: right;
  left: calc(50% - 4px);
}

.e-pageselect {
  position: relative;
}
.e-pageselect select {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding-right: 30px;
  cursor: pointer;
}
.e-pageselect option {
  color: #333;
}
.e-pageselect::before, .e-pageselect::after {
  content: '';
  width: 1px;
  height: 7px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transform-origin: bottom;
}
.e-pageselect::before {
  transform: rotate(45deg);
}
.e-pageselect::after {
  transform: rotate(-45deg);
}

.e-information {
  background-color: #F5F5F5;
  padding: 13.3333333333vw 8vw;
  margin: 0 4vw;
}
.e-information .e-header {
  display: flex;
  line-height: 30px;
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
}
.e-information .e-category {
  background-color: #069;
  color: #fff;
  padding: 0 10px;
  font-weight: bold;
}
.e-information .e-date {
  margin-left: 2.6666666667vw;
  color: #999;
}
.e-information .e-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #069;
  padding: 2.6666666667vw 0;
  border-bottom: 2px solid #069;
  margin-bottom: 8vw;
}
.e-information .e-body {
  border-bottom: 2px solid #fff;
  position: relative;
  padding-bottom: 13.3333333333vw;
  margin-bottom: 8vw;
}
.e-information .e-body::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #DDD;
}
.e-information .e-body > .e-img {
  margin-bottom: 8vw;
  text-align: center;
}
.e-information .e-body p {
  line-height: 2;
  margin-bottom: 60px;
}
.e-information .e-body .headline {
  margin-bottom: 4vw !important;
}
.e-information .e-body * + .headline,
.e-information .e-body * + .heading {
  margin-top: 8vw;
}
.e-information .e-body .e-2column {
  margin-bottom: 8vw;
}
.e-information .e-body .e-2column .e-img {
  margin-bottom: 5.3333333333vw;
}
.e-information .e-body .e-2column .e-img img {
  width: 100%;
}
.e-information .e-body > *:last-child {
  margin-bottom: 0 !important;
}

.e-body figure figcaption {
  font-weight: bold;
  padding: 13px 0;
  line-height: 26px;
}
.e-body .img2text,
.e-body .text2img {
  margin-bottom: 13.3333333333vw;
}
.e-body .img2text .e-img,
.e-body .text2img .e-img {
  text-align: center;
  margin-bottom: 4vw;
}
.e-body .img2text .e-text p:last-of-type,
.e-body .text2img .e-text p:last-of-type {
  margin-bottom: 0;
}
.e-body .youtube {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 13.3333333333vw;
}
.e-body .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.e-body .column2 {
  display: flex;
  flex-direction: column;
  gap: 10vw 0;
  margin-bottom: 13.3333333333vw;
}
.e-body ul {
  margin-bottom: 55px;
}
.e-body ul li {
  padding-left: 40px;
  position: relative;
  line-height: 42px;
}
.e-body ul li::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #069;
  position: absolute;
  left: 3px;
  top: .7em;
}
.e-body ol {
  margin-bottom: 55px;
}
.e-body ol li {
  padding-left: 40px;
  margin-left: 0;
  position: relative;
  line-height: 42px;
  counter-increment: section;
}
.e-body ol li::before {
  content: counter(section) ".";
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #069;
}
.e-body table {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 100px;
}
.e-body table th, .e-body table td {
  border: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  vertical-align: top;
}
.e-body table th {
  font-weight: bold;
  background-color: #fff;
  width: 27.9166666667%;
  padding: 18px 16px;
}
.e-body table td {
  width: 72.0833333333%;
  padding: 18px 28px;
}
.e-body .buttonarea {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.e-body p {
  line-height: 2;
}
.e-body + hr.sep {
  margin-top: 0 !important;
}
.b-footer.e-login {
  padding-top: 0;
  border-top: none;
}
.b-footer .b-loginbutton {
  width: 92vw;
  margin: 0 auto 8vw;
}
.b-footer .b-lists {
  width: 92vw;
  margin: 0 auto 16vw;
}
.b-footer .b-lists a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 10.6666666667vw;
  border-bottom: 1px solid #ddd;
}
.b-footer .b-lists a:first-of-type {
  border-top: 1px solid #ddd;
}
.b-footer .b-copyright {
  background-color: #0e3c6a;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  padding: 13.3333333333vw 0 16vw;
}
.b-footer .b-copyright .e-logo {
  width: 46.6666666667vw;
  margin: 0 auto 2.6666666667vw;
}
.b-footer .b-copyright .e-txt {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

@keyframes arrowMov {
  0% {
    top: calc(0% - 30px);
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes vertical {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes fuwafuwa {
  0%, 65%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(3);
  }
}
@keyframes furufuru {
  0%, 75%, 100% {
    opacity: 0;
  }
  20%, 50% {
    opacity: 1;
  }
  0% {
    transform: scale(3);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes m-1-ball {
  0%, 65%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
  0% {
    transform: translateY(0px) scale(0.7);
  }
  5% {
    transform: scale(0.7);
  }
  15%, 100% {
    transform: scale(1);
  }
  45%, 65% {
    transform: translateY(10px) scale(0.7);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 10px);
  }
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circlemove {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -25px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circleAnim {
  to {
    stroke-dashoffset: 0;
  }
}
a.e-btn,
input[type="submit"].e-btn,
button.e-btn {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 16vw;
  background-color: #069;
  color: #fff;
  letter-spacing: 0.02em;
  width: 100%;
  text-decoration: none;
}
a.e-btn[disabled],
input[type="submit"].e-btn[disabled],
button.e-btn[disabled] {
  background-color: #DDDDDD;
  color: #999;
}
a.e-btn[disabled].m-next::after,
input[type="submit"].e-btn[disabled].m-next::after,
button.e-btn[disabled].m-next::after {
  background-image: url(../img/common/ico_next_g.svg);
}
a.e-btn.m-next::after,
input[type="submit"].e-btn.m-next::after,
button.e-btn.m-next::after {
  content: '';
  width: 1.6vw;
  height: 2.6666666667vw;
  display: block;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/ico_next.svg) center/contain no-repeat;
}
a.e-btn.m-return,
input[type="submit"].e-btn.m-return,
button.e-btn.m-return {
  background: #555;
}
a.e-btn.m-login,
input[type="submit"].e-btn.m-login,
button.e-btn.m-login {
  line-height: 18.6666666667vw;
  font-size: 1.8rem;
}
a.e-btn.m-login img,
input[type="submit"].e-btn.m-login img,
button.e-btn.m-login img {
  width: 4.6666666667vw;
  margin-right: 2.6666666667vw;
  vertical-align: sub;
}

.pagetitle {
  font-size: 2.6rem;
  line-height: 1.5384615385;
  color: #fff;
  margin-left: 4vw;
  width: 65.3333333333vw;
  margin-bottom: 10.6666666667vw;
}

body#home .headline {
  position: relative;
  padding-bottom: 2.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
body#home .headline .e-sub {
  color: #069;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 2.6666666667vw;
}
body#home .headline .e-main {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: 'Open Sans','Noto Sans JP', sans-serif;
  line-height: 1.7;
}
body#home .headline::after {
  content: '';
  width: 20vw;
  height: 0.5333333333vw;
  display: block;
  background-color: #069;
  position: absolute;
  left: 0;
  bottom: 0;
}

body:not(#home) .headline {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-left: 2.6666666667vw;
  margin-bottom: 8vw;
  position: relative;
}
body:not(#home) .headline::before {
  content: '';
  background: #069;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body#home .heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #069;
  position: relative;
  text-align: center;
  padding: 5.3333333333vw 0;
  margin-bottom: 4.6666666667vw;
}
body#home .heading::before {
  content: '';
  width: 26.6666666667vw;
  height: 0.5333333333vw;
  display: block;
  background: #069;
  position: absolute;
  top: 0;
  left: calc(50% - 100/750*100vw);
}

body:not(#home) .heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
  position: relative;
  margin-bottom: 20px;
}
body:not(#home) .heading::after {
  content: '';
  width: 40vw;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #069;
}

.eheadline {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  padding-left: 2.6666666667vw;
  position: relative;
  border-left: 3px solid #006699;
  margin: 45px 0;
}

.eheading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 32px;
  padding: 2vw 0;
  border-bottom: 1px solid #DDD;
  position: relative;
  margin-bottom: 4vw;
}
.eheading::after {
  content: '';
  width: 26.6666666667vw;
  height: 1px;
  background-color: #006699;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.eheading {
  font-size: 2.4rem;
  line-height: 45px;
  margin-bottom: 45px;
}

.esubhead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 38px;
  padding: 10px 0;
  margin-bottom: 55px;
}

[class*="ico-"] {
  position: relative;
  margin-right: 1.6vw;
  display: inline-block;
  vertical-align: sub;
  width: 4.8vw;
  height: 4.8vw;
  border-radius: 50%;
}
[class*="ico-"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center / contain no-repeat;
}

.ico-error {
  background: #B00 url(../img/common/ico_error.svg) center/8px auto no-repeat;
}

.ico-hatena {
  font-style: normal;
  background-color: #069;
  text-align: center;
  line-height: 20px;
}
.ico-hatena::before {
  content: '?';
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif;
}

#home #stage {
  position: relative;
}
#home #stage::before {
  content: '';
  width: 73.3333333333vw;
  height: 200vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #069;
}
#home .b-main {
  padding-bottom: 0;
}
#home .b-textarea {
  width: 92vw;
  margin: 0 auto 8vw;
}
#home .b-textarea .m-text {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
}
#home .b-mv {
  width: 92vw;
  margin: 0 auto 16vw;
}
#home .b-mv a {
  display: block;
}
#home .b-mv__scroll {
  display: none;
}
#home .b-coachingservice {
  width: 92vw;
  margin: 0 auto;
  border: 2.6666666667vw solid rgba(225, 235, 240, 0.6);
  box-shadow: 1.3333333333vw 0 5.3333333333vw rgba(0, 0, 0, 0.2);
}
#home .b-coachingservice .e-wrapper {
  background-color: #fff;
  padding: 8vw 6.1333333333vw 8.6666666667vw;
  text-align: center;
}
#home .b-coachingservice .m-img {
  width: 74.6666666667vw;
  margin: 0 auto 5.3333333333vw;
}
#home .b-coachingservice .m-text {
  font-size: 1.6rem;
  line-height: 1.875;
}
#home .b-information {
  padding: 13.3333333333vw 4vw;
}
#home .b-information .corporation-img img {
  width: 755px;
  height: auto;
}
#home .b-information .e-note {
  margin-bottom: 8vw;
}
#home .b-information .e-informations {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
#home .b-information .e-information__item {
  background-color: #f5f5f5;
  display: block;
  padding-bottom: 6.6666666667vw;
}
#home .b-information .e-information__item .e-img {
  margin-bottom: 8vw;
}
#home .b-information .e-information__item .e-header {
  margin: 0 4vw;
  display: flex;
  align-items: center;
  line-height: 8vw;
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.02em;
  margin-bottom: 4vw;
}
#home .b-information .e-information__item .e-category {
  background-color: #069;
  color: #fff;
  font-weight: bold;
  padding: 0 5.3333333333vw;
  text-align: center;
}
#home .b-information .e-information__item .e-date {
  margin-left: 5.0666666667vw;
  color: #999;
}
#home .b-information .e-information__item .e-lbl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 8vw;
  margin: 0 4vw;
}
#home #secBlock01 {
  position: relative;
  padding-bottom: 20vw;
  padding-top: 6.6666666667vw;
}
#home #secBlock01 .e-particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#home #secBlock01 .e-textblocks {
  position: relative;
}
#home #secBlock01 .e-textblocks p {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  color: #069;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6923076923;
  padding-left: 1em;
  padding-bottom: 10vw;
  padding-top: 2.6666666667vw;
}
#home #secBlock01 .e-imageblock {
  position: relative;
  width: 92vw;
}
#home #secBlock01 .playbtn {
  background: #069 url(../img/home/btn_play.svg) center no-repeat;
  background-size: 1.7333333333vw 2vw;
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 1.3333333333vw rgba(225, 235, 240, 0.6);
  position: absolute;
  left: 74.5333333333vw;
  z-index: 3;
}
#home #secBlock02 .secHeader {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13.3333333333vw;
}
#home #secBlock02 .secHeader .num {
  font-family: 'Open Sans', sans-serif;
  font-size: 7.8rem;
  font-weight: bold;
  color: #069;
  display: inline-block;
  position: relative;
  padding-bottom: 9.3333333333vw;
  letter-spacing: normal;
  margin-bottom: 4.8vw;
}
#home #secBlock02 .secHeader .num::before, #home #secBlock02 .secHeader .num::after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-width: 8.6666666667vw 12.6666666667vw;
  border-style: solid;
  position: absolute;
  right: 0;
  bottom: 0;
}
#home #secBlock02 .secHeader .num::before {
  border-color: transparent #069 #069 transparent;
}
#home #secBlock02 .secHeader .num::after {
  border-color: transparent #fff #fff transparent;
  bottom: -1px;
}
#home #secBlock02 .secHeader .sub {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  color: #069;
  margin-bottom: 4vw;
}
#home #secBlock02 .secHeader .main {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6923076923;
}
#home #secBlock02 .bluebase {
  background-color: #069;
  padding: 13.3333333333vw 8vw;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.375;
}
#home #secBlock02 .blockonoff {
  position: relative;
  margin-bottom: 21.3333333333vw;
}
#home #secBlock02 .blockonoff::before {
  content: '';
  width: 100%;
  height: calc(100% - 160/750*100vw);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #069;
}
#home #secBlock02 .blockonoff__stage {
  width: 92vw;
  background: #fff url(../img/home/pattern01.png) center repeat;
  box-shadow: 1.3333333333vw 0 5.3333333333vw rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 13.3333333333vw 8vw;
}
#home #secBlock02 .blockonoff .figure {
  margin-bottom: 10.6666666667vw;
}
#home #secBlock02 .blockonoff .figure .onblock,
#home #secBlock02 .blockonoff .figure .offblock {
  position: relative;
  background-color: #fff;
}
#home #secBlock02 .blockonoff .figure .onblock .img,
#home #secBlock02 .blockonoff .figure .offblock .img {
  width: 30.6666666667vw;
  height: 30.6666666667vw;
  position: relative;
}
#home #secBlock02 .blockonoff .figure .onblock .circle01, #home #secBlock02 .blockonoff .figure .onblock .circle02, #home #secBlock02 .blockonoff .figure .onblock .circle03,
#home #secBlock02 .blockonoff .figure .offblock .circle01,
#home #secBlock02 .blockonoff .figure .offblock .circle02,
#home #secBlock02 .blockonoff .figure .offblock .circle03 {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: calc(50% - 45/750*100vw);
  left: calc(50% - 45/750*100vw);
  width: 12vw;
  height: 12vw;
  opacity: 0;
}
#home #secBlock02 .blockonoff .figure .onblock .lbl,
#home #secBlock02 .blockonoff .figure .offblock .lbl {
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-left: 4vw;
}
#home #secBlock02 .blockonoff .figure .onblock .lbl span,
#home #secBlock02 .blockonoff .figure .offblock .lbl span {
  border-radius: 50px;
  width: 8.8vw;
  line-height: 8.8vw;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 10px;
}
#home #secBlock02 .blockonoff .figure .onblock .lbl span + span,
#home #secBlock02 .blockonoff .figure .offblock .lbl span + span {
  margin-left: -.4em;
}
#home #secBlock02 .blockonoff .figure .onblock {
  width: 69.3333333333vw;
  box-shadow: 2.6666666667vw 2.6666666667vw 0 rgba(240, 184, 63, 0.1);
  display: flex;
  align-items: center;
  z-index: 3;
  padding: 8vw 5.3333333333vw;
  position: relative;
}
#home #secBlock02 .blockonoff .figure .onblock .onBalloon {
  position: absolute;
  right: -10.6666666667vw;
  top: -8vw;
  width: 26.6666666667vw;
  height: 28.1333333333vw;
}
#home #secBlock02 .blockonoff .figure .onblock .img img {
  width: 21.0666666667vw;
  position: absolute;
  top: calc(50% - 90/750*100vw);
  left: calc(50% - 134/750*100vw);
}
#home #secBlock02 .blockonoff .figure .onblock .circle01, #home #secBlock02 .blockonoff .figure .onblock .circle02, #home #secBlock02 .blockonoff .figure .onblock .circle03 {
  background-color: rgba(240, 184, 63, 0.1);
}
#home #secBlock02 .blockonoff .figure .onblock .circle01 {
  animation: fuwafuwa 4s ease 0s infinite normal;
}
#home #secBlock02 .blockonoff .figure .onblock .circle02 {
  animation: fuwafuwa 4s ease .5s infinite normal;
}
#home #secBlock02 .blockonoff .figure .onblock .circle03 {
  animation: fuwafuwa 4s ease 1s infinite normal;
}
#home #secBlock02 .blockonoff .figure .onblock .lbl span {
  background-color: #f0b83f;
}
#home #secBlock02 .blockonoff .figure .offblock {
  background-color: #f3f7f9;
  width: 84vw;
  z-index: 2;
  margin-top: -4vw;
  margin-left: -4vw;
  padding: 8vw;
  display: flex;
  align-items: center;
}
#home #secBlock02 .blockonoff .figure .offblock .img {
  order: 2;
}
#home #secBlock02 .blockonoff .figure .offblock img {
  width: 21.0666666667vw;
  position: absolute;
  top: calc(50% - 115/750*100vw);
  left: calc(50% - 17/750*100vw);
}
#home #secBlock02 .blockonoff .figure .offblock .circle01, #home #secBlock02 .blockonoff .figure .offblock .circle02, #home #secBlock02 .blockonoff .figure .offblock .circle03 {
  background-color: rgba(0, 102, 153, 0.1);
}
#home #secBlock02 .blockonoff .figure .offblock .circle01 {
  animation: furufuru 4s ease 0s infinite normal;
}
#home #secBlock02 .blockonoff .figure .offblock .circle02 {
  animation: furufuru 4s ease .5s infinite normal;
}
#home #secBlock02 .blockonoff .figure .offblock .circle03 {
  animation: furufuru 4s ease 1s infinite normal;
}
#home #secBlock02 .blockonoff .figure .offblock .lbl {
  width: 37.3333333333vw;
}
#home #secBlock02 .blockonoff .figure .offblock .lbl span {
  background-color: #069;
}
#home #secBlock02 .blockonoff .onthe .lbl, #home #secBlock02 .blockonoff .offthe .lbl {
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
}
#home #secBlock02 .blockonoff .onthe .lbl span, #home #secBlock02 .blockonoff .offthe .lbl span {
  border-radius: 500px;
  width: 8.8vw;
  line-height: 8.8vw;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 2.1rem;
}
#home #secBlock02 .blockonoff .onthe .lbl span + span, #home #secBlock02 .blockonoff .offthe .lbl span + span {
  margin-left: -.4em;
}
#home #secBlock02 .blockonoff .onthe .lbl span:last-child, #home #secBlock02 .blockonoff .offthe .lbl span:last-child {
  margin-right: 2.1333333333vw;
}
#home #secBlock02 .blockonoff .onthe p, #home #secBlock02 .blockonoff .offthe p {
  font-size: 1.6rem;
  line-height: 2;
}
#home #secBlock02 .blockonoff .onthe .lbl span {
  background-color: #f0b83f;
}
#home #secBlock02 .blockonoff .offthe {
  margin-top: 10.6666666667vw;
}
#home #secBlock02 .blockonoff .offthe .lbl span {
  background-color: #069;
}
#home #secBlock02 .halfbg {
  position: relative;
  padding-top: 13.3333333333vw;
}
#home #secBlock02 .halfbg::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
}
#home #secBlock02 .halfbg .box {
  position: relative;
  background-color: #fff;
  box-shadow: 1.3333333333vw 0 5.3333333333vw rgba(0, 0, 0, 0.2);
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  padding: 8vw 5.3333333333vw;
}
#home #secBlock02 .halfbg .box + .box {
  margin-top: 5.3333333333vw;
}
#home #secBlock02 .halfbg .boxHeader {
  display: flex;
  align-items: center;
  margin-bottom: 5.3333333333vw;
}
#home #secBlock02 .halfbg .boxHeader .num {
  color: #fff;
  background-color: #fff963;
  border-radius: 50%;
  width: 21.3333333333vw;
  line-height: 21.3333333333vw;
  text-align: center;
  font-size: 3.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-right: 2.6666666667vw;
}
#home #secBlock02 .halfbg .boxHeader .lbl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6666666667;
  color: #069;
}
#home #secBlock02 .halfbg .box p {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}
#home #secBlock02 .halfbg .box .img {
  position: relative;
}
#home #secBlock02 .halfbg .textarea {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
#home #secBlock02 .halfbg .imgarea {
  position: relative;
}
#home #secBlock02 .secParticle {
  position: relative;
}
#home #secBlock02 .secParticle .e-particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home #secBlock03 {
  background: url(../img/home/bg_space_sp.png) center top/cover no-repeat;
  padding-top: 21.3333333333vw;
  padding-bottom: 18.6666666667vw;
}
#home #secBlock03 .heading {
  color: #fff;
}
#home #secBlock03 .heading::before {
  background-color: #fff;
}
#home #secBlock03 .heading span {
  color: #fff963;
}
#home #secBlock03 .img {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#home #secBlock03 .text {
  width: 81.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
#home #secBlock04 {
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
  background: #f5f5f5 url(../img/home/pattern01.png) center repeat;
}
#home #secBlock04 .headarea {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
#home #secBlock04 .headarea .en {
  font-size: 6rem;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #ddd;
  letter-spacing: normal;
}
#home #secBlock04 .headarea .ja {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #069;
  margin-top: -1em;
}
#home #secBlock04 .text {
  font-size: 1.6rem;
  line-height: 2;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
#home #secBlock04 .img {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vw;
  text-align: center;
}
#home #secBlock04 .img img {
  box-shadow: 1.3333333333vw 0 5.3333333333vw rgba(0, 0, 0, 0.2);
}
#home #secBlock05 {
  background-color: #069;
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
}
#home #secBlock05 .heading {
  color: #fff;
}
#home #secBlock05 .heading::before {
  background-color: #fff;
}
#home #secBlock05 .container {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
#home #secBlock05 .container + .container {
  margin-top: 10.6666666667vw;
}
#home #secBlock05 .label {
  display: flex;
  align-items: center;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.3333333333vw;
}
#home #secBlock05 .label .mark {
  width: 16vw;
  margin-right: 4.4vw;
}
#home #secBlock05 .label .mark img {
  filter: drop-shadow(1.3333333333vw 0 5.3333333333vw rgba(0, 0, 0, 0.2));
}
#home #secBlock05 .label .text {
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.06em;
}
#home #secBlock05 .oneday {
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#home #secBlock05 .oneday .side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#home #secBlock05 .oneday .side .asa, #home #secBlock05 .oneday .side .yoru {
  width: 8vw;
  position: relative;
}
#home #secBlock05 .oneday .side::before {
  content: '';
  width: 1.0666666667vw;
  height: calc(100% - 120/750*100vw);
  display: block;
  position: absolute;
  left: calc(50% - 4/750*100vw);
  top: 4vw;
  background-image: linear-gradient(to bottom, #fff963, #0e3c6a);
}
#home #secBlock05 .oneday .side::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 2.6666666667vw 1.8666666667vw 0;
  border-style: solid;
  border-color: #0e3c6a transparent transparent;
  position: absolute;
  left: calc(50% - 14/750*100vw);
  bottom: 10.1333333333vw;
}
#home #secBlock05 .oneday .box {
  width: 80vw;
  margin-right: 0;
}
#home #secBlock05 .box {
  background-color: #fff;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1.3333333333vw 0 5.3333333333vw rgba(0, 0, 0, 0.2);
  padding: 8vw 5.3333333333vw 10.6666666667vw;
  position: relative;
}
#home #secBlock05 .box + .box {
  margin-top: 4vw;
}
#home #secBlock05 .box .tag {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  font-weight: bold;
  width: 24vw;
  line-height: 8vw;
  text-align: center;
}
#home #secBlock05 .box .tag.off {
  background-color: #b0cfde;
  color: #fff;
}
#home #secBlock05 .box .tag.on {
  background-color: #fff963;
  color: #f0b83f;
}
#home #secBlock05 .box .onoff {
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  line-height: 6.1333333333vw;
  padding: 0 3.3333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
}
#home #secBlock05 .box .onoff.off {
  background-color: #069;
}
#home #secBlock05 .box .onoff.on {
  background-color: #f0b83f;
}
#home #secBlock05 .box .title {
  font-size: 1.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #069;
  line-height: 2;
  padding: 2.6666666667vw 0;
}
#home #secBlock05 .box .schedule {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  color: #999;
  font-size: 1.4rem;
  line-height: 2;
  padding: 1.3333333333vw 0;
  margin-bottom: 5.3333333333vw;
}
#home #secBlock05 .box .img {
  margin-bottom: 5.3333333333vw;
}
#home #secBlock05 .box .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
#home #secBlock06 {
  position: relative;
  padding-top: 21.3333333333vw;
  padding-bottom: 21.3333333333vw;
}
#home #secBlock06 .e-particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home #secBlock06 .headarea {
  position: relative;
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
#home #secBlock06 .headarea .en {
  font-family: 'Open Sans', sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: #edf3f6;
}
#home #secBlock06 .headarea .ja {
  font-size: 1.8rem;
  font-weight: bold;
  color: #069;
  margin-top: -1em;
}
#home #secBlock06 .bodyarea {
  position: relative;
  background-color: rgba(225, 235, 240, 0.6);
  box-shadow: 1.3333333333vw 0 5.3333333333vw rgba(0, 0, 0, 0.2);
  padding: 2.6666666667vw;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
#home #secBlock06 .bodyarea .wrapper {
  background-color: #fff;
  padding: 11.3333333333vw 8.6666666667vw;
}
#home #secBlock06 .bodyarea .text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2.6666666667vw;
}
#home .mfp-container {
  padding-left: 25px;
  padding-right: 25px;
}
#home .mfp-close {
  width: 35px;
  height: 35px;
  background-color: #069;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 5rem;
  font-weight: normal;
  opacity: 1;
  top: -20px;
  right: -20px;
  box-shadow: 0 0 0 1.3333333333vw rgba(225, 235, 240, 0.6);
  transition: all .3s ease-out;
  text-indent: -999em;
}
#home .mfp-close::before, #home .mfp-close::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
}
#home .mfp-close::before {
  transform: rotate(45deg);
}
#home .mfp-close::after {
  transform: rotate(-45deg);
}

#wpadminbar {
  display: none;
}

@media (min-width: 768px) {
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    line-height: 2;
  }
  button {
    font-size: 1.6rem;
    cursor: pointer;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
  }
  #stage {
    width: auto;
    min-width: 1250px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
  ul.circle > li::before {
    width: 13px;
    height: 13px;
    left: .3em;
    top: .8em;
  }
  a,
  .btn {
    transition: all .25s ease-out;
  }
  a img,
  .btn img {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none;
  }
  a div,
  .btn div {
    transition: all .25s ease-out;
  }
  a.notrans img,
  .btn.notrans img {
    transition: none;
  }
  .b-header {
    height: 160px;
    margin-bottom: 0;
  }
  body:not(#home) .b-header {
    margin-bottom: 100px;
  }
  #logo {
    width: 469px;
  }
  #logo a {
    padding: 40px;
  }
  #logo a:hover {
    opacity: .7;
  }
  .b-loginbuttonheader {
    width: 160px;
    height: 160px;
    transition: all .25s;
  }
  .b-loginbuttonheader:hover {
    background-color: rgba(0, 102, 153, 0.8);
  }
  .b-loginbuttonheader .e-img {
    width: 26px;
    margin-bottom: 15px;
  }
  .b-loginbuttonheader .e-txt {
    font-size: 1.8rem;
  }
  body:not(#home) #stage::before {
    width: calc(50% + 440px);
  }
  .b-main {
    padding-bottom: 202px;
  }
  body:not(#home) .b-main {
    min-height: calc(100vh - 475px);
  }
  .b-mainstage {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 160px;
  }
  .b-mainstage .e-wrapper {
    margin: 0;
    width: 100%;
    padding: 160px 11.4285714286%;
  }
  .b-mainstage .e-text.centerpc {
    text-align: center;
  }
  .b-mainstage .form-input {
    width: 600px;
    margin: 0 auto 60px;
  }
  .b-mainstage .form-input div.e-error {
    padding: 10px;
    width: 100%;
  }
  .b-mainstage .form-confirm {
    max-width: 1080px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .b-mainstage .form-confirm dt {
    width: 27.7777777778%;
    border-bottom: 1px solid #DDD;
    padding: 25px 0;
  }
  .b-mainstage .form-confirm dd {
    width: 72.2222222222%;
    padding: 25px 0;
  }
  .b-mainstage .form-confirm dd .campaigncode {
    margin-left: 30px;
    margin-top: 0;
    margin-right: 0;
    display: inline;
  }
  .b-mainstage .e-fixbutton {
    width: 200px;
    margin-bottom: 80px;
  }
  .b-mainstage .e-password {
    margin-top: 20px;
  }
  .b-mainstage input[type=text],
  .b-mainstage input[type=password],
  .b-mainstage input[type=mail],
  .b-mainstage input[type=tel],
  .b-mainstage textarea {
    padding: 20px 20px;
  }
  .b-mainstage input[type=text].e-zip,
  .b-mainstage input[type=password].e-zip,
  .b-mainstage input[type=mail].e-zip,
  .b-mainstage input[type=tel].e-zip,
  .b-mainstage textarea.e-zip {
    width: 41.6666666667%;
  }
  .b-mainstage input[type=text].short,
  .b-mainstage input[type=password].short,
  .b-mainstage input[type=mail].short,
  .b-mainstage input[type=tel].short,
  .b-mainstage textarea.short {
    width: 250px;
  }
  .b-mainstage input + br + a span {
    transition: all .25s;
  }
  .b-mainstage input + br + a:hover {
    opacity: 1;
  }
  .b-mainstage input + br + a:hover span {
    opacity: .7;
  }
  .b-mainstage .e-securitycode__img {
    position: absolute;
    top: -210px;
    right: -20px;
    transform: translateX(100%);
    width: 375px;
  }
  .b-mainstage .kigen .e-slash {
    width: 43px;
  }
  .b-mainstage .e-select {
    width: 120px;
  }
  .b-mainstage .e-select.wide {
    width: 250px;
  }
  .b-mainstage .e-select select {
    padding: 24px 10px;
  }
  .b-mainstage .e-birth {
    gap: 0 20px;
  }
  .b-mainstage input[type=checkbox] {
    width: 40px;
    height: 40px;
  }
  .b-mainstage .e-agree {
    width: 600px;
    margin: 0 auto;
    padding-left: 52px;
  }
  .b-mainstage .e-agree-check {
    margin-left: -52px;
  }
  .b-mainstage .e-button {
    width: 400px;
  }
  .b-mainstage .e-button.m-parallel {
    width: 600px;
    gap: 20px;
  }
  .b-mainstage .e-sep {
    margin: 60px auto;
    width: 600px;
  }
  .b-mainstage .e-sep.long {
    max-width: 1080px;
    width: 100%;
  }
  .b-mainstage a:not(.e-item):not(.e-btn) {
    transition: all .25s;
  }
  .b-mainstage a:not(.e-item):not(.e-btn):hover {
    text-decoration: none;
  }
  .b-mainstage .e-note {
    margin-top: 20px;
    padding: 20px;
  }
  .e-note.m-icon {
    padding-left: 38px;
  }
  .e-note.m-icon::before {
    width: 30px;
    height: 30px;
  }
  p.e-text + .headline,
  p.e-text + .heading,
  ol + .heading {
    margin-top: 80px;
  }
  ol.numberdot > li {
    margin-left: 20px;
    padding-left: 30px;
  }
  ol.innumber > li {
    padding-left: 40px;
  }
  body:not(#home) .heading.e-num {
    padding-left: 30px;
  }
  .e-contact {
    padding: 40px;
  }
  .e-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    gap: 40px 2.8571428571%;
  }
  .e-container .e-item__textarea {
    padding: 25px 30px;
  }
  .e-container .e-item__header {
    font-size: 1.6rem;
  }
  .e-container .e-item__category {
    padding: 0 20px;
  }
  .e-container .e-item__date {
    padding-left: 20px;
  }
  .e-container .e-item__lbl {
    font-size: 2rem;
    line-height: 2;
  }
  .e-container .e-item {
    width: 31.4285714286%;
  }
  .e-container .e-item:hover .e-item__img {
    opacity: .7;
  }
  .e-container .e-item:hover .e-item__lbl {
    color: #068;
  }
  .e-pager {
    gap: 40px;
  }
  .b-btn.e-prev, .b-btn.e-next {
    width: 60px;
    height: 60px;
  }
  .b-btn.e-prev:hover, .b-btn.e-next:hover {
    background-color: #fff;
  }
  .b-btn.e-prev:hover::before, .b-btn.e-prev:hover::after, .b-btn.e-next:hover::before, .b-btn.e-next:hover::after {
    background-color: #069;
  }
  .e-information {
    padding: 160px 160px;
    margin: 0;
  }
  .e-information .e-date {
    margin-left: 20px;
  }
  .e-information .e-title {
    padding: 20px 0;
    margin-bottom: 60px;
    font-size: 3.6rem;
  }
  .e-information .e-body {
    padding-bottom: 100px;
    margin-bottom: 60px;
  }
  .e-information .e-body > .e-img {
    margin-bottom: 60px;
  }
  .e-information .e-body .headline {
    margin-bottom: 30px !important;
  }
  .e-information .e-body * + .headline,
  .e-information .e-body * + .heading {
    margin-top: 60px;
  }
  .e-information .e-body .e-2column {
    display: flex;
    gap: 0 3.7037037037%;
    margin-bottom: 60px;
  }
  .e-information .e-body .e-2column .e-img {
    width: 48.1481481481%;
    margin-bottom: 0;
  }
  .e-information .e-body .e-2column p {
    width: 48.1481481481%;
    margin-bottom: 0;
  }
  .e-information .e-body .e-2column.e-imgright .e-img {
    order: 2;
  }
  .e-body .img2text,
  .e-body .text2img {
    display: flex;
    gap: 0 75px;
    margin-bottom: 100px;
  }
  .e-body .img2text .e-img,
  .e-body .text2img .e-img {
    margin-bottom: 0;
  }
  .e-body .img2text > *,
  .e-body .text2img > * {
    flex: 1;
  }
  .e-body .img2text .e-img {
    order: 1;
  }
  .e-body .img2text .e-text {
    order: 2;
  }
  .e-body .text2img .e-img {
    order: 2;
  }
  .e-body .text2img .e-text {
    order: 1;
  }
  .e-body .youtube {
    margin-bottom: 100px;
  }
  .e-body .column2 {
    flex-direction: row;
    gap: 0 75px;
    margin-bottom: 100px;
  }
  .e-body .buttonarea {
    flex-direction: row;
    gap: 0 calc(50% - 403px);
  }
  .e-body .buttonarea .e-btn {
    width: 269px;
  }
  .mtpc1 {
    margin-top: 1px;
  }
  .mtpc2 {
    margin-top: 2px;
  }
  .mtpc3 {
    margin-top: 3px;
  }
  .mtpc4 {
    margin-top: 4px;
  }
  .mtpc5 {
    margin-top: 5px;
  }
  .mtpc6 {
    margin-top: 6px;
  }
  .mtpc7 {
    margin-top: 7px;
  }
  .mtpc8 {
    margin-top: 8px;
  }
  .mtpc9 {
    margin-top: 9px;
  }
  .mtpc10 {
    margin-top: 10px;
  }
  .mtpc11 {
    margin-top: 11px;
  }
  .mtpc12 {
    margin-top: 12px;
  }
  .mtpc13 {
    margin-top: 13px;
  }
  .mtpc14 {
    margin-top: 14px;
  }
  .mtpc15 {
    margin-top: 15px;
  }
  .mtpc16 {
    margin-top: 16px;
  }
  .mtpc17 {
    margin-top: 17px;
  }
  .mtpc18 {
    margin-top: 18px;
  }
  .mtpc19 {
    margin-top: 19px;
  }
  .mtpc20 {
    margin-top: 20px;
  }
  .mtpc21 {
    margin-top: 21px;
  }
  .mtpc22 {
    margin-top: 22px;
  }
  .mtpc23 {
    margin-top: 23px;
  }
  .mtpc24 {
    margin-top: 24px;
  }
  .mtpc25 {
    margin-top: 25px;
  }
  .mtpc26 {
    margin-top: 26px;
  }
  .mtpc27 {
    margin-top: 27px;
  }
  .mtpc28 {
    margin-top: 28px;
  }
  .mtpc29 {
    margin-top: 29px;
  }
  .mtpc30 {
    margin-top: 30px;
  }
  .mtpc31 {
    margin-top: 31px;
  }
  .mtpc32 {
    margin-top: 32px;
  }
  .mtpc33 {
    margin-top: 33px;
  }
  .mtpc34 {
    margin-top: 34px;
  }
  .mtpc35 {
    margin-top: 35px;
  }
  .mtpc36 {
    margin-top: 36px;
  }
  .mtpc37 {
    margin-top: 37px;
  }
  .mtpc38 {
    margin-top: 38px;
  }
  .mtpc39 {
    margin-top: 39px;
  }
  .mtpc40 {
    margin-top: 40px;
  }
  .mtpc41 {
    margin-top: 41px;
  }
  .mtpc42 {
    margin-top: 42px;
  }
  .mtpc43 {
    margin-top: 43px;
  }
  .mtpc44 {
    margin-top: 44px;
  }
  .mtpc45 {
    margin-top: 45px;
  }
  .mtpc46 {
    margin-top: 46px;
  }
  .mtpc47 {
    margin-top: 47px;
  }
  .mtpc48 {
    margin-top: 48px;
  }
  .mtpc49 {
    margin-top: 49px;
  }
  .mtpc50 {
    margin-top: 50px;
  }
  .mtpc51 {
    margin-top: 51px;
  }
  .mtpc52 {
    margin-top: 52px;
  }
  .mtpc53 {
    margin-top: 53px;
  }
  .mtpc54 {
    margin-top: 54px;
  }
  .mtpc55 {
    margin-top: 55px;
  }
  .mtpc56 {
    margin-top: 56px;
  }
  .mtpc57 {
    margin-top: 57px;
  }
  .mtpc58 {
    margin-top: 58px;
  }
  .mtpc59 {
    margin-top: 59px;
  }
  .mtpc60 {
    margin-top: 60px;
  }
  .mtpc61 {
    margin-top: 61px;
  }
  .mtpc62 {
    margin-top: 62px;
  }
  .mtpc63 {
    margin-top: 63px;
  }
  .mtpc64 {
    margin-top: 64px;
  }
  .mtpc65 {
    margin-top: 65px;
  }
  .mtpc66 {
    margin-top: 66px;
  }
  .mtpc67 {
    margin-top: 67px;
  }
  .mtpc68 {
    margin-top: 68px;
  }
  .mtpc69 {
    margin-top: 69px;
  }
  .mtpc70 {
    margin-top: 70px;
  }
  .mtpc71 {
    margin-top: 71px;
  }
  .mtpc72 {
    margin-top: 72px;
  }
  .mtpc73 {
    margin-top: 73px;
  }
  .mtpc74 {
    margin-top: 74px;
  }
  .mtpc75 {
    margin-top: 75px;
  }
  .mtpc76 {
    margin-top: 76px;
  }
  .mtpc77 {
    margin-top: 77px;
  }
  .mtpc78 {
    margin-top: 78px;
  }
  .mtpc79 {
    margin-top: 79px;
  }
  .mtpc80 {
    margin-top: 80px;
  }
  .mtpc81 {
    margin-top: 81px;
  }
  .mtpc82 {
    margin-top: 82px;
  }
  .mtpc83 {
    margin-top: 83px;
  }
  .mtpc84 {
    margin-top: 84px;
  }
  .mtpc85 {
    margin-top: 85px;
  }
  .mtpc86 {
    margin-top: 86px;
  }
  .mtpc87 {
    margin-top: 87px;
  }
  .mtpc88 {
    margin-top: 88px;
  }
  .mtpc89 {
    margin-top: 89px;
  }
  .mtpc90 {
    margin-top: 90px;
  }
  .mtpc91 {
    margin-top: 91px;
  }
  .mtpc92 {
    margin-top: 92px;
  }
  .mtpc93 {
    margin-top: 93px;
  }
  .mtpc94 {
    margin-top: 94px;
  }
  .mtpc95 {
    margin-top: 95px;
  }
  .mtpc96 {
    margin-top: 96px;
  }
  .mtpc97 {
    margin-top: 97px;
  }
  .mtpc98 {
    margin-top: 98px;
  }
  .mtpc99 {
    margin-top: 99px;
  }
  .mtpc100 {
    margin-top: 100px;
  }
  .mtpc101 {
    margin-top: 101px;
  }
  .mtpc102 {
    margin-top: 102px;
  }
  .mtpc103 {
    margin-top: 103px;
  }
  .mtpc104 {
    margin-top: 104px;
  }
  .mtpc105 {
    margin-top: 105px;
  }
  .mtpc106 {
    margin-top: 106px;
  }
  .mtpc107 {
    margin-top: 107px;
  }
  .mtpc108 {
    margin-top: 108px;
  }
  .mtpc109 {
    margin-top: 109px;
  }
  .mtpc110 {
    margin-top: 110px;
  }
  .mtpc111 {
    margin-top: 111px;
  }
  .mtpc112 {
    margin-top: 112px;
  }
  .mtpc113 {
    margin-top: 113px;
  }
  .mtpc114 {
    margin-top: 114px;
  }
  .mtpc115 {
    margin-top: 115px;
  }
  .mtpc116 {
    margin-top: 116px;
  }
  .mtpc117 {
    margin-top: 117px;
  }
  .mtpc118 {
    margin-top: 118px;
  }
  .mtpc119 {
    margin-top: 119px;
  }
  .mtpc120 {
    margin-top: 120px;
  }
  .mtpc121 {
    margin-top: 121px;
  }
  .mtpc122 {
    margin-top: 122px;
  }
  .mtpc123 {
    margin-top: 123px;
  }
  .mtpc124 {
    margin-top: 124px;
  }
  .mtpc125 {
    margin-top: 125px;
  }
  .mtpc126 {
    margin-top: 126px;
  }
  .mtpc127 {
    margin-top: 127px;
  }
  .mtpc128 {
    margin-top: 128px;
  }
  .mtpc129 {
    margin-top: 129px;
  }
  .mtpc130 {
    margin-top: 130px;
  }
  .mtpc131 {
    margin-top: 131px;
  }
  .mtpc132 {
    margin-top: 132px;
  }
  .mtpc133 {
    margin-top: 133px;
  }
  .mtpc134 {
    margin-top: 134px;
  }
  .mtpc135 {
    margin-top: 135px;
  }
  .mtpc136 {
    margin-top: 136px;
  }
  .mtpc137 {
    margin-top: 137px;
  }
  .mtpc138 {
    margin-top: 138px;
  }
  .mtpc139 {
    margin-top: 139px;
  }
  .mtpc140 {
    margin-top: 140px;
  }
  .mtpc141 {
    margin-top: 141px;
  }
  .mtpc142 {
    margin-top: 142px;
  }
  .mtpc143 {
    margin-top: 143px;
  }
  .mtpc144 {
    margin-top: 144px;
  }
  .mtpc145 {
    margin-top: 145px;
  }
  .mtpc146 {
    margin-top: 146px;
  }
  .mtpc147 {
    margin-top: 147px;
  }
  .mtpc148 {
    margin-top: 148px;
  }
  .mtpc149 {
    margin-top: 149px;
  }
  .mtpc150 {
    margin-top: 150px;
  }
  .mtpc151 {
    margin-top: 151px;
  }
  .mtpc152 {
    margin-top: 152px;
  }
  .mtpc153 {
    margin-top: 153px;
  }
  .mtpc154 {
    margin-top: 154px;
  }
  .mtpc155 {
    margin-top: 155px;
  }
  .mtpc156 {
    margin-top: 156px;
  }
  .mtpc157 {
    margin-top: 157px;
  }
  .mtpc158 {
    margin-top: 158px;
  }
  .mtpc159 {
    margin-top: 159px;
  }
  .mtpc160 {
    margin-top: 160px;
  }
  .b-footer {
    padding-top: 120px;
  }
  .b-footer .b-loginbutton {
    width: 550px;
    margin: 0 auto 40px;
  }
  .b-footer .b-lists {
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .b-footer .b-lists a {
    border: none;
    line-height: 50px;
    padding: 0 20px;
  }
  .b-footer .b-lists a:first-of-type {
    border: none;
  }
  .b-footer .b-lists a:hover {
    text-decoration: underline;
  }
  .b-footer .b-copyright {
    padding: 60px 0;
    font-size: 1.4rem;
  }
  .b-footer .b-copyright .e-logo {
    width: 240px;
    margin-bottom: 15px;
  }
  a.e-btn,
  input[type="submit"].e-btn,
  button.e-btn {
    line-height: 80px;
    transition: all .25s;
  }
  a.e-btn:not([disabled]):hover,
  input[type="submit"].e-btn:not([disabled]):hover,
  button.e-btn:not([disabled]):hover {
    background-color: rgba(0, 102, 153, 0.7);
  }
  a.e-btn.left,
  input[type="submit"].e-btn.left,
  button.e-btn.left {
    padding: 0 30px;
    text-align: left;
  }
  a.e-btn.m-next::after,
  input[type="submit"].e-btn.m-next::after,
  button.e-btn.m-next::after {
    width: 7px;
    height: 13px;
    right: 20px;
  }
  a.e-btn.m-return.slim,
  input[type="submit"].e-btn.m-return.slim,
  button.e-btn.m-return.slim {
    line-height: 60px;
  }
  a.e-btn.m-return:hover,
  input[type="submit"].e-btn.m-return:hover,
  button.e-btn.m-return:hover {
    background-color: rgba(85, 85, 85, 0.7);
  }
  a.e-btn.m-login,
  input[type="submit"].e-btn.m-login,
  button.e-btn.m-login {
    line-height: 100px;
    font-size: 2rem;
  }
  a.e-btn.m-login img,
  input[type="submit"].e-btn.m-login img,
  button.e-btn.m-login img {
    width: 22px;
    margin-right: 15px;
  }
  .pagetitle {
    font-size: 4.8rem;
    max-width: 1720px;
    padding: 0 160px;
    margin: 0 auto 100px;
    width: 100%;
  }
  body#home .headline {
    padding-bottom: 35px;
    margin-bottom: 60px;
  }
  body#home .headline .e-sub {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  body#home .headline .e-main {
    font-size: 4rem;
  }
  body#home .headline::after {
    height: 2px;
    width: 100px;
  }
  body:not(#home) .headline {
    font-size: 2.8rem;
    padding-left: 20px;
    line-height: 2;
    margin-bottom: 60px;
  }
  body#home .heading {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    max-width: 1500px;
    padding: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 2.8rem;
    line-height: 1.7142857143;
    margin-bottom: 40px;
  }
  body#home .heading::before {
    width: 100px;
    height: 2px;
    position: static;
    margin-bottom: 30px;
  }
  body:not(#home) .heading {
    font-size: 2.2rem;
    line-height: 2;
  }
  body:not(#home) .heading::after {
    width: 27.7777777778%;
  }
  .eheadline {
    font-size: 2.8rem;
    padding-left: 20px;
  }
  .eheadline::after {
    width: 100px;
    height: 2px;
  }
  .eheading {
    font-size: 2.2rem;
    padding: 15px 0;
    margin-bottom: 30px;
  }
  .eheading::after {
    width: 300px;
  }
  .eheading {
    font-size: 2.8rem;
  }
  .esubhead {
    font-size: 2.4rem;
  }
  [class*="ico-"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  #home #stage {
    position: relative;
    background: none;
  }
  #home #stage::before {
    width: calc(50% + 440px);
    height: 1200px;
  }
  #home .b-textarea {
    width: 100%;
    max-width: 1920px;
    padding: 0 160px;
    margin-bottom: 20px;
  }
  #home .b-textarea .m-text {
    font-size: 2.4rem;
    line-height: 2.5;
  }
  #home .b-mv {
    width: 100%;
    max-width: 1920px;
    padding: 0 160px;
    margin-bottom: 140px;
    position: relative;
  }
  #home .b-mv a {
    background: #fff;
  }
  #home .b-mv a img {
    transition: all .25s;
  }
  #home .b-mv a:hover img {
    opacity: .7;
  }
  #home .b-mv__scroll {
    width: 160px;
    height: 280px;
    position: absolute;
    right: 0;
    bottom: -140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #home .b-mv__scroll .e-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #069;
    writing-mode: vertical-rl;
    margin-bottom: 8px;
  }
  #home .b-mv__scroll .e-arrow {
    width: 1px;
    height: 200px;
    background-color: rgba(0, 103, 154, 0.3);
    position: relative;
    overflow: hidden;
  }
  #home .b-mv__scroll .e-arrow div {
    background-color: #00679a;
    width: 1px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    animation: arrowMov 1.5s linear infinite;
  }
  #home .b-coachingservice {
    width: calc(100% - 320px);
    max-width: 1400px;
    margin-left: 160px;
    margin-right: 160px;
    background-size: 400px auto;
    border: 15px solid rgba(225, 235, 240, 0.6);
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  }
  #home .b-coachingservice .e-wrapper {
    padding: 85px 0 95px;
  }
  #home .b-coachingservice .m-img {
    width: auto;
    margin-bottom: 20px;
  }
  #home .b-coachingservice .m-text {
    font-size: 2.4rem;
    line-height: 2.5;
  }
  #home .b-information {
    padding: 110px 160px 140px;
    padding-bottom: 0;
    position: relative;
    max-width: 1720px;
    margin: 0 auto;
  }
  #home .b-information .headline {
    max-width: 50%;
  }
  #home .b-information .corporation-img img {
    width: 755px;
    height: 255px;
  }
  #home .b-information .e-note {
    margin-bottom: 0;
    max-width: calc(50% - 198px);
    position: absolute;
    top: 165px;
    right: 160px;
  }
  #home .b-information .e-informations {
    gap: 40px;
    margin-bottom: 60px;
    flex-direction: row;
    width: 100%;
  }
  #home .b-information .e-information__item {
    padding-bottom: 30px;
    width: 400px;
  }
  #home .b-information .e-information__item .e-img {
    margin-bottom: 30px;
  }
  #home .b-information .e-information__item .e-header {
    margin: 0 30px 20px;
    line-height: 30px;
  }
  #home .b-information .e-information__item .e-category {
    padding: 0 20px;
  }
  #home .b-information .e-information__item .e-date {
    margin-left: 18px;
  }
  #home .b-information .e-information__item .e-lbl {
    font-size: 2rem;
    line-height: 2;
    margin: 0 30px;
  }
  #home .b-information .e-information__item:hover .e-img {
    opacity: .7;
  }
  #home .b-information .e-information__item:hover .e-lbl {
    color: #069;
  }
  #home .b-information .e-button {
    width: 400px;
    margin: 0 auto;
  }
  #home #secBlock01 {
    display: flex;
    padding-bottom: 160px;
    padding-top: 160px;
  }
  #home #secBlock01 .e-textblocks {
    order: 2;
    width: calc(50% - 240px);
  }
  #home #secBlock01 .e-textblocks p {
    width: 100%;
    writing-mode: vertical-rl;
    padding: 2em 0 0 210px;
    text-indent: -2em;
    font-size: 4rem;
    line-height: 2.2;
    display: flex;
    align-items: flex-end;
  }
  #home #secBlock01 .e-imageblock {
    order: 1;
    width: calc(50% + 240px);
    height: 675px;
  }
  #home #secBlock01 .e-imageblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  #home #secBlock01 .playbtn {
    width: 145px;
    height: 145px;
    box-shadow: 0 0 0 15px rgba(225, 235, 240, 0.6);
    background-size: 20px 23px;
    top: 633px;
    left: calc(50% + 167.5px);
  }
  #home #secBlock01 .playbtn:hover {
    box-shadow: 0 0 0 20px rgba(225, 235, 240, 0.6);
    background-size: 25px 28px;
  }
  #home #secBlock02 .secHeader .num {
    font-size: 12rem;
    padding-bottom: 55px;
    margin-bottom: 30px;
  }
  #home #secBlock02 .secHeader .num::before, #home #secBlock02 .secHeader .num::after {
    border-width: 50px 72.5px;
  }
  #home #secBlock02 .secHeader .sub {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  #home #secBlock02 .secHeader .main {
    font-size: 3.6rem;
    line-height: 1.6666666667;
  }
  #home #secBlock02 .bluebase {
    width: calc(50% + 240px);
    padding: 155px 0 115px 130px;
  }
  #home #secBlock02 .bluebase p {
    width: 800px;
  }
  #home #secBlock02 .blockonoff {
    margin-bottom: 160px;
    width: 100%;
  }
  #home #secBlock02 .blockonoff::before {
    width: calc(50% + 240px);
    height: calc(100% - 160px);
    left: auto;
    right: 0;
  }
  #home #secBlock02 .blockonoff__stage {
    width: 100%;
    max-width: 1600px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 160px;
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  }
  #home #secBlock02 .blockonoff .figure {
    margin-bottom: 0;
  }
  #home #secBlock02 .blockonoff .figure .onblock,
  #home #secBlock02 .blockonoff .figure .offblock {
    background: none;
  }
  #home #secBlock02 .blockonoff .figure .onblock .img,
  #home #secBlock02 .blockonoff .figure .offblock .img {
    width: 230px;
    height: 230px;
  }
  #home #secBlock02 .blockonoff .figure .onblock .circle01, #home #secBlock02 .blockonoff .figure .onblock .circle02, #home #secBlock02 .blockonoff .figure .onblock .circle03,
  #home #secBlock02 .blockonoff .figure .offblock .circle01,
  #home #secBlock02 .blockonoff .figure .offblock .circle02,
  #home #secBlock02 .blockonoff .figure .offblock .circle03 {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
  }
  #home #secBlock02 .blockonoff .figure .onblock .lbl,
  #home #secBlock02 .blockonoff .figure .offblock .lbl {
    display: none;
  }
  #home #secBlock02 .blockonoff .figure .onblock {
    box-shadow: none;
    padding: 0;
    width: 230px;
    height: 230px;
    position: absolute;
    top: 100px;
    left: 200px;
  }
  #home #secBlock02 .blockonoff .figure .onblock .img img {
    width: 158px;
    top: calc(50% - 90px);
    left: calc(50% - 134px);
  }
  #home #secBlock02 .blockonoff .figure .offblock {
    width: 230px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 140px;
    right: 200px;
  }
  #home #secBlock02 .blockonoff .figure .offblock img {
    width: 139px;
    top: calc(50% - 115px);
    left: calc(50% - 17px);
  }
  #home #secBlock02 .blockonoff .onthe .lbl span, #home #secBlock02 .blockonoff .offthe .lbl span {
    font-size: 2.6rem;
    width: 40px;
    line-height: 40px;
  }
  #home #secBlock02 .blockonoff .onthe .lbl span:last-child, #home #secBlock02 .blockonoff .offthe .lbl span:last-child {
    margin-right: 10px;
  }
  #home #secBlock02 .blockonoff .onthe {
    background-color: #fff;
    box-shadow: 7px 7px 0 rgba(240, 184, 63, 0.1);
    width: 100%;
    max-width: 930px;
    padding-left: 350px;
    padding-top: 80px;
    padding-bottom: 70px;
    padding-right: 85px;
    position: relative;
  }
  #home #secBlock02 .blockonoff .onthe .lbl {
    margin-bottom: 20px;
  }
  #home #secBlock02 .blockonoff .onthe .onBalloon {
    position: absolute;
    right: -54px;
    top: 55px;
  }
  #home #secBlock02 .blockonoff .offthe {
    background-color: #f3f7f9;
    margin-top: -100px;
    margin-left: -60px;
    margin-right: -60px;
    padding: 175px 420px 80px 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #home #secBlock02 .blockonoff .offthe .lbl {
    margin: 20px 0;
    display: flex;
    align-items: center;
    width: 190px;
    margin-right: auto;
  }
  #home #secBlock02 .blockonoff .offthe p {
    width: calc(100% - 190px);
    min-width: 500px;
    max-width: 600px;
  }
  #home #secBlock02 .sblox01 {
    display: flex;
    flex-wrap: wrap;
  }
  #home #secBlock02 .sblox01 .secHeader {
    width: calc(50% - 240px);
    max-width: 460px;
    margin-right: 0;
    padding-top: 120px;
  }
  #home #secBlock02 .sblox02 {
    position: relative;
  }
  #home #secBlock02 .sblox02 .secHeader {
    width: 330px;
    position: absolute;
    right: calc(50% - 700px);
  }
  #home #secBlock02 .halfbg {
    padding-top: 160px;
  }
  #home #secBlock02 .halfbg::before {
    width: calc(50% + 130px);
    height: calc(100% - 180px);
  }
  #home #secBlock02 .halfbg .box {
    width: 930px;
    padding: 90px 80px 40px;
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  }
  #home #secBlock02 .halfbg .box:nth-of-type(even) {
    margin-left: calc(50% - 700px);
  }
  #home #secBlock02 .halfbg .box:nth-of-type(odd) {
    margin-right: calc(50% - 700px);
  }
  #home #secBlock02 .halfbg .boxHeader {
    margin-bottom: 30px;
    position: relative;
    padding-left: 120px;
  }
  #home #secBlock02 .halfbg .boxHeader .num {
    position: absolute;
    left: -40px;
    width: 140px;
    line-height: 140px;
    font-size: 6rem;
  }
  #home #secBlock02 .halfbg .boxHeader .lbl {
    font-size: 2.2rem;
  }
  #home #secBlock02 .halfbg .box p {
    width: calc(100% - 350px);
  }
  #home #secBlock02 .halfbg .box:nth-of-type(2) {
    min-height: 405px;
  }
  #home #secBlock02 .halfbg .box:nth-of-type(2) .img {
    width: 370px;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  #home #secBlock02 .halfbg .box:nth-of-type(3) {
    min-height: 405px;
  }
  #home #secBlock02 .halfbg .box:nth-of-type(3) .img {
    width: 370px;
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;
  }
  #home #secBlock02 .halfbg .box:nth-of-type(4) {
    width: 1120px;
    margin-left: auto;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 70px;
  }
  #home #secBlock02 .halfbg .box:nth-of-type(4) .boxHeader {
    left: 30px;
  }
  #home #secBlock02 .halfbg .box:nth-of-type(4) .img {
    width: 1024px;
  }
  #home #secBlock02 .halfbg .box:nth-of-type(4) p {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  #home #secBlock02 .block {
    padding-bottom: 0;
  }
  #home #secBlock02 .block01 {
    margin-top: 160px;
    display: flex;
    align-items: center;
  }
  #home #secBlock02 .block01 .text {
    width: 640px;
    order: 2;
  }
  #home #secBlock02 .block01 .textarea {
    width: auto;
  }
  #home #secBlock02 .block01 .imgarea {
    width: 52.0833333333%;
    order: 1;
  }
  #home #secBlock02 .block01 .imgarea img {
    width: 100%;
  }
  #home #secBlock02 .block02 {
    padding-top: 220px;
    min-height: 883px;
  }
  #home #secBlock02 .block02 .heading {
    text-align: center;
    z-index: 2;
  }
  #home #secBlock02 .block02 .heading::before {
    margin-left: auto;
    margin-right: auto;
  }
  #home #secBlock02 .block02 .textarea {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
  #home #secBlock02 .block02 .imgarea {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
  }
  #home #secBlock03 {
    background-image: url(../img/home/bg_space.png);
    background-image: image-set(url(../img/home/bg_space.png) 1x, url(../img/home/bg_space@2x.png) 2x);
    background-position: center;
    padding: 160px 0 150px;
    height: 1285px;
  }
  #home #secBlock03 .heading {
    text-align: center;
  }
  #home #secBlock03 .heading::before {
    margin-left: auto;
    margin-right: auto;
  }
  #home #secBlock03 .img {
    width: 100%;
  }
  #home #secBlock03 .text {
    width: 960px;
    margin-top: 45px;
  }
  #home #secBlock04 {
    padding-top: 150px;
    padding-bottom: 160px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #home #secBlock04 .wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #home #secBlock04 .headarea {
    width: 380px;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: left;
  }
  #home #secBlock04 .headarea .en {
    font-size: 8rem;
  }
  #home #secBlock04 .headarea .ja {
    font-size: 2.4rem;
    margin-left: 230px;
  }
  #home #secBlock04 .text {
    width: calc(100% - 420px);
    max-width: 880px;
    margin-left: auto;
    margin-right: 0;
  }
  #home #secBlock04 .img {
    width: 100%;
    margin-top: 70px;
  }
  #home #secBlock04 .img img {
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
  }
  #home #secBlock05 {
    padding: 160px 0;
    position: relative;
    background-color: #fff;
  }
  #home #secBlock05::before {
    content: '';
    width: 72.9166666667%;
    height: 100%;
    display: block;
    background-color: #069;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home #secBlock05 .container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  #home #secBlock05 .container + .container {
    margin-top: 60px;
  }
  #home #secBlock05 .label {
    width: 250px;
    padding-right: 50px;
    flex-direction: column;
    margin: 0;
  }
  #home #secBlock05 .label .mark {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  #home #secBlock05 .label .text {
    text-align: center;
    font-size: 2rem;
  }
  #home #secBlock05 .oneday {
    width: calc(100% - 250px);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #home #secBlock05 .oneday .side {
    order: 4;
    position: relative;
    flex-direction: row;
    width: 100%;
  }
  #home #secBlock05 .oneday .side .asa, #home #secBlock05 .oneday .side .yoru {
    width: 40px;
  }
  #home #secBlock05 .oneday .side::before {
    width: calc(100% - 90px);
    height: 4px;
    background-image: linear-gradient(to right, #fff963, #0e3c6a);
    top: calc(50% - 2px);
    left: 35px;
  }
  #home #secBlock05 .oneday .side::after {
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #0e3c6a;
    left: auto;
    right: 50px;
    bottom: 13px;
  }
  #home #secBlock05 .oneday .box {
    flex: 1;
    margin: 0;
  }
  #home #secBlock05 .box {
    padding: 50px 20px;
  }
  #home #secBlock05 .box.yoko {
    width: calc(100% - 250px);
  }
  #home #secBlock05 .box.yoko .head {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 330px);
    float: right;
  }
  #home #secBlock05 .box .tag {
    font-size: 1.6rem;
    width: 120px;
    line-height: 40px;
  }
  #home #secBlock05 .box .onoff {
    padding: 0;
    width: 150px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
  }
  #home #secBlock05 .box.yoko .title {
    padding: 0;
    line-height: 30px;
    margin-left: 20px;
  }
  #home #secBlock05 .box.tate .title {
    padding: 10px 0;
    margin-bottom: 5px;
  }
  #home #secBlock05 .box .schedule {
    padding: 10px 0;
  }
  #home #secBlock05 .box.yoko .schedule {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
  }
  #home #secBlock05 .box.yoko .schedule div + div {
    margin-left: 20px;
  }
  #home #secBlock05 .box.tate .schedule {
    margin-bottom: 30px;
  }
  #home #secBlock05 .box.yoko .img {
    width: 290px;
    float: left;
    margin: 0;
  }
  #home #secBlock05 .box.tate .img {
    margin-bottom: 20px;
  }
  #home #secBlock05 .box.yoko .txt {
    width: calc(100% - 330px);
    float: right;
  }
  #home #secBlock06 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  #home #secBlock06 .headarea {
    margin-bottom: 55px;
  }
  #home #secBlock06 .headarea .en {
    font-size: 8rem;
  }
  #home #secBlock06 .headarea .ja {
    font-size: 2.4rem;
  }
  #home #secBlock06 .bodyarea {
    width: 800px;
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.2);
    padding: 15px;
  }
  #home #secBlock06 .bodyarea .wrapper {
    padding: 60px;
    text-align: center;
  }
  #home #secBlock06 .bodyarea .text {
    font-size: 1.6rem;
    margin-top: 25px;
  }
  #home .mfp-close {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 10px rgba(225, 235, 240, 0.6);
  }
  #home .mfp-close::before, #home .mfp-close::after {
    width: 30px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
  }
  #home .mfp-close:hover {
    box-shadow: 0 0 0 10px rgba(225, 235, 240, 0.3);
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
  .b-mainstage .form-input div.e-error .ico-error {
    position: absolute;
    left: 8px;
    top: 10px;
  }
  .mtsp1 {
    margin-top: calc(1/750*100vw);
  }
  .mtsp2 {
    margin-top: calc(2/750*100vw);
  }
  .mtsp3 {
    margin-top: calc(3/750*100vw);
  }
  .mtsp4 {
    margin-top: calc(4/750*100vw);
  }
  .mtsp5 {
    margin-top: calc(5/750*100vw);
  }
  .mtsp6 {
    margin-top: calc(6/750*100vw);
  }
  .mtsp7 {
    margin-top: calc(7/750*100vw);
  }
  .mtsp8 {
    margin-top: calc(8/750*100vw);
  }
  .mtsp9 {
    margin-top: calc(9/750*100vw);
  }
  .mtsp10 {
    margin-top: calc(10/750*100vw);
  }
  .mtsp11 {
    margin-top: calc(11/750*100vw);
  }
  .mtsp12 {
    margin-top: calc(12/750*100vw);
  }
  .mtsp13 {
    margin-top: calc(13/750*100vw);
  }
  .mtsp14 {
    margin-top: calc(14/750*100vw);
  }
  .mtsp15 {
    margin-top: calc(15/750*100vw);
  }
  .mtsp16 {
    margin-top: calc(16/750*100vw);
  }
  .mtsp17 {
    margin-top: calc(17/750*100vw);
  }
  .mtsp18 {
    margin-top: calc(18/750*100vw);
  }
  .mtsp19 {
    margin-top: calc(19/750*100vw);
  }
  .mtsp20 {
    margin-top: calc(20/750*100vw);
  }
  .mtsp21 {
    margin-top: calc(21/750*100vw);
  }
  .mtsp22 {
    margin-top: calc(22/750*100vw);
  }
  .mtsp23 {
    margin-top: calc(23/750*100vw);
  }
  .mtsp24 {
    margin-top: calc(24/750*100vw);
  }
  .mtsp25 {
    margin-top: calc(25/750*100vw);
  }
  .mtsp26 {
    margin-top: calc(26/750*100vw);
  }
  .mtsp27 {
    margin-top: calc(27/750*100vw);
  }
  .mtsp28 {
    margin-top: calc(28/750*100vw);
  }
  .mtsp29 {
    margin-top: calc(29/750*100vw);
  }
  .mtsp30 {
    margin-top: calc(30/750*100vw);
  }
  .mtsp31 {
    margin-top: calc(31/750*100vw);
  }
  .mtsp32 {
    margin-top: calc(32/750*100vw);
  }
  .mtsp33 {
    margin-top: calc(33/750*100vw);
  }
  .mtsp34 {
    margin-top: calc(34/750*100vw);
  }
  .mtsp35 {
    margin-top: calc(35/750*100vw);
  }
  .mtsp36 {
    margin-top: calc(36/750*100vw);
  }
  .mtsp37 {
    margin-top: calc(37/750*100vw);
  }
  .mtsp38 {
    margin-top: calc(38/750*100vw);
  }
  .mtsp39 {
    margin-top: calc(39/750*100vw);
  }
  .mtsp40 {
    margin-top: calc(40/750*100vw);
  }
  .mtsp41 {
    margin-top: calc(41/750*100vw);
  }
  .mtsp42 {
    margin-top: calc(42/750*100vw);
  }
  .mtsp43 {
    margin-top: calc(43/750*100vw);
  }
  .mtsp44 {
    margin-top: calc(44/750*100vw);
  }
  .mtsp45 {
    margin-top: calc(45/750*100vw);
  }
  .mtsp46 {
    margin-top: calc(46/750*100vw);
  }
  .mtsp47 {
    margin-top: calc(47/750*100vw);
  }
  .mtsp48 {
    margin-top: calc(48/750*100vw);
  }
  .mtsp49 {
    margin-top: calc(49/750*100vw);
  }
  .mtsp50 {
    margin-top: calc(50/750*100vw);
  }
  .mtsp51 {
    margin-top: calc(51/750*100vw);
  }
  .mtsp52 {
    margin-top: calc(52/750*100vw);
  }
  .mtsp53 {
    margin-top: calc(53/750*100vw);
  }
  .mtsp54 {
    margin-top: calc(54/750*100vw);
  }
  .mtsp55 {
    margin-top: calc(55/750*100vw);
  }
  .mtsp56 {
    margin-top: calc(56/750*100vw);
  }
  .mtsp57 {
    margin-top: calc(57/750*100vw);
  }
  .mtsp58 {
    margin-top: calc(58/750*100vw);
  }
  .mtsp59 {
    margin-top: calc(59/750*100vw);
  }
  .mtsp60 {
    margin-top: calc(60/750*100vw);
  }
  .mtsp61 {
    margin-top: calc(61/750*100vw);
  }
  .mtsp62 {
    margin-top: calc(62/750*100vw);
  }
  .mtsp63 {
    margin-top: calc(63/750*100vw);
  }
  .mtsp64 {
    margin-top: calc(64/750*100vw);
  }
  .mtsp65 {
    margin-top: calc(65/750*100vw);
  }
  .mtsp66 {
    margin-top: calc(66/750*100vw);
  }
  .mtsp67 {
    margin-top: calc(67/750*100vw);
  }
  .mtsp68 {
    margin-top: calc(68/750*100vw);
  }
  .mtsp69 {
    margin-top: calc(69/750*100vw);
  }
  .mtsp70 {
    margin-top: calc(70/750*100vw);
  }
  .mtsp71 {
    margin-top: calc(71/750*100vw);
  }
  .mtsp72 {
    margin-top: calc(72/750*100vw);
  }
  .mtsp73 {
    margin-top: calc(73/750*100vw);
  }
  .mtsp74 {
    margin-top: calc(74/750*100vw);
  }
  .mtsp75 {
    margin-top: calc(75/750*100vw);
  }
  .mtsp76 {
    margin-top: calc(76/750*100vw);
  }
  .mtsp77 {
    margin-top: calc(77/750*100vw);
  }
  .mtsp78 {
    margin-top: calc(78/750*100vw);
  }
  .mtsp79 {
    margin-top: calc(79/750*100vw);
  }
  .mtsp80 {
    margin-top: calc(80/750*100vw);
  }
  .mtsp81 {
    margin-top: calc(81/750*100vw);
  }
  .mtsp82 {
    margin-top: calc(82/750*100vw);
  }
  .mtsp83 {
    margin-top: calc(83/750*100vw);
  }
  .mtsp84 {
    margin-top: calc(84/750*100vw);
  }
  .mtsp85 {
    margin-top: calc(85/750*100vw);
  }
  .mtsp86 {
    margin-top: calc(86/750*100vw);
  }
  .mtsp87 {
    margin-top: calc(87/750*100vw);
  }
  .mtsp88 {
    margin-top: calc(88/750*100vw);
  }
  .mtsp89 {
    margin-top: calc(89/750*100vw);
  }
  .mtsp90 {
    margin-top: calc(90/750*100vw);
  }
  .mtsp91 {
    margin-top: calc(91/750*100vw);
  }
  .mtsp92 {
    margin-top: calc(92/750*100vw);
  }
  .mtsp93 {
    margin-top: calc(93/750*100vw);
  }
  .mtsp94 {
    margin-top: calc(94/750*100vw);
  }
  .mtsp95 {
    margin-top: calc(95/750*100vw);
  }
  .mtsp96 {
    margin-top: calc(96/750*100vw);
  }
  .mtsp97 {
    margin-top: calc(97/750*100vw);
  }
  .mtsp98 {
    margin-top: calc(98/750*100vw);
  }
  .mtsp99 {
    margin-top: calc(99/750*100vw);
  }
  .mtsp100 {
    margin-top: calc(100/750*100vw);
  }
  .mtsp101 {
    margin-top: calc(101/750*100vw);
  }
  .mtsp102 {
    margin-top: calc(102/750*100vw);
  }
  .mtsp103 {
    margin-top: calc(103/750*100vw);
  }
  .mtsp104 {
    margin-top: calc(104/750*100vw);
  }
  .mtsp105 {
    margin-top: calc(105/750*100vw);
  }
  .mtsp106 {
    margin-top: calc(106/750*100vw);
  }
  .mtsp107 {
    margin-top: calc(107/750*100vw);
  }
  .mtsp108 {
    margin-top: calc(108/750*100vw);
  }
  .mtsp109 {
    margin-top: calc(109/750*100vw);
  }
  .mtsp110 {
    margin-top: calc(110/750*100vw);
  }
  .mtsp111 {
    margin-top: calc(111/750*100vw);
  }
  .mtsp112 {
    margin-top: calc(112/750*100vw);
  }
  .mtsp113 {
    margin-top: calc(113/750*100vw);
  }
  .mtsp114 {
    margin-top: calc(114/750*100vw);
  }
  .mtsp115 {
    margin-top: calc(115/750*100vw);
  }
  .mtsp116 {
    margin-top: calc(116/750*100vw);
  }
  .mtsp117 {
    margin-top: calc(117/750*100vw);
  }
  .mtsp118 {
    margin-top: calc(118/750*100vw);
  }
  .mtsp119 {
    margin-top: calc(119/750*100vw);
  }
  .mtsp120 {
    margin-top: calc(120/750*100vw);
  }
  .mtsp121 {
    margin-top: calc(121/750*100vw);
  }
  .mtsp122 {
    margin-top: calc(122/750*100vw);
  }
  .mtsp123 {
    margin-top: calc(123/750*100vw);
  }
  .mtsp124 {
    margin-top: calc(124/750*100vw);
  }
  .mtsp125 {
    margin-top: calc(125/750*100vw);
  }
  .mtsp126 {
    margin-top: calc(126/750*100vw);
  }
  .mtsp127 {
    margin-top: calc(127/750*100vw);
  }
  .mtsp128 {
    margin-top: calc(128/750*100vw);
  }
  .mtsp129 {
    margin-top: calc(129/750*100vw);
  }
  .mtsp130 {
    margin-top: calc(130/750*100vw);
  }
  .mtsp131 {
    margin-top: calc(131/750*100vw);
  }
  .mtsp132 {
    margin-top: calc(132/750*100vw);
  }
  .mtsp133 {
    margin-top: calc(133/750*100vw);
  }
  .mtsp134 {
    margin-top: calc(134/750*100vw);
  }
  .mtsp135 {
    margin-top: calc(135/750*100vw);
  }
  .mtsp136 {
    margin-top: calc(136/750*100vw);
  }
  .mtsp137 {
    margin-top: calc(137/750*100vw);
  }
  .mtsp138 {
    margin-top: calc(138/750*100vw);
  }
  .mtsp139 {
    margin-top: calc(139/750*100vw);
  }
  .mtsp140 {
    margin-top: calc(140/750*100vw);
  }
  .mtsp141 {
    margin-top: calc(141/750*100vw);
  }
  .mtsp142 {
    margin-top: calc(142/750*100vw);
  }
  .mtsp143 {
    margin-top: calc(143/750*100vw);
  }
  .mtsp144 {
    margin-top: calc(144/750*100vw);
  }
  .mtsp145 {
    margin-top: calc(145/750*100vw);
  }
  .mtsp146 {
    margin-top: calc(146/750*100vw);
  }
  .mtsp147 {
    margin-top: calc(147/750*100vw);
  }
  .mtsp148 {
    margin-top: calc(148/750*100vw);
  }
  .mtsp149 {
    margin-top: calc(149/750*100vw);
  }
  .mtsp150 {
    margin-top: calc(150/750*100vw);
  }
  .mtsp151 {
    margin-top: calc(151/750*100vw);
  }
  .mtsp152 {
    margin-top: calc(152/750*100vw);
  }
  .mtsp153 {
    margin-top: calc(153/750*100vw);
  }
  .mtsp154 {
    margin-top: calc(154/750*100vw);
  }
  .mtsp155 {
    margin-top: calc(155/750*100vw);
  }
  .mtsp156 {
    margin-top: calc(156/750*100vw);
  }
  .mtsp157 {
    margin-top: calc(157/750*100vw);
  }
  .mtsp158 {
    margin-top: calc(158/750*100vw);
  }
  .mtsp159 {
    margin-top: calc(159/750*100vw);
  }
  .mtsp160 {
    margin-top: calc(160/750*100vw);
  }
  #home .b-textarea .m-text {
    width: 74%;
  }
  #home #secBlock01 .playbtn {
    bottom: 66.6666666667vw;
  }
}

@media (min-width: 1720px) {
  #home .b-coachingservice {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  #home #secBlock02 .block01 .heading {
    padding-left: 0;
  }
  #home #secBlock02 .block02 .imgarea {
    width: 1528px;
    left: calc(50% - 764px);
  }
}

@media (min-width: 1400px) {
  #home #secBlock05 .box {
    padding: 60px 40px;
  }
}
