﻿.section .inner {
  position: relative;
  padding-top: 85px;
  padding-bottom: 90px;
  overflow: hidden;
}

.section .inner:before {
  position: absolute;
  top: -0.15em;
  left: 50%;
  transform: translateX(-50%);
  color: #dae0ec;
  font-size: 156px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  opacity: 0.8;
}

#feature .inner:before {
  content: "FEATURE";
}

#service .inner:before {
  content: "PROVIDER";
  color: #e3e7f2;
}

#plan .inner:before {
  content: "PLAN";
}

@media screen and (min-width: 781px) {
  .section .inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section .inner:before {
    font-size: 180px;
    opacity: 0.5;
  }
}

/* KV */

#kv {
  height: 1006px;
  background-color: #3d5499;
  background-image: url("../img/kv-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kv-inner {
  width: 620px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.kv-hl {
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
  font-size: 72px;
  letter-spacing: 0.1em;
  line-height: calc(112/72);
}

.kv-inner p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(72/40);
}

@media screen and (min-width: 781px) {
  #kv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px;
    background-image: url("../img/kv-bg-pc.png");
    background-size: auto 100%;
  }

  .kv-inner {
    width: 380px;
    margin: 0 0 30px;
  }

  .kv-hl {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .kv-inner p {
    font-size: 24px;
    line-height: calc(42/24);
  }

  .kv-image {
    width: max-content;
    margin-right: -30px;
  }
}

/* FEATURE */

.feature-list-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px;
  width: 660px;
  margin: 0 auto;
}

.feature-list-column {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #fff;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: 0px 0px 30px #dae0ec;
}

.feature-list-column:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  width: 146px;
  height: 90px;
  background-color: #36549e;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.feature-list-column:nth-of-type(1):before {
  content: "01";
  left: 0;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.feature-list-column:nth-of-type(2):before {
  content: "02";
  right: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.feature-list-column:nth-of-type(3):before {
  content: "03";
  left: 0;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.feature-list-text {
  width: 540px;
  margin: auto;
}

.feature-list-hl {
  margin-top: -0.4em;
  margin-bottom: calc(50px - 0.4em);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(66/36);
}

.feature-list-text p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(52/28);
}

@media screen and (min-width: 781px) {
  .feature-list-wrap {
    gap: 110px;
    width: 1020px;
  }

  .feature-list-column {
    display: flex;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .feature-list-column:nth-of-type(2) {
    flex-direction: row-reverse;
  }

  .feature-list-column:before {
    top: -20px;
    width: 126px;
    height: 70px;
    font-size: 48px;
  }

  .feature-list-text {
    width: 380px;
    margin: 80px 40px 0;
  }

  .feature-list-hl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: calc(50/32);
  }

  .feature-list-text p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: calc(32/16);
  }

  .feature-list-image {
    width: max-content;
    margin-top: -40px;
  }

  .feature-list-column:nth-of-type(1) .feature-list-image {
    margin-bottom: -60px;
  }
}

/* SERVICE */

#service {
  background-color: #dae0ec;
}

#service .section-hl {
  margin-bottom: 50px;
}

.service-lead {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(50/28);
  text-align: center;
}

.service-list-wrap {
  width: 660px;
  margin: 0 auto;
  background-image: url("../img/service-line.png");
  background-position: center 88px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.service-customer {
  width: 200px;
  margin: 0 auto 50px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 0px 20px #9eaec9;
}

.service-list-column {
  width: 540px;
  margin: 0 auto;
}

@media screen and (min-width: 781px) {
  .service-lead {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .service-list-wrap {
    display: grid;
    grid-template-columns: 340px 40px 340px 40px 340px;
    width: 1100px;
    background-image: url("../img/service-line-pc.png");
    background-position: center 70px;
    background-size: 763px;
  }

  .service-customer {
    grid-column: span 5;
    width: 148px;
    margin: 0 auto 100px;
    border-radius: 74px;
  }

  .service-list-column {
    width: 340px;
  }

  .service-list-wrap :nth-of-type(2) {
    grid-column: 3/4;
    grid-row: 2/3;
  }

  .service-list-wrap :nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .service-list-wrap :nth-of-type(4) {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .service-list-wrap :nth-of-type(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }

  .service-list-wrap :nth-of-type(6) {
    grid-column: 5/6;
    grid-row: 2/3;
  }
}

.service-list-hl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  margin-top: 0;
  margin-bottom: 44px;
  background-color: #36549e;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.service-list-hl:after {
  content: "";
  display: block;
  width: 42px;
  height: 28px;
  background-color: #36549e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 80%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.service-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #6f80b3;
  background-image: url("../img/service-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 20px #9eaec9;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.service-company-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 185px;
  border-bottom: 1px solid #9eaec9;
}

.service-repoeasy .service-company-name img {
  width: 295px;
}

.service-100 .service-company-name img {
  width: 100px;
}

.service-opro .service-company-name img {
  width: 129px;
}

.service-company-hl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 215px;
}

.service-company-hl p {
  margin-top: calc(60px - 0.4em);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(40/28);
  text-align: center;
}

.service-company-logo {
  margin: auto;
}

.service-repoeasy .service-company-logo {
  width: 250px;
}

.service-100 .service-company-logo {
  width: 126px;
  margin-bottom: -20px;
}

.service-opro .service-company-logo {
  width: 250px;
}

.service-company-lead {
  padding-top: 110px;
  padding-bottom: 50px;
}

.service-company-lead p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(50/28);
  text-align: center;
}

.service-cross {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  margin: auto;
}

@media screen and (min-width: 781px) {
  .service-list-hl {
    width: 100%;
    height: 90px;
    margin-bottom: 35px;
    font-size: 20px;
  }

  .service-list-hl:after {
    width: 30px;
    height: 20px;
  }

  .service-company {
    background-image: url("../img/service-bg-pc.png");
  }

  .service-company-name {
    width: 260px;
    height: 156px;
  }

  .service-repoeasy .service-company-name img {
    width: 221px;
  }

  .service-100 .service-company-name img {
    width: 81px;
  }

  .service-opro .service-company-name img {
    width: 109px;
  }

  .service-company-hl {
    height: 170px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .service-company-hl p {
    margin-top: calc(45px - 0.4em);
    font-size: 15px;
  }

  .service-company-logo {
    margin: auto;
  }

  .service-repoeasy .service-company-logo {
    width: 190px;
  }

  .service-100 .service-company-logo {
    width: 71px;
    margin-bottom: auto;
  }

  .service-opro .service-company-logo {
    width: 190px;
  }

  .service-company-lead {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .service-company-lead p {
    font-size: 18px;
    line-height: calc(30/18);
  }

  .service-cross {
    width: 30px;
    height: 30px;
    padding-top: 40px;
  }
}

/* PLAN */

.plan-list-wrap {
  display: grid;
  grid-template-columns: 1fr;
  width: 660px;
  margin: auto;
  border-radius: 12px;
  position: relative;
  z-index: 0;
}

.plan-list-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #dae0ec;
  box-shadow: 0px 0px 30px #dae0ec;
  mix-blend-mode: multiply;
}

.plan-list-column {
  background-color: #fff;
}

.plan-list-column:not(:first-child) {
  border-top: 10px solid #657db6;
}

.plan-list-column:first-child {
  border-top: 10px solid #9faed3;
}

@media screen and (max-width: 780px) {
  #plan .inner {
    padding-bottom: 120px;
  }

  .plan-list-column {
    border-bottom: 20px solid #9faed3;
  }

  .plan-list-column:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .plan-list-column:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

@media screen and (min-width: 781px) {
  .plan-list-wrap {
    grid-template-columns: repeat(3, 360px);
    gap: 10px;
    width: 1100px;
  }

  .plan-list-column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .plan-list-column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.plan-list-hl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 190px;
  margin: 0;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(40/36);
}

.plan-list-hl span {
  display: inline-block;
  margin-bottom: 8px;
  color: #36549e;
  font-size: 28px;
  font-weight: 900;
}

.plan-list-hl:after {
  content: "";
  display: block;
  width: 42px;
  height: 28px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%) rotate(180deg);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.plan-list-column:nth-of-type(1) .plan-list-hl {
  background-color: #dfe4f2;
}

.plan-list-column:nth-of-type(2) .plan-list-hl {
  background-color: #d5dcee;
}

.plan-list-column:nth-of-type(3) .plan-list-hl {
  background-color: #c4cee8;
}

@media screen and (min-width: 781px) {
  .plan-list-hl {
    height: 170px;
    font-size: 28px;
  }

  .plan-list-hl span {
    font-size: 18px;
  }

  .plan-list-hl:after {
    width: 30px;
    height: 20px;
  }
}

.plan-price-wrap {
  display: grid;
  grid-template-columns: 1fr;
  padding: 60px;
}

.plan-price-first {
  padding-bottom: 48px;
}

.plan-price-plus {
  padding-top: 100px;
  padding-bottom: 48px;
  background-image: url("../img/plus.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 540px;
}

.plan-price-option {
  padding-top: 100px;
  background-image: url("../img/option.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 540px;
}

@media screen and (min-width: 781px) {
  #plan .inner {
    padding-bottom: 120px;
  }

  .plan-price-wrap {
    padding: 45px 0;
  }

  .plan-price-first {
    box-sizing: border-box;
    height: 96px;
    padding-bottom: 28px;
  }

  .plan-price-plus {
    box-sizing: border-box;
    height: 240px;
    padding-top: 70px;
    padding-bottom: 48px;
    background-image: url("../img/plus-pc.png");
    background-size: 270px;
  }

  .plan-price-option {
    padding-top: 70px;
    background-image: url("../img/option-pc.png");
    background-size: 270px;
  }
}

.plan-price-hl {
  width: 540px;
  margin: 0 0 25px;
  color: #36549e;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.plan-price-plus .plan-price-hl {
  font-size: 36px;
}

.plan-list-column:last-child .plan-price-plus .plan-price-hl {
  margin-top: -0.4em;
  margin-bottom: calc(25px - 0.4em);
  font-size: 35px;
  line-height: calc(66/36);
  white-space: nowrap;
}

.plan-price {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.plan-price b {
  letter-spacing: -0.025em;
}

.plan-price-first .plan-price b.en {
  margin-right: 0.075em;
  font-size: 56px;
}

.plan-price-plus .plan-price b {
  font-size: 48px;
}

.plan-price-plus .plan-price b.en {
  margin-right: 0.075em;
  font-size: 88px;
}

.plan-price-option .plan-price b {
  font-size: 40px;
}

.plan-price-sup {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: calc(44/24);
  text-align: center;
}

@media screen and (min-width: 781px) {
  .plan-price-hl {
    width: 100%;
    margin: 0 0 20px;
    font-size: 16px;
  }

  .plan-price-plus .plan-price-hl {
    font-size: 20px;
  }

  .plan-list-column:last-child .plan-price-plus .plan-price-hl {
    margin-top: -0.4em;
    margin-bottom: calc(20px - 0.4em);
    font-size: 20px;
    line-height: calc(36/20);
    white-space: nowrap;
  }

  .plan-price {
    font-size: 18px;
  }

  .plan-price-first .plan-price b.en {
    font-size: 32px;
  }

  .plan-price-plus .plan-price b {
    font-size: 30px;
  }

  .plan-price-plus .plan-price b.en {
    font-size: 52px;
  }

  .plan-price-option .plan-price b {
    font-size: 24px;
  }

  .plan-price-sup {
    margin-top: 20px;
    font-size: 14px;
    line-height: calc(20/14);
  }

  .plan-price-plus .plan-price-sup {
    font-size: 16px;
  }
}