.gHeader {
  position: fixed;
}

.main .wrap {
  max-width: 11.5rem;
  margin-inline: auto;
}
.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%;
  -webkit-transform: translate(-50%, -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: 1rem 0;
  position: relative;
}
.main .sec .leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .main .sec .leaf {
    width: 5rem;
  }
}
.main .sec .image img {
  width: 100%;
}
.main .sec .image figcaption {
  font-size: 0.1rem;
}
.main .sec .anchor_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec .anchor_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main .sec .anchor_list a {
  display: block;
  background: #f7f7f5;
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.18rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec .anchor_list a {
    font-size: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
    padding: 0;
    height: 1rem;
  }
}
.main .sec .anchor_list a .arrow {
  position: absolute;
  top: 0.22rem;
  right: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec .anchor_list a .arrow {
    top: 0.45rem;
  }
}
.main .sec .anchor_list a .arrow:before, .main .sec .anchor_list a .arrow:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0.08rem;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% calc(100% - 0px);
          transform-origin: 50% calc(100% - 0px);
}
@media screen and (max-width: 750px) {
  .main .sec .anchor_list a .arrow:before, .main .sec .anchor_list a .arrow:after {
    height: 0.1rem;
  }
}
.main .sec .anchor_list a .arrow:before {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.main .sec .anchor_list a .arrow:after {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.main .sec .anchor_list a.active {
  background: #657f6b;
  color: #fff;
}
.main .sec .anchor_list a.active .arrow:before, .main .sec .anchor_list a.active .arrow:after {
  background-color: #fff;
}
.main .sec .anchor_list a:hover {
  background: #657f6b;
  color: #fff;
}
.main .sec .anchor_list a:hover .arrow:before, .main .sec .anchor_list a:hover .arrow:after {
  background-color: #fff;
}
.main .sec .catch {
  margin: 0.8rem auto 0.5rem;
  text-align: center;
}
.main .sec .catch .jp_ttl {
  color: #657f6b;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .jp_ttl {
    font-size: 0.24rem;
  }
}
.main .sec .catch .en_ttl {
  color: #657f6b;
  font-size: 0.38rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main .sec .catch .en_ttl {
    font-size: 0.44rem;
  }
}
.main .sec .catch p {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .main .sec .catch p {
    font-size: 0.3rem;
  }
}
.main .sec .list {
  margin: 0.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .main .sec .list {
    width: calc(100% - 1.2rem);
    gap: 0.3rem 0.2rem;
  }
}
.main .sec .list--02 {
  width: 6rem;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .sec .list--02 {
    width: calc(100% - 1.2rem);
  }
}
.main .sec .list--02a {
  width: 9rem;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .main .sec .list--02a {
    width: calc(100% - 1.2rem);
  }
}
.main .sec .list--02b {
  grid-template-columns: 7.94rem 1fr;
}
@media screen and (max-width: 750px) {
  .main .sec .list--02b {
    grid-template-columns: 1fr;
  }
}
.main .sec .list--03 li:first-child {
  grid-column: span 2;
  grid-row: span 4;
}
.main .sec .list li .content dt {
  margin-top: 0.14rem;
  color: #657f6b;
  font-size: 0.17rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main .sec .list li .content dt {
    font-size: 0.26rem;
  }
}
.main .sec .list li .content dd {
  margin-top: 0.1rem;
  color: #4c4948;
  font-size: 0.15rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .main .sec .list li .content dd {
    font-size: 0.24rem;
  }
}
.main .sec .list li .content dd small {
  display: block;
  margin-top: 0.08rem;
  font-size: 80%;
}
.main .sec--02,
.main .sec--04 {
  background-color: #ebebe5;
}
.main .sec--08 {
  padding: 1rem 0 0;
}
.main .sec--08 .content dt {
  margin-top: 0.14rem;
  color: #657f6b;
  font-size: 0.17rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .main .sec--08 .content dt {
    font-size: 0.26rem;
  }
}
.main .sec--08 .content dd {
  margin-top: 0.1rem;
  color: #4c4948;
  font-size: 0.15rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .main .sec--08 .content dd {
    font-size: 0.24rem;
  }
}