@charset "UTF-8";
/*共通*/
html{
    font-size: 100%;
    margin: 0;
    padding: 0;
}

body{
    line-height: 1.7;
    font-family: fot-tsukuardgothic-std, sans-serif;
    max-width: 765px;
    margin: auto;
    color: #333333;
}

img{
    max-width:100%;
}

a {
    color: inherit; /* 親要素の文字色を継承 */
    text-decoration: none; /* 下線を消す */
  }

/* -----------section1 FV----------*/
h1{
    background-image: url("../images/sec1-bg-top.png");
    background-size: contain;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

h1{
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
}

.h1-main-color{
    color: #e78890;
}

.fv-img{
    width: 100%;
    max-width: 550px;
    margin: -70px auto -130px;
    position: relative;
    z-index: -2;
}

.sec1-attention-time{
    background-color: #e46c76;
    color:#fff;
    width: 133px;
    margin: auto;
    padding: 0 10px;
    font-size: 25px;
}

.sec1-small-text{
    font-size: 80%;
}

.sec1-small-text2{
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    padding: 15px 0 10px;
}

.sec1-text{
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: 700;
}

.sec1-bg2{
background-image: url("../images/sec1-bg2.png");
background-size: cover;
padding-bottom: 10px;
background-repeat: no-repeat;
background-position-x: center;
background-position-y: 85%;
}

.sec1-tuyomi3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 400px;
    margin: 10px auto 20px;
}

.sec1-maru{
    background-color: #fffcf8;
    border: #f8c4ca 2px solid;
    border-radius: 50%;
    color: #333333;
    width: 110px;
    height: 110px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: auto;
    line-height: 1.4;
}

.sec1-maru_text1{
    position: absolute;
    top: 29px;
    left: 10px;
}

.sec1-maru_text2{
    position: absolute;
    top: 29px;
    left: 23px;
}

.sec1-maru_text3{
    position: absolute;
    top: 29px;
    left: 17px;
}

/*  sec1-btn*/

.fv-btn{
background-color: #e46c76;
padding-bottom: 20px;
}

.btn1-wrap{
    position: relative;
    background-color: #fff;
    font-weight: 700;
    border-radius: 45px;
    box-shadow: 2px 4px 4px -2px #d6d6c9;
    text-align: center;
    width: 300px;
    margin: auto;
    padding: 20px 0 10px;
}

.btn1-wrap:hover {
    transform: translateY(4px);
    box-shadow: none;
  }

.btn-1{
    color: #e78890;
    font-size: 25px;
}

.btn-subtext{
    position: absolute;
    top: -6px;
    left: 12%;
    background-color: #e46c76;
    color: #fff;
    border: #fff 1px solid;
    border-radius: 30px;
    box-shadow: 2px 2px 4px -2px #d6d6c9;
    font-size: 13px;
    padding: 1px 5px;
}

.sec1-btn_img{
    position: absolute;
    top: -5px;
    right: 4%;
    width: 30px;
}

.btn-sec-text{
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 0;
    line-height: 1.3;
}

.btn-sec-text2{
    text-align: center;
    color: #6f6f6f;
    font-size: 14px;
    padding: 10px 0 0;
    line-height: 1.3;
}

.btn-sec_link,.btn-sec_link2{
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline 1px;
}

.btn-sec_link:hover{
    color: #482729;
}

.btn-sec_link2:hover{
    color: #e46c76;
}

/*   sec2-birth   */

.sec2-birth{
    padding: 30px 0px 0px;
}

.sec2-2wrap{
    padding-top: 5%;
}

.sec2-title{
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    text-decoration: underline dashed #e99299 1.5px;
    text-underline-offset: 10px; /* 下線を文字から 5px 離す */
}

.sec2-title_pink{
    color: #e78890;
}

.sec2-imgs-wrap{
    position: relative;
    margin: 20px 0 10px;
}

.sec2-img1{
    width: 65%;
    z-index: 10;
    float: right;
}

.sec2-img1 img{
    float: right;
}

.sec2-img2{
    width: 65%;
    position: absolute;
    top: 140px;
    left: -5px;
    /*box-shadow: 0px 0px 15px 1px #e9909885;*/
    z-index: 9;
}

.sec2-img3{
    width: 65%;
    z-index: 8;
    margin-left: 35%;
}

.sec2-2bg{
    background-image: url(../images/sec2-bg2.png);
    background-size: cover;
    padding-bottom: 50px;
    background-position: top center;
}

.sec2-maru-wrap{
    background-color: #e46c76;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: auto;
}

.sec2-maru_text{
position: absolute;
top:38px;
left: 12px;
}

.sec2-text-wrap{
    text-align: center;
}

.sec2-text_time{
    font-size: 22px;
}

.text_time-small{
    font-size: 16px;
}

.sec2-text_2{
    font-size: 14px;
}

.text_2-wrap{
    border: 1px solid #333333;
    background-color: #fff;
    margin: 2px;
    padding: 1px;
    font-size: 18px;
}

.sec2-text_3{
    font-size: 22px;
}

.text_3-bold{
    font-weight: 700;
    font-size: 26px;
}

.sec2-text_4{
    font-size: 22px;
}

.text_4-color{
    color: #e78890;
    font-weight: 700;
    font-size: 24px;
}

/*  sec3-protect   */

.sec3-title{
    background-color: #e46c76;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    line-height: 1.0;
    padding: 18px 0;
    position: relative;
}

.sec3-title::after{
    content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  border-style: solid;
  border-width: 20px 35px 0 35px; /* 下向き三角 */
  border-color: #e46c76 transparent transparent transparent; /* 色 */
}

.sec3-wrap{
    padding: 40px 10px 15px;
    text-align: center;
    margin: auto;
    max-width: 700px;
}

.sec3-text-1{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sec3-text-2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.text-pink{
    color: #e46c76;
}

.text-deco{
    text-decoration: underline solid #e46c76 1.5px;
    text-underline-offset: 5px; /* 下線を文字から 5px 離す */
}

.sec3-wrap2{
    background-color: #e46c76;
    border-radius: 5px;
    color: #fff;
    padding: 20px 0;
    margin: 25px auto;
    line-height: 1.6;
}

.sec3-text-3{
    font-weight: 700;
    font-size: 20px;
}

.text-3_inversion{
    background-color: #fff;
    color: #e46c76;
    padding: 0 1px;
    margin: 2px;
    font-size: 23px;
}

.container{
    width: 100px;
    margin: 10px auto 20px;
}

/*   sec4-system   */
.sec4-system{
    background-color: #ffe0de;
    padding: 20px 10px;
}

.sec4-wrap{
    text-align: center;
    max-width: 550px;
    margin: auto;
}

.sec4-title{
    font-size: 20px;
}

.title-pink{
    color: #e46c76;
}

.sec4-title_poit{
    color: #e46c76;
    font-size: 28px;
}

.point-large{
    font-size: 36px;
}

.sec4-title img{
    width: 13px;
}

.sec4-boxs{
    margin: 20px auto 20px;
}

.box-wrap{
    position: relative;
    background-color: #fff;
    padding: 10px 10px;
    margin: 30px auto;
    border-radius: 5px;
}

.box_no{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e46c76;
    color: #fff;
    top: -15px;
    left: 45%;
    font-weight: 700;
    font-size: 17px;
}

.box-title{
    color: #e46c76;
    font-size: 20px;
    font-weight: 700;
    margin: 5px auto;
}

.box-text-wrap{
    text-align: left;
    font-size: 13.5px;
    font-weight: 700;
}

.box-text::before{
        content: "•"; /* 点 (・) を表示 */
        color: #333333; /* 点の色を青にする */
        font-size: 14px; /* 点のサイズを大きくする */
      }

.sec4-btn{
    background-color: #e46c76;
    padding: 20px 0;
}

/* sec5-tokutyou   */

.sec5-tokutyou{
background-color: #f3cdd0;
padding: 20px 10px;
}


.sec5-wrap{
    max-width: 550px;
    margin: auto;
}


.sec5-title{
    font-size: 28px;
    color:#fff;
    text-align: center;
    text-shadow: 4px 4px 4px #c9b5b6;
    position: relative;
}

.sec5-title::after {
    content: "";
    position: absolute;
    left: 46%;
    bottom: 0px; /* 下線の位置 */
    width: 30px; /* 線の長さ */
    height: 3px; /* 線の太さ */
    background-color: #fff; /* 線の色 */
  }

.sec5-box-title{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #e46c76;
    margin: 0px auto 10px;
}
  
.sec5-box_no{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e46c76;
    color: #fff;
    padding: 1.5px 3px 1.5px 4px;
    font-size: 16px;
    margin-right: 5px;
}

.sec5-box-text{
/*font-family: noto-sans-cjk-jp, sans-serif;*/
font-weight: 700;
font-style: normal;
margin: 10px auto;
font-size: 16px;
line-height: 1.3;
}

/*  sec5.5-syokuji  */
.sec-5-syokuji{
    padding: 0px 10px ;
    margin: auto;
    }

.sec5-title{
    font-size: 28px;
    color:#333;
    text-align: center;
    position: relative;
    padding: 20px 0 10px;
}

.sec5-title::after {
    content: "";
    position: absolute;
    left: 46%;
    bottom: 0px; /* 下線の位置 */
    width: 30px; /* 線の長さ */
    height: 3px; /* 線の太さ */
    background-color: #e46c76; /* 線の色 */
  }

.sec5-5-boxs {
    display: block;
    margin: 30px auto;
}

.syokuji-img{
    margin-bottom: 15px;
    border-radius: 5px;
}

/*  sec6-voice  */

.sec6-voice{
background-image: url(../images/sec6-bg.png);
padding: 20px 10px ;
background-size: cover;
}

.sec6-wrap{
    max-width: 550px;
    margin: auto;
}

.sec6-title{
    font-size: 28px;
    color:#333;
    text-align: center;
    position: relative;
    padding: 20px 0 10px;
}

.sec6-title::after {
    content: "";
    position: absolute;
    left: 46%;
    bottom: 0px; /* 下線の位置 */
    width: 30px; /* 線の長さ */
    height: 3px; /* 線の太さ */
    background-color: #e46c76; /* 線の色 */
  }

    
.sec6-box-wrap{
    position: relative;
    padding: 40px 10px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #e4d3d3;
    margin: 80px auto 20px;
    max-width: 450px;
}

  .sec6-box-title{
    font-family: noto-sans-cjk-jp, sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0px auto 20px;
    position: relative;
}

.sec6-box-title::after {
    content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 70%;
  height: 2px; /* 点線の太さ */
  background-image: linear-gradient(to right, #e9939a 2px, transparent 2px); /* 点線のパターン */
  background-size: 4px 2px; /* 点線の間隔 */
  background-repeat: repeat-x; /* 横方向に繰り返す */
  }


.sec6-box_img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: -42px;
    right: 38%;
}

.sec6-box-text{
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;
margin: 10px auto;
font-size: 16px;
line-height: 1.3;
}


/*  sec7-message  */

.sec7-message{
    background-color: #e46c76;
    padding: 20px 10px 40px;
}

.sec7-wrap{
    max-width: 550px;
    margin: auto;
}

.sec7-title{
    background-color:#fff;
    border-radius: 40px;
    width: 60%;
    margin: auto;
    color: #e46c76;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    padding: 10px;
    position: relative;
    max-width: 400px;
}

.sec7-title_small{
    font-size: 20px;
}

.sec7-title::after{
    content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  border-style: solid;
  border-width: 20px 35px 0 0; /* 下向き三角 */
  border-color: #fff transparent transparent transparent; /* 色 */
}

.sec7-subtitle{
    position: relative;
    height: 200px;
}

.sec7-dr_img{
    position: absolute;
    top: -40px;
    left: -2%;
    width: 50%;
}

.sec7-dr_img img{
    max-height: 240px;
}

.dr_name-wrap{
    width: 70%;
    position: absolute;
    bottom: 48px;
    right: -3%;
}

.dr_name{
text-align: center;
color: #fff;
font-size: 15px;
font-weight: 700;
}

.dr_name-large{
    font-size: 30px;
}


.sec7-box{
    background-color: #fff;
    padding: 15px;
    color: #333333;
    margin-bottom: 50px;
    border-radius: 10px;
}

.sec7-box-text{
    font-family: noto-sans-cjk-jp;
    font-weight: 400;
    font-style: normal;
}

/*  sec8-access  */

.sec8-access{
    padding: 20px 10px 40px;
}

.sec8-wrap{
    max-width: 550px;
    margin: auto;
}

.sec8-title{
    color: #e46c76;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 ;
}

.sec8-access-img{
    width: 90%;
    margin: auto;
}

table{
    width: 85%;
    margin: 10px auto 20px;
}

th{
    vertical-align: middle;
}

.sec8-th{
    background-color: #e46c76;
    color: #fff;
    border-radius: 5px;
    padding: 0px 8px;
    font-weight: 300;

}

td{
    color: #e46c76;
    padding-left: 10px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 8px;
}

.btn-google{
    background-color: #35a85b;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: auto;
    font-size: 20px;
    font-weight: 800;
    padding: 8px 3px;
    box-shadow: 1px 4px 0px 0px #127031;
}

.btn-google:hover {
    transform: translateY(4px);
    box-shadow: none;
  }

@media (min-width: 765px){
    body{
        max-width: 2000px;
    }

    h1 {
        font-size: 40px;
    }

    .sec2-imgs-wrap{
        max-width: 900px;
        margin: auto;
    }

    .sec2-title {
        font-size: 30px;
    }

    .sec2-text-wrap {
        padding: 20px;
    }
    
.sec2-text_2{
    font-size: 18px;
}

.text_2-wrap{
    font-size: 22px;
}

.sec2-text_3{
    font-size: 26px;
}

.text_3-bold{
    font-size: 30px;
}

.sec2-text_4{
    font-size: 26px;
}

.text_4-color{
    font-size: 28px;
}

.sec3-title {
    font-size: 30px;
    padding: 24px 0;
}

.sec3-text-1 {
    font-size: 24px;
}

.sec3-text-2 {
    font-size: 24px;
}

.text-pink {
    font-size: 28px;
}

.sec3-text-3 {
    font-size: 24px;
}

.text-3_inversion {
    font-size: 27px;
}

    .sec4-wrap {
        max-width: 1000px;
    }

    .sec4-title {
        font-size: 24px;
    }
    
    .sec4-boxs{
        display: grid ;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .box-text-wrap {
        font-size: 15.5px;
    }

    .sec5-wrap {
        max-width: 1000px;
    }

    .sec5-title::after {
        left: 48%;
        width: 41px;
    }

    .sec5-boxs{
        display: grid ;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;       
    }
    
    .sec6-wrap {
        max-width: 900px;
    }

    .sec6-box-wrap{
        margin: 80px 25px 20px;
    }

    .sec7-wrap {
        max-width: 900px;
    }
    
    .sec7-subtitle{
        max-width: 550px;
        margin: auto;
    }

    .sec7-box{
        padding: 50px;
        margin-left: 100px;
        margin-right: 100px;
    }

    .sec1-sp-grid{
        display: grid;
        grid-template-columns: 45% 55%;
        max-width: 900px;
        margin: 15px auto -95px;
    }

    .sec1-bg2{
        background: none;
        margin-right: 100px;
        margin-top: 20px;
    }

    .fv-btn{
        background-image: url("../images/sec1-bg2-pc.png");
        background-size: cover;
        padding-bottom: 20px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-color: #00000000;
        padding-top: 80px;
        }

    .fv-img {
        margin: -70px 80px 0px;
    }

    h1{
        padding-top: 35px;
    }

    .sec5-5-boxs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        max-width: 1000px;
        margin: 30px auto;
    }

}
