/* ----------------------------------------
404 notfound
 ---------------------------------------- */
.notfound {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.notfound_img {
	text-align: center;
}
.notfound_btn {
	width: 300px;
	margin: 0 auto;
}
.notfound_btn a {
	display: block;
	border: 2px solid #111;
	background: #111;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
}
.notfound_btn a:hover {
	background: #ccc;
	color: #111;
}
/* ----------------------------------------
privacy
 ---------------------------------------- */
.privacy {
	padding: 40px 0;
}
.privacy span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.privacy p {
	padding-bottom: 30px;
}

/* 共通 */
h3{
	font-size: 42px;
    font-weight: bold;
    line-height: 1.5;
}
.tit_sub{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #46934b;
	display: inline-flex;
}
.tit_sub::before{
	content: url(/img/top/tit_before.webp);
	display: block;
	padding-right: 5px;
}

/* 共通 */
.container{
	padding: 160px 0 100px;
}


/* message　代表挨拶 */

.mess{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", sans-serif;
	color: #222;
	background: url(/img/message/mes_bg.webp);
	background-position:  top center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.mess_top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1100px;
	margin: 0 auto 40px;
}
.top_img {
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}
.mess_box{
	width: 970px;
	margin: 0 auto;
	padding: 60px 60px 90px;
	box-sizing: border-box;
	background: #fff;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}
.mess_txt01{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #46934b;
	line-height: 2;
}
.mess_txt02{
	font-size: 18px;
	line-height: 1.8;
	padding-top: 40px;
}
.mess_ceo_name{
	text-align: right;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", "serif";
	font-size: 25px;
	font-weight: bold;
	padding-top: 30px;
}
.mess_ceo_name span{
	font-size: 15px;
	display: block;
	padding-bottom: 15px;
}


/* career　人財活躍 */
.common_container{
	padding-bottom: 100px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.common_container::before{
	background: #f6f6f6;
    width: 100%;
    height: 692px;
	content: url(/img/common/top_bg.webp);
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
}
.common_top{
	padding: 160px 0 100px;
	position: relative;
	z-index: 5;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.cr_container .w1100{
	position: relative;
	z-index: 5;
}
.txt18{
	font-size: 18px;
	line-height: 2;
}
.common_top .txt18{
	padding-top: 45px;
}
.career_top_list{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
	padding-top: 100px !important;
	gap: 10px;
}
.career_top_list a{
	font-size: 14px;
	font-weight: bold;
	color: #46934b;
	padding: 24px 0 24px 15px;
	box-sizing: border-box;
	width: 228px;
	background: #fff;
	position: relative;
	display: block;
	transition: all .3s ease-in-out;
	overflow: hidden; /* 疑似要素のはみだし防止 */
}

.career_top_list a .inner-text{
	position: relative;
	z-index: 2; /* 明示的にテキストを前面に */
	transition: color 0.7s cubic-bezier(.19, 1, .22, 1);
	color: inherit;
	display: block;
}

.career_top_list a:hover .inner-text {
	color: #fff;
}

.career_top_list a::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #46934b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    z-index: 1;
}

.career_top_list a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}

.career_top_list a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #878686;
    border-bottom: 0;
    z-index: 3;
}

.career_top_list a:hover::after{
	border-top-color: #fff;
}
#cr01{
	padding-top: 100px;
}
.cr_main_box:not(:first-of-type){
	padding-top: 100px;
}
.cr_main_tit{
	display: flex;
	gap: 30px;
	align-items: flex-end;
}
.cr_container h4{
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
}
.cr_main_mind{
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.cr_main_mind li{
	width: 355px;
	background: #f2f6f2;
	padding: 13px 0 17px;
}
.cr_main_mind li img{
	display: block;
	margin: 0 auto;
}
.cr_main_mind li p{
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #46934b;
	text-align: center;
	line-height: 1.6;
}
.cr_koyou_top{
	padding-top: 70px;
}
.cr_koyou_tit{
	padding-top: 35px;
}
.cr_main_box .txt18{
	padding-top: 40px;
}
.cr_image_subtit{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #46934b;
	line-height: 1;
	letter-spacing: 1px;
}
.txt_center{
	text-align: center;
}
.cr_image_tit{
	font-size: 26px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.3;
}
.cr_koyou_tit .txt18{
	padding-top: 35px;
}
.cr_bg_breen{
	padding-top: 30px;
}
.cr_bg_breen li{
	display: flex;
	gap: 35px;
	align-items: flex-start;
	padding: 35px;
	box-sizing: border-box;
	background: #f2f6f2;
}
.cr_bg_breen li:not(:last-of-type){
	margin-bottom: 40px;
}
.cr_bg_green_txt .txt18{
	padding-top: 40px;
}
.cr_bg_breen li img{
	flex-shrink: 0;
}
.cr_koyou_fig{
	padding: 40px 0 50px;
}

.cr_mini_tit{
	font-size: 30px;
	font-weight: bold;
	color: #46934b;
	position: relative;
	margin-top: 90px;
}
.cr_mini_tit::before{
	content: "";
	display: block;
	width: 280px;
	height: 1px;
	background: #46934b;
	position: absolute;
	top: 50%;
	left: 60px;
}
.cr_mini_tit::after{
	content: "";
	display: block;
	width: 280px;
	height: 1px;
	background: #46934b;
	position: absolute;
	top: 50%;
	right: 60px;
}
.cr_bg_no_flex{
	display: flex;
	gap: 35px;
	align-items: flex-end;
}
.cr_bg_no{
	padding-top: 50px;
}
.cr_bg_no > li:not(:last-of-type){
	padding-bottom: 80px;
}
.cr_bg_no_bottom{
	padding: 30px;
	box-sizing: border-box;
	background: #f2f6f2;
	margin-top: 40px;
}
.cr_bg_no_bottom_txt01{
	font-size: 18px;
	font-weight: bold;
}
.cr_bg_no_bottom_txt02{
	font-size: 21px;
	font-weight: bold;
	color: #46934b;
	padding-top: 30px;
}
.cr_bg_no_bottom_txt03{
	font-size: 16px;
	line-height: 1.8;
	padding-top: 15px;
}
.cr_bg_no_bottom_flex{
	display: flex;
	gap: 30px;
	align-items: center;
	
}
.cr_bg_no_bottom_flex div{
	flex-shrink: 0;
}
.cr_bg_no_bottom_txt04{
	font-size: 18px;
	font-weight: bold;
	color: #46934b;
}
.cr_bg_no_bottom_txt05{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 30px;
}
.cr_main_tit_flex{
	display: flex;
	gap: 35px;
	align-items: center;
}
.cr_skill_bg_flex{
	display: flex;
	gap: 15px;
}
.cr_skill_bg_flex img{
	display: block;
	margin: 0 auto;
}
.cr_skill_bg_flex li:nth-of-type(2){
	flex-shrink: 0;
}
.cr_skill_icon{
	padding-top: 50px;
}
.cr_skill_fig{
	padding-top: 45px;
}
.cr_bg_no_bottom_txt06{
	font-size: 25px;
	font-weight: bold;
	color: #46934b;
}
.cr_offjt_fig{
	padding-top: 30px;
	display: block;
	margin: 0 auto;
}



/* work　事業紹介 */

.wk_map {
	padding-top: 70px;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	line-height: 0;
}

.wk_map img {
	display: block;
	width: 100%;
	height: auto;
	background: #f0f0f0;
}

/* 各マップエリアの共通設定 */
/* ご提示の .map01, .map02 などを絶対配置の基点にします */
.wk_map [class^="map"] {
	position: absolute;
	display: block;
	z-index: 10;
	width: 7.5%; /* クリック反応エリアのサイズ */
	aspect-ratio: 1/1;
	transform: translate(-50%, -50%);
}

/* areaタグ自体はスタイルが効かないため、aタグのように振る舞わせるための透過レイヤー */
.wk_map [class^="map"] area {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* テキストラベル (pタグ) */
.wk_map [class^="map"] p {
	position: absolute;
	top: -45%;
	left: 50%;
	margin: 0;
	transform: translateX(-50%) translateY(10px);
	background: #fff;
	border: 3px solid #46934b;
	color: #46934b;
	padding: 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
	line-height: 1.2;
}

/* ホバー時にpタグをスライドアップ表示 */
.wk_map [class^="map"]:hover p {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

/* 1920x800のピクセル座標をパーセントに変換して配置 */
.map01 { left: 37.3%; top: 19%; } /* 716, 80 */
.map02 { left: 63.1%; top: 15.9%; } /* 1212, 95 */
.map03 { left: 46.4%; top: 53.5%; } /* 891, 382 */
.map04 { left: 26.3%; top: 71%; } /* 504, 541 */
.map05 { left: 34.7%; top: 65%; } /* 667, 488 */
.map06 { left: 53.8%; top: 68.5%; } /* 1032, 521 */
.map07 { left: 60.3%; top: 80.1%; } /* 1157, 625 */
.map08 { left: 71.4%; top: 65.4%; } /* 1371, 491 */

area {
	cursor: pointer;
}
.wk_anker_tit{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.wk_top_list{
	display: flex;
	justify-content: center;
	gap: 10px;
	position: relative;
	z-index: 5;
	padding-top: 30px !important;
}
.wk_top_list a{
	font-size: 14px;
	font-weight: bold;
	color: #46934b;
	line-height: 1;
	padding: 24px 0 24px 15px;
	box-sizing: border-box;
	width: 200px;
	height: 60px;
	background: #f6f6f6;
	position: relative;
	display: block;
	transition: all .3s ease-in-out;
	overflow: hidden; /* 疑似要素のはみだし防止 */
}

.wk_top_list a .inner-text{
	position: relative;
	z-index: 2; /* 明示的にテキストを前面に */
	transition: color 0.7s cubic-bezier(.19, 1, .22, 1);
	color: inherit;
	display: block;
}

.wk_top_list a:hover .inner-text {
	color: #fff;
}

.wk_top_list a::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #46934b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    z-index: 1;
}

.wk_top_list a:hover::before{
	transform: scaleX(1);
	transform-origin: left;
}

.wk_top_list a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #878686;
    border-bottom: 0;
    z-index: 3;
}

.wk_top_list a:hover::after{
	border-top-color: #fff;
}

.wk_contents {
	overflow: hidden;
}
.wk_contents > li {
	position: relative;
	display: flex;
	align-items: center; /* 上下中央揃え */
	min-height: 580px;   /* 画像の高さに合わせる */
	padding-top: 150px;
}
.wk_contents > li:last-of-type {
	padding-bottom: 200px;
}

.wk_tit_bg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 8px 14px;
	box-sizing: border-box;
	background: #46934b;
	display: inline-block;
	margin-bottom: 25px;
}
.wk_tit_flex {
	width: 600px;
}
.wk_tit_b {
	font-size: 42px;
	font-weight: bold;
	flex-shrink: 0;
	line-height: 1;
	margin: 0;
}
.wk_tit_txt {
	font-size: 16px;
	line-height: 2;
	margin: 0;
	padding-top: 15px;
}

/* サイド画像設定（580px固定） */
.wk_side_img {
	position: absolute;
	top: calc(50% + 90px);
	right: 0;
	transform: translateY(-50%);
	width: 40vw;
	height: 580px; /* 指定の高さ */
	z-index: 1;
}
.wk_side_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 下部リスト */
.wk_contents_list {
	padding-top: 50px;
	width: 600px;
}
.wk_contents_list li {
	border-top: 1px solid #d8d8d9;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 100px;
}
.wk_contents_list li:last-child {
	border-bottom: 1px solid #d8d8d9;
}
.wk_list_txt01 {
	font-size: 18px;
	font-weight: bold;
	color: #46934b;
	line-height: 1.5;
	margin: 0;
}
.wk_list_txt02 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
}
.wk_list_txt02 span{
	font-weight: normal;
}
.wk_list_img {
	width: 170px;
	height: 100px;
	flex-shrink: 0;
	margin-left: 20px;
}
.wk_list_img img {
	width: 100%; /* 1005pxを修正 */
	height: 100%;
	object-fit: cover;
}

.wk_contents > li:nth-of-type(even) .wk_side_img {
	right: auto;
	left: 0;
}
.wk_contents > li:nth-of-type(even) .w1100 {
	display: flex;
	flex-direction: column;
	align-items: flex-end; /* テキストコンテナ全体を右へ */
}
.page_top_work a {
	background: #46934b;
	color: #fff;
	padding: 12px 25px;
	font-weight: bold;
	box-shadow: 0px 5px 10px -7px #000;
	position: fixed;
	right: 1%;
	bottom: 20px;
	z-index: 1;
	transition: 0.2s;
}
.page_top_work a:hover {
	background: #333;
	transition: 0.2s;
}