@charset "utf-8";

.company_column {
/*     display: flex; */
    margin-bottom: 60px;
/*     justify-content: space-between; */
}



/* .company_txt {
    width: 58%;
}
 */
/* .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_name_box {
    display: flex;
    justify-content: flex-end;
	padding-top: 70px;
}

.company_txt .name {
    font-family: Rage;
    font-size: 3.8rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    display: inline-block;
    margin: 5px 0 0px;
}

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

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

.name img {
    max-width: 150px;
}



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

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

	.company_img img {
		width: 50%;
	}
	
    .company_txt {
        width: 100%;
    }


    .company_name_box {
        display: block;
        width: 35%;
        margin: 0 0 0 auto;
		padding-top: 0;
    }
	
	.company_txt .name {
		width: 80%;
		margin: 5px 0 0;
	}
	.name img {
    	max-width: 110px;
	}

    .txt_right {
        margin-bottom: 30px !important;
    }


    .Philosophy_catch {
        font-size: 1.7rem;
        margin: 25px 0px;
    }

    /*  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;
	}

} */

    table {
        margin-bottom: 50px !important;
    }

    table th {
        background: #fff !important;
        font-size: 1.3rem !important;
		font-weight: 600;
    }

    table td {
        font-size: 1.5rem !important;
    }
	
/* 	.map_in {
    padding-bottom: 80px;
} */

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

}