@charset "UTF-8";
main {
  overflow: hidden;
}

section {
  padding: 8rem 4%;
}
@media screen and (max-width: 750px) {
  section {
    padding: 4rem 4% 6rem;
  }
}
section .inner-wrap {
  max-width: 90rem;
  margin: 0 auto;
}

.section-title {
  position: relative;
  color: #00369b;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding-bottom: 0.8em;
  margin-bottom: 5rem;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.1rem;
  background: #00369b;
}

.key-visual {
  position: relative;
}
@media screen and (max-width: 750px) {
  .key-visual {
    height: 70svh;
  }
}
.key-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../../images/index/bg_key.png);
  background-size: 2px;
  opacity: 0.5;
}
.key-visual h1 {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .key-visual h1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.key-visual .inner-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 3.4rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .key-visual .inner-wrap {
    padding: 0 7%;
  }
}
.key-visual .text-wrap {
  display: inline-block;
  border: 0.4rem solid #fff;
  padding: 2rem 5rem;
}
@media screen and (max-width: 750px) {
  .key-visual .text-wrap {
    width: 100%;
    max-width: 37.5rem;
    border-width: 0.2rem;
  }
}
.key-visual .text-wrap p {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .key-visual .text-wrap p {
    font-size: 2.8rem;
  }
}

.intro-section {
  background: #ebeef2;
  padding: 5rem 4%;
}
@media screen and (max-width: 750px) {
  .intro-section {
    padding: 4rem 4%;
  }
}
.intro-section .inner-wrap {
  background: #fff;
  padding: 2.4rem;
}
@media screen and (max-width: 750px) {
  .intro-section .inner-wrap {
    padding: 2.4rem 1.5rem;
  }
}
.intro-section .inner-wrap h2 {
  color: #00369b;
  font-size: 2.6rem;
  margin-bottom: 0.4em;
}
.intro-section .inner-wrap h2 span {
  font-weight: 600;
  padding-right: 0.5em;
}
.intro-section .inner-wrap .blue {
  color: #00369b;
  font-size: 2rem;
  margin-bottom: 0.3em;
}

.service-section {
  position: relative;
  background-image: url(../../images/index/bg_service_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.service-section .inner-wrap {
  position: relative;
  z-index: 1;
}
.service-section .inner-wrap .service-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
@media screen and (max-width: 750px) {
  .service-section .inner-wrap .service-item-wrap {
    flex-direction: column;
  }
}
.service-section .inner-wrap .service-item-wrap .service-item {
  width: 48.4%;
  background: rgba(0, 54, 156, 0.631);
  padding: 2rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .service-section .inner-wrap .service-item-wrap .service-item {
    width: 100%;
  }
}
.service-section .inner-wrap .service-item-wrap .service-item h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.service-section .inner-wrap .service-item-wrap .service-item ul li {
  position: relative;
  padding-left: 1.4em;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.service-section .inner-wrap .service-item-wrap .service-item ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}

.choice-section {
  background: #ebeef2;
}
.choice-section .inner-wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .choice-section .inner-wrap {
    flex-direction: column;
  }
}
.choice-section .inner-wrap .image-wrap {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .choice-section .inner-wrap .image-wrap {
    width: 100%;
  }
}
.choice-section .inner-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.choice-section .inner-wrap .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 2.5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .choice-section .inner-wrap .text-wrap {
    width: 100%;
  }
}
.choice-section .inner-wrap .text-wrap h2 {
  margin-bottom: 3rem;
}
.choice-section .inner-wrap .text-wrap a {
  border: 1px solid #00369b;
  border-radius: 0.5rem;
  color: #00369b;
  padding: 0.5em 1.5em;
  margin-top: 3rem;
  transition: all 0.2s ease;
}
.choice-section .inner-wrap .text-wrap a:hover {
  color: #fff;
  background: #00369b;
  opacity: 1;
}

.news-section .inner-wrap {
  max-width: 50rem;
}
.news-section .inner-wrap .news-item-wrap {
  display: flex;
  flex-direction: column;
}
.news-section .inner-wrap .news-item-wrap .news-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #999;
  padding: 0 1em 0.5rem;
}
.news-section .inner-wrap .news-item-wrap .news-item .date {
  color: #999;
  font-size: 1.4rem;
  line-height: 1;
}
.news-section .inner-wrap .news-item-wrap .news-item .title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
.news-section .inner-wrap .news-item-wrap .news-item .title::after {
  content: "→";
  position: absolute;
  right: 0;
  font-weight: 400;
  font-size: 1.4rem;
}

.client-section {
  background: #7d7d86;
}
.client-section .inner-wrap .section-title {
  color: #fff;
}
.client-section .inner-wrap .section-title::after {
  background: #fff;
}
.client-section .inner-wrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 20rem);
  row-gap: 0.25em;
  justify-content: space-between;
}
.client-section .inner-wrap ul li {
  color: #fff;
  font-size: 1.4rem;
}

.contact-section {
  position: relative;
  background-image: url(../../images/common/contact-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.contact-section .inner-wrap {
  background: rgba(0, 0, 0, 0.6);
  padding: 3rem 2rem;
}
.contact-section .inner-wrap .section-title {
  color: #fff;
}
.contact-section .inner-wrap .section-title::after {
  background: #fff;
}
.contact-section .inner-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact-section .inner-wrap .content-wrap .to-form {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  padding: 0.5em 4em;
  margin: 2rem 0;
  transition: background-color 0.2s ease;
}
.contact-section .inner-wrap .content-wrap .to-form:hover {
  background: #9c9c9c;
  opacity: 1;
}
.contact-section .inner-wrap .content-wrap .to-call {
  font-size: 2rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  margin-bottom: 1rem;
}
.contact-section .inner-wrap .content-wrap svg {
  fill: #fff;
}

/*# sourceMappingURL=index.css.map */
