@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 100;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 450px) {
  p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000000;
}

.orange {
  color: #ffe9e0;
}

.orange02 {
  color: #f6ab00;
}

.red {
  color: #e8343d;
}

.yellow {
  color: #fffbd5;
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 下層メインビジュアル
--------------------------------------------------*/
#sec_kv {
  width: 100%;
  height: 280px;
  max-height: 280px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffd3d3;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #sec_kv {
    height: 280px;
    max-height: 280px;
  }
}
@media screen and (min-width: 769px) {
  #sec_kv {
    width: 100%;
  }
}

#sec_01 {
  position: relative;
  background-image: url("../img/kv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
}
@media screen and (max-width: 768px) {
  #sec_01 {
    padding: 0px 10px 0px 10px;
  }
}
#sec_01 .hima01 {
  position: absolute;
  bottom: -10%;
  width: 100%;
}
#sec_01 .top_wrap {
  max-width: 950px;
  margin: auto;
  z-index: 1000;
  padding: 100px 0 70px 0;
}
@media screen and (max-width: 768px) {
  #sec_01 .top_wrap {
    padding: 30px 0px 30px 0px;
  }
}
#sec_01 .top_wrap .top_img01 {
  margin-top: 30px;
  width: 80%;
  margin: 0px auto 0px auto;
}
@media screen and (max-width: 768px) {
  #sec_01 .top_wrap .top_img01 {
    margin: 0px auto;
    width: 100%;
  }
}
#sec_01 .top_wrap .about_ph {
  width: 40%;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  #sec_01 .top_wrap .about_ph {
    width: 100%;
    margin-top: 20px;
  }
}
#sec_01 .top_wrap .about_ph > div {
  width: 100%;
  display: flex;
}
#sec_01 .top_wrap .about_ph .about_ch {
  margin-top: 10px;
  font-size: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec_01 .top_wrap .about_ph .about_ch {
    font-size: 1em;
  }
}
#sec_01 .top_tit {
  font-size: 1.4em;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec_01 .top_tit {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
#sec_01 .period {
  font-size: 1.4em;
  letter-spacing: 1px;
  max-width: 500px;
  border: #000 solid 3px;
  border-radius: 50px;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  padding: 10px;
  margin: auto;
}
#sec_01 .period span {
  font-size: 80%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec_01 .period {
    width: 90%;
  }
}

#sec_02 {
  background-color: #ffe9e0;
  position: relative;
}
#sec_02 #campaign_wrap {
  max-width: 950px;
  margin: auto;
  padding: 100px 10px;
}
@media screen and (max-width: 768px) {
  #sec_02 #campaign_wrap {
    display: block;
    padding: 50px 10px 50px 10px;
  }
}
#sec_02 #campaign_wrap .campaign_tit {
  font-size: 1.8em;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #sec_02 #campaign_wrap .campaign_tit {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
#sec_02 #campaign_wrap .campaign_tx {
  font-size: 1em;
  line-height: 2em;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #000;
  padding: 25px 20px;
  max-width: 800px;
  margin: 0 auto 40px auto;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec_02 #campaign_wrap .campaign_tx {
    font-size: 1em;
    margin-bottom: 30px;
    padding: 15px;
  }
}
#sec_02 #campaign_wrap .cp_img {
  margin: 30px auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #sec_02 #campaign_wrap .cp_img {
    width: 100%;
  }
}

#sec_03 #about_wrap {
  margin-top: 100px;
  display: flex;
  max-width: 950px;
  margin: auto;
  padding: 80px 10px;
  justify-content: space-between;
}
#sec_03 #about_wrap .about_ph01 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #sec_03 #about_wrap .about_ph01 {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #sec_03 #about_wrap {
    display: block;
    padding: 50px 10px;
  }
}
#sec_03 #about_wrap .about_tx {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #sec_03 #about_wrap .about_tx {
    width: 100%;
  }
}
#sec_03 #about_wrap .about_tx .about_tit {
  width: 100%;
  border-bottom: 5px #000 solid;
  padding-bottom: 20px;
  position: relative;
}
#sec_03 #about_wrap .about_tx .about_text {
  color: #000;
  margin-top: 20px;
  font-size: 1.3em;
  line-height: 2em;
}
#sec_03 #about_wrap .about_tx .about_text span {
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
#sec_03 #about_wrap .about_tx .about_text span a {
  text-decoration: underline;
  font-weight: 600;
  color: #e8343d;
}

#sec_04 {
  padding: 100px 10px;
  background-color: #ffe9e0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 50% 110%;
}
@media screen and (max-width: 768px) {
  #sec_04 {
    background-position: 50% 102%;
  }
}
#sec_04 h4 {
  width: 100%;
  max-width: 650px;
  font-size: 2.3em;
  font-weight: 900;
  border-bottom: 5px #000 solid;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec_04 h4 {
    text-align: center;
  }
}
#sec_04 div .step4_wrap {
  background-color: #fffbd5;
  border-radius: 30px;
  border: solid 5px #000;
  padding: 25px 60px;
  max-width: 650px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec_04 div .step4_wrap {
    flex-direction: column;
    padding: 20px;
  }
}
#sec_04 div .step4_wrap .step_tx_wrap {
  width: 100%;
}
#sec_04 div .step4_wrap .step_tx_wrap::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  position: absolute;
  background-image: url(../img/icon04.png);
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  font-family: sans-serif;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #sec_04 div .step4_wrap .step_tx_wrap::before {
    width: 110px;
    height: 110px;
  }
}
#sec_04 div .step4_wrap .step_img_wrap {
  width: 50%;
}
#sec_04 div .step_wrap {
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #000;
  padding: 35px 40px;
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec_04 div .step_wrap {
    flex-direction: column;
    padding: 15px 20px;
  }
}
#sec_04 div .step_wrap .step_tx_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #sec_04 div .step_wrap .step_tx_wrap {
    width: 100%;
  }
}
#sec_04 div .step_wrap .step_tx_wrap .step_en {
  font-size: 2em;
  font-weight: 800;
  color: #e8343d;
}
@media screen and (max-width: 768px) {
  #sec_04 div .step_wrap .step_tx_wrap .step_en {
    font-size: 2em;
    text-align: center;
    display: block;
  }
}
#sec_04 div .step_wrap .step_tx_wrap .step_tit {
  font-size: 1.8em;
  color: #000;
  font-weight: 900;
  margin-top: 10px;
}
#sec_04 div .step_wrap .step_tx_wrap .step_tx {
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 1.7em;
}
#sec_04 div .step_wrap .step_tx_wrap .step_tx .ch {
  font-size: 80%;
}
#sec_04 div .step_wrap .step_img_wrap {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #sec_04 div .step_wrap .step_img_wrap {
    width: 100%;
    margin-top: 20px;
  }
}
#sec_04 div:last-child {
  margin-bottom: 0px;
}
#sec_04 div .step2_tx {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0px auto 80px auto;
}
#sec_04 div .step2_tx > span {
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

#sec_06 #aco_wrap {
  max-width: 650px;
  margin: auto;
  padding: 120px 10px;
}
@media screen and (max-width: 768px) {
  #sec_06 #aco_wrap {
    width: 100%;
    padding: 80px 10px;
  }
}
#sec_06 #aco_wrap h3 {
  width: 100%;
  font-size: 2.3em;
  font-weight: 900;
  border-bottom: 5px #000 solid;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#sec_06 #aco_wrap .acd-check {
  display: none;
}
#sec_06 #aco_wrap .acd-label {
  background: #fff6d4;
  color: #000;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  padding: 20px 70px 20px 20px;
  position: relative;
  font-weight: 600;
  font-size: 1.1em;
}
#sec_06 #aco_wrap .acd-label:after {
  background: #ffd2bf;
  box-sizing: border-box;
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 100%;
  padding: 10px 20px;
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0px;
}
#sec_06 #aco_wrap .acd-content {
  border: 1px solid #eacb68;
  display: block;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
#sec_06 #aco_wrap .acd-content span {
  display: inline-block;
  width: 15px;
}
#sec_06 #aco_wrap .acd-content > a {
  color: #f6ab00;
  text-decoration: underline;
}
#sec_06 #aco_wrap .acd-check:checked + .acd-label:after {
  content: "\f068";
}
#sec_06 #aco_wrap .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

#sec_07 {
  color: #000;
  background-color: #fff;
  border-top: #000 solid 5px;
  font-size: 1em;
}
#sec_07 div {
  max-width: 950px;
  padding: 30px 10px;
  margin: auto;
}
#sec_07 div p {
  font-weight: 500;
  margin: 10px 0;
}
#sec_07 div p > a {
  color: #f6ab00;
  text-decoration: underline;
}
#sec_07 div ul li {
  list-style-position: inside;
  text-indent: -18px;
  padding-left: 18px;
}
#sec_07 div ul li > a {
  color: #f6ab00;
  text-decoration: underline;
}
#sec_07 div ul li span {
  display: inline-block;
  width: 15px;
}

/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body, p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h1, h2, h3, h4 {
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  h1, h2, h3, h4 {
    line-height: 1.4;
  }
}

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

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s ease-out;
}

a:hover {
  opacity: 0.7;
}

img {
  display: block;
  border-style: none;
  max-width: 100%;
}

:focus {
  border-style: none;
  outline: none;
}

/* ie11以下のテキストルール */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* ヘッダー
--------------------------------------------------*/
header {
  height: 80px;
  border-bottom: 1px solid #e8343d;
}
header .header_wrap {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: auto;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap h1 {
  width: 165px;
  height: auto;
  padding-top: 15px;
}
header .header_wrap .logo {
  width: 210px;
  height: auto;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  header .header_wrap .logo {
    width: calc(9.375rem + (1vw - 3.5px) * 15);
  }
}

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

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* sec_lesson
--------------------------------------------------*/
footer {
  width: 100%;
  height: auto;
  background-color: #e8343d;
  color: #fff;
  padding: 20px 0;
}
footer .footer_wrap {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: auto;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_wrap {
    flex-direction: column;
  }
}
footer .footer_wrap .logo_f {
  width: 215px;
  height: auto;
}

/* 流用パーツ
--------------------------------------------------*/
body {
  overflow-x: hidden;
}

h2 {
  font-size: 2.8em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2em;
  }
}

.en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.tit_en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  color: #f6ab00;
  font-weight: 900;
}

.bold {
  font-weight: 700;
  font-size: 1.3em;
}

.inner-wrap {
  width: calc(100% - 30px);
  margin: 0 15px;
}
@media screen and (min-width: 769px) {
  .inner-wrap {
    width: calc(100% - 20px);
    max-width: 1000px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 1000px) {
  .inner-wrap {
    width: 100%;
  }
}

.wrap {
  max-width: 950px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.inner-wrap-xl {
  width: calc(100% - 30px);
  margin: 0 15px;
}
@media screen and (min-width: 1200px) {
  .inner-wrap-xl {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}
@media screen and (min-width: 450px) and (max-width: 850px) {
  .pc-view.blank {
    display: none;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}

body.preload .wow.fadeIn {
  opacity: 0 !important;
}

/* 右回転
--------------------------------------------------*/
@keyframes rotation_right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 左回転
--------------------------------------------------*/
@keyframes rotation_left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}/*# sourceMappingURL=style.css.map */