@charset "UTF-8";
/* google fonts */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&family=M+PLUS+1p&display=swap");
.spBlock {
  display: none;
}

.spNone {
  display: block;
}

@keyframes jsFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.jsFadeIn {
  opacity: 0;
}
.jsFadeIn.isEnable {
  animation: jsFadeIn 1s forwards;
}
.jsFadeIn.isEnable.delay1 {
  animation-delay: 0.3s;
}
.jsFadeIn.isEnable.delay2 {
  animation-delay: 0.6s;
}
.jsFadeIn.isEnable.delay3 {
  animation-delay: 0.9s;
}

.spMenu {
  display: none;
}

.contentWrapper {
  background: #D5E9A2;
  color: #000;
  font-family: "M PLUS 1", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.contentWrapper p {
  margin: 0;
  text-indent: 0;
}
.contentWrapper img {
  max-width: 100%;
}

.kv {
  position: relative;
  background: url(/img/ikuseimap/bg_kv_2.png), url(/img/ikuseimap/bg_kv_1.jpg);
  background-position: bottom center, top center;
  background-size: 100% auto, cover;
  background-repeat: no-repeat;
}
.kv__inner {
  width: calc(100% - 56px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 73px 0 62px;
}
.kv__inner h1 img {
  display: block;
  width: 100%;
  max-width: 842px;
  margin: 0 auto 28px;
}
.kv p {
  margin-bottom: 190px;
}
.kv p img {
  display: block;
  max-width: 668px;
  margin: 0 auto;
}
.kv__btn {
  max-width: 906px;
  margin: 0 auto;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.kv__btn a {
  display: block;
  padding: 30.5px 48px;
  color: #22AC38;
  font-size: 46px;
  font-weight: 900;
  text-decoration: none;
}
.kv__btn a img {
  max-width: 74px;
  margin-right: 16px;
}

.tie {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 34px 0 40px;
  background: #69A01C;
}
.tie p {
  color: #FFF;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 10%;
}
.tie img {
  max-height: 75px;
}

.content {
  margin-bottom: 90px;
}
.content__inner {
  width: calc(100% - 180px);
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 150px 72px;
  background: #FFF9D4;
}

.usage {
  display: flex;
  gap: 44px;
  margin-bottom: 86px;
  padding-top: 86px;
}
.usage__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 33%;
  padding: 36px 0;
  border-radius: 15px;
  background: #FFF;
}
.usage__box h3 {
  flex-grow: 1;
  margin: 0 0 15px;
  color: #69A01C;
  font-size: 47px;
  font-weight: 800;
}
.usage__box div {
  flex-grow: 1;
  margin-bottom: 12px;
}
.usage__box div img {
  display: block;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.usage__box p {
  padding: 0 10px;
  color: #4C4C4C;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.mapTitie {
  margin: 0 0 24px;
  background: #69A01C;
  border-radius: 44px;
  color: #FFF;
  font-size: 36px;
  font-weight: 800;
  line-height: 88px;
}
.mapTitie img {
  max-width: 52px;
  height: auto;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.mapImg {
  margin-bottom: 52px;
}

.mapSubTitle {
  margin-bottom: 22px;
  background: #69A01C;
  color: #FFF;
  font-family: "M PLUS 1 Code", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 15%;
}

.mapList {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.mapList ul {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.mapList ul:last-of-type {
  max-width: 42.5%;
}
.mapList ul li {
  display: flex;
  gap: 24px;
  margin-bottom: 14px;
}
.mapList ul li a {
  display: flex;
  gap: 24px;
  color: #000;
  text-decoration: none;
}
.mapList ul li p {
  font-size: 27px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0;
}
.mapList ul li .icon {
  display: flex;
  align-items: center;
  min-width: 54px;
}
.mapList ul li .icon img {
  display: block;
  max-width: 27px;
  margin: 0 auto;
}
.mapList ul li.hasLink .icon img {
  max-width: 54px;
}
.mapList ul li .txt {
  min-width: 108px;
}
.mapList ul li.hasLink p {
  color: #ED6D3A;
}

.about {
  display: flex;
  justify-content: space-between;
  background: url(/img/ikuseimap/bg_dot_2.png) center no-repeat;
  background-size: 3px 90%;
}
.about:first-of-type {
  padding-top: 17px;
}
.about:first-of-type .about__box {
  background: url(/img/ikuseimap/bg_dot_1.png) bottom center no-repeat;
  background-size: 95% 3px;
}
.about__box {
  position: relative;
  width: 100%;
  max-width: 47.5%;
  padding: 35px 0;
}
.about__box h3 {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-top: 0;
  margin-bottom: 36px;
  color: #69A01C;
  font-size: 36px;
  font-weight: 800;
  line-height: 55px;
  text-align: left;
  letter-spacing: 15%;
}
.about__box h3 img {
  max-width: 154px;
}
.about__box p {
  font-family: "M PLUS 1 Code", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 5%;
  text-align: center;
}
.about__box small {
  display: block;
  max-width: 85%;
  margin: 20px auto 0;
  padding-left: 1em;
  font-family: "M PLUS 1 Code", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.05rem;
  text-indent: -1em;
}

.desc {
  padding: 15px 0 44px;
  background: url(/img/ikuseimap/bg_foot.png) bottom center;
  background-size: auto 100%;
}
.desc__inner {
  width: calc(100% - 180px);
  max-width: 1400px;
  margin: 0 auto;
}
.desc__inner h3, .desc__inner p, .desc__inner a {
  color: #2D611A;
  text-align: center;
}
.desc__inner h3 {
  margin-bottom: 12px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
}
.desc__inner p {
  margin-bottom: 48px;
  font-size: 29px;
  font-weight: 400;
  line-height: 48px;
}
.desc__inner p span {
  font-weight: 700;
}
.desc__inner a {
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
}

@media screen and (max-width: 1400px) {
  .content__inner {
    width: calc(100% - 9.4vw);
    padding: 3.8vw;
  }
  .usage__box p {
    font-size: 2.1vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 992px) {
  .spBlock {
    display: block;
  }
  .spNone {
    display: none;
  }
  .kv {
    background: #C3EDFF;
    background-image: url(/img/ikuseimap/bg_kv_2_sp.png), url(/img/ikuseimap/bg_kv_1_sp.png);
    background-position: bottom 7vw center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .kv__inner {
    padding: 56px 0 46px;
  }
  .kv__inner h1 img {
    max-width: 73.7vw;
    margin: 0 auto 2.3vw;
  }
  .kv p {
    margin-bottom: 51.3vw;
  }
  .kv p img {
    max-width: 45.7vw;
  }
  .kv__btn {
    max-width: 67.1vw;
  }
  .kv__btn a {
    padding: 2.7vw 0 2.7vw 2.2vw;
    font-size: 3.8vw;
  }
  .kv__btn a img {
    max-width: 5.4vw;
    margin-right: 1.1vw;
  }
  .tie {
    gap: 2.7vw;
    padding: 2.2vw 9vw 3.5vw;
    background: #69A01C;
  }
  .tie p {
    font-size: 5.3vw;
  }
  .tie img {
    max-height: 8.3vw;
  }
  .content {
    margin-bottom: 14vw;
  }
  .content__inner {
    width: calc(100% - 20vw);
    max-width: 80vw;
    padding: 0 4.4vw 3vw;
  }
  .usage {
    margin-bottom: 9.5vw;
    padding-top: 4.4vw;
    flex-direction: column;
    gap: 5.2vw;
  }
  .usage__box {
    max-width: none;
  }
  .usage__box h3 {
    font-size: 5.22vw;
  }
  .usage__box div img {
    max-width: 44.5vw;
  }
  .usage__box p {
    font-size: 3.33vw;
    line-height: 3.9vw;
  }
  .mapTitie {
    border-radius: 4.9vw;
    font-size: 3.5vw !important;
    line-height: 9.8vw;
  }
  .mapTitie img {
    max-width: 5.7vw;
  }
  .mapImg {
    margin-bottom: 7.9vw;
  }
  .mapSubTitle {
    margin-bottom: 3vw;
    font-size: 2.9vw;
    line-height: 4.7vw;
  }
  .mapList {
    flex-direction: column;
    gap: 0;
  }
  .mapList ul:last-of-type {
    max-width: none;
  }
  .mapList ul li {
    gap: 2vw;
  }
  .mapList ul li a {
    gap: 2vw;
  }
  .mapList ul li p {
    font-size: 3vw;
    line-height: 6.2vw;
  }
  .mapList ul li .icon {
    min-width: 7.3vw;
  }
  .mapList ul li .icon img {
    max-width: 3.1vw;
  }
  .mapList ul li.hasLink .icon img {
    max-width: 7.3vw;
  }
  .mapList ul li .txt {
    min-width: 12.7vw;
  }
  .about {
    flex-direction: column;
    background: none;
  }
  .about:first-of-type {
    padding-top: 0;
  }
  .about:first-of-type .about__box {
    background: none;
  }
  .about__box {
    max-width: none;
    padding: 8vw 0;
  }
  .about__box:not(.noBorder):after {
    /* 線表示 */
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 8vw);
    height: 3px;
    background: url(/img/ikuseimap/bg_dot_1.png) bottom center no-repeat;
    background-size: 100%;
  }
  .about__box h3 {
    gap: 3.8vw;
    margin-bottom: 4.5vw;
    font-size: 4.4vw !important;
    line-height: 6.7vw;
  }
  .about__box h3 img {
    max-width: 22.7vw;
  }
  .about__box p {
    margin-bottom: 4.5vw;
    font-size: 3.1vw;
    line-height: 4.5vw;
  }
  .about__box small {
    max-width: fit-content;
    margin-top: 4.5vw;
    font-size: 2.2vw;
  }
  .desc {
    background: url(/img/ikuseimap/bg_foot_sp.png) top center no-repeat;
    background-size: cover;
  }
  .desc__inner {
    width: calc(100% - 20vw);
    max-width: 80vw;
  }
  .desc h3 {
    margin-bottom: 1.3vw;
    font-size: 4.9vw;
  }
  .desc p {
    margin-bottom: 5.3vw;
    font-size: 3.2vw;
    line-height: 5.3vw;
  }
  .desc a {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=extend.css.map */