@charset "utf8";


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

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

.article__item {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 60%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item {
    width: 94%;
  }
}

.article__title {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: calc(24vw / 19.2);
  font-weight: bold;
  color: #CD0000;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__title {
    width: 100%;
    font-size: calc(14vw / 3.6);
  }
}

.article__title--emphasis {
  font-size: calc(60vw / 19.2);
  color: #000000;
}
@media screen and (max-width: 767px) {
  .article__title--emphasis {
    font-size: calc(26vw / 3.6);
  }
}

.article__headding {
  margin-top: calc(68vw / 19.2);
  font-size: calc(40vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__headding {
    margin-top: calc(12vw / 3.6);
    font-size: calc(18vw / 3.6);
    line-height: 1.2;
  }
}

.article__text {
  margin-top: calc(24vw / 19.2);
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text {
    margin-top: calc(12vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}

.article__text--emphasis {
  font-size: calc(40vw / 19.2);
}
@media screen and (max-width: 767px) {
  .article__text--emphasis {
    font-size: calc(20vw / 3.6);
  }
}

/*---------------------------
fv
---------------------------*/
.article--fv {
  position: relative;
  width: 100%;
  height: auto;
  border: 0px solid;
}

.fv__text {
  position: absolute;
  top: 31%;
  left: 19.5%;
  right: 0;
  margin: auto;
  color: #ffffff;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fv__text {
    top: 32.2%;
    left: 7%;
  }
}

.fv__text__item {
  margin-top: calc(8vw / 19.2);
  font-size: calc(32vw / 19.2);
  font-weight: 500;
  letter-spacing: 0.15em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fv__text__item {
    margin-top: calc(-1vw / 3.6);
    font-size: calc(18vw / 3.6);
  }
}

.fv__text__item--emphasis {
  font-size: calc(90vw / 19.2);
  font-weight: 700;
  letter-spacing: 0.07em;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .fv__text__item--emphasis {
    font-size: calc(44vw / 3.6);
    letter-spacing: 0.06em;
  }
}

/*---------------------------
contact
---------------------------*/
.article--contact {
  background-image: url(../images/contact/pc/contact_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .article--contact {
    background-image: url(../images/contact/sp/contact_bg.png);
  }
}

.article__item--contact {
  width: 60%;
  margin: calc(60vw / 19.2) auto 0;
  padding: calc(30vw / 19.2) 0;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__item--contact {
    width: 94%;
    margin: calc(30vw / 3.6) auto 0;
    padding: calc(15vw / 3.6) 0;
  }
}

.article__text--contact {
  margin-top: calc(90vw / 19.2);
  text-align: center;
  font-size: calc(26vw / 19.2);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article__text--contact {
    margin-top: calc(12vw / 3.6);
    font-size: calc(14vw / 3.6);
  }
}

/*---------------------------
form
---------------------------*/
.form {
  background-image: url(../images/common/pc/contact_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
  padding-bottom: calc(300vw / 19.2);
}
@media screen and (max-width: 767px) {
  .form {
    background-image: url(../images/common/sp/contact_bg.png);
    padding-bottom: calc(100vw / 3.6);
  }
}

.article--form {
  width: 64%;
  margin: auto;
  border: 0px solid;
}
@media screen and (max-width: 767px) {
  .article--form {
    width: 94%;
  }
}