/* ----------------------------------------
	404 notfound
	---------------------------------------- */
.notfound {
	margin: 0 3%;
	padding-bottom: 30px;
}
.notfound_img {
	text-align: center;
}
.notfound_btn {
	width: 90%;
	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;
}
/* ----------------------------------------
privacy
 ---------------------------------------- */
.privacy {
	padding: 20px 2%;
}
.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: 24px;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 10px;
}
.tit_sub{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #46934b;
	display: inline-flex;
	padding-top: 6px;
}
.tit_sub::before{
	content: url(/img/top/tit_before.webp);
	display: block;
	padding-right: 5px;
}

/* message　代表挨拶 */

.mess{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", sans-serif;
	color: #222;
	padding-bottom: 25px;
	background: url(/img/message/mes_bg.webp);
	background-position:  top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	
}
.mess_top{
	padding-top: 60px;
	width: 90%;
	margin: 0 auto 20px;
}
.top_img {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_img img {
	max-width: none;
	height: 100%;
}
.mess_ceo{
	display: block;
	width: 200px;
	margin: 0 0 0 auto;
}
.mess_box{
	width: 90%;
	margin: 0 auto;
	padding: 25px 20px 25px;
	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: 20px;
	font-weight: bold;
	color: #46934b;
    line-height: 1.6;
}
.mess_txt02{
	font-size: 15px;
	line-height: 1.8;
	padding-top: 15px;
}
.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{
	width: 100%;
	position: absolute;
	top: 0;
	padding-bottom: 100px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	overflow: hidden;
}
.common_container::before{
	background: #f6f6f6;
    width: 100%;
    height: 692px;
	content: url(/img/common/top_bg.webp);
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
}
.common_top{
	padding: 91px 0 100px;
	position: relative;
}
.w1100{
	width: 90%;
	margin: 0 auto;
}
.cr_container .w1100{
	position: relative;
	z-index: 5;
}
.txt18{
	font-size: 15px;
	line-height: 1.8;
}
.cr_container .common_top{
	padding: 90px 0 0 !important;
}
.common_top .txt18{
	padding-top: 30px;
}
.career_top_list{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
	padding-top: 30px !important;
	gap: 10px;
	flex-wrap: wrap;
	position: relative
}
.career_top_list a{
	font-size: 10px;
	font-weight: bold;
	color: #46934b;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
	width: 43vw;
	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: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #878686;
    border-bottom: 0;
    z-index: 3;
}

.career_top_list a:hover::after{
	border-top-color: #fff;
}
#cr01{
	padding-top: 160px;
}
.cr_main_box:not(:first-of-type){
	padding-top: 60px;
}
.cr_main_tit{
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.cr_main_tit_flex img{
	padding-top: 20px;
}
.cr_container h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.cr_main_mind{
	padding-top: 30px;
}
.cr_main_mind li{
	width: 100%;
	background: #f2f6f2;
	padding: 15px 0;
}
.cr_main_mind li:not(:last-of-type){
	margin-bottom: 10px;
}
.cr_main_mind li img{
	display: block;
	margin: 0 auto;
	width: 70px;
}
.cr_main_mind li p{
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #46934b;
	text-align: center;
	line-height: 1.6;
}
.cr_koyou_top{
	padding-top: 30px;
}
.cr_koyou_tit{
	padding-top: 35px;
}
.cr_main_box .txt18{
	padding-top: 20px;
}
.cr_image_subtit{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #46934b;
	line-height: 1;
	letter-spacing: 1px;
}
.txt_center{
	text-align: center;
}
.cr_image_tit{
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.3;
}
.cr_koyou_tit .txt18{
	padding-top: 20px;
}
.cr_bg_breen{
	padding-top: 30px;
}
.cr_bg_breen li{
	padding: 20px;
	box-sizing: border-box;
	background: #f2f6f2;
}
.cr_bg_breen li:not(:last-of-type){
	margin-bottom: 20px;
}
.cr_bg_green_txt .txt18{
	padding-top: 10px;
}
.cr_bg_breen li img{
	padding-top: 15px;
	width: 100%;
}
.cr_koyou_fig{
	padding: 30px 0 10px;
}

.cr_mini_tit{
	font-size: 18px;
	font-weight: bold;
	color: #46934b;
	position: relative;
	margin-top: 60px;
}
.cr_mini_tit::before{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #46934b;
	position: absolute;
	top: 50%;
	left: 0;
}
.cr_mini_tit::after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #46934b;
	position: absolute;
	top: 50%;
	right: 0;
}
.cr_bg_no{
	padding-top: 30px;
}
.cr_bg_no > li:not(:last-of-type){
	padding-bottom: 60px;
}
.cr_bg_no img{
	padding-top: 15px;
	width: 100%;
}
.cr_bg_no_bottom{
	padding: 20px;
	box-sizing: border-box;
	background: #f2f6f2;
	margin-top: 20px;
}
.cr_bg_no_bottom_txt01{
	font-size: 16px;
	font-weight: bold;
}
.cr_bg_no_bottom_txt02{
	font-size: 16px;
	font-weight: bold;
	color: #46934b;
	padding-top: 20px;
}
.cr_bg_no_bottom_txt03{
	font-size: 14px;
	line-height: 1.8;
	padding-top: 10px;
}
.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: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding-top: 30px;
}
.cr_skill_bg_flex img{
	display: block;
	margin: 0 auto;
}
.cr_skill_icon{
	padding-top: 20px;
	width: 70px;
}
.cr_skill_fig{
	padding-top: 20px;
}
.cr_bg_no_bottom_txt06{
	font-size: 18px;
	font-weight: bold;
	color: #46934b;
}
.cr_offjt_fig{
	padding-top: 15px;
	display: block;
	margin: 0 auto;
}
.t_btn01 {
	width: 160px;
	padding: 8px 0 8px 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	display: block;
	color: #222;
	text-decoration: none;
	overflow: hidden;
}
.t_btn01 .inner-text {
	position: relative;
	z-index: 2; 
	display: block;
}
.t_btn01::after {
	font-family: "Font Awesome 5 Free";
    content: "\f061";                  
    font-weight: 900;
	width: 25px;
	height: 25px;
	display: grid;
	place-content: center;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #46934b;
	color: #fff;
	z-index: 3;
}
.t_btn01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ebf7eb;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1);
	z-index: 1;
}
.t_btn01:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
#cr05 .t_btn01{
	margin: 15px auto 0;
	width: 170px !important;
}


/* work　事業紹介 */

.wk_map{
	padding-top: 20px;
	width: 100%;
	height: 400px;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
map {
	display: none;
}
.wk_map img {
	width: auto;
	max-width: none;
	height: auto;
	display: block;
	flex-shrink: 0;
	vertical-align: baseline;
}
area {
	cursor: pointer;
}
.wk_anker_tit{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.wk_top_list{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
	padding-top: 30px !important;
	gap: 10px;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
}
.wk_top_list a{
	font-size: 12px;
	font-weight: bold;
	color: #46934b;
	padding: 15px 0 15px 10px;
	box-sizing: border-box;
	width: 43vw;
	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: 10px;
    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; /* 上下中央揃え */
	padding-top: 70px;
}

.wk_tit_bg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 4px 10px;
	box-sizing: border-box;
	background: #46934b;
	display: inline-block;
	margin-bottom: 10px;
}
.wk_tit_flex {
	width: 100%;
}
.wk_tit_b {
	font-size: 22px;
	font-weight: bold;
	flex-shrink: 0;
	line-height: 1;
	margin: 0;
	padding: 10px;
}
.wk_tit_txt {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding-top: 10px;
}
.wk_side_img {

	z-index: 1;
	margin-top: 20px;
}
.wk_side_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 下部リスト */
.wk_contents_list {
	padding-top: 30px;
	width: 100%;
}
.wk_contents_list li {
	border-top: 1px solid #d8d8d9;
	padding: 20px 0;
	min-height: 100px;
}
.wk_contents_list li:last-child {
	border-bottom: 1px solid #d8d8d9;
}
.wk_list_txt01 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #46934b;
	margin: 10px 0;
}
.wk_list_txt02 {
	font-size: 12px;
	padding-top: 10px;
	margin: 0;
}
.wk_list_img {
	width: 100%;
	height: 300px;
	margin: auto;
	padding-top: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wk_list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: auto;
}

