@charset "UTF-8";
/* 色設定 */
/* ============================================ */
/* メインビジュアル */
#mainvisual {
  text-align: center;
  height: 350rem;
  display: flex;
  align-items: center;
  background-image: url("../img/service/bg_service_mainvisual.jpg");
  background-size: cover;
  color: white;
  font-weight: 700;
}

#mainvisual .viewport-s {
  display: flex;
  align-items: center;
}

#mainvisual .viewport-s::after {
  content: "";
  height: 1px;
  background-color: white;
  flex-grow: 1;
}

#mainvisual .viewport-s::before {
  content: "";
  height: 1px;
  background-color: white;
  flex-grow: 1;
}

#mainvisual .page-title {
  line-height: 1;
  position: relative;
  flex-grow: 0;
  margin: 0 40rem;
  color: white;
}

#mainvisual .page-title .en {
  display: block;
  font-size: 40rem;
}

#mainvisual .page-title .ja {
  display: block;
  font-size: 18rem;
  margin-top: 8rem;
}

#support {
  background: #f5f5f5;
  padding: 120rem 0 160rem;
}

#support .intro-container {
  margin: 80rem 0;
  display: flex;
}

#support .intro-container .left-container {
  width: 50%;
  padding-right: 64rem;
}

#support .intro-container .left-container .catch-copy-ja {
  font-size: 26rem;
  font-weight: 700;
}

#support .intro-container .left-container .catch-copy-ja strong {
  font-size: 44rem;
  color: #73b8e2;
}

#support .intro-container .left-container .catch-copy-en {
  margin-top: 16rem;
  font-weight: 700;
  color: #73b8e2;
  font-size: 18rem;
}

#support .intro-container .left-container .support-body {
  margin-top: 18rem;
  font-size: 18rem;
  line-height: 2;
}

#support .intro-container .left-container figure {
  width: 60%;
  margin: 40rem auto 40rem;
}

#support .intro-container .right-container {
  width: 50%;
}

#support .intro-container .right-container figure {
  width: 80%;
  margin-top: 40rem;
}

#support .intro-container .right-container .support-body {
  margin-top: 0rem;
  font-size: 18rem;
  line-height: 2;
}

#support .point-container {
  background: #f8fcff;
  border: 3px solid black;
  border-radius: 20px;
  text-align: center;
  color: #0b0549;
  padding: 40rem 0 56rem;
}

#support .point-container .point-hd {
  font-size: 20rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

#support .point-container .point-hd::before {
  position: absolute;
  content: "";
  width: 40rem;
  height: 3rem;
  top: 15rem;
  left: -50rem;
  background: #0b0549;
  transform: rotate(70deg);
}

#support .point-container .point-hd::after {
  position: absolute;
  content: "";
  width: 40rem;
  height: 3rem;
  top: 15rem;
  right: -50rem;
  background: #0b0549;
  transform: rotate(-70deg);
}

#support .point-container ul {
  display: flex;
  margin-top: 32rem;
}

#support .point-container ul > li {
  width: calc((100%) / 3);
  padding: 0 24rem;
  position: relative;
}

#support .point-container ul > li .point-num {
  font-weight: 700;
  font-size: 23rem;
}

#support .point-container ul > li .point-num .num {
  font-size: 38rem;
}

#support .point-container ul > li figure {
  width: 140px;
  margin: 8rem auto 24rem;
}

#support .point-container ul > li h3 {
  display: inline-block;
  color: #0b0549;
  font-weight: 700;
  border-bottom: #f2ae31 solid 5px;
  font-size: 20rem;
}

#support .point-container ul > li .point-body {
  margin-top: 24rem;
  font-size: 13rem;
  line-height: 2;
  text-align: left;
  color: black;
}

#support .point-container ul > li:before {
  content: "";
  position: absolute;
  background: #e4e4e4;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 90%;
}

#support .point-container ul > li:nth-child(3):before {
  display: none;
}

#support .point-container .keiei-point-list {
  flex-wrap: wrap;
}

#support .point-container .keiei-point-list > li {
  width: calc((100%) / 2);
}

#support .point-container .keiei-point-list > li:nth-child(3):before {
  display: block;
}

#support .point-container .keiei-point-list > li:nth-child(2n):before {
  display: none;
}

#trust {
  background: #73b8e2;
  text-align: center;
  border-top: 3px solid #0b0549;
  border-bottom: 3px solid #0b0549;
  padding: 0rem 0 64rem;
}

#trust h2 {
  font-size: 40rem;
  font-weight: 700;
  background: white;
  display: inline-block;
  border: black solid 3px;
  padding: 8rem 24rem;
  transform: translateY(-50%);
}

#trust .trust-container {
  display: flex;
  padding: 0;
  justify-content: space-between;
}

#trust .trust-container .body-container {
  width: 60%;
  padding-top: 24rem;
}

#trust .trust-container .body-container p {
  color: white;
  text-align: left;
  font-size: 22rem;
  line-height: 1.8;
}

#trust .trust-container .body-container .btn-white {
  background: white;
  color: #0b0549;
  margin-top: 32rem;
}

#trust .trust-container .body-container .btn-white:hover {
  background: #0b0549;
  color: white;
}

#trust .trust-container figure {
  width: 30%;
}

#step {
  background: #e6f7fb;
  padding: 120rem 0 80rem;
}

#step .step-container {
  background: white;
  border: #0b0549 solid 3px;
  border-radius: 30px;
  padding: 48rem 48rem 72rem;
  margin-top: 48rem;
}

#step .step-container .step-hd {
  color: #0b0549;
  font-size: 32rem;
  font-weight: 700;
}

#step .step-container .step-intro {
  font-size: 18rem;
  margin-top: 16rem;
}

#step .step-container .step-list {
  margin-top: 32rem;
  position: relative;
  z-index: 2;
}

#step .step-container .step-list > li {
  display: flex;
  height: 184rem;
  margin-bottom: 24rem;
}

#step .step-container .step-list > li .step-num-container {
  width: 15%;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  font-weight: 700;
  padding-top: 24rem;
}

#step .step-container .step-list > li .step-num-container .step-num {
  background: #5b83a6;
  width: 100px;
  height: 100px;
  color: white;
  line-height: 1;
  border-radius: 100px;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

#step .step-container .step-list > li .step-num-container .step-num .step {
  font-size: 24px;
}

#step .step-container .step-list > li .step-num-container .step-num .num {
  font-size: 35px;
}

#step .step-container .step-list > li .step-num-container .step-num span {
  display: block;
}

#step .step-container .step-list > li .step-num-container .timing {
  color: #f2ae31;
  text-align: center;
  margin-top: 16rem;
}

#step .step-container .step-list > li .body-container {
  width: 85%;
  background: #f5f5f5;
  padding: 24rem 32rem;
  border-radius: 20px;
}

#step .step-container .step-list > li .body-container h3 {
  color: #0b0549;
  font-weight: 700;
  font-size: 20rem;
}

#step .step-container .step-list > li .body-container .step-body {
  font-size: 14rem;
  line-height: 1.4;
  margin-top: 8rem;
}

#step .step-container .step-list::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: black;
  top: 0;
  left: 55%;
  z-index: -1;
}

#step .step-container .step-list:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 40px;
  background: black;
  bottom: 0;
  left: 55%;
  transform: translateY(100%);
}

#step .step-container .arrow {
  position: relative;
}

#step .step-container .arrow::before {
  position: absolute;
  content: "";
  border-top: 13px solid black;
  border-right: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid transparent;
  bottom: 0px;
  left: 55%;
  transform: translate(calc(-50% + 2.5px), 40px);
}

/* ============================ ============================ */
@media screen and (max-width: 1080px) {
  /* メインビジュアル */
  #mainvisual {
    height: 260rem;
  }
  #mainvisual .page-title .en {
    font-size: 26rem;
  }
  #mainvisual .page-title .ja {
    font-size: 16rem;
  }
  /* ============================ ============================ */
  #support .intro-container {
    display: block;
  }
  #support .intro-container .left-container {
    width: 100%;
    padding-right: 0rem;
  }
  #support .intro-container .left-container .catch-copy-ja {
    font-size: 24rem;
  }
  #support .intro-container .left-container .catch-copy-ja strong {
    font-size: 32rem;
  }
  #support .intro-container .right-container {
    width: 100%;
  }
  #support .intro-container .right-container figure {
    width: 80%;
    margin: 40rem auto 0;
  }
  #support .point-container .point-hd::before {
    top: 50%;
    left: -50rem;
  }
  #support .point-container .point-hd::after {
    top: 50%;
    right: -50rem;
  }
  #support .point-container ul {
    display: block;
    margin-top: 32rem;
  }
  #support .point-container ul > li {
    width: 100%;
    margin-bottom: 64rem;
  }
  #support .point-container ul > li .point-body {
    font-size: 16rem;
  }
  #support .point-container ul > li:before {
    display: none;
  }
  #support .point-container .keiei-point-list {
    padding: 0;
  }
  #support .point-container .keiei-point-list > li {
    width: calc(100%);
  }
  #support .point-container .keiei-point-list > li:nth-child(3):before {
    display: none;
  }
  #trust h2 {
    font-size: 24rem;
  }
  #trust .trust-container {
    padding: 0;
    justify-content: center;
    flex-direction: column-reverse;
  }
  #trust .trust-container .body-container {
    width: 100%;
  }
  #trust .trust-container .body-container .btn-white {
    margin-top: 56rem;
  }
  #trust .trust-container figure {
    width: 50%;
    margin: 24rem auto;
  }
  #step {
    padding: 120rem 0 80rem;
  }
  #step .step-container {
    padding: 48rem 24rem 72rem;
    margin-top: 48rem;
  }
  #step .step-container .step-hd {
    font-size: 24rem;
  }
  #step .step-container .step-list {
    margin-top: 64rem;
  }
  #step .step-container .step-list > li {
    display: block;
    height: auto;
    margin-bottom: 80rem;
  }
  #step .step-container .step-list > li .step-num-container {
    width: 100%;
    align-content: center;
    padding-top: 0rem;
    margin-bottom: 16rem;
  }
  #step .step-container .step-list > li .step-num-container .step-num {
    width: 100px;
    height: 100px;
  }
  #step .step-container .step-list > li .step-num-container .timing {
    background: white;
  }
  #step .step-container .step-list > li .body-container {
    width: 100%;
    padding: 24rem 24rem;
  }
  #step .step-container .step-list > li .body-container .step-body {
    font-size: 16rem;
    line-height: 1.6;
  }
  #step .step-container .step-list::before {
    left: 50%;
    transform: translateX(-50%);
  }
  #step .step-container .step-list:after {
    left: 50%;
  }
  #step .step-container .arrow::before {
    left: 50%;
    transform: translate(calc(-50% + 2.5px), 0px);
  }
  /* ============================================ */
  /* ============================ ============================ */
}
