@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-family: "Noto sans JP", serif !important;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 14px;
  word-wrap: break-word;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #1a1a1a;
  text-decoration: underline;
}
a:hover {
  opacity: 0.7;
  transition: 300ms;
}

h1 {
  font-size: 26px;
  font-weight: 900;
}

h2 {
  font-size: 26px;
  font-weight: 900;
}

h3 {
  font-weight: 900;
}

h4 {
  line-height: 150%;
}

p {
  line-height: 140%;
  line-height: 1.8;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 767px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width: 766px) {
  p {
    margin: 0;
  }
}

.text-bold {
  font-weight: 700;
}

dl dd {
  margin: 0;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.ds-flex {
  display: flex;
}

.f-bold {
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
.hidden {
  display: none;
}

#header {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
#header .logo {
  width: 200px;
}
@media screen and (max-width: 766px) {
  #header {
    padding: 5px 0;
  }
  #header .logo {
    width: 80px;
    margin: 0 auto;
  }
}

#mv {
  background-color: #fef2d6;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#mv .mv_img {
  padding: 70px 0 10px;
  background-image: url(../img/mv_bg2.png), url(../img/mv_bg3.png), url(../img/mv_bg_pc.svg);
  background-repeat: no-repeat;
  background-position: left top, right top, bottom -5% center;
  background-size: 333px, 333px, 100%;
  background-size: 20%, 20%, 100%;
}
@media screen and (min-width: 1920px) {
  #mv .mv_img {
    background-size: 333px, 333px, 100%;
  }
}
@media screen and (max-width: 766px) {
  #mv .mv_img {
    background-image: url(../img/mv_bg2.png), url(../img/mv_bg3.png), url(../img/mv_bg.svg);
    padding: 1rem 0 0.5rem;
    background-size: 20%, 20%, 100%;
    background-position: left top, right top, top 7rem center;
  }
}
#mv .mv_img .mv_img_inner {
  max-width: 1767px;
  width: 90%;
  margin: 0 auto;
}
#mv .mv_sub {
  background-color: #c6d5b6;
}
#mv .mv_sub .mv_sub_inner {
  max-width: 1450px;
  width: 94%;
  margin: 0 auto 6rem;
}
#mv .mv_sub .mv_sub_inner h2 {
  max-width: 485px;
  width: 40%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 766px) {
  #mv .mv_sub .mv_sub_inner {
    margin: 0 auto 1rem;
  }
  #mv .mv_sub .mv_sub_inner h2 {
    margin: 0 auto 0.1rem;
  }
}

.sec_cont {
  padding: 8rem 0;
}
@media screen and (max-width: 766px) {
  .sec_cont {
    padding: 2rem 0;
  }
}
.sec_cont h2 {
  margin: 0 auto 6rem;
  max-width: 1320px;
  width: 90%;
}
@media screen and (max-width: 766px) {
  .sec_cont h2 {
    margin: 0 auto 1.2rem;
  }
}
.sec_cont .sec_cont_inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 766px) {
  .sec_cont .sec_cont_inner {
    gap: 0.7rem;
  }
}
.sec_cont .sec_cont_inner .deco::before, .sec_cont .sec_cont_inner .deco::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_cont.sec1 {
  background: #fffcdb;
}
.sec_cont.sec1 .box1 {
  position: relative;
}
.sec_cont.sec1 .box1::after {
  z-index: 5;
  top: 0;
  right: 8%;
  width: 18%;
  aspect-ratio: 48/35;
  background-image: url(../img/sec1_box1_deco.png);
  background-size: 95%;
}
.sec_cont.sec1 .box1 a {
  position: absolute;
  transform: translateX(-50%);
  bottom: 10%;
  left: 50%;
  right: 0;
  width: 75%;
}
.sec_cont.sec1 .box2 {
  position: relative;
}
.sec_cont.sec1 .box2::after {
  z-index: 5;
  top: 0;
  right: 8%;
  width: 18%;
  aspect-ratio: 56/64;
  background-image: url(../img/sec1_box2_deco.png);
  background-size: 95%;
}
.sec_cont.sec1 .arrow {
  width: 20%;
  margin: 0 auto;
}
.sec_cont.sec2 {
  background: #fbf0d5;
}
.sec_cont.sec2 .sec_cont_inner {
  position: relative;
}
@media screen and (max-width: 766px) {
  .sec_cont.sec2 .sp.sec2-deco {
    width: 23%;
    display: block;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 767px) {
  .sec_cont.sec2 .sp.sec2-deco {
    position: absolute;
    right: 3%;
    top: -2%;
    width: 7%;
    display: block;
    margin: 0 auto 10px;
  }
}
.sec_cont.sec3 {
  background: #fffcdb;
}
.sec_cont.sec3 .sec3_footer {
  margin: 10rem auto 0rem;
  width: 90%;
  max-width: 1320px;
}
@media screen and (max-width: 766px) {
  .sec_cont.sec3 .sec3_footer {
    margin: 3rem auto 0rem;
  }
}

#footer .notice {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem 0;
}
#footer .notice h4 {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 766px) {
  #footer .notice h4 {
    font-size: 15px;
  }
}
#footer .notice .kome li {
  list-style: none;
  margin-bottom: 0;
  line-height: 120%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}
@media screen and (max-width: 766px) {
  #footer .notice .kome li {
    font-size: 13px;
  }
}
#footer .notice .kome li::before {
  content: "※";
}
#footer .container {
  background-color: #6bb353;
  padding: 2rem 0;
}
#footer .container .footer_box {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 766px) {
  #footer .container {
    padding: 2rem 0;
  }
  #footer .container .footer_box {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
  }
  #footer .container .footer_box .f_logo {
    width: 80%;
  }
}
@media screen and (min-width: 767px) {
  #footer .container {
    justify-content: space-between;
  }
  #footer .container .risuru {
    max-width: 930px;
    width: 100%;
    width: 68%;
  }
  #footer .container .risuru img {
    width: 100%;
  }
  #footer .container .f_logo {
    max-width: 250px;
    width: 100%;
    width: 19%;
  }
}/*# sourceMappingURL=index.css.map */