@charset "utf-8";

.company_column {
/*     display: flex; */
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.sec_ttl_h2::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 46px;
    left: 0px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 9999px;
    background: #5CB916;
}

/* .company_txt {
    width: 50%;
}
 */
.sec_ttl_h2 {
    margin-bottom: 50px;
}
.sec_ttl_h3 {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.65;
    padding: 0;
    margin: 75px 0 50px;
    border: none;
}

/* .company_catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.06em;
    margin-top: 25px;
    margin-bottom: 32px;
} */

.company_txt .job {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 26px;
}

.company_txt .name {
    font-family: "Allura", cursive;
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.company_img {
    width: 46.6%;
    margin-right: 3.4%;
}

.company_img img {
    width: 100%;
    border-radius: 13px;
    vertical-align: bottom;
    overflow: hidden;
}

.center {
    text-align: center;
}

.Philosophy_catch {
    font-size: 2.0rem;
    font-weight: 500;
    margin: 55px 0px;
    line-height: 1.8;
}



@media screen and (max-width: 767px) {
    .company_column {
        display: block;
        margin-bottom: 0px;
    }

    .company_img {
        width: 100%;
        margin-right: 0%;
    }

    .company_txt {
        width: 100%;
    }

	.company_txt .name {
		font-size: 3.0rem;
	}

    .sec_ttl_h2::after {
        bottom: 35px;
    }
	.sec_ttl_h2 {
		margin-bottom: 25px;
	}

    .sec_ttl_h3 {
        font-size: 2.0rem;
        margin: 30px 0 25px;
    }
	.txt_right {
    margin-bottom: 30px!important;
	}
	.Philosophy_catch {
    font-size: 1.7rem;
    margin: 25px 0px;
	}
	table {
    margin-bottom: 50px!important;
	}
	 table th {
     background: #fff!important;
     font-size: 1.5rem!important;
	padding: 10px 10px 5px 10px!important;
    }
	table td {
    font-size: 1.5rem !important;
	padding: 5px 10px 10px 10px;
    }
	table tr {
    border-bottom: 2px solid;
	border-color: #F3F0EE;
	}
    /*  table   */

    /* .table_no_bg table th{
	background: transparent;
    position: relative;
	line-height:2.0;
	width:25.3%;
	padding:20px 17px;
}
.table_no_bg table th:after{
	position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #DDDDDD;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.table_no_bg table td{
	line-height:2.0;
}

@media screen and (max-width: 767px) {

	.table_no_bg table th{
		width: 100%;
    	display: block;
		padding:10px;
		background:#F8F8F8;
	}
	.table_no_bg table td{
		width: 100%;
    	display: block;
		padding:10px;
	}

} */
}