@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");

.grecaptcha-badge { visibility: hidden; }

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #f2f2f2;
}

.CTA {
  position: relative;
  width: 100%;
  height: 200px;
  background: #f2f2f2;
  top: -2px;
}
.CTA .rg-btn {
  width: 80%;
  height: 35%;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.CTA .rg-btn .tooltip {
  position: absolute;
  width: 83%;
  height: 13%;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 3%;
  padding-bottom: 5%;
  text-align: center;
  margin-bottom: 1%;
  border: 1px solid #23cbce;
  color: #23cbce;
}
.CTA .rg-btn .tooltip p {
  text-align: center;
  font-size: clamp(10px, 2vw, 12px);
}
.CTA .rg-btn .tooltip::after, .CTA .rg-btn .tooltip ::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 91%;
  left: 50%;
}
.CTA .rg-btn .tooltip::after {
  border-color: rgba(250, 250, 250, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #fafafa;
}
.CTA .rg-btn .tooltip::before {
  border-color: rgba(58, 134, 91, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
  border-top-color: #23cbce;
}
.CTA .rg-btn button {
  width: 100%;
  height: 95%;
  background: linear-gradient(to right, #75dae0, #7f91cb);
  border: none;
  box-shadow: 0 3px 6px #0a0a0a;
  color: #fafafa;
  padding-top: 5%;
  cursor: pointer;
}
.CTA .rg-btn button:hover {
  animation: trans 0.1s ease-in-out forwards;
}
@keyframes trans {
  to {
    background: #ffffff;
    color: #23cbce;
  }
}
.CTA .rg-btn button span {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 14px);
}

.sec-fv {
  position: relative;
}
.sec-fv .fv {
  display: block;
  width: 100%;
}
.sec-fv .CTA {
  position: relative;
  width: 100%;
  height: 200px;
  background: #f2f2f2;
}
.sec-fv .CTA .rg-btn {
  width: 80%;
  height: 35%;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-fv .CTA .rg-btn .tooltip {
  position: absolute;
  width: 83%;
  height: 13%;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 3%;
  padding-bottom: 5%;
  text-align: center;
  margin-bottom: 1%;
  border: 1px solid #23cbce;
  color: #23cbce;
}
.sec-fv .CTA .rg-btn .tooltip p {
  text-align: center;
  font-size: clamp(10px, 2vw, 12px);
}
.sec-fv .CTA .rg-btn .tooltip::after, .sec-fv .CTA .rg-btn .tooltip ::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 91%;
  left: 50%;
}
.sec-fv .CTA .rg-btn .tooltip::after {
  border-color: rgba(250, 250, 250, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #fafafa;
}
.sec-fv .CTA .rg-btn .tooltip::before {
  border-color: rgba(58, 134, 91, 0);
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-left: -11px;
  margin-top: 1px;
  border-top-color: #23cbce;
}
.sec-fv .CTA .rg-btn button {
  width: 100%;
  height: 95%;
  background: linear-gradient(to right, #75dae0, #7f91cb);
  border: none;
  box-shadow: 0 3px 6px #0a0a0a;
  color: #fafafa;
  padding-top: 5%;
  cursor: pointer;
}
.sec-fv .CTA .rg-btn button:hover {
  animation: trans 0.1s ease-in-out forwards;
}
@keyframes trans {
  to {
    background: #fafafa;
    color: #23cbce;
  }
}
.sec-fv .CTA .rg-btn button span {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 14px);
}

.sec-company {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #bdcbf0;
}
.sec-company h2 {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: bold;
  color: #ffffff;
  margin: 20px;
}
.sec-company .swiper-container {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.sec-company .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.sec-company .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 80%;
  padding: 10px;
}
.sec-company .swiper-container2 {
  width: 100%;
  height: auto;
}
.sec-company .swiper-container2 .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
  gap: 10px;
}
.sec-company .swiper-container2 .swiper-wrapper .second-row img {
  display: block;
  width: 80%;
  margin: 10px;
}
.sec-fv2 {
  position: relative;
}
.sec-fv2 .fv2 {
  display: block;
  width: 100%;
}

.sec-contact {
  background: #f2f2f2;
}
.sec-contact .hp-select {
  background: #ffffff;
  margin: 4%;
}
.sec-contact .hp-select .h-form h2 {
  text-align: center;
  font-weight: bold;
  color: #23cbce;
  font-size: clamp(20px, 5vw, 24px);
  padding-top: 8%;
  font-style: italic;
}
.sec-contact .hp-select .wpcf7 {
  padding: 4%;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form {
  padding: 4%;
  background: #ffffff;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform {
  width: 95%;
  margin: 0 auto;
  padding: 6% 0;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item {
  display: flex;
  justify-content: space-between;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item p {
  display: inline;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .label {
  text-align: left;
  font-weight: bold;
  padding: 2% 0;
  font-size: clamp(12px, 3vw, 16px);
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap {
  padding: 2% 0;
  width: 50%;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .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);
  border: none;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  width: 50%;
  height: 100%;
  background-color: #f2f2f2;
  border: solid 1px #e2e2e2;
  margin: 0;
  padding: 4% 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  user-select: none;
  width: 100%;
  height: 100%;
  font-size: clamp(12px, 4vw, 16px);
  display: block;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input[type=radio] {
  display: none;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .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);
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap input[type=tel] {
  padding: 4%;
  background: #f2f2f2;
  width: 100%;
  font-size: clamp(12px, 3vw, 16px);
  border: none;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap input[type=email] {
  padding: 4%;
  background: #f2f2f2;
  width: 100%;
  font-size: clamp(12px, 3vw, 16px);
  border: none;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: #f2f2f2;
  padding: 4%;
  resize: none;
  font-size: clamp(12px, 3vw, 16px);
  border: none;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-item .wpcf7-form-control-wrap select[name=age] {
  width: 100%;
  background-color: #f2f2f2;
  padding: 4%;
  font-size: clamp(12px, 3vw, 16px);
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-privacy {
  width: 80%;
  margin: 6% auto;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-privacy p {
  font-size: clamp(10px, 2vw, 12px);
  text-wrap: balance;
  word-break: auto-phrase;
  text-align: center;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-send {
  width: 90%;
  height: 60px;
  margin: 3% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
  border-radius: 4px;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-send p {
  display: inline;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-send .wpcf7-submit {
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: clamp(14px, 5vw, 16px);
  border-radius: 4px;
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-send #submit {
  color: #ffffff;
  user-select: none;
  width: 80%;
  height: 100%;
  background: linear-gradient(to right, #75dae0, #7f91cb);
}
.sec-contact .hp-select .wpcf7 .wpcf7-form .c-mailform .c-send .wpcf7-spinner {
  display: none;
}

.sec-img {
  position: relative;
}
.sec-img .img {
  display: block;
  width: 100%;
}

.sec-reason {
  position: relative;
}
.sec-reason .reason {
  display: block;
  width: 100%;
}

.sec-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec-cta .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sec-cta .cta .img-cta {
  cursor: pointer;
  width: 80%;
  height: 80%;
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.sec-cta .cta .img-cta:hover {
  opacity: 0.8;
}

.sec-flow img {
  display: block;
  width: 100%;
}

footer {
  width: 100%;
  height: fit-content;
  background: linear-gradient(to top, #d7d7d7, #fafafa);
}
footer .ft-sec {
  text-align: center;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
footer .ft-sec h1 {
  padding-top: 40px;
  font-weight: 700;
  font-size: 24px;
}
footer .ft-sec p {
  font-weight: 300;
  margin-top: 20px;
}
footer .ft-sec p .nd {
  text-decoration: none;
  color: #333333;
}
footer .ft-sec p .privacy {
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}
footer .ft-sec .sns {
  margin: 30px 0;
}
footer .ft-sec .sns a {
  text-decoration: none;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#modal .modal {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 400px;
  background-color: rgba(46, 46, 46, 0.6);
  z-index: 2;
}
#modal .modal .modal-text-area {
  padding: 5px 0;
  width: 90%;
  height: 80%;
  overflow: scroll;
  border: solid 1px #333333;
  color: #fafafa;
  text-align: center;
}
#modal .modal .modal-text-area h2 {
  font-weight: 700;
  font-size: large;
  padding: 25px 0;
}
#modal .modal .modal-text-area p {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul li {
  padding: 5px 0;
}
#modal .modal #closeModal {
  margin: 10px 0;
  width: 50%;
  height: 50px;
  border: none;
  border-radius: 6px;
  color: #fafafa;
  background: linear-gradient(to right, #3ad2ec, #32e0eb, #3fdadc);
}