/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.is-hide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
body.fixed {
  position: fixed;
  width: 100%;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  line-height: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: #383838;
  text-decoration: none;
}

figure {
  line-height: 0;
}

.js-acd-all-trigger span,
.js-menu-trigger span,
.js-acd-trigger span {
  pointer-events: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

*:focus {
  outline: none;
}

/* =========================================================
utility
========================================================= */
.pc-ui {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-ui {
    display: block;
  }
}

.sp-ui {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-ui {
    display: block;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
.l-wrapper
========================================================= */
.l-wrapper {
  width: 100%;
  position: relative;
}
.l-wrapper.is-underlayer {
  padding-top: 67px;
}
@media only screen and (max-width: 768px) {
  .l-wrapper.is-underlayer {
    padding-top: 13.4vw;
  }
}

/* =========================================================
l-main
========================================================= */
.l-main {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: block;
  border-right: 15px #FFF9A7 solid;
  border-left: 15px #FFF9A7 solid;
  padding-top: 88px;
}
@media only screen and (max-width: 768px) {
  .l-main {
    max-width: 100%;
    border: none;
    padding-top: 13.6vw;
  }
}

/* =========================================================
l-sec
========================================================= */
.l-sec {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-sec.is-h2 {
  margin-top: 85px;
}
@media only screen and (max-width: 768px) {
  .l-sec.is-h2 {
    margin-top: 14vw;
  }
}
.l-sec.is-h3 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .l-sec.is-h3 {
    margin-top: 7vw;
  }
}
.l-sec.is-padding {
  padding: 110px 0;
}
@media only screen and (max-width: 768px) {
  .l-sec.is-padding {
    padding: 13vw 0;
  }
}
.l-sec.is-padding.is-bg {
  background-color: #fffadf;
}

.l-sec_inner-lrg {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-sec_inner-lrg {
    padding: 0 5vw;
  }
}
.l-sec_inner-med {
  width: 100%;
  max-width: 1042px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-sec_inner-med {
    padding: 0 5vw;
  }
}
.l-sec_inner-sml {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-sec_inner-sml {
    padding: 0 5vw;
  }
}
.l-sec_inner-min {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-sec_inner-min {
    padding: 0 5vw;
  }
}

/* =========================================================
l-box
========================================================= */
.l-content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .l-content {
    max-width: 100%;
  }
}
.l-content.is-h3 {
  margin-top: 45px;
}
.l-content.is-h4 {
  margin-top: 35px;
}
.l-content.is-enclose {
  margin-top: 60px;
}

/* =========================================================
l-box
========================================================= */
.l-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-box.is-h3 {
  margin-top: 45px;
}
.l-box.is-h4 {
  margin-top: 35px;
}

/* =========================================================
header
========================================================= */
.header {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: block;
  border-right: 15px #FFF9A7 solid;
  border-left: 15px #FFF9A7 solid;
  position: fixed;
  left: 0;
  right: 0;
  height: 88px;
  z-index: 10000;
}
@media only screen and (max-width: 768px) {
  .header {
    max-width: 100%;
    border: none;
    height: 13.6vw;
  }
}

/* =========================================================
go top
========================================================= */
/* =========================================================
footer
========================================================= */
.footer {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: block;
  border-right: 15px #FFF9A7 solid;
  border-left: 15px #FFF9A7 solid;
  background: #fff;
  padding: 15px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer {
    max-width: 100%;
    border: none;
    padding: 3.334vw 0;
  }
}
.footer-top {
  position: absolute;
  right: 3.467%;
  top: -22px;
  width: 10.134%;
  z-index: 10000;
}
@media only screen and (max-width: 768px) {
  .footer-top {
    top: -4.934vw;
  }
}
.footer-logo {
  width: 42.6%;
  margin: 0 auto;
}
.footer-copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
  }
}

.footer-apply {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  display: block;
  border-right: 15px #FFF9A7 solid;
  border-left: 15px #FFF9A7 solid;
  background: #fff;
  padding: 0 0 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer-apply {
    max-width: 100%;
    border: none;
    padding: 0 0 3.334vw;
  }
}
.footer-apply-top {
  background: #fff684;
  padding: 32px 0;
}
@media only screen and (max-width: 768px) {
  .footer-apply-top {
    padding: 6.667vw 0;
  }
}
.footer-apply-top-btn {
  width: 66.534%;
  margin: 0 auto;
}
.footer-apply-logo {
  width: 45.466%;
  margin: 0 auto;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-apply-logo {
    padding-top: 6.667vw;
  }
}
.footer-apply-copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .footer-apply-copyright {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}

.wrapper {
  background: url(../img/bg_pc.png) top center repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    background: none;
  }
}

img {
  vertical-align: bottom;
}

a {
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

.info {
  background-color: #ffffd2;
  padding: 70px 0 60px;
}
@media only screen and (max-width: 768px) {
  .info {
    padding: 10.667vw 0 9.334vw;
  }
}
.info-youtube {
  width: 92.134%;
  margin: 0 auto;
  position: relative;
}
.info-youtube-ic {
  position: absolute;
  left: 268px;
  bottom: 18px;
  pointer-events: none;
  width: 13.604%;
}
@media only screen and (max-width: 768px) {
  .info-youtube-ic {
    left: 41.2vw;
    bottom: 2.8vw;
  }
}
.info-line01 {
  margin-top: 75px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .info-line01 {
    margin-top: 11.334vw;
  }
}
.info-line01-ic {
  width: 14.8%;
  position: absolute;
  top: 0;
  left: 6.8%;
}
.info-text {
  padding: 45px 0 40px;
  text-align: center;
  color: #64c0ab;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .info-text {
    padding: 7.334vw 0 6.667vw;
    font-size: 4.2vw;
  }
}
.info-line02 {
  position: relative;
}
.info-line02-ic {
  width: 14.667%;
  position: absolute;
  top: 0;
  right: 6.667%;
}
.info-shufoo {
  width: 92.134%;
  margin: 53px auto 0;
}
@media only screen and (max-width: 768px) {
  .info-shufoo {
    margin-top: 8.4vw;
  }
}

.special {
  position: relative;
}
.special-ic {
  width: 21.6%;
  position: absolute;
  top: -5px;
  left: 11.334%;
}
@media only screen and (max-width: 768px) {
  .special-ic {
    top: -0.667vw;
  }
}
.special-bg {
  background: #00a88d;
  padding: 47px 0 63px;
}
@media only screen and (max-width: 768px) {
  .special-bg {
    padding: 7.6vw 0 9.734vw;
  }
}
.special h2 {
  width: 45.867%;
  margin: 0 auto;
}
.special-box01 {
  width: 92.134%;
  margin: 48px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-box01 {
    margin-top: 7.734vw;
  }
}
.special-box01-btn {
  width: 88.423%;
  margin: 0 auto;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .special-box01-btn {
    bottom: 7.467vw;
  }
}
.special-box02 {
  width: 92.134%;
  margin: 40px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-box02 {
    margin-top: 6vw;
  }
}
.special-box02-txt01 {
  width: 58.466%;
  position: absolute;
  top: 385px;
  left: 29.812%;
}
@media only screen and (max-width: 768px) {
  .special-box02-txt01 {
    top: 58.934vw;
  }
}
.special-box02-txt02 {
  width: 91.173%;
  margin: 0 auto;
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .special-box02-txt02 {
    bottom: 24.667vw;
  }
}
.special-box02-btn {
  width: 88.423%;
  margin: 0 auto;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .special-box02-btn {
    bottom: 7.334vw;
  }
}
.special-box03 {
  width: 92.134%;
  margin: 40px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .special-box03 {
    margin-top: 6vw;
  }
}
.special-box03-btn {
  width: 88.423%;
  margin: 0 auto;
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .special-box03-btn {
    bottom: 6.934vw;
  }
}

.event {
  position: relative;
}
.event-ic {
  width: 21.467%;
  position: absolute;
  top: 5px;
  right: 11.467%;
}
@media only screen and (max-width: 768px) {
  .event-ic {
    top: 0.667vw;
  }
}
.event-bg {
  background: #f0a0c3;
}
.event h2 {
  width: 45.867%;
  margin: 0 auto;
  padding-top: 49px;
}
@media only screen and (max-width: 768px) {
  .event h2 {
    padding-top: 7.734vw;
  }
}
.event-box01 {
  width: 92.134%;
  margin: 44px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .event-box01 {
    margin-top: 6.934vw;
  }
}
.event-box01-txt {
  width: 61.65%;
  margin: 0 auto;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .event-box01-txt {
    top: 7.467vw;
  }
}
.event-box01-btn {
  width: 88.423%;
  margin: 0 auto;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .event-box01-btn {
    bottom: 7.2vw;
  }
}
.event-box02 {
  width: 92.134%;
  margin: 34px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .event-box02 {
    margin-top: 5.2vw;
  }
}
.event-box02-ic01 {
  width: 21.419%;
  position: absolute;
  top: 106px;
  right: 7.526%;
}
@media only screen and (max-width: 768px) {
  .event-box02-ic01 {
    top: 16.267vw;
  }
}
.event-box02-ic02 {
  width: 17.077%;
  position: absolute;
  top: 535px;
  left: 2.461%;
}
@media only screen and (max-width: 768px) {
  .event-box02-ic02 {
    top: 82.134vw;
  }
}
.event-box02-btn {
  width: 88.423%;
  margin: 0 auto;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .event-box02-btn {
    bottom: 7.2vw;
  }
}
.event-box03 {
  width: 94%;
  margin: 43px 0 0 2%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .event-box03 {
    margin-top: 6.667vw;
  }
}
.event-box03-txt {
  width: 65.958%;
  position: absolute;
  top: 85px;
  left: 19.291%;
}
@media only screen and (max-width: 768px) {
  .event-box03-txt {
    top: 13.067vw;
  }
}
.event-box03-ic {
  width: 12.341%;
  position: absolute;
  top: 362px;
  right: 3.121%;
}
@media only screen and (max-width: 768px) {
  .event-box03-ic {
    top: 55.334vw;
  }
}
.event-box03-btn {
  width: 86.667%;
  position: absolute;
  bottom: 45px;
  left: 7.802%;
}
@media only screen and (max-width: 768px) {
  .event-box03-btn {
    bottom: 7.2vw;
  }
}
.event-box04 {
  width: 92.134%;
  margin: 43px auto 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .event-box04 {
    margin-top: 6.667vw;
  }
}
.event-box04-ic {
  width: 31.115%;
  margin: 0 auto;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .event-box04-ic {
    top: 2.4vw;
  }
}
.event-box05 {
  width: 92.134%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .event-box05 {
    margin-top: 6vw;
  }
}
.event-fig {
  width: 100%;
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .event-fig {
    margin-top: 10vw;
  }
}

#event {
  padding-top: 88px;
  margin-top: -88px;
}
@media only screen and (max-width: 768px) {
  #event {
    padding-top: 13.6vw;
    margin-top: -13.6vw;
  }
}

.apply-bg {
  background: #3885C7;
  position: relative;
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  .apply-bg {
    padding: 7.6vw 0;
  }
}
.apply-btn {
  width: 75.734%;
  margin: 0 auto;
}
.apply-btn-text {
  width: 82.267%;
  margin-left: 7.067%;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .apply-btn-text {
    margin-top: 3.6vw;
  }
}
.apply-title {
  width: 79.734%;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .apply-title {
    margin-top: 11.334vw;
  }
}
.apply-fig01 {
  width: 86.667%;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .apply-fig01 {
    margin-top: 4.667vw;
  }
}
.apply-fig01-text {
  width: 88.77%;
  margin: 0 auto;
  position: absolute;
  top: 128px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .apply-fig01-text {
    top: 28vw;
  }
}
.apply-fig02 {
  width: 86.667%;
  margin: 0 auto;
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .apply-fig02 {
    margin-top: 2.667vw;
  }
}
.apply-fig03 {
  width: 86.667%;
  margin: 0 auto;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .apply-fig03 {
    margin-top: 2vw;
  }
}
.apply-fig04 {
  width: 86.667%;
  margin: 0 auto;
  margin-top: 9px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .apply-fig04 {
    margin-top: 2vw;
  }
}
.apply-fig04-text {
  width: 88.77%;
  margin: 0 auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .apply-fig04-text {
    top: 4vw;
  }
}
.apply-text {
  width: 79.067%;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .apply-text {
    margin-top: 4.667vw;
  }
}