html {
  overflow-x: hidden;
}

body {
  font-family: Noto-Sans-JP, sans-serif;
}

.fv {
  position: relative;
}
.fv img {
  display: block;
  width: 100%;
}
.fv .fv-cta {
  position: absolute;
  width: 160px;
  height: 30px;
  background: linear-gradient(to right, #FF4D5F, #FC6D59, #F99153);
  color: #ffffff;
  font-weight: bold;
  border-radius: 36px;
  font-size: 12px;
  top: 16px;
  right: 16px;
}
.fv .fv-cta button {
  width: 100%;
  height: 100%;
}

.pc-fv .border img {
  position: relative;
  top: -1px;
  display: block;
  width: 100%;
}
.pc-fv img {
  display: block;
  width: 100%;
}
.pc-fv .fv-cta {
  position: absolute;
  width: 280px;
  height: 50px;
  background: linear-gradient(to right, #FF4D5F, #FC6D59, #F99153);
  color: #ffffff;
  font-weight: bold;
  border-radius: 36px;
  font-size: 16px;
  top: 16px;
  right: 16px;
}
.pc-fv .fv-cta button {
  width: 100%;
  height: 100%;
}

.cta-area {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-area p {
  text-align: center;
  color: #343434;
}
.cta-area p:nth-of-type(1) {
  font-size: 12px;
}
.cta-area p:nth-of-type(2) {
  font-size: 16px;
}
.cta-area p:nth-of-type(2) span {
  font-weight: bold;
}
.cta-area .cta {
  position: relative;
  width: 300px;
  height: 60px;
  border-radius: 36px;
  background: linear-gradient(to right, #FF4D5F, #FC6D59, #F99153);
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.border {
  width: 100%;
}
.border img {
  display: block;
  width: 100%;
}

.pain img {
  display: block;
  width: 100%;
}

.pc-pain img {
  display: block;
  width: 100%;
}

.merit img {
  display: block;
  width: 100%;
}

.pc-merit img {
  display: block;
  width: 100%;
}

.competition img {
  display: block;
  width: 100%;
}

.pc-competition img {
  display: block;
  width: 100%;
}

.form {
  background: #f2f2f2;
}
.form .s-t {
  margin-bottom: 20px;
  position: relative;
  color: #2C536A;
  text-align: center;
}
.form .s-t::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -4px;
  width: 200px;
  height: 2px;
  background: linear-gradient(to right, #2C536A, #FF4D5F);
}
.form h2 {
  margin: 20px 0;
  color: #2C536A;
  text-align: center;
}
.form--contents {
  padding: 4% 2%;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form--contents img {
  margin: 4% 0;
  display: block;
  width: 53%;
}
@media (min-width: 768px) {
  .form--contents img {
    width: 24%;
  }
}
.form--contents .c-mailform {
  width: 95%;
  margin: 0 auto;
  border-radius: 8px;
  background: #ffffff;
  padding: 4% 8%;
}
@media (min-width: 768px) {
  .form--contents .c-mailform {
    width: 100%;
  }
}
.form--contents .c-mailform h3 {
  text-align: center;
  padding: 3% 0;
}
.form--contents .c-mailform .c-item {
  display: flex;
  justify-content: space-between;
}
.form--contents .c-mailform .c-item p {
  display: inline;
}
.form--contents .c-mailform .c-item .label {
  text-align: left;
  font-weight: bold;
  padding: 2% 0;
  font-size: clamp(12px, 3vw, 16px);
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap {
  padding: 2% 0;
  width: 50%;
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
  padding: 4%;
  width: 100%;
  resize: none;
  background: #f2f2f2;
  font-size: clamp(12px, 3vw, 16px);
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  margin: 0;
  padding: 4% 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 4vw, 16px);
  display: block;
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type=radio] {
  display: none;
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: clamp(12px, 3vw, 16px);
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap input[type=tel],
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap input[type=email],
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap select[name=age],
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap input[type=text] {
  padding: 4%;
  background: #f2f2f2;
  width: 100%;
  font-size: clamp(12px, 3vw, 16px);
}
.form--contents .c-mailform .c-item .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: #f2f2f2;
  padding: 4%;
  resize: none;
  font-size: clamp(12px, 3vw, 16px);
}
.form--contents .c-privacy {
  width: 80%;
  margin: 0 auto;
}
.form--contents .c-privacy p {
  font-size: clamp(10px, 2vw, 12px);
  text-wrap: balance;
  word-break: auto-phrase;
  text-align: center;
}
.form--contents .c-privacy p a {
  text-decoration: none;
  color: #20A1FF;
}
.form--contents .c-send {
  width: 90%;
  height: 60px;
  margin: 3% auto;
  background: linear-gradient(to right, #FF4D5F, #FC6D59, #F99153);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  border-radius: 36px;
  transition: all 0.3s ease-in-out;
}
.form--contents .c-send:hover {
  opacity: 0.7;
}
.form--contents .c-send p {
  display: inline;
}
.form--contents .c-send .wpcf7-submit {
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: clamp(14px, 5vw, 16px);
  border-radius: 4px;
}
.form--contents .c-send #submit {
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
.form--contents .c-send .wpcf7-spinner {
  display: none;
}

.reputation img {
  display: block;
  width: 100%;
}

.pc-reputation img {
  display: block;
  width: 100%;
}

.intro img {
  display: block;
  width: 100%;
}

.pc-intro img {
  display: block;
  width: 100%;
}

.des img {
  display: block;
  width: 100%;
}

.pc-des img {
  display: block;
  width: 100%;
}

.question {
  background: #1c3552;
}
.question .s-t {
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.question .s-t::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -4px;
  width: 200px;
  height: 2px;
  background: linear-gradient(to right, #2C536A, #FF4D5F);
}
.question h2 {
  text-align: center;
  color: #ffffff;
}
.question .question-area {
  padding-bottom: 20px;
}
.question .question-area .question-contents {
  margin: 20px auto;
  background: #ffffff;
  width: 90%;
  max-width: 450px;
  border-radius: 8px;
  overflow: hidden;
}
.question .question-area .question-contents:nth-of-type(5) {
  margin-bottom: 0;
}
.question .question-area .question-contents .q-txt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  height: 55px;
  cursor: pointer;
}
.question .question-area .question-contents .q-txt .q {
  display: flex;
  color: #2C536A;
  font-size: 14px;
  align-items: center;
}
.question .question-area .question-contents .q-txt .q .q-img {
  margin-left: 10px;
  margin-right: 10px;
}
.question .question-area .question-contents .q-txt .q .q-img img {
  display: block;
  width: 20px;
}
.question .question-area .question-contents .q-txt .polygon {
  display: block;
  margin-right: 20px;
  width: 10px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.question .question-area .question-contents .q-txt .polygon.active {
  transform: rotate(0);
}
.question .question-area .question-contents .a-txt {
  font-size: 14px;
  color: #2C536A;
  margin: 0 10px;
  height: auto;
  max-height: 0;
  transition: all 0.2s ease-in-out;
}
.question .question-area .question-contents .a-txt.active {
  max-height: 120px;
  padding-bottom: 10px;
}

footer {
  font-family: "Noto Sans JP", sans-serif;
}
footer .footer-container {
  width: 80%;
  margin: 4% auto;
}
footer .footer-container p {
  text-align: center;
  color: #343434;
}
footer .footer-container p a {
  text-decoration: none;
  color: #343434;
  transition: all 0.3s ease-in-out;
}
footer .footer-container p a:hover {
  opacity: 0.7;
}
footer .footer-container p:nth-of-type(1) {
  margin-bottom: 10px;
}
footer .footer-container p:nth-of-type(2) {
  font-size: clamp(12px, 2.5vw, 14px);
}
footer .footer-container p:nth-of-type(3) {
  margin-bottom: 10px;
}
footer .footer-container p:nth-of-type(4) {
  margin-bottom: 10px;
}
footer .footer-container p:nth-of-type(5) {
  margin-bottom: 10px;
}
footer .footer-container p:nth-of-type(6) {
  font-size: clamp(12px, 2.5vw, 14px);
}
footer .footer-container h3 {
  font-size: clamp(18px, 2.5vw, 20px);
  color: #F0AC02;
  text-align: center;
  margin-bottom: 15px;
}