*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1240px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1.125rem 1.5rem;
  }
}

.l-header__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.l-header__logo {
  line-height: 1;
}
.l-header__logo a {
  display: block;
  width: 13.625rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 9.625rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  padding: 1.875rem 2.5rem 1.25rem 2.5rem;
  background: #00AECB;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 1.25rem 1.25rem 0.875rem 1.25rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0rem auto;
}

.l-footer__logo {
  display: block;
  width: 16.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 9.875rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    gap: 2.25rem;
    margin-top: 1.25rem;
  }
}
.l-footer__lists li {
  line-height: 1;
}
.l-footer__lists a {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__lists a {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.l-footer__lists a:hover {
  opacity: 0.7;
}

.l-footer__small {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    margin-top: 0.8125rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 5rem;
  }
}

.p-fv__img {
  width: 100%;
}

.p-fv__btn {
  position: absolute;
  z-index: 2;
  top: 38.6805555556vw;
  left: 21.6666666667vw;
  width: 24.0277777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5.3333333333vw;
    width: 92.2666666667vw;
  }
}
.p-fv__btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-fv__btn:hover {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
}

.p-fv-about {
  width: 100%;
  padding: 6.5rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    padding: 2.375rem 1.25rem 0rem 1.25rem;
  }
}
.p-fv-about img {
  width: 100%;
  max-width: 51.25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about img {
    max-width: 31.25rem;
  }
}

.p-fv-strengths {
  width: 100%;
  padding: 3.125rem 2.5rem 5.9375rem 2.5rem;
  background: url(../imgs/pc/strengths_bg.webp) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-strengths {
    padding: 2.25rem 0rem 4.25rem 0.875rem;
    background: url(../imgs/sp/strengths_bg.webp) no-repeat center top/100% 100%;
  }
}
.p-fv-strengths img {
  width: 100%;
  max-width: 32.625rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-strengths img {
    max-width: 31.25rem;
  }
}

.p-fv-future {
  width: 100%;
  padding: 6.25rem 2.5rem 5.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-future {
    padding: 4.375rem 0rem 4.875rem 0rem;
  }
}
.p-fv-future img {
  width: 100%;
  max-width: 65rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-future img {
    max-width: 31.25rem;
  }
}

.p-fv-recommen {
  width: 100%;
  padding: 7.125rem 2.5rem 5.9375rem 2.5rem;
  background: url(../imgs/pc/recommen_bg.webp) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-recommen {
    padding: 4.6875rem 0.875rem 4.5rem 1.25rem;
    background: url(../imgs/sp/recommen_bg.webp) no-repeat center top/100% 100%;
  }
}
.p-fv-recommen img {
  width: 100%;
  max-width: 52.375rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-recommen img {
    max-width: 31.25rem;
  }
}

.p-fv-curriculum {
  width: 100%;
  padding: 4.375rem 2.5rem 0rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum {
    padding: 2.375rem 0.3125rem 0rem 0rem;
  }
}
.p-fv-curriculum img {
  width: 100%;
  max-width: 46.75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-curriculum img {
    max-width: 31.25rem;
  }
}

.p-fv-cose {
  width: 100%;
  padding: 5rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cose {
    padding: 2rem 0.3125rem 0rem 0.875rem;
  }
}
.p-fv-cose img {
  width: 100%;
  max-width: 52.8125rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-cose img {
    max-width: 31.25rem;
  }
}

.p-fv-support {
  width: 100%;
  padding: 2.5rem 2.5rem 6.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-support {
    padding: 3.75rem 1.25rem 3rem 1.25rem;
  }
}
.p-fv-support img {
  width: 100%;
  max-width: 44.375rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-support img {
    max-width: 31.25rem;
  }
}

.p-fv-voice {
  width: 100%;
  padding: 9.25rem 2.5rem 7.75rem 3.75rem;
  background: url(../imgs/pc/voice_bg.webp) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-voice {
    padding: 5.25rem 1.0625rem 5rem 0.8125rem;
    background: url(../imgs/sp/voice_bg.webp) no-repeat center top/100% 100%;
  }
}
.p-fv-voice img {
  width: 100%;
  max-width: 40rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-voice img {
    max-width: 31.25rem;
  }
}

.p-fv-appeal {
  position: relative;
  width: 100%;
  padding: 6.25rem 2.5rem 8rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-appeal {
    padding: 4.25rem 1.125rem 5.9375rem 1.125rem;
  }
}

.p-fv-appeal__img {
  width: 100%;
  max-width: 49.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-appeal__img {
    max-width: 31.25rem;
  }
}

.p-fv-appeal__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 21.625rem;
}
.p-fv-appeal__btn:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-fv-appeal__btn:hover {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
}

.p-fv-faq {
  width: 100%;
  padding: 6.5625rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    padding: 3.75rem 1.25rem 0rem 1.25rem;
  }
}
.p-fv-faq img {
  width: 100%;
  max-width: 46.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-faq img {
    max-width: 31.25rem;
  }
}

.p-fv-appeal02 {
  position: relative;
  width: 100%;
  padding: 6.875rem 2.5rem 11.5625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-appeal02 {
    padding: 3.75rem 0.5rem 10rem 0.5rem;
  }
}

.p-fv-appeal02__img {
  width: 100%;
  max-width: 42.625rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-appeal02__img {
    max-width: 31.25rem;
  }
}

.p-fv-appeal02__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4.0625rem;
  width: 21.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-appeal02__btn {
    bottom: 3.125rem;
  }
}
.p-fv-appeal02__btn:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-fv-appeal02__btn:hover {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
}

.p-policy {
  width: 100%;
  padding: 7.5rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 5rem 1.25rem;
  }
}

.p-policy__inner {
  width: 100%;
  max-width: 65rem;
  margin: 0rem auto;
}

.p-policy h1 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-policy h1 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-policy h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy h2 {
    font-size: 1rem;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
  }
}
.p-policy p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy p {
    font-size: 0.875rem;
  }
}
.p-policy table {
  border: 3px solid #00AECB;
}
@media screen and (max-width: 767px) {
  .p-policy table {
    border: 2px solid #00AECB;
  }
}
.p-policy table th,
.p-policy table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid #00AECB;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-policy table th,
  .p-policy table td {
    font-size: 0.875rem;
  }
}
.p-policy table th {
  width: 13.3125rem;
  text-align: center;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy table th {
    width: 4.875rem;
    padding: 1.1875rem 0rem;
  }
  .p-policy table th span {
    font-size: 0.6875rem;
  }
}
.p-policy table td {
  width: calc(100% - 13.3125rem);
  padding: 1.5rem 1.25rem 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy table td {
    width: calc(100% - 13.3125rem);
    padding: 1.1875rem 1rem;
  }
}

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

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */