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

#company{
	box-sizing: border-box;
	padding-top: 6.15%;
    padding-bottom: 7.69%;
}

#company_top{
	box-sizing: border-box;
	margin-bottom: 6.92%;
}
#comp_top_in{
    margin-bottom: 6.15%;
    display: flex;
    justify-content: space-between;
}
#comp_top_txt {
    width: 50%;
	background-image: url(../images/dog.png);
    background-repeat: no-repeat;
    background-position: right top 28.46%;
    background-size: 18.46% auto;
}
#comp_top_txt h2{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(1.5rem, 3.4svw, 2.5rem);
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: .04em;
    /* [disabled]text-shadow: 0px 0px 8px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF; */
    margin-bottom: 4.61%;
}
.comp_catch{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: clamp(1.25rem, 2.4svw, 1.75rem);
    line-height: 1.7em;
    font-weight: 600;
    letter-spacing: .008em;
    /* [disabled]text-shadow: 0px 0px 8px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF; */
}
.comp_catch_in{
	background: linear-gradient(transparent 80%, #ffff00 70%);
}
#comp_top_p{
    box-sizing: border-box;
    margin-top: 4.61%;
    margin-left: 3px;
    background-color: hsla(0,0%,100%,0.72);
    padding: 24px 32px;
    border-radius: 10px;	
}
#comp_top_p p{
	font-size: clamp(0.8125rem, 1.4svw, 1rem);
	line-height: 2em;
	font-weight: 500;
	letter-spacing: .0064em;
}
#comp_top_p p strong {
    color: #006e12;
    margin-top: 2.3%;
    margin-bottom: 2.3%;
    display: block;
}

#comp_top_img {
    width: 44.61%;
}



#company_nintei{
	margin-bottom: 7.69%;
	
}
#company_nintei_in{
    box-sizing: border-box;
    box-shadow: 4px 4px 4px #FFECEC;
    border-radius: 10px;
    padding-top: 56px;
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 64px;
    padding-bottom: 56px;
    background-color: #FFFFFF;
}
#comp_txt{

}
#company_nintei h2{
    color: #006e12;
    text-align: left;
    font-size: 36px;
    background-image: url("../images/h_border_l.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 392px auto;
    padding-bottom: 24px;
    margin-bottom: -32px;
    z-index: 1;
    position: sticky;
    font-weight: 700;
    margin-left: 56px;
	
}
#comp_nin_p{
	    margin-top: 24px;
}
#comp_nin_p p{
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 500;
}
#comp_nin_img-flex{
	display: flex;
}
.comp_nin_img{
	width: 18.46%;
	margin-right: 1.925%;
}
.comp_nin_img:last-child{
	margin-right: 0;
}
.comp_nin_img img{
	width: 100%;
}





#company_about_in{
    margin-top: 32px;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px #FFECEC;
    border-radius: 10px;
    padding-top: 32px;
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 56px;
    padding-bottom: 56px;
    background-color: #FFFFFF;
}
#company_about h2{
	text-align: center;

	 
}
#company table{
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
#company table th {
    padding-top: 24px;
    padding-left: 16px;
    padding-bottom: 24px;
    text-align: left;
    font-size: 17px;
    border-bottom: 1px solid #006e12;
    color: #006e12;
    min-width: 160px;
    width: 160px;
}
#company table td {
    border-bottom: 1px solid #006e12;
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.5em;
	padding-right: 16px;
}
#place {
    list-style-type: square;
    padding-left: 16px;
}
#place li {
    line-height: 1.4em;
    margin-bottom: 8px;
}
#place li:last-child{
	margin-bottom: 0;
}
#place li span {
    display: inline-block;
    margin-right: 4px;
}
#target-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#target-area li {
    margin-top: 6px;
    margin-bottom: 6px;
}
