@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #242424;
  background: #F2EEF0;
}

header {
  text-align: center;
  padding: 2.5vw 0 0;
  background: #ffffff;
}
@media all and (min-width: 600px) {
  header {
    padding: 16px 0 0;
  }
}

header .ttl{
  max-width: 604px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.08);
}
@media all and (min-width: 600px) {
header .ttl{
  box-shadow: 0 10px 5px -6px rgba(0, 0, 0, 0.08);
}
}

header .ttl img {
  max-width: 50vw;
  height: auto;
  display: inline-block;
}
@media all and (min-width: 600px) {
  header .ttl img {
    max-width: 283px;
  }
}

img {
  display: block;
  margin: 0 auto;
  max-width: 470px;
  width: 100%;
}

main {
  max-width: 600px;
  padding: 0;
  margin: auto;
  background-color: #fff;
}

h2 {
  padding: 2% 0;
}

h2 .midashi-inner {
  display: block;
  margin-bottom: 0.2rem;
  margin-top: 2%;
  padding: 10px 0 4% 4%;
  border-left: 4px solid #055086;
  font-size: 4.9vw;
  font-weight: 400;
  color: #242424;
}
@media all and (min-width: 600px) {
  h2 .midashi-inner {
    border-left: 8px solid #055086;
    font-size: 22px;
  }
}

@media all and (min-width: 600px) {
  h2 .blue {
    font-size: 30px;
  }
}

@media all and (min-width: 600px) {
  h2 .red {
    font-size: 28px;
  }
}

h3 {
  position: relative;
  background-color: #F2EEF0;
  color: #D3387A;
  font-weight: 600;
  font-size: 5.3vw;
  padding: 2vw 0 2.5vw 10vw;
  margin-bottom: 5%;
  letter-spacing: -0.01em;
}
@media all and (min-width: 600px) {
  h3 {
    font-size: 24px;
    padding: 15px 10px 17px 72px;
    letter-spacing: -0.02em;
  }
}

h3:before {
  content: "";
  position: absolute;
  background: url(../img/midashi-arrow-icon.svg) no-repeat;
  background-size: contain;
  width: 5vw;
  height: 4vw;
  top: 32%;
  left: 12px;
}
@media all and (min-width: 600px) {
  h3:before {
    width: 36px;
    height: 30px;
    top: 19px;
    left: 23px;
  }
}

.view-sp {
  display: block;
}

.view-pc {
  display: none;
}

@media all and (min-width: 600px) {
  .view-sp {
    display: none;
  }

  .view-pc {
    display: block;
  }
}

.marker {
  background: linear-gradient(transparent 75%, #fff50b 60%);
  color: #e03353;
  /* font-size: 5.8vw; */
  font-size: 4.3vw;
}

@media all and (min-width: 600px) {
  .marker {
    font-size: 24px;
  }
}

.emphasis {
  font-weight: 600 !important;
}

.large {
  font-weight: 600;
  font-size: 5.5vw;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
@media all and (min-width: 600px) {
  .large {
    font-size: 34px;
  }
}

.xlarge {
  font-weight: 600;
  font-size: 8vw;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
@media all and (min-width: 600px) {
  .xlarge {
    font-size: 50px;
  }
}


.small {
  font-size: 3vw;
  vertical-align: baseline;
  color: #515151;
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 6%;
}
@media all and (min-width: 600px) {
  .small {
    font-size: 14px;
  }
}

.kome {
  padding-left: 2.6em;
  display: block;
  position: relative;
}

.kome::before {
  content: "※";
    left: 0;
    top: 0;
    position: absolute;
}

.kome1 {
  padding-left: 2.6em;
  display: block;
  position: relative;
}

.kome1::before {
  content: "※1）";
      left: 0;
    top: 0;
    position: absolute;
}

.kome2 {
  padding-left: 2.6em;
  display: block;
  position: relative;
}

.kome2::before {
  content: "※2）";
    left: 0;
    top: 0;
    position: absolute;
}


.nomal {
  color: #242424 !important;
}

.red {
  color: #e03353;
}
@media all and (min-width: 600px) {
  .red {
    font-size: 20px;
  }
}

.red-l {
  color: #e03353;
}
@media all and (min-width: 600px) {
  .red-l {
    font-size: 28px;
  }
}

.green {
  color: #01735a;
}

.blue {
  color: #004d84;
}

.manga {
  padding: 0 6% 0;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.no-pad {
  padding: 0 !important;
}

.sentence {
  padding: 0 3% 10%;
  /* font-size: 1.1em; */
  font-size: 4.3vw;
  line-height: 1.9;
}
@media all and (min-width: 600px) {
  .sentence {
    font-size: 18px;
  }
}
.figure-area {
  background-color: #ffffed;
  padding: 5%;
  margin: 5% 0 6%;
}
.figure-area2 {
  background-color: #ffffed;
  padding: 5%;
  margin: 5% 0 0;
}
.ganshindanr {
  /* background-color: #ffffed; */
  color: #FF7535;
  font-weight: 600;
  font-size: 5.6vw;
  /* padding: 0 10px 5px; */
  line-height: 2;
}
@media all and (min-width: 600px) {
  .ganshindanr {
    font-size: 32px;
  }
}
.p-b-0 {
  padding-bottom: 0;
}


.notice {

    font-size: .7em;
    text-align: right;
    max-width: 470px;
    margin: 7px auto 0;
}

@media all and (min-width: 600px) {
/* .notice {
  font-size: 24px;
} */
}

/* cta
   ========================================================================== */

.cta-area {
  padding: 0 3% 5%;
}

.cta-area .document-fukidashi img {
  width: 80%;
  padding-bottom: 1%;
}

/* ttl
   ========================================================================== */
.ttl img {
  max-width: 600px;
}


/* first 
   ========================================================================== */

.first {
  padding: 0 3%;
}

.mv {
  padding-top: 3%;
}

/* section01 
   ========================================================================== */
.section01 {
  padding: 5% 2%;
}

.emoji {
  width: 7%;
  display: inline;
  position: relative;
  top: 4px;
}

/* section02
   ========================================================================== */
.section02 {
  padding: 0 2% 5%;
}

.section02 .kome1::before {
  content: "※1";
}

.section02 .kome2::before {
  content: "※2";
}

/* section03 
   ========================================================================== */
.section03 {
  padding: 0 2% 7%;
}


.section03 .small {
  padding: 2% 0 5%;
}

.section03 .emphasis-marker {
  background-color: #ffffed;
  font-weight: 600;
  font-size: 5.5vw;
  padding: 0 10px 5px;
  line-height: 2;
}
@media all and (min-width: 600px) {
  .section03 .emphasis-marker {
    font-size: 28px;
  }
}

/* .section03 h3:before {
  top: 13%;
} */

.section03 .small {
  padding: 2% 0;
}

/* .section03 .arrow {
  padding: 5% 0 7%;
  width: 32%;
} */

.section03 .sec3_1 {
  padding: 5% 0;
}

.section03 .sec3_3 {
  padding: 5% 0 0;
}

.section03 .sec3_4 {
  padding: 3% 0;
}

.section03 .kome {
  padding-left: 1.5em;
}

/* section04 
   ========================================================================== */
.section04 {
  padding: 0 2% 7%;
}

.section04 h3:before {
  /* top: 21%; */
}

.section04 .small {
  /* padding: 2% 0 5%; */
}

.section04 .number {
  font-size: 6.8vw;
}

@media all and (min-width: 600px) {
  .section04 .number {
    font-size: 42px;
  }
}

.section04 .kome {
  padding-left: 1.5em;
}

/* contact - footer
   ========================================================================== */

.footer {
  background-color: #9A486B;
}

.footer-inner {
  padding: 12% 7% 3%;
}

.footer-title {

  text-align: center;
  font-size: 5.1vw;
  vertical-align: bottom;
  font-weight: 700;
  color: #fff;
}

@media all and (min-width: 600px) {
.footer-title {
  font-size: 32px;
}
}

.footer-lead {
  margin-top: 5%;
  text-align: center;
  font-size: 4.5vw;
  vertical-align: bottom;
  /* font-weight: 700; */
  color: #fff;
}

@media all and (min-width: 600px) {
.footer-lead {
  font-size: 26px;
}
}

.footer-link {
  margin: 4% auto 0;
  display: block;
  max-width: 520px;
  width: 85%;
}

.footer-text {
  margin-top: 2%;
  font-size: 2.9vw;
  vertical-align: bottom;
  text-align: center;
  color: #fff;
}

@media all and (min-width: 600px) {
.footer-text {
  font-size: 16px;
}
}

.footer-notice {
  margin-top: 2%;
    font-size: 2.9vw;
  vertical-align: bottom;
  color: #fff;
}

@media all and (min-width: 600px) {
.footer-notice {
  font-size: 16px;
}
}

.footer .kome {
  padding-left: 1.5em;
}


@media all and (min-width: 600px) {
.footer .kome {
  font-size: 16px;
}
}

.bottom {
  background-color: #1E1E1E;
  color: #fff;
  padding: 3% 0;
}

.number {
    font-size: 2.9vw;
  vertical-align: bottom;
  text-align: center;
  color: #fff;


}

.number .border {
      padding: 0 10px;
    border: 1px solid #fff;
}

.copyright {
  margin-top: 1%;
    font-size: 2.9vw;
  vertical-align: bottom;
  text-align: center;
  color: #fff;
}


@media all and (min-width: 600px) {
.number {
  font-size: 16px;
}
.copyright {
    font-size: 16px;
}
}




















/* floating bnr
   ========================================================================== */
.footer-fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 14px 0 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
  display: none;
}

.footer-fix .cta {
  width: 95%;
  margin: 0 auto;
  padding: 0;
}
@media all and (min-width: 600px) {
  .footer-fix .cta {
    max-width: 600px;
  }
}
@media all and (min-width: 600px) {
  .footer-fix img {
    max-width: 600px;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.toc {
  margin: 24px auto;
  max-width: 90%;
  border: 3px solid #D3387A;
  padding: 16px;
  background: #ffffff;
}

.toc h3 {
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
  background: none;
  position: static;
  padding: 0;
}

.toc h3::before {
  content: none !important;
}

.toc ul {
  list-style: disc outside;
  padding-left: 1.5em;
  margin: 0;
}

.toc li {
  margin: 6px 0;
  color: #045086;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.toc li::marker {
  color: #045086;
}

.toc a {
  color: #045086;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.estimate-radio-area {
  margin: 20px 0;
  text-align: center;
}

.radio-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.radio-group input[type="radio"] {
  display: none;
}

.radio-group label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #545454;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.age-group label {
  width: 104px;
  height: 42.72px;
  margin-top: 50px;
}

.radio-group label:hover {
  border-color: #D3387A;
  color: #D3387A;;
    background-color: #fff;
}

.gender-group {
  margin: 9.71px 0 20px;
}

.gender-group label {
  width: 162px;
  height: 42.72px;
}

.radio-group input[type="radio"]:checked + label {
  border-color: #d93c62;
  background-color: #d93c62;
  color: #ffffff;
}

.arrow {
  display: block;
  width: 49.6px;
  height: 44.51px;
  margin: 20px auto 0;
}


.jouken {
  font-size: 3.2vw;
  max-width: 470px;
  margin: 4% auto 0;
}
@media all and (min-width: 600px) {
.jouken {
  font-size: 16px;
}
}