@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #fff;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3rem;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #271507;
  background-color: #fff;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #271507;
}

section,
main,
header,
footer {
  position: relative;
}

.main section {
  padding: 9rem 0;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(680 / 750 * 100%);
  z-index: 2;
}
.inner p {
  text-align: center;
  line-height: 1.666;
}
.inner p span {
  color: #f15737;
}
.inner p small {
  font-size: 86%;
}
.inner p strong {
  font-size: 133%;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1380 * 100vw);
  }
  .wrapper {
    font-size: max(2rem, 16px);
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .main section {
    padding: 8rem 0;
  }
  .inner {
    width: 90%;
    max-width: 1000px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1380px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.sec_ttl {
  margin-bottom: 8rem;
}
.sec_ttl + p {
  margin-bottom: 8rem;
}

.btn1 {
  text-align: center;
  margin-top: 7rem;
}
.btn1 a {
  position: relative;
  display: inline-block;
  font-size: 86%;
  line-height: 1.538;
  color: #13a7a9;
}
.btn1 a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.9rem;
  left: -1.1em;
  width: 0.9em;
  height: 0.7em;
  background: url(../images/common/icon_arrow1.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    margin: 0 auto 5rem;
    width: calc(580 / 1000 * 100%);
  }
  .sec_ttl + p {
    margin-bottom: 5rem;
  }
  .btn1 {
    margin-top: 5rem;
  }
  .btn1 a::before {
    top: 0.8rem;
  }
  .btn1 a:hover {
    text-decoration: underline;
  }
}
/* =====================================================================
    mv
======================================================================*/
.mv {
  padding: 10rem 0 4rem;
  background: url(../images/common/bg_pattern1.jpg) repeat center top/102.4rem auto;
}
.mv h1 {
  margin: 0 auto 4.2rem;
  width: calc(591 / 680 * 100%);
}

.mv_img1 {
  margin: 0 auto;
  width: calc(550 / 680 * 100%);
}
.mv_img1 img {
  margin: 0 auto;
  width: 55.8181818182%;
}
.mv_img1 figcaption {
  margin-top: 1em;
  font-family: serif;
  font-size: 50%;
  line-height: 1.25;
}

.mv_logo {
  margin: 0 auto 2.7rem;
  width: calc(583 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .mv {
    padding: 2.7rem 0;
  }
  .mv .inner {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mv h1 {
    margin-bottom: 0;
    width: 87.0528109029%;
  }
  .mv_right {
    margin-right: calc(-17 / 1000 * 100%);
    width: calc(587 / 1000 * 100%);
  }
  .mv_img1 {
    margin: 0 calc(100 / 1000 * 100%) 0 calc(-17 / 1000 * 100%);
    width: calc(346 / 1000 * 100%);
  }
  .mv_img1 img {
    width: 100%;
  }
  .mv_logo {
    margin-bottom: 3.1rem;
    width: 100%;
  }
}
/* =====================================================================
*    intro
* =================================================================== */
.intro {
  padding: 10rem 0 !important;
}
.intro .intro_head {
  line-height: 2;
}

.intro_bottom {
  position: relative;
  margin-top: 7rem;
  padding-top: 7rem;
}
.intro_bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(640 / 680 * 100%);
  height: 1.7rem;
  background: url(../images/common/img_line1.png) no-repeat center/100% 100%;
}

@media screen and (min-width: 768px) {
  .intro .intro_head {
    line-height: 2.4;
  }
  .intro_bottom {
    margin-top: 6rem;
    padding-top: 6rem;
  }
  .intro_bottom::before {
    width: calc(626 / 1000 * 100%);
    height: 1.4rem;
  }
}
/* =====================================================================
    guide
======================================================================*/
.guide {
  background: url(../images/common/bg_pattern1.jpg) repeat center top/102.4rem auto;
}

.guide_table dl > * {
  padding: 2.5rem 2.2rem;
}
.guide_table dl dt {
  font-size: 115%;
  font-weight: 700;
  line-height: 1.3;
  background-color: #e0c9a9;
}
.guide_table dl dd {
  line-height: 1.666;
  background-color: #fff;
}

.notice_list {
  margin-top: 5rem;
}
.notice_list li {
  position: relative;
  padding-left: 1em;
  font-size: 86%;
  line-height: 1.692;
}
.notice_list li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .guide_table dl > * {
    padding: 2rem 4rem;
  }
}
/* =====================================================================
    schedule
======================================================================*/
.schedule_list {
  border-top: 1px solid;
  counter-reset: number 0;
}
.schedule_list li {
  position: relative;
  padding: 3.4rem calc(20 / 680 * 100%);
  padding-left: calc(170 / 680 * 100%);
  border-bottom: 1px solid;
  counter-increment: number 1;
}
.schedule_list li:nth-child(even) {
  background: #fbf9f4;
}
.schedule_list li::before {
  content: counter(number);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 0;
  margin-left: calc(20 / 680 * 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10.2rem;
  height: 7.6rem;
  font-family: "Dokdo", cursive;
  font-size: 4.8rem;
  color: #fff;
  background: url(../images/common/icon_triangle1.png) no-repeat center/contain;
}
.schedule_list li dl {
  line-height: 1.666;
}
.schedule_list li dl dt {
  margin-bottom: 0.1em;
  font-size: 115%;
  font-weight: 700;
  color: #936540;
}

@media screen and (min-width: 768px) {
  .schedule_list li {
    padding: 2.4rem calc(40 / 1000 * 100%);
    padding-left: calc(160 / 1000 * 100%);
  }
  .schedule_list li::before {
    margin-left: calc(40 / 1000 * 100%);
    width: 8.6rem;
    height: 6.4rem;
    font-size: 4rem;
  }
}
/* =====================================================================
    application
======================================================================*/
.application {
  background: url(../images/common/bg_pattern2.jpg) repeat center top/102.4rem auto;
}

.application_list {
  margin: 0 auto 7rem;
  width: calc(390 / 680 * 100%);
}
.application_list li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 5rem;
  font-weight: 700;
  line-height: 1.666;
}
.application_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75em;
  height: 0.75em;
  background: url(../images/common/icon_triangle2.png) no-repeat center/contain;
}

.btn_submimt {
  margin: 0 auto 4rem;
  width: calc(450 / 680 * 100%);
  -webkit-box-shadow: 0px 1rem 2.4rem 0px rgba(49, 96, 95, 0.6);
          box-shadow: 0px 1rem 2.4rem 0px rgba(49, 96, 95, 0.6);
}

.application_notice {
  font-size: 86%;
  line-height: 1.666;
}

@media screen and (min-width: 768px) {
  .application_list {
    margin-bottom: 4rem;
    width: calc(330 / 1000 * 100%);
  }
  .btn_submimt {
    margin-bottom: 6rem;
    width: calc(330 / 1000 * 100%);
  }
  .btn_submimt:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-box-shadow: 0px 0 2rem 0px rgba(49, 96, 95, 0.6);
            box-shadow: 0px 0 2rem 0px rgba(49, 96, 95, 0.6);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner_list li {
  margin: 0 calc(40 / 680 * 100%) 4rem 0;
  width: calc(320 / 680 * 100%);
}
.banner_list li:nth-child(2n), .banner_list li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 0 calc(40 / 1000 * 100%) 4rem 0;
    width: calc(320 / 1000 * 100%);
  }
  .banner_list li a:hover {
    opacity: 0.7;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 10rem 0 6rem;
}
.footer .copyright {
  text-align: left;
  margin-top: 6rem;
  font-size: 1.8rem;
  line-height: 1.222;
}

@media screen and (min-width: 768px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}

.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 5.5em 0;
  width: 100%;
}

.popup_close {
  position: absolute;
  top: 16rem;
  right: 2rem;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 auto;
}
.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ff6d2d;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem 0;
  width: calc(680 / 750 * 100%);
  z-index: 2;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #936540;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1000px;
  }
  .popup_close {
    right: 12rem;
    cursor: pointer;
  }
  .popup_list > li {
    width: calc(1000 / 1380 * 100%);
  }
  .popup_close2 {
    width: 50rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #f15737;
  }
}/*# sourceMappingURL=base.css.map */