* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  color: #5a5045;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 18px;
  line-height: 1.7;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
}
img {
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
}
li, dt, dd {
  vertical-align: top;
}
iframe {
  vertical-align: bottom;
}
a {
  color: #0039A6;
  opacity: 1;
  transition-property: opacity, color, filter;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  word-break: break-all;
  line-height: 1.3;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}
.mainV {
  background: #ffffff;
  position: relative;
  margin-block-end: 1rem;
}
.mainV img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.bold {
  font-weight: 700;
}
@media screen and (max-width:640px) {
  p.attention {
    font-size: 8vw;
    margin: 10px auto 29px;
  }
}
.pc_bg {
  background: url(../img/sec2_bg.png) repeat #CFEEFF;
  background-size: 600px auto;
  background-attachment: fixed;
  background-position: center center;
}
.wrapper {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 2px 14px rgb(172 172 172 / 80%);
}
p {
  line-height: 1.7em;
  letter-spacing: 0.03em;
  font-size: 16px;
  margin: 0 0 24px 0;
  color: #333;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width:640px) {
  .wrapper {
    box-shadow: unset;
  }
}
/* ================================================================================

	sec01

================================================================================ */
/* PC
----------------------------------------------- */
.txtBox {
  padding-inline: 6.5vw;
}
.secTtl {
  margin-block-end: 2rem;
}
.me20 {
  margin-block-end: 20px;
}
img.hasPaddingImg {
  width: 100%;
  margin-inline: auto;
  display: block;
  margin-block: 18px 20px;
}
img.comment {
  margin-block-start: 1rem;
}
span.en {
  padding-inline: 0.2em;
}
span.highlight {
  font-weight: 700;
  background: linear-gradient(0deg, #CCEAFF 50%, transparent 50%);
  background-blend-mode: multiply;
}
#sec01 {
  margin-block-start: -200px;
  z-index: 5;
  position: relative;
  background: none;
}
#sec01 .txtBox {
  position: relative;
}
#sec01 .txtBox::after {
  content: "";
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 232 / 183;
  background: url("../img/sec1_bg.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 3vw;
  right: 10vw;
  z-index: -1;
}
#sec02 {
  background: url("../img/sec2_bg.png") repeat-y #CFEEFF;
  background-size: 100% auto;
  padding: 0 0;
  position: relative;
}
#sec02 .secTtl {
  margin-block-start: clamp(-30px, -8vw, -40px);
  z-index: 2;
  position: relative;
}
#sec02::before {
  content: "";
  display: block;
  background: url("../img/sec2_bg_upper.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 43 / 14;
  width: 100%;
  height: auto;
  position: relative;
  top: -1px;
  left: 0;
  z-index: 0;
}
#sec02::after {
  content: "";
  display: block;
  background: url("../img/footer_bg.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 430 / 69;
  width: 100%;
  height: auto;
  position: relative;
  bottom: -1px;
  left: 0;
}
.quote {
  margin-inline: auto;
  color: #444;
  font-size: 12px;
  border-block: 1px solid #666;
  padding-block: 9px;
  margin-block: 1rem;
}
.quoteTtl {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  margin-block-end: 0.5rem;
}
.tag {
  background: #666;
  color: #fff;
  border-radius: 2px;
  padding-inline: 3px;
  display: inline-block;
  line-height: 1.5;
  margin-inline-end: 0.3em;
  font-size: 11px;
}
a.quoteLink {
  position: relative;
}
a.quoteLink::before {
  position: relative;
  content: "";
  background: url("../img/icon_link.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 11 / 10;
  width: 12px;
  height: auto;
  display: inline-block;
  padding-inline-end: 0.3em;
  vertical-align: middle;
}
#sec04 {
  background: #cdeaff;
  position: relative;
}
#sec04::before {
  content: "";
  display: block;
  background: url("../img/sec4_bg_upper.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 430 / 229;
  width: 100%;
  height: auto;
  position: absolute;
  top: -1px;
  left: 0;
}
#sec04 .secTtl {
  margin-block-end: 2rem;
  position: relative;
  z-index: 1;
}
#sec05 img.hasPaddingImg {
  margin-block-start: 30px;
}
#sec_cta {
  background: url(../img/cta_bg.jpg) #E50111;
  position: relative;
  background-size: 100% auto;
}
#sec_cta::before {
  content: "";
  display: block;
  background: url("../img/cta_bg_upper.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 43 / 10;
  width: 100%;
  height: auto;
  position: relative;
  top: -1px;
  left: 0;
}
#sec_cta::after {
  content: "";
  display: block;
  background: url("../img/footer_bg.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 430 / 69;
  width: 100%;
  height: auto;
  position: relative;
  bottom: -1px;
  left: 0;
}
.ctaBox {
  background: rgb(255 255 255 / 90%);
  border-radius: 8px;
  margin-inline: auto;
  width: 95%;
  padding: 25px;
  margin-block-end: 7vw;
}
.secTtl.leadPage {
  margin-block-end: 1rem;
}
.formBox {
  background: #fff;
  padding: 2.5vw;
  margin-block-start: 18px;
}
.blue {
  color: #0039A6;
  font-weight: 700;
}
.yesnoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-block-end: 20px;
}
input[type="radio"] {
  appearance: none;
  display: none; /* 非表示にする場合 */
}
.btn {
  background: #dcf1ff;
  width: 40%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-weight: bold;
  transition: all .6s ease;
}
label.btn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #00a7ff;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
  transition: all .6s ease;
}
input:checked + label.btn::before {
  background-color: #fff; /* チェック時の色 */
  border: none;
  background: url("../img/check.svg") no-repeat center #fff;
  background-size: 72% auto;
  width: 25px;
  height: 25px;
  transition: all .6s ease;
}
input:checked + label.btn {
  background: #00a7ff;
  color: #fff;
  font-size: 18px;
  width: 44%;
  height: 65px;
  transition: all .6s ease;
}
.submitBtn {
  display: block;
  width: 98%;
  margin-inline: auto;
  border-radius: 12px;
  border: 4px solid #00A7FF;
  background: url("../img/btnBg.png") no-repeat;
  box-shadow: 4px 4px 0px #CCEAFF;
  padding-block: 10px 2px;
  background-size: 120% auto;
  overflow: hidden;
  position: relative;
  margin-block: 0 14px;
}
.submitBtn img {
  width: 70%;
  display: inline-block;
}
.submitBtn.leadBtn {
  display: flex;
  justify-content: center;
  background: url("../img/btnBg_2.png") no-repeat;
  background-size: 120% auto;
  padding-block: 6px 0px;
  border: 4px solid #29B183;
  box-shadow: 4px 4px 0px #B9DEDA;
  margin-block: 20px 14px;
}
.submitBtn.leadBtn img {
  width: 96%;
}
.leadBtn-cover {
  position: relative;
}
.leadBtn-cover::before {
  content: "";
  display: block;
  background: url("../img/btn_fukidashi.svg") no-repeat;
  background-size: 100% auto;
  width: 95px;
  height: auto;
  aspect-ratio: 55 / 28;
  position: absolute;
  top: -14px;
  left: 29px;
  z-index: 3;
}
.submitBtn::before {
  content: '';
  width: 30px;
  height: 100%;
  background-color: #fff;
  background-blend-mode: screen;
  animation: shine 5s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.3;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 0.6;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .txtBox {
    padding-inline: 4.5vw;
  }
  img.hasPaddingImg {
    margin-inline: auto;
    display: block;
    margin-block: 18px 20px;
  }
  #sec01 {
    padding: 0 0 3vw;
    margin-block-start: -32vw;
  }
  .ctaBox {
    padding: 2.5vw;
  }
  .leadBtn-cover::before {
    content: "";
    display: block;
    background: url("../img/btn_fukidashi.svg") no-repeat;
    background-size: 100% auto;
    width: clamp(55px, 16.5vw, 95px);
    height: auto;
    aspect-ratio: 55 / 28;
    position: absolute;
    top: -11px;
    left: clamp(14px, 4.5vw, 29px);
    z-index: 3;
  }
}
ul.footerNote {
  padding-inline-start: 1rem;
  list-style-type: none;
  margin-block: 0;
  padding-block: 18px;
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
ul.footerNote:nth-child(1) {
  border-block-end: 1px solid #ababab;
}
ul.footerNote li {
  position: relative;
  color: #6a6a6a;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4;
  font-size: 12px;
}
ul.footerNote li::before {
  content: "〇";
  padding-inline-end: 0.4rem;
}
img.txtimg {
  display: inline;
  width: auto;
  height: 3vw;
  vertical-align: middle;
  padding-inline: 1.2vw;
  padding-inline: 4px 1px;
  max-height: 15px;
}
/* ================================================================================

	footer

================================================================================ */
.sp {
  display: none !important;
}

.copyright {
  font-size: 12px;
  clear: both;
  border-top: none;
  margin: 0;
  padding: 1vw 0;
  text-align: center;
}

.sp_visible {
  display: none;
}
.pc_visible {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp_visible {
    display: inline-block;
  }
  .pc_visible {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  
  .copyright {
    padding-block: 6vw 4vw;
  }
}

/*  */
.link-gaseri {
  position: fixed;
  bottom: 45px;
  right: 0;
  width: calc((100% - 640px) / 2);
}
.link-gaseri img {
  height: auto;
  display: block;
}
.link-gaseri a {
  max-width: 316px;
  margin: 0 auto;
  display: block;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .link-gaseri {
      padding: 0 6.5vw;
      position: static;
      width: 100%;
  }
  .link-gaseri a {
      width: 84.932%;
      margin: 13.6% auto 11.4%;
      max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .link-gaseri a {
    margin-bottom: 4.4%;
  }
}