/* =========================================================
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;
}
@media only screen and (max-width: 768px) {
  .l-main {
    max-width: 100%;
    border: none;
  }
}
.l-main.is-hero {
  padding-top: 0;
}
.l-main .is-bg {
  background-color: #fffadf;
}

/* =========================================================
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: 680px;
  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: 750px;
  margin: 0 auto;
  background: #ec74a9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
}
@media only screen and (max-width: 768px) {
  .header {
    max-width: 100%;
  }
}
.header-nav {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .header-nav {
    height: 12vw;
  }
}
.header-nav li {
  width: 169px;
}
@media only screen and (max-width: 768px) {
  .header-nav li {
    width: 22.534vw;
  }
}

/* =========================================================
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/top/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;
  }
}

.lead {
  background-color: #fff;
  padding: 43px 0 66px;
}
@media only screen and (max-width: 768px) {
  .lead {
    padding: 9.2vw 0 14.4vw;
  }
}
.lead-fig01 {
  width: 83.6%;
  margin-left: 5.6%;
}
.lead-fig02 {
  width: 82.534%;
  margin-left: 10.667%;
}
.lead-text {
  padding: 30px 0;
  text-align: center;
  color: #4fb441;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lead-text {
    padding: 6.667vw 0;
    font-size: 4.2vw;
  }
}
.lead-text p:not(:first-of-type) {
  margin-top: 1em;
}

.bg01 {
  background: url(../img/top/bg05.png) top center no-repeat;
  background-size: cover;
  position: relative;
  padding: 83px 0 80px;
}
@media only screen and (max-width: 768px) {
  .bg01 {
    background-size: 100% 100%;
    padding: 16.667vw 0 16vw;
  }
}
.bg01-icon {
  width: 25.334%;
  position: absolute;
  left: 11.2%;
  top: -52px;
}
@media only screen and (max-width: 768px) {
  .bg01-icon {
    top: -10.8vw;
  }
}

.title01 {
  width: 50.267%;
  margin: 0 auto;
}

.fig01 {
  width: 92%;
  position: relative;
  margin: 44px auto 0;
}
@media only screen and (max-width: 768px) {
  .fig01 {
    margin-top: 9.067vw;
  }
}
.fig01-text {
  position: absolute;
  bottom: 329px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 356px;
}
@media only screen and (max-width: 768px) {
  .fig01-text {
    bottom: 71.467vw;
    width: 76.8vw;
  }
}
.fig01-btn {
  width: 375px;
  margin: 0 auto;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .fig01-btn {
    bottom: 8vw;
    width: 81.467vw;
  }
}

.bg02 {
  background: url(../img/top/bg04.png) top center no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 57px 0 83px;
}
@media only screen and (max-width: 768px) {
  .bg02 {
    padding: 12.8vw 0 18vw;
  }
}
.bg02-icon {
  width: 21.467%;
  position: absolute;
  right: 11.067%;
  top: -53px;
}
@media only screen and (max-width: 768px) {
  .bg02-icon {
    top: -11.734vw;
  }
}

.title02 {
  width: 34.134%;
  margin: 0 auto;
}

.fig02 {
  width: 92%;
  position: relative;
  margin: 38px auto 0;
}
@media only screen and (max-width: 768px) {
  .fig02 {
    margin-top: 7.734vw;
  }
}
.fig02-text {
  position: absolute;
  top: 155px;
  left: 22px;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .fig02-text {
    top: 33.6vw;
    left: 8.534vw;
    width: 52vw;
  }
}
.fig02-btn {
  width: 375px;
  margin: 0 auto;
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .fig02-btn {
    bottom: 8.267vw;
    width: 81.467vw;
  }
}

.fig04 {
  width: 92%;
  position: relative;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .fig04 {
    margin-top: 6.4vw;
  }
}
.fig04-btn {
  width: 375px;
  margin: 0 auto;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .fig04-btn {
    bottom: 5.867vw;
    width: 81.467vw;
  }
}

.fig05 {
  width: 92%;
  position: relative;
  margin: 42px auto 0;
}
@media only screen and (max-width: 768px) {
  .fig05 {
    margin-top: 8vw;
  }
}
.fig05-btn {
  width: 375px;
  margin: 0 auto;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .fig05-btn {
    bottom: 5.867vw;
    width: 81.467vw;
  }
}



.bg03 {
  background: url(../img/top/bg06.png) top center no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 75px 0 172px;
}
@media only screen and (max-width: 768px) {
  .bg03 {
    padding: 16.667vw 0 37.334vw;
  }
}
.bg03-icon {
  width: 25.334%;
  position: absolute;
  left: 11.2%;
  top: -52px;
}
@media only screen and (max-width: 768px) {
  .bg03-icon {
    top: -10.8vw;
  }
}

.title03 {
  width: 81.067%;
  margin: 0 auto;
}

.fig03 {
  width: 92%;
  position: relative;
  margin: 35px auto 0;
}
@media only screen and (max-width: 768px) {
  .fig03 {
    margin-top: 8.134vw;
  }
}

.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;
  }
}