@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* ------- 全体 ------- */
/* ホバー（半透明） */
/* ボタン */
/* ------- TOP ------- */
/* 見出し */
/* リード文 */
/* 本文 */
/* ------- 下層 ------- */
/* メインビジュアル */
/* メインビジュアル 見出し */
/* 見出し */
/* 本文 */
.service-mv {
  width: 100%;
  height: 528px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: url(../images/service/service-mv.jpg);
}

@media only screen and (max-width: 850px) {
  .service-mv {
    height: 250px;
  }
}

.service-mv-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .service-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}

.service-mv-heading {
  position: absolute;
  top: 44%;
  left: 0%;
}

@media only screen and (max-width: 850px) {
  .service-mv-heading {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.service-mv-heading__main {
  color: #fff;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 600;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .service-mv-heading__main {
    font-size: 64px;
  }
}

.service-mv-heading__sub {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 7px;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .service-mv-heading__sub {
    font-size: 18px;
    padding-top: 10px;
  }
}

.service-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 850px) {
  .service-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .service-inner {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

.service-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  padding-bottom: 60px;
}

@media only screen and (max-width: 850px) {
  .service-text {
    padding-bottom: 40px;
  }
}

.service-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ECEDEF;
  padding: 24px 64px 24px 24px;
  border-radius: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

@media only screen and (max-width: 850px) {
  .service-list-item {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    margin-bottom: 20px;
  }
}

.service-list-item:last-of-type {
  margin-bottom: 0;
}

.service-list-item__img {
  width: 50.3%;
  max-width: 520px;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 850px) {
  .service-list-item__img {
    width: 100%;
    height: auto;
  }
}

.service-list-item__img img {
  display: block;
  max-width: unset;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 850px) {
  .service-list-item__img img {
    max-width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.service-list-item__right {
  width: 46.7%;
  max-width: 511px;
}

@media only screen and (max-width: 850px) {
  .service-list-item__right {
    width: 100%;
    padding-top: 32px;
  }
}

.service-list-item__number {
  display: block;
  color: #013686;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media only screen and (max-width: 850px) {
  .service-list-item__number {
    padding-bottom: 0;
  }
}

.service-list-item__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 850px) {
  .service-list-item__title {
    font-size: 24px;
    padding-bottom: 10px;
  }
}

.service-list-item__text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}

.service-list-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 8px 4px;
  padding-top: 50px;
}

@media only screen and (max-width: 850px) {
  .service-list-item__list {
    gap: 1%;
    padding-top: 27px;
  }
}

.service-list-item__list-item {
  width: 49.5%;
  max-width: 200px;
  height: 52px;
}

@media only screen and (max-width: 850px) {
  .service-list-item__list-item {
    margin-bottom: 5px;
  }
}

.service-list-item__list-item--02 {
  max-width: 404px;
  width: 100%;
}

.service-list-item__list-item--02 .service-list-item__list-item__link {
  height: 52px;
}

.service-list-item__list-item--02 .service-list-item__list-item__link:hover {
  color: #fff;
  border: 1px solid transparent;
}

.service-list-item__list-item--02 .service-list-item__list-item__link:hover::after {
  -webkit-transform: scale(100);
          transform: scale(100);
}

.service-list-item__list-item__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #013686;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  border: 1px solid #013686;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
  padding-left: 25px;
}

@media only screen and (max-width: 850px) {
  .service-list-item__list-item__link {
    font-size: 12px;
    padding-left: 10px;
  }
}

.service-list-item__list-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 15px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
  opacity: 0;
}

@media only screen and (max-width: 850px) {
  .service-list-item__list-item__link::before {
    right: 10px;
  }
}

.service-list-item__list-item__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#0fb2f8), to(#86daff));
  background: linear-gradient(90deg, #0fb2f8 0%, #86daff 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

@media only screen and (max-width: 850px) {
  .service-list-item__list-item__link::after {
    right: 10px;
  }
}

.service-list-item__list-item__link:hover {
  color: #fff;
  border: 1px solid transparent;
}

.service-list-item__list-item__link:hover::before {
  opacity: 1;
}

.service-list-item__list-item__link:hover::after {
  -webkit-transform: scale(50);
          transform: scale(50);
}

.service-list-item__link {
  text-align: center;
  padding-top: 60px;
}

.service-list-item__link a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  line-height: 65px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 48px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background-color: #013686;
}

.service-list-item__link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 15px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
  opacity: 0;
}

.service-list-item__link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#0fb2f8), to(#86daff));
  background: linear-gradient(90deg, #0fb2f8 0%, #86daff 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

.service-list-item__link a:hover {
  color: #fff;
}

.service-list-item__link a:hover::before {
  opacity: 1;
}

.service-list-item__link a:hover::after {
  -webkit-transform: scale(50);
          transform: scale(50);
}

.service-link {
  text-align: center;
  padding-top: 60px;
}

@media only screen and (max-width: 850px) {
  .service-link {
    padding-top: 40px;
  }
}

.service-link-link {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  line-height: 65px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 48px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background-color: #013686;
}

.service-link-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 15px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
  opacity: 0;
}

.service-link-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#0fb2f8), to(#86daff));
  background: linear-gradient(90deg, #0fb2f8 0%, #86daff 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

.service-link-link:hover {
  color: #fff;
}

.service-link-link:hover::before {
  opacity: 1;
}

.service-link-link:hover::after {
  -webkit-transform: scale(50);
          transform: scale(50);
}

.service-strength {
  background-image: url(../images/service/service-strength-bg.jpg);
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 850px) {
  .service-strength {
    background-size: auto 50%;
  }
}

.service-strength-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 123px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 850px) {
  .service-strength-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .service-strength-inner {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

.service-strength-heading {
  text-align: center;
  padding-bottom: 120px;
  position: relative;
}

.service-strength-heading__main {
  color: #fff;
  font-family: "Montserrat";
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (max-width: 850px) {
  .service-strength-heading__main {
    font-size: 60px;
  }
}

.service-strength-heading__sub {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 850px) {
  .service-strength-heading__sub {
    font-size: 18px;
  }
}

@media only screen and (max-width: 850px) {
  .service-strength-heading {
    padding-bottom: 80px;
  }
}

.service-strength-heading__main, .service-strength-heading__sub {
  text-shadow: 0px 6px 10px rgba(0, 18, 64, 0.25);
}

.service-strength-heading::before {
  content: "";
  width: 1px;
  height: 72px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

@media only screen and (max-width: 850px) {
  .service-strength-heading::before {
    height: 40px;
    bottom: 20px;
  }
}

.service-strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 850px) {
  .service-strength-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 12px;
  }
}

.service-strength-list-item {
  width: 31.5%;
  max-width: 352px;
  background-color: rgba(0, 77, 191, 0.75);
  border-radius: 20px;
  padding: 40px 40px 42px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media only screen and (max-width: 850px) {
  .service-strength-list-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
}

.service-strength-list-item__number {
  color: #fff;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 500;
}

.service-strength-list-item__title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 850px) {
  .service-strength-list-item__title {
    font-size: 21px;
  }
}

.service-strength-list-item__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  text-align: left;
}

.service-strength-link {
  padding-top: 60px;
  text-align: center;
}

.service-strength-link a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  line-height: 65px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 48px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background-color: #013686;
}

.service-strength-link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 15px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 0;
  opacity: 0;
}

.service-strength-link a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 32px;
  width: 12px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#0fb2f8), to(#86daff));
  background: linear-gradient(90deg, #0fb2f8 0%, #86daff 100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}

.service-strength-link a:hover {
  color: #fff;
}

.service-strength-link a:hover::before {
  opacity: 1;
}

.service-strength-link a:hover::after {
  -webkit-transform: scale(50);
          transform: scale(50);
}
/*# sourceMappingURL=service.css.map */