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

#company_overview{
	margin-top:3.07%;
    padding-left: 7.69%;
    background-color: #EAEAEA;
    padding-top: 120px;
    padding-right: 7.69%;
    padding-bottom: 7.69%;
}
#com_about {
    padding-left: 7.69%;
    padding-right: 7.69%;
    background-color: #FFFFFF;
    border-radius: 48px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    padding-bottom: 6.15%;
	
}
#com_about .kage-tit {
    margin-top: 0px;
    top: -18px;
}

.com_catch{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px;
}
.com_catch p{
    color: #E05581;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 0.032em;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 22px;
    display: inline-block;
}

#com_about_flex{
    box-sizing: border-box;
}

#com_about_img{
    width: 100%;
    margin-bottom: 32px;
}
#com_about_img img{
    width: 100%;
    border-radius: 24px;
}
#com_about_flex table{
    width: 100%;
    border-collapse: collapse;
/*
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
*/
}
#com_about_flex table tr{
}
#com_about_flex table tr th{
    /* [disabled]background-color: #FCF5F7; */
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: left;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 16px;
    border-bottom: 2px solid #36519D;
    color: #36519D;
    min-width: 208px;
    width: 208px;
}
/*
#com_about_flex table tr:first-child th{
	border-top-left-radius: 16px;
}
#com_about_flex table tr:last-child th{
	border-bottom-left-radius: 16px;
	border-bottom: 0;
}
#com_about_flex table tr:last-child td{
	border-bottom: 0;
}
*/
#com_about_flex table tr td{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEAEA;
}
#company_service {
    padding-top: 8.46%;
/*    padding-left: 7.69%;*/
    background-image: url(../images/company_sq.svg);
    background-position: left 1.53% top 30%;
    background-repeat: no-repeat;
    background-size: 10% auto;
}

#com_jigyo{
    /* [disabled]padding-top: 6.92%; */
    /* [disabled]padding-bottom: 13.07%; */
    /* [disabled]padding-left: 7.69%; */
    /* [disabled]padding-right: 7.69%; */
	margin-top: 3.84%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
	padding-left: 7.69%;
	align-items: center;
/*
    background-image: url(../images/top_po_sq_L.png), url(../images/top_po_sq_R.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 9.23% top 30%, right 9.23% top 10%;
    background-size: 15.38% auto, 15.38% auto;
    z-index: 1;
    position: sticky;
*/
}
#com_jigyo_l {
    width: 40.76%;
}

#com_jigyo .com_catch{
	margin-top: 0;
	margin-bottom: 3.84%;
}
#com_jigyo .com_catch p{
    font-size: 24px;
}
#com_jigyo_txt{
/*
    width: 66.15%;
    margin-left: auto;
    margin-right: auto;
*/
}
#com_jigyo_txt p{
	font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
}
#com_jigyo_img {
    width: 54.61%;
/*    margin-left: auto;*/
}
