html {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.fv {
  position: relative;
  background-image: url(../assets/images/fv.jpg);
  background-size: cover;
  background-position: bottom;
  height: 780px;
  width: 100%;
  overflow: hidden;
  padding: 0 24px;
  display: flex;
  justify-content: center;
}
.fv .swiper {
  position: absolute;
  right: 0;
  max-width: 88.8888888889vw;
  width: 100%;
}
.fv .swiper .swiper-wrapper {
  max-width: 88.8888888889vw;
  width: 100%;
  height: 700px;
}
.fv .swiper .swiper-wrapper .swiper-slide {
  max-width: 88.8888888889vw;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fv .swiper .swiper-wrapper .swiper-slide--1 {
  background-image: url(../assets/images/slide1.jpg);
}
.fv .swiper .swiper-wrapper .swiper-slide--2 {
  background-image: url(../assets/images/slide2.jpg);
}
.fv .swiper .swiper-wrapper .swiper-slide--3 {
  background-image: url(../assets/images/slide3.jpg);
}
.fv__wrapper {
  max-width: 1280px;
  width: 100%;
}
.fv__wrapper .fv-text {
  position: relative;
  z-index: 2;
  margin-top: 220px;
}
.fv__wrapper .fv-text__en {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 11.3888888889vw;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 139.4px */
  letter-spacing: 9.84px;
  margin-bottom: 40px;
}
.fv__wrapper .fv-text__jp {
  color: #fff;
  /* text/36- Medium - line-hegiht:140%- letter-opadiing:4% */
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: 1.44px;
}
.fv__bg-letters {
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1;
  right: -260px;
  bottom: 320px;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 180px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 153px */
  letter-spacing: 10.8px;
  mix-blend-mode: overlay;
}

.news {
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
  position: relative;
}
.news .news-bg-letters {
  position: absolute;
  bottom: -15px;
  right: -10px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 102px */
  letter-spacing: 7.2px;
  opacity: 0.5;
}
.news .fixed-img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  clip-path: inset(0);
}
.news .fixed-img-wrapper .fixed-img {
  background-image: url(../assets/images/news.jpg);
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  background-size: 150%;
  z-index: -1;
}
.news .news__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1167px;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
.news .news__wrapper .news-right {
  padding-top: 1.25rem;
  max-width: 876px;
  padding-right: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .news__wrapper .news-right .news-list__content {
  color: white;
  font-weight: 600;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.125rem solid white;
  width: 100%;
  display: flex;
}
.news .news__wrapper .news-right .news-list__content__date {
  margin-right: 40px;
  font-size: 1rem;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.news .news__wrapper .news-right .news-list__content__title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
/*
.news .news__wrapper .news-right .news-list__content--last {
  margin-bottom: 0;
}
*/

.news .news__wrapper .news-left {
  width: 21.8%;
}
.news .news__wrapper .news-left__news-heading__en {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 23.8px */
  letter-spacing: 1.68px;
}
.news .news__wrapper .news-left__news-heading__jp {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: 1.44px;
}

.inserted-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.inserted-img__img {
  margin-top: 80px;
  margin-bottom: 60px;
  background-image: url(../assets/images/inserted-img.png);
  max-width: 921px;
  background-size: cover;
  width: 100%;
  aspect-ratio: 990/282;
}
.inserted-img .ssl {
display: flex;
justify-content:flex-end;
align-items: center;
margin-top: 30px;
margin-left: 40px;
}
.company-recruit {
  display: flex;
  justify-content: center;
  background-image: url(../assets/images/company-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
}
.company-recruit__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
}
.company-recruit__wrapper .movie {
margin-bottom: 40px;
}
.company-recruit__wrapper .company-card {
  max-width: 550px;
  width: 100%;
  height: 530px;
  background-image: url(../assets/images/company.jpg);
  display: flex;
  align-items: flex-end;
  position: relative;
}
.company-recruit__wrapper .company-card .bg-letters {
  position: absolute;
  top: 10px;
  left: 20px;
  color: var(--main-primary-00529A, #00529a);
  font-family: "Bebas Neue";
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 102px */
  letter-spacing: 7.2px;
  opacity: 0.3;
  mix-blend-mode: plus-darker;
}
.company-recruit__wrapper .company-card .contents {
  width: 100%;
  padding: 24px 20px 18px;
  background-color: rgba(0, 112, 206, 0.7);
}
.company-recruit__wrapper .company-card .contents .desc-and-cta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-recruit__wrapper .company-card .contents .desc-and-cta__desc {
  max-width: 320px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
.company-recruit__wrapper .recruit-card {
  max-width: 550px;
  width: 100%;
  height: 530px;
  background-image: url(../assets/images/recruit.jpg);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.company-recruit__wrapper .recruit-card .bg-letters {
  position: absolute;
  top: 10px;
  left: 20px;
  color: var(--main-primary-222222, #222);
  font-family: "Bebas Neue";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 85px */
  letter-spacing: 6px;
  opacity: 0.7;
  mix-blend-mode: color-burn;
}
.company-recruit__wrapper .recruit-card .contents {
  max-width: 208px;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 53px;
}
.company-recruit__wrapper .recruit-card .contents .section-heading {
  margin-bottom: 12px;
  text-shadow: 0px 0px 6px rgba(34, 34, 34, 0.7);
}
.company-recruit__wrapper .recruit-card .contents .desc-and-cta__desc {
  color: #fff;
  /* text/16- Bold - line-hegiht:160% */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  margin-bottom: 2px;
  text-shadow: 0px 0px 6px rgba(34, 34, 34, 0.7);
}
.access {
  background-image: url(../assets/images/access.jpg);
  display: flex;
  justify-content: center;
  position: relative;
}
.access .access-letters {
  position: absolute;
  bottom: -13px;
  right: 0;
  color: #222;
  font-family: "Bebas Neue", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 102px */
  letter-spacing: 7.2px;
  mix-blend-mode: color-dodge;
}
.access__wrapper {
  max-width: 1190px;
  padding-left: 35px;
  padding-top: 80px;
  width: 100%;
}
.access__wrapper .section-heading {
  margin-bottom: 35px;
}
.access__wrapper .section-heading__en {
  color: var(--main-primary-00529A, #00529a);
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 23.8px */
  letter-spacing: 1.68px;
  opacity: 0.3;
}
.access__wrapper .section-heading__jp {
  color: var(--main-primary-007BE3, #0070ce);
  /* text/36- Medium - line-hegiht:140%- letter-opadiing:4% */
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: 1.44px;
}
.access__wrapper .access-list .access-content {
  max-width: 1155px;
  width: 100%;
}
.access__wrapper .access-list .access-content__head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.access__wrapper .access-list .access-content__head__line {
  background-color: #222;
  width: 24px;
  height: 2px;
  margin-right: 6px;
}
.access__wrapper .access-list .access-content__head__text {
  color: var(--main-primary-222222, #222);
  /* text/22- Bold- line-hegiht:160% */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
}
.access__wrapper .access-list .access-content .access-content__infos {
  color: var(--main-primary-222222, #222);
  /* text/16- Medium - line-hegiht:140% */
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  margin-bottom: 4px;
}
.access__wrapper .access-list .access-content .gmap-street {
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.access__wrapper .access-list .access-content .gmap-street__gmap {
  max-width: 560px;
  width: 47.0588235294%;
}
.access__wrapper .access-list .access-content .gmap-street__gmap iframe {
  height: 360px;
  max-width: 560px;
  width: 100%;
}
.access__wrapper .access-list .access-content .gmap-street__street {
  max-width: 560px;
  width: 47.0588235294%;
}
.access__wrapper .access-list .access-content .gmap-street__street iframe {
  height: 360px;
  max-width: 560px;
  width: 100%;
}
.access__wrapper .access-list .access-content .gmap-street__letters {
  width: 15px;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.access__wrapper .access-list .access-content .gmap-street--1 .gmap-street__letters {
  background-image: url(../assets/images/c-letters1.png);
}
.access__wrapper .access-list .access-content .gmap-street--2 .gmap-street__letters {
  background-image: url(../assets/images/c-letters2.png);
}
.access__wrapper .access-list .access-content .gmap-street--3 {
  margin-bottom: 100px;
}
.access__wrapper .access-list .access-content .gmap-street--3 .gmap-street__letters {
  height: 284px;
  background-image: url(../assets/images/c-letters3.png);
}

.business {
  background-image: url(../assets/images/business-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 24px;
}
.business .bg-img {
  position: absolute;
  right: 0;
  top: 127px;
  background-image: url(../assets/images/business.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 712px;
  height: 522px;
}
.business .business-letters {
  position: absolute;
  right: 0;
  bottom: -12px;
  color: var(--main-primary-222222, #222);
  font-family: "Bebas Neue", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 102px */
  letter-spacing: 7.2px;
  mix-blend-mode: color-dodge;
}
.business__wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 116px;
  max-width: 1120px;
  width: 100%;
}
.business__wrapper .section-heading {
  margin-bottom: 27px;
}
.business__wrapper .business-copy {
  color: var(--main-primary-FFFFFF, #fff);
  /* text/28- Bold - line-hegiht:160% */
  font-size: 28px;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
  margin-bottom: 20px;
}
.business__wrapper .business-explanation {
  color: var(--main-primary-FFFFFF, #fff);
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  margin-bottom: 20px;
}
.business__wrapper .strength-img {
  background-image: url(../assets/images/strength.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 503px;
  width: 100%;
  height: 193px;
}
.business__wrapper .wrap {
  max-width: 503px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.business__wrapper .wrap .cta-s {
  margin-top: 36px;
}

.contact {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.contact__wrapper {
  background-image: url(../images/dot-bg.jpg);
  background-size: 130%;
  background-position: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 70rem;
  width: 100%;
}
.contact__wrapper .contact-content .section-heading {
  margin-bottom: 27px;
}
.contact__wrapper .contact-content .section-heading__en {
  color: var(--main-blue-primary01, #0084c9);
}
.contact__wrapper .contact-content .section-heading__jp {
  color: var(--main-blue-primary01, #0084c9);
}
.contact__wrapper .contact-content .tel-and-contact {
  display: flex;
  position: relative;
  z-index: 5;
}
.contact__wrapper .contact-content .tel-and-contact__tel {
  border: 4px solid #0070CE;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact__wrapper .contact-content .tel-and-contact__tel .contact-info-address {
  color: #000;
  text-align: center;
  /* text/22- Bold- line-hegiht:160% */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
  margin-bottom: 1.25rem;
}
.contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
}
.contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__icon {
  position: relative;
  top: 0.125rem;
  margin-right: 0.25rem;
}
.contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__icon svg {
  width: 3.375rem;
  height: 3.375rem;
}
.contact__wrapper .contact-content .tel-and-contact__tel .contact-info-tel__num {
  color: var(--main-primary-007BE3, #0070CE);
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 75.6px */
  letter-spacing: 3.24px;
}
.contact__wrapper .contact-content .tel-and-contact__tel .contact-info-fax {
  color: var(--main-primary-007BE3, #0070CE);
  text-align: center;
  /* text/28- Bold - line-hegiht:160% */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 47.6px */
}
.contact__wrapper .contact-content .tel-and-contact__contact {
  background-image: url(../images/contact-img.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.contact__wrapper .contact-content .tel-and-contact__contact .filter {
  position: absolute;
  background: #0070CE;
  width: 100%;
  height: 22.5rem;
}
.contact__wrapper .contact-content .tel-and-contact__contact .filter:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.contact__wrapper .contact-content .tel-and-contact__contact .border-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}
.contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt__logo {
  margin-bottom: 1.75rem;
  display: flex;
  justify-content: center;
}
.contact__wrapper .contact-content .tel-and-contact__contact .logo-and-txt__txt {
  color: #fff;
  font-size: 1.75rem;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: 1.28px;
}
.contact__wrapper .contact-content .tel-and-contact .contact-card {
  width: 35rem;
  height: 22.5rem;
  position: relative;
}
.contact .btm-shape-svg {
  position: absolute;
  bottom: -1.875rem;
  width: 100%;
  max-width: 90rem;
}
.contact .btm-shape-svg svg {
  width: 100%;
  height: 14.0625rem;
}/*# sourceMappingURL=index.css.map */