@charset "UTF-8";
/* Scss Document */
/* ================================================================
   #サイト設定
================================================================ */
/* サイト：ブラックカラー */
/* サイト：テーマカラー */
/* ヘッダーの高さ */
/* ================================
   #設定：ブレイクポイント：min-width
================================ */
/* ================================
   #設定：ブレイクポイント：max-width
================================ */
body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif !important; }

/* ================================================================
   #見出し
================================================================ */
.title-h2 {
  font-size: 2.4rem;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .title-h2 {
      font-size: 3.2rem; } }
  @media screen and (min-width: 1366px) {
    .title-h2 {
      font-size: 4rem; } }

.title-h3 {
  border-bottom: #A08358 solid 2px;
  color: #A08358;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .title-h3 {
      font-size: 2.4rem; } }
  @media screen and (min-width: 1366px) {
    .title-h3 {
      font-size: 2.8rem; } }

.title-h4 {
  border-left: #A08358 solid 4px;
  font-size: 1.6rem;
  padding-left: calc(1em - 4px);
  margin-top: 30px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .title-h4 {
      font-size: 1.8rem; } }
  @media screen and (min-width: 1366px) {
    .title-h4 {
      font-size: 2rem; } }

.wf_code {
  background-color: #FFFF6d;
  border-radius: 2px;
  color: orangered;
  font-family: inherit;
  font-size: inherit;
  padding: 2px 4px;
  margin: 0 4px; }

/* ================================================================
   #コンポーネント
================================================================ */
.op_shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

/* ================================================================
   #コンポーネント：ヘッダー
================================================================ */
.wf_site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 1000; }
  .wf_site-header.op_sticky {
    position: fixed;
    top: 0;
    left: 0; }
  @media screen and (min-width: 1024px) {
    .wf_site-header {
      height: 100px; } }

/* ================================
   #コンポーネント：ヘッダー：ロゴ
================================ */
.wf_site-header-logo {
  display: inline-block;
  height: 20px;
  line-height: 0;
  margin-right: auto; }
  .wf_site-header-logo > a {
    display: block;
    height: 100%; }
    .wf_site-header-logo > a > img, .wf_site-header-logo > a svg {
      display: block;
      height: 100%;
      width: auto; }
    .wf_site-header-logo > a > svg {
      fill: #A08358; }
  @media screen and (min-width: 768px) {
    .wf_site-header-logo {
      height: 28px; } }

/* ================================================================
   #コンポーネント：フッター
================================================================ */
.wf_site_footer {
  background-color: #A08358;
  min-height: 25vh;
  width: 100%; }

/* ================================================================
   #コンポーネント：ビルボード
================================================================ */
.wf_billboard {
  background-color: #DDD;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .wf_billboard {
      height: 100vw; } }
  @media screen and (min-width: 1024px) {
    .wf_billboard {
      height: 100vw; } }
  @media screen and (min-width: 1366px) {
    .wf_billboard {
      height: 100vh;
      min-height: 700px; } }

/* ================================================================
   #コンポーネント：ドロワーメニュー
================================================================ */
.js_is-fix {
  height: 100% !important;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .js_is-fix {
      height: auto;
      overflow: auto; } }

.wf_drawer-menu-btn {
  background-color: #A08358;
  cursor: pointer;
  width: 64px;
  height: 64px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  z-index: 1200; }
  @media screen and (min-width: 1024px) {
    .wf_drawer-menu-btn {
      display: none; } }

.wf_drawer-menu-btn-icon {
  height: 30%;
  width: 30%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform .16s;
  transition-timing-function: ease-out;
  transition-delay: .16s; }
  .wf_drawer-menu-btn-icon span {
    background-color: #FFF;
    display: block;
    height: 2px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .16s;
    transition-timing-function: ease-out; }
    .wf_drawer-menu-btn-icon span:nth-child(1) {
      transform: translateY(-10px); }
    .wf_drawer-menu-btn-icon span:nth-child(3) {
      transform: translateY(10px); }

.js_is-active .wf_drawer-menu-btn-icon {
  transform: rotate(135deg); }
  .js_is-active .wf_drawer-menu-btn-icon span:nth-child(1) {
    transform: translateY(0); }
  .js_is-active .wf_drawer-menu-btn-icon span:nth-child(2) {
    transform: rotate(90deg); }
  .js_is-active .wf_drawer-menu-btn-icon span:nth-child(3) {
    transform: translateY(0); }

/* ================================
   #コンポーネント：ドロワーメニュー：コンテナ
================================ */
.wf_drawer-menu-container {
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
  transition: opacity 0s;
  transition-timing-function: ease-out;
  z-index: -100; }
  .wf_drawer-menu-container.js_is-active {
    opacity: 1;
    transition: opacity .16s;
    z-index: 120; }
  @media screen and (min-width: 1024px) {
    .wf_drawer-menu-container {
      display: none !important; } }

/* ================================
   #コンポーネント：ドロワーメニュー：背景
================================ */
.wf_drawer-menu-overlay {
  background-color: #A08358;
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: opacity 0s;
  transition-timing-function: ease-out;
  z-index: -100; }
  .wf_drawer-menu-overlay.js_is-active {
    opacity: .98;
    transition: opacity .16s;
    z-index: 100; }
  @media screen and (min-width: 1024px) {
    .wf_drawer-menu-overlay {
      display: none !important; } }

/* ================================================================
   #コンポーネント：ナビゲーション
================================================================ */
.wf_nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .wf_nav-list > .wf_nav-item {
    cursor: pointer;
    margin: 0; }
    .wf_nav-list > .wf_nav-item > .wf_nav-link {
      display: block;
      padding: 1em; }

/* ================================
   #コンポーネント：ナビゲーション：横並び
================================ */
.op_nav-horizon {
  flex-direction: row; }

@media screen and (min-width: 768px) {
  .op_nav-horizon-sm {
    flex-direction: row; } }
@media screen and (min-width: 1024px) {
  .op_nav-horizon-md {
    flex-direction: row; } }
@media screen and (min-width: 1366px) {
  .op_nav-horizon-lg {
    flex-direction: row; } }
/* ================================================================
   #コンポーネント：アコーディオン
================================================================ */
.js_accordion-switch {
  background-color: #DDD;
  cursor: pointer; }

.js_accordion-item {
  display: none;
  line-height: 0; }

.js_accordion-icon {
  cursor: pointer; }

/* ================================================================
   #コンポーネント：レスポンシブ対応テーブル
================================================================ */
@media screen and (max-width: 1023px) {
  .wf_table-responsive {
    margin-left: -5vw;
    margin-right: -5vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .wf_table-responsive .wf_table-responsive-inner {
      padding-left: 5vw;
      padding-right: 5vw;
      min-width: 250vw; }
    .wf_table-responsive .wf_table-responsive-inner-min {
      padding-left: 5vw;
      padding-right: 5vw;
      min-width: 150vw; }
    .wf_table-responsive .wf_table-responsive-inner-mid {
      padding-left: 5vw;
      padding-right: 5vw;
      min-width: 200vw; } }
/* ================================================================
   #セクション
================================================================ */
.wf_section {
  padding-top: 40px;
  padding-bottom: 40px; }
  .wf_section.back-color {
    background-color: #FFF; }
  @media screen and (min-width: 1024px) {
    .wf_section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.content-item-wrap {
  margin-bottom: -40px; }

.content-item {
  padding-bottom: 40px; }

.mb-0 {
  margin-bottom: 0 !important; }

/* ================================================================
   #見出し
================================================================ */
.wish-section-title-heder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px; }
  .wish-section-title-heder span {
    background-color: #FE8B7E;
    border: #FE8B7E solid 2px;
    border-right: none;
    border-radius: 50px;
    color: #FFF;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 4px 2em; }
    .wish-section-title-heder span::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 6px 0 6px;
      border-color: #FE8B7E transparent transparent transparent;
      margin: auto;
      position: absolute;
      bottom: -8px;
      right: 0;
      left: 0; }
  @media screen and (min-width: 1024px) {
    .wish-section-title-heder span {
      padding: 6px 2em; } }

.wish-section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px; }
  .wish-section-title .font-eng {
    border-bottom: #231815 solid 3px;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 2em 5px;
    margin-bottom: 10px; }
  .wish-section-title .title-jp {
    background-color: #FFF;
    border-radius: 2px;
    font-size: 2.4rem;
    font-family: serif;
    font-weight: 600;
    display: block;
    line-height: 1.4;
    padding: 10px;
    letter-spacing: .1em;
    padding-left: calc(10px + .1em); }
  @media screen and (min-width: 1024px) {
    .wish-section-title {
      margin-bottom: 30px; }
      .wish-section-title .font-eng {
        display: inline-block;
        font-size: 1.6rem; }
      .wish-section-title .title-jp {
        font-size: 3.2rem; } }

.font-eng {
  font-family: "Times New Roman", Times, "serif"; }

.marker {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: 600; }

/* ================================================================
   #ビルボード
================================================================ */
.wf_billboard {
  background-color: #DDD;
  display: flex;
  flex-wrap: wrap;
  height: 100vw;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .wf_billboard {
      height: 100vw; } }
  @media screen and (min-width: 1024px) {
    .wf_billboard {
      height: 100vh; } }
  @media screen and (min-width: 1366px) {
    .wf_billboard {
      height: 100vh;
      min-height: 700px; } }

#wish-billboard {
  background-color: #DDD;
  background-image: url("../img/kv_sp.jpg");
  background-size: cover;
  background-position: center top;
  height: 100vw; }
  @media screen and (min-width: 1024px) {
    #wish-billboard {
      background-image: url("../img/kv_pc.jpg");
      height: 100vh; } }

.wish-timeline {
  background-image: url("../img/timeline_dot.svg");
  background-size: 4px auto;
  background-position: center;
  background-repeat: repeat-y;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }
  @media screen and (min-width: 1024px) {
    .wish-timeline {
      background-size: 6px auto; } }

/* ================================================================
   #イントロダクション
================================================================ */
.round-box {
  border-radius: 8px; }

.photo-box-sp p {
  font-weight: 600;
  text-align: center;
  margin-top: 10px; }
.photo-box-sp img + img {
  margin-top: 10px; }
.photo-box-sp + .photo-box-sp {
  margin-top: 30px; }

@media screen and (min-width: 1024px) {
  .photo-box-sp {
    display: none; } }
.photo-box {
  display: none; }
  .photo-box + .photo-box {
    align-items: flex-start;
    padding-top: 5px; }
  .photo-box figure {
    width: 50%;
    padding: 5px; }
    .photo-box figure img {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 1024px) {
    .photo-box {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      margin: -5px;
      margin: -15px; }
      .photo-box + .photo-box {
        padding-top: 15px; }
      .photo-box figure {
        padding: 15px; }
        .photo-box figure.small {
          width: 40%; } }

.intro-text {
  font-family: serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 30px auto 30px;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .intro-text {
      font-size: 2.4rem;
      text-align: left;
      margin: auto; } }
  @media screen and (min-width: 1366px) {
    .intro-text {
      font-size: 2.8rem; } }

.intro-img {
  display: none; }
  @media screen and (min-width: 1366px) {
    .intro-img {
      width: 90%;
      margin: 30px auto 0 0;
      display: block; } }

/* ================================================================
   #体験メニュー
================================================================ */
.taiken-content {
  background-color: #FFF;
  text-align: center;
  margin: auto;
  padding: 5vw; }
  @media screen and (min-width: 1024px) {
    .taiken-content {
      text-align: left;
      max-width: 70%;
      padding: 0;
      transform: rotate(-2deg); } }

.taiken-title {
  background-image: url("../img/line_dot.svg");
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 8px; }
  .taiken-title .font-eng {
    display: block;
    font-size: 1rem; }
  @media screen and (min-width: 1024px) {
    .taiken-title {
      font-size: 2.4rem; }
      .taiken-title .font-eng {
        font-size: 1.4rem;
        margin-bottom: 5px; } }

.taiken-text {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 10px; }
  @media screen and (min-width: 1024px) {
    .taiken-text {
      font-size: 1.6rem;
      margin-top: 20px; } }

.taiken-arrow-left {
  display: none; }

.taiken-arrow-right {
  display: none; }

@media screen and (min-width: 1024px) {
  .taiken-arrow-left {
    display: block;
    margin-top: 1em;
    transform: translateX(45%); }

  .taiken-arrow-right {
    display: block;
    margin-top: 1em;
    transform: translateX(-45%); } }
/* ================================================================
   #参加者限定！LINE質問回答コーナー
================================================================ */
.line-box {
  background-color: #75DD3C;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 20px; }
  .line-box p {
    color: #FFF;
    font-weight: 600;
    font-size: 1.4rem;
    padding-left: 1em; }
  @media screen and (min-width: 1024px) {
    .line-box {
      padding: 20px 40px; }
      .line-box p {
        font-size: 2rem;
        line-height: 2;
        padding-left: 2em; } }

.line-student {
  height: 220px; }
  .line-student img {
    height: 100%;
    width: auto; }
  @media screen and (min-width: 1024px) {
    .line-student {
      height: 320px; } }

/* ================================================================
   #参加特典
================================================================ */
.tokuten-bg {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../img/diagonal_line.png");
  background-repeat: repeat;
  padding: 15vw 5vw;
  margin-left: -5vw;
  margin-right: -5vw; }
  @media screen and (min-width: 1024px) {
    .tokuten-bg {
      border-radius: 8px;
      padding: 40px;
      margin-left: 0;
      margin-right: 0; } }

.tokuten-img {
  background-color: #FFF;
  border: #FFF solid 8px;
  border-radius: 8px;
  margin: auto auto 10px; }
  .tokuten-img i {
    background-image: url("../img/star.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    width: 56px;
    height: 56px;
    margin: auto;
    position: absolute;
    top: -36px;
    left: -8px;
    z-index: 2;
    transform: rotate(-8deg); }
  @media screen and (min-width: 1024px) {
    .tokuten-img i {
      position: absolute;
      top: -36px;
      right: 0;
      left: 0; } }

.tokuten-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .tokuten-title {
      font-size: 1.8rem; } }

.tokuten-text {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6; }
  @media screen and (min-width: 1024px) {
    .tokuten-text {
      font-size: 1.4rem; } }

/* ================================================================
   #サポート制度
================================================================ */
.support-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .support-item-inner .support-item-ttl {
    font-size: 2.2rem;
    font-family: serif;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    color: #FE8B7E; }
    .support-item-inner .support-item-ttl small {
      display: block;
      font-size: 1.4rem; }
  .support-item-inner p {
    margin-bottom: 2em; }
  @media screen and (min-width: 1024px) {
    .support-item-inner .support-item-ttl {
      font-size: 2.4rem; } }

.txt-bnr a {
  display: block;
  background-color: #FE8B7E;
  border-radius: 100px;
  color: #FFF;
  padding: 15px;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0; }
  .txt-bnr a::before {
    content: "";
    border-top: #FFF solid 2px;
    border-left: #FFF solid 2px;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2em;
    transform: rotate(135deg); }
  .txt-bnr a i {
    background-color: #FFF;
    border-radius: 2px;
    color: #FE8B7E;
    padding: 2px .8em; }
  .txt-bnr a:hover {
    background-color: #F3981E; }

.txt-bnr .blank-link-head {
  display: block;
  font-size: 12px;
  margin-bottom: 6px; }

.txt-bnr .blank-link-head strong {
  font-size: 14px; }

.txt-bnr .blank-link-body {
  font-weight: bold;
  font-size: 18px; }

.hogosha-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px; }
  @media screen and (min-width: 1024px) {
    .hogosha-title {
      font-size: 1.8rem; } }

.hogosha-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6; }
  @media screen and (min-width: 1024px) {
    .hogosha-text {
      font-size: 1.4rem; } }

/* ================================================================
   #フッター：スティッキーナビ
================================================================ */
#footer-sticky-nav {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  right: 0;
  bottom: 10px;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 1300; }
  #footer-sticky-nav ul {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 2px 0px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
    height: 56px;
    transform: translate3d(0, 80px, 0);
    transition: transform .2s;
    transition-timing-function: ease-out; }
    #footer-sticky-nav ul li {
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      flex-basis: 100%;
      max-width: 100%;
      height: 100%; }
      #footer-sticky-nav ul li.sticky-nav-item-1 {
        background-color: yellow;
        border-radius: 4px;
        z-index: 3; }
      #footer-sticky-nav ul li.sticky-nav-item-2 {
        background-color: #75DD3C;
        border-radius: 0 4px 4px 0;
        z-index: 2; }
      #footer-sticky-nav ul li:hover {
        background-color: #A08358 !important; }
      #footer-sticky-nav ul li a {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: 100%;
        padding: 0 5vw; }
        #footer-sticky-nav ul li a:hover {
          color: #FFF !important; }
      #footer-sticky-nav ul li p {
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
        margin: auto auto auto 0;
        overflow: hidden; }
  #footer-sticky-nav.js_is-active ul {
    transform: translate3d(0, 0, 0); }
  #footer-sticky-nav .sticky-nav-image-1 {
    position: absolute;
    right: 8px;
    bottom: 0; }
    #footer-sticky-nav .sticky-nav-image-1 img {
      height: 64px;
      width: auto;
      max-width: inherit; }
  #footer-sticky-nav .sticky-nav-image-2 {
    position: absolute;
    right: 8px;
    bottom: 0; }
    #footer-sticky-nav .sticky-nav-image-2 img {
      height: 64px;
      width: auto;
      max-width: inherit; }
  #footer-sticky-nav .sticky-nav-arrow {
    background-color: #FFF;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 5vw;
    bottom: 0; }
  @media screen and (min-width: 768px) {
    #footer-sticky-nav ul {
      max-width: 80%;
      margin: auto; }
      #footer-sticky-nav ul li p {
        font-size: 1.6rem;
        margin: auto; }
    #footer-sticky-nav .sticky-nav-image-1 {
      right: -10px; }
      #footer-sticky-nav .sticky-nav-image-1 img {
        height: 80px; }
    #footer-sticky-nav .sticky-nav-image-2 {
      right: 8px; }
      #footer-sticky-nav .sticky-nav-image-2 img {
        height: 80px; } }
  @media screen and (min-width: 1024px) {
    #footer-sticky-nav {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 64px;
      padding-left: 0;
      padding-right: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      z-index: 800; }
      #footer-sticky-nav ul {
        box-shadow: none;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        height: 520px;
        width: 100%;
        max-width: inherit;
        transform: translate3d(64px, 0, 0); }
        #footer-sticky-nav ul li {
          background-color: rgba(0, 0, 0, 0.6);
          display: block;
          flex-basis: calc(100% - 32px);
          max-width: 64px;
          height: calc(100% - 32px); }
          #footer-sticky-nav ul li.sticky-nav-item-1 {
            border-radius: 8px 0 0 8px; }
          #footer-sticky-nav ul li.sticky-nav-item-2 {
            border-radius: 0 0 0 8px; }
          #footer-sticky-nav ul li a {
            padding: 0; }
          #footer-sticky-nav ul li p {
            writing-mode: vertical-rl;
            padding-bottom: 2em; }
      #footer-sticky-nav .sticky-nav-image-1 {
        right: 0; }
        #footer-sticky-nav .sticky-nav-image-1 img {
          height: 80px; }
      #footer-sticky-nav .sticky-nav-image-2 {
        right: -8px; }
        #footer-sticky-nav .sticky-nav-image-2 img {
          height: 56px; } }
