@charset "UTF-8";
.main .sec--03 .inner.--03 .banner .inner a, .main .sec--02 .btn_area .btn--link a {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

@media screen and (hover: hover) and (pointer: fine) {
  .main .sec--03 .inner.--03 .banner .inner a, .main .sec--02 .btn_area .btn--link a {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .main .sec--03 .inner.--03 .banner .inner a, .main .sec--02 .btn_area .btn--link a {
      transition-property: filter;
    }
  }
  .main .sec--03 .inner.--03 .banner .inner a:hover, .main .sec--02 .btn_area .btn--link a:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .main .sec--03 .inner.--03 .banner .inner a:hover, .main .sec--02 .btn_area .btn--link a:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

.gHeader {
  position: fixed;
}

.main .wrap {
  max-width: 11.5rem;
}
.main .hero {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .hero {
    margin-top: 1rem;
  }
}
.main .hero .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.main .hero .ttl .en {
  font-size: 0.6rem;
  display: block;
}
.main .sec {
  padding-top: 0.8rem;
  position: relative;
}
.main .sec .catch .en_ttl {
  /*color: $colorS;*/
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .en_ttl {
    font-size: 0.42rem;
  }
}
.main .sec .catch .main_ttl {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .main_ttl {
    font-size: 0.42rem;
  }
}
.main .sec .catch .main_ttl .num {
  font-size: 0.36rem;
  line-height: 1;
  padding-inline: 0.03rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .main_ttl .num {
    font-size: 0.5rem;
  }
}
.main .sec .catch .text {
  font-size: 0.22rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .text {
    font-size: 0.3rem;
  }
}
.main .sec--01 {
  overflow: hidden;
}
.main .sec--01 .leaf {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .leaf {
    width: 6rem;
  }
}
.main .sec--01 .prepend .catch {
  text-align: center;
}
.main .sec--01 .prepend .catch .text {
  margin-top: 0.6rem;
}
.main .sec--01 .prepend .catch .text p {
  line-height: 2.5;
}
.main .sec--01 .prepend .catch .text p + p {
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .prepend .catch .text p + p {
    margin-top: 0.3rem;
  }
}
.main .sec--01 .prepend .logo {
  width: 2.45rem;
  margin: 0.8rem auto 0;
}
.main .sec--02 {
  background: #ebebe5;
  margin-top: 1.4rem;
  padding: 1.4rem 0;
}
.main .sec--02 .catch .logo {
  width: 1.8rem;
  margin: 0 auto;
}
.main .sec--02 .catch .main_ttl {
  margin-top: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .catch .main_ttl {
    font-size: 0.3rem;
  }
}
.main .sec--02 .list {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list {
    grid-template-columns: 1fr;
  }
}
.main .sec--02 .list li {
  text-align: center;
}
.main .sec--02 .list .ttl {
  margin-top: 0.3rem;
  font-weight: 400;
  font-size: 0.23rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .list .ttl {
    font-size: 0.28rem;
  }
}
.main .sec--02 .btn_area {
  margin-top: 0.8rem;
}
.main .sec--02 .btn_area .text {
  text-align: center;
}
.main .sec--02 .btn_area .btn--link a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 4rem;
  height: 0.8rem;
  margin: 0.5rem auto 0;
  padding: 0 0 0 0.5rem;
  background: #348455 url(../../assets/imgs/ico-link.png) 0.6rem 50%/0.23rem auto no-repeat;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .btn_area .btn--link a {
    font-size: 0.28rem;
    height: 1rem;
    width: 4.5rem;
  }
}
.main .sec--03 .leaf {
  position: absolute;
  z-index: -1;
}
.main .sec--03 .leaf.--01 {
  top: 0;
  left: 0;
  width: 7.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .leaf.--01 {
    width: 4.5rem;
  }
}
.main .sec--03 .leaf.--02 {
  top: 22rem;
  right: 0;
  width: 7.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .leaf.--02 {
    top: 41rem;
    width: 4rem;
  }
}
.main .sec--03 .inner.--01 .catch {
  text-align: center;
}
.main .sec--03 .inner.--01 .logo {
  width: 3.7rem;
  margin: 0.7rem auto 0;
}
.main .sec--03 .inner.--01 .list {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--01 .list {
    grid-template-columns: 1fr;
  }
}
.main .sec--03 .inner.--01 .list .ttl {
  font-weight: 400;
  font-size: 0.24rem;
  margin-top: 0.3rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--01 .list .ttl {
    font-size: 0.28rem;
  }
}
.main .sec--03 .inner.--01 .list .text {
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--01 .list .text {
    font-size: 0.24rem;
  }
}
.main .sec--03 .inner.--01 .image.--01 {
  margin-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--01 .image.--01 {
    width: calc(100% + 1.2rem);
    margin-left: -0.6rem;
  }
}
.main .sec--03 .inner.--02 {
  margin-top: 1.4rem;
}
.main .sec--03 .inner.--02 .logo {
  width: 4rem;
  margin: 0 auto;
}
.main .sec--03 .inner.--02 .catch {
  text-align: center;
}
.main .sec--03 .inner.--02 .catch .text {
  margin-top: 0.5rem;
}
.main .sec--03 .inner.--02 .catch .text p + p {
  margin-top: 0.3rem;
}
.main .sec--03 .inner.--02 .catch .image {
  width: 8.6rem;
  margin: 0.8rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--02 .catch .image {
    width: 100%;
  }
}
.main .sec--03 .inner.--02 .brand {
  margin-top: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--02 .brand {
    margin-top: 1rem;
  }
}
.main .sec--03 .inner.--02 .brand .image {
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: auto;
}
.main .sec--03 .inner.--02 .brand .image.--01 {
  width: 9.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--02 .brand .image.--01 {
    width: 100%;
  }
}
.main .sec--03 .inner.--02 .brand .image.--02 {
  width: 7.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--02 .brand .image.--02 {
    width: 100%;
  }
}
.main .sec--03 .inner.--02 .brand .ttl_cl {
  margin-top: 1rem;
}
.main .sec--03 .inner.--02 .achievements {
  margin-top: 1.2rem;
}
.main .sec--03 .inner.--02 .achievements .ttl {
  font-size: 0.28rem;
  color: #657f6b;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--02 .achievements .ttl {
    font-size: 0.32rem;
  }
}
.main .sec--03 .inner.--02 .achievements .ttl:before, .main .sec--03 .inner.--02 .achievements .ttl:after {
  content: "";
  height: 1px;
  background-color: #657f6b;
  flex-grow: 1;
}
.main .sec--03 .inner.--02 .achievements .image {
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--02 .achievements .image {
    width: calc(100% + 1.2rem);
    margin-left: -0.6rem;
  }
}
.main .sec--03 .inner.--03 {
  margin-top: 1.4rem;
}
.main .sec--03 .inner.--03 .prepend .houses {
  text-align: center;
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--03 .prepend .houses {
    font-size: 0.28rem;
  }
}
.main .sec--03 .inner.--03 .prepend .houses .--02 {
  font-size: 0.5rem;
}
.main .sec--03 .inner.--03 .prepend .houses .--02 span {
  font-size: 1.1rem;
  line-height: 1.5;
}
.main .sec--03 .inner.--03 .prepend .houses .--03 {
  font-size: 0.38rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--03 .prepend .houses .--03 {
    font-size: 0.34rem;
  }
}
.main .sec--03 .inner.--03 .body {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: 4rem 5.6rem;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--03 .body {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.main .sec--03 .inner.--03 .body .badge .image {
  padding: 0 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--03 .body .badge .image {
    padding: 0;
    width: 4.5rem;
    margin: 0 auto;
  }
}
.main .sec--03 .inner.--03 .body .badge .text {
  text-align: center;
  font-size: 0.22rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--03 .body .badge .text {
    font-size: 0.28rem;
  }
}
.main .sec--03 .inner.--03 .body .graph .cap {
  margin-top: 0.3rem;
  line-height: 1.5;
  font-size: 0.16rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--03 .body .graph .cap {
    font-size: 0.2rem;
  }
}
.main .sec--03 .inner.--03 .banner {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
}
.main .sec--03 .inner.--03 .banner .inner {
  width: 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .inner.--03 .banner .inner {
    width: 100%;
  }
}
.main .fNote {
  position: relative;
}
.main .fNote .leaf {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 8.2rem;
}
@media screen and (max-width: 750px) {
  .main .fNote .leaf {
    width: 4.5rem;
  }
}/*# sourceMappingURL=unique.css.map */