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

.fv {
  background-size: cover;
  background-position: center;
}
.fv--1 {
  background-image: url(/assets/images/fv.png);
}
.fv--2 {
  background-image: url(/assets/images/fv2.jpg);
}
.fv--3 {
  background-image: url(/assets/images/fv3.jpg);
}
.fv--4 {
  background-image: url(/assets/images/fv4.jpg);
}
.fv--5 {
  background-image: url(/assets/images/fv5.jpg);
}
.fv__inner {
  padding-top: 250px;
  padding-bottom: 100px;
}
.fv__inner .text-content .text1 {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.44px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  width: fit-content;
}
.fv__inner .text-content .text2 {
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-family: Sora;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
}
.fv__inner .text-content .text3 {
  color: #fff;
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.44px;
  padding: 20px 46px 20px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-left: 11px solid #003391;
  clip-path: polygon(0 0, 100% 0, 94.2857% 100%, 0 100%);
  background: rgba(0, 0, 0, 0.6);
  width: fit-content;
}
.fv__inner .text-content .tags {
  display: flex;
  gap: 10px;
}
.fv__inner .text-content .tags .tag {
  background: var(--navyvlue, #003391);
  padding: 10px;
  color: #fff;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}

.news_04 {
  background-image: url(/assets/images/news-bg.jpg);
  background-size: cover;
  background-position: center;
  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: 80px 0px;
}
.news_04__inner .news-right {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_04__inner .news-right .news-list__content {
  color: white;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.news_04__inner .news-right .news-list__content__date {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
  margin-bottom: 4px;
}
.news_04__inner .news-right .news-list__content__title {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  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-family: "BIZ UDGothic";
  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 */
}

.business {
  background-image: url(/assets/images/business-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.business .business-frame {
  position: absolute;
  top: 40px;
  left: 40px;
  aspect-ratio: 540/620;
  max-width: 540px;
  width: 100%;
}
.business .business-frame img {
  width: 100%;
  height: auto;
}
.business .business-img {
  position: absolute;
  top: 40px;
  right: 40px;
  aspect-ratio: 780/620;
  max-width: 780px;
  width: 100%;
}
@media (max-width: 1060px) {
  .business .business-img {
    width: 54.1666666667vw;
  }
}
.business .business-img img {
  width: 100%;
  height: auto;
}
.business__inner {
  position: relative;
  padding-top: 163px;
  padding-bottom: 163px;
}
.business__inner .business-desc {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
}

.case {
  position: relative;
}
.case .case-bg {
  background-image: url(/assets/images/case-bg.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background-size: cover;
}
.case__inner {
  position: relative;
  padding-top: 288px;
  padding-bottom: 80px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case__inner .left {
  padding-top: 91px;
  max-width: 480px;
  width: 100%;
}
.case__inner .right {
  max-width: 481px;
  width: 100%;
  aspect-ratio: 481/412;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.case__inner .right .links {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  max-width: 300px;
  width: 100%;
}
.case__inner .right .links .link {
  width: 100%;
  height: 64px;
}
@media (max-width: 530px) {
  .case__inner .right .links {
    position: absolute;
    left: 50%;
    top: 11.320754717vw;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 5.6603773585vw;
    align-items: center;
    max-width: 56.6037735849vw;
    width: 100%;
  }
  .case__inner .right .links .link {
    width: 100%;
    height: 12.0754716981vw;
  }
}
.case__inner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company {
  position: relative;
}
.company .blue {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #003391;
}
.company .company-img {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  aspect-ratio: 928/419;
  max-width: 928px;
  width: 100%;
}
.company .company-img img {
  width: 100%;
  height: auto;
}
.company__inner {
  max-width: 1280px;
  padding-bottom: 271px;
  padding-top: 60px;
}
.company__inner .company-content {
  position: relative;
  padding: 60px 80px;
  border-radius: 8px;
  background: rgba(232, 232, 232, 0.5);
}
.company__inner .company-content .main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.company__inner .company-content .main-content .left .text {
  color: #163934;
  font-family: "BIZ UDGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
.company__inner .company-content .main-content .right {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  padding-top: 92.5px;
}
.access {
  border: 7px solid var(--navyvlue, #003391);
  background-image: url(/assets/images/access-bg.png);
  background-size: cover;
  background-position: center;
}
.access__inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
.access__inner .text1 {
  color: var(--navyvlue, #003391);
  font-family: "BIZ UDGothic";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
.access__inner .text2 {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.access__inner .gmap-and-street {
  display: flex;
  height: 320px;
}
.access__inner .gmap-and-street .gmap {
  width: 50%;
}
.access__inner .gmap-and-street .gmap iframe {
  height: 100%;
  width: 100%;
}
.access__inner .gmap-and-street .street {
  width: 50%;
}
.access__inner .gmap-and-street .street iframe {
  height: 100%;
  width: 100%;
}
.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: var(--navyvlue, #003391);
  text-align: center;
  font-family: Sora;
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 40px;
}
.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: #000;
  font-family: "BIZ UDGothic";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.84px;
}
.contact__inner .contact-content .contact-left .fax {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
.contact__inner .contact-content .bar {
  width: 2px;
  background-color: #000;
}
.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: #000;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
}

@media screen and (max-width: 1300px) {
  .business {
    background-image: url(/assets/images/business-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  .business .business-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    aspect-ratio: 540/620;
    max-width: 300px;
    width: 100%;
  }
  .business .business-frame img {
    width: 100%;
    height: auto;
  }
  .business .business-img {
    position: absolute;
    top: 40px;
    right: 40px;
    aspect-ratio: 780/620;
    max-width: 780px;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) and (max-width: 1060px) {
  .business .business-img {
    width: 54.1666666667vw;
  }
}
@media screen and (max-width: 1300px) {
  .business .business-img img {
    width: 100%;
    height: auto;
  }
  .business__inner {
    position: relative;
    padding-top: 163px;
    padding-bottom: 163px;
  }
  .business__inner .business-desc {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background-image: url(/assets/images/fv.png);
    background-size: cover;
    background-position: center;
  }
  .fv__inner {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .fv__inner .text-content .text1 {
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 18px */
    letter-spacing: 1.44px;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff;
    width: fit-content;
  }
  .fv__inner .text-content .text2 {
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    font-family: Sora;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 89.6px */
    margin-bottom: 16px;
  }
  .fv__inner .text-content .text3 {
    color: #fff;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
    letter-spacing: 1.44px;
    padding: 10px 23px 10px 15px;
    background-color: rgba(0, 0, 0, 0.6);
    border-left: 5.5px solid #003391;
    clip-path: polygon(0 0, 100% 0, 94.2857% 100%, 0 100%);
    background: rgba(0, 0, 0, 0.6);
    width: fit-content;
  }
  .fv__inner .text-content .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .fv__inner .text-content .tags .tag {
    background: var(--navyvlue, #003391);
    padding: 10px;
    color: #fff;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
  }
  .news_04 {
    background-image: url(/assets/images/news-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
  }
  .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;
  }
  .news_04__inner .news-right .news-list__content {
    color: white;
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .news_04__inner .news-right .news-list__content__date {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.48px;
    margin-bottom: 4px;
  }
  .news_04__inner .news-right .news-list__content__title {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    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-family: "BIZ UDGothic";
    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 */
  }
  .business {
    background-image: url(/assets/images/business-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  .business .business-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    aspect-ratio: 540/620;
    max-width: 300px;
    width: 100%;
  }
  .business .business-frame img {
    width: 100%;
    height: auto;
  }
  .business .business-img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 40px;
    aspect-ratio: 780/620;
    max-width: 780px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 1060px) {
  .business .business-img {
    width: 54.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .business .business-img img {
    width: 100%;
    height: auto;
  }
  .business__inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 163px;
  }
  .business__inner .business-desc {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }
  .case {
    position: relative;
  }
  .case .case-bg {
    background-image: url(/assets/images/case-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .case__inner {
    position: relative;
    padding-top: 168px;
    padding-bottom: 40px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case__inner .left {
    padding-top: 91px;
    max-width: 480px;
    width: 100%;
  }
  .case__inner .right {
    max-width: 481px;
    width: 100%;
    aspect-ratio: 481/412;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .case__inner .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .company {
    position: relative;
  }
  .company .blue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #003391;
  }
  .company .company-img {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    aspect-ratio: 928/419;
    max-width: 928px;
    width: 100%;
  }
  .company .company-img img {
    width: 100%;
    height: auto;
  }
  .company__inner {
    max-width: 1280px;
    padding-top: 40px;
    padding-bottom: 171px;
  }
  .company__inner .company-content {
    position: relative;
    padding: 24px;
    border-radius: 8px;
    background: rgba(232, 232, 232, 0.5);
  }
  .company__inner .company-content .main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  .company__inner .company-content .main-content .left .text {
    color: #163934;
    font-family: "BIZ UDGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
  }
  .company__inner .company-content .main-content .right {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    padding-top: 0px;
  }
  .access {
    border: 7px solid var(--navyvlue, #003391);
    background-image: url(/assets/images/access-bg.png);
    background-size: cover;
    background-position: center;
  }
  .access__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .access__inner .text1 {
    color: var(--navyvlue, #003391);
    font-family: "BIZ UDGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
  }
  .access__inner .text2 {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
  .access__inner .gmap-and-street {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .access__inner .gmap-and-street .gmap {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street .gmap iframe {
    height: 200px;
    width: 100%;
  }
  .access__inner .gmap-and-street .street {
    width: 100%;
    height: 200px;
  }
  .access__inner .gmap-and-street .street iframe {
    height: 200px;
    width: 100%;
  }
  .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: var(--navyvlue, #003391);
    text-align: center;
    font-family: Sora;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .contact__inner .contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }
  .contact__inner .contact-content .contact-left {
    max-width: 100%;
    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: 30px;
    height: 30px;
  }
  .contact__inner .contact-content .contact-left .tel .tel-text {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.84px;
  }
  .contact__inner .contact-content .contact-left .fax {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .contact__inner .contact-content .bar {
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .contact__inner .contact-content .contact-right {
    max-width: 100%;
    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-logo svg {
    width: 30px;
    height: 30px;
  }
  .contact__inner .contact-content .contact-right .email .email-text {
    color: #000;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 35px */
  }
}/*# sourceMappingURL=index.css.map */