.whitepaper {
  color: #333;
  letter-spacing: normal;
  font-family: "Noto Sans JP";
}
.whitepaper .whitepaper-boxwap {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.whitepaper__contents {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .whitepaper__contents {
    padding-top: 20px;
  }
}
.whitepaper .whitepaper-main__image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__image {
    margin-bottom: 40px;
  }
}
.whitepaper .whitepaper-main__image img {
  max-width: 100%;
}
.whitepaper .whitepaper-main__title {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__title {
    font-size: 24px;
    margin-bottom: 80px;
  }
}
.whitepaper .whitepaper-main__trouble {
  background-color: #F7F7F7;
  padding: 88px 20px 60px;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__trouble {
    padding: 88px 20px 60px;
    margin-bottom: 70px;
    padding: 80px 20px 50px;
  }
}
.whitepaper .whitepaper-main__trouble__title {
  background-color: #68D3D6;
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  padding: 0px 28px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__trouble__title {
    font-size: 18px;
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    top: -30px;
  }
}
.whitepaper .whitepaper-main__trouble__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__trouble__list {
    gap: 15px;
  }
}
.whitepaper .whitepaper-main__trouble__item {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__trouble__item {
    width: 140px;
    height: 140px;
    font-size: 16px;
  }
}
.whitepaper .whitepaper-main__trouble__item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
}
.whitepaper .whitepaper-main__trouble__item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  display: block;
  background-color: #d1f0f3;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__trouble__item::before {
    width: 140px;
    height: 140px;
  }
}
.whitepaper .whitepaper-main__trouble__item::after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  border: #247375 1px solid;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-main__trouble__item::after {
    width: 140px;
    height: 140px;
  }
}
.whitepaper .whitepaper-form {
  max-width: 980px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
}
.whitepaper .whitepaper-form__title {
  text-align: center;
  font-size: 32px;
  font-family: "Noto Serif JP";
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-form__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.whitepaper .whitepaper-form__text {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-form__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.whitepaper .whitepaper-contactform {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-contactform {
    font-size: 18px;
  }
}
.whitepaper .whitepaper-contactform > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-contactform > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.whitepaper .whitepaper-contactform__l {
  width: 20%;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .whitepaper .whitepaper-contactform__l {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-contactform__l {
    width: 100%;
    padding-right: 0px;
  }
}
.whitepaper .whitepaper-contactform__r {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .whitepaper .whitepaper-contactform__r {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-contactform__r {
    width: 100%;
  }
}
.whitepaper .whitepaper-contactform input {
  border: 1px solid #D6D6D6;
  padding: 18px 15px;
  max-width: 100%;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .whitepaper .whitepaper-contactform input {
    font-size: 18px;
    padding: 15px;
    width: auto;
  }
}
.whitepaper .whitepaper-contactform input::-webkit-input-placeholder {
  color: #D6D6D6;
}
.whitepaper .whitepaper-contactform input::-moz-placeholder {
  color: #D6D6D6;
}
.whitepaper .whitepaper-contactform input:-ms-input-placeholder {
  color: #D6D6D6;
}
.whitepaper .whitepaper-contactform input::-ms-input-placeholder {
  color: #D6D6D6;
}
.whitepaper .whitepaper-contactform input::placeholder {
  color: #D6D6D6;
}
.whitepaper .privacyArea .privacyArea_title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .whitepaper .privacyArea .privacyArea_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.whitepaper .privacyArea .pp_txtarea {
  font-size: 15px;
  line-height: 1.8;
}
.whitepaper .submitArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .whitepaper .submitArea {
    margin-bottom: 10%;
  }
}
.whitepaper .submitArea .formButton {
  margin: 0 20px;
  display: block;
  max-width: 454px;
  width: 100%;
  border: unset;
  background: #fd6c00;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .whitepaper .submitArea .formButton {
    padding: 15px 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
}
.whitepaper .submitArea .formButton.back {
  background: #656565;
}
@media screen and (max-width: 767px) {
  .whitepaper .submitArea .formButton.back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
  }
}
.whitepaper .submitArea .formButton:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.whitepaper .mwform-checkbox-field input {
  width: 19px;
  height: 19px;
  margin: 0;
  margin-bottom: 3px;
  margin-right: 6px;
}
.whitepaper .pp_check {
  text-align: left;
  margin: 0;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .whitepaper .pp_check {
    font-size: 14px;
  }
}
.whitepaper .pp_form_area li .pp_form_flex_r {
  font-size: 17px;
}
.whitepaper .privacyCheck {
  margin-top: 40px;
}
.whitepaper .contactcompBtnArea {
  width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .whitepaper .contactcompBtnArea {
    width: 100%;
  }
}
.whitepaper .contactcompBtnArea a {
  background-color: #6ad3d6;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  width: 31%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .whitepaper .contactcompBtnArea a {
    width: 100%;
    margin-bottom: 8%;
  }
}
.whitepaper .mw_wp_form .error {
  font-size: 14px;
}