.loading {
  position: fixed;
  overflow: hidden;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.loading__logo {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -moz-text-align-last: center;
       text-align-last: center;
}
.loading__logo--img {
  width: 100px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.loading__logo--img img {
  -webkit-animation: rotateLogo 4s linear infinite;
          animation: rotateLogo 4s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes rotateLogo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateLogo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading__logo--text {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.loading__morphing {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__morphing--inside {
  z-index: 10;
}
.loading__morphing--inside svg {
  width: 130vw;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 768px) {
  .loading__morphing--inside svg {
    width: 100vw;
  }
}
.loading__morphing--outside {
  z-index: 5;
}
.loading__morphing--outside svg {
  width: 450vw;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.is-anim-start .loading__morphing--inside svg {
  -webkit-transform: scale(3);
          transform: scale(3);
}

.is-anim-complete {
  pointer-events: none;
}
.is-anim-complete .loading__logo--img {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.is-anim-complete .loading__logo--text {
  opacity: 0;
}
.is-anim-complete .loading__morphing--inside svg {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.is-anim-complete .loading__morphing--outside svg {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.site-main .sec-title {
  -moz-text-align-last: center;
       text-align-last: center;
  letter-spacing: 5px;
}
.site-main .sec-title span {
  display: block;
}
.site-main .sec-title__en {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  .site-main .sec-title__en {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .sec-title__en {
    font-size: 50px;
  }
}
.site-main .sec-title__ja {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main .sec-title__ja {
    margin-top: 15px;
  }
}
.site-main__hero {
  position: relative;
  overflow: hidden;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
.site-main__hero .catch {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -moz-text-align-last: center;
       text-align-last: center;
}
.site-main__hero .catch__ja {
  letter-spacing: 8px;
  font-size: 30px;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .catch__ja {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__hero .catch__ja {
    font-size: 40px;
  }
}
.site-main__hero .catch__en {
  margin-top: 15px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .catch__en {
    margin-top: 20px;
    font-size: 22px;
    letter-spacing: 3px;
  }
}
.site-main__hero .morphing {
  position: absolute;
  -webkit-transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.site-main__hero .morphing svg {
  height: auto;
}
.site-main__hero .morphing--1 {
  left: -100%;
}
.site-main__hero .morphing--1 svg {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .morphing--1 svg {
    width: 500px;
  }
}
.site-main__hero .morphing--1 svg path {
  fill: #eb6100;
}
.site-main__hero .morphing--2 {
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}
.site-main__hero .morphing--2 svg {
  width: 75px;
}
.site-main__hero .morphing--2 svg path {
  fill: #3eb134;
}
.site-main__hero .morphing--3 {
  top: -100%;
}
.site-main__hero .morphing--3 svg {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .morphing--3 svg {
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .morphing--3 svg {
    width: 350px;
  }
}
.site-main__hero .morphing--3 svg path {
  fill: #00a0e9;
}
.site-main__hero .morphing--4 {
  right: -100%;
}
.site-main__hero .morphing--4 svg {
  width: 350px;
}
.site-main__hero .morphing--4 svg path {
  fill: #e60012;
}
.site-main__hero .morphing--5 {
  bottom: -100%;
}
.site-main__hero .morphing--5 svg {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .morphing--5 svg {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .morphing--5 svg {
    width: 500px;
  }
}
.site-main__hero .morphing--5 svg path {
  fill: #ffe109;
}
.site-main__hero .hero-obj {
  position: absolute;
  z-index: 5;
}
.site-main__hero .hero-obj img {
  height: auto;
}
.site-main__hero .hero-obj--1 {
  top: 50%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  left: clamp(-9.375rem, -7.955rem - 6.06vw, -12.5rem);
}
.site-main__hero .hero-obj--1 img {
  width: clamp(15.625rem, 12.784rem + 12.12vw, 21.875rem);
}
.site-main__hero .hero-obj--2 {
  top: -75px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .hero-obj--2 {
    top: -150px;
  }
}
.site-main__hero .hero-obj--2 img {
  width: clamp(18.75rem, 17.33rem + 6.06vw, 21.875rem);
}
.site-main__hero .hero-obj--3 {
  top: -50px;
  right: -75px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .site-main__hero .hero-obj--3 {
    top: 0;
  }
}
.site-main__hero .hero-obj--3 img {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .hero-obj--3 img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 400px;
  }
}
.site-main__hero .hero-obj--4 {
  bottom: -100px;
  right: -150px;
}
.site-main__hero .hero-obj--4 img {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .hero-obj--4 img {
    width: 400px;
  }
}
.site-main__hero .hero-obj--5 {
  bottom: -25px;
  left: -150px;
}
.site-main__hero .hero-obj--5 img {
  width: 500px;
}
@media screen and (min-width: 768px) {
  .site-main__hero .hero-obj--5 img {
    width: 750px;
  }
}
.site-main .is-obj-in .morphing--1 {
  top: 100px;
  left: -200px;
}
@media screen and (min-width: 768px) {
  .site-main .is-obj-in .morphing--1 {
    top: 15px;
    left: -300px;
  }
}
.site-main .is-obj-in .morphing--2 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .site-main .is-obj-in .morphing--2 {
    top: 30px;
  }
}
.site-main .is-obj-in .morphing--3 {
  top: -50px;
  right: -50px;
}
@media screen and (min-width: 1024px) {
  .site-main .is-obj-in .morphing--3 {
    top: -100px;
    right: -75px;
  }
}
.site-main .is-obj-in .morphing--4 {
  top: 150px;
  right: -225px;
}
@media screen and (min-width: 768px) {
  .site-main .is-obj-in .morphing--4 {
    top: 200px;
    right: -200px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .is-obj-in .morphing--4 {
    top: 300px;
  }
}
.site-main .is-obj-in .morphing--5 {
  bottom: -100px;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .site-main .is-obj-in .morphing--5 {
    bottom: -175px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main .is-obj-in .morphing--5 {
    left: 50px;
    bottom: -200px;
  }
}
.site-main__about {
  position: relative;
  padding-bottom: 50px;
}
.site-main__about .obj {
  content: "";
  display: block;
  position: absolute;
  bottom: 250px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .site-main__about .obj {
    bottom: 0;
  }
}
.site-main__about .obj img {
  width: 100px;
}
.site-main__about .wrap {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .site-main__about .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .site-main__about .column .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__about .column .contents__title__text:first-child span:before {
  width: 95% !important;
}
.site-main__about .column .contents__title__text:nth-child(2) {
  margin-top: 15px;
}
.site-main__about .column .contents__title__text span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .contents__title__text span {
    font-size: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents__title__text span {
    font-size: 30px;
  }
}
.site-main__about .column .contents__title__text span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #ffe109;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.site-main__about .column .contents .is-in span:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.site-main__about .column .contents__desc {
  margin: 30px 0;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents__desc {
    margin: 35px 0 40px;
  }
}
.site-main__about .column .contents__desc p {
  line-height: 1.8em;
}
.site-main__about .column .contents__desc p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents__desc p:not(:first-child) {
    margin-top: 30px;
  }
}
.site-main__about .column .img {
  text-align: center;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .img {
    margin-top: 0;
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__about .column .img {
    width: 50%;
  }
}
.site-main__about .column .img img {
  width: 250px;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .img img {
    width: 350px;
  }
}
.site-main__service {
  position: relative;
}
.site-main__service .obj {
  position: absolute;
  top: -50px;
  left: 0;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .site-main__service .obj {
    top: 50px;
    left: 0;
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .obj {
    width: 120px;
    top: 150px;
  }
}
.site-main__service .wave--bottom {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.site-main__service .wrapper {
  margin: -2px 0;
  background: #f1f1f1;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .site-main__service .wrapper {
    padding-bottom: 0;
  }
}
.site-main__service .wrapper .service-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .site-main__service .wrapper .service-block {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .wrapper .service-block {
    margin-top: 80px;
  }
}
.site-main__service .wrapper .service-block .service-img {
  position: relative;
}
.site-main__service .wrapper .service-block .service-img .link {
  display: block;
  position: absolute;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.site-main__service .wrapper .service-block .service-img .link:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.site-main__service .wrapper .service-block--pt {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .site-main__service .wrapper .service-block--pt {
    display: none;
  }
}
.site-main__service .wrapper .service-block--pt .service-title, .site-main__service .wrapper .service-block--pt .service-img {
  max-width: 276px;
  margin-inline: auto;
}
@media screen and (min-width: 481px) {
  .site-main__service .wrapper .service-block--pt .service-title, .site-main__service .wrapper .service-block--pt .service-img {
    max-width: 350px;
  }
}
.site-main__service .wrapper .service-block--pt .service-img {
  margin-top: 40px;
}
.site-main__service .wrapper .service-block--pt .service-img .link {
  left: 0;
  height: 57px;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .site-main__service .wrapper .service-block--pt .service-img .link {
    height: 75px;
  }
}
.site-main__service .wrapper .service-block--pt .service-img .link--1 {
  top: 0;
}
.site-main__service .wrapper .service-block--pt .service-img .link--2 {
  top: 78px;
}
@media screen and (min-width: 481px) {
  .site-main__service .wrapper .service-block--pt .service-img .link--2 {
    top: 102px;
  }
}
.site-main__service .wrapper .service-block--pt .service-img .link--3 {
  top: 156px;
}
@media screen and (min-width: 481px) {
  .site-main__service .wrapper .service-block--pt .service-img .link--3 {
    top: 204px;
  }
}
.site-main__service .wrapper .service-block--pt .service-img .link--4 {
  top: 235px;
}
@media screen and (min-width: 481px) {
  .site-main__service .wrapper .service-block--pt .service-img .link--4 {
    top: 307px;
  }
}
.site-main__service .wrapper .service-block--pt .service-img .link--5 {
  top: 313px;
}
@media screen and (min-width: 481px) {
  .site-main__service .wrapper .service-block--pt .service-img .link--5 {
    top: 409px;
  }
}
.site-main__service .wrapper .service-block--pt .service-img .link--6 {
  top: 391px;
}
@media screen and (min-width: 481px) {
  .site-main__service .wrapper .service-block--pt .service-img .link--6 {
    top: 511px;
  }
}
.site-main__service .wrapper .service-block--lt {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-main__service .wrapper .service-block--lt {
    display: block;
  }
}
.site-main__service .wrapper .service-block--lt .service-img a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-main__service .wrapper .service-block--lt .service-img a:hover {
  opacity: 0.8;
}
.site-main__news {
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-main__news {
    margin-top: -10%;
  }
}
.site-main__news .obj {
  position: absolute;
}
.site-main__news .obj--01 {
  top: -15%;
  right: 0;
}
@media screen and (min-width: 641px) {
  .site-main__news .obj--01 {
    top: -5%;
  }
}
@media screen and (min-width: 768px) {
  .site-main__news .obj--01 {
    top: -3%;
  }
}
.site-main__news .obj--01 img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .site-main__news .obj--01 img {
    width: 150px;
  }
}
.site-main__news .obj--02 {
  top: -5%;
  left: 0;
}
@media screen and (min-width: 641px) {
  .site-main__news .obj--02 {
    top: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .obj--02 {
    top: 15%;
  }
}
.site-main__news .obj--02 img {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .site-main__news .obj--02 img {
    width: 150px;
  }
}
.site-main__news .sec-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .site-main__news .sec-title {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .sec-title {
    margin-bottom: 80px;
  }
}
.site-main__news .news-list {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .site-main__news .news-list {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .news-list {
    margin-bottom: 80px;
  }
}
.site-main__news .btn {
  -moz-text-align-last: center;
       text-align-last: center;
}