@charset "utf-8";
html{
    font-size: 62.5%;/*16px x 62.5%=10px*/
    }
body{
    color: #4d4d4d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

a{
    color: #4d4d4d;
    text-decoration: none;
    }

p{
    line-height: 1.8;
    }

li{
    list-style: none;
    }

img{
    max-width: 100%;
    height: auto;
    }

/* ---utility--- */
.container{
    padding: 0 20px;
}
.section-wrapper{
    padding: 50px 0;
}
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.section-text{
    margin-bottom: 30px;
}
.contents-wrap{
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 20px;
}
.in{
    position: relative;
}
.pc-br{
    display: none;
}
.pagetoplink{
    font-size: 1.2rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    position: fixed;
    bottom: 10%;
    right: 3%;
}
.pagetoplink a{
    color: #B7A490;
}
.pagetoplink a::before{
    content: '\f102';
    font-family: FontAwesome;
    color: #B7A490;
    margin-bottom: 5px;
}
.emphasis{
    font-weight: bold;
    color: #CB6767;
}


/* ---title--- */
.section-title>img{
    width: 40%;
}
.about-title-wrap>.section-title>img{
    width: 70%;
}
.price-title-wrap>.section-title>img{
    width: 60%;
} 
.section-flow>.container>.section-title>img{
    width: 25%;
}
.section-qa>.container>.section-title>img{
    width: 30%;
}
.section-voice>.container>.section-title>img{
    width: 28%;
}
.section-sns>.container>.section-title>img{
    width: 70%;
}
.section-greeting>.container>.section-title>img{
    width: 45%;
}
.section-overview>.container>.section-title>img{
    width: 47%;
}
/* ---/title--- */

/* ---header--- */
.header{
    height: 75px;
    background-color: #F8EDEC;
}
.top-catch{
    padding-top: 5px;
}
.top-nav{
    display: none;
    background-color: #F8EDEC;
    width: 100%;
    height: 100%;
    z-index: 200;
    position: fixed;
    top: 0;
    right: 0;
    padding: 40px;
    text-align: center;
    overflow: scroll;
}
.header-menu li{
    margin-bottom: 40px;
}
.header-menu>li>a>.reserve{
    width: 23%;
}
.sp-menu-btn>.contact-index{
    font-size: 1.4rem;
}
.sp-menu-btn>a>.contact-btn-tel{
    width: 70%;
    padding: 15px;
    font-size: 1.4rem;
    margin: 0 auto;
}
.sp-menu-btn>a>.contact-btn-form{
    width: 70%;
    padding: 15px;
    font-size: 1.4rem;
    margin: 0 auto;
}
.sp-menu-sns>.menu-sns-list{
    display: flex;
    width: 50%;
    margin: 0 auto;
    justify-content: space-between;
}
.sp-menu-sns>.menu-sns-list li{
    display: block;
}
.pc-menu-btn{
    display: none;
}
.header-logo{
    width: 42%;
    margin-right: 10px;
}
.catchcopy{
    font-size: 1rem;
    width: 53%;
    color: #AF9B50;
    font-weight: 500;
    margin-bottom: 5px;
}
.btn-trigger{
    display: block;
    -webkit-appearance: none;
    appearance: none;
    position: fixed;
    top: 20px;
    right: 12px;
    z-index: 200;
    width: 45px;
    height: 22px;
    border: none;
    background: none;
}
.btn-trigger span{
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #B7A490;
    transition: all 0.5s;
}
.btn-trigger span:first-of-type{
    top: 5px;
}
.btn-trigger span:nth-of-type(2){
    top: 15px; 
}
.btn-trigger span:last-of-type{
    bottom: -5px;
}
.btn-trigger.active span:first-of-type{
    transform: rotate(45deg);
    top: 10px;
}
.btn-trigger.active span:nth-of-type(2){
    opacity: 0;
}
.btn-trigger.active span:last-of-type{
    transform: rotate(-45deg);
    bottom: 10px;
}
button:focus {
    outline:0;
}

/* ---hero-image--- */
.hero-image{
    background-color: #F8EDEC;
}
.hero-img-pc{
    display: none;
}
.hero-img-sp{
    display: block;
}


/* ---about--- */
.section-wrapper.section-about{
    padding: 10px 0 50px;
}
.section-about{
    background-color: #F8EDEC;
}
.section-about>.container>.contents-wrap{
    background-color: transparent;
    padding: 0 20px;
    margin-top: 20px;
}
.about-top-wrap{
    display: flex;
    justify-content: space-between;
}
.about-title-wrap{
    display: flex;
    justify-content: space-between;
}
.flag{
    width: 30%;
}
.site-name{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.name-ai{
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
    color: #707070;
    font-weight: 300;
}
.feature-catch{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8;
}
.point{
    color: #AF9B50;
}
.number{
    color: #AF9B50;
    font-size: 2rem;
    margin-right: 10px;
}
.feature-box{
    margin-bottom: 30px;
}
.feature-box:last-of-type{
    margin-bottom: 40px;
}
.feature-img-sp{
    display: block;
}
.feature-img-sp img{
    width: 100%;
}
.feature-img-pc{
    display: none;
}
.next-btn{
    text-align: center;
    color: #fff;
    background-color: #B7A490;
    padding: 10px;
    border-radius: 5px;
}
.next-btn::after{
    content: '\f0da';
    font-family: FontAwesome;
    color: #fff;
    margin-left: 10px;
}
.next-btn:hover{
    opacity: 0.8;
}

/* ---price--- */
.section-price{
    background-image: url(../images/sp/price-bg-sp.png);
    
}
.price-title-wrap{
    display: flex;
    justify-content: space-between;
}
.price-star{
    width: 20%;
}
.price-omocha{
    width: 17%;
    -webkit-animation:move 0.6s steps(2, start) infinite alternate;
    animation:move 0.6s steps(2, start) infinite alternate;
    -webkit-transform-origin:left;
    transform-origin:left;
	animation-delay: 2s;
}

@-webkit-keyframes move {
    0% {
    -webkit-transform:rotate(15deg);
    transform:rotate(15deg)
    }
    100% {
    -webkit-transform:rotate(-5deg);
    transform:rotate(-5deg)
    }
}
@keyframes move {
    0% {
    -webkit-transform:rotate(15deg);
    transform:rotate(15deg)
    }
    100% {
    -webkit-transform:rotate(-5deg);
    transform:rotate(-5deg)
    }
}
.main-price{
    font-size: 2.2rem;
    font-weight: bold;
    color: #AF9B50;
    text-align: center;
}
.cost-free{
    background-color:  #B7A490;
    width: 58%;
    text-align: center;
    color: #fff;
    padding: 3px 5px;
    margin: 0 auto 30px;
    border-radius: 3px;
}
.space{
    margin-left: 10px;
}

.price-box{
    border:1px solid #AF9B50;
    box-shadow: 0 0 0 3px #fff inset, 0 0 0 4px #AF9B50 inset;
    padding:2%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.price-box-wrap{
    margin-bottom: 40px;
}
.price-discription{
    color: #928143;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.price-supplement{
    line-height: 1.5;
    color: #A4A4A4;
    line-height: 1.5;
    width: 67%;
    margin: 0 auto;
}
.price-supplement.price-train{
    width: 90%;
}
.price-plus{
    font-size: 3rem;
    font-weight: bold;
    color: #AF9B50;
    text-align: center;
    margin-bottom: 20px;
}
.course-box{
    border:1px solid #CB6767;
    box-shadow: 0 0 0 3px #fff inset, 0 0 0 4px #CB6767 inset;
    padding:2%;
    margin-bottom: 40px;
    border-radius: 10px;
}
.course-name{
    color: #CB6767;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.course-name::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/sp/sale.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.course-discription{
    font-weight: bold;
    text-align: center;
}
.course-supplement{
    font-weight: bold;
    color: #CB6767;
    font-size: 1.2rem;
    text-align: center;
}
.price-checklist{
    margin-bottom: 30px;
}
.price-checklist p::before{
    content: '\f00c';
    font-family: FontAwesome;
    color: #D5CAA3;
    margin-right: 5px;
}
.price-checklist p{
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.price-checklist-title{
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.price-case{
    margin-bottom: 20px;
}
.price-case-title{
    font-weight: bold;
    line-height: 1.8;
}
.price-checklist>p>a{
    text-decoration: underline;
}
.price-checklist-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #D5CAA3, #D5CAA3 2px, transparent 2px, transparent 2px);
    background-size: 5px 5px;
    background-repeat: repeat-x;
}

/* ---flow--- */
.section-flow{
    background-color: #FFF6E0;
}
.baby-car{
    width: 16%;
    position: absolute;
    top: 3%;
    left: 10%;
    -webkit-animation:move 0.6s steps(2, start) infinite alternate;
    animation:move 0.6s steps(2, start) infinite alternate;
    -webkit-transform-origin:right;
    transform-origin:right;
	animation-delay: 2s;
}
.hat{
    width: 15%;
    position: absolute;
    bottom: 5%;
    right: 15%;
}
.flow-title{
    margin-bottom: 10px;
    color: #AF9B50;
    font-weight: bold;
    font-size: 1.6rem;
}
.flow-title>span{
    font-size: 2rem;
    margin-right: 10px;
}
.flow-text-wrap{
    margin-bottom: 20px;
}
.flow-text{
    margin-bottom: 40px;
}
.warning-wrap{
    padding: 10px;
    background-color: #F5F4F4;
    border-radius: 10px;
    margin-bottom: 40px;
}
.warning-title{
    line-height: 1.8;
    margin-bottom: 10px;
}
.warning-wrap p::before{
    content: '\f00c';
    font-family: FontAwesome;
    color: #9A9A9A;
    margin-right: 5px;
}
.warning-wrap p{
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 10px;
}
.warning-wrap>p>a{
    text-decoration: underline;
}
.flow-line-sp{
    display: block;
    margin-bottom: 40px;
}
.flow-line-pc{
    display: none;
}
.need-wrap{
    border:1px solid #AF9B50;
    box-shadow: 0 0 0 3px #fff inset, 0 0 0 4px #AF9B50 inset;
    padding:5%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.need-title{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.need-list{
    margin-bottom: 20px;
}
.need-item{
    margin-bottom: 10px;
    text-indent: -1.3em;
    padding-left: 1.3em;
    line-height: 1.8;
}
.need-item::before{
    content: '\f005';
    font-family: FontAwesome;
    color: #D5CAA3;
    margin-right: 5px;
}
.need-add{
    font-weight: bold;
    margin-bottom: 20px;
}

/* ---Q&A--- */
.section-qa{
    background-image: url(../images/sp/qa-bg-sp.png);
}
.milk{
    width: 15%;
    position: absolute;
    top: 55px;
    right: 8%;
    -webkit-animation:move 0.6s steps(2, start) infinite alternate;
    animation:move 0.6s steps(2, start) infinite alternate;
    -webkit-transform-origin:left;
    transform-origin:left;
	animation-delay: 2s;
}
.qa-box {
    width: 100%;
    margin-bottom: 40px;
}
dl,
dt,
dd {
    line-height: 1.8;
}
.question {
    padding: 20px 35px 20px 20px;
    border-radius: 20px;
    background: #B0CBD4;
    position: relative;
    color: #fff;
    text-indent: -1.3em;
    padding-left: 2.3em;
}
.question::before{
    content: "Q";
    font-size: 1.6rem;
    font-weight: bold;
}

.answer {
    padding: 20px;
    border-radius: 20px;
    margin-top: 10px;
    background: #fff;
}
.answer-top{
    text-indent: -1em;
    margin-bottom: 40px;
}
.answer-top::before{
    content: "A";
    font-size: 1.6rem;
    font-weight: bold;
    color: #B0CBD4;
    margin-right: 5px;
}
.answer-list-number{
    margin-bottom: 40px;
}
.answer-list-number li{
    list-style-type: decimal;
    margin-left: 5px;
    margin-bottom: 10px;
}
.answer-text{
    margin-bottom: 40px;
}
.answer-text-title{
    font-weight: bold;
    margin-bottom: 5px;
}
.answer-list-check li{
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 10px;
}
.answer-list-check li::before{
    content: '\f00c';
    font-family: FontAwesome;
    color: #B0CBD4;
    margin-right: 5px;
}
.answer-child-list li::before{
    content: "";
}
.answer-child-list li{
    margin-bottom: 0;
}
.answer-list-warning li{
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 10px;
}
.answer-list-warning li::before{
    content: "※";
}
.freelanceLogo{
    width: 80%;
}
.answer-text>p>a{
    text-decoration: underline;
}


.open-btn>span::before,
.open-btn>span::after {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
    
.open-btn>span::after {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.active.open-btn>span::after {
    transform: rotate(0);
    transition: 0.5s;
}
.qa-link{
    text-indent: -0.8em;
    padding-left: 0.8em;
}
.qa-link::before{
    content: '\f0da';
    font-family: FontAwesome;
    color: #B0CBD4;
    margin-right: 5px;
}

/* ---voice--- */
.section-voice{
    background-color: #EBF8F9;
}
.bib{
    width: 23%;
    position: absolute;
    top: 3%;
    -webkit-animation:move 0.6s steps(2, start) infinite alternate;
    animation:move 0.6s steps(2, start) infinite alternate;
    -webkit-transform-origin:right;
    transform-origin:right;
	animation-delay: 2s;
}
.user-voice{
    margin-bottom: 80px;
}
.user-voice:last-of-type{
    margin-bottom: 0;
}
.voice-img-wrap{
    margin-bottom: 10px;
}
.voice-sp{
    display: block;
}
.voice-pc{
    display: none;
}
.voice-text-title{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ---contact--- */
.contact-star{
    width: 15%;
    position: absolute;
    top: 9%;
    right: 10%;
}
.contact-wrap{
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.2rem;
}
.contact-index{
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.contact-btn-tel{
    width: 100%;
    background-color: #B7A490;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.contact-btn-tel:hover{
    opacity: 0.8;
}
.contact-btn-tel::before{
    content: '\f095';
    font-family: FontAwesome;
    color: #fff;
    margin-right: 5px;
    font-weight: 900;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}
.contact-btn-form{
    width: 100%;
    background-color: #B7A490;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 20px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.contact-btn-form:hover{
    opacity: 0.8;
}
.contact-btn-form::before{
    content: '\f044';
    font-family: FontAwesome;
    color: #fff;
    margin-right: 5px;
    font-weight: 900;
    font-size: 1.5em;
    position: relative;
    top: 3px;
}
/* ---sns--- */
.sns-pr{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.section-sns>.container>.section-title{
    margin-bottom: 10px;
}
.sns-star{
    width: 16%;
    position: absolute;
    top: -10%;
    left: 10%;
}
.sns-icon{
    text-align: center;
}
/* ---footer--- */
.footer{
    background-color: #F9EFEE;
    padding: 40px 0 20px;
}
.footer-menu{
    margin-bottom: 40px;
}
.footer-menu li{
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.reserve{
    padding: 5px 8px;
    background-color: #B7A490;
    color: #fff;
    border-radius: 20px;
    width: 20%;
    text-align: center;
}
.reserve:hover{
    opacity: 0.8;
}
.footer-corp-info{
    margin-bottom: 20px;
}
.footer-corp-info li{
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.corp-name{
    font-weight: bold;
}
.menu-sns-list li{
    display: inline-block;
    margin-right: 10px;
}
.policy{
    font-size: 1rem;
    text-align: center;
}
.policy::before{
    content: '\f0da';
    font-family: FontAwesome;
    margin-right: 3px;
}
.copyright{
    font-size: 1rem;
    text-align: center;
    color: #BDBDBD;
}

@media screen and (min-width:951px){
    
    
    .btn-trigger{
        display: none;
    }
    .top-nav{
        display: block;
        padding: 52px 0 0 0;
        width: 70%;
        background-color: transparent;
        position: static;
        overflow: visible;
    }
    .sp-menu-btn{
        display: none;
    }
    .pc-menu-btn{
        display: block;
    }
    .sp-menu{
        display: none;
    }
    .top-catch{
        width: 40%;
    }
    .nav-link a{
        position: relative;
        display: inline-block;
    }
    .nav-link a::after {
        position: absolute;
        bottom: -6px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #B7A490;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
    }
    .nav-link a:hover::after {
        transform: scale(1, 1);
    }
    .nav-link a:hover{
        opacity: 0.8;
    }
    /* 右の旗の位置を調整 */
    .flag-r{
        position: relative;
        left: 100px;
    }
    .feature-box-wrap{
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .feature-img-pc{
        display: block;
    }
    .feature-img-sp{
        display: none;
    }
    .navigation{
        display: flex;
    }
    .header-menu{
        display: flex;
        justify-content: space-between;
    }
    .header-menu li>a>.reserve{
        width: 100%;
        padding: 5px 15px;
        position: relative;
        bottom: 6px;
    }
    .sp-menu-sns{
        display: none;
    }

}



/* ---------------- PC & Tablet ---------------- */

@media screen and (min-width:768px){

    body{
        font-size: 1.6rem;
    }

    /* ---utility--- */
    .container{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .section-wrapper{
        padding: 100px 0;
    }
    .section-title{
        margin-bottom: 60px;
    }
    .section-text{
        margin-bottom: 80px;
    }
    .contents-wrap{
        padding: 80px 85px;
    }
    .pc-br{
        display: block;
    }
    .sp-br{
        display: none;
    }
    .pagetoplink{
        font-size: 1.6rem;
    }
    /* ---title--- */
    .about-title-wrap>.section-title>img {
        width: 80%;
    }
    .price-title-wrap>.section-title>img {
        width: 90%;
    }
    .section-flow>.container>.section-title>img {
        width: 13%;
    }
    .section-qa>.container>.section-title>img {
        width: 15%;
    }
    .section-voice>.container>.section-title>img {
        width: 15%;
    }
    .section-title>img {
        width: 20%;
    }
    .section-sns>.container>.section-title>img {
        width: 40%;
    }



    /* ---header--- */
    .header{
        height: 100px;
        position: fixed;
        width: 100%;
        z-index: 100;
        background-color: rgba(248,237,236,0.65);
    }
    .header>.container{
        max-width: 1180px;
    }
    .top-catch{
        display: block;
        padding-top: 10px;
    }
    .header-logo{
        width: 28%;
    }
    .catchcopy{
        font-size: 1.4rem;
        width: 100%;
        margin-bottom: 10px;
    }

    /* ---hero img--- */
    .hero-image>.container{
        max-width: 1180px;
    }
    .hero-image{
        padding-top: 100px;
    }
    .hero-img-pc{
        display: block;
    }
    .hero-img-sp{
        display: none;
    }

    /* ---about--- */
    .site-name{
        width: 25%;
        margin-bottom: 60px;
    }

    .section-about>.container>.contents-wrap{
        padding: 30px 0;
        background-color: transparent;
    }
    .main-discripition{
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
    .feature-box p{
        font-size: 2rem;
    }
    .point{
        font-size: 1.8rem;
    }
    .number{
        font-size: 2.8rem;
    }
    .next-btn{
        width: 50%;
        margin: 0 auto;
        padding: 15px;
        font-size: 2rem;
    }
    .next-btn::after{
        margin-left: 20px;
    }
    /* ---price--- */
    .price-star img{
        width: 74%;
    }
    .price-omocha img{
        width: 65%;
    }
    .main-price{
        font-size: 4rem;
    }
    .space{
        margin-left: 20px;
    }
    .cost-free{
        font-size: 2rem;
        width: 40%;
        padding: 10px;
        margin: 0 auto 60px;
    }
    .price-box-wrap{
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .price-box{
        width: 38.849%;
    }
    .price-plus{
        width: 22.302%;
        font-size: 4rem;
        padding-top: 5%;
    }
    .price-discription{
        font-size: 2rem;
    }
    .price-discription>.space{
        margin-left: 10px;
    }
    .price-supplement{
        width: 83%;
    }
    .price-supplement.price-train{
        width: 95%;
    }
    .price-case{
        margin-bottom: 40px;
    }
    .course-box{
        margin-bottom: 80px;
    }
    .course-name{
        font-size: 2.4rem;
    }
    .course-name::before{
        width: 25px;
        height: 30px;
    }
    .course-discription{
        width: 50%;
        font-size: 2.6rem;
    }
    .course-supplement{
        width: 50%;
        font-size: 2.4rem;
    }
    .course-text-wrap{
        display: flex;
    }
    .price-checklist {
        margin-bottom: 60px;
    }
    .price-checklist-title{
        font-size: 2rem;
    }
    .price-checklist:last-of-type{
        margin-bottom: 0;
    }

    /* ---flow--- */

    .baby-car{
        top: 5%;
        left: 20%;
    }
    .hat{
        bottom: 10%;
        right: 18%;
    }
    .flow-title{
        font-size: 2rem;
    }
    .flow-title>span {
        font-size: 3rem;
        margin-right: 15px;
    }
    .flow-text-wrap {
        margin-bottom: 80px;
    }
    .flow-line-sp{
        display: none;
    }
    .flow-line-pc{
        display: block;
        margin-bottom: 80px;
    }
    .need-title{
        font-size: 2rem;
        margin-bottom: 40px;
    }

    /* ---Q&A--- */
    .milk{
        top: 105px;
        right: 13%;
    }
    .question{
        font-size: 2rem;
    }
    .question::before{
        font-size: 2.2rem;
    }
    .answer{
        padding: 40px;
    }
    .answer-top{
        font-size: 2rem;
    }
    .answer-top::before{
        font-size: 2.2rem;
    }
    .open-btn>span::before, 
    .open-btn>span::after{
        right: 30px;
    }
    .qa-box{
        cursor: pointer;
    }
    .freelanceLogo {
        width: 50%;
    }
    /* ---voice--- */
    .user-voice{
        display: flex;
        justify-content: space-between;
    }
    .user-voice:nth-of-type(even){
        flex-direction: row-reverse;
    }
    .voice-img-wrap{
        width: 40%;
    }
    .voice-sp{
        display: none;
    }
    .voice-pc{
        display: block;
    }
    .voice-text-wrap{
        width: 55%;
        padding-top: 10px;
    }
    .voice-text-title{
        margin-bottom: 20px;
        font-size: 1.8rem;
    }
    .voice-text-wrap>.section-text{
        margin-bottom: 20px;
    }
    /* ---contact--- */
    .contact-star{
        right: 15%;
    }
    .contact-index{
        font-size: 2rem;
        font-weight: bold;
    }
    .contact-outside-wrap{
        display: flex;
        justify-content: space-between;
    }
    .contact-wrap{
        width: 42.3%;
    }
    .contact-btn-tel{
        font-size: 2rem;
    }
    .contact-btn-form{
        font-size: 2rem;
    }
    /* ---sns--- */
    .sns-pr{
        font-size: 2.6rem;
        margin-bottom: 40px;
    }
    .sns-list{
        width: 30%;
    }
    .sns-star{
        left: 25%;
    }
    /* ---footer--- */
    .footer-menu{
        display: flex;
        justify-content: space-between;
    }
    .footer-menu li{
        font-size: 1.6rem;
    }
    .footer-menu li:hover{
        opacity: 0.7;
    }
    .footer-menu>li>a>.reserve{
        width: 100%;
        position: relative;
        bottom: 5px;
        padding: 5px 15px;
    }
    .footer-corp-info li{
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .footer-sns-list li{
        margin-right: 20px;
    }
    .policy{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .copyright{
        font-size: 1.2rem;
    }
}

/* -----------小さい端末対応------------ */
@media screen and (max-width:360px){
    .sp-menu-btn>a>.contact-btn-tel {
        font-size: 1.2rem;
    }

}
/* -----------iPadロゴサイズ調整------------ */
@media screen and (min-width:951px){
    .header-logo{
        width: 50%;
    }
}

/* ------------aboutページ-------------- */

/* ---about--- */
.section-under-about{
    background-color: #F8EDEC;
}
.section-under-about>.container>.contents-wrap{
    background-color: transparent;
}
.baloon img{
    width: 50%;
    position: relative;
    left: 50%;
    bottom: 5%;
}
.bear img{
    width: 50%;
}
.child-img-left{
    margin-bottom: 20px;
}

/* ---feature--- */
.section-feature{
    background-image: url(../images/sp/feature-bg-sp.png);
    background-size: cover;
}
.spoon{
    width: 30%;
    -webkit-animation:move 0.6s steps(2, start) infinite alternate;
    animation:move 0.6s steps(2, start) infinite alternate;
    -webkit-transform-origin:right;
    transform-origin:right;
	animation-delay: 2s;
}
.mug{
    width: 25%;
}
.spoon img{
    width: 55%;
    position: relative;
    left: 40%;
}
.feature-discription{
    font-weight: 200;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.under-feature-box{
    margin-bottom: 60px;
}
.under-feature-box:last-of-type{
    margin-bottom: 0;
}
/* ---greeting--- */
.section-greeting{
    background-color: #FFF6E0;
}
.shooting-star{
    width: 20%;
    position: absolute;
    top: 25px;
    right: 13px;
    -webkit-animation:move 0.6s steps(2, start) infinite alternate;
    animation:move 0.6s steps(2, start) infinite alternate;
    -webkit-transform-origin:left;
    transform-origin:left;
	animation-delay: 2s;
}
.greeting-img-wrap{
    margin-bottom: 30px;
}
.greeting-main-wrap{
    margin-bottom: 40px;
}
.profile {
    padding: 10px;
    border-radius: 15px;
    background: #B7A490;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
}
.profile-text {
    padding: 10px;
    margin-top: 10px;
    background: #fff;
}
.profile-name{
    margin-bottom: 20px;
    font-weight: 600;
}
/* ---overview--- */
.section-overview{
    background-image: url(../images/sp/overview-bg-sp.png);
    background-size: cover;
    background-position: center;
}
.shoes{
    width: 17%;
    position: absolute;
    top: 10%;
    -webkit-animation:move 0.6s steps(2, start) infinite alternate;
    animation:move 0.6s steps(2, start) infinite alternate;
    -webkit-transform-origin:right;
    transform-origin:right;
	animation-delay: 2s;
}
.overview-wrap{
    padding: 30px 20px;
}
table {
    border: 1px solid #AF9B50;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
}
table tbody th,
table tbody td {
    padding: 15px;
    border-bottom: 1px solid #AF9B50;
    display: block;
    background-color: #fff;
    text-align: center;
}
table tbody th {
    background-color: #F2EAE5;
}
table tbody tr:last-child td {
    border-bottom: none;
}

/* ---PCからiPadより大きいサイズまで（iPad含まない）---*/
@media screen and (min-width:951px){
    .under-feature-box-wrap{
        display: flex;
        justify-content: space-between;
    }
    .under-feature-box{
        width: 30%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .under-feature-img{
        order: 1;
    }
    .under-feature-text{
        order: 2;
    }
    .greeting-main-wrap{
        display: flex;
        justify-content: space-between;
    }
    .greeting-img-wrap{
        width: 49%;
    }
    .greeting-text-wrap{
        width: 49%;
        padding-top: 10px;
    }


}

/* ---------------- PC & Tablet ---------------- */

@media screen and (min-width:768px){


    /* ---about--- */
    .section-wrapper.section-under-about{
        padding-top: 200px;
    }
    .section-under-about>.container>.contents-wrap {
        padding: 0 168px;
        background-color: transparent;
        margin-bottom: 60px;
    }
    .about-title-wrap{
        margin-bottom: 20px;
    }
    .baloon img {
        width: 90%;
        position: relative;
        left: 20%;
        bottom: 10%;
    }
    .bear img {
        width: 90%;
    }
    .child-img-wrap{
        display: flex;
        justify-content: space-between;
    }
    .child-img-left{
        width: 45%;
        margin-bottom: 0;
    }
    .child-img-right{
        width: 48%;
    }
    /* ---feature--- */
    .section-feature>.container>.contents-wrap{
        padding: 80px 20px;
    }
    .section-feature{
        background-image: url(../images/pc/feature-bg-pc.png);
        background-size: cover;
    }
    .spoon img {
        width: 25%;
        position: relative;
        left: 58%;
    }
    .mug img{
        position: relative;
        left: 20%;
    }

    .section-greeting>.container>.section-title>img {
        width: 22%;
    }

    /* ---greeting--- */
    .profile>.open-btn{
        display: none;
    }

    /* ---overview--- */
    .section-overview{
        background-image: url(../images/pc/overview-bg-pc.png);
        background-size: cover;
    }

    .section-overview>.container>.section-title>img {
        width: 25%;
    }
    table{
        width: 100%;
    }
    table tbody th{
        width: 30%;
        border-right: 1px solid #AF9B50;
    }
    table tbody th, 
    table tbody td {
        display: table-cell;
        padding: 20px;

    }
    table tbody tr:last-child th {
        border-bottom: none;
    }
    

}

/* ------------contactページ-------------- */
.under-contact-star {
    width: 15%;
    position: absolute;
    top: 4%;
    right: 10%;
}
.contact-contents-wrap {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #AF9B50;
    margin-bottom: 40px;
}
.contact-checklist-title{
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;

}
.contact-checklist{
    margin-bottom: 30px;
}
.contact-checklist:last-of-type{
    margin-bottom: 0;
}
.contact-checklist-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    margin: auto;
    background-image: linear-gradient(to right, #D5CAA3, #D5CAA3 2px, transparent 2px, transparent 2px);
    background-size: 5px 5px;
    background-repeat: repeat-x;
}
.contact-warning-title {
    font-weight: bold;
    line-height: 1.8;
}
.contact-warning-checklist li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 10px;
    line-height: 1.8;
}
.contact-warning-checklist li::before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #D5CAA3;
    margin-right: 5px;
}
.contact-warning-checklist li>a{
    text-decoration: underline;
}
/* ---予約フォーム--- */
.form-wrap{
    margin-bottom: 30px;
}
.form-item label{
    display: block;
    margin-bottom: 5px;
}
.past-use{
    display: block;
    margin-bottom: 7px;
}
.form-title{
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
    border-bottom: solid 1px #9A9A9A;
}
.form-item{
    margin-bottom: 20px;
}
.form-item>label>span{
    color: #CB6767;
    margin-left: 5px;
    font-size: 1rem;
}
.input-area{
    width: 100%;
    background-color: #F9EFEE;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.4rem;
}
.input-area-qa{
    width: 100%;
    background-color: #F9EFEE;
    border: none;
    border-radius: 5px;
    padding: 5px;
    height: 100px;
}
textarea::placeholder{
    color: #d2d2d2;
}
textarea::-ms-textarea-placeholder{
    color: #d2d2d2;
}
input::placeholder{
    color: #d2d2d2;
}
input::-ms-input-placeholder{
    color: #d2d2d2;
}
.submit-btn{
    border: none;
    background-color: #B7A490;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    font-size: 1.4rem;
}
.submit-btn:hover{
    opacity: 0.8;
}
/* ---------------- PC & Tablet ---------------- */

@media screen and (min-width:768px){
    .section-wrapper.section-contact-form{
        padding: 150px 0;
    }
    .under-contact-star{
        top: 8%;
    }
    .contact-checklist-title{
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .form-title{
        margin-bottom: 40px;
    }

    .form-item{
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .form-item label{
        width: 30%;
        margin-bottom: 0;
    }
    .past-use{
        width: 30%;
    }
    .input-area{
        width: 70%;
        font-size: 1.6rem;
        padding: 10px;
    }
    .input-area-qa{
        width: 70%;
        font-size: 1.6rem;
        padding: 10px;
    }
    .submit-btn{
        font-size: 1.6rem;
        padding: 10px;
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .form-item.mailaddress>.input-area.formrun-has-error{
        width: 40%;
    }

}

/* ---policyページ--- */
.policy-main-title{
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}
.policy__title{
    font-weight: bold;
}
.policy__text{
    margin-bottom: 20px;
    line-height: 1.8;
}
.policy__text ul,ol{
    margin: 10px 0;
}
.policy__text li::before{
    content: '\f00c';
    font-family: FontAwesome;
    color: #9A9A9A;
}
.policy__text li{
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
}
.policy-address{
    margin-bottom: 40px;
}
.end{
    text-align: right;
}


/* ---thanksページ--- */
.thanks-wrap{
    text-align: center;
    margin: 100px 0;
}
.thanks{
    font-size: 2rem;
    margin-bottom: 30px;
}
.thanks-wrap p{
    margin-bottom: 30px;
}
.thanks-pink-star{
    width: 20%;
    position: absolute;
    top: 8%;
    right: 3%;
}
.thanks-blue-star{
    width: 20%;
    position: absolute;
    bottom: 10%;
}