.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;
}
@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 .image {
  margin-top: 0.8rem;
  width: 11.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .prepend .image {
    width: 100%;
  }
}
.main .sec--01 .body {
  margin-top: 1.6rem;
}
.main .sec--02 .leaf {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 6.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .leaf {
    bottom: 5rem;
    width: 4rem;
  }
}
.main .sec--02 .prepend .catch {
  text-align: center;
}
.main .sec--02 .prepend .grid {
  width: 16.5rem;
  margin: 1rem auto 0;
  display: grid;
  grid-template-columns: 6.1rem auto;
  align-items: flex-start;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .grid {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0 0.6rem;
    box-sizing: border-box;
  }
}
.main .sec--02 .body {
  margin-top: 0.8rem;
}
.main .sec--02 .body .box {
  background: #ebebe5;
  display: grid;
  grid-template-columns: 3.2rem auto;
  gap: 0.4rem;
  padding: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .box {
    grid-template-columns: 1fr;
    padding: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .box .image {
    width: 3rem;
    margin: 0 auto;
  }
}
.main .sec--02 .body .box .image img {
  width: 100%;
}
.main .sec--02 .body .box .cont .ttl {
  font-size: 0.3rem;
  border-bottom: 1px solid #657f6b;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .box .cont .ttl {
    font-size: 0.32rem;
  }
}
.main .sec--02 .body .box .cont .prof {
  position: relative;
}
.main .sec--02 .body .box .cont .prof_company {
  padding-bottom: 0.15rem;
  font-size: 0.2rem;
  line-height: 1.6;
}
.main .sec--02 .body .box .cont .prof_title {
  padding-bottom: 0.05rem;
  font-size: 0.22rem;
  line-height: 1.6;
}
.main .sec--02 .body .box .cont .prof_name {
  padding-bottom: 0.2rem;
  font-size: 0.34rem;
  line-height: 1.6;
}
.main .sec--02 .body .box .cont .prof_name span {
  font-size: 0.6em;
}
.main .sec--02 .body .box .cont .prof_logo {
  position: absolute;
  inset: 0 0 auto auto;
  width: 2.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .box .cont .prof_logo {
    width: 2rem;
    margin: 0 auto;
  }
}
.main .sec--02 .body .box .cont .inner {
  grid-template-columns: auto 2.9rem;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .box .cont .inner {
    grid-template-columns: 1fr;
  }
}
.main .sec--02 .body .box .cont .inner .text {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .box .cont .inner .text {
    font-size: 0.24rem;
  }
}
.main .sec--03 {
  position: relative;
}
.main .sec--03 .leaf {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 7.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .leaf {
    width: 4.5rem;
  }
}
.main .sec--03 .prepend .catch {
  text-align: center;
}
.main .sec--03 .prepend .image {
  margin-top: 1rem;
}
.main .sec--03 .body {
  margin-top: 1rem;
}
.main .sec--03 .body .catch {
  text-align: center;
}
.main .sec--03 .body .catch .ttl {
  font-size: 0.3rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .body .catch .ttl {
    font-size: 0.38rem;
  }
}
.main .sec--03 .body .catch .text {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.main .sec--03 .body .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .body .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.main .sec--04 .grid {
  display: grid;
  grid-template-columns: 10.6rem auto;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .main .sec--04 .grid .order1 {
    order: 1;
  }
  .main .sec--04 .grid .order2 {
    order: 2;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--04 .grid {
    grid-template-columns: 1fr;
  }
}
.main .sec--04 .grid .catch {
  padding: 0 1.1rem 0 1.3rem;
  font-size: 0.23rem;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .grid .catch {
    font-size: 0.28rem;
    padding: 0 0.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--04 .grid .image {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=unique.css.map */