@charset "utf-8";

/*------------ 全体 共通 ------------*/
.company h4::before {
	content: none;
}

.content_area.company {
    padding-bottom: 161px;
}

.company table {
    width: 100%;
    margin: 25px 0;
}

.company table tr {
    border: none !important;
}

.company tr:first-child th {
    border-top: 1px solid #000;
}

.company tr:first-child td {
    border-top: 1px solid #ccc;
}

.company th,
.company td {
    padding: 20px 20px 14px;
    letter-spacing: 0.1em;
    line-height: 2.3333;
    vertical-align: top;
}

.company th {
    font-weight: bold;
    text-align: left;
    width: 21.8%;
    background: none !important;
    border-bottom: 1px solid #000;

}

.company td {
    width: calc(100% - 200px);
    border-bottom: 1px solid #ccc;
}

.company td *:last-child {
    margin-bottom: 0;
}

/* .company table img {
    margin: auto;
} */

/* td p+ul {
	margin-top: -20px;
} */

/* .col_table {
	table-layout: fixed;
}

.col_table thead th {
	text-align: center;
}

.table {
	overflow-x: auto;
}

.table::-webkit-scrollbar {
	height: 5px;
}

.table::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 5px;
}

.table::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 5px;
} */

/* .table th,
.table td {
	min-width: 150px;
} */
.company .table_gmap_link {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    padding: 0;
    margin-left: 40px;
    background: none;
    vertical-align: top;
}

.company .table_gmap_link:hover {
    text-decoration: underline;
}

.company .table_in_img {
    margin: 16px 0;
}

.company .ltr_sp_smaller {
    letter-spacing: 0.05em;
}

/*------------ catch ------------*/
.company .catch_box {
    padding-bottom: 138px;
}

.company .catch_box::after {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1300px;
    height: calc(100% + 100px + 347px);
    background: #F2F4FA;
    top: -100px;
    left: 50%;
    z-index: -10;
    transform: translateX(-50%);
}

/*------------ message ------------*/
#message {
    padding-bottom: 159px;
}

.message_img {
    z-index: 0;
    position: relative;
}

.message_txt {
    max-width: 595px;
    margin: -11.6% 0 0;
    position: relative;
    z-index: 10;
}

.message_txt::after {
    position: absolute;
    content: "";
    width: calc(100% + (46px * 2));
    height: calc(100% + (49px * 2));
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -5;
}

.message_position {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.message_name {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-right: 16px;
    margin: 0 16px 23px 0;
}

.message_name_sub {
    /* font-family: 'Poppins', 'Work Sans', sans-serif; */
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    vertical-align: super;
}

.message_txt p {
    letter-spacing: 0;
    line-height: 2.333;
    margin-bottom: 0;
}

/*------------ overview ------------*/
#overview {
    padding-bottom: 116px;
}

/*------------ history ------------*/
#history {
    padding-bottom: 108px;
}

/*------------ awards ------------*/
#awards {
    padding-bottom: 78px;
}

.awards_box {
    max-width: 1090px;
}

.awards_img.pc_size {
    float: left;
    margin-right: 19px;
}

.awards_txt {
    margin-top: 20px;
}

.awards_txt h3 {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    margin: 0 0 44px;
}

.awards_txt p {
    letter-spacing: 0;
    line-height: 2;
}

/*------------ company_bg ------------*/
.company_bg {
    padding-top: 81px;
    position: relative;
}

.company_bg::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1300px;
    height: calc(100% + 390px);
    background: #F2F4FA;
    top: 0;
    left: 50%;
    z-index: -10;
    transform: translateX(-50%);
}

.company_bg .sec_ttl {
    margin-bottom: 43px;
}

/* 白背景テーブルボックス */
.table_box {
    background: #fff;
    padding: 4.667% 20px 3.984%;
    margin-bottom: 70px;
    position: relative;
}

.table_box:last-child {
    margin-bottom: 0;
}

.table_box_in {
    max-width: 970px;
    margin: auto;
}

.table_box_in h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.944;
    text-align: center;
    color: #fff;
    width: 270px;
    background: #0E097D;
    padding: 9px 0 10px;
    margin: 0 0 35px;
}

.table_box_in table {
    margin: 0;
}

.company .table_box_in th {
    width: 19.5%;
}

/*------------ company_bg内 (office) introduction ------------*/
#introduction {
    padding-bottom: 148px;
}

/* .sec_introduction_area {
	padding-top: 87px;
} */


/*------------ company_bg内 corporate group ------------*/


@media screen and (max-width:767px) {
    /*------------ 全体 共通 ------------*/

    .company table {
        margin: 15px 0;
        border-bottom: 1px solid #000;
    }

    .company th,
    .company td {
        font-size: 1.3rem;
        letter-spacing: 1.3px;
    }

    .company table th,
    .company table td {
        display: list-item;
        list-style: none;
        width: 100%;
        padding: 10px 10px 8px;
        border-bottom: none;
    }

    .company table th {
        border-top: 1px solid #000;
    }

    .company table td {
        border-top: 1px solid #ccc;
    }

    .company .table_gmap_link {
        margin: 0;
        display: block;
    }

    /*------------ catch ------------*/
    .company .catch_box {
        padding-bottom: 55px;
    }

    .company .catch_box::after {
        height: calc(100% + 60px + 267px);
    }

    /*------------ message ------------*/
    #message {
        padding-bottom: 70px;
    }

    .message_txt {
        max-width: calc(100% - 40px);
        margin: -15px auto 0;
		padding: 10px;
    }

    .message_txt::after {
        width: calc(100% + (10px * 2));
        height: calc(100% + (10px * 2));
    }

    .message_position {
        font-size: 1.2rem;
        margin-bottom: 0;
    }

    .message_name {
        font-size: 1.8rem;
        margin: 0 12px 10px 0;
    }

    .message_name_sub {
        font-size: 1.2rem;
    }
	.message_img img {
    	height: 160px;
    	object-fit: cover;
	}
    /*------------ overview ------------*/
    #overview {
        padding-bottom: 70px;
    }

    /*------------ history ------------*/
    #history {
        padding-bottom: 70px;
    }

    /*------------ awards ------------*/
    #awards {
        padding-bottom: 50px;
		margin: 0 0 25px;
    }
	
	.awards_txt {
		margin-top: 0;
	}
    .awards_txt h3 {
        font-size: 2.0rem;
    }

    .awards_img.sp_size {
        margin-bottom: 8px;
    }

    .awards_img.sp_size img {
        width: 400px;
        max-width: 100%;
    }


    /*------------ company_bg ------------*/
    .company_bg {
        padding-top: 50px;
    }

    .company_bg::before {
        height: calc(100% + 210px);
    }

    .company_bg .sec_ttl {
        margin-bottom: 25px;
    }

    /* 白背景テーブルボックス */
    .table_box {
        padding: 20px;
        margin-bottom: 35px;
    }

    .table_box_in h3 {
        font-size: 1.4rem;
        max-width: 100%;
        padding: 9px 0 10px;
        margin: 0 auto 10px;
    }
	
	.company .table_box_in th{
		width:100%;
	}



    /*------------ company_bg内 (office) introduction ------------*/
    #introduction {
        padding-bottom: 80px;
    }

    /*------------ company_bg内 corporate group ------------*/
}