html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.fv {
  background-image: url(/assets/images/fv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.fv .fv-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv .fv-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .fv-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv .fv-bar img {
  aspect-ratio: 1440/810;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.fv .right-green-bar {
  background-color: #338708;
  height: 100%;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.fv .right-green-bar__text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 9px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  writing-mode: vertical-rl;
}
.fv__inner {
  position: relative;
  padding-top: 314px;
  padding-bottom: 263px;
}
.fv__inner .fv-title {
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-family: Rockwell;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 117px */
}
.fv__inner .fv-text-green {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.64px;
  width: fit-content;
}

.news_04 {
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
}
.news_04 .fixed-img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: inset(0);
}
.news_04 .fixed-img-wrapper .fixed-img {
  background-image: url(/assets/images/news-bg.jpg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.news_04__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 84px 0px;
}
.news_04__inner .news-right {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}
.news_04__inner .news-right .news-list__content {
  color: white;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid white;
  width: 100%;
}
.news_04__inner .news-right .news-list__content__date {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}
.news_04__inner .news-right .news-list__content__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
}
.news_04__inner .news-right .news-list__content--last {
  margin-bottom: 0;
}
.news_04__inner .news-left {
  max-width: 235px;
  margin-right: 20px;
}
.news_04__inner .news-left .head {
  margin-bottom: 40px;
}
.news_04__inner .news-left .head__en {
  font-style: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%; /* 96px */
  letter-spacing: 0.8px;
}
.news_04__inner .news-left .head__jp {
  position: relative;
  top: -8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%; /* 35px */
}

.product {
  position: relative;
}
.product .green-bg {
  background: #338708;
  max-width: 100px;
  width: 6.9444444444vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product .product-dot {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 215/520;
  max-width: 215px;
  width: 14.9305555556vw;
  height: auto;
}
.product .product-dot img {
  width: 100%;
  height: auto;
}
.product .product-img {
  position: absolute;
  top: 206px;
  right: 11.0416666667%;
  aspect-ratio: 431/618;
  max-width: 431px;
  width: 29.9305555556vw;
  height: auto;
}
.product .product-img img {
  width: 100%;
  height: auto;
}
.product .product-letters {
  position: absolute;
  bottom: 0;
  left: -10px;
  aspect-ratio: 108/771;
  max-width: 108px;
  width: 7.5vw;
  height: auto;
}
.product .product-letters img {
  width: 100%;
  height: auto;
}
.product__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 32px;
  padding-left: 160px;
}
.product__inner .products-list {
  max-width: 649px;
  width: 45.0694444444vw;
}
.product__inner .products-list .single-product {
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #000;
}
.product__inner .products-list .single-product__num {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16.435px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.585px; /* 240.86% */
  letter-spacing: 0.329px;
  margin-right: 20px;
  background-image: url(/assets/images/num-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 42/33;
  width: 42px;
  height: auto;
  min-width: 42px;
  position: relative;
}
.product__inner .products-list .single-product__num span {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.product__inner .products-list .single-product__text {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 240% */
  letter-spacing: 0.4px;
}
.product__inner .products-list .single-product__logo {
  margin-left: auto;
}

.access {
  position: relative;
}
.access .access-bg1 {
  position: absolute;
  aspect-ratio: 804/266;
  max-width: 55.8333333333vw;
  width: 100%;
  height: 266px;
  top: 0;
  left: 0;
}
.access .access-bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.access .access-bg2 {
  position: absolute;
  aspect-ratio: 294/294;
  max-width: 294px;
  width: 20.4166666667vw;
  height: auto;
  top: 15px;
  right: 40px;
}
.access .access-bg2 img {
  width: 100%;
  height: auto;
}
.access .access-bg3 {
  position: absolute;
  aspect-ratio: 574/120;
  max-width: 574px;
  width: 39.8611111111vw;
  height: auto;
  bottom: 0;
  right: 0;
}
.access .access-bg3 img {
  width: 100%;
  height: auto;
}
.access .access-bg4 {
  position: absolute;
  aspect-ratio: 215/461;
  max-width: 215px;
  width: 14.9305555556vw;
  height: auto;
  bottom: 0;
  left: 0;
}
.access .access-bg4 img {
  width: 100%;
  height: auto;
}
.access__inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.access__inner .access-info {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.access__inner .access-info span {
  font-size: 24px;
}
.access__inner .gmap-and-street {
  display: flex;
  height: 320px;
  box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
}
.access__inner .gmap-and-street__gmap {
  width: 50%;
}
.access__inner .gmap-and-street__gmap iframe {
  width: 100%;
  height: 100%;
}
.access__inner .gmap-and-street__streetview {
  width: 50%;
}
.access__inner .gmap-and-street__streetview iframe {
  width: 100%;
  height: 100%;
}
.access__inner .two-maps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.access__inner .single-map {
  max-width: 540px;
  width: 100%;
}
.access__inner .single-map__head {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.access__inner .single-map__head span {
  font-size: 24px;
}
.access__inner .single-map__map {
  box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
}
.access__inner .single-map__map iframe {
  width: 100%;
  height: 360px;
}

.company-and-recruit {
  background-image: url(/assets/images/company-and-recruit-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company-and-recruit__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.company-and-recruit__inner .desc {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
}
.company-and-recruit__inner .img-links {
  display: flex;
  justify-content: center;
}
.company-and-recruit__inner .img-links .img-link {
  aspect-ratio: 480/360;
  max-width: 480px;
  width: 100%;
}
.company-and-recruit__inner .img-links .img-link:hover {
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.company-and-recruit__inner .img-links .img-link img {
  width: 100%;
  height: auto;
}

.contact {
  background-image: url(/assets/images/contact-bg.jpg);
  background-size: cover;
}
.contact__inner {
  padding-top: 100px;
  padding-bottom: 134px;
}
.contact__inner .contact-head {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
}
.contact__inner .contact-content {
  display: flex;
  justify-content: space-between;
}
.contact__inner .contact-content .contact-left {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__inner .contact-content .contact-left .tel {
  margin-bottom: 7px;
}
.contact__inner .contact-content .contact-left .tel .tel-logo {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-left .tel .tel-text {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.84px;
}
.contact__inner .contact-content .contact-left .fax {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.contact__inner .contact-content .bar {
  aspect-ratio: 15/173;
  width: 15px;
  min-width: 15px;
  height: auto;
}
.contact__inner .contact-content .bar img {
  width: 100%;
  height: auto;
}
.contact__inner .contact-content .contact-right {
  max-width: 550px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-right .email .email-logo {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}
.contact__inner .contact-content .contact-right .email .email-text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 42px */
}

@media (max-width: 768px) {
  .fv {
    background-image: url(/assets/images/fv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .fv .fv-bar {
    position: absolute;
    bottom: -30px;
    left: -50px;
    width: 100%;
    height: 100%;
  }
  .fv .fv-bar img {
    aspect-ratio: 1440/810;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
  }
  .fv .right-green-bar {
    background-color: #338708;
    height: 100%;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .fv .right-green-bar__text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 2px;
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.64px;
    writing-mode: vertical-rl;
  }
  .fv__inner {
    padding-top: 314px;
    padding-bottom: 263px;
  }
  .fv__inner .fv-title {
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: Rockwell;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 117px */
  }
  .fv__inner .fv-text-green {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    letter-spacing: 0.64px;
    width: fit-content;
  }
  .news_04 {
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
  }
  .news_04 .fixed-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: inset(0);
  }
  .news_04 .fixed-img-wrapper .fixed-img {
    background-image: url(/assets/images/news-bg.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
  }
  .news_04__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .news_04__inner .news-right {
    max-width: 820px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
  }
  .news_04__inner .news-right .news-list__content {
    color: white;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid white;
    width: 100%;
  }
  .news_04__inner .news-right .news-list__content__date {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.48px;
    margin-bottom: 4px;
  }
  .news_04__inner .news-right .news-list__content__title {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.8px;
  }
  .news_04__inner .news-right .news-list__content--last {
    margin-bottom: 0;
  }
  .news_04__inner .news-left {
    max-width: 235px;
    margin-right: 20px;
  }
  .news_04__inner .news-left .head {
    margin-bottom: 40px;
  }
  .news_04__inner .news-left .head__en {
    font-style: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    line-height: 120%; /* 96px */
    letter-spacing: 0.8px;
  }
  .news_04__inner .news-left .head__jp {
    position: relative;
    top: -8px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 175%; /* 35px */
  }
  .product {
    position: relative;
  }
  .product .green-bg {
    background: #338708;
    max-width: 20px;
    width: 5.3333333333vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product .product-dot {
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 215/520;
    max-width: 120px;
    width: 32vw;
    height: auto;
  }
  .product .product-dot img {
    width: 100%;
    height: auto;
  }
  .product .product-img {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    aspect-ratio: 431/618;
    max-width: 300px;
    width: 80vw;
    height: auto;
  }
  .product .product-img img {
    width: 100%;
    height: auto;
  }
  .product .product-letters {
    display: none;
    position: absolute;
    bottom: 0;
    left: -10px;
    aspect-ratio: 108/771;
    max-width: 108px;
    width: 7.5vw;
    height: auto;
  }
  .product .product-letters img {
    width: 100%;
    height: auto;
  }
  .product__inner {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-top: 54px;
    padding-bottom: 430px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .product__inner .products-list {
    max-width: none;
    width: 100%;
  }
  .product__inner .products-list .single-product {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #000;
  }
  .product__inner .products-list .single-product__num {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16.435px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.585px; /* 240.86% */
    letter-spacing: 0.329px;
    margin-right: 20px;
    background-image: url(/assets/images/num-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 42/33;
    width: 42px;
    height: auto;
    min-width: 42px;
    position: relative;
  }
  .product__inner .products-list .single-product__num span {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
  .product__inner .products-list .single-product__text {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 240% */
    letter-spacing: 0.4px;
  }
  .product__inner .products-list .single-product__logo {
    margin-left: auto;
  }
  .access {
    position: relative;
  }
  .access .access-bg1 {
    position: absolute;
    aspect-ratio: 804/266;
    max-width: none;
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
  }
  .access .access-bg1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .access .access-bg2 {
    position: absolute;
    aspect-ratio: 294/294;
    max-width: 294px;
    width: 20.4166666667vw;
    height: auto;
    top: 15px;
    right: 40px;
  }
  .access .access-bg2 img {
    width: 100%;
    height: auto;
  }
  .access .access-bg3 {
    position: absolute;
    aspect-ratio: 574/120;
    max-width: 574px;
    width: 39.8611111111vw;
    height: auto;
    bottom: 0;
    right: 0;
  }
  .access .access-bg3 img {
    width: 100%;
    height: auto;
  }
  .access .access-bg4 {
    position: absolute;
    aspect-ratio: 215/461;
    max-width: 215px;
    width: 14.9305555556vw;
    height: auto;
    bottom: 0;
    left: 0;
  }
  .access .access-bg4 img {
    width: 100%;
    height: auto;
  }
  .access__inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .access__inner .access-info {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .access__inner .access-info span {
    font-size: 20px;
  }
  .access__inner .gmap-and-street {
    display: flex;
    flex-direction: column;
    height: 400px;
    box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .access__inner .gmap-and-street__gmap {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street__gmap iframe {
    width: 100%;
    height: 100%;
  }
  .access__inner .gmap-and-street__streetview {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street__streetview iframe {
    width: 100%;
    height: 100%;
  }
  .access__inner .two-maps {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
  .access__inner .single-map {
    max-width: none;
    width: 100%;
  }
  .access__inner .single-map__head {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .access__inner .single-map__head span {
    font-size: 20px;
  }
  .access__inner .single-map__map {
    box-shadow: 12px 12px 20px 0px rgba(0, 0, 0, 0.25);
  }
  .access__inner .single-map__map iframe {
    width: 100%;
    height: 200px;
  }
  .company-and-recruit {
    background-image: url(/assets/images/company-and-recruit-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .company-and-recruit__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .company-and-recruit__inner .desc {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 34px */
  }
  .company-and-recruit__inner .img-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .company-and-recruit__inner .img-links .img-link {
    aspect-ratio: 348/263;
    max-width: none;
    width: 100%;
    height: auto;
  }
  .company-and-recruit__inner .img-links .img-link:hover {
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
  }
  .company-and-recruit__inner .img-links .img-link img {
    width: 100%;
    height: auto;
  }
  .contact {
    background-image: url(/assets/images/contact-bg.jpg);
    background-size: cover;
  }
  .contact__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact__inner .contact-head {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
  }
  .contact__inner .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact__inner .contact-content .contact-left {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact__inner .contact-content .contact-left .tel {
    margin-bottom: 7px;
  }
  .contact__inner .contact-content .contact-left .tel .tel-logo {
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-left .tel .tel-logo svg {
    width: 40px;
    height: auto;
  }
  .contact__inner .contact-content .contact-left .tel .tel-text {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.84px;
  }
  .contact__inner .contact-content .contact-left .fax {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .contact__inner .contact-content .bar {
    aspect-ratio: 15/173;
    width: 15px;
    min-width: 15px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transform: rotate(90deg);
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .contact__inner .contact-content .bar img {
    width: 100%;
    height: auto;
  }
  .contact__inner .contact-content .contact-right {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-logo {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
  }
  .contact__inner .contact-content .contact-right .email .email-text {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 42px */
  }
}/*# sourceMappingURL=index.css.map */