/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.mainvisual {
  position: relative;
  height: 80dvh;
}
.mainvisual .container {
  position: relative;
  height: 100%;
}
.mainvisual__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  bottom: 5%;
  left: 0;
}
.mainvisual h1 {
  font-size: 2.4rem;
  text-shadow: 0 0 10px #2A3654;
  color: #fff;
}
.mainvisual__catch {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(42, 54, 84, 0.5);
}
.mainvisual__catch img {
  max-width: 17.5rem;
}
.mainvisual__catch .txt {
  padding-bottom: 1rem;
}
.mainvisual__banner .banner-link {
  position: absolute;
  display: block;
  width: 34rem;
  border-radius: 1rem;
  border: 4px solid #fff;
  font-size: 1.8rem;
  overflow: hidden;
  right: 5%;
  bottom: 8%;
  color: #253F55;
  text-decoration: none;
  z-index: 2;
}
.mainvisual__banner .banner-link:after {
  position: absolute;
  content: "";
  background: url("../images/mainvisual-banner_img.webp") no-repeat;
  background-size: 100%;
  width: 11.8rem;
  height: 11.8rem;
  bottom: 0;
  left: 0;
}
.mainvisual__banner .banner-ttl {
  background: #FAD7D1;
  font-size: 1.6rem;
  padding: 1rem 0.5rem 1rem 12rem;
}
.mainvisual__banner .banner-ttl span {
  font-size: 2.1rem;
}
.mainvisual__banner .banner-body {
  position: relative;
  background: #fff;
  padding: 0.5rem 5rem 0.5rem 12rem;
}
.mainvisual__banner .banner-body:after {
  position: absolute;
  content: "";
  background: url("../images/icon-link.webp") no-repeat;
  background-size: 100%;
  width: 2.7rem;
  height: 2.7rem;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    background: url("../images/sp_mainvisual-bg.webp") no-repeat top center/cover;
    max-height: 43rem;
    margin-bottom: 16rem;
  }
  .mainvisual__inner {
    left: 1.2rem;
    flex-wrap: wrap;
    align-content: flex-end;
    gap: 1.5rem;
  }
  .mainvisual__catch {
    gap: 1rem;
  }
  .mainvisual__catch img {
    max-width: 10rem;
  }
  .mainvisual__banner .banner-link {
    bottom: -16rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    background: url("../images/mainvisual-bg.webp") no-repeat top center/cover;
  }
  .mainvisual h1 {
    font-size: 4.8rem;
  }
  .mainvisual__inner {
    bottom: 10%;
    left: -10rem;
  }
  .mainvisual__catch {
    gap: 2rem;
  }
  .mainvisual__banner .banner-link:hover {
    border-color: var(--green);
  }
}

/*====================================================================================
2. START MAIN TOP
====================================================================================*/
.sec-01 {
  position: relative;
  padding: 4rem 0 7rem;
  background: url("../images/s1-bg.webp") no-repeat bottom right 5%;
  background-size: 30%;
}
@media only screen and (min-width: 768px) {
  .sec-01 {
    background: url("../images/s1-bg.webp") no-repeat bottom right 24%;
    background-size: 17%;
    padding: 9rem 0 14rem;
  }
  .sec-01 .container:after {
    bottom: -15rem;
  }
}

.list-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.list-banner__banner {
  width: 100%;
  border-radius: 1rem;
}
.list-banner__img {
  width: 100%;
}
.list-banner__img img {
  width: 100%;
}
.list-banner__txt {
  position: relative;
  background: var(--light_yellow);
  padding: 0 1.2rem 0;
  z-index: 3;
}
.list-banner__txt:after {
  position: absolute;
  content: "";
  background: var(--light_yellow);
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.list-banner__icon {
  text-align: center;
  transform: translateY(-2rem);
}
.list-banner__icon img {
  transform: scale(0.5);
}
.list-banner__ttl {
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .list-banner__ttl, .list-banner .cm-btn {
    transform: translateY(-2rem);
  }
}
@media only screen and (min-width: 768px) {
  .list-banner__banner {
    width: calc((100% - 6rem) / 3);
  }
  .list-banner__txt {
    padding: 0 3rem 3rem;
  }
  .list-banner__txt:after {
    width: 20rem;
    height: 20rem;
    top: -3.5rem;
  }
  .list-banner__icon {
    transform: translateY(-1rem);
  }
  .list-banner__ttl {
    font-size: 2rem;
  }
}

/*---------- START s-banner ----------*/
.s-banner {
  position: relative;
  padding: 4rem 0 7rem;
  background: url("../images/s4-bg.webp") no-repeat bottom right, #F6F2E4;
  background-size: 100%;
}
.s-banner__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.s-banner__item {
  width: 100%;
  max-width: 34rem;
  margin: auto;
}
.s-banner__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 11rem;
  border-radius: 1rem;
  padding: 2rem;
}
.s-banner__link:after {
  position: absolute;
  content: "";
  background: url("../images/icon-link2.webp") no-repeat;
  background-size: 100%;
  width: 1.55rem;
  height: 1.5rem;
  bottom: 1rem;
  right: 1rem;
}
@media only screen and (max-width: 1600px) and (min-width: 768px) {
  .s-banner {
    background: url("../images/s4-bg.webp") no-repeat bottom 8% right 28%, #F6F2E4;
    background-size: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .s-banner {
    background: url("../images/s4-bg.webp") no-repeat bottom right 28%, #F6F2E4;
    background-size: 38%;
    padding: 9rem 0 14rem;
  }
  .s-banner__list {
    gap: 3rem;
  }
  .s-banner__item {
    width: calc((100% - 6rem) / 3);
  }
  .s-banner__link:hover {
    background: var(--green);
  }
}