@charset "UTF-8";
/* CSS Document */

html{
    color: #333;
    font-feature-settings: "palt" 1;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;;
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto;
}
body{
    -webkit-text-size-adjust:100%;
}
@font-face{
    font-family: 'MyFont';
    src: url("../fonts/hiraginoUDkakugo-Std-W6.otf");
}
@font-face{
    font-family: 'MyFont2';
    src: url("../fonts/TsukushiAMaruGothic.ttc");
}

li{
    list-style: none;
}

h2{
    text-align: center;
    font-size: 1.625rem;
}
img{
    width: 100%;
}
a,a:visited,a:link{
    color: inherit;
    text-decoration: none;
}
a:hover{
    transition: .3s;
    filter: brightness(110%);
}

/* ==================================================================

    SP

===================================================================== */
.sp-disable{
    display: none;
}

/*-- Android調整 --*/
html.android body{
    letter-spacing: -.05rem;
}
html.android .area_about .area_point ul li h3{
    font-size: 1.45rem;
}
html.android .area_about .area_point ul li .inner_point .txt_pr{
    font-size: .875rem;
}
html.android .area_about .area_point ul li .inner_point .txt_ex{
    font-size: .75rem;
}

/* =================================
    area_mv
==================================== */
.area_mv .box_mv{
    background: url(../images/bg-mv.png)no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    height: 500px;
}
.area_mv p{
    padding: 29vw 0 0;
    width: 53.5vw;
    margin: 0 auto;
    max-width: 544px;
}

.area_mv h1{
    width: 86vw;
    margin: 0 auto;
    max-width:643px;
}

/* =================================
    area_cv
==================================== */
.area_cv{
    background-color: #fff2a8;
    background-image: linear-gradient( 135deg, #fff 25%, #fff2a8 25%, #fff2a8 50%, #fff 50%, #fff 75%, #fff2a8 75%, #fff2a8 );
    background-size: 6px 6px;
    padding: 1.5rem .94rem 1.75rem;
}
.area_cv .box_cv a{
    background-color: #ffb100;
    color: #fff;
    font-family: 'MyFont';
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 1.2;
    font-size: 1.38rem;
    padding: .75rem;
    box-shadow: 0px 4px 0px #a67300;
    text-shadow: 1px 1px 3px #a67300,-1px 1px 3px #a67300,1px -1px 3px #a67300,-1px -1px 3px #a67300;
    position: relative;
}
.area_cv .box_cv a::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: solid 7px #fff;
    border-right: solid 7px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 20px;
    position: absolute;
    right: 2.4rem;
    top: 36%;
    filter: drop-shadow(1px 1px 3px #a67300);
}
.area_cv .txt_cv{
    text-align: center;
    font-family: 'MyFont2',"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}
.area_cv .txt_cv h3{
    color: #fff;
    font-size: 1.5rem;
    /*text-shadow: 1px 1px 0px #ffb100, -1px -1px 0px #ffb100, -1px 1px 0px #ffb100, 1px -1px 0px #ffb100, 0px 1px 0px #ffb100, 0px -1px 0px #ffb100, -1px 0px 0px #ffb100, 1px 0px 0px #ffb100;*/
    width: 55vw;
    margin: 0 auto;
    max-width: 350px;
}
.area_cv .txt_cv p{
    padding: .75rem 0 1rem;
}


/* =================================
    area_about
==================================== */
.area_about {
  background-color: #d0f2ff;
    padding: 1.875rem 0 2.5rem;
}
.area_about .txt_read{
    background: url(../images/bg-read-text.png)no-repeat;
    text-align: center;
    background-size: contain;
    height: 186px;
    line-height: 1.4;
    font-size: 1.125rem;
    width: 98%;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
}
.area_about .txt_read p{
    line-height: 1.7;
    font-family: 'MyFont2',"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-weight: 600;
}
.area_about .txt_read .txt_come{
    text-align: right;
    font-size: .815rem;
    width: 90vw;
    margin-top: .5rem;
    max-width: 600px;
}
/* =================================
    area_point
==================================== */
.area_about .area_point{
    padding: 0 .94rem;    
    margin-top: 2.875rem;
}
.area_about .area_point .ttl_point{
    background: #ffaccf;
    border-radius: 20px;   
    position: relative;
    text-align: center;
}
.area_about .area_point .ttl_point::after{
    content: '';
    background: url("../images/bg-illust-01.png")no-repeat;
    width: 96px;
    height: 96px;
    background-size: cover;
    display: inline-block;
    bottom: -59%;
    right: 5%;
    position: absolute;
}
.area_about .area_point .ttl_point > span{
    font-size: 1.875rem;
    padding: .8rem;
    font-weight: 600;
    font-family: 'MyFont2',"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";   
    position: relative;
    display: inline-block;
    line-height: 1.2;
}
.area_about .area_point .ttl_point span::after{
    content: '';
    background: url("../images/img-hukidashi-point.png")no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    width: 34px;
    height: 31px;
    top: 84%;
    right: 6%;
}
.area_about .area_point .ttl_point span.line{
    background: linear-gradient(transparent 0%,transparent 50%,#fff337 50%,#fff337 90%,transparent 90%);
    padding-bottom: .5rem;
}
.area_about .area_point ul {
    margin-top: 4rem;
}
.area_about .area_point ul li{
    background: #fff;
    text-align: center;
    padding: 1rem .94rem 3rem;
    margin: 5rem 0 0;
    position: relative;
}
.area_about .area_point ul li:nth-child(n+2){
    margin-top: 4.3rem;
}

.area_about .area_point ul li:nth-child(odd)::before{
    content: '';
    background: linear-gradient(135deg, #ffddeb 25%, #ffaccf 25%, #ffaccf 50%, #ffddeb 50%, #ffddeb 75%, #ffaccf 75%, #ffaccf );
    background-size: 10px 10px;
    display: block;
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -15px;
}
.area_about .area_point ul li:nth-child(even)::before{
    content: '';
    background: linear-gradient(135deg, #d5f9e1 25%, #aaf3c2 25%, #aaf3c2 50%, #d5f9e1 50%, #d5f9e1 75%, #aaf3c2 75%, #aaf3c2 );
    background-size: 10px 10px;
    display: block;
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -15px;
}

.area_about .area_point ul li .arrow{
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-top: solid 6px #ffaccf;
    border-right: solid 6px #ffaccf;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: .5rem;
    transition: .3s;
    left: 47%;
}
.area_about .area_point ul li .arrow:hover{
    cursor: pointer;
}

.area_about .area_point ul li:nth-child(even) .arrow{
    border-top: solid 6px #6cd773;
    border-right: solid 6px #6cd773;
}

.area_about .area_point ul li .arrow.open{
    transform: rotate(-45deg);
    transition: .3s;
    margin-top: 1.4rem;
}
.area_about .area_point ul li h3{
    padding: .5rem 0 .94rem;
    font-size: 1.5rem;
    line-height: 1.4;
}
.area_about .area_point ul li h3 span{
    background: linear-gradient(transparent 0%,transparent 55%,#ffaccf 55%,#ffaccf 90%,transparent 90%);
    padding-bottom: .5rem;
}
.area_about .area_point ul li .inner_point{
    margin-top: .5rem;
    display: none;
}
.area_about .area_point ul li .inner_point .txt_pr{
    background: #fff6c5;    
    padding: .5rem .4rem;
    letter-spacing: -.05rem;
    line-height: 1.5;
}
.area_about .area_point ul li .inner_point .txt_ex{
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.7;
}

/*-- イラスト配置 --*/
.area_about .area_point ul li .box_point::before{
    content: '';
    position: absolute;
    display: block;
    top: -2.2rem;
    left: 2%;
}
.area_about .area_point ul li:first-child .box_point::before{
    background: url("../images/img-num-01.png")no-repeat;
    background-size: cover;
    width: 48px;
    height: 41px;
}
.area_about .area_point ul li:nth-child(2) .box_point::before{
    background: url("../images/img-num-02.png")no-repeat;
    background-size: cover;
    width: 54px;
    height: 41px;
}
.area_about .area_point ul li:nth-child(3) .box_point::before{
    background: url("../images/img-num-03.png")no-repeat;
    background-size: cover;
    width: 57px;
    height: 41px;
}
.area_about .area_point ul li:nth-child(4) .box_point::before{
    background: url("../images/img-num-04.png")no-repeat;
    background-size: cover;
    width: 57px;
    height: 41px;
}

.area_about .area_point ul li::after{
    content: '';
    position: absolute;
    display: block;
}
.area_about .area_point ul li:first-child::after{
    background: url("../images/bg-illust-02.png")no-repeat;
    background-size: cover;
    width: 51px;
    height: 56px;
    left: 24%;
    bottom: -11%;
}
.area_about .area_point ul li:nth-child(2)::after{
    background: url("../images/bg-illust-03.png")no-repeat;
    background-size: cover;
    width: 38px;
    height: 42px;
    right: -2%;
    bottom: -4%;
}
.area_about .area_point ul li:nth-child(4)::after{
    background: url("../images/bg-illust-04.png")no-repeat;
    background-size: cover;
    width: 39px;
    height: 72px;
    left: -2%;
    bottom: 2%;
}









/* =================================
    area_qa
==================================== */
.area_qa{
    margin-top: 3rem;
}
.area_qa h2{
    color: #33b3fb;
}
.area_qa ul{
    margin-top: .4rem;
    padding: 1rem .9375rem 3.6rem;
    line-height: 1.2;
}
.area_qa ul li{
    margin-top: 1.5rem;
}
.area_qa ul li:first-child{
    margin-top: 0;
}
.area_qa ul li dl dt{
    background-color: #33b3fb;
    color: #fff;
    font-weight: 600;
    padding: .5rem .75rem .2rem 1.75rem;
    text-indent: -1rem;
    line-height: 1.3;
}
.area_qa ul li dl dt::before{
    content: 'Q.';
}
.area_qa ul li dl dd{
    border: 2px solid #33b3fb;
    padding: .5rem 1rem 1rem 1.5rem;
    text-indent: -1rem;
    font-size: .94rem;
    line-height: 1.6;
}
.area_qa ul li dl dd::before{
    content: "A：";
    color: #ff0000;
}
.area_qa ul li dl dd a{
    text-decoration: underline;
    color: #33b3fb;
}


/* =================================
    area_footer
==================================== */
.area_footer{
    margin-top: 3.6rem;
    text-align: center;
}
.area_footer h3{
    display: block;
}
.area_footer h3 a:hover{
    color: #1a68a9;
}
.area_footer h3 img{
    width: 34px;   
    display: block;
    margin: 0 auto .75rem;
}
.area_footer p{
    margin-top: .75rem;
    font-size: .875rem;
    line-height: 1.3;
}
.area_footer small{
    background: #dd3504;
    color: #fff;
    display: block;
    font-size: .75rem;
    padding: .5rem;
    line-height: 1.2;
    margin-top: .65rem;
    font-family: "游明朝",'Yu Mincho','YuMincho',"ヒラギノ明朝 Pro",'Hiragino Mincho Pro',serif;
}





/* ==================================================================

    調整

===================================================================== */
@media screen and (min-width: 400px) and (max-width: 768px) {
    .area_mv .box_mv{
        height:133vw;
    }
}
@media screen and (min-width: 769px)  {
    .area_mv .box_mv{
        height: 1000px;
    }
    .area_mv p{
        padding-top: 210px;   
    }
    
    .area_about .txt_read{
        height: 373px;
        padding-top: 0;
    }
    
}

/* ==================================================================

    area_about 調整

===================================================================== */
@media screen and (min-width: 400px) and (max-width: 768px) {
    .area_about .txt_read{
        height: 50vw;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    .area_about .txt_read .txt_come{
        width: 75vw;
    }
    
}





