﻿/* recruit_11 */

@charset "utf-8";

a.btn01{
    font-weight: bold;
	line-height: 1;
    color: #fff !important;
    padding: 10px 30px;
	background: linear-gradient(to bottom, #91c11b 0%,#91c11b 50%,#84b40e 50%,#84b40e 100%);
	border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
	width: auto;
	text-align: center;
	}

a.btn01:hover{
	opacity: 0.6;
	}

a.btn02{
    color: #fff !important;
    background: #00a546;
    padding: 6px 20px;
    text-decoration: none;
    display: inline-block;
	transition: .3s;
	}

a.btn02:hover{
	opacity: 0.6;
	}


/*header
------------------------------------------*/
header .wraper>.inner{
	padding: 50px 0 20px;
	}

header#pattern5 h1{
	top: 15px;
	}

header#pattern5 .link_setting{
	top: 15px;
	}

header#pattern5 .link_setting a{
	color: #00a546 !important;
	}

header#pattern5 .link_setting a::before{
	border-color: #00a546;
	}

header#pattern5 .header_contents .header_col1 .block-url{
	top: 10px;
	}

header#pattern5 .header_contents .header_col1 .block-tel{
	margin-top: 10px;
	}

header#pattern5 .header_contents .header_col1 .btn > a{
    background: linear-gradient(to bottom, #0d99c7 0%,#0d99c7 50%,#008cba 50%,#008cba 100%);
    border-radius: 3px;
	color: #fff !important;
	font-weight: bold;
	font-family : YuMincho,'Yu Mincho', serif;
	width: auto;
	}

header .header_contents .header_col1 .btn>a:nth-last-of-type(2){
    background: linear-gradient(to bottom, #f78c0d 0%,#f78c0d 50%,#eb7f00 50%,#eb7f00 100%) !important;
	}

header .header_contents .header_col1 .tel a{
	font-family : YuMincho,'Yu Mincho', serif;
	color: #f78804 !important;
	}

header .header_contents .header_col1 .tel svg{
	top: 3px;
	fill: #f78804;
	}

header#pattern5 nav{
    background: linear-gradient(to bottom, #fff 0%,#f5f5f5 100%);
    border-top: 3px solid #eee;
	}

header nav ul.nav_1st > li > a{
	font-size: 1.6rem;
	font-family : YuMincho,'Yu Mincho', serif;
	}

header nav ul.nav_1st > li > a span{
    line-height: 3.6;
	color: #333 !important;
	}

header nav ul.nav_1st > li.current > a{
	background-color: #f3f3f3;
	}

header nav ul.nav_1st > li.current::before{
    content: "";
	width: 100%;
	height: 3px;
	background: #00a546;
	display: block;
	position: absolute;
	left: 0;
	bottom: 100%;
	}

header nav ul.nav_1st > li.current > a span{
	color: #f78804 !important;
	}

header nav ul.nav_1st > li:not(.current) > a:hover{
	background-color: #f3f3f3;
	opacity: 1;
	}

header nav ul.nav_2nd > li{
	border-bottom-color: transparent;
	}

header nav ul.nav_2nd > li > a{
	background-color: #00a546;
	}

header nav ul.nav_2nd > li > a span{
	color: #fff !important;
	}


/*toppage
------------------------------------------*/
.mainvisual{
	text-align: center;
	background-position: center top;
	}

.composite_box01.block_images_1 .inner_item_txt .heading.block_header_4 .h{
	font-family : YuMincho,'Yu Mincho', serif;
	}

.composite_box01.block_images_1 .inner_item_txt p a{
	display: inline-block;
	width: auto;
	}

.block_news_1 > .content_wrapper .heading.block_header_4 .h{
	font-size: 2rem;
	font-family : YuMincho,'Yu Mincho', serif;
	}

.block_news_1 > .content_wrapper{
	background-color: #fff;
	padding: 30px;
	}

.block_news_1 > .content_wrapper ul li{
	border-bottom-style: dotted;
	}

.block_news_1:not(.add_design3):not(.add_design4):not(.add_design12) li:nth-of-type(1) {
	border-top-style: dotted;
	}

.block_news_1 .contents_btn01.block_button_1 a{
    font-weight: bold;
	line-height: 1;
    color: #fff !important;
	background: linear-gradient(to bottom, #91c11b 0%,#91c11b 50%,#84b40e 50%,#84b40e 100%);
	border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
	}

.block_news_1 .contents_btn01 a:hover{
	opacity: 0.6;
	}

.block_news_1 ul{
	min-width: inherit;
	}


/*subpage
------------------------------------------*/
#lv p span{
	color: #fff;
	font-family : YuMincho,'Yu Mincho', serif;
	}

#lv div{
	opacity: 1;
	}

main#main,
#pan{
    background: #fafaf4;
	}

.siidenav {
    border-color: #00a546;
	border-width: 2px;
	}



/*parts
------------------------------------------*/
.blockarea.block_header .heading.block_header_4 .h,
.widget_shop01.block_map_1 .heading.block_header_4 .h,
.widget_map.block_map_1 .heading.block_header_4 .h,
.recruit.recruit_info .heading.recruit-title{
    border-bottom: 1px solid #00a546;
	background: #fff;
	padding: 15px 20px;
	font-size: 2.8rem;
	}

.blockarea.block_header .heading.block_header_4 .h::before,
.widget_shop01.block_map_1 .heading.block_header_4 .h::before,
.widget_map.block_map_1 .heading.block_header_4 .h::before,
.recruit.recruit_info .heading.recruit-title::before{
	content: "";
	width: 5px;
	height: 20px;
	background: #00a546;
	margin-top: -12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	}

.heading.recruit-title h3{
	padding: 0;
	border: none;
	font-size: 2.8rem;
	}

.recruit.recruit_info .contents_btn01.block_button_1 a,
.widget_form.block_form_1 .submit.btn-in-form .confirm-contact{
	background: linear-gradient(to bottom, #91c11b 0%,#91c11b 50%,#84b40e 50%,#84b40e 100%);
	border-radius: 3px;
	color: #fff !important;
	font-weight: bold;
	}

.recruit.recruit_info .contents_btn01.block_button_1 a:hover,
.widget_form.block_form_1 .submit.btn-in-form .confirm-contact:hover{
	opacity: 0.6;
	}

.widget_form form .submit input {
	background: linear-gradient(to bottom, #91c11b 0%,#91c11b 50%,#84b40e 50%,#84b40e 100%);
	border-radius: 3px;
	color: #fff !important;
	font-weight: bold;
	}

.recruit.recruit_info .heading.recruit-header .h{
	font-weight: bold;
	font-size: 2rem;
	}

.contents_box01.block_image_text_3 .heading.block_header_2,
.contents_box01.block_image_text_4 .heading.block_header_2,
.contents_box01.block_text_1 .heading.block_header_2{
    border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 10px;
	padding-left: 0;
	}


.contents_box01.block_image_text_3 .inner_item_txt .heading.block_header_2 .h,
.contents_box01.block_image_text_4 .inner_item_txt .heading.block_header_2 .h{
	font-size: 1.7rem;
	}

.contents_box01.block_text_1 .heading.block_header_1 .h{
	font-weight: bold;
	}

.contents_box01.block_image_text_12{
	border-color: #ddd;
	}

.contents_box01.block_image_text_12 .wrapper_item{
	background-color: #fff;
	border: none;
	}

.contents_box01.block_image_text_12 .inner_item_img{
	padding: 30px !important;
	}

.contents_box01.block_image_text_12 .heading.block_header_2{
	border-color: #00a546;
	margin-bottom: 10px;
	}

.block_table_1 .heading.block_header_2,
.widget_map.block_map_1 .heading.block_header_2{
	border: none;
	margin-bottom: 15px;
	padding: 0;
	}

.block_table_1 .heading.block_header_2::after,
.widget_map.block_map_1 .heading.block_header_2::after{
    content: "";
    width: 100%;
    height: 4px;
    background: #f5f5f5;
    margin-top: 10px;
    display: block;
    border-top: 1px solid #ddd;
	}

.news_single .pager2 li.back a{
    background: #00a546;
	border-radius: 0;
	color: #fff !important;
	font-weight: bold;
	}

.news_single .pager2 li.back a:hover{
	opacity: 0.6;
	}

.news_single .pager2 li.prev a,
.news_single .pager2 li.next a,
.news_single .pager2 li.back a{
	background: linear-gradient(to bottom, #91c11b 0%,#91c11b 50%,#84b40e 50%,#84b40e 100%);
    border-radius: 3px;
	}

.siidenav ul li.current a{
	font-weight: bold;
	}

.contents_faq01 dt:before{
	color: #00a546;
	}

.widget_sitemap .content_wrapper>ul>li>a:before{
	background: #00a546 !important;
	}

.siidenav ul li:first-child{
	background: #fbf2f2;
	}

.contents_btn01.block_button_1 a{
	background: linear-gradient(to bottom, #91c11b 0%,#91c11b 50%,#84b40e 50%,#84b40e 100%);
    border-radius: 3px;
	font-weight: bold;
	color: #fff !important;
	}


/*footer
------------------------------------------*/
footer{
	background-color: #009635;
	color: #fff;
	}

footer a{
	color: #fff !important;
	}

footer#f-pattern2 .contents_btn01 a{
    background: #fff !important;
	border-radius: 3px;
	color: #009036 !important;
	font-weight: bold;
	font-family : YuMincho,'Yu Mincho', serif;
	}

footer#f-pattern2 .content_wrapper .contents_btn01 a:hover{
	opacity: 0.6;
	}

footer#f-pattern2 nav ul li a:before {
	border-color: #fff;
	}

#fixbtn .fixbtnwrap{
    background: #009036;
	}

#fixbtn #scrolltop a:before{
	border-color: #fff;
	}

footer #fixbtn .fixbtntel p,
footer #fixbtn .fixbtntel a{
	font-weight: bold;
	font-family : YuMincho,'Yu Mincho', serif;
	}
/*230912---------------------*/
.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a:after,
main form .submit span, main form .submit span input{
	    background: linear-gradient(to bottom, #91c11b 0%,#91c11b 50%,#84b40e 50%,#84b40e 100%) !important;
		color: #fff !important;
}
footer #fixbtn .contents_btn01 a:hover{
	opacity: 0.6;
}


/*tablet
================================================================================================================================*/
@media screen and (max-width: 900px){

/*header
------------------------------------------*/
header{
	border-bottom: 2px solid #00a546;
	}

header .wraper>.inner{
	padding: 0;
	}

header#pattern5 nav{
    border: none;
	}

header#pattern5 nav ul.nav_1st > li{
    background: linear-gradient(to bottom, #fff 0%,#f5f5f5 100%);
	}

header nav ul.nav_2nd,
header nav ul.nav_2nd > li{
	border-top: none;
	}


/*toppage
------------------------------------------*/
.mainvisual{
	height: auto;
	padding: 0;
	}

.mainvisual img{
	border-left: none;
	border-right: none;
	}

.block_news_1.news_item{
	padding: 0 2%;
	}

.heading.recruit-title h3{
	font-size: 1.8rem;
	}

}




/*sp
================================================================================================================================*/
@media screen and (max-width: 640px){


a.btn02{
	display: block;
	text-align: center;
	}

.block_news_1 > .content_wrapper{
	padding: 15px;
	}


/*subpage
------------------------------------------*/
.contents_box01.block_image_text_3 .heading.block_header_2,
.contents_box01.block_image_text_4 .heading.block_header_2,
.contents_box01.block_text_1 .heading.block_header_1{
	padding-left: 15px;
	}

.contents_box01.block_image_text_12 .inner_item_img{
	padding: 20px 20px 0 !important;
	}

.contents_box01.block_image_text_12 .heading.block_header_2{
	padding-left: 0;
	}



}