:root {
  --sippori: "Shippori Mincho", sans-serif;
  --gray: #bbb;
}

body {
  color: #000;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.scan-anime {
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.about-top-section {
  background-color: #fff;
  height: 96svh;
  padding-top: 75px;
  position: relative;
}

.section-3 {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100svh;
  margin-top: 104px;
}

.heading {
  color: #fff;
  margin-top: auto;
}

.hero-anime-section {
  display: block;
  position: relative;
}

.test-nav {
  z-index: 5;
  background-color: #e0e0e0;
  width: 90%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 3% 0% auto;
}

.jisseki-wrapper {
  background-color: #0c3a45;
  margin-top: 84px;
  padding-top: 33px;
  padding-bottom: 90px;
  position: relative;
}

.section-6 {
  height: 90svh;
}

.work-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 41px auto;
  display: flex;
}

.scanner-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 35px;
  margin-right: 35px;
  display: flex;
}

.scanner-container._2 {
  width: auto;
}

.scanner-container._1 {
  width: 17%;
}

.text-solid, .text-wireframe {
  color: #fff;
  letter-spacing: .1em;
  font-size: 40px;
  line-height: 1em;
}

.text-block {
  color: #fff;
}

.collection-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.water-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 12px;
}

.water-text-css {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-tip {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.wave-text-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.wave-text_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wave-text_component._2 {
  margin-top: -37px;
}

.wave-effect-text {
  color: #fbf9fc00;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 37px;
  padding-right: 37px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 170px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  overflow: visible;
}

.wave-effect-text.is-moving {
  color: #2597cc;
}

.nav {
  z-index: 90;
  background-color: #fff;
  border-bottom: .2px #d6d6d6;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 5%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.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.1);
}

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

.nev-menu-jpntext {
  text-align: center;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding: 0;
  font-family: STIX Two Text, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

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

.hero-block-area {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 203px;
  padding-bottom: 92px;
  display: flex;
}

.menu-logo {
  width: 155px;
}

.menu-sub-area {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.menu-sub-line {
  background-color: #4d4d4d;
  width: 20px;
  height: 1px;
}

.menu-sub-text {
  padding-left: 9px;
  padding-right: 9px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.hero-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: STIX Two Text, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
}

.hero-h2.jpn {
  font-family: var(--sippori);
}

.hero-block-item {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 93px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.hero-block-item.right {
  margin-top: 213px;
  margin-left: auto;
}

.aurora-section {
  background-image: linear-gradient(#000 12%, #4ab2485c 21%, #dfffef 34%, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  display: flex;
}

.footer {
  z-index: 2;
  background-color: #cacaca;
  padding-top: 43px;
  position: relative;
}

.aurora-text {
  font-family: var(--sippori);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  line-height: 1em;
}

.aurora-text-area {
  justify-content: center;
  align-items: center;
  display: flex;
}

.aurora-line {
  background-color: #777;
  width: 30px;
  height: 2px;
}

.top-about-section {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 49px;
  padding-bottom: 49px;
  display: flex;
  position: relative;
}

.h1-eng {
  color: #158770;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Cormorant, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1em;
}

.h1-eng.bottom {
  padding-left: 50px;
}

.h1-eng.bottom.wide {
  padding-left: 306px;
}

.top-h1-eng-area {
  z-index: 1;
  position: relative;
}

.t-about-left-area {
  width: 51%;
  padding-left: 5%;
}

.discription-area {
  z-index: 1;
  background-color: #ffffffd9;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -21px;
  padding: 11px 58px 46px;
  display: flex;
  position: relative;
}

.discription-area.wide {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 87%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 42px;
}

.discription-area.intro {
  justify-content: flex-start;
  align-items: flex-start;
  width: 57%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 57px 10px 47px 24px;
}

.discription-area.intro.right {
  width: 40%;
}

.h3-jpn-discription {
  margin-bottom: 28px;
  font-size: 25px;
  font-weight: 400;
}

.h3-jpn-discription.intro {
  margin-top: 1px;
  margin-bottom: 0;
}

.h3-jpn-discription.page-top {
  margin-top: 30px;
  padding-left: 67px;
}

.description-jpn {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.4em;
}

.btn {
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  padding: 12px 13px;
  transition: all .45s;
  display: flex;
  position: relative;
}

.btn:hover {
  background-color: #ecffe8;
  border-color: #7dd664;
}

.btn-text {
  color: #000;
  border-style: none;
  border-color: #000;
  padding-top: .2em;
  font-family: STIX Two Text, sans-serif;
  font-size: 24px;
  line-height: 1em;
  position: static;
}

.description-bton-area {
  margin-top: 74px;
}

.description-bton-area.wide {
  margin-top: auto;
}

.description-bton-area.intro {
  margin-top: 75px;
}

.btn-arrow {
  width: 25px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  left: auto;
  right: 6%;
}

.top-about-img {
  z-index: 1;
  width: 53%;
  position: absolute;
  inset: 8% 0% 0% auto;
}

.top-about-block-area {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-about-block {
  opacity: .38;
  background-image: linear-gradient(173deg, #cfcfcf, #4ab248);
  width: 10em;
  height: 10em;
  position: absolute;
  inset: 0% auto auto 35%;
}

.top-about-block._2 {
  background-image: linear-gradient(90deg, #fff 11%, #4ab248);
  inset: 31% auto auto 0%;
}

.top-about-block._3 {
  background-image: linear-gradient(171deg, #d8d8d8, #4ab248);
  width: 13em;
  height: 13em;
  inset: auto 9% 19% auto;
}

.top-about-block._2 {
  background-image: linear-gradient(90deg, #fff 11%, #4ab248);
  width: 9em;
  height: 9em;
  inset: 31% auto auto 0%;
}

.top-about-block._4 {
  width: 7em;
  height: 7em;
  inset: auto 27% 15% auto;
}

.top-service-section {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.top-service-h-area {
  z-index: 3;
  margin-bottom: -8%;
  padding-left: 5%;
  position: relative;
}

.top-service-contents {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.top-service-main-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 780px;
  display: flex;
  position: relative;
}

.top-service-back-area {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
  position: absolute;
  inset: 0%;
}

.top-service-block {
  background-color: #cacaca;
}

.top-server-img {
  z-index: 2;
  width: 20%;
  position: absolute;
  inset: -8% 7% auto auto;
}

.top-server-img-2 {
  z-index: 2;
  width: 27%;
  position: absolute;
  inset: auto 16% 13% auto;
}

.top-record-section {
  background-image: url('../images/top9.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.top-record-main-wrapper {
  background-color: #fff;
  flex-flow: column;
  width: 32%;
  height: 100%;
  margin-left: 31px;
  margin-right: 31px;
  padding: 20px 25px;
  display: flex;
}

.top-record-h1-eng {
  color: #fff;
  text-align: center;
  margin-top: 6%;
  margin-bottom: auto;
  font-family: Cormorant, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1em;
}

.top-record-h1-eng._2 {
  margin-top: auto;
  margin-bottom: 8%;
}

.top-record-img {
  margin-bottom: 21px;
}

.top-record-h2-eng {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
}

.top-record-line {
  background-color: #cacaca;
  width: 80%;
  height: 2px;
  margin-bottom: 40px;
}

.top-record-h2-jpn {
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
}

.top-record-btn-area {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 31px;
  display: flex;
}

.top-reform-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 1200px;
  display: flex;
  position: relative;
}

.top-reform-h-area {
  z-index: 1;
  margin-bottom: -8%;
  padding-left: 5%;
  position: absolute;
  inset: 7% 12% auto auto;
}

.top-reform-img-leftup {
  z-index: 0;
  width: 27%;
  transition: all .2s ease-in;
  position: absolute;
  inset: 5% auto auto 6%;
}

.top-reform-img-leftbottom {
  z-index: 0;
  width: 45%;
  position: absolute;
  inset: auto auto 7% 0%;
}

.top-reform-img-rightup {
  z-index: 0;
  width: 35%;
  transition: all .2s ease-in;
  position: absolute;
  inset: 28% 0% auto auto;
}

.top-reform-img-rightbottom {
  z-index: 0;
  width: 30%;
  position: absolute;
  inset: auto 13% 11% auto;
}

.contact-section {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

.contact-logo {
  opacity: .4;
  width: 19%;
  position: absolute;
  inset: auto 7% 15% auto;
}

.contact-btn-area {
  margin-top: 42px;
}

.insta-section {
  background-color: #fff;
  flex-flow: column;
  padding: 49px 1% 90px;
  display: flex;
}

.footer-wrapper {
  background-color: #356d82;
  justify-content: space-around;
  align-items: center;
  width: 93%;
  margin-left: auto;
  padding: 27px 6% 38px 28px;
  display: flex;
}

.footer-logo {
  width: 16%;
}

.footer-sub-word {
  color: #fff;
  letter-spacing: .1em;
  font-family: STIX Two Text, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
}

.footer-info-area {
  flex-flow: column;
  margin-bottom: auto;
  display: flex;
}

.footer-info-items {
  flex-flow: column;
  margin-bottom: 25px;
  display: flex;
}

.footer-h4-eng {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: STIX Two Text, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

.footer-discription {
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.footer-sns-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.footer-sns-link {
  margin-bottom: 15px;
}

.sns-icon {
  width: 52px;
}

.insta-logo {
  width: 60px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.c-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sawarabi Gothic, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: auto 0% 3%;
}

.about-top-h-up {
  z-index: 1;
  position: absolute;
  inset: 13% auto auto 3%;
}

.about-top-h-bottom {
  z-index: 1;
  position: absolute;
  inset: auto 6% 26% auto;
}

.about-intro-section {
  z-index: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 63px;
  display: flex;
  position: relative;
}

.about-intro-img {
  z-index: 2;
  width: 28%;
  position: relative;
}

.self-introtext-area {
  justify-content: flex-start;
  align-items: stretch;
  width: 97%;
  margin-top: -23px;
  padding-left: 31px;
  padding-right: 31px;
  display: flex;
  position: relative;
}

.h2-jpn {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  inset: -5% auto auto 4%;
}

.about-info-section {
  z-index: 2;
  background-color: #fff;
  padding: 58px 5% 71px;
  position: relative;
}

.about-box {
  z-index: 0;
  background-color: #e2fffa;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 17% auto 0 41%;
}

.about-box._2 {
  background-color: #e2ffee;
  top: 45%;
  bottom: 0;
  left: 46%;
}

.info-wrapper {
  margin-top: 38px;
  display: flex;
}

.info-main-area {
  width: 50%;
}

.info-items {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 47px;
  display: flex;
}

.info-material {
  border-bottom: 1px solid var(--gray);
  width: 100%;
  padding-top: 22px;
  padding-bottom: 8px;
  display: flex;
}

.info-h4 {
  align-self: center;
  width: 44%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1em;
}

.info-description {
  letter-spacing: 1px;
  width: 80%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.info-img {
  object-fit: cover;
  width: 35%;
  margin-left: auto;
}

.map {
  width: 70%;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}

.partner-section {
  z-index: 2;
  background-color: #fff;
  padding-bottom: 64px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.partner-wrapper {
  margin-top: 33px;
}

.partner-line {
  background-color: var(--gray);
  width: 45%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.partner-line.bottom {
  margin-left: auto;
}

.partner-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 45px;
  margin-bottom: 43px;
  display: flex;
}

.partner-text {
  margin: 18px 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.service-top-section {
  margin-top: 137px;
}

.page-top-h1-area {
  margin-top: 66px;
  padding-left: 5%;
}

.service-main-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 29px 5% 63px;
  display: flex;
  position: relative;
}

.service-top-img {
  width: 23%;
  position: absolute;
  inset: 0% 5% auto auto;
}

.service-top-img.bottom {
  inset: auto auto 18% 5%;
}

.service-basic-section {
  padding-bottom: 42px;
}

.service-sefety-section {
  height: 780px;
  margin-bottom: 50px;
  padding: 22px 5% 63px;
}

.basic-sectio-h {
  z-index: 3;
  padding-left: 5%;
  position: relative;
}

.basic-area {
  background-color: #eaeaea;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 43px;
  padding: 66px 2%;
  display: flex;
  position: relative;
}

.basic-area.green {
  background-color: #588168;
  margin-top: 0;
  padding-left: 4%;
  padding-right: 4%;
}

.basic-items {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.basic-img {
  object-fit: cover;
  width: 93%;
  height: 400px;
  margin-bottom: -55px;
}

._2discription-area {
  z-index: 1;
  background-color: #ffffffd9;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 280px;
  padding: 7px 13px 32px 8%;
  display: flex;
  position: relative;
}

._2discription-area.wide {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 87%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 87px;
  padding-bottom: 42px;
}

._2discription-area.intro {
  justify-content: flex-start;
  align-items: flex-start;
  width: 57%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 57px 10px 47px 24px;
}

._2discription-area.intro.right {
  width: 40%;
}

._2-h3-jpn-discription {
  margin-bottom: -1px;
  font-size: 25px;
  font-weight: 400;
}

._2-h3-jpn-discription.intro {
  margin-top: 1px;
  margin-bottom: 0;
}

._2-h3-jpn-discription.page-top {
  margin-top: 43px;
  padding-left: 67px;
}

.basic-multi-img-area {
  width: 45%;
}

.basic-multi-img {
  object-fit: cover;
  width: 60%;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 2%;
}

.basic-multi-img._2 {
  width: 50%;
  top: 33%;
  right: 31%;
}

.safe-main-area {
  justify-content: flex-start;
  align-items: center;
  height: 590px;
  margin-top: -45px;
  display: flex;
  position: relative;
  top: 39px;
}

.safe-img {
  object-fit: cover;
  width: 58%;
  height: 90%;
  position: absolute;
  inset: 8% 0% 0% auto;
}

.record-section {
  margin-top: 175px;
}

.jisseki-back-text {
  z-index: 0;
  color: #ffffff40;
  font-family: Cormorant, sans-serif;
  font-size: 90px;
  line-height: 1em;
  position: sticky;
  top: 26%;
}

.section-7 {
  height: 600px;
}

.reform-top-section {
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 68px;
}

.reform-img-wrapper {
  height: 250vh;
  margin-top: 100px;
}

.refoom-img-main-area {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 44px;
}

.reform-self-img {
  z-index: 1;
  width: 40%;
  margin-top: 37px;
  position: relative;
}

.reform-self-section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 63px;
  display: flex;
  position: relative;
}

.reform-self-h1-area {
  margin-top: 66px;
}

.reform-back-line {
  z-index: 0;
  background-image: linear-gradient(94deg, #96f3b8, #fbffb4);
  width: 100%;
  height: 11%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: -11% auto 0 0%;
}

.reform-up-img-area {
  justify-content: space-between;
  width: 100%;
  height: 42%;
  display: flex;
  position: relative;
}

.reform-img-top-left {
  z-index: 1;
  object-fit: cover;
  width: 31%;
  height: 93%;
  margin-left: 17%;
  position: absolute;
  top: 7%;
}

.reform-img-top-right {
  z-index: 1;
  object-fit: cover;
  width: 34%;
  height: 90%;
  margin-right: 6%;
  position: absolute;
  inset: 8% 0% auto auto;
}

.refotm-bottom-img-area {
  justify-content: space-between;
  width: 100%;
  height: 46%;
  margin-bottom: 41px;
  display: flex;
  position: relative;
}

.reform-img-bottom-left {
  z-index: 1;
  object-fit: cover;
  width: 39%;
  height: 100%;
  margin-left: 5%;
  position: absolute;
}

.reform-img-bottom-left._2 {
  bottom: 26px;
}

.reform-img-bottom-right {
  z-index: 1;
  object-fit: cover;
  width: 27%;
  height: 90%;
  margin-right: 9%;
  position: absolute;
  top: 5%;
  left: auto;
  right: 3%;
}

.reform-multi-line {
  z-index: 0;
  background-color: #eaeaea;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto auto 18% 0%;
}

.space-section {
  padding-top: 0;
  padding-bottom: 62px;
}

.water-area {
  background-color: #324e56;
  padding: 42px 18px;
}

.water-img-area {
  justify-content: space-around;
  align-items: center;
  height: 490px;
  display: flex;
}

.water-img {
  object-fit: cover;
  width: 44%;
  height: 100%;
}

.water-img2 {
  object-fit: cover;
  width: 30%;
  height: 100%;
}

.water-img3 {
  object-fit: cover;
  width: 22%;
  height: 100%;
}

.water-text-area {
  width: 70%;
  margin-top: -52px;
  margin-left: auto;
  margin-right: auto;
}

.contact-top-section {
  flex-flow: column;
  margin-top: 128px;
  display: flex;
}

.contact-main-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 61px;
  margin-bottom: 92px;
  display: flex;
  position: relative;
}

.contact-text-h {
  margin-right: 41px;
  font-size: 30px;
  line-height: 1em;
}

.contact-text-items {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  margin-top: 48px;
  display: flex;
  position: relative;
}

.contact-line {
  z-index: 0;
  background-color: #eaeaea;
  width: 30%;
  height: 90px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-line._2 {
  inset: auto 0% -59% auto;
}

.contact-h-area {
  justify-content: center;
  align-items: center;
  padding-top: 67px;
  padding-bottom: 32px;
  display: flex;
}

.form-area {
  align-self: center;
  width: 70%;
  margin-top: 4px;
  margin-bottom: 108px;
}

.contact-sns {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.top-reform-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.record-line {
  background-color: #fff;
  width: 2%;
  height: 1px;
}

.collection-list {
  width: 90%;
  padding-left: 15%;
}

.basic-multi-img-wrapper {
  width: 50%;
  position: relative;
}

.reform-img-top-left2 {
  z-index: 1;
  object-fit: cover;
  width: 31%;
  height: 93%;
  margin-left: 17%;
  position: absolute;
  top: 7%;
}

.reform-img-top-right2 {
  z-index: 1;
  object-fit: cover;
  width: 34%;
  height: 90%;
  margin-right: 6%;
  position: absolute;
  inset: 8% 0% auto auto;
}

.reform-img-bottom-left2 {
  z-index: 1;
  object-fit: cover;
  width: 39%;
  height: 100%;
  margin-left: 5%;
  position: absolute;
}

.reform-img-bottom-left2._2 {
  bottom: 26px;
}

.reform-img-bottom-right2 {
  z-index: 1;
  object-fit: cover;
  width: 27%;
  height: 80%;
  margin-right: 9%;
  position: absolute;
  top: 5%;
  left: auto;
  right: 3%;
}

.reform-line-text {
  color: #696969;
  letter-spacing: .8em;
  font-family: STIX Two Text, sans-serif;
  font-size: 25px;
  line-height: 1em;
  position: absolute;
  inset: auto 0% 30% auto;
}

@media screen and (min-width: 1920px) {
  .about-top-section {
    padding-top: 140px;
  }

  .text-solid, .text-wireframe {
    font-size: 36px;
  }

  .wave-text_component {
    height: 15rem;
  }

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

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

  .discription-area {
    margin-top: 6px;
  }

  .description-jpn {
    font-size: 18px;
  }

  .top-about-img {
    width: 48%;
  }

  .top-about-block {
    width: 12em;
    height: 12em;
  }

  .top-about-block._3 {
    width: 15em;
    height: 15em;
    bottom: 1%;
  }

  .top-about-block._4 {
    bottom: 6%;
  }

  .top-service-h-area {
    margin-bottom: -5%;
  }

  .top-service-main-wrapper {
    height: 810px;
  }

  .top-service-back-area {
    padding-left: 2%;
    padding-right: 2%;
  }

  .top-server-img {
    width: 22%;
  }

  .top-server-img-2 {
    width: 26%;
    right: 22%;
  }

  .top-record-section {
    height: 870px;
  }

  .top-reform-h-area {
    right: 24%;
  }

  .contact-section {
    padding-top: 57px;
    padding-bottom: 59px;
  }

  .contact-logo {
    width: 13%;
    bottom: 11%;
    right: 10%;
  }

  .footer-wrapper {
    padding-bottom: 14px;
  }

  .footer-logo {
    width: 14%;
  }

  .footer-sub-word {
    font-size: 22px;
  }

  .partner-text {
    font-size: 20px;
  }

  .service-top-section {
    margin-top: 140px;
  }

  .service-main-area {
    margin-bottom: 140px;
  }

  .service-top-img {
    width: 25%;
    right: 8%;
  }

  .service-top-img.bottom {
    bottom: 5%;
    left: 6%;
  }

  .basic-area {
    padding-left: 4%;
    padding-right: 4%;
  }

  .basic-img {
    height: 510px;
  }

  .safe-img {
    width: 56%;
  }

  .record-section {
    margin-top: 140px;
  }

  .reform-top-section {
    margin-top: 140px;
    padding-top: 0;
  }

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

  .contact-text-h {
    margin-right: 78px;
  }

  .contact-text-items {
    width: 23%;
  }
}

@media screen and (max-width: 991px) {
  .scanner-container {
    margin-left: 0;
    margin-right: 14px;
  }

  .scanner-container._2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-solid, .text-wireframe {
    font-size: 30px;
  }

  .wave-text_component {
    align-items: center;
    height: 12rem;
  }

  .wave-effect-text {
    letter-spacing: 0;
    font-size: 140px;
  }

  .mobile-menu-text {
    z-index: 1;
    color: #fff;
    border-bottom: 1px solid #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44%;
    margin-top: 28px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 17px;
    font-size: 23px;
    font-weight: 600;
    display: flex;
    position: relative;
  }

  .nav-taptriger-mask {
    z-index: 0;
    position: absolute;
    inset: 0%;
  }

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

  .nav-menu {
    display: none;
  }

  .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;
  }

  .m-menu-text {
    text-transform: capitalize;
    font-size: .8em;
    font-weight: 400;
    line-height: 1em;
  }

  .mobile-menu-wrapper-2 {
    z-index: 80;
    background-image: linear-gradient(#033611, #033611);
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 67%;
    margin-top: 40px;
    margin-left: auto;
    padding-top: 17px;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .hero-block-area {
    padding-top: 298px;
  }

  .menu-logo {
    width: 143px;
  }

  .menu-sub-line {
    width: 12px;
  }

  .menu-sub-text {
    font-size: 12px;
  }

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

  .hero-block-item.right {
    margin-top: 159px;
  }

  .aurora-section {
    height: 380px;
  }

  .top-about-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .h1-eng {
    font-size: 60px;
  }

  .h1-eng.bottom {
    padding-left: 157px;
  }

  .h1-eng.bottom.wide {
    padding-left: 40%;
  }

  .top-h1-eng-area {
    z-index: 2;
  }

  .t-about-left-area {
    width: 85%;
  }

  .discription-area {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .discription-area.wide {
    width: 90%;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .discription-area.intro {
    width: 100%;
  }

  .discription-area.intro.right {
    width: 100%;
    padding-top: 19px;
  }

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

  .h3-jpn-discription.page-top {
    margin-top: 14px;
    margin-bottom: 39px;
    padding-left: 0;
  }

  .description-jpn {
    font-size: 14px;
  }

  .btn {
    width: 230px;
  }

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

  .description-bton-area.wide {
    margin-top: 40px;
  }

  .btn-arrow {
    width: 19px;
  }

  .top-about-img {
    order: -1;
    width: 60%;
    margin-bottom: 53px;
    margin-left: 20%;
    position: relative;
  }

  .top-about-block {
    width: 7em;
    height: 7em;
  }

  .top-about-block._3 {
    bottom: 37%;
  }

  .top-about-block._2 {
    width: 7em;
    height: 7em;
    top: 33%;
  }

  .top-about-block._4 {
    right: 19%;
  }

  .top-service-h-area {
    margin-bottom: 0%;
  }

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

  .top-service-main-wrapper {
    height: auto;
    margin-top: 17px;
    padding-bottom: 58px;
  }

  .top-server-img {
    z-index: 1;
    width: 40%;
    position: absolute;
    top: 8%;
  }

  .top-server-img-2 {
    width: 50%;
    margin-top: 24px;
    margin-bottom: 22px;
    margin-right: 38%;
    position: static;
    bottom: 0%;
  }

  .top-record-section {
    position: relative;
  }

  .top-record-main-wrapper {
    width: 67%;
    margin-left: 0;
    margin-right: 0;
  }

  .top-record-h1-eng {
    margin-top: 0%;
    margin-bottom: 0;
    font-size: 70px;
    position: absolute;
    inset: 35% auto auto -5%;
    transform: rotate(-90deg);
  }

  .top-record-h1-eng._2 {
    inset: auto -5% 26% auto;
    transform: rotate(90deg);
  }

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

  .top-record-h2-jpn {
    font-size: 22px;
  }

  .top-reform-section {
    height: 800px;
  }

  .top-reform-h-area {
    margin-bottom: 0%;
    padding-left: 0%;
    right: 32%;
  }

  .top-reform-img-leftup {
    width: 32%;
  }

  .top-reform-img-rightup {
    width: 48%;
  }

  .top-reform-img-rightbottom {
    width: 34%;
  }

  .contact-section {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .footer-wrapper {
    flex-flow: column;
    width: 92%;
  }

  .footer-sub-word {
    font-size: 23px;
  }

  .footer-info-area {
    flex-flow: column;
    width: 60%;
    margin-top: 30px;
  }

  .footer-h4-eng {
    margin-right: 30px;
  }

  .footer-sns-area {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .sns-icon {
    margin-right: 39px;
  }

  .insta-logo {
    width: 60px;
  }

  .c-text {
    justify-content: center;
    align-items: center;
    margin-left: 2%;
    display: flex;
  }

  .about-intro-img {
    width: 50%;
  }

  .self-introtext-area {
    flex-flow: column;
    width: 100%;
  }

  .h2-jpn {
    margin-top: 25px;
    position: static;
    transform: translate(0, 60%);
  }

  .about-box {
    width: 200px;
    height: 200px;
  }

  .about-box._2 {
    top: 36%;
  }

  .info-wrapper {
    flex-flow: column;
  }

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

  .info-description {
    line-height: 1.3em;
  }

  .info-img {
    width: 49%;
    margin-top: 46px;
  }

  .map {
    width: 85%;
  }

  .partner-line {
    margin-bottom: 0;
  }

  .partner-items {
    margin: 19px auto 29px;
  }

  .partner-text {
    margin-bottom: 7px;
  }

  .service-top-img {
    width: 30%;
  }

  .service-top-img.bottom {
    bottom: 40%;
  }

  .basic-area {
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 6px;
  }

  .basic-items {
    width: 100%;
    margin-bottom: 19px;
  }

  ._2discription-area {
    height: auto;
  }

  .basic-multi-img {
    width: 50%;
  }

  .basic-multi-img._2 {
    width: 40%;
    top: 28%;
    right: 47%;
  }

  .safe-main-area {
    flex-flow: column;
    height: auto;
    transform: translate(0);
  }

  .safe-img {
    order: -1;
    width: 69%;
    position: static;
    transform: translate(0, 61px);
  }

  .reform-top-section {
    padding-bottom: 0;
  }

  .reform-img-wrapper {
    margin-top: 42px;
  }

  .reform-self-img {
    width: 70%;
  }

  .reform-img-top-left {
    width: 40%;
    height: 80%;
    inset: 16% auto auto -8%;
  }

  .reform-img-top-right {
    width: 34%;
    height: 80%;
    top: 15%;
  }

  .refotm-bottom-img-area {
    margin-bottom: 23px;
  }

  .reform-img-bottom-left {
    object-fit: cover;
    width: 55%;
    height: 80%;
  }

  .reform-img-bottom-right {
    width: 30%;
    height: 100%;
    right: -6%;
  }

  .water-img-area {
    height: 300px;
  }

  .water-text-area {
    width: 90%;
  }

  .contact-top-section {
    margin-top: 100px;
  }

  .contact-text-items {
    width: 47%;
  }

  .form-area {
    width: 90%;
  }

  .contact-sns {
    width: 50px;
  }

  .mobile-menu-logo {
    opacity: .15;
    width: 50%;
    position: absolute;
    inset: auto 25% 0% auto;
  }

  .image-3 {
    margin-bottom: 20px;
  }

  .collection-list {
    width: 100%;
    padding-left: 15%;
  }

  .collection-list-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item {
    text-align: center;
    width: 100%;
  }

  .basic-multi-img-wrapper {
    width: 100%;
    height: 480px;
  }

  .reform-img-top-left2 {
    width: 40%;
    height: 80%;
    inset: 16% auto auto -8%;
  }

  .reform-img-top-right2 {
    height: 80%;
    top: 15%;
  }

  .reform-img-bottom-left2 {
    width: 55%;
    height: 80%;
  }

  .reform-img-bottom-right2 {
    width: 30%;
    height: 100%;
    right: -6%;
  }
}

@media screen and (max-width: 767px) {
  .scanner-container._1 {
    width: 20%;
  }

  .text-solid, .text-wireframe {
    font-size: 22px;
  }

  .water-text-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

  .section-tip {
    align-items: center;
  }

  .wave-text_component {
    height: 8rem;
  }

  .wave-text_component._2 {
    margin-top: -9px;
  }

  .wave-effect-text {
    font-size: 20vw;
  }

  .mobile-menu-text {
    width: 60%;
    margin-top: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .menu-logo {
    width: 110px;
  }

  .menu-sub-text {
    font-size: 11px;
  }

  .service-main-area {
    margin-top: 67px;
  }

  .basic-multi-img._2 {
    width: 50%;
  }

  .contact-text-h {
    font-size: 24px;
  }

  .contact-text-items {
    width: 60%;
  }

  .collection-list {
    padding-left: 3%;
  }

  .basic-multi-img-wrapper {
    height: 490px;
  }

  .reform-line-text {
    letter-spacing: .4em;
    font-size: 23px;
  }
}

@media screen and (max-width: 479px) {
  .jisseki-wrapper {
    margin-top: 32px;
  }

  .work-item {
    margin-top: 28px;
    margin-bottom: 28px;
    padding-left: 0%;
  }

  .scanner-container {
    margin-right: 4px;
  }

  .text-solid, .text-wireframe {
    font-size: 17px;
  }

  .water-text-wrapper {
    margin-top: 0;
    margin-bottom: 34px;
    transform: translate(0, -120px);
  }

  .wave-text_component {
    height: 6rem;
  }

  .wave-effect-text {
    letter-spacing: 0;
    font-size: 20vw;
  }

  .mobile-menu-text {
    z-index: 1;
    border-bottom-style: none;
    width: 80%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
  }

  .mobile-menu-text.w--current {
    z-index: 1;
    position: static;
  }

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

  .nav-menu {
    width: 100%;
  }

  .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%;
  }

  .m-menu-text {
    font-size: .8em;
  }

  .mobile-menu-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 70%;
    height: 500px;
    margin-top: 47px;
    padding-top: 30px;
  }

  .hero-block-area {
    padding-top: 393px;
  }

  .menu-sub-area {
    display: none;
  }

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

  .hero-h2.jpn {
    font-size: 21px;
  }

  .hero-block-item {
    width: 100%;
  }

  .aurora-section {
    height: 460px;
  }

  .aurora-text {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 18px;
  }

  .aurora-line {
    width: 8px;
  }

  .h1-eng.bottom {
    padding-left: 98px;
  }

  .h1-eng.bottom.wide {
    padding-left: 26%;
  }

  .t-about-left-area {
    width: 93%;
    padding-left: 0%;
  }

  .discription-area {
    order: 1;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .discription-area.intro {
    padding-left: 10px;
  }

  .h3-jpn-discription {
    align-self: flex-start;
    margin-bottom: 13px;
    font-size: 21px;
  }

  .h3-jpn-discription.page-top {
    margin-top: 19px;
  }

  .h3-jpn-discription.contact {
    align-self: center;
  }

  .description-jpn {
    letter-spacing: .1em;
    font-size: 17px;
  }

  .description-bton-area {
    margin-top: 58px;
  }

  .description-bton-area.wide {
    align-self: center;
  }

  .top-about-img {
    width: 90%;
    margin-left: 0%;
  }

  .top-about-block._2 {
    top: 33%;
  }

  .top-service-section {
    padding-top: 0;
    padding-bottom: 22px;
    padding-left: 0;
  }

  .top-service-h-area {
    padding-left: 0%;
  }

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

  .top-server-img-2 {
    width: 60%;
    margin-top: 8px;
  }

  .top-record-main-wrapper {
    width: 71%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-record-h1-eng {
    font-size: 36px;
    left: -6%;
  }

  .top-record-h1-eng._2 {
    right: -6%;
  }

  .top-record-h2-eng {
    font-size: 30px;
  }

  .top-record-line {
    margin-bottom: 24px;
  }

  .top-record-h2-jpn {
    font-size: 19px;
  }

  .top-reform-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 65px;
  }

  .top-reform-h-area {
    order: -1;
    position: static;
  }

  .top-reform-img-leftup {
    width: 38%;
    position: relative;
    top: 11%;
  }

  .top-reform-img-leftbottom {
    position: relative;
    left: 10%;
  }

  .top-reform-img-rightup {
    width: 51%;
    position: relative;
    top: 21%;
    right: -18%;
  }

  .top-reform-img-rightbottom {
    width: 45%;
    position: relative;
    right: -2%;
  }

  .contact-logo {
    bottom: 36%;
  }

  .footer-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-logo.w--current {
    width: 21%;
  }

  .footer-sub-word {
    font-size: 21px;
  }

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

  .footer-h4-eng {
    font-size: 20px;
  }

  .footer-discription {
    font-size: 12px;
  }

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

  .sns-icon {
    width: 40px;
  }

  .about-intro-img {
    width: 90%;
  }

  .self-introtext-area, .about-info-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .about-box {
    left: 8%;
  }

  .about-box._2 {
    left: 25%;
  }

  .info-items {
    margin-top: 22px;
  }

  .info-h4 {
    width: 34%;
    font-size: 15px;
  }

  .info-description {
    width: 85%;
    font-size: 15px;
  }

  .info-img {
    width: 70%;
  }

  .partner-text {
    font-size: 18px;
  }

  .service-main-area {
    margin-top: 181px;
    margin-bottom: 141px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .service-top-img {
    object-fit: cover;
    object-position: 50% 25%;
    width: 70%;
    height: 180px;
    top: 15%;
  }

  .service-top-img.bottom {
    height: 160px;
    inset: auto auto -8% 0%;
  }

  .service-sefety-section {
    height: auto;
    margin-bottom: 74px;
    padding-bottom: 0;
  }

  .basic-area {
    margin-top: 25px;
    padding-top: 29px;
  }

  .basic-img {
    width: 100%;
    height: 250px;
    margin-bottom: -33px;
  }

  ._2discription-area {
    padding-left: 3%;
    padding-right: 3%;
  }

  .safe-img {
    width: 85%;
    margin-bottom: 21px;
  }

  .record-section {
    margin-top: 100px;
  }

  .jisseki-back-text {
    font-size: 70px;
  }

  .reform-top-section {
    margin-top: 100px;
    padding-top: 0;
  }

  .reform-self-img {
    width: 90%;
  }

  .reform-self-h1-area {
    padding-left: 5%;
  }

  .reform-img-bottom-right {
    top: 0%;
  }

  .space-section {
    padding-bottom: 10px;
  }

  .water-area {
    padding-left: 5px;
    padding-right: 5px;
  }

  .water-img-area {
    height: 310px;
  }

  .water-text-area {
    width: 95%;
  }

  .contact-text-items {
    width: 80%;
  }

  .contact-line {
    height: 30px;
  }

  .form-area {
    width: 95%;
  }

  .mobile-menu-logo {
    width: 40%;
    bottom: 4%;
  }

  .top-reform-img-wrapper {
    height: 400px;
    position: relative;
  }

  .basic-multi-img-wrapper {
    height: 340px;
  }

  .reform-img-bottom-right2 {
    top: 0%;
  }
}


