.main .hero {
  position: relative;
}
.main .hero .image img {
  width: 100%;
  height: 12.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main .hero .image img {
    height: calc(100vh - 1.4rem);
    height: calc(100dvh - 1.4rem);
  }
}
.main .hero .text {
  width: 24rem;
  position: absolute;
  top: 4.4rem;
  left: calc(50% - 12rem);
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 0.96rem rgba(179, 191, 198, 0.69);
}
@media screen and (max-width: 750px) {
  .main .hero .text {
    box-sizing: border-box;
    width: 100vw;
    padding: 0 0.4rem;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.main .hero .text .ja {
  line-height: 1.4545454545;
  font-size: 1.1rem;
  letter-spacing: 0.021em;
}
.main .hero .text .ja::before, .main .hero .text .ja::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .hero .text .ja::before {
  margin-bottom: -0.2272727273em;
}
.main .hero .text .ja::after {
  margin-top: -0.2272727273em;
}
@media screen and (max-width: 750px) {
  .main .hero .text .ja {
    font-size: 0.7rem;
  }
}
.main .hero .text .en {
  margin: 0.76rem 0 0;
  font-family: "Lato", sans-serif;
  font-size: 0.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .hero .text .en {
    margin: 0.64rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  .main .hero .text .line--pc {
    display: inline-block;
    position: relative;
    color: transparent;
  }
  .main .hero .text .line--pc::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .text .line--sp {
    display: inline-block;
    position: relative;
    color: transparent;
  }
  .main .hero .text .line--sp::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left;
  }
}
@media screen and (min-width: 751px) {
  body.loadingEnd.imageLoadingEnd .main .hero .text .line--pc {
    color: #fff;
    transition: color 0.1s 0.75s;
  }
  body.loadingEnd.imageLoadingEnd .main .hero .text .line--pc::after {
    -webkit-animation: showLine 0.8s 0.4s;
            animation: showLine 0.8s 0.4s;
  }
}
@media screen and (max-width: 750px) {
  body.loadingEnd.imageLoadingEnd .main .hero .text .line--sp {
    color: #fff;
    transition: color 0.1s 0.75s;
  }
  body.loadingEnd.imageLoadingEnd .main .hero .text .line--sp::after {
    -webkit-animation: showLine 0.8s 0.4s;
            animation: showLine 0.8s 0.4s;
  }
}
@media screen and (min-width: 751px) {
  body.loadingEnd.imageLoadingEnd .main .hero .text .ja .line--pc:nth-of-type(2) {
    transition-delay: 1.15s;
  }
  body.loadingEnd.imageLoadingEnd .main .hero .text .ja .line--pc:nth-of-type(2)::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
@media screen and (max-width: 750px) {
  body.loadingEnd.imageLoadingEnd .main .hero .text .ja .line--pc .line--sp:nth-of-type(2) {
    transition-delay: 1.15s;
  }
  body.loadingEnd.imageLoadingEnd .main .hero .text .ja .line--pc .line--sp:nth-of-type(2)::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
@media screen and (max-width: 750px) {
  body.loadingEnd.imageLoadingEnd .main .hero .text .ja .line--pc.line--sp {
    transition-delay: 1.55s;
  }
  body.loadingEnd.imageLoadingEnd .main .hero .text .ja .line--pc.line--sp::after {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}
@media screen and (min-width: 751px) {
  body.loadingEnd.imageLoadingEnd .main .hero .text .en .line--pc {
    transition-delay: 1.55s;
  }
  body.loadingEnd.imageLoadingEnd .main .hero .text .en .line--pc::after {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
}
@media screen and (max-width: 750px) {
  body.loadingEnd.imageLoadingEnd .main .hero .text .en .line--sp {
    transition-delay: 1.95s;
  }
  body.loadingEnd.imageLoadingEnd .main .hero .text .en .line--sp::after {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
}
@-webkit-keyframes showLine {
  0% {
    transform: scale(0, 1);
    transform-origin: left;
  }
  37.5% {
    transform: scale(1, 1);
    transform-origin: left;
  }
  62.5% {
    transform: scale(1, 1);
    transform-origin: right;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right;
  }
}
@keyframes showLine {
  0% {
    transform: scale(0, 1);
    transform-origin: left;
  }
  37.5% {
    transform: scale(1, 1);
    transform-origin: left;
  }
  62.5% {
    transform: scale(1, 1);
    transform-origin: right;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: right;
  }
}
.main .hero .scrollAssist {
  width: 1.8rem;
  position: absolute;
  bottom: 0;
  left: 0.64rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
.main .hero .scrollAssist::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0.8rem;
  -webkit-animation: scrollAssist 2s infinite alternate;
          animation: scrollAssist 2s infinite alternate;
}
@-webkit-keyframes scrollAssist {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-0.4rem, 0, 0);
  }
}
@keyframes scrollAssist {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-0.4rem, 0, 0);
  }
}
.main .hero .scrollAssist::after {
  content: "scroll";
}
.main section .inner {
  padding: 0 2rem;
}
@media screen and (max-width: 750px) {
  .main section .inner {
    padding: 0;
  }
}
.main .mission {
  margin: 3rem 0 0;
  padding: 0 0 1.8rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .mission {
    margin: 1.6rem 0 0;
    padding: 0 0 1.6rem;
  }
}
.main .mission::before {
  content: "";
  display: block;
  width: 100%;
  height: 11.06rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../imgs/bg01.jpg) 50% 50%/cover no-repeat;
}
.main .mission .lead {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .main .mission .lead {
    display: block;
  }
}
.main .mission .lead .ttl {
  width: 7.76rem;
}
@media screen and (max-width: 750px) {
  .main .mission .lead .ttl {
    width: auto;
  }
}
.main .mission .lead .text {
  line-height: 2.3529411765;
  flex-grow: 1;
  font-weight: 700;
  letter-spacing: 0.021em;
  font-size: 1.3em;
}
.main .mission .lead .text::before, .main .mission .lead .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .mission .lead .text::before {
  margin-bottom: -0.6764705882em;
}
.main .mission .lead .text::after {
  margin-top: -0.6764705882em;
}
@media screen and (max-width: 750px) {
  .main .mission .lead .text {
    padding: 0.52rem 0 0;
  }
}
.main .mission .lead .text strong {
  display: inline-block;
  margin: 0 0.14rem 0 0;
  padding: 0 0.2rem;
  background: #ec9019;
  color: #fff;
  line-height: 0.6rem;
}
.main .mission .block {
  margin: 2.6rem 0 0;
  padding: 0 0 1.2rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .mission .block {
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .mission .block .figure {
    width: calc(100% - 0.4rem);
    margin: 0 auto;
  }
}
.main .mission .block .figure figcaption {
  line-height: 1;
  text-align: center;
}
.main .mission .block .figure figcaption .en {
  display: block;
  color: #ec9019;
  font-family: "Lato", sans-serif;
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.main .mission .block .figure figcaption .ja {
  display: block;
  margin: 0.34rem 0 0;
  font-size: 0.4rem;
  font-weight: 700;
  letter-spacing: 0.021em;
}
@media screen and (max-width: 750px) {
  .main .mission .block .figure figcaption .ja {
    line-height: 1.4;
    margin: 0.2rem 0 0;
  }
  .main .mission .block .figure figcaption .ja::before, .main .mission .block .figure figcaption .ja::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .mission .block .figure figcaption .ja::before {
    margin-bottom: -0.2em;
  }
  .main .mission .block .figure figcaption .ja::after {
    margin-top: -0.2em;
  }
}
.main .mission .block .figure img {
  width: 17.14rem;
  margin: 1rem 0 0 1.9rem;
}
@media screen and (max-width: 750px) {
  .main .mission .block .figure img {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
.main .mission .block .btn {
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .main .mission .block .btn {
    width: auto;
    margin: 0.8rem 0.4rem 0;
  }
}
.main .business {
  margin: 3rem 0 0;
  padding: 0 0 3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .business {
    margin: 1.6rem 0 0;
    padding: 0 0 1.6rem;
  }
}
.main .business .lead {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .main .business .lead {
    display: block;
  }
}
.main .business .lead .ttl {
  width: 7.76rem;
}
@media screen and (max-width: 750px) {
  .main .business .lead .ttl {
    width: auto;
  }
}
.main .business .lead .text {
  flex-grow: 1;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .business .lead .text {
    margin: 0.52rem 0 0;
  }
}
.main .business .lead .text .catch {
  color: #ec9019;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .main .business .lead .text .catch {
    background: url(../imgs/bg02.jpg) -0.05rem -1.12rem/12.35rem auto no-repeat;
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
  }
}
.main .business .lead .text .catch .en {
  margin: -0.2em 0;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
}
@media screen and (max-width: 750px) {
  .main .business .lead .text .catch .en {
    font-size: 0.65rem;
  }
}
.main .business .lead .text .catch .ja {
  margin: 0.4rem 0 0;
  font-size: 0.35rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .business .lead .text .catch .ja {
    line-height: 1.2;
    font-size: inherit;
  }
  .main .business .lead .text .catch .ja::before, .main .business .lead .text .catch .ja::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  .main .business .lead .text .catch .ja::before {
    margin-bottom: -0.1em;
  }
  .main .business .lead .text .catch .ja::after {
    margin-top: -0.1em;
  }
}
.main .business .lead .text p {
  line-height: 1.75;
  padding: 0.6rem 0 0;
  font-size: 0.3rem;
  letter-spacing: 0.021em;
}
.main .business .lead .text p::before, .main .business .lead .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .business .lead .text p::before {
  margin-bottom: -0.375em;
}
.main .business .lead .text p::after {
  margin-top: -0.375em;
}
.main .business .block {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .business .block {
    display: block;
    margin: 0.8rem 0 0;
  }
}
.main .business .block .link {
  display: block;
  width: 9.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .business .block .link {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
.main .business .block .link .text {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 0.78rem;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .main .business .block .link .text {
    padding: 0.4rem 0 1rem 0.4rem;
  }
}
.main .business .block .link .text .label .en {
  margin: -0.1em 0;
  color: #ffcf90;
  font-family: "Lato", sans-serif;
  font-size: 0.28rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.main .business .block .link .text .ja {
  line-height: 1.3541666667;
  padding: 0.28rem 0 0;
  color: #fff;
  letter-spacing: 0.0231em;
}
.main .business .block .link .text .ja::before, .main .business .block .link .text .ja::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .business .block .link .text .ja::before {
  margin-bottom: -0.1770833333em;
}
.main .business .block .link .text .ja::after {
  margin-top: -0.1770833333em;
}
.main .business .block .link .copy {
  line-height: 1.6666666667;
  margin: 0.6rem 0 0;
  height: 1.55rem;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.021em;
}
.main .business .block .link .copy::before, .main .business .block .link .copy::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .business .block .link .copy::before {
  margin-bottom: -0.3333333333em;
}
.main .business .block .link .copy::after {
  margin-top: -0.3333333333em;
}
@media screen and (max-width: 750px) {
  .main .business .block .link .copy {
    margin: 0.48rem 0 0;
    height: auto;
  }
}
.main .business .block .link::before, .main .business .block .link::after {
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  bottom: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .business .block .link::before, .main .business .block .link::after {
    bottom: 0.4rem;
  }
}
.main .business .block .link::before {
  width: 1rem;
  right: 0.4rem;
  background: rgba(236, 145, 26, 0.5);
  border-radius: 50%;
  transition: transform 0.4s;
}
.main .business .block .link::after {
  width: 0.9rem;
  right: 0.85rem;
  background: url(../assets/imgs/arrow02.svg) 0 50%/100% auto no-repeat;
}
@media screen and (hover: hover) {
  .main .business .block .link:hover::before {
    transform: scale(0.6);
  }
}
/*# sourceMappingURL=unique.css.map */