@charset "UTF-8";

/*==================================================

　企業情報 CSS

==================================================*/
html {
    scroll-padding-top: 1.1rem;
}
/* メインビジュアル
--------------------------------------------------*/
.header_visual {
    background-image: url(../images/img_main-visual2.jpg);
}
/* ページリンクナビ
--------------------------------------------------*/
.page-link_nav {
    max-width: 11.6rem;
    padding: 0 0.3rem;
    margin: 1rem auto 1.1rem;
    display: flex;
    justify-content: space-between;
}
.page-link_nav li {
    width: 16.6666%;
    font-size: 0.17rem;
    text-align: center;
    font-weight: 500;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background-image: url(../../common/images/arrow_page-link_1.svg);
    background-repeat: no-repeat; 
    background-size: 0.18rem;
    background-position: center bottom 0.14rem;
}
.page-link_nav li + li { /* 仕切り線 */
    border-left: 0;
    border-right: 1px solid #999;
}
.page-link_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0.15rem;
    padding-bottom: 0.45rem;
}
/* 社長あいさつ
--------------------------------------------------*/
.section_title_box {
    margin-left: 5.3%;
}
.section_title_j {
    font-size: 0.36rem;
    font-weight: 700;
    letter-spacing: 0.025rem;
    line-height: 1.3;
}
.section_title_e {
    font-size: 0.18rem;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ED7700;
    margin-bottom: 0.4rem;
}
.contents_wrapper_1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
.president_photo {
    width: 46%;
    aspect-ratio: 5 / 4.5;
    background-image: url(../images/img_president.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    box-shadow: 0.5rem 0.5rem #ebebeb;
}
.message_text {
    width: 50%;
    padding: 0.5rem 9% 0 6%;
}
.message_text h3 {
    font-size: 0.36rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    letter-spacing: -0.02rem;
    margin-bottom: 0.65rem;
}
.president_positions {
    text-align: right;
    margin-top: 0.4rem;
}
.president_name {
    font-size: 0.36rem;
}
/* 企業理念・経営方針
--------------------------------------------------*/
.philosophy {
    width: 100%;
    padding: 1.5rem 0.3rem 1rem 0.3rem;
    background-color: #F2F2F2;
}
.philosophy_title_wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.4rem;
}
.philosophy .section_title_box {
    margin-right: 9%;
}
.philosophy_leadcopy {
    font-size: 0.24rem;
    font-weight: 600;
    line-height: 1.8;
}
.philosophy_contents_wrapper {
    max-width: 11.6rem;
    padding: 0.8rem 0.3rem;
    margin: 0 auto;
    background-image: url(../images/pict_philosophy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: space-between;
}
.philosophy_text_box {
    width: 28%;
}
.philosophy_sub_title {
    font-size: 0.24rem;
    font-weight: 600;
    color: #ED7700;
    line-height: 1.2;
    margin-bottom: 0.14rem;
}
.philosophy_list {
    padding-top: 0.12rem;
    border-top: #999 solid 1px;
}
.philosophy_list li {
    padding-left: 0.22rem;
    text-indent: -0.22rem;
}
.box_a {
    margin-bottom: 1.5rem;
}
/* 会社概要
--------------------------------------------------*/
.profile {
    margin-top: 1.5rem;
}
.section_wrapper_1 {
    max-width: 11.6rem;
    padding: 0 0.6rem;
    margin: 0 auto;
}
.profile_table {
    max-width: 9rem;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
}
.profile_table th {
    width: 20%;
    padding: 0.1rem 0.12rem;
    border-top: #ED7700 solid 3px;
}
.profile_table td {
    width: 80%;
    padding: 0.1rem 0.3rem;
    border-top: #8C8C8C solid 1px;   
}
.profile_table tr:last-child th {
    border-bottom: #ED7700 solid 3px;
}
.profile_table tr:last-child td {
    border-bottom: #8C8C8C solid 1px;   
}
.exterior_wrapper {
    width: 100%;
    display: flex;
    gap: 2px;
    margin-bottom: 1.5rem;
}
.exterior_photo {
    position: relative;
}
.exterior_company_name {
    width: 100%;
    height: 0.58rem;
    font-size: 0.18rem;
    line-height: 0.56rem;
    text-align: center;
    color:#FFF;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
}
/* 沿革
--------------------------------------------------*/
.history {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.history_table {
    max-width: 9rem;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
}
.history_table th {
    width: 23%;
    padding: 0.1rem 0.12rem;
    border-top: #ED7700 solid 3px;
}
.history_table td {
    width: 77%;
    padding: 0.1rem 0.3rem;
    border-top: #8C8C8C solid 1px;   
}
.history_table tr:last-child th {
    border-bottom: #ED7700 solid 3px;
}
.history_table tr:last-child td {
    border-bottom: #8C8C8C solid 1px;   
}
/* 組織図
--------------------------------------------------*/
.organization-chart {
    width: 100%;
    padding: 1.5rem 0.3rem 1rem 0.3rem;
    background-color: #F2F2F2;
}
.pict_organization-chart {
    max-width: 9.54rem;
    margin-left: auto;
    margin-right: 0;
}
/* アクセス
--------------------------------------------------*/
.access {
    margin: 1.5rem 0;
}
.company_wrapper {
    max-width: 9rem;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}
.company_text{
    width: 47%;
}
.company_name {
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
}
.company_map {
    width: 50%;
}
.company_address {
    margin-bottom: 0.24rem;
}
a.btn_company_map {
	display: block;
	vertical-align: middle;
	text-decoration: none;
    padding-left: 0.2rem;
	width: 2rem;
    font-size: 0.14rem;
    line-height: 0.4rem;
	border: 1px solid #ED7700;
	background-color: #FFFFFF;
	color: #ED7700;
	border-radius: 0.05rem;
	transition: 0.5s;
}
a.btn_company_map:hover {
	background-color: #ed7700;
	color: #FFFFFF;
}
a.btn_company_map {
    padding-right: 0.26rem;
    position:relative; 
}
a.btn_company_map:after {
    content: "";
    display: block;
    width: 0.14rem; 
    height: 0.14rem; 
    background: url(../../common/images/arrow_orange_outline.svg);
    background-repeat: no-repeat; 
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0.1rem;
    transform: translate(0,-50%);
}
a.btn_company_map:hover:after {
    background: url(../../common/images/arrow_white_outline.svg);
}
.underline_1 {
    padding-bottom: 0.75rem;
    border-bottom: #CCC solid 1px;
    margin-bottom: 0.75rem;
}