/* --------------------------------------------------

hero

-------------------------------------------------- */
.hero {
  position: relative;
}

.hero__slogan--wrap {
  position: absolute;
  left: 5.208333vw;
  bottom: -2.604166vw;
  z-index: 1;
}

.hero__slogan--fixed {
  display: inline-block;
  padding: 0.05em 0.1em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 4.166666vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: #000;
}

.hero__slogan--variable {
  display: block;
  margin-top: 1.5625vw;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 9.375vw;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
  background-color: #000;
}

/* --------------------------------------------------

WE ARE

-------------------------------------------------- */
#we {
  position: relative;
  padding-top: 340px;
}

.we__head--txt {
  position: absolute;
  top: 190px;
  left: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 240px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.we__head--jp {
  display: block;
  position: absolute;
  top: -1px;
  left: 730px;
  font-family: "LINESeedJP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
}

.we__comment--figure {
  display: block;
  margin-left: 200px;
  width: 1000px;
}

.we__comment--txt-jp {
  margin: 60px 0 0;
  width: 1000px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.we__comment--txt-en {
  margin: 20px 0 0;
  width: 1000px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.we__comment--block + .we__comment--block {
  margin-top: 180px;
}

.we__comment--block + .we__comment--block .we__comment--figure {
  margin-left: 0;
}

.we__comment--block + .we__comment--block .we__comment--txt-jp {
  margin-left: 200px;
}

/* --------------------------------------------------

PICKUP

-------------------------------------------------- */
#pickup {
  position: relative;
  padding-top: 240px;
}

.pickup__head--txt {
  position: absolute;
  top: 340px;
  left: -570px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 260px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotateZ(-90deg);
}

.pickup__head--jp {
  display: inline-block;
  position: absolute;
  top: 94px;
  left: 800px;
  padding: 0.1em 0.2em;
  font-family: "LINESeedJP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #fff;
}

.pickup__works--list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.pickup__works--item {
  position: relative;
  width: 386px;
  transition: 0.3s;
}

.pickup__works--item:hover {
  z-index: 1;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  transform: scale(1.2);
}

.pickup__works--item a {
  display: block;
}

.pickup__works--item img {
  pointer-events: none;
}

.pickup__works--item.new::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -35px;
  width: 80px;
  height: 40px;
  background: #00FFD1;
  transform: rotateZ(-45deg);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

/* --------------------------------------------------

POLICY

-------------------------------------------------- */
#policy {
  position: relative;
  padding-top: 340px;
}

.policy__head--txt {
  position: relative;
  margin: 0 0 0 -20px;
  font-family: "Montserrat", sans-serif;
  font-size: 260px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.policy__head--jp {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 790px;
  font-family: "LINESeedJP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.policy__comment--figure {
  display: block;
  margin: 100px auto 0;
  width: 1000px;
}

.policy__comment--block {
  width: 1000px;
}

.policy__comment--block:nth-of-type(2) {
  margin: 100px 0 0 200px;
}

.policy__comment--txt-jp {
  margin: 60px 0 0;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.policy__comment--txt-en {
  margin: 20px 0 0;
  width: 1000px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.policy__works--list {
  position: absolute;
  top: 530px;
  left: 400px;
  margin: 140px 0 0;
  padding: 0;
  list-style: none;
}

.policy__works--list:nth-of-type(2) {
  top: -863px;
  left: 2151px;
}

.policy__works--item {
  width: 386px;
  transform: skewX(-45deg);
  overflow: hidden;
  background-color: #000;
}

.policy__works--item img {
  transform: skewX(45deg) scale(1.6);
  pointer-events: none;
}

.policy__works--item + .policy__works--item {
  margin-top: 15px;
}

.policy__works--item:nth-of-type(1) {
  margin-left: 0;
}

.policy__works--item:nth-of-type(2) {
  margin-left: -224px;
}

.policy__works--item:nth-of-type(3) {
  margin-left: -448px;
}

.policy__works--item:nth-of-type(4) {
  margin-left: -672px;
}

.policy__works--item:nth-of-type(5) {
  margin-left: -896px;
}

.policy__works--item:nth-of-type(6) {
  margin-left: -1120px;
}

.policy__works--item:nth-of-type(7) {
  margin-left: -1344px;
}

.policy__works--item:nth-of-type(8) {
  margin-left: -1568px;
}

.policy__works--item:nth-of-type(9) {
  margin-left: -1792px;
}

.policy__works--item:nth-of-type(10) {
  margin-left: -2016px;
}

.policy__works--item:nth-of-type(11) {
  margin-left: -2240px;
}

.policy__works--item:nth-of-type(12) {
  margin-left: -2464px;
}

.policy__works--item:nth-of-type(13) {
  margin-left: -2688px;
}

.policy__works--item:nth-of-type(14) {
  margin-left: -2912px;
}

.policy__works--item:nth-of-type(15) {
  margin-left: -3136px;
}

/* --------------------------------------------------

SERVICE

-------------------------------------------------- */
#service {
  position: relative;
  padding-top: 240px;
}

.service__head--txt {
  position: absolute;
  top: 400px;
  right: -500px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 240px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  transform: rotateZ(90deg);
}

.service__head--jp {
  display: inline-block;
  position: absolute;
  top: 75px;
  left: 107px;
  padding: 0.1em 0.2em;
  font-family: "LINESeedJP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #fff;
}

.service__comment--block {
  width: 1000px;
}

.service__comment--block.center {
  margin: 0 auto;
  text-align: center;
}

.service__case--wrap + .service__comment--block {
  margin-top: 150px;
}

.service__comment--figure {
  display: block;
  margin-left: 200px;
  width: 1000px;
}

.service__comment--txt-jp {
  margin: 60px 0 0 0;
  width: 1000px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.service__case--wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin: 120px 0;
}

.service__case--item {
  width: 386px;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
}

.service__case--item:before {
  display: block;
  margin: 40px auto 0;
  width: 70px;
  height: 70px;
  content: "";
}

.service__case--item:nth-of-type(1):before {
  background: url(/assets/lp/home/img/service-case-ico01.png) center center no-repeat;
  background-size: 100% auto;
}

.service__case--item:nth-of-type(2):before {
  background: url(/assets/lp/home/img/service-case-ico02.png) center center no-repeat;
  background-size: 100% auto;
}

.service__case--item:nth-of-type(3):before {
  background: url(/assets/lp/home/img/service-case-ico03.png) center center no-repeat;
  background-size: 100% auto;
}

.service__case--content {
  margin: 0 20px;
}

.service__case--ttl {
  margin: 40px 0 0 0;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-align: center;
}

.service__case--txt {
  margin: 20px 0 0 0;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.service__case--note {
  margin-top: 30px;
  background-color: #000;
}

.service__case--memo {
  margin: 0;
  padding: 25px 20px;
  color: #fff;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.service__type--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 150px 0 0 0;
  padding: 0;
}

.service__type--item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 285px;
  height: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  background-color: #000;
}

.service__type--item::before {
  display: block;
  position: absolute;
  top: -10px;
  left: -25px;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  content: "";
  transform: rotateZ(-45deg);
}

.service__type--item:nth-of-type(1)::before {
  border-bottom: 30px solid #FF008A;
}

.service__type--item:nth-of-type(2)::before {
  border-bottom: 30px solid #00FFD1;
}

.service__type--item:nth-of-type(3)::before {
  border-bottom: 30px solid #0029FF;
}

.service__type--item:nth-of-type(4)::before {
  border-bottom: 30px solid #FF9900;
}

/* --------------------------------------------------

PLAN

-------------------------------------------------- */
#plan {
  position: relative;
  padding-top: 300px;
}

.plan__head--txt {
  position: absolute;
  top: 250px;
  left: -400px;
  z-index: 2;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 260px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  transform: rotateZ(-90deg);
}

.plan__head--jp {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 660px;
  font-family: "LINESeedJP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.plan__comment--figure {
  display: block;
  position: relative;
  z-index: 1;
  width: 1000px;
}

.plan__comment--txt-jp {
  margin: 60px 0 0 200px;
  width: 1000px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.plan__category--wrap {
  margin-top: 200px;
}

.plan__category--head {
  font-size: 40px;
  text-align: right;
}

.plan__category--wrap + .plan__category--wrap .plan__category--head {
  text-align: left;
}

.plan__category--head mark {
  font-size: 60px;
  background: none;
}

.plan__type--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 0 0;
  padding: 0;
}

.plan__type--item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 285px;
  height: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  background-color: #000;
}

.plan__type--item::before {
  display: block;
  position: absolute;
  top: -10px;
  left: -25px;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  content: "";
  transform: rotateZ(-45deg);
}

.plan__type--item:nth-of-type(1)::before {
  border-bottom: 30px solid #FF008A;
}

.plan__type--item:nth-of-type(2)::before {
  border-bottom: 30px solid #00FFD1;
}

.plan__type--item:nth-of-type(3)::before {
  border-bottom: 30px solid #0029FF;
}

.plan__type--item:nth-of-type(4)::before {
  border-bottom: 30px solid #FF9900;
}

.plan__pricing--list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 100px;
}

.plan__pricing--item {
  width: 386px;
  color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
}

.plan__pricing--item:nth-of-type(1) {
  background-color: #444;
}

.plan__pricing--item:nth-of-type(2) {
  background-color: #7000FF;
}

.plan__pricing--item:nth-of-type(3) {
  background-color: #001AFF;
}

.plan__pricing--ttl {
  margin: 30px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
}

.plan__pricing--price {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000;
  box-sizing: border-box;
}

.plan__pricing--amount {
  margin: 30px 0 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

.plan__pricing--explain {
  margin: 20px 0 30px;
  padding: 0 20px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  box-sizing: border-box;
}

/* --------------------------------------------------

CONTACT

-------------------------------------------------- */
#contact {
  position: relative;
  padding-top: 340px;
}

.contact__head--txt {
  position: relative;
  margin: 0 0 0 -20px;
  font-family: "Montserrat", sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.contact__head--jp {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.1em 0.2em;
  font-family: "LINESeedJP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.contact__comment--block {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.contact__comment--txt-jp {
  margin: 60px auto 0;
  width: 1000px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}

.contact__form--wrap + .contact__comment--txt-jp {
  margin-top: 140px;
}

.contact__form--wrap {
  margin: 100px auto 0;
  width: 720px;
}

.contact__form--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.contact__form--item + .contact__form--item {
  margin-top: 40px;
}

.contact__form--item:last-of-type {
  align-items: flex-start;
}

.contact__form--ttl {
  width: 220px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.contact__form--item:last-of-type .contact__form--ttl {
  padding-top: 10px;
}

.contact__form--ttl mark {
  margin-left: 0.5em;
  color: #FF005C;
  background: none;
}

.contact__form--input {
  width: 500px;
  margin: 0;
}

.contact__form--input input[type=text], 
.contact__form--input input[type=tel], 
.contact__form--input input[type=email] {
  padding: 0 0.5em;
  width: 500px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
}

.contact__form--input select {
  padding: 0 0.5em;
  width: 500px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
}

.contact__form--input textarea {
  padding: 0.5em;
  min-width: 500px;
  min-width: 500px;
  height: 150px;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
}

.contact__form--send input[type="submit"] {
  display: block;
  margin: 80px auto 0;
  width: 320px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: none;
  background-color: #000;
  border: none;
  border: 2px solid #000;
  transition: 0.3s all;
  cursor: pointer;
}

.contact__form--send input:hover {
  color: #000;
  background-color: #fff;
}

.hidden-fields-container {
  opacity: 0;
}

.screen-reader-response {
  margin: 0 auto;
  width: 720px;
}
.screen-reader-response p {
  text-align: center;
}
.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  color: #FF005C;
}

.wpcf7-response-output {
  margin-top: 40px;
  text-align: center;
}


@media screen and (max-width: 768px) {
  /* --------------------------------------------------

  hero

  -------------------------------------------------- */
  .hero__slogan--wrap {
    left: 2.6666666667vw;
    bottom: -2.604166vw;
  }
  .hero__slogan--fixed {
    padding: 0.05em 0.1em;
    font-size: 5.3333333333vw;
  }
  .hero__slogan--variable {
    margin-top: 1.5625vw;
    font-size: 11.2vw;
  }
  /* --------------------------------------------------

  WE ARE

  -------------------------------------------------- */
  #we {
    padding-top: 32vw;
  }
  .we__head--txt {
    top: 20vw;
    font-size: 21.3333333333vw;
    font-weight: 700;
  }
  .we__head--jp {
    display: block;
    position: absolute;
    top: -2.6666666667vw;
    left: 44.2666666667vw;
    font-family: "LINESeedJP", sans-serif;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .we__comment--figure {
    margin-left: 5.3333333333vw;
    width: auto;
  }
  .we__comment--txt-jp {
    margin: 5.3333333333vw 5.3333333333vw 0;
    width: auto;
    font-size: 3.7333333333vw;
  }
  .we__comment--txt-en {
    margin: 5.3333333333vw 5.3333333333vw 0;
    width: auto;
    font-size: 3.2vw;
  }
  .we__comment--block + .we__comment--block {
    margin-top: 16vw;
  }
  .we__comment--block + .we__comment--block .we__comment--figure {
    margin-right: 5.3333333333vw;
  }
  .we__comment--block + .we__comment--block .we__comment--txt-jp {
    margin-left: 5.3333333333vw;
  }
  /* --------------------------------------------------

  PICKUP

  -------------------------------------------------- */
  #pickup {
    position: relative;
    padding-top: 20vw;
  }
  .pickup__head--txt {
    position: initial;
    margin: 0 5.3333333333vw 0 0;
    font-size: 21.3333333333vw;
    font-weight: 700;
    transform: rotateZ(0);
    text-align: right;
    line-height: 21.3333333333vw;
  }
  .pickup__head--jp {
    top: 20vw;
    left: 76vw;
    font-size: 3.7333333333vw;
  }
  .pickup__works--list {
    margin: 10.6666666667vw 2.6666666667vw;
    gap: 2.6666666667vw;
  }
  .pickup__works--item {
    width: 46vw;
  }
  .pickup__works--item:hover {
    z-index: 1;
    box-shadow: none;
    transform: scale(1);
  }
  .pickup__works--item:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
  .pickup__works--item a {
    display: block;
  }
  .pickup__works--item img {
    pointer-events: none;
  }
  .pickup__works--item.new::before {
    top: -2.6666666667vw;
    left: -4.6666666667vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
  /* --------------------------------------------------

  POLICY

  -------------------------------------------------- */
  #policy {
    padding-top: 20vw;
  }
  .policy__head--txt {
    margin: 0;
    font-size: 21.3333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .policy__head--jp {
    top: 22.6666666667vw;
    left: 50%;
    transform: translateY(-50%);
    font-size: 3.7333333333vw;
  }
  .policy__comment--figure {
    margin: 13.3333333333vw auto 0;
    width: auto;
  }
  .policy__comment--block {
    margin: 13.3333333333vw 5.3333333333vw 0;
    width: auto;
  }
  .policy__comment--block:nth-of-type(2) {
    margin: 13.3333333333vw 5.3333333333vw 0;
  }
  .policy__comment--txt-jp {
    margin: 5.3333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
  .policy__comment--txt-jp + .policy__comment--txt-jp {
    margin-top: 5.3333333333vw;
  }
  .policy__comment--txt-en {
    margin: 5.3333333333vw 0 0;
    width: auto;
    font-size: 2.6666666667vw;
  }
  .policy__works--list {
    top: 72vw;
    left: 106.6666666667vw;
    margin: 18.6666666667vw 0 0;
  }
  .policy__works--list:nth-of-type(2) {
    top: 102.9333333333vw;
    left: 22.1333333333vw;
  }
  .policy__works--item {
    width: 51.4666666667vw;
  }
  .policy__works--item img {
    transform: skewX(45deg) scale(1.6);
  }
  .policy__works--item + .policy__works--item {
    margin-top: 2vw;
  }
  .policy__works--item:nth-of-type(1) {
    margin-left: 0;
  }
  .policy__works--item:nth-of-type(2) {
    margin-left: -29.8666666667vw;
  }
  .policy__works--item:nth-of-type(3) {
    margin-left: -59.7333333333vw;
  }
  .policy__works--item:nth-of-type(4) {
    margin-left: -89.6vw;
  }
  .policy__works--item:nth-of-type(5) {
    margin-left: -119.4666666667vw;
  }
  .policy__works--item:nth-of-type(6) {
    margin-left: -149.3333333333vw;
  }
  .policy__works--item:nth-of-type(7) {
    margin-left: -179.2vw;
  }
  .policy__works--item:nth-of-type(8) {
    margin-left: -209.0666666667vw;
  }
  .policy__works--item:nth-of-type(9) {
    margin-left: -238.9333333333vw;
  }
  .policy__works--item:nth-of-type(10) {
    margin-left: -268.8vw;
  }
  .policy__works--item:nth-of-type(11) {
    margin-left: -298.6666666667vw;
  }
  .policy__works--item:nth-of-type(12) {
    margin-left: -328.5333333333vw;
  }
  .policy__works--item:nth-of-type(13) {
    margin-left: -358.4vw;
  }
  .policy__works--item:nth-of-type(14) {
    margin-left: pxcalc(-388.2666666667vw);
  }
  .policy__works--item:nth-of-type(15) {
    margin-left: -418.1333333333vw;
  }
  /* --------------------------------------------------

  SERVICE

  -------------------------------------------------- */
  #service {
    padding-top: 26.6666666667vw;
  }
  .service__head--txt {
    position: static;
    transform: rotateZ(0);
    margin-right: 5.3333333333vw;
    font-size: 16vw;
    font-weight: 700;
  }
  .service__head--jp {
    display: inline-block;
    position: absolute;
    top: -2.9333333333vw;
    right: 0;
    font-size: 3.7333333333vw;
  }
  .service__comment--block {
    margin: 0;
    width: auto;
  }
  .service__comment--block.center {
    margin: 0 auto;
    text-align: center;
  }
  .service__case--wrap + .service__comment--block {
    margin-top: 10.6666666667vw;
  }
  .service__comment--figure {
    margin: 5.3333333333vw 0 0 5.3333333333vw;
    width: auto;
  }
  .service__comment--txt-jp {
    margin: 0 5.3333333333vw 0;
    width: auto;
    font-size: 3.7333333333vw;
  }
  .service__case--wrap {
    display: block;
    margin: 10.6666666667vw 5.3333333333vw;
  }
  .service__case--item {
    width: auto;
    background-color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  .service__case--item + .service__case--item {
    margin-top: 10.6666666667vw;
  }
  .service__case--item:before {
    margin: 8vw auto 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .service__case--content {
    margin: 0 2.6666666667vw;
  }
  .service__case--ttl {
    margin: 5.3333333333vw 0 0 0;
    font-size: 5.3333333333vw;
  }
  .service__case--txt {
    margin: 5.3333333333vw 0 0 0;
    font-size: 3.7333333333vw;
  }
  .service__case--note {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  .service__case--memo {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .service__type--list {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin: 13.3333333333vw 5.3333333333vw 0;
  }
  .service__type--item {
    width: 42vw;
    height: 18.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .service__type--item::before {
    top: -2.1333333333vw;
    left: -4.8vw;
    border-right: 5.3333333333vw solid transparent;
    border-left: 5.3333333333vw solid transparent;
  }
  .service__type--item:nth-of-type(1)::before {
    border-bottom: 5.3333333333vw solid #FF008A;
  }
  .service__type--item:nth-of-type(2)::before {
    border-bottom: 5.3333333333vw solid #00FFD1;
  }
  .service__type--item:nth-of-type(3)::before {
    border-bottom: 5.3333333333vw solid #0029FF;
  }
  .service__type--item:nth-of-type(4)::before {
    border-bottom: 5.3333333333vw solid #FF9900;
  }
  /* --------------------------------------------------

  PLAN

  -------------------------------------------------- */
  #plan {
    position: relative;
    padding-top: 33.3333333333vw;
  }
  .plan__head--txt {
    position: relative;
    top: 0;
    left: 0;
    font-size: 21.3333333333vw;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    transform: rotateZ(0);
  }
  .plan__head--jp {
    position: static;
    font-size: 3.7333333333vw;
  }
  .plan__comment--figure {
    margin-top: 2.6666666667vw;
    width: auto;
  }
  .plan__comment--txt-jp {
    margin: 8vw 5.3333333333vw 0;
    width: auto;
    font-size: 3.7333333333vw;
  }
  .plan__category--wrap {
    margin-top: 16vw;
  }
  .plan__category--head {
    margin: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    text-align: right;
  }
  .plan__category--wrap + .plan__category--wrap .plan__category--head {
    text-align: left;
  }
  .plan__category--head mark {
    font-size: 5.6vw;
    background: none;
  }
  .plan__type--list {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin: 8vw 5.3333333333vw 0;
  }
  .plan__type--item {
    width: 42vw;
    height: 18.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .plan__type--item::before {
    top: -2.1333333333vw;
    left: -4.8vw;
    border-right: 5.3333333333vw solid transparent;
    border-left: 5.3333333333vw solid transparent;
  }
  .plan__type--item:nth-of-type(1)::before {
    border-bottom: 5.3333333333vw solid #FF008A;
  }
  .plan__type--item:nth-of-type(2)::before {
    border-bottom: 5.3333333333vw solid #00FFD1;
  }
  .plan__type--item:nth-of-type(3)::before {
    border-bottom: 5.3333333333vw solid #0029FF;
  }
  .plan__type--item:nth-of-type(4)::before {
    border-bottom: 5.3333333333vw solid #FF9900;
  }
  .plan__pricing--list {
    display: block;
    margin: 10.6666666667vw 5.3333333333vw;
  }
  .plan__pricing--item {
    width: auto;
    color: #fff;
    border: 2px solid #000;
    box-sizing: border-box;
  }
  .plan__pricing--item + .plan__pricing--item {
    margin-top: 5.3333333333vw;
  }
  .plan__pricing--ttl {
    margin: 5.3333333333vw 0;
    font-size: 5.3333333333vw;
  }
  .plan__pricing--price {
    padding: 2.6666666667vw 0;
    font-size: 4.8vw;
  }
  .plan__pricing--amount {
    margin: 5.3333333333vw 0 0;
    padding: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .plan__pricing--explain {
    margin: 2.6666666667vw 0 30px;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  /* --------------------------------------------------

  CONTACT

  -------------------------------------------------- */
  #contact {
    position: relative;
    padding-top: 33.3333333333vw;
  }
  .contact__head--txt {
    margin: 0;
    font-size: 18vw;
    font-weight: 700;
  }
  .contact__head--jp {
    font-size: 3.7333333333vw;
  }
  .contact__comment--block {
    margin: 0 5.3333333333vw;
    width: auto;
    text-align: center;
  }
  .contact__comment--txt-jp {
    margin: 8vw 5.3333333333vw 0;
    width: auto;
    font-size: 3.7333333333vw;
  }
  .contact__form--wrap + .contact__comment--txt-jp {
    margin-top: 16vw;
  }
  .contact__form--wrap {
    margin: 10.6666666667vw 5.3333333333vw 0;
    width: auto;
  }
  .contact__form--item {
    display: block;
    margin: 0;
  }
  .contact__form--item + .contact__form--item {
    margin-top: 8.5333333333vw;
  }
  .contact__form--item:last-of-type {
    align-items: flex-start;
  }
  .contact__form--ttl {
    width: auto;
    margin: 0;
    font-size: 4.2666666667vw;
  }
  .contact__form--item:last-of-type .contact__form--ttl {
    padding-top: 0vw;
  }
  .contact__form--input {
    width: auto;
    margin-top: 2.1333333333vw;
  }
  .contact__form--input input[type=text], 
  .contact__form--input input[type=tel], 
  .contact__form--input input[type=email] {
    width: 100%;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .contact__form--input select {
    width: 100%;
    height: 13.3333333333vw;
  }
  .contact__form--input textarea {
    min-width: 100%;
    width: 100%;
    height: 40vw;
  }
  .contact__form--send input[type="submit"] {
    margin: 10.6666666667vw auto 0;
    width: 100%;
    height: 18.6666666667vw;
    font-size: 4.8vw;
  }
  .contact__form--send input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
  }

  .screen-reader-response {
  margin: 0 5.333333vw;
  width: auto;
  }
}