@charset "UTF-8";
@media (min-width: 751px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc-show {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  letter-spacing: 0em;
}

ul {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 751px) {
  .wrap {
    display: flex;
  }
}

@media (min-width: 751px) {
  .pc_contents {
    position: fixed;
    background-image: url(../img/pc_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 50%;
    height: 100vh;
    width: 100%;
  }
}
.pc_contents .pc_menu {
  position: absolute;
  width: 30vw;
  left: 11vw;
  text-align: center;
  padding-top: 10vw;
}
.pc_contents .pc_logo {
  width: min(21vw, 305px);
  margin: 0 auto 30px;
}
.pc_contents .pc_logo img {
  width: 100%;
  height: auto;
}
.pc_contents .pc_nav {
  margin-bottom: 30px;
}
.pc_contents .pc_nav a {
  color: #000;
}

.main {
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 750px) {
  .main {
    width: 100%;
  }
}
@media (min-width: 751px) {
  .main {
    width: 50vw;
    max-width: 750px;
    position: absolute;
    right: 0;
  }
}
.main img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.main .header {
  background-color: #fff;
  padding-bottom: 10%;
}
.main .contact_btn {
  position: fixed;
  bottom: 0;
}
.main .kv {
  width: 100%;
}
.main section {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.main section .head_bg {
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 2.2em;
  background-image: url(../img/head.png);
  background-repeat: no-repeat;
  background-size: 100%;
  letter-spacing: 0.08em;
  padding: 5% 0 14.5%;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .main section .head_bg {
    font-size: 3.9vw;
  }
}
@media (min-width: 751px) {
  .main section .head_bg {
    font-size: min(2vw, 28px);
  }
}
.main section .title_box {
  text-align: center;
  border: solid 1px #000;
  margin: 0 11% 11%;
  padding: 2.5% 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .main section .title_box {
    font-size: 6.5vw;
  }
}
@media (min-width: 751px) {
  .main section .title_box {
    font-size: min(3.5vw, 32px);
  }
}
.main section p {
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 750px) {
  .main section p {
    font-size: 4.3vw;
  }
}
@media (min-width: 751px) {
  .main section p {
    font-size: min(2.2vw, 33px);
  }
}
.main section.catch {
  background-image: url(../img/bg01.png);
}
@media (max-width: 750px) {
  .main section.catch {
    height: 78vw;
  }
}
@media (min-width: 751px) {
  .main section.catch {
    height: min(39.8vw, 597px);
  }
}
.main section.catch .logo {
  padding: 11% 0 7%;
}
.main section.catch p {
  color: #fff;
  text-align: center;
}
.main section.goal {
  background-image: url(../img/bg02.png);
}
@media (max-width: 750px) {
  .main section.goal {
    height: 101.5vw;
    padding: 6vw 0 0;
  }
}
@media (min-width: 751px) {
  .main section.goal {
    height: min(51.8vw, 784px);
    padding: 4% 0 0 0;
  }
}
.main section.goal p {
  line-height: 1.7em;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .main section.goal p {
    padding: 0 9vw;
  }
}
@media (min-width: 751px) {
  .main section.goal p {
    padding: 0 10%;
  }
}
.main section.skill {
  background-image: url(../img/bg03.png);
  padding: 10% 0 0;
}
@media (max-width: 750px) {
  .main section.skill {
    height: 177.5vw;
  }
}
@media (min-width: 751px) {
  .main section.skill {
    height: min(90.7vw, 1360px);
  }
}
@media (max-width: 750px) {
  .main section.skill .head_bg {
    margin-bottom: 3%;
  }
}
.main section.skill .title {
  margin-bottom: 6%;
}
.main section.skill p {
  color: #fff;
  text-align: center;
  margin-bottom: 6%;
}
.main section.mentor {
  background-image: url(../img/bg04.png);
  padding: 9% 0 0;
}
@media (max-width: 750px) {
  .main section.mentor {
    height: 252vw;
  }
}
@media (min-width: 751px) {
  .main section.mentor {
    height: min(129vw, 1934px);
  }
}
.main section.mentor p {
  padding: 0 10%;
  line-height: 1.7em;
  text-align: center;
}
.main section.features {
  background-image: url(../img/bg05.png);
  padding: 17% 0 0;
}
@media (max-width: 750px) {
  .main section.features {
    height: 470vw;
  }
}
@media (min-width: 751px) {
  .main section.features {
    height: min(235vw, 3524px);
  }
}
.main section.features .f_num {
  margin-bottom: 8%;
}
.main section.features p {
  font-weight: 700;
  color: #fff;
  margin-bottom: 12%;
  line-height: 2.8em;
  padding: 0 0 0 10%;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .main section.features p {
    font-size: 4.1vw;
  }
}
@media (min-width: 751px) {
  .main section.features p {
    font-size: min(2.2vw, 33px);
  }
}
.main section.curriculum {
  background-color: #fff;
  background-image: url(../img/bg_white.png);
  background-size: 100%;
  padding: 7% 0 0;
}
@media (max-width: 750px) {
  .main section.curriculum {
    height: 337vw;
  }
}
@media (min-width: 751px) {
  .main section.curriculum {
    height: min(168vw, 2640px);
  }
}
.main section.curriculum .c_num {
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10% 0 4.5%;
  padding: 2.5% 0 7.4% 25%;
  font-weight: 500;
}
@media (max-width: 750px) {
  .main section.curriculum .c_num {
    font-size: 5.5vw;
  }
}
@media (min-width: 751px) {
  .main section.curriculum .c_num {
    font-size: min(2.8vw, 41px);
  }
}
.main section.curriculum .c_num.c_num01 {
  background-image: url(../img/c01.png);
}
.main section.curriculum .c_num.c_num02 {
  background-image: url(../img/c02.png);
}
.main section.curriculum .c_num.c_num03 {
  background-image: url(../img/c03.png);
}
.main section.curriculum .c_num.c_num04 {
  background-image: url(../img/c04.png);
}
.main section.curriculum .c_num.c_num05 {
  background-image: url(../img/c05.png);
}
.main section.curriculum p {
  font-weight: 700;
  color: #000;
  line-height: 1.75em;
  padding: 0 0 0 10%;
  letter-spacing: 0;
  margin-bottom: 10%;
}
@media (max-width: 750px) {
  .main section.curriculum p {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .main section.curriculum p {
    font-size: min(2vw, 30px);
  }
}
.main section.casestudy {
  background-image: url(../img/bg06.png);
  padding: 0 0 0;
}
@media (max-width: 750px) {
  .main section.casestudy {
    height: 306vw;
  }
}
@media (min-width: 751px) {
  .main section.casestudy {
    height: min(158vw, 2307px);
  }
}
.main section.casestudy .cs_num {
  margin-bottom: 4%;
}
.main section.casestudy p {
  font-weight: 700;
  color: #fff;
  line-height: 2.8em;
  padding: 0 0 0 10%;
  letter-spacing: 0;
  margin-bottom: 10%;
}
@media (max-width: 750px) {
  .main section.casestudy p {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .main section.casestudy p {
    font-size: min(2vw, 30px);
  }
}
.main section.price {
  background-color: #fff;
  background-image: url(../img/bg_white.png);
  background-size: 100%;
  padding: 7% 0 0;
}
.main section.price p {
  font-weight: 400;
  color: #000;
  line-height: 1.75em;
  padding: 0 0 0 10%;
  letter-spacing: 0;
  margin-bottom: 10%;
}
@media (max-width: 750px) {
  .main section.price p {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .main section.price p {
    font-size: min(2vw, 30px);
  }
}
.main section.price .price_text {
  padding: 13% 7% 0;
}
.main section.price .price_box {
  background-image: url(../img/bg07.png);
  background-size: 100%;
}
@media (max-width: 750px) {
  .main section.price .price_box {
    height: 224.2vw;
  }
}
@media (min-width: 751px) {
  .main section.price .price_box {
    height: min(112.1vw, 1646px);
  }
}
.main section.price .price_box h3 {
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  padding: 0 5% 0;
  letter-spacing: 0;
  margin-bottom: 6%;
}
@media (max-width: 750px) {
  .main section.price .price_box h3 {
    font-size: 6vw;
  }
}
@media (min-width: 751px) {
  .main section.price .price_box h3 {
    font-size: min(3vw, 50px);
  }
}
.main section.price .price_box p {
  color: #fff;
  padding: 0 5% 0;
  font-weight: 400;
  margin-bottom: 9%;
}
.main section.price .price_box p.counseling {
  text-align: center;
}
.main section.price .price_box hr {
  margin-bottom: 8%;
}
.main section.price .price_box .price_table {
  color: #fff;
  width: 57%;
  margin: -3% auto 10%;
}
@media (max-width: 750px) {
  .main section.price .price_box .price_table {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .main section.price .price_box .price_table {
    font-size: min(2vw, 30px);
  }
}
.main section.price .price_box .price_table dl {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0;
  padding: 0;
}
.main section.price .price_box .price_table dl:first-child {
  border-bottom: solid 1px #fff;
}
.main section.price .price_box .price_table dl dt {
  padding: 2%;
}
.main section.price .price_box .price_table dl dd {
  padding: 2%;
  text-align: right;
}
.main section.qanda {
  background-color: #fff;
  background-image: url(../img/bg_white.png);
  background-size: 100%;
  padding: 7% 0 0;
}
.main section.qanda .title_box {
  margin: 0 11% 0;
}
.main section.qanda .qa_box {
  font-weight: 500;
  line-height: 1.6em;
  background-image: url(../img/qanda.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10% 0 10% 25%;
}
@media (max-width: 750px) {
  .main section.qanda .qa_box {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .main section.qanda .qa_box {
    font-size: min(2vw, 30px);
  }
}
.main section.qanda .qa_box.qa_box2 {
  padding: 13% 0 10% 25%;
}
.main section.qanda .qa_box.qa_box2 .question {
  margin-bottom: 19%;
}
.main section.qanda .qa_box:nth-child(odd) {
  background: #eeeeee;
  background-image: url(../img/qanda.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.main section.qanda .qa_box .question {
  margin-bottom: 13%;
}
.main section.policy {
  background-color: #fff;
  padding: 0 5% 10%;
}
.main section.policy h3 {
  color: #000;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-bottom: 6%;
}
@media (max-width: 750px) {
  .main section.policy h3 {
    font-size: 6vw;
  }
}
@media (min-width: 751px) {
  .main section.policy h3 {
    font-size: min(3vw, 24px);
  }
}
.main section.policy p {
  color: #000;
  font-weight: 400;
  padding-left: 4%;
  margin-bottom: 9%;
}
@media (max-width: 750px) {
  .main section.policy p {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .main section.policy p {
    font-size: min(2vw, 18px);
  }
}
.main section.contact_area {
  background-color: #fff;
  padding: 0 5% 10%;
}
.main section.contact_area h1 {
  margin-bottom: 3%;
}
@media (max-width: 750px) {
  .main section.contact_area h1 {
    font-size: 6vw;
  }
}
@media (min-width: 751px) {
  .main section.contact_area h1 {
    font-size: min(3vw, 24px);
  }
}
.main section.contact_area p {
  color: #000;
  font-weight: 400;
  margin-bottom: 5%;
}
@media (max-width: 750px) {
  .main section.contact_area p {
    font-size: 3.8vw;
  }
}
@media (min-width: 751px) {
  .main section.contact_area p {
    font-size: min(2vw, 18px);
  }
}
.main section.contact_area dl {
  width: 100%;
}
.main section.contact_area dl dt {
  width: 100%;
  margin-bottom: 3%;
}
.main section.contact_area dl dd {
  width: 100%;
  margin-inline-start: 0px;
}
.main section.contact_area input {
  height: 40px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.main section.contact_area textarea {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.main section.contact_area a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 120px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  transition: 0.5s;
}
.main section.contact_area a.btn_01:hover {
  color: #000;
  background: #fff;
}
.main section.contact_area .confirm_form {
  margin-top: 7%;
  margin-bottom: 3%;
}
.main section.contact_area button[type=submit] {
  background-color: #000; /* 背景色 */
  color: white; /* テキストの色 */
  padding: 10px 20px; /* 内側の余白 */
  border: none; /* 枠線なし */
  border-radius: 5px; /* 角を丸く */
  font-size: 16px; /* フォントサイズ */
  cursor: pointer; /* カーソルをポインタに変更 */
  transition: background-color 0.3s ease, transform 0.1s ease; /* ホバーとクリックのアニメーション */
}
.main section.contact_area button[type=submit]:hover {
  background-color: #000; /* ホバー時の背景色 */
}
.main section.contact_area button[type=submit]:active {
  transform: scale(0.98); /* 押したときに少し小さく見える */
}
.main .site_footer {
  background: #000;
  padding: 8% 9% 25%;
}
.main .site_footer .footer_logo {
  margin-bottom: 3%;
}
@media (max-width: 750px) {
  .main .site_footer .footer_logo {
    width: 37vw;
  }
}
@media (min-width: 751px) {
  .main .site_footer .footer_logo {
    width: min(24vw, 306px);
  }
}
.main .site_footer .footer_nav {
  padding: 3% 0 5%;
}
.main .site_footer .footer_nav a {
  display: block;
  color: #fff;
  margin-bottom: 3%;
}
@media (max-width: 750px) {
  .main .site_footer .footer_nav a {
    font-size: 2.5vw;
  }
}
@media (min-width: 751px) {
  .main .site_footer .footer_nav a {
    font-size: min(1.6vw, 15px);
  }
}
.main .site_footer .copyright {
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  .main .site_footer .copyright {
    font-size: 3.4vw;
  }
}
@media (min-width: 751px) {
  .main .site_footer .copyright {
    font-size: min(1.6vw, 15px);
  }
}/*# sourceMappingURL=style.css.map */