body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  background-color: #1D1C58;
  font-size: clamp(0.875rem, 0.823rem + 0.22vw, 1rem);
  color: #ffffff;
}

@media screen and (min-width: 1200.9px) {
  .c-overXLarge-Non {
    display: none !important;
  }
}

@media screen and (max-width: 1200.9px) {
  .c-underXLarge-Non {
    display: none !important;
  }
}

@media screen and (min-width: 992.9px) {
  .c-overLarge-Non {
    display: none !important;
  }
}

@media screen and (max-width: 992.9px) {
  .c-Underlarge-Non {
    display: none !important;
  }
}

@media screen and (min-width: 768.9px) {
  .c-overTab-Non {
    display: none !important;
  }
}

@media screen and (max-width: 768.9px) {
  .c-underTab-Non {
    display: none !important;
  }
}

@media screen and (min-width: 576.9px) {
  .c-overSp-Non {
    display: none !important;
  }
}

@media screen and (max-width: 576.9px) {
  .c-underSp-Non {
    display: none !important;
  }
}

.c-inline {
  display: inline-block;
}

.c-sectionTtl {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.5rem, 2.293rem + 0.88vw, 3rem);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
  margin-bottom: clamp(1.5rem, 1.293rem + 0.88vw, 2rem);
}
.c-sectionTtl span {
  font-size: clamp(0.875rem, 0.823rem + 0.22vw, 1rem);
  margin-bottom: 12px;
  display: block;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 768.9px) {
  .c-hamburger {
    display: flex;
  }
}
.c-hamburger {
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 1px;
}

.l-mv {
  position: relative;
}
.l-mv_txt {
  position: absolute;
  top: calc(50% + 40px);
  transform: translateY(-50%);
  margin-left: 6%;
  color: #ffffff;
}
@media screen and (max-width: 768.9px) {
  .l-mv_txt {
    top: 81%;
  }
}
.l-mv_txt p {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.72px;
  margin-bottom: 2%;
}
@media screen and (max-width: 768.9px) {
  .l-mv_txt p {
    font-size: 3.5vw;
  }
}
.l-mv_txt h2 {
  font-size: 3vw;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: 1.6px;
  margin-bottom: 10%;
}
@media screen and (max-width: 768.9px) {
  .l-mv_txt h2 {
    font-size: 7vw;
    margin-bottom: 5%;
  }
}
.l-mv_txt div {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768.9px) {
  .l-mv_txt div {
    font-size: 3.5vw;
  }
}

.l-header + * {
  padding-top: 80px;
}
@media screen and (max-width: 768.9px) {
  .l-header + * {
    padding-top: 60px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  background-color: #1D1C58;
  width: 100%;
  height: 80px;
  line-height: 80px;
  z-index: 100;
}
@media screen and (max-width: 768.9px) {
  .l-header {
    height: 60px;
    line-height: 60px;
  }
}
.l-header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.l-header_wrap h1 {
  width: 32%;
  max-width: 172px;
}
@media screen and (max-width: 768.9px) {
  .l-header_wrap nav {
    display: none;
  }
}
.l-header_wrap nav a {
  color: #ffffff;
  margin-right: 30px;
}
.l-header_wrap nav a:last-child {
  margin-right: 0;
}

.l-header_spnav {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #1D1C58;
  z-index: 99;
  flex-direction: column;
  text-align: center;
}
.l-header_spnav a {
  display: block;
  color: #ffffff;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  margin: 0 auto !important;
  width: 94%;
}
.l-header_spnav a:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768.9px) {
  .l-header_spnav {
    top: 60px;
  }
}

.l-service {
  text-align: center;
  margin-top: clamp(3.75rem, 2.714rem + 4.42vw, 6.25rem);
  margin-bottom: clamp(5rem, 3.964rem + 4.42vw, 7.5rem);
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 768.9px) {
  .l-service {
    text-align: left;
  }
}
@media screen and (max-width: 768.9px) {
  .l-service h2 {
    text-align: left;
  }
}
.l-service-desc {
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 60px;
}
.l-service h3 {
  font-size: clamp(1.25rem, 1.146rem + 0.44vw, 1.5rem);
  margin-bottom: 50px;
}
@media screen and (max-width: 768.9px) {
  .l-service h3 {
    text-align: center;
  }
}
.l-service_wrap {
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768.9px) {
  .l-service_wrap {
    display: block;
  }
}
.l-service_wrap img {
  width: 40%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768.9px) {
  .l-service_wrap img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-service-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 20px 0;
  width: 88%;
  max-width: 420px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.l-contact {
  background-image: url("../img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0;
  color: #1D1C58;
}
.l-contact_wrap {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  padding: clamp(3.125rem, 2.866rem + 1.1vw, 3.75rem) 0;
}
.l-contact_wrap-desc {
  font-weight: 500;
  line-height: 100%;
  padding-bottom: clamp(1.875rem, 1.616rem + 1.1vw, 2.5rem);
  line-height: 171.429%;
  width: 90%;
  margin: 0 auto;
}
.l-contact_wrap-btn {
  background-color: #1D1C58;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  width: 88%;
  margin: 0 auto;
  max-width: 420px;
  display: block;
}

.l-footer {
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 768.9px) {
  .l-footer {
    background-image: url("../img/footer-bg-sp.jpg");
  }
}
.l-footer_wrap {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 768.9px) {
  .l-footer_wrap {
    padding-top: 60px;
    padding-bottom: 4px;
  }
}
.l-footer_wrap h2 {
  width: 50%;
  max-width: 172px;
  padding-bottom: 20px;
}
.l-footer_wrap a {
  margin-right: 32px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (max-width: 768.9px) {
  .l-footer_wrap a {
    display: block;
    margin-bottom: 12px;
  }
}
.l-footer_wrap02 {
  margin-right: 5%;
  margin-left: 5%;
  padding: 40px 0;
  text-align: right;
}
@media screen and (max-width: 768.9px) {
  .l-footer_wrap02 {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.l-footer_wrap02 a {
  color: #ffffff;
  margin-right: 32px;
}
@media screen and (max-width: 768.9px) {
  .l-footer_wrap02 small {
    display: block;
    text-align: center;
    margin-top: 60px;
  }
}

.l-servicePage {
  width: 90%;
  margin: 0 auto;
  margin-bottom: clamp(1.875rem, 1.098rem + 3.31vw, 3.75rem);
}
.l-servicePage-desc {
  padding-top: clamp(3.75rem, 3.232rem + 2.21vw, 5rem);
  padding-bottom: 60px;
  text-align: center;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 768.9px) {
  .l-servicePage-desc {
    text-align: left;
  }
}
.l-servicePage_wrap {
  max-width: 863px;
  margin: 0 auto;
}
.l-servicePage_wrap-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (max-width: 768.9px) {
  .l-servicePage_wrap-item {
    display: block;
  }
}
.l-servicePage_wrap-item img {
  width: 42%;
  margin-right: 9%;
}
@media screen and (max-width: 768.9px) {
  .l-servicePage_wrap-item img {
    width: 76%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768.9px) {
  .l-servicePage_wrap-item div {
    text-align: center;
  }
}
.l-servicePage_wrap-item-no {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  padding-right: 4px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  margin-bottom: 12px;
}
.l-servicePage_wrap-item-no span {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.875rem, 1.823rem + 0.22vw, 2rem);
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768.9px) {
  .l-servicePage_wrap-item-no {
    margin-top: 16px;
  }
}
.l-servicePage_wrap-item h3 {
  font-size: clamp(1.25rem, 1.146rem + 0.44vw, 1.5rem);
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 24px;
}
.l-servicePage_wrap-item-desc {
  font-weight: 500;
  line-height: 162.5%;
  margin-bottom: clamp(1.5rem, 1.345rem + 0.66vw, 1.875rem);
}
@media screen and (max-width: 768.9px) {
  .l-servicePage_wrap-item-desc {
    text-align: left;
  }
}
.l-servicePage_wrap-item a {
  color: #1D1C58;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 112.5%;
  letter-spacing: 0.64px;
  background-color: #ffffff;
  border-radius: 4px;
  width: 231px;
  height: 42px;
  line-height: 42px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .l-servicePage_wrap-item a {
    margin: 0 auto;
  }
}
.l-servicePage_wrap-item--reverse {
  flex-direction: row-reverse;
}
.l-servicePage_wrap-item--reverse img {
  margin-right: 0;
  margin-left: 10%;
}
@media screen and (max-width: 768.9px) {
  .l-servicePage_wrap-item--reverse img {
    margin: 0 auto;
  }
}

.l-companyPage {
  padding-top: 80px;
  padding-bottom: 100px;
}
.l-companyPage_table {
  width: 90%;
  max-width: 818px;
  margin: 0 auto;
}
.l-companyPage_table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.l-companyPage_table th, .l-companyPage_table td {
  border: 1px solid #DEF9FF;
  font-size: clamp(0.75rem, 0.646rem + 0.44vw, 1rem);
}
.l-companyPage_table th {
  width: 30%;
  background: #DEF9FF;
  color: #1D1C58;
  text-align: center;
  font-weight: 500;
  line-height: 100%;
  vertical-align: middle;
}
.l-companyPage_table td {
  padding: 12px 0;
  padding-left: 7%;
  font-weight: 500;
  line-height: 162.5%;
}
@media screen and (max-width: 576.9px) {
  .l-companyPage_table td {
    padding-left: 3%;
  }
}/*# sourceMappingURL=style.css.map */