@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
a {
  display: block;
}

a,
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1023px) {
  .cta-btn {
    margin-top: 0.625rem;
  }
}
.cta-btn a {
  display: block;
  max-width: 321px;
}
@media only screen and (max-width: 1023px) {
  .cta-btn a {
    max-width: 100%;
  }
}
.cta-btn a img {
  width: 100%;
}

.contents .con-lead {
  text-align: center;
  padding: 0 5px;
}
.contents .con-lead_title {
  margin-top: 2rem;
  color: #3479e0;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .contents .con-lead_title {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.contents .con-lead_text {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .contents .con-lead_text {
    font-size: min(14px, 3.8vw);
    line-height: 1.4;
  }
}
.contents .con-lead_link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 1023px) {
  .contents .con-lead_link {
    padding: 0 1.25rem;
    flex-wrap: wrap;
    gap: 2vw;
  }
}
.contents .con-lead_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  border: 3px solid #3479e0;
  border-radius: 10px;
  padding: 0.625rem 1.5625rem 0.625rem 0.625rem;
  color: #3479e0;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .contents .con-lead_link a {
    font-size: min(13px, 3.5vw);
    line-height: 1.2;
    padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
    width: calc((100% - 4vw) / 3);
    height: 48px;
  }
}
.contents .con-lead_link a:after {
  content: "";
  background: url("../img/common/iocon_arrow_btm.svg");
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.375rem;
  margin: auto;
}
.contents .con-lead_link a.large {
  width: 190px;
}
@media only screen and (max-width: 1023px) {
  .contents .con-lead_link a.large {
    width: calc((100% - 4vw) / 3);
  }
}
.contents .con-sec {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1023px) {
  .contents .con-sec {
    margin-top: 1.25rem;
  }
}
.contents .con-inner {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 5px;
}
@media only screen and (max-width: 1023px) {
  .contents .con-inner {
    padding: 0 1.25rem;
  }
}
.contents .con-head02 {
  max-width: 1080px;
  margin: 0 auto;
  background: #3479e0;
  color: #fff;
}
.contents .con-head02 span {
  background: #333333;
  font-size: 1.625rem;
  display: inline-block;
  padding: 0.625rem 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .contents .con-head02 span {
    font-size: 1rem;
    padding: 0.3125rem 1.25rem;
  }
}
.contents .con-head03 {
  max-width: 1080px;
  margin: 0 auto;
  background: #caddff;
  color: #3479e0;
  padding: 0.625rem 1.25rem;
  font-size: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  .contents .con-head03 {
    font-size: 1rem;
    padding: 0.3125rem 1.25rem;
  }
}
.contents *:not(.con-head02) + .con-head03 {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1023px) {
  .contents *:not(.con-head02) + .con-head03 {
    margin-top: 1.875rem;
  }
}
.contents .con-note {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .contents .con-note {
    margin-top: 0.625rem;
    font-size: min(12px, 3vw);
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1023px) {
  .contents .con-note span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.contents .con-inner_htext {
  margin-top: 0.625rem;
  color: #3479e0;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .contents .con-inner_htext {
    font-size: min(16px, 4.1vw);
    line-height: 1.4;
    text-align: center;
  }
}
.contents .con-ctatext {
  font-weight: 500;
  color: #ff0000;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .contents .con-ctatext {
    font-weight: 600;
    font-size: min(16px, 4vw);
    line-height: 1.4;
    text-align: center;
  }
}
.contents .con-inner_text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .contents .con-inner_text {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.contents .con-boxtext01 {
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .contents .con-boxtext01 {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 0.625rem;
  }
}
.contents .con-boxtext02 {
  font-weight: 500;
  border-top: 1px solid #000099;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .contents .con-boxtext02 {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.sec-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #000099;
}
.sec-table dt {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 0.625rem;
  border-bottom: 1px solid #000099;
  background: #e8f4ff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .sec-table dt {
    width: 30%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.sec-table dt:nth-child(4n-1) {
  background: #fff;
}
.sec-table dd {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 0;
  padding: 0.625rem;
  border-bottom: 1px solid #000099;
  background: #e8f4ff;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1023px) {
  .sec-table dd {
    width: 70%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
.sec-table dd:nth-child(4n) {
  background: #fff;
}
.sec-table dt, .sec-table dd {
  display: flex;
  align-items: center;
}

.privacy .contents {
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .privacy .contents {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.privacy h1 {
  text-align: center;
  font-size: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  .privacy h1 {
    font-size: 0.9375rem;
  }
}
.privacy-text01 span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-text02 {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .privacy-text02 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.privacy p .privacy-text03 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .privacy p .privacy-text03 {
    font-size: 0.875rem;
  }
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fq900 {
  font-weight: 900;
}

.mt10 {
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .mt10 {
    margin-top: 0.625rem;
  }
}

.mt20 {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .mt20 {
    margin-top: 0.625rem;
  }
}

.mt30 {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1023px) {
  .mt30 {
    margin-top: 0.9375rem;
  }
}

.mt40 {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .mt40 {
    margin-top: 1.25rem;
  }
}

.mt50 {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1023px) {
  .mt50 {
    margin-top: 1.5625rem;
  }
}

.mt60 {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 1023px) {
  .mt60 {
    margin-top: 1.875rem;
  }
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.red {
  color: #ff0000;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptchatext a {
  display: inline-block;
  color: #aacbfc;
}