@charset "UTF-8";
/*$minFont　最小のフォントサイズを引数として受け取る（単位なし）*/
/* ================================================= 
 header setting
================================================= */
header {
  width: 100%;
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.4s;
  background-color: white;
}
header img {
  width: 100%;
  height: auto;
}
header a {
  color: #333;
}
header #header-inner {
  max-width: 1140px;
  width: 94%;
  margin: auto;
  display: flex;
  flex-flow: wrap;
}
header #header-inner #h_logo {
  line-height: 1;
  margin: 0;
}
header #header-inner #h_logo a {
  width: 206px;
  display: inline-block;
}
@media screen and (max-width: 819px) {
  header {
    padding: 12px 0;
  }
  header #header-inner #h_logo a {
    width: 160px;
  }
  header #header-inner #header-right {
    display: none;
  }
}

/* ================================================= 
 hero setting
================================================= */
#hero-wrap {
  background: url(../images/hero_bg_v2.webp) no-repeat center bottom;
  background-size: cover;
}
#hero-wrap .hero-inner {
  padding: 80px 0 250px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #hero-wrap {
    background-position: center bottom;
  }
  #hero-wrap .hero-inner {
    width: 90%;
    margin: auto;
    padding: 2em 0;
  }
}

/* ================================================= 
 contents setting
================================================= */
.cta ._type02 {
  margin-bottom: 2em;
}
.cta .c-title-md {
  margin-top: 2em;
}
.cta .c-img-wrap {
  margin: 1.5em 0;
}

#intoro .bd-box {
  margin-top: -250px;
  border: 5px solid #BA9F26;
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #FEFFF0;
  text-align: center;
}
#intoro .bd-box .c-title-ld {
  font-weight: 500;
  margin-bottom: 0.25em;
}
#intoro .bd-box .c-title-md {
  margin-top: 0.5em;
}
@media screen and (max-width: 819px) {
  #intoro .bd-box {
    margin-top: 0;
  }
  #intoro .bd-box p.c-red {
    margin-top: 0.5em;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

#opening {
  padding-bottom: 4em;
}
#opening .title-blc {
  display: flex;
  background-color: #89C22B;
  color: white;
  margin-top: 4em;
  justify-content: center;
  align-items: center;
}
#opening .title-blc img {
  max-width: 100%;
}
#opening .attention {
  margin: 35px 0;
  border: 5px solid #89C22B;
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #FEFFF0;
}
#opening .attention .title {
  display: flex;
  max-width: 100%;
}
#opening .attention .title img {
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: block;
  padding: 5px;
}
#opening .attention .title h2 {
  margin-bottom: 0.25em;
}
#opening .attention ul {
  padding-left: 2em;
}
#opening .attention span a:hover {
  color: #ff9199;
}
#opening .inner {
  padding-right: 3%;
}
#opening .inner h2 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
#opening .inner .c-title-ld {
  line-height: 1.2;
}
#opening .inner .c-title-ld .c-red {
  font-size: 1.75em;
  margin-right: 5px;
}
#opening .Column--4 {
  margin-top: 2em;
}
@media screen and (max-width: 819px) {
  #opening ._smimg {
    max-width: 140px;
  }
  #opening .inner {
    padding-right: 0;
    text-align: center;
  }
  #opening .inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.25em;
  }
  #opening .inner .c-title-ld {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#flow {
  padding-bottom: 4em;
}
#flow .title-blc {
  padding: 1rem 0;
  background-color: #89C22B;
  color: white;
  text-align: center;
}
#flow .c-title-md {
  margin: 2em auto 1em;
  text-align: center;
}
#flow .Row {
  position: relative;
  padding-bottom: 2em;
}
#flow .Row .Column--4 {
  max-width: 350px;
}
#flow .Row::before {
  content: "プラス";
  padding: 0.25em 2rem;
  background-color: #89C22B;
  color: white;
  font-size: 1.15em;
  font-weight: 700;
  border-radius: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 90px;
  z-index: 2;
}
#flow .grid {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
}
#flow .grid-arw {
  position: relative;
}
#flow .grid-arw:before {
  content: "";
  background-color: #676767;
  height: 30px;
  width: 15px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 130px;
}
#flow .attention {
  background-color: #FEEFE6;
  border-radius: 20px;
  margin-top: 2em;
  padding: 2em 1em;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 819px) {
  #flow .c-title-md {
    margin: 1em auto 0;
  }
  #flow .Row {
    position: relative;
    padding-bottom: 2em;
  }
  #flow .Row::before {
    display: none;
  }
  #flow .grid {
    display: grid;
    grid-template-rows: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  #flow .grid-arw {
    position: relative;
  }
  #flow .grid-arw:before {
    height: 15px;
    width: 30px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: 15px;
  }
  #flow .attention {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#overview .l-container._sm {
  margin-bottom: 4em;
}
#overview .l-container .current {
  text-align: right;
  margin-top: 1em;
}



/* =================================================
 floating setting
================================================= */
.floating {
  display: none;
}
@media screen and (max-width: 819px) {
  .floating {
    width: 100%;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* ================================================= 
 pagetop setting
================================================= */
.pagetop {
  width: 80px;
  position: fixed;
  right: 4%;
  bottom: 5%;
  z-index: 2;
  opacity: 0;
  z-index: 100;
  transition: all 0.4s;
}
.pagetop._fold {
  opacity: 1;
}
.pagetop a {
  display: block;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 819px) {
  .pagetop {
    width: 50px;
    position: fixed;
    right: 4%;
    bottom: 80px;
    z-index: 2;
    opacity: 0;
    z-index: 100;
    transition: all 0.4s;
  }
  .pagetop._fold {
    opacity: 1;
  }
  .pagetop a {
    display: block;
    height: 50px;
    line-height: 50px;
  }
  .pagetop a img {
    width: 100%;
    height: auto;
  }
}

/* ================================================= 
 footer setting
================================================= */
footer {
  padding: 1em 0;
  background-color: #707070;
}
footer #copyright {
  font-size: 14px;
  font-size: 1.4rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 819px) {
  footer {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=style.css.map */