@charset "UTF-8";
/* 色設定 */
/* ============================================ */
/* メインビジュアル */
#mainvisual {
  text-align: center;
  height: 350rem;
  display: flex;
  align-items: center;
  background-image: url("../img/transfer/bg_transfer_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;
}

#problem {
  background: #f5f5f5;
  padding: 120rem 0 80rem;
  position: relative;
}

#problem .problem-wrapper {
  background: white;
  border: black solid 3px;
  border-radius: 30px;
  display: flex;
  padding: 56rem;
  align-items: center;
}

#problem .problem-wrapper figure {
  width: 25%;
}

#problem .problem-wrapper .problem-container {
  padding-left: 40rem;
}

#problem .problem-wrapper .problem-container h2 {
  background: #5b83a6;
  color: white;
  font-size: 22rem;
  font-weight: 700;
  padding: 8rem 20rem;
}

#problem .problem-wrapper .problem-container .problem-list {
  margin-top: 40rem;
}

#problem .problem-wrapper .problem-container .problem-list > li {
  color: #0b0549;
  margin-top: 16rem;
  font-weight: bold;
  font-size: 20rem;
  position: relative;
  padding-left: 50rem;
}

#problem .problem-wrapper .problem-container .problem-list > li::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico_check.png);
  background-size: cover;
  width: 30rem;
  height: 30rem;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
}

#problem .problem-text {
  margin-top: 80rem;
  font-size: 25rem;
  text-align: center;
  font-weight: bold;
  color: #0b0549;
  position: relative;
  line-height: 2;
}

#problem .problem-text span {
  color: #f2ae31;
  font-size: 33rem;
}

#problem .problem-text::after {
  content: "";
  position: absolute;
  background-image: url(../img/yellow-right.png);
  background-size: cover;
  width: 50rem;
  height: 50rem;
  right: 20rem;
  top: -30rem;
  display: block;
}

.triangle {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #f5f5f5;
}

#resolution {
  padding: 200rem 0 80rem;
  position: relative;
}

#resolution .resolution-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#resolution .resolution-container .resolution-left {
  width: 62%;
}

#resolution .resolution-container .resolution-left h2 {
  background: #5b83a6;
  font-weight: 700;
  color: white;
  padding: 16rem 16rem;
  font-size: 20rem;
}

#resolution .resolution-container .resolution-left .body {
  margin-top: 48rem;
  font-weight: 700;
  font-size: 18rem;
}

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

#resolution .back-text {
  position: absolute;
  font-weight: 700;
  font-size: 148rem;
  line-height: 1;
  bottom: -10rem;
  left: 0;
  color: #f6f6f7;
  z-index: -1;
}

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

#point .point-text {
  text-align: center;
  margin: 48rem 0 0;
  color: #0b0549;
  font-size: 20rem;
  font-weight: 700;
}

#point .point-list > li {
  display: flex;
  background: white;
  border: black 3px solid;
  padding: 48rem;
  margin-top: 48rem;
  align-items: center;
}

#point .point-list > li .point-left {
  width: 25%;
  border-right: #0b0549 3px solid;
}

#point .point-list > li .point-left .point-num {
  color: #f2ae31;
  font-weight: 700;
}

#point .point-list > li .point-left .point-num .point {
  font-size: 30rem;
}

#point .point-list > li .point-left .point-num .num {
  font-size: 50rem;
}

#point .point-list > li .point-left .point-head {
  margin-top: 24rem;
  color: #0b0549;
  font-weight: 700;
  font-size: 18rem;
}

#point .point-list > li .point-body {
  width: 75%;
  padding-left: 40rem;
  font-size: 18rem;
}

#trust {
  background: #73b8e2;
  padding: 120rem 0 80rem;
  text-align: center;
}

#trust h2 {
  background: white;
  display: inline-block;
  padding: 16rem 32rem;
  border: black 3px solid;
  border-radius: 20px;
  color: #0b0549;
  font-weight: 700;
  font-size: 25rem;
  position: relative;
}

#trust h2:before, #trust h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#trust h2:before {
  border: solid 13px transparent;
  border-top: solid 13px black;
}

#trust h2:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}

#trust .trust-container {
  display: flex;
  justify-content: space-between;
  margin-top: 32rem;
  align-items: center;
}

#trust .trust-container .trust-text {
  width: 70%;
  color: white;
  font-size: 20rem;
  text-align: left;
}

#trust .trust-container .trust-text strong {
  font-size: 30rem;
  font-weight: 700;
}

#trust .trust-container .trust-text span {
  font-weight: 700;
  font-size: 30rem;
  background: linear-gradient(transparent 80%, #f2ae31 0%);
}

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

#link {
  padding: 120rem 0 80rem;
}

#link .link-list {
  display: flex;
  justify-content: space-between;
}

#link .link-list > li {
  width: 48%;
  background: #f8fcff;
  border: 3px solid black;
  padding: 80rem 32rem;
  text-align: center;
}

#link .link-list > li figure {
  width: 100rem;
  margin: 0 auto;
}

#link .link-list > li .link-head {
  margin-top: 48rem;
  color: #f2ae31;
  font-weight: 700;
  font-size: 24rem;
  margin-bottom: 32rem;
}

#link .link-list > li .link-text {
  margin-bottom: 32rem;
}

#link .link-list > li .btn {
  color: #0b0549;
  margin-bottom: 24rem;
}

#link .link-list > li .btn:hover {
  background: #0b0549;
  color: white;
}

/* ============================ ============================ */
@media screen and (max-width: 1080px) {
  /* メインビジュアル */
  #mainvisual {
    height: 260rem;
  }
  #mainvisual .page-title .en {
    font-size: 26rem;
  }
  #mainvisual .page-title .ja {
    font-size: 16rem;
  }
  /* ============================ ============================ */
  #problem {
    padding: 80rem 0 80rem;
  }
  #problem .problem-wrapper {
    display: block;
    padding: 56rem 24rem;
  }
  #problem .problem-wrapper figure {
    width: 40%;
    margin: 0 auto 40rem;
  }
  #problem .problem-wrapper .problem-container {
    padding-left: 0rem;
  }
  #problem .problem-text {
    font-size: 20rem;
    position: relative;
    line-height: 2;
  }
  #problem .problem-text span {
    font-size: 24rem;
  }
  #problem .problem-text::after {
    width: 30rem;
    height: 30rem;
  }
  .triangle:after {
    border-top: 50px solid #f5f5f5;
  }
  #resolution .resolution-container {
    display: block;
  }
  #resolution .resolution-container .resolution-left {
    width: 100%;
  }
  #resolution .resolution-container .resolution-left figure {
    width: 60%;
    margin: 56rem auto;
  }
  #resolution .back-text {
    font-size: 80rem;
  }
  #point {
    padding: 80rem 0 80rem;
  }
  #point .point-text {
    font-size: 16rem;
  }
  #point .point-list > li {
    display: block;
    padding: 48rem 32rem;
    text-align: center;
  }
  #point .point-list > li .point-left {
    width: 100%;
    border: none;
  }
  #point .point-list > li .point-body {
    width: 100%;
    padding-left: 0rem;
    margin-top: 40rem;
    text-align: left;
  }
  #trust {
    padding: 80rem 0 80rem;
  }
  #trust .trust-container {
    flex-direction: column-reverse;
  }
  #trust .trust-container .trust-text {
    width: 100%;
    color: white;
    margin-top: 40rem;
  }
  #trust .trust-container .trust-text strong {
    font-size: 24rem;
  }
  #trust .trust-container .trust-text span {
    font-size: 24rem;
  }
  #trust .trust-container figure {
    width: 60%;
  }
  #link {
    padding: 80rem 0 80rem;
  }
  #link .link-list {
    display: block;
  }
  #link .link-list > li {
    width: 100%;
    margin-bottom: 24rem;
  }
  #link .link-list > li .link-head {
    font-size: 22rem;
  }
  /* ============================================ */
  /* ============================ ============================ */
}
