@charset "utf-8";

/* ブラウザによるデフォルトのmarginとpaddingの差異を無くすために、ユニバーサルセレクタを利用して初期化 */
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

/* -----------------------------
タイトル
--------------------------------*/
.intro_title,
.heading_lv1 {
  font-size: 3rem;
  margin-bottom: 40px;
  text-align: center;
}

.achievement_title {
  background-color: #4b4b4b;
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px;
}

.achievement_title__sub {
  font-size: 1rem;
  font-weight: normal;
  display: block;
}

/* -----------------------------
テキスト
--------------------------------*/
p {
  line-height: 1.5;
}

.red {
  color: #d30000;
  display: contents;
}

/* -----------------------------
レイアウト
--------------------------------*/
.section_inner {
  padding: 60px 20px;
  max-width: 1220px;
  margin: auto;
}

/* -----------------------------
ヘッダー
--------------------------------*/
.header_text {
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #000;
}

/* -----------------------------
メインビジュアル
--------------------------------*/
.kv {
  position: relative;
}

.kv_btn {
  position: absolute;
  bottom: 6%;
  left: 9%;
}

/* -----------------------------
ボタン
--------------------------------*/
.btn_more {
  background-color: #d30000;
  color: #fff;
  font-size: 2.375rem;
  text-decoration: none;
  padding: 20px 60px 20px 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 2px 2px 4px gray;
  min-width: 30%;
  display: block;
  width: max-content;
}

.btn_more:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.btn_more span::after {
  content: "";
  background-image: url(../img/ico_btn_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* -----------------------------
スライダー
--------------------------------*/
.slider {
  margin: 30px auto 0;
  width: 90%;
  max-width: 1440px;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}

/* -----------------------------
イントロ
--------------------------------*/
.check_box {
  background-color: #ededed;
  padding: 20px 50px;
  max-width: 764px;
  margin: auto;
  list-style: none;
  color: #000;
  position: relative;
  margin-bottom: 120px;
}

.check_box::after {
  content: "";
  background-image: url(../img/ico_arrow@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 77px;
  height: 49px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

li.check_wrapper {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: dashed 1px #000;
  padding: 16px 0px 10px 12px;
  display: flex;
}

li.check_wrapper::before {
  content: "";
  background-image: url(../img/ico_check.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 34px;
  height: 26px;
  margin-right: 10px;
}

.intro_answer {
  text-align: center;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

.intro_answer .font-big {
  font-size: 197%;
}

.intro_text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
}

.intro_text__wrapper {
  margin-bottom: 50px;
}

.intro_bottom__img {
  margin: auto;
  max-width: 878px;
}

/* -----------------------------
スクール費用(支援内容)
--------------------------------*/
.section_price {
  background-color: #fff;
  color: #000;
}

.price_wrapper {
  padding: 20px;
  border: solid 5px #dfdfdf;
  height: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.price_wrapper p {
  font-size: 1.125rem;
}

.price_wrapper .font-big {
  font-size: 160%;
  font-weight: bold;
}

.price_wrapper p small {
  font-size: 80%;
}
.support_wrapper {
  max-width: 190px;
  margin: auto;
}

.support_title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}

/* -----------------------------
講師紹介
--------------------------------*/
.section_profile {
  background-color: #dfdfdf;
}

.section_profile .heading_lv1 {
  color: #000;
}

.profile_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_text__wrapper {
  width: 65%;
}

.profile_img__wrapper {
  width: 35%;
}

.profile_text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 24px;
}

/* -----------------------------
活動内容・実績
--------------------------------*/
.achievement_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.achievement_item {
  width: calc(100% / 2 - 30px);
  margin-right: 60px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 440px;
}

.achievement_item:nth-child(even) {
  margin-right: 0;
}

.achievement_img__wrapper {
  padding: 20px;
  border: solid 5px #4b4b4b;
  height: 100%;
  text-align: center;
}

.achievement_img__wrapper img {
  height: 100%;
  max-width: 100%;
  width: auto;
}

/* -----------------------------
Line
--------------------------------*/
.section_line {
  background-color: #dfdfdf;
}

.line_btn__wrapper {
  margin: auto;
  max-width: 250px;
}

.section_line .heading_lv1 {
  color: #000;
}

/* -----------------------------
Zoom
--------------------------------*/
.section_zoom {
  background-color: #fff;
  color: #000;
}

.zoom_text {
  margin-bottom: 80px;
}

.zoom_text {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.125rem;
  font-weight: 600;
}

/*********************************
table フォーム
*********************************/
.horizontal_table {
  width: 100%;
}

.horizontal_table__row {
  text-align: left;
}

.horizontal_table__title,
.horizontal_table__text {
  padding: 23px;
  font-size: 1.125rem;
}

.horizontal_table__title {
  width: 28%;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  vertical-align: middle;
}

.horizontal_table__text {
  width: 72%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.contact_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

input[type="text"],
input[type="tel"],
input[type="e-mail"] {
  padding: 10px;
  width: 100%;
  border: solid 1px #cccccc;
  font-size: 1rem;
}

textarea {
  padding: 10px;
  width: 100%;
  border: solid 1px #cccccc;
}

.submit-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

input[type="submit"] {
  background-color: #d30000;
  color: #fff;
  font-size: 2.375rem;
  text-decoration: none;
  padding: 20px 60px 20px 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 2px 2px 4px #ccc;
  min-width: 30%;
  width: 100%;
  display: block;
  border: none;
  margin: 0 auto;
  position: relative;
}

.submit_btn {
  position: relative;
  display: inline-block;
  min-width: 300px;
}

.submit_btn::after {
  content: "";
  background-image: url(../img/ico_btn_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*********************************
table 運営会社
*********************************/
.horizontal_table_contact {
  width: 100%;
  margin-bottom: 40px;
}

.horizontal_table_contact__title,
.horizontal_table_contact__text {
  padding: 20px;
  border: solid 1px #fff;
  vertical-align: middle;
}

.horizontal_table_contact__title {
  text-align: left;
}

.horizontal_table_contact__text a {
  color: #fff;
}

/* -----------------------------
footer
--------------------------------*/
footer {
  margin-bottom: 100px;
}

.footer_copyright {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.footer_fixed_btn {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
}

.footer_fixed_btn__item {
  width: calc(100% / 2);
  text-align: center;
}

.footer_fixed_btn__item a {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: block;
  height: 100%;
  font-weight: bold;
}

.footer_fixed_zoom {
  background-color: #d30000;
  color: #fff;
}

.footer_fixed_line {
  background-color: #00b900;
  color: #fff;
}

/* -----------------------------

レスポンシブ

--------------------------------*/
@media screen and (max-width: 1010px) {
  /* 991pxまでの幅の場合に適応される */
  .btn_more {
    font-size: 1.125rem;
  }
  .kv_btn {
    bottom: 9%;
    left: 11%;
  }
}

@media screen and (max-width: 991px) {
  /* 991pxまでの幅の場合に適応される */
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .sp-left {
    text-align: left !important;
  }
  .kv_btn {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .btn_more {
    width: 80%;
  }
  .header_text {
    font-size: 1rem;
  }
  .intro_title,
  .heading_lv1 {
    font-size: 1.5rem;
  }
  .check_box {
    padding: 20px 10px;
  }
  li.check_wrapper {
    font-size: 1rem;
    align-items: center;
  }
  li.check_wrapper::before {
    width: 24px;
    height: 18px;
  }
  .intro_answer {
    font-size: 1.25rem;
  }
  .intro_answer__top {
    font-size: 1.5rem;
  }
  .intro_text {
    font-size: 1rem;
  }
  .profile_wrapper {
    flex-direction: column-reverse;
  }
  .profile_text__wrapper {
    width: 100%;
  }
  .profile_img__wrapper {
    width: 80%;
    margin-bottom: 20px;
  }
  .achievement_wrapper {
    flex-direction: row;
  }
  .achievement_item {
    width: 100%;
    margin-right: 0;
    height: auto;
    max-height: max-content;
  }
  .achievement_img__wrapper img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  .contact_wrapper {
    padding-top: 0;
  }
  .horizontal_table__title {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
  }
  .horizontal_table__text {
    padding-left: 0;
  }
  input[type="submit"] {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .horizontal_table_contact__title {
    padding: 8px;
    width: 28%;
    font-size: 0.875rem;
  }
  .horizontal_table_contact__text {
    padding: 10px 6px;
  }
  li.check_wrapper {
    padding-left: 0;
  }
  input[type="text"],
  input[type="tel"],
  input[type="e-mail"],
  textarea {
    font-size: min(16px);
    font-size: 1rem;
  }
  .intro .section_inner {
    padding-top: 40px;
  }
}
