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

.fv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 111px;
  display: flex;
  justify-content: center;
  aspect-ratio: 1440/831;
  min-height: 820px;
  padding: 0 24px;
}
.fv--1 {
  background-image: url(/assets/images/fv1.png);
}
.fv--2 {
  background-image: url(/assets/images/fv2.png);
}
.fv--3 {
  background-image: url(/assets/images/fv3.png);
}
.fv--4 {
  background-image: url(/assets/images/fv4.png);
}
.fv--5 {
  background-image: url(/assets/images/fv5.png);
}
.fv--6 {
  background-image: url(/assets/images/fv6.png);
}
.fv--7 {
  background-image: url(/assets/images/fv7.png);
}
.fv__inner {
  padding-top: 260px;
  padding-bottom: 210px;
  max-width: 1220px;
  width: 100%;
}
.fv__inner .fv-texts {
  width: fit-content;
  margin-right: auto;
}
.fv__inner .fv-texts .head1 {
  color: #fff;
  text-shadow: 5px 2px 4px #333;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 94.444%; /* 85px */
}
.fv__inner .fv-texts .head2 {
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  line-height: 0px;
  line-height: 128.5714285714%; /* 85px */
  letter-spacing: 2.1px;
}
.fv__inner .fv-texts .head3 {
  color: #fff;
  text-shadow: 5px 2px 4px #333;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 500;
  line-height: 94.444%; /* 85px */
  margin-bottom: 30px;
}
.fv__inner .fv-texts .fv-border {
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 30px;
}
.fv__inner .fv-texts .desc {
  color: #fff;
  text-shadow: 5px 2px 4px #333;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: 1.28px;
}

.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.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: 91px 0px 80px;
  z-index: 30;
}
.news_04__inner .news-right {
  max-width: 820px;
  width: 100%;
  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%;
  display: flex;
  flex-direction: column;
}
.news_04__inner .news-right .news-list__content__date {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}
.news_04__inner .news-right .news-list__content__title {
  color: #fff;
  /* p */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  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: 231px;
  width: 100%;
  margin-right: 20px;
}
.news_04__inner .cmn-btn {
  display: flex;
}
.news_04__inner .cmn-btn--sp {
  display: none;
}

.news-btn {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  padding: 15px 41px;
  color: #fff;
  /* text/16- semiBold -line-hgeiht:160% - -letter-padding:6% */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  text-align: center;
}
.news-btn__txt {
  white-space: nowrap;
}
.news-btn--sp {
  display: none;
}

.business-and-access-wrapper {
  position: relative;
  overflow: hidden;
}
.business-and-access-wrapper .shape-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 79.0277777778%;
  height: 100%;
}
.business-and-access-wrapper .shape-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-and-access-wrapper .shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56.0416666667%;
  max-height: 1519px;
  height: 100%;
}
.business-and-access-wrapper .shape-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-and-access-wrapper .bg-letters {
  position: absolute;
  bottom: 0;
  right: -30px;
  writing-mode: vertical-rl;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 190px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 190px */
  letter-spacing: 1.9px;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}

.business {
  position: relative;
  margin-top: 74px;
  background-image: url(/assets/images/business-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.business__inner {
  padding-top: 205px;
  padding-bottom: 29px;
}

.business-content {
  background: rgba(255, 255, 255, 0.95);
  max-width: 470px;
  margin-left: auto;
}
.business-content__inner {
  padding: 30px 40px;
}
.business-content__inner .desc {
  color: var(--General-Primary-dark, #003571);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 180% */
}

.access {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
}
.access__inner .info {
  color: var(--General-Primary-dark, #003571);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 150% */
}
.access__inner .gmap-and-street {
  display: flex;
  width: 100%;
}
.access__inner .gmap-and-street__gmap {
  width: 50%;
  height: 320px;
}
.access__inner .gmap-and-street__street {
  width: 50%;
  height: 320px;
}
.access__inner .gmap-and-street iframe {
  width: 100%;
  height: 100%;
}
.access__inner .cmn-btn {
  margin: 0 auto;
}

.company {
  background-image: url(/assets/images/company-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company__inner {
  padding-top: 90px;
  padding-bottom: 72px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.company__inner .company-content {
  padding-left: 100px;
  padding-top: 30px;
}
.company__inner .company-content .desc {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 180% */
}
.company__inner .company-img {
  aspect-ratio: 658/538;
  max-width: 658px;
  width: 100%;
}
.company__inner .company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.from-recruit-to-footer {
  position: relative;
  overflow: hidden;
}
.from-recruit-to-footer .right-border {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  background: #0265dc;
  width: 45px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .from-recruit-to-footer {
    position: relative;
    overflow: hidden;
  }
  .from-recruit-to-footer .right-border {
    z-index: 10;
    top: 0;
    right: 0;
    background: #0265dc;
    width: 16px;
    height: 100%;
  }
}
.recruit {
  background-image: url(/assets/images/recruit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit__inner {
  padding-top: 178px;
  padding-bottom: 177px;
}
.recruit .desc {
  color: var(--General-Primary-dark, #003571);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 180% */
}

.cta-section2 {
  position: relative;
}
.cta-section2 .left-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 933px;
  width: 100%;
  height: 100%;
}
.cta-section2 .left-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-section2__inner {
  position: relative;
  padding: 75px 0;
}
.cta-section2__inner .ctas {
  display: flex;
}
.cta-section2__inner .single-cta {
  width: 50%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 6px solid #0e6eb8;
  background: #fff;
}
.cta-section2__inner .single-cta .desc1 {
  color: #464646;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.cta-section2__inner .single-cta .tel {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
.cta-section2__inner .single-cta .tel__logo {
  width: 54px;
  height: 54px;
}
.cta-section2__inner .single-cta .tel__num {
  color: #0e6eb8;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 39px */
  letter-spacing: 1.17px;
}
.cta-section2__inner .single-cta .desc2 {
  color: #0e6eb8;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.72px;
}
.cta-section2__inner .single-cta:nth-child(2) {
  background: #0e6eb8;
}
.cta-section2__inner .single-cta:nth-child(2) .mail-logo {
  margin-bottom: 13px;
}
.cta-section2__inner .single-cta:nth-child(2) .mail-here {
  color: var(--neutral-color-fff, #fff);
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 42px */
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline;
  }
  .fv {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 55.5px;
    display: flex;
    justify-content: center;
    padding: 0 24px;
    min-height: auto;
    height: calc(100vh - 90px);
    max-height: 800px;
  }
  .fv--1 {
    background-image: url(/assets/images/fv1.png);
  }
  .fv--2 {
    background-image: url(/assets/images/fv2.png);
  }
  .fv--3 {
    background-image: url(/assets/images/fv3.png);
  }
  .fv--4 {
    background-image: url(/assets/images/fv4.png);
  }
  .fv__inner {
    padding-top: 130px;
    padding-bottom: 130px;
    max-width: none;
    width: 100%;
    position: relative;
  }
  .fv__inner .fv-texts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .fv__inner .fv-texts .head1 {
    color: #fff;
    text-shadow: 2.5px 1px 2px #333;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 94.444%;
  }
  .fv__inner .fv-texts .head2 {
    color: #fff;
    font-family: "Bodoni Moda", serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 0px;
    line-height: 128.5714285714%;
    letter-spacing: 1.05px;
  }
  .fv__inner .fv-texts .head3 {
    color: #fff;
    text-shadow: 2.5px 1px 2px #333;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 94.444%;
    margin-bottom: 15px;
  }
  .fv__inner .fv-texts .fv-border {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    margin-bottom: 15px;
  }
  .fv__inner .fv-texts .desc {
    color: #fff;
    text-shadow: 2.5px 1px 2px #333;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.64px;
  }
  .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.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: none;
    margin: 0 auto;
    padding: 45.5px 0px 40px;
    z-index: 30;
  }
  .news_04__inner .news-right {
    max-width: none;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 24px;
  }
  .news_04__inner .news-right .news-list__content {
    color: white;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 0.5px solid white;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .news_04__inner .news-right .news-list__content__date {
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.24px;
    margin-bottom: 2px;
  }
  .news_04__inner .news-right .news-list__content__title {
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.4px;
  }
  .news_04__inner .news-right .news-list__content--last {
    margin-bottom: 0;
  }
  .news_04__inner .news-left {
    max-width: none;
    width: 100%;
    margin-right: 10px;
  }
  .news_04__inner .cmn-btn {
    display: none;
  }
  .news_04__inner .cmn-btn--sp {
    display: flex;
  }
  .news-btn {
    display: flex;
    justify-content: center;
    border: 0.5px solid #fff;
    padding: 7.5px 20.5px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.16px;
    text-align: center;
  }
  .news-btn__txt {
    white-space: nowrap;
  }
  .news-btn--sp {
    display: none;
  }
  .business-and-access-wrapper {
    position: relative;
    overflow: hidden;
  }
  .business-and-access-wrapper .shape-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 79.0277777778%;
    height: 100%;
  }
  .business-and-access-wrapper .shape-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-and-access-wrapper .shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56.0416666667%;
    max-height: none;
    height: 100%;
  }
  .business-and-access-wrapper .shape-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-and-access-wrapper .bg-letters {
    position: absolute;
    bottom: 0;
    right: -15px;
    writing-mode: vertical-rl;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 133px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.95px;
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #fff;
  }
  .business {
    position: relative;
    margin-top: 37px;
    background-image: url(/assets/images/business-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .business__inner {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .business-content {
    background: rgba(255, 255, 255, 0.95);
    max-width: none;
    margin-left: auto;
  }
  .business-content__inner {
    padding: 15px 20px;
  }
  .business-content__inner .desc {
    color: var(--General-Primary-dark, #003571);
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
  }
  .access {
    position: relative;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .access__inner .info {
    color: var(--General-Primary-dark, #003571);
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .access__inner .gmap-and-street {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .access__inner .gmap-and-street__gmap {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street__street {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street iframe {
    width: 100%;
    height: 100%;
  }
  .access__inner .cmn-btn {
    margin: 0 auto;
  }
  .company {
    background-image: url(/assets/images/company-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .company__inner {
    padding-top: 45px;
    padding-bottom: 36px;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
  }
  .company__inner .company-content {
    padding-left: 24px;
    padding-top: 0px;
    padding-right: 24px;
  }
  .company__inner .company-content .desc {
    color: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
  }
  .company__inner .company-img {
    aspect-ratio: 658/538;
    max-width: none;
    width: 100%;
    padding: 0 24px;
  }
  .company__inner .company-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit {
    background-image: url(/assets/images/recruit.jpg);
    background-size: cover;
    background-position: right -150px center;
    background-repeat: no-repeat;
  }
  .recruit__inner {
    padding-top: 89px;
    padding-bottom: 88.5px;
  }
  .recruit .desc {
    color: var(--General-Primary-dark, #003571);
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 180% */
  }
  .cta-section2 {
    position: relative;
  }
  .cta-section2 .left-shape {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
  }
  .cta-section2 .left-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cta-section2__inner {
    position: relative;
    padding: 37.5px 0;
  }
  .cta-section2__inner .ctas {
    display: flex;
    flex-direction: column;
  }
  .cta-section2__inner .single-cta {
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #0e6eb8;
    background: #fff;
  }
  .cta-section2__inner .single-cta .desc1 {
    color: #464646;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
  .cta-section2__inner .single-cta .tel {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 10px;
  }
  .cta-section2__inner .single-cta .tel__logo {
    width: 27px;
    height: 27px;
  }
  .cta-section2__inner .single-cta .tel__logo svg {
    width: 27px;
    height: 27px;
  }
  .cta-section2__inner .single-cta .tel__num {
    color: #0e6eb8;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.585px;
  }
  .cta-section2__inner .single-cta .desc2 {
    color: #0e6eb8;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.36px;
  }
  .cta-section2__inner .single-cta:nth-child(2) {
    background: #0e6eb8;
  }
  .cta-section2__inner .single-cta:nth-child(2) .mail-logo {
    margin-bottom: 6.5px;
    width: 50px;
    height: 50px;
  }
  .cta-section2__inner .single-cta:nth-child(2) .mail-logo svg {
    width: 50px;
    height: 50px;
  }
  .cta-section2__inner .single-cta:nth-child(2) .mail-here {
    color: var(--neutral-color-fff, #fff);
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
  }
}/*# sourceMappingURL=index.css.map */