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

.fv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fv--1 {
  background-image: url(../assets/images/fv1.jpg);
}
.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--6 {
  background-image: url(../assets/images/fv6.jpg);
}
.fv--1en {
  background-image: url(../assets/images/en-fv1.jpg);
}
.fv--2en {
  background-image: url(../assets/images/en-fv2.jpg);
}
.fv--3en {
  background-image: url(../assets/images/en-fv3.jpg);
}
.fv--4en {
  background-image: url(../assets/images/en-fv4.jpg);
}
.fv__inner {
  padding-top: 237px;
  padding-bottom: 471px;
}
.fv__inner .fv-head {
  color: #FFF;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans JP";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.inserted-desc {
  background: rgba(255, 255, 255, 0.9);
}
.inserted-desc__inner {
  padding: 0 24px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.inserted-desc__inner .desc {
  color: #185ec6;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}

.company {
  background-image: url(../assets/images/new-company.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.company__inner {
  padding-top: 100px;
  padding-bottom: 285px;
}
.company__inner .desc {
  color: #03004C;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  margin-bottom: 160px;
}

.cards {
  max-width: 836px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cards .card {
  padding: 24px;
  max-width: 268px;
  width: 50%;
  border-radius: 4px;
  border: 1px solid #66bacc;
  background: rgb(255, 255, 255);
}
.cards .card__head {
  margin-bottom: 24px;
  color: #4c4c4c;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
}
.cards .card__line {
  margin-bottom: 24px;
}
.cards .card__line--top {
  height: 1px;
  width: 100%;
  background-color: #dcfff4;
  margin-bottom: 10px;
}
.cards .card__line--btm {
  height: 3px;
  width: 100%;
  background-color: #dcfff4;
}
.cards .card__click {
  text-align: left;
  color: #4c4c4c;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  text-decoration-line: underline;
}

.btns {
  display: flex;
  flex-direction: column;
}
.btns .btn {
  background: #03004c;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.126px;
  max-width: 274px;
  width: 100%;
  text-align: center;
  padding: 19px;
}
.btns .btn:first-child {
  margin-bottom: 24px;
}

.service {
  background-image: url(../assets/images/service.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
.service__inner {
  padding-top: 120px;
  padding-bottom: 91px;
}

.cta-section__inner {
  padding: 80px 0px;
  display: flex;
  justify-content: space-between;
}
.cta-section__inner .news {
  max-width: 530px;
  width: 100%;
  padding: 36px 22px 0px;
  border: 1px solid #03004c;
  margin-right: 10px;
}
.cta-section__inner .news .news-list {
  max-width: 450px;
  width: 100%;
}
.cta-section__inner .news .news-list .single-news {
  padding: 0 12px 14px;
  border-bottom: 1px solid #4c4c4c;
}
.cta-section__inner .news .news-list .single-news__date {
  color: #03004c;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}
.cta-section__inner .news .news-list .single-news__content {
  color: #4c4c4c;
  font-weight: 400;
  line-height: normal;
}
.cta-section__inner .contact {
  max-width: 530px;
  width: 100%;
  padding: 36px 22px 48px;
  border: 1px solid #03004c;
}
.cta-section__inner .contact .desc {
  color: #4c4c4c;
  text-align: center;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 27px;
}
.cta-section__inner .contact .nums {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.cta-section__inner .contact .nums p {
  color: #4c4c4c;
  font-size: 26px;
  font-weight: 400;
  line-height: 119%;
}
.cta-section__inner .contact .nums p span {
  color: #03004c;
  font-size: 22px;
  font-weight: 400;
  line-height: 119%; /* 26.18px */
}
.cta-section__inner .contact .btn {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: 1.92px;
  background: #03004c;
  padding: 12px;
  max-width: 370px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-section__inner .contact .btn__logo {
  margin-right: 18px;
}/*# sourceMappingURL=index.css.map */