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

/*---------------------------------
	index
---------------------------------*/
#about #ttlBox {
    margin: 0 auto 40px;
    height: 150px;
    background: #cabbab;
}
#about #ttlBox h1 {
    line-height: 150px;
    font-size: 3.4rem;
    color: #fff;
    text-align: center;
}
#about #ttlBox h1 span {
    background: url(../img/about/logo.png) left 50% no-repeat;
    background-size: 240px auto;
    padding-left: 250px;
}
#about .about_content {
    padding-bottom: 100px;
}
#about .about_content h2 {
    font-size: 3.2rem;
    text-align: center;
    color: #80735e;
}
@media (max-width: 780px) {
   #about .faq_content {
        width: 90%;
    } 
}
@media (max-width: 480px) {
   #about #ttlBox {
        height: 100px;
        margin: 0 auto 20px;
    }
    #about #ttlBox h1 {
        line-height: 100px;
        font-size: 2.8rem;
        color: #fff;
        text-align: center;
    }
    #about #ttlBox h1 span {
        background-size: 160px auto;
        padding-left: 160px;
    }
    #about .about_content {
        padding-bottom: 40px;
    }
    #about .about_content h2 {
        font-size: 2.4rem;
    }
}

#about .ttl_thought_comment {
    height: 148px;
    margin-top: 120px;
}
#about .ttl_thought_comment span {
    background: url(../img/about/flower_01.png) left 50% no-repeat;
    padding: 60px 0 60px 160px;
}
#about .about_content .thought_comment {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin: 10px 0 80px;
    text-align: center;
}
@media (max-width: 480px) {
    #about .ttl_thought_comment {
        height: 60px;
        margin-top: 40px;
    }
    #about .ttl_thought_comment span {
        background-size: 80px auto;
        padding: 36px 0 36px 90px;
    }
    #about .about_content .thought_comment {
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 10px 10px 40px;
        text-align: left;
    }
}

#about .ttl_prof {
    background: url(../img/about/flower_02.png) 50% top no-repeat;
    padding-top: 80px;
}
#about .prof_name {
    margin: 60px 0 10px;
    text-align: center;
    font-size: 2.4rem;
    display: flex;
	align-items: center;
}
#about .prof_name:before, #about .prof_name:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #534740;
	display: block;
}
#about .prof_name:before {
	margin-right: .4em;
}
#about .prof_name:after {
	margin-left: .4em;
}
 
#about .prof_name span {
    font-size: 1.8rem;
}
#about .prof_area {
    display: flex;
    margin-bottom: 80px;
}
#about .prof_area figure {
    margin-right: 30px;
    width: 20%;
}
#about .prof_area p {
    width: 80%;
    font-size: 1.6rem;
    font-weight: 600;
}
@media (max-width: 480px) {
    #about .ttl_prof {
        background-size: 40px auto;
        padding-top: 50px;
    }
    #about .prof_name {
        margin: 20px 0 10px;
        font-size: 1.8rem;
    }
    #about .prof_name span {
        font-size: 1.4rem;
    }
    #about .prof_area {
        display: block;
        margin-bottom: 40px;
    }
    #about .prof_area figure {
        margin: 0 0 20px 0;
        width: 100%;
        text-align: center;
    }
    #about .prof_area p {
        width: 100%;
        font-size: 1.4rem;
    }
}

#about .movie_message {
    margin: 0 auto 80px;
    text-align: center;
}
#about .movie_message div:first-child {
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    #about .movie_message {
        margin: 0 auto 30px;
    }
    #about .movie_message iframe {
        width: 100%;
    }
}

#about .story_area {
    margin-bottom: 20px;
}
#about .story_area li + li {
    margin-top: 18px;
}
@media (max-width: 480px) {
    #about .story_area {
        margin: 0 10px 40px;
    }
}

#about .ttl_company {
    background: url(../img/about/flower_03.png) 50% top no-repeat;
    padding-top: 80px;
}
#about .company_info {
    margin: 60px auto 0;
}
#about .company_info th,
#about .company_info td {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 10px 0;
}
#about .company_info th {
    padding-right: 60px;
}
@media (max-width: 480px) {
    #about .ttl_company {
        background-size: 40px auto;
        padding-top: 50px;
    }
    #about .company_info {
        margin: 20px auto 0;
    }
    #about .company_info th,
    #about .company_info td {
        font-size: 1.6rem;
        padding: 8px 0;
    }
    #about .company_info th {
        padding-right: 20px;
    }
}


#about .story02Wrap {
	margin: min(100px,12vw) auto;
}
#about .story02Wrap .ttl_story {
	margin: 0 auto 20px;
    background: url(../img/about/flower_02.png) 50% top no-repeat;
    padding-top: 80px;
}
#about .story02Wrap .ecBtn a {
	padding: 10px 40px;
	color: #FFFFFF;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	border-radius: 50px;
	background: #e7969a;
	display: block;
	position: relative;
}
#about .story02Wrap .ecBtn a small {
	font-size: 1.4rem;
	display: block;
}
#about .story02Wrap .ecBtn a::before {
	content: '';
	margin: auto;
	width: 30px;
	height: 30px;
	background: url("../img/fukuchan/arrow.svg") no-repeat center center / contain;
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 20px;
	bottom: 0;
}

@media (max-width: 480px) {
	#about .ttl_story {
		background-size: 40px auto;
		padding-top: 50px;
	}
	#about .story02Wrap .ecBtn a {
		padding: 5px 20px;
	}
	#about .story02Wrap .ecBtn a::before {
		width: 20px;
		height: 20px;
		right: 15px;
	}
}


.secWater {
    margin: 100px 0 80px;
}
.secWater .txtAreaTxt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin: 40px 0 0;
    text-align: center;
}
@media (max-width: 480px) {
    .secWater {
        margin: 30px 0;
    }
    .secWater .txtAreaTxt {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 10px 0 0;
        text-align: left;
    }
}

