:root {
  --eng: Outfit, sans-serif;
  --jpn: "Noto Sans JP", sans-serif;
}

body {
  color: #000;
  letter-spacing: .1em;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

a {
  color: #000;
  text-decoration: none;
}

.hero-section {
  background-color: #5a5a5a;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: relative;
}

.section-after-intro-text {
  z-index: 3;
  background-color: #10426c;
  margin-top: 21vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-intro-splitscreen-top {
  background-color: #10426c;
  width: 100%;
  height: 0%;
}

.page-padding {
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  color: #f6f7fa;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  line-height: 1em;
}

.container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.footer {
  background-color: #071d46;
  padding-top: 24px;
  padding-bottom: 49px;
}

.section-page-intro {
  background-color: #f6f7fa;
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-title {
  color: #000;
  text-transform: capitalize;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1em;
}

.page-intro-title._1 {
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.page-intro-title._2 {
  margin-right: 0;
}

.page-intro-title._3 {
  margin-left: auto;
  margin-right: 0;
}

.page-intro-content {
  z-index: 0;
  width: 80%;
  position: relative;
}

.text-align-center {
  text-align: center;
}

.nav-main {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #757575;
  position: absolute;
  inset: 0% 0% auto;
}

.page-intro-splitscreen-bottom {
  background-color: #10426c;
  width: 100%;
  height: 0%;
}

.shigoto-svg-img {
  width: 16%;
  margin-left: auto;
  margin-right: 16%;
}

.shigoto-svg-img._2 {
  width: 31%;
  margin-right: 5%;
}

.shigoto-svg-img._3 {
  width: 25%;
  margin-right: 11%;
}

.hero-anime {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.line-anime-area {
  background-color: #10426c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.svg-anime-vivus {
  display: none;
}

.menu-logo {
  width: 155px;
}

.nav-text-area {
  color: #000;
  flex-flow: column;
  padding: 9px 12px;
  text-decoration: none;
  transition: all .275s ease-in;
  display: flex;
}

.nav-text-area:hover {
  transform: scale(1.2);
}

.nav-text-area.w--current {
  color: #6b6b6b;
}

.nev-menu-jpntext {
  font-family: var(--eng);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.nev-menu-jpntext.contact {
  color: #fff;
}

.nav {
  z-index: 90;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 5%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  background-color: #fff;
  border: 1px solid #a8a8a8;
  border-right-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 8px 25px 8px 53px;
  display: flex;
}

.mobile-menu-wrapper-2, .mobile-humberger {
  display: none;
}

.shigoto {
  background-color: #10426c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 113px;
  display: flex;
}

.nav-menu--contact {
  background-color: #fff;
  background-image: linear-gradient(95deg, #c81c29 61%, #e54b4b);
  border: 1px solid #a7a7a7;
  border-left-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 8px 37px;
  display: flex;
}

.hero-h1 {
  z-index: 2;
  color: #fff;
  margin: 10% auto 0 3%;
  font-size: 52px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.top-logo {
  width: 20%;
  position: absolute;
  top: 27%;
  right: 10%;
}

.hero-h2-area {
  width: 62%;
  position: absolute;
  inset: auto auto 15% 8%;
}

.hero-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Outfit, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1em;
}

.hero-h2._2 {
  margin-left: 22%;
}

.hero-h2._3 {
  margin-left: 42%;
}

.foward {
  background-color: #f6f7fa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.foward-h2-eng {
  color: #cfcfcf;
  letter-spacing: .2em;
  margin-bottom: 11px;
  font-family: Outfit, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.foward-h2-eng.under {
  color: #000;
  margin-top: 40px;
}

.main-h2-jpn {
  font-size: 30px;
  line-height: 1em;
}

.foward-para-area {
  text-align: center;
  width: 100%;
  margin-top: 21px;
  padding-bottom: 51px;
  position: relative;
}

.para-center {
  font-family: var(--jpn);
  font-size: 20px;
  line-height: 2.1em;
}

.text-blue {
  color: #0c2ec5;
}

.text-red {
  color: #d30a0a;
}

.foward-line {
  background-color: #afafaf;
  background-image: linear-gradient(#737373, #102bb2);
  width: 5%;
  height: 90%;
  position: absolute;
  top: -4%;
  left: 4%;
}

.foward-line._2 {
  background-image: linear-gradient(#737373, #c92828);
  left: auto;
  right: 4%;
}

.btn {
  border: 3px solid #757575;
  justify-content: center;
  align-items: center;
  padding: 11px 50px;
  transition: all .275s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.btn:hover {
  background-color: #4d4d4d54;
  border-color: #d64d4d;
  transform: translate(0);
}

.btn.white {
  border-color: #fff;
}

.btn.white.service {
  width: 50%;
  margin-top: 14px;
  margin-left: 2%;
  padding: 12px 10px;
}

.btn.white.service.transport {
  width: 30%;
  height: 60px;
}

.btn-text {
  font-family: var(--eng);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(91deg, #020dd7, #bc0505 99%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 44px;
  font-weight: 600;
  line-height: 1em;
}

.btn-text.white {
  background-image: linear-gradient(86deg, #fff 11%, #8085f3 40%, #ff7171 53%, #fff 85%);
}

.btn-text.white.service {
  font-size: 28px;
}

.btn-arrow {
  object-fit: cover;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 24px;
  transform: translate(0, 2px);
}

.btn-arrow.service {
  height: 23px;
}

.btn-set {
  font-family: var(--eng);
  justify-content: space-around;
  align-items: center;
  width: 60%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.btn-set.white {
  color: #fff;
  width: 74%;
}

.btn-h-area {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-h4 {
  letter-spacing: .1em;
  font-size: 90px;
  line-height: 1em;
}

.btn-jpn {
  font-family: var(--jpn);
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: auto 0% -26%;
}

.btn-line {
  background-color: #3b3b3b;
  width: 60px;
  height: 2px;
}

.btn-line.white {
  background-color: #fff;
  width: 30px;
}

.main-h2-eng {
  font-family: var(--eng);
  color: #000;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
}

.main-h2-eng.white {
  color: #fff;
  font-size: 80px;
}

.center-h2-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-h3-jpn {
  font-family: var(--jpn);
  color: #000;
  font-size: 31px;
  font-weight: 600;
  line-height: 1em;
}

.main-h3-jpn.white {
  color: #fff;
  font-size: 30px;
}

.shigoto-main-wrapper {
  width: 100%;
  margin-top: 72px;
  margin-bottom: 24px;
}

.shitogo-img {
  object-fit: cover;
  width: 50%;
  height: 300px;
}

.shigoto-h3 {
  font-family: var(--jpn);
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: 13% 35% auto auto;
}

.shigoto-h3._2 {
  inset: 15% auto auto 34%;
}

.split-line {
  background-color: #fff;
  width: 4%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 10%;
}

.split-line._3 {
  z-index: 1;
  inset: 76% 10% auto auto;
}

.split-line._2 {
  height: 60%;
  top: 11%;
  left: 22%;
}

.split-line._4 {
  z-index: 1;
  height: 60%;
  inset: 32% 20% auto auto;
}

.kiroku {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200svh;
  padding-top: 33px;
  padding-bottom: 58px;
  display: flex;
  position: relative;
}

.kiroku-para-area {
  text-align: center;
  margin-top: 36px;
}

.kiroku-statick-area {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fcfaff5c;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 110px;
  display: flex;
  position: sticky;
  top: 0;
}

.kiroku-graff-area {
  z-index: 0;
  width: 89%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.kiroku-line {
  z-index: 0;
  background-color: #102bb2;
  width: 10%;
  height: 57vh;
  margin-top: auto;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.kiroku-line._2 {
  height: 47vh;
}

.kiroku-line._3 {
  height: 33vh;
}

.kiroku-line._4 {
  height: 23vh;
}

.kiroku-line._5 {
  height: 14vh;
  margin-right: 24px;
}

.kiroku-line.red {
  background-color: #c92828;
}

.kiroku-graf-harf-area {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.kiroku-graf-harf-area._2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.kiroku-img-wrapper {
  z-index: 1;
  height: 60%;
  position: absolute;
  inset: auto 0% 10%;
}

.kiroku-img {
  width: 16%;
  position: absolute;
  inset: 0% auto auto 8%;
}

.kiroku-img._2 {
  width: 19%;
  top: 18%;
  left: 3%;
}

.kiroku-img._3 {
  width: 25%;
  top: 39%;
  left: 3%;
}

.kiroku-img._4 {
  width: 9%;
  top: 45%;
  left: 57%;
}

.kiroku-img._5 {
  border-radius: 20px;
  width: 20%;
  inset: auto 6% 61% auto;
}

.kiroku-img._6 {
  width: 20%;
  inset: auto 2% 84% auto;
}

.kiroku-btn-area {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 143px;
  display: flex;
}

.contact-btn {
  background-image: linear-gradient(#9e1f1f, #a75959 49%, #80604c);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 87%;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 63px;
  padding-bottom: 63px;
  display: flex;
}

.footer-area {
  justify-content: space-between;
  align-items: center;
  margin-top: 33px;
  padding: 41px 30px;
  display: flex;
}

.footer-menu-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-meny-text {
  font-family: var(--eng);
  color: #fff;
  letter-spacing: .2em;
  text-transform: capitalize;
  padding: 10px 11px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
}

.footer-meny-text:hover {
  transform: scale(1.1);
}

.footer-meny-text.w--current {
  color: #a5a5a5;
}

.footer-center-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding-top: 49px;
  display: flex;
}

.footer-company-text {
  font-family: var(--eng);
  color: #fff;
  margin-bottom: 18px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.footer-text-jpn {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
}

.footer-info-area {
  border: 1px solid #fff;
  width: 25%;
}

.footer-info-block {
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 13px;
  padding: 3px 43px;
  display: flex;
}

.footer-logo-back {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 16px;
  margin-bottom: 14px;
  display: flex;
}

.footer-logo {
  padding: 21px 37px;
}

.footer-info-text {
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2em;
}

.footer-info-text-arae {
  width: 100%;
}

.reservede-text {
  color: #fff;
  text-align: center;
}

.page-top-img-area {
  justify-content: flex-start;
  align-items: center;
  height: 440px;
  margin-top: 140px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.page-top-img {
  object-fit: cover;
  width: 20%;
  height: 370px;
  margin-top: auto;
  margin-left: auto;
}

.page-top-img2 {
  object-fit: cover;
  width: 70%;
  height: 100%;
  margin-left: auto;
}

.page-top-h-area {
  justify-content: flex-start;
  align-items: center;
  margin-top: 51px;
  margin-bottom: 56px;
  padding-left: 3%;
  display: flex;
  position: relative;
}

.page-top-h2 {
  font-family: var(--eng);
  letter-spacing: .1em;
  text-transform: capitalize;
  width: 28%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

.page-top-line-wrapper {
  width: 70%;
  height: 80px;
  margin-left: auto;
  position: relative;
}

.page-top-line {
  z-index: 1;
  opacity: .61;
  background-image: linear-gradient(97deg, #164082, #052338);
  width: 90%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.page-top-line._2 {
  z-index: 0;
  background-image: linear-gradient(97deg, #c41d28, #6c1f4a);
  width: 40%;
  height: 60%;
  inset: 0% auto auto 0%;
}

.section-h-set {
  margin-left: 7%;
  display: flex;
}

.section-h-set.single-page {
  height: 40px;
}

.h-set-line-area {
  display: flex;
}

.h-set-line {
  background-color: #d02020;
  width: 9px;
  margin-right: 5px;
}

.h-set-line._2 {
  background-color: #203b93;
}

.h-set-h-arae {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 6px;
  display: flex;
}

.h-set-h-arae.single-page {
  justify-content: center;
  align-items: flex-start;
}

.he-set-h-jpn {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
}

.he-set-h-jpn.white {
  color: #fff;
  font-size: 27px;
}

.he-set-h-jpn.single-page {
  margin-bottom: 0;
}

.he-set-h-eng {
  font-family: var(--eng);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 1em;
}

.he-set-h-eng.white {
  color: #fff;
  margin-bottom: 9px;
  font-size: 30px;
}

.center-anime-area {
  height: 100svh;
  margin-top: 17px;
  position: relative;
}

.center-anime-text-area {
  z-index: 1;
  border-bottom: 3px solid #1c56e9;
  width: 42%;
  margin-left: auto;
  padding-bottom: 8px;
  position: absolute;
  top: 8%;
  right: 3%;
}

.center-anime-text-area._2 {
  border-bottom-color: #e91c1c;
  margin-left: 0;
  top: auto;
  bottom: 23%;
  left: 3%;
}

.para-main {
  font-family: var(--jpn);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.about-anime {
  z-index: 0;
  display: flex;
  position: sticky;
  inset: 19% 0% 0%;
}

.company-info {
  margin-bottom: 70px;
}

.company-info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.company-info-material {
  border-bottom: 2px solid #a1a1a1;
  justify-content: flex-start;
  align-items: stretch;
  width: 87%;
  padding-bottom: 12px;
  padding-left: 45px;
  display: flex;
}

.company-info-text {
  width: 37%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 11%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.company-info-text._2 {
  width: 90%;
  line-height: 1.3em;
}

.company-info-block {
  margin-top: 85px;
}

.location {
  margin-bottom: 130px;
}

.location-info-block {
  background-color: #f0f0f0;
  margin-top: 44px;
  margin-left: 9%;
  margin-right: 9%;
  padding-top: 19px;
  padding-bottom: 43px;
}

.location-info-material {
  border-bottom: 2px solid #fff;
  justify-content: flex-start;
  align-items: stretch;
  width: 92%;
  padding-bottom: 12px;
  padding-left: 45px;
  display: flex;
}

.map-area {
  margin-top: 74px;
}

.map {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
}

.service-contents {
  background-color: #07265e;
  padding: 51px 2%;
}

.service-anime {
  z-index: 0;
  display: flex;
  position: sticky;
  inset: 19% 0% 0%;
}

.center-anime-text-area-service {
  z-index: 1;
  border-bottom: 2px solid #3493ad;
  width: 41%;
  margin-left: auto;
  position: absolute;
  inset: 17% 0% auto auto;
}

.center-anime-text-area-service._2 {
  border-bottom-color: #e94a4c;
  margin-left: 0;
  padding-bottom: 20px;
  inset: auto auto 31% 3%;
}

.service-h-block {
  background-image: linear-gradient(90deg, #326bb5, #991215 53%, #649eea);
  margin-bottom: 39px;
  padding: 38px 22px 32px;
}

.service-h-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ser-h-text-area {
  flex-flow: column;
  width: 40%;
  margin-top: 0;
  display: flex;
}

.ser-h-desicription-area {
  color: #fff;
  margin-top: 43px;
  padding-left: 7%;
}

.ser-h-img {
  width: 52%;
  margin-left: auto;
}

.ser-page-area {
  flex-flow: column;
  margin-top: 36px;
  margin-bottom: 67px;
  display: flex;
}

.ser-page-material {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  display: flex;
}

.ser-page-items {
  border: 1px solid #da3c3c;
  padding: 11px;
  font-family: Noto Sans JP, sans-serif;
  position: relative;
}

.ser-page-item-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 21px;
  font-weight: 600;
}

.ser-page-item-h3 {
  font-family: var(--eng);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

.ser-page-discription {
  color: #fff;
  width: 55%;
  margin-top: 43px;
}

.ser-page-square {
  border: 1px solid #fff;
  height: 270px;
  padding: 25px;
}

.ser-page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 49%;
  display: flex;
}

.servie-page-img {
  width: 42%;
  position: absolute;
  inset: auto 0% -7% auto;
}

.single-page-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.s-page-top-h {
  font-family: var(--eng);
  margin-bottom: 35px;
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
}

.s-page-top-sub-area {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s-page-top-line {
  background-color: #1c52db;
  width: 160px;
  height: 2px;
}

.s-page-top-line.red {
  background-color: #cc2a2a;
}

.page-top-sub-h {
  margin: 0 33px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.single-page-contets {
  justify-content: space-between;
  margin-top: 88px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.s-page-contents-img-area {
  justify-content: center;
  align-items: center;
  width: 48%;
  padding-top: 69px;
  display: flex;
  position: relative;
}

.s-page-contents-img {
  z-index: 2;
  object-fit: cover;
  width: 82%;
  height: 380px;
  position: relative;
}

.s-page-contents-img-back {
  background-color: #164082;
  background-image: linear-gradient(101deg, #3462eb, #e44343);
  width: 80%;
  height: 90%;
  position: absolute;
  inset: 6% auto auto 0%;
}

.s-page-contents-img-back.red {
  background-color: #c04b4b;
  background-image: none;
  width: 50%;
  height: 60%;
  inset: auto 7% -7% auto;
}

.single-page-discription-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.s-page-contents-h3 {
  font-family: var(--jpn);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 39px;
  font-weight: 600;
  line-height: 1em;
}

.s-page-main-para {
  width: 80%;
}

.single-page-list-wrapper {
  background-color: #f6f6f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 61px;
  padding-bottom: 34px;
  display: flex;
}

.single-page-list-discription {
  margin-top: 22px;
  margin-bottom: 31px;
  margin-left: 7%;
}

.single-page-list {
  margin-top: 127px;
  margin-bottom: 99px;
}

.works-head {
  margin-top: 140px;
}

.works-contents {
  margin-top: 94px;
}

.collection-list {
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.collection-list._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.cms-img {
  object-fit: cover;
  width: 100%;
  height: 78%;
  display: inline-block;
}

.cms-img._2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 18px;
  height: 300px;
}

.cms-link {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.cms-wrapper._2 {
  flex-direction: column;
  padding-left: 3%;
  padding-right: 3%;
}

.collection-item {
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin: 28px 30px;
  display: flex;
}

.collection-item._2 {
  width: 100%;
  margin: 0 0 60px;
  display: flex;
}

._2 {
  display: flex;
}

.top-cms-detail {
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 3px;
  display: flex;
}

.top-cms-detail._2 {
  padding-top: 4px;
  padding-bottom: 0;
}

.cms-h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.cms-h4 {
  height: 50px;
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1em;
}

.cms-hero-img {
  object-fit: cover;
  width: 100%;
  height: 440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.cms-main-section {
  justify-content: space-around;
  margin-top: 140px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.btin-text {
  letter-spacing: .1em;
  font-weight: 600;
}

.cms-main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto 8px;
  display: flex;
}

.h1-jpn {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  display: block;
  position: relative;
}

.cms-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  padding-top: 0;
  display: flex;
}

.collection-list-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  padding-top: 0;
}

.cms-hero {
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.empty-state {
  display: none;
}

.collection-item-2 {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.cms-type {
  border: 2px solid #000;
  margin-top: 15px;
  padding: 6px 11px;
  font-weight: 600;
}

.cms-type.cms {
  border-width: 1px;
  border-color: #ada5a5;
  margin-bottom: 39px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.cms-heroback {
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.lightbox-link {
  object-fit: fill;
  justify-content: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 30px;
  display: flex;
  overflow: visible;
}

.btn-2 {
  font-family: var(--eng);
  color: #000;
  border: 2px solid #ee5a5a;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 23px;
  transition: all .325s;
  display: flex;
}

.lightbox-link-2 {
  width: 80%;
}

.contact-top {
  margin-top: 140px;
}

.contact-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 57px;
  margin-bottom: 130px;
  display: flex;
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
}

.phone-area {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone-num {
  font-family: var(--eng);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

.phone-num-area {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
  display: flex;
  position: relative;
}

.phone-icon {
  width: 50px;
  position: absolute;
  left: -17%;
}

.phone-line {
  opacity: .83;
  background-image: linear-gradient(95deg, #052338, #164082);
  width: 140%;
  height: 10px;
}

.mail-area {
  margin-top: 74px;
}

.mari-text {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
}

.mail-icon {
  width: 50px;
  position: absolute;
  left: -17%;
}

.form-area {
  width: 70%;
  margin-top: 78px;
}

@media screen and (min-width: 1920px) {
  .shigoto-svg-img {
    margin-right: 22%;
  }

  .shigoto-svg-img._2 {
    margin-right: 3%;
  }

  .shigoto-svg-img._3 {
    margin-right: 17%;
  }

  .nav-text-area {
    margin-left: 11px;
    margin-right: 11px;
  }

  .nev-menu-jpntext {
    font-size: 17px;
  }

  .hero-h1 {
    margin-left: 8%;
  }

  .btn {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .btn.white.service.transport {
    width: 27%;
    height: 80px;
  }

  .btn-text {
    font-size: 50px;
  }

  .shitogo-img {
    height: 320px;
  }

  .shigoto-h3 {
    right: 41%;
  }

  .shigoto-h3._2 {
    left: 41%;
  }

  .split-line {
    width: 3%;
  }

  .split-line._2 {
    left: 26%;
  }

  .split-line._4 {
    right: 26%;
  }

  .kiroku-img._5 {
    bottom: 56%;
  }

  .kiroku-img._6 {
    right: 8%;
  }

  .contact-btn {
    width: 80%;
  }

  .page-top-img-area {
    padding-right: 11%;
  }

  .page-top-img {
    margin-right: 51px;
  }

  .page-top-img2 {
    margin-left: 0;
  }

  .page-top-h-area {
    height: 110px;
    margin-top: 77px;
    padding-left: 8%;
  }

  .page-top-line-wrapper {
    width: 90%;
  }

  .page-top-line {
    z-index: 1;
  }

  .page-top-line._2 {
    z-index: 0;
    inset: 0% auto auto 0%;
  }

  .center-anime-text-area {
    width: 37%;
  }

  .center-anime-text-area._2 {
    left: 8%;
  }

  .para-main {
    font-size: 20px;
  }

  .company-info-wrapper {
    padding-left: 16%;
    padding-right: 16%;
  }

  .company-info-text {
    width: 30%;
  }

  .service-contents {
    padding-left: 4%;
    padding-right: 4%;
  }

  .center-anime-text-area-service._2 {
    left: 8%;
  }

  .service-h-block {
    padding-left: 73px;
    padding-right: 73px;
  }

  .s-page-contents-img {
    height: 530px;
  }

  .cms-wrapper._2 {
    padding-left: 17%;
    padding-right: 17%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    overflow: hidden;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-intro-title {
    margin-right: auto;
    font-size: 11vw;
  }

  .page-intro-title._2, .page-intro-title._3 {
    margin-right: 0;
  }

  .shigoto-svg-img {
    width: 33%;
    margin-right: auto;
  }

  .shigoto-svg-img._2 {
    width: 60%;
    margin-top: 34px;
    margin-right: auto;
  }

  .shigoto-svg-img._3 {
    width: 50%;
    margin-right: auto;
  }

  .line-anime-area {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-logo {
    width: 143px;
  }

  .nav {
    z-index: 99;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .nav-menu {
    display: none;
  }

  .mobile-menu-wrapper-2 {
    z-index: 80;
    background-color: #010816;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 60svh;
    margin-top: 10px;
    margin-left: auto;
    padding: 30px 58px 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-humberger {
    z-index: 99;
    background-color: #ffffff40;
    border-radius: 6px;
    width: 8%;
    height: 45px;
    margin-right: 30px;
    padding: 0 6px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-menu--contact {
    display: none;
  }

  .hero-h1 {
    margin-top: -28%;
    font-size: 30px;
  }

  .hero-h2-area {
    width: 100%;
    bottom: 31%;
    left: 5%;
  }

  .hero-h2 {
    font-size: 20px;
  }

  .foward-h2-eng {
    font-size: 7vw;
  }

  .para-center {
    z-index: 0;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.9em;
    position: relative;
  }

  .foward-line {
    width: 3%;
    left: 1%;
  }

  .foward-line._2 {
    width: 3%;
    right: 1%;
  }

  .btn {
    border-width: 1px;
  }

  .btn.white.contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-text {
    font-size: 38px;
  }

  .btn-arrow {
    height: 24px;
    margin-left: 0;
  }

  .btn-set {
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .btn-set.white {
    width: 90%;
  }

  .btn-h4 {
    font-size: 60px;
  }

  .btn-jpn {
    font-size: 23px;
  }

  .btn-line {
    width: 47px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .main-h2-eng {
    margin-bottom: 4px;
    font-size: 65px;
  }

  .main-h2-eng.white {
    font-size: 60px;
  }

  .main-h3-jpn {
    margin-top: 15px;
    font-size: 26px;
  }

  .main-h3-jpn.white {
    font-size: 24px;
  }

  .shitogo-img {
    order: 9999;
    width: 80%;
    height: 197px;
    margin-top: 30px;
  }

  .shigoto-h3 {
    font-size: 30px;
    position: relative;
    right: 0%;
  }

  .shigoto-h3._2 {
    order: -9999;
    left: auto;
  }

  .split-line._3 {
    top: 6%;
  }

  .split-line._2 {
    top: -4%;
  }

  .split-line._4 {
    top: -8%;
  }

  .kiroku-graff-area {
    width: 99%;
  }

  .kiroku-line {
    width: 10%;
    height: 60vh;
    margin-right: 42px;
  }

  .kiroku-img {
    width: 26%;
  }

  .kiroku-img._2 {
    width: 22%;
  }

  .kiroku-img._3 {
    width: 30%;
  }

  .kiroku-img._4 {
    width: 19%;
  }

  .kiroku-img._5 {
    width: 26%;
  }

  .kiroku-img._6 {
    width: 30%;
  }

  .contact-btn {
    width: 95%;
  }

  .footer-area {
    flex-flow: column;
  }

  .footer-menu-area {
    width: 60%;
  }

  .footer-center-area {
    width: 80%;
    margin-bottom: 42px;
  }

  .footer-info-area {
    width: 80%;
  }

  .footer-info-block {
    justify-content: flex-start;
    align-items: center;
    padding-top: 22px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer-logo-back {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .footer-logo {
    width: 60%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-info-text-arae {
    margin-top: 12px;
  }

  .page-top-img-area {
    height: 290px;
  }

  .page-top-img {
    height: auto;
  }

  .page-top-h2 {
    font-size: 40px;
  }

  .page-top-line-wrapper {
    height: 40px;
  }

  .he-set-h-jpn {
    font-size: 23px;
  }

  .he-set-h-eng {
    font-size: 22px;
  }

  .center-anime-text-area {
    width: 80%;
  }

  .center-anime-text-area._2 {
    bottom: 10%;
  }

  .company-info-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .company-info-material {
    width: 100%;
  }

  .company-info-text {
    width: 40%;
    font-size: 18px;
  }

  .company-info-text._2 {
    font-size: 18px;
  }

  .company-info-block {
    margin-top: 48px;
  }

  .location-info-block {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 10px;
  }

  .location-info-material {
    width: 100%;
  }

  .service-h-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .ser-h-text-area {
    order: 9999;
    width: 90%;
  }

  .ser-h-img {
    width: 100%;
    margin-bottom: 44px;
    margin-left: 0;
  }

  .ser-page-material {
    flex-flow: column;
    margin-bottom: 0;
  }

  .ser-page-wrapper {
    width: 100%;
  }

  .ser-page-btn {
    margin-bottom: 52px;
  }

  .s-page-top-h {
    font-size: 60px;
  }

  .single-page-contets {
    flex-flow: column;
    margin-top: 67px;
  }

  .s-page-contents-img-area {
    width: 100%;
  }

  .s-page-contents-img {
    object-fit: cover;
    width: 90%;
    height: auto;
  }

  .s-page-contents-img-back.red {
    right: 1%;
  }

  .single-page-discription-area {
    width: 100%;
    margin-top: 82px;
  }

  .cms-link {
    margin-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-cms-detail {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 11px;
  }

  .cms-h3 {
    font-size: 19px;
  }

  .cms-h4 {
    font-size: 15px;
  }

  .h1-jpn {
    font-size: 23px;
  }

  .collection-list-2 {
    justify-content: space-around;
  }

  .cms-hero {
    width: 100%;
  }

  .lightbox-link {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .phone-line {
    width: 100%;
  }

  .form-area {
    width: 90%;
  }

  .mobile-nav-company {
    font-family: var(--eng);
    color: #fff;
    font-size: 27px;
    font-weight: 600;
  }

  .mobile-nav-company-jpn {
    font-family: var(--jpn);
    color: #fff;
    font-size: 17px;
    font-weight: 400;
  }

  .mobile-nav-line {
    background-color: #fff;
    width: 80%;
    height: 1px;
    margin-top: 9px;
    margin-bottom: 48px;
  }

  .mobile-nav-menu-wrapper {
    width: 100%;
    margin-bottom: 28px;
    display: flex;
  }

  .mobile-nav-menu-wrapper.contact {
    background-image: linear-gradient(103deg, #501010, #8a3b3b);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mobile-nav-eng {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 1em;
  }

  .mobile-nav-text {
    flex-flow: column;
    width: 40%;
    margin-right: 37px;
    display: flex;
  }

  .mobile-nav-text.contact {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .mobile-nav-jp {
    color: #fff;
    font-size: 14px;
    line-height: 1em;
  }
}

@media screen and (max-width: 767px) {
  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title._1 {
    margin-left: 0;
  }

  .page-intro-title._2 {
    flex: 1;
  }

  .page-intro-title._3 {
    margin-left: auto;
  }

  .page-intro-content {
    width: 100%;
  }

  .menu-logo {
    width: 110px;
  }

  .nav {
    mix-blend-mode: normal;
    height: 53px;
  }

  .mobile-humberger {
    width: 10%;
    margin-right: 0;
  }

  .hero-h1 {
    font-size: 30px;
  }

  .top-logo {
    width: 24%;
    top: 13%;
  }

  .hero-h2-area {
    left: 2%;
  }

  .hero-h2 {
    font-size: 15px;
  }

  .foward-h2-eng {
    font-size: 8vw;
  }

  .para-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .btn.white.service.transport {
    width: 70%;
  }

  .btn-set {
    flex-flow: column;
  }

  .btn-h-area {
    margin-bottom: 57px;
  }

  .btn-line {
    width: 30px;
    margin-top: -11px;
    margin-bottom: 30px;
    transform: rotate(90deg);
  }

  .main-h2-eng.white {
    font-size: 50px;
  }

  .main-h3-jpn.white {
    font-size: 22px;
  }

  .shitogo-img {
    object-position: 50% 61%;
    height: 200px;
  }

  .kiroku-statick-area {
    margin-bottom: 43px;
  }

  .kiroku-img._2 {
    width: 30%;
    left: 10%;
  }

  .kiroku-img._5 {
    bottom: 64%;
  }

  .contact-btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-info-area {
    width: 80%;
  }

  .page-top-h2 {
    width: 40%;
  }

  .page-top-line-wrapper {
    width: 50%;
  }

  .section-h-set.single-page.service {
    margin-left: 1%;
  }

  .h-set-line {
    width: 7px;
  }

  .he-set-h-jpn {
    font-size: 22px;
  }

  .he-set-h-eng {
    font-size: 21px;
  }

  .para-main.service {
    font-size: 16px;
  }

  .company-info-text {
    width: 36%;
    font-size: 16px;
  }

  .company-info-text._2 {
    width: 100%;
    font-size: 16px;
  }

  .company-info-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .location-info-block {
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 20px;
  }

  .ser-page-item-h4 {
    font-size: 19px;
  }

  .ser-page-item-h3 {
    font-size: 30px;
  }

  .s-page-top-h {
    margin-bottom: 22px;
    font-size: 40px;
  }

  .single-page-contets {
    margin-top: 35px;
  }

  .s-page-main-para {
    width: 100%;
  }

  .single-page-list-wrapper {
    margin-left: 2%;
    margin-right: 2%;
  }

  .single-page-list-discription {
    width: 98%;
    margin-left: 1%;
  }

  .single-page-list {
    margin-top: 85px;
  }

  .collection-list {
    padding-bottom: 28px;
  }

  .collection-list._2 {
    grid-template-columns: 1fr 1fr;
  }

  .cms-wrapper._2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .cms-h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .h1-jpn {
    letter-spacing: 0;
  }

  .lightbox-link-2 {
    width: 100%;
  }

  .contact-h3 {
    font-size: 23px;
  }

  .phone-num {
    font-size: 50px;
  }

  .phone-icon {
    width: 40px;
  }

  .mail-icon {
    width: 30px;
    left: -13%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100vh;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .nav {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    inset: 0% 0% auto;
  }

  .nav-menu {
    width: 100%;
  }

  .mobile-menu-wrapper-2 {
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 90svh;
    padding-left: 21px;
    padding-right: 21px;
    display: none;
  }

  .mobile-humberger {
    background-color: #ffffffa1;
    border-radius: 0;
    width: 13%;
    height: 36px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding-right: 0;
    right: 3%;
  }

  .nav-menu--contact {
    width: 100%;
  }

  .hero-h1 {
    margin-top: -39%;
    font-size: 23px;
  }

  .top-logo {
    width: 30%;
  }

  .hero-h2-area {
    bottom: 19%;
  }

  .hero-h2 {
    font-size: 18px;
  }

  .hero-h2._2 {
    margin-left: 6%;
  }

  .hero-h2._3 {
    margin-left: 3%;
  }

  .para-center {
    text-align: center;
    font-size: 15px;
    line-height: 1.6em;
  }

  .btn.white.service {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .shitogo-img {
    width: 95%;
    margin-bottom: 41px;
  }

  .shigoto-h3 {
    margin-bottom: 19px;
  }

  .shigoto-h3._2 {
    margin-bottom: 4px;
  }

  .kiroku {
    height: 200svh;
  }

  .kiroku-graff-area {
    width: 100%;
  }

  .kiroku-line {
    width: 10%;
    height: 40vh;
    margin-right: 9%;
  }

  .kiroku-img, .kiroku-img._2 {
    width: 40%;
  }

  .kiroku-img._3 {
    width: 50%;
    top: 35%;
  }

  .kiroku-img._4 {
    width: 30%;
  }

  .kiroku-img._5 {
    width: 40%;
  }

  .kiroku-img._6 {
    width: 42%;
  }

  .footer-info-area {
    width: 100%;
  }

  .page-top-img-area {
    height: 340px;
  }

  .page-top-img {
    height: 70%;
  }

  .page-top-img2 {
    width: 78%;
  }

  .page-top-h2 {
    width: 70%;
  }

  .section-h-set {
    margin-left: 5%;
  }

  .center-anime-area {
    height: 120vh;
  }

  .para-main.service {
    font-size: 12px;
  }

  .company-info-material {
    padding-left: 10px;
  }

  .company-info-text {
    width: 60%;
  }

  .location-info-material {
    padding-left: 18px;
  }

  .map {
    padding-left: 4%;
    padding-right: 4%;
  }

  .center-anime-text-area-service {
    width: 90%;
    top: 5%;
  }

  .center-anime-text-area-service._2 {
    bottom: 11%;
  }

  .service-h-block {
    padding-left: 6px;
    padding-right: 6px;
  }

  .ser-h-text-area {
    width: 100%;
  }

  .ser-h-desicription-area {
    padding-left: 5%;
  }

  .ser-page-items {
    border-width: 1px;
  }

  .ser-page-discription {
    width: 100%;
    margin-top: 27px;
  }

  .ser-page-square {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .servie-page-img {
    width: 70%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .s-page-top-sub-area {
    width: 100%;
  }

  .s-page-top-line {
    width: 16%;
  }

  .single-page-contets {
    margin-top: 10px;
  }

  .s-page-contents-img-back {
    height: 80%;
    top: 13%;
  }

  .s-page-contents-img-back.red {
    bottom: -7%;
  }

  .s-page-contents-h3 {
    font-size: 24px;
  }

  .collection-list {
    justify-content: center;
  }

  .collection-list._2 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item {
    align-items: center;
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .collection-item._2 {
    margin-bottom: 30px;
  }

  .cms-h3 {
    font-size: 17px;
  }

  .cms-h4 {
    height: 43px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .cms-hero-img {
    height: 214px;
  }

  .btin-text {
    font-size: 17px;
  }

  .cms-main-wrapper {
    width: 100%;
  }

  .h1-jpn {
    line-height: 1.3em;
  }

  .cms-title {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-2 {
    height: 57px;
  }

  .cms-hero {
    margin-top: 20px;
  }

  .cms-type.cms {
    margin-left: 0;
  }

  .btn-2 {
    width: 250px;
    font-size: 17px;
  }

  .contact-main {
    margin-top: 75px;
  }

  .contact-h3 {
    font-size: 18px;
  }

  .phone-num {
    font-size: 32px;
  }

  .phone-num-area {
    margin-top: 22px;
  }

  .phone-icon {
    width: 30px;
  }

  .mail-icon {
    left: -21%;
  }

  .mobile-nav-menu-wrapper.contact {
    margin-top: 30px;
  }

  .mobile-nav-eng {
    font-size: 25px;
  }

  .mobile-nav-text {
    width: 50%;
    margin-right: 0;
  }

  .mobile-nav-jp {
    font-size: 12px;
  }
}


