@charset "utf-8";

/*---------------------------
pc
---------------------------*/

.main_area {
position: relative;
background: url(../img/company/main.jpg) no-repeat;
background-size: cover;
background-position: center bottom;
/*padding: 130px 0;*/
padding: 255px 0;
margin-bottom: 100px;
}
.main_area div {
width: 190px;
height: 190px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
background: #fff;
text-align: center;
}
.main_area h2 {
line-height: 1.5;
font-size: 20px;
}
.main_area h2 span {
font-size: 13px;
}
.main_area .slick-list li {
width: 100%;
min-height: 89svh;
}

.pagein_link {
width: 100%;
height: 1px;
visibility: hidden;
pointer-events: none;
margin-top: -100px;
padding-top: 100px;
}


/* 共通 */
h3.text_ttl {
text-align: center;
font-size: 20px;
line-height: 1.2;
}
h3.text_ttl span {
font-size: 13px;
}
h3.text_ttl p {
font-size: 14px;
}


/*企業情報*/
.company_area {
margin-bottom: 100px;
}
.company_area .page_head {
	font-size: 33px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 100px;
}

.company_nav {
width: 700px;
max-width: 90%;
margin: 50px auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.company_nav li {
width: 30%;
}
.company_nav li a {
font-size: 12px;
border: 1px solid #333;
display: block;
padding: 10px;
transition: 0.3s;
position: relative;
}
.company_nav li a:hover {
background: #DCDDDD;
}
.company_nav .arrow::before,
.company_nav .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.company_nav .arrow::before{
	right: 10px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.company_area .box {
width: 1000px;
max-width: 90%;
margin: 100px auto;
}

.company_area .text_ttl {
position: relative;
margin-top: 100px;
margin-bottom: 40px;
}
.company_area .text_ttl::after {
content: "";
position: absolute;
width: 1px;
height: 50px;
background: #333;
left: 0;
right: 0;
top: -60px;
margin: auto;
text-align: center;
}
.company_area .copy {
text-align: center;
margin: 0 auto 20px;
font-size: 28px;
line-height: 1.8;
}
.company_area .copy_text {
text-align: center;
line-height: 2;
margin-bottom: 1em;
}


/*個別*/
.greeting_box .ceo {
	text-align: center;
	margin: 60px auto 140px;
}
.greeting_box .ceo figure {
	max-width: 274px;
	margin: 0 auto 0;
}
.greeting_box .ceo figure figcaption {
	font-size: 23px;
	margin-top: 30px;
}
.greeting_box .ceo figure figcaption small {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.greeting_box .logo_mhl60 {
	width: 254px;
	margin: 0 auto 30px;
}
.greeting_box .mhl60_point {
	justify-content: space-between;
}
.greeting_box .mhl60_point li {
	width: 31%;
	padding: 4% 2.5%;
	border: 1px solid #000;
	text-align: center;
}
.greeting_box .mhl60_point li .num {
	font-size: 20px;
	color: #e60012;
	display: block;
	padding: 0 10px 20px;
	border-bottom: 1px solid #000;
	width: 20%;
	margin: 0 auto 20px;
}
.greeting_box .mhl60_point li h4 {
	color: #e60012;
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.greeting_box .mhl60_point li p {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: -.1px;
}

.bg {
	background: #f0f0f0;
	padding: 40px 0 0.1px;
}
.outline {
	max-width: 850px;
	margin: 0 auto;
}
.outline li {
	border-bottom: 1px solid #000;
}
.outline li:first-child {
	border-top: 1px solid #000;
}
.outline li dl {
	display: flex;
}
.outline li dt {
	font-size: 15px;
	background: #fff;
	width: 20%;
	padding: 10px 20px;
}
.outline li dd {
	font-size: 13.5px;
	width: 80%;
	padding: 10px 20px;
	align-self: center;
	line-height: 1.5;
}
.outline li dd.flex {
	padding-right: 0;
	justify-content: space-between;
}
.outline li dd.flex .address {
	width: 40%;
}
.outline li dd.flex .map {
	width: 58%;
}
.outline li dd.flex .map iframe {
	width: 100%;
	aspect-ratio: 3/2;
}
.outline li dd p {
	margin-bottom: 10px;
}

.development_box .outline li dt {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ZEH追加 */

.block_zeh_top {
	margin: 100px auto 0;
}

.block_zeh_top .main_title {
	text-align: center;
	margin-bottom: 40px;
}

.block_zeh_top .main_title h2 {
	display: inline-block;
	/* font-family: 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    color: #D8001A;
    font-weight: bold;
    font-size: 26px;
}

.block_zeh_top .main_title h2 span {
	font-size: 100%;
	/* font-family: 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}

.block_zeh_top .main_lead {
	margin-bottom: 30px;
}

.block_zeh_top .main_lead .txt_sub {
	font-size: 17px;
	/* font-family: 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	text-align: center;
}

.block_zeh_top .detail_btn_cmn {
	text-align: center;
}

.block_zeh_top .detail_btn_cmn a {
	display: inline-block;
    font-size: 20px;
	/* font-family: 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    position: relative;
    padding: 30px 100px 30px 100px;
}

.block_zeh_top .detail_btn_cmn a::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #000;
}

.block_zeh_top .detail_btn_cmn a:hover {
	opacity: 0.4;
}

/*---------------------------
tab横
---------------------------*/
@media only screen and (max-width: 1257px) {

}


/*---------------------------
tab縦
---------------------------*/
@media only screen and (max-width: 900px) {

}


/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {

.pagein_link {
margin-top: -60px;
padding-top: 60px;
}

.main_area {
background-position: right bottom;
padding: 60px 0;
margin-bottom: 50px;
}
.main_area div {
width: 180px;
height: 120px;
}

/*企業情報*/
.company_area {
margin-bottom: 50px;
}
.company_area .page_head {
	font-size: 26px;
	margin-bottom: 50px;
}
.company_nav li {
width: 48%;
margin-bottom: 10px;
}
.company_nav li a {
line-height: 1.54;
}
.company_nav li:first-child a {
letter-spacing: -0.8px;
}

.company_area .box {
margin: 50px auto;
}

.company_area .text_ttl {
margin-top: 70px;
margin-bottom: 30px;
}
.company_area .copy {
font-size: 20px;
}
.company_area .copy_text {
width: 90%;
margin: 0 auto 1em;
font-size: 14px;
}

/*個別*/
.greeting_box .ceo {
	margin: 30px auto 120px;
}
.greeting_box .ceo figure {
	max-width: 50%;
}
.greeting_box .ceo figure figcaption {
	font-size: 20px;
	margin-top: 15px;
}
.greeting_box .ceo figure figcaption small {
	font-size: 13px;
}
.greeting_box .logo_mhl60 {
	width: 220px;
	margin: 0 auto 20px;
}
.greeting_box .mhl60_point {
	flex-direction: column;
}
.greeting_box .mhl60_point li {
	width: 100%;
	padding: 5% 2.5%;
	margin-bottom: 20px;
}
.greeting_box .mhl60_point li .num {
	padding: 0 10px 15px;
	margin: 0 auto 15px;
}
.greeting_box .mhl60_point li h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.greeting_box .mhl60_point li p {
	letter-spacing: 0;
}


.outline li {
	border-top: none!important;
	border-bottom: none;
}
.outline li dl {
	flex-direction: column;
}
.outline li dt {
	font-size: 14px;
	width: 100%;
	padding: 10px 15px;
}
.outline li dd {
	font-size: 13px;
	width: 100%;
	padding: 15px;
}
.outline li dd.flex {
	flex-direction: column;
	padding-right: 15px;
}
.outline li dd.flex .address {
	width: 100%;
}
.outline li dd.flex .map {
	width: 100%;
}

.development_box {
	padding-top: 10px;
}

.block_zeh_top .main_title h2 span {
	font-size: 70%;
}

.block_zeh_top .main_lead .txt_sub {
	font-size: 13px;
}

}