@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;
    color: #242424;
    background: #F4FFFE;
  }

/*ダークモード時*/
@media (prefers-color-scheme: dark) {
	body{
		background-color: #000;
		color: #fff;
	}
}

header {
    max-width: 600px;
    margin: 0 auto 0;
}

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: #DCFFFB;
    color: #004d84;
    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;
}

@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;
    }
}

.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;
    }
}

.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;
    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;
}
.kitr{
    background-color: #FFFFED;
    color: #E03353;
    font-weight: 600;
    font-size: 6.2vw;
    padding: 0 10px 5px;
    line-height: 2;
}
@media all and (min-width: 600px) {
    .kitr{
        font-size: 32px;
    }
}
.p-b-0{
    padding-bottom: 0;
}


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

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

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


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


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

.first{
    padding: 0 3%;
}




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


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


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



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

.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_4{
    padding: 3% 0;
}


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

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

.section04 .sec4_1{
    padding:5% 0;
}

.section04 .sec4_3{
    padding: 5% 0 0;
}

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

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

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



/* contact - footer
   ========================================================================== */
.contact{
    padding:0 2% 7%;
}

.contact h3:before{
    top: 21%;
}

.contact .sentence{
    padding-bottom: 2%;
}

.contact .small{
    padding: 1% 2% 3%;
    text-align: center;
}

.contact-inner .center {
    text-align: left;
}

@media all and (min-width: 600px) {
    .contact-inner .center {
        text-align: center;
    }
}

.tel-box{
    background: #F7F7F7;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16);
    padding: 6% 10% 8%;
    margin: 3% 2%;
}

.tel-midashi{
    width: 70%;
    margin: 0 auto 3%;
}
.tel-text{
    text-align: center;
    font-size: 3.8vw;
    color: #231815;
}
@media all and (min-width: 600px) {
    .tel-text{
        font-size: 16px;
    }
} 

.tel-box a{
    padding-bottom: 2%;
    display: block;
}


.fotter-text{
    padding: 3% 0;
    text-align: center;
    font-size: 3.2vw;
    vertical-align: bottom;
}
@media all and (min-width: 600px) {
    .fotter-text{
        font-size: 16px;
    }
} 

.fotter-inner{
    padding: 0 7% 3%;
}

.fotter-inner .logo{
    width: 80%;
}

.privacy{
    color: #1B5AD3;
    text-align: center;
    display: block;
    font-size: 3.2vw;
}
@media all and (min-width: 600px) {
    .privacy{
        font-size: 16px;
    }
}

.number{
    font-size: 12px;
    text-align: right;
    padding: 0 5px 5px;
}

.copyright{
    background-color: #006ec3;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

/* 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;
  }
