@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
    height: 100%;
}
body {
	height: 100%;
	color: #666;
	background-color: #fff;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}

.mainContainer {
	width: 100%;
}
img {
	vertical-align: top;
}
section,
article {
	display: block;
}

li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.sp__on{
	display: none;
}
.ver_sp{
	display: none;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}


/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #fff;
	border-bottom-color:#fff;
	background-size: cover;
}

.headerSectionBlock {
	/* width: 1100px; */
	margin-right: auto;
	margin-left: auto;
}

header {
	height: auto;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}

/*ヘッダー　コンタクト-------------------------------------------*/
.headerContent{
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerContent__btn{
	font-size: 16px;
    line-height: 30px;
    color: #507a8a;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
	padding: 5px 0px;
	width: 160px;
	border-radius: 5px;
    margin-left: 15px;
}
.headerContent__btn--call{
	border: 1px solid #507a8a;
}
.headerContent__btn--form{
	border: 1px solid #507a8a;
}
.headerContent__btn--form::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 8px;
	right: 0px;
	content: '>';
	text-align: center;
}

.top_border{
	width: 100%;
	z-index: 1000;
}
.subtop_border{
	width: 100%;
	z-index: 1000;
}

/*グローバルナビゲーション-------------------------------------------*/

#globalNavi {
	font-size: 16px;
	display: flex;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
	padding: 10px;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	clear: both;
}
.mainContent {
	margin-bottom: 10px;
}
.sectionBlock::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.sectionBlock p {
	line-height: 1.4;
	font-size: 16px;
}

h2 {
	font-size: 30px;
	color: #006234;
	position: relative;
	display: block;
	text-align: center;
	font-weight: unset;
}

h2 a.btnList {
	font-size: 14px;
    line-height: 45px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0px;
    padding: 10px 80px;
    color: #ffffff;
    background-color: #344150;
	text-align: center;
	border-radius: 4px;
}
h2 a.more-btn{
	color: #fff;
	background-color: unset;
	border: 2px solid #fff;
	padding: 5px 50px;
}
h2 a.btnList ::before {
	width: 100px;
	height: 1px;
	background: #AAA;
}

h2 a.btnList:hover {
opacity: 0.7;
}

.item_btn .btnList {
	position: relative;
	letter-spacing: 2px;
}
.item_btn .btnList::before,
.item_btn .btnList::after{
    position: absolute;
    top: 0;
    bottom: -10px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.item_btn .btnList::before{
    right: 16%;
    width: 30px;
    height: 1px;
    background: #fff;
}
.item_btn .btnList::after{
    right: 17%;
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.item_btn{
	padding-top: 60px;
}
.bg_top_intro{
	background-image: url(../img/topintro.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}

.top_intro h2{
	letter-spacing: 10px;
	font-weight: 600;
}

.top_intro-title{
    position: relative;
    display: flex;
    justify-content: center;
	margin-top: 60px;
	background-color: rgb(255 255 255 / 62%);
    padding: 60px;
    border-radius: 4px;
}

.topSecTitle{
	font-size: 30px;
	font-weight: 500;
}

.listBox p {
	line-height: 1.9;
	font-size: 14px;
	margin: 15px 15px 0 0;
}
.service_item p{
	width: 60%;
}
.service_item strong{
	border-radius: 5px;
    background-color: #f3f3f3;
    font-size: 25px;
    padding: 0px 15px;
    padding-top: 3px;
    margin-right: 15px;
}
.service_item span{
	display: flex;
	padding-top: 20px;
}

.top_intro p {
    background-size: auto 2rem;
    line-height: 2.5rem;
    overflow: hidden;
    padding: 0 15px 15px;
}

/*トップページのタイトル*/
h2.topSetTytle {
	padding-left: 15px;
	font-size: 30px;
	color: #000;
	text-align: center;
}
h2.topSecTitle .tst_en{
	font-size: 15px;
	color: #AAA;
	letter-spacing: 2px;
}
.topcont_box-bgcolor{
	background-color: #f4f6f8;
	width: 100%;
}

.topcont_title{
	display: flex;
	border-bottom: 2px solid #fff;
}
.topcont_title-numb{
	font-family: monospace;
    font-size: 80px;
	line-height: 1;
}

.sectionBlock h3 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	display: block;
	clear: both;
	/* margin-top: 5px;
	margin-bottom: 15px; */
}

.subIntro,
.top_intro{
    margin: auto;
    width: 70%;
    text-align: center;
}

.subIntro p{
	font-size: 16px !important;
	text-align: center;
	padding: 10px 0;
}

.service_list{
	display: flex;
}

.service_list__box{
	width: 50%;
	text-align: center;
	position: relative;
}
.service_list__box img{
	width: 100%;
	min-inline-size: fit-content;
}
.service_list h3 {
    color:#027e43;
    letter-spacing: 3px;
}

.img_box{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	transition: all 1s ease;
}
.text_box{
	position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #fff 1px solid;
    border-radius: 4px;
    padding: 90px 30px;
}
.text_box-text{
	font-size: 18px;
}
.text_box-numb{
	color: #0e60c1;
	margin-left: -10px;
	font-size: 20px;
}

.service_title{
	margin-bottom: 60px;
	line-height: 1.2;
	letter-spacing: 10px;
    font-weight: 600;
}
.service_title span{
	font-size: 18px;
	color: #aaa;
}
.snip_service hr{
    height: 1px;
    width: 50px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: #006234;
    border: none;
}
.recruit_box hr{
    width: 50px;
    height: 2px;
    margin: 15px auto;
    border: 0;
    background: #fff;
    position: initial;
}

/*お知らせ-------------------------------------------*/
.newTopics-cont{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	display: flex;
	background-color: #fff;
	padding: 30px;
	padding-bottom: 0;
	padding-top: 90px;
	border-radius: 4px 4px 0 0;
}
.sectionBlock .newTopics ul{
	width: 100%;
}
.sectionBlock .newTopics h2{
    text-align: unset;
}
.news_item{
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
	text-decoration: none;
}
.sectionBlock .newTopics ul li {
	padding-bottom: 20px;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
}
.sectionBlock .newTopics ul li:first-child {
	margin-top: 20px;
	padding-top: 20px;
	color:#666; 
}
.news_title{
	margin-right: 60px;
	border-right: 2px solid #97cebd;
	letter-spacing: 5px;
	padding-right: 20px;
	font-weight: 500;
}
.news_list li{
	display: flex;
}
.news_title span{
	font-size: 16px;
	color: #aaa;
    letter-spacing: 10px;
}
.news_date{
	margin-right: 60px;
	position: relative;
	color: #333;
	background-color: #eef2f1;
    padding: 3px 10px;
}
.news_text{
	width: 100%;
	position: relative;
}
.news_list li{
	padding-bottom: 30px;
}
.news_list li:last-child{
	padding-bottom: 0;
}

/*料金ブロック-----------------*/
.price_bg{
	margin: auto;
    max-width: 1100px;
	background-image: url(../img/topprice.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.6);
}

.price_block-title h2 {
    margin-bottom: 60px;
    line-height: 1.2;
    letter-spacing: 10px;
	font-weight: 600;
	color: #003069;
}
.price_block-text{
    background-color: rgb(255 255 255 / 0.9);
    padding: 30px;
    border-radius: 5px;
}
.price_block-text p{
	color: #000;
    letter-spacing: 1px;
    line-height: 2;
}
.price_block{
	width: 70%;
    margin: auto;
}
.price_block-text h2 a.more-btn {
    color: #fff;
    background-color: #344150;
    border: unset;
    padding: 5px 50px;
}
.price_block-text .item_btn .btnList::after {
    right: 11%;
    width: 13px;
    height: 13px;
    border-top: 1px solid #fff;
}
.price_block-text .item_btn .btnList::before {
    right: 10%;
    width: 30px;
    height: 1px;
    background: #fff;
}


/* 企業概要ブロック */
.company_block{
	background-color: #006133;
    margin: auto;
    padding: 30px;
}
.company_box{
    color: #fff;
	text-align: center;
	border: 2px solid #fff;
    padding: 45px 0;
}
.company_box h2{
	color: #fff;
	font-weight: 500;
}
.company_box p{
	margin-top: 15px;
}
.company_box-title{
	font-weight: 700;
}
.company_box-title span{
	color: #fff;
	font-weight: normal;
}
.company_box-title hr{
    height: 2px;
    width: 60px;
    background: #fff;
    border: none;
    margin: 20px auto;
}
.company_img{
	width: 50%;
}
.company_img img{
	width: 100%;
}

.company_box-btn{
	display: inline-block;
	margin-top: 30px;
	padding: 10px 60px;
	border: 1px solid #fff;
}
.company_box-btn:hover{
	background-color: rgba(255, 255, 255, 0.3);
}
.company_box-btn a{
	color: #fff;

}

.company_box-btn .btnList {
	position: relative;
	letter-spacing: 2px;
	display: inline-block;
}
.company_box-btn .btnList::before,
.company_box-btn .btnList::after{
    position: absolute;
    top: 0;
    bottom: -10px;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.company_box-btn .btnList::before{
    right: -40%;
    width: 30px;
    height: 1px;
    background: #657db8;
}
.company_box-btn .btnList::after{
	right: -37%;
    bottom: -10px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #657db8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 採用ブロック */
.recruit_block1{
	width: 100%;
	display: flex;
	background-color: #f7f5f6;
	background: linear-gradient(90deg, #f8f7f7, #efebea);
}

.recruit_box1{
    width: 50%;
	margin: auto;
	padding: 30px 0;
}
.recruit_box-text{
	width: 50%;
    margin-left: auto;
    text-align: center;
}
.recruit_box1 p{
	margin-bottom: 30px;
	margin-top: 30px;
}
.recruit_box1 h2{
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.recruit_box1 p{
text-align: justify;
line-height: 2;
}
.recruit_title{
	font-weight: 600;
	color: #006234;
	border-bottom: 2px solid #006234;
	font-weight: 500;
}

.recruit_img{
	width: 60%;
}
.recruit_img img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.recruit_btn .btnList {
	position: relative;
	letter-spacing: 2px;
	display: inline-block;
}
.recruit_btn .btnList::before,
.recruit_btn .btnList::after{
    position: absolute;
    top: 0;
    bottom: -10px;
    right: -40px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.recruit_btn .btnList::before{
    width: 30px;
    height: 1px;
    background: #003081;
}
.recruit_btn .btnList::after{
    right: -34%;
    bottom: -9px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #003081;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 採用・お問い合わせブロック nop*/
.topend_block{
	display: flex;
    justify-content: space-between;
}
.recruit_block{
	width: 100%;
}

.recruit_block :hover .recruit_bg,
.recruit_block :hover .contact_bg {
	opacity: 0.8;
}

.contact_bg{
	/* background-image: url(../img/topend/1.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px 0;
	background-color: #006133;
}
.recruit_box{
	padding: 30px;
    width: 80%;
	margin: auto;
	border: 1px solid #fff;
}
.recruit_box p,
.recruit_box h2{
	color: #fff;
}
.recruit_box p{
	line-height: 1.5;
	text-align: center;
}
.recruit_box .btnList::before {
	right: 10%;
	background: #344150;
}
.recruit_box .btnList::after {
	right: 11%;
	border-top: 1px solid #344150;
}
.recruit_box h2 a.more-btn {
	background-color: #fff;
	border: unset;
	color: #344150;
}


/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	text-align: center;
}
.top_view__message h2 {
	color: #384e00;
	font-size: 30px;
	line-height: 1.5;
}
.top_view__message p {
	font-size: 18px;
	padding-top: 15px;
}

/*TOPメニューのフレックスボックス-------------------------------------------*/
.tpflexbox {
	width: 100%;
    display: flex;
	justify-content: space-between;
	position: relative;
}
.tpflexbox1 {
	width: 100%;
    display: flex;
	justify-content: space-between;
	position: relative;
}
.tpbox-itemleft {
	position:relative;
    width: 100%;
	flex-direction: column-reverse;
	z-index: 100;
}
.itemright_pl{
	padding-left: 50px;
}
.tpbox-itemright {
	position: absolute;
	width: 92%;
	padding: 20px;
	height: auto;
	z-index: 1000;
	border: 2px solid #fff;

	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tpbox-itemright .item_btn {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}
.tpbox-itemright .topSecTitle {
    font-size: 30px;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 5px;
	color: #fff;
	margin: auto;
}
img.imgPlacementLeft {
	display: block;
	width: 100%;
}
img.imgPlacementRight {
	display: block;
	width: 100%;
}

/*サービスページ-------------------------------------------*/
.contList {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contList .listBox {
	width: 100%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 60px;
}
.contList .listBox h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
.sectionBlock .listBox h3 {
	font-size: 18px;
	margin-top: 0px;
	padding: 0px;
	color: #0e3f00;

	background-image: linear-gradient(rgb(255 255 255 / 0%) 0%,rgb(216 216 216 / 30%) 60%);
    border-bottom: 3px solid #044500;
    padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-radius: 3px;
}
.contList .listBox img {
	width: 40%;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
img.imgPlacementLeft {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.imgPlacementRight {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: brightness(0.5);
}
.bg_box{
    position: absolute;
    width: 100%;
	height: 100%;
	top: 20px;
    left: 20px;
    z-index: -1;
    background: #003069;
}

.service_item{
	display: flex;
}

.border_title {
    padding-bottom: 90px;
	padding-top: 90px;
	background-color: #e6e6e6;
}
.border_title .topSecTitle{
	color: #0e3f00;
}

/*TOPコンタクト-------------------------------------------*/
.recruitImg::before {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
}

.recruitBox {
	position: relative;
	background-image: linear-gradient(-45deg,#f4f6f8 55%, #e9f1f9 80%,#f4f6f8 80%);
}
.recruitContactBox {
    width: 70%;
    margin: auto;
}
.recruitBox-text{
	width: 50%;
	padding: 30px;
	padding-top: 60px;
	margin: auto;
}
.recruitBox-text h4{
	font-size: 30px;
    line-height: 1.2;
    display: inline-block;
	font-weight: 500;
	letter-spacing: 5px;
}
.recruitBox-title{
	padding-bottom: 30px;
}
.recruitBox-title span{
	font-size: 18px;
    color: #aaa;
}
.recruitBox-text .recruitBox-text2{
	line-height: 2;
	padding-bottom: 15px;
}
.recruitBox-btn{
	width: 60%;
	padding-bottom: 60px;
	align-self: center;
	position: relative;
	margin: auto;
}
.recruitContactBox .Box-contact{
	display: block;
	font-size: 26px;
	padding-top: 15px;
    padding-bottom: 15px;
	margin: auto;
	text-align: center;
	position: relative;
	letter-spacing: 10px;
}
.recruitContactBox .Box-contact{
	border: solid 2px #003069;
	background: #003069;
	color: #ffffff;
	border-radius: 4px;
}
.recruitContactBox .Box-tel{
	display: block;
	font-size: 26px;
	position: relative;
}
.Box-tel_time{
	font-size: 14px;
}
.recruitContactBox .Box-contact:hover {
	opacity: .8;
}


/*フッター-------------------------------------------*/

footer {
	clear: both;
	padding: 45px 0 0px 0;
	display: block;
	color: #344150;
	background-color: #e6e6e6;
}

.footer_block {
	max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #344150;
}
.footer_block .footer_block__inner ul {
    margin: auto;
    max-width: 1100px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.footer_block .footer_block__inner ul li a {
	color: #344150;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	letter-spacing: 2px;
}

.footerBlock ul li a:hover {
	opacity: .7;
}

.footerBlock ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerBlock ul li ul {
	width: 100% !important;
}
.footer_block .address{
	text-align: center;
    font-size: 14px;
	padding-bottom: 30px;
	line-height: 2;
}

small {
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 10px 0 15px 0;
	display: block;
}
.footerboxIn ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 200;
}
.footerToTop a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 40px;
	padding-top: 20px;
	background-color: #e6e6e6;
	border-radius: 4px;
}
.footerToTop a:hover{
	opacity: .7;
}
.footerToTop a::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 5px #fff;
    border-right: solid 5px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -6px;
}

/*会社概要、お問い合わせのテーブル-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.sectionBlock table.companyTable,
.mailForm_table{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sectionBlock table.companyTable th,
.sectionBlock table.companyTable td {
	padding: 20px;
	font-size: 14px;
	border: solid 1px #d3d3d3;
}
.sectionBlock table.companyTable th {
	color:#0e3f00;
	letter-spacing: 2px;
	border: solid 1px #d3d3d3;
	background-color: rgb(245, 245, 245);
}
.sectionBlock table.recuitTable{
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.googleMap iframe{
	width: 100%;
	border: 0;
}

/*採用ぺージ-------------------------------------------*/
.recuitTable{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.recuitTable th {
	padding: 20px;
	font-size: 15px;
	border-bottom: solid 1px #666;
	color: #0e3f00;
	letter-spacing: 2px;
	text-align: left;
}
.recuitTable td {
	padding: 20px;
	font-size: 15px;
	border-bottom: solid 1px #666;
}

/*お問い合わせページ メールフォーム-------------------------------------------*/

.mailForm_table input, .mailForm_table textarea{
	padding: 5px;
	width: 100%;
	max-width: 500px;
}
.mailForm_table th {
	text-align: center;
	font-size: 14px;
	padding: 20px;
	color: #0e3f00;
    letter-spacing: 2px;
    border: solid 1px #d3d3d3;
    background-color: #f5f5f5;
}
.mailForm_table th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;

}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}
.mailForm_table td {
	padding: 30px;
	border: solid 1px #CCC;
	font-size: 14px;
}
.mailTextBox {
	height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form input.mailFormBtn {
	font-size: 18px;
	background-color: #666;
	color: #FFF;
	padding: 10px 100px;
	line-height: 24px;
	border: solid 1px #666;
}
form input.mailFormBtn:hover {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	cursor: pointer;
}

/*料金ページ-------------------------------------------*/
.menu__Categorytitle{
	font-size: 18px !important;
    margin-top: 0px;
    padding: 0px;
    color: #0e3f00;
    background-image: linear-gradient(rgb(255 255 255 / 0%) 0%,rgb(216 216 216 / 30%) 60%);
    border-bottom: 3px solid #044500;
    padding: 10px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-radius: 3px;
}

.menuTable{
	width: 100%;
	margin: 30px 0 90px 0;
}
.menuTable th,
.menuTable td{
	padding: 15px;
	border: 1px solid #cdd7cc;
}
.menuTable th{
    background-color: #f9fbf9;
    color: #0e3f00;

}
.menuTable td{
	text-align: right;
}
.menuTable .table_prop .table_propa{
	background-color: #9ad194;
}
.menuTable .table_prop th{
	background-color: #e5f0e4;
    color: #0e3f00;
    border-bottom: 3px solid #749372;
}

/* サービスエフェクト */
.title-content{
	text-align: center;
	margin: 10% 0 0 0;
	position: absolute;
	z-index: 20;
	width: 100%;
	top: 0;
	left: 0;
}
.title-content p{
	margin-top: 30px;
}
.title-content h3{
	font-weight: 500;
}

.snip_service {
	position: relative;
	overflow: hidden;
}

.snip_service .border {
	position: absolute;
}
.snip_service .border {
	z-index: 0;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
    background-color: rgb(255 255 255 / 0.8);
}
.service_text{
	width: 390px;
	margin: auto;
}
.service-info{
	position: absolute;
	bottom: 20%;
	left: 0;
	margin: 0 auto;
	padding: 0 15%;
	color: #666;
	font-weight: 500;
	font-family: 'Droid Serif', serif;
	line-height: 24px;
	z-index: 20;
	letter-spacing: 1px;
}
.service-info span{
	font-size: 16px;
	position: relative;
	letter-spacing: 2px;
	display: block;
	margin-top: 15px;
}
.item_btn .more-info::before{
    right: 25%;
    width: 30px;
    height: 1px;
    background: #000;
}
.item_btn .more-info::after{
    right: 26%;
    width: 13px;
    height: 13px;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.item_info{
	padding-top: 20px;
}

.bot_none{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.snip_service .border {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 90%;
	height: 83%;
	background-color: #fff;
	opacity: 0.9;
	border: none;
	cursor: pointer;
	outline: none;
	transition: all 1s ease;
	z-index: 1;
}
.snip_service:hover .border{
	transform: scale(14);
	transition: all 5s ease;
	z-index: 1;
}
.snip_service:hover .img_box {
    transform: scale(1.2,1.2);
	transition: 2s all;
	z-index: -1;
}

@media screen and (min-width:1100px) {

/*ヘッダー-------------------------------------------*/
header h1 {
    top: -75px;
    left: 0;
}
.sp_menu,
.menuTrigger,
.close_btn {
	display: none;
}
.menutri__on{
	display: none;
}
.menutri__off{
	display: block;
}
.bgWhite{
	background-color: #fff;
	height: 100px;
}

/*グローバルナビ-------------------------------------------*/
#globalNavi ul.globalNaviMenu {
	display: flex;
	align-items: center;
}

#globalNavi ul li{
	position: relative;
	margin-right: 25px;
}

#globalNavi li a {
    padding: 50px 10px 30px 10px;
	display: table-cell;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	/* position: relative; */
	vertical-align: middle;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
}

#globalNavi ul li a::after,
	nav ul li a::before {
	display: block;
	content: "";
	position: absolute;
}
#globalNavi ul li a::after {
    top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
	background-color:#e3e3e3;
    border-radius: 50%;
}
#globalNavi ul li a:hover:after {
	background-color: #689000;
	transition: 0.5s;
}

#globalNavi li :hover,
#globalNavi ul li:hover > a {
	opacity: .8;
	color: #384e00;
}

.logo{
	display: block;
	position: absolute;
	z-index: 1000;
    left: 20px;
    top: 20px;
}
.contact{
	display: flex;
	position: absolute;
	z-index: 1000;
    right: 20px;
	top: 20px;
	background-color: #f3f3f3;
}
.gnm_contact{
	padding: 15px;
	background-color: #d7d7d7;
}
.contact .contact-letter{
    margin: auto;
    padding: 0 10px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
}
.gnm_contact img{
	width: 25px;
}
.gnm_contact a{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

/*メインコンテンツ-------------------------------------------*/

.sectionBlock {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 90px;
	padding-top: 90px;
}

.sectionBlock_recruit{
	width: 100%;
	padding-bottom: 0;
}
.sectionBlock-service{
    width: 100%;
}

.tpbox-itemright p {
	line-height: 2;
	font-size: 16px;
	margin-top: 40px;
	color: #fff;
}

.service_list p{
	line-height: 2;
	color: #027e43;
	letter-spacing: 5px;
}

.breadcrumbs ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.recruitContactBox .Box-contact:after {
	display: block;
	content: "";
	position: absolute;
    top: 40%;
    right: 15%;
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp__on{
	display: none;
}
.pc__on{
	display: table;
}

/*フッター-------------------------------------------*/
.footerBlock  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footerBlock .footerboxIn .footerRight {
	float: right;
	width: 240px;
}
.footerBlock .footerboxIn .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footerBlock .footerboxIn ul {
	display: block;
	float: left;
	margin-left: 12%;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {

/*ヘッダー-------------------------------------------*/
.mainContainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header {
	overflow: hidden;
}

.headerContent{
	display: flex;
	width: 100%;
	margin-top: 0px;
}
.top_view__message h2 {
	font-size: 25px;
    line-height: 1.6;
}
.logo{
	padding: 15px 0;
}
/*お知らせ-------------------------------------------*/
.newTopics-cont {
    width: 85%;
    margin: auto;
}
.newTopics {
    bottom: -60px;
}
/*ハンバーガー-------------------------------------------*/
.menuTrigger {
	display: block;
	height: 50px;
	width: 60px;
	text-align: center;
	position: fixed;
	z-index: 5000;
	top: 20px;
	right: 5px;
	background-color: rgba(255,255,255);
}

.menuTrigger:hover {
	cursor: pointer;
}

.menuTrigger.opened {
	background-color: #666;
}

.menuTrigger.opened span {
	background-color: #fff;
}
.menuTrigger span {
	width: 35px;
	height: 2px;
	display: block;
	position: absolute;
	left: 22%;
	top: 45%;
	background-color: #000;
}
.menuTrigger span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
}
.menuTrigger span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
}
.menuTrigger span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}

.menuTrigger:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menuTrigger:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}
.menuTrigger.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	transform: translateX(30px);
	-webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menuTrigger.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menuTrigger.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

.menutri__on{
	display: table;
	padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #41648e;
}
.menutri__off{
	display: none;
}

/*グローバルナビ-------------------------------------------*/
#globalNavi {
	position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 170px;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background-color:#003069;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#globalNavi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 90%;
    margin: 0 5%;
}

#globalNavi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 30px;
	border-bottom: solid 1px #45668e;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	font-size: 18px;
	position: relative;
}

#globalNavi ul li a::before,
.gnm_contact a::before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #2196F3;
}
#globalNavi ul li a::before {
    top: 25px;
    left: 5px;
}
.gnm_contact a::before {
    top: 10px;
    left: 5px;
}

#globalNavi ul li a:hover {
	border-bottom: solid 1px #ffffff3b;
	color: #666;
}

.fixed {
	overflow: hidden;
}

.gnm_contact{
	line-height: 22px;
	font-size: 18px;
	display: block;
	margin: 0 5%;
}
.gnm_contact img{
	display: none;
}
.gnm_contact a{
	color: #fff;
	position: relative;
	padding-left: 30px;
}


/*メインコンテンツ-------------------------------------------*/
.recruit_block {
    width: 90%;
    margin: auto;
}

.headerSectionBlock {
	width: 100%;
}

h2 {
    font-size: 24px;
}
.title-content h3 {
    font-size: 24px;
}
.sectionBlock {
	width: 100%;
	padding-bottom: 0px;
	padding-bottom: 60px;
    padding-top: 60px;
}
.sectionBlock_recruit {
    padding-bottom: 0;
}
.newTopics-cont {
    padding-top: 60px;
}
.bgChange {
	padding: 10px 0 20px 0;
	margin: 10px 0 20px 0;
}
.bgChange h2 {
	margin-bottom: 24px;
}
.tpbox-itemright h2 {
    font-size: 24px;
    text-align: left;
}
.tpbox-itemright .topSecTitle {
    font-size: 24px;
}
.tpbox-itemright .topcont_title-numb {
    font-size: 60px;
}
.top_intro{
    width: 80%;
}

.fontimg2 {
    left: -15px;
    top: -59px;
}
.fontimg1 {
    left: -35px;
    top: -57px;
}

/*フッター-------------------------------------------*/
.footerBlock .footerboxIn {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footerBlock .footerboxIn .footerRight {
	float: right;
	width: 24%;
}
.footerBlock .footerboxIn .footerRight p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footerBlock .footerboxIn ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}
.footerToTop {
	bottom: 10px;
	right: 10px;
}
.recruitContactBox {
    width: 90%;
}



.news_title span {
    font-size: 16px;
}
/* サービスエフェクト */

.item_btn .more-info::before {
    right: 15%;
}
.item_btn .more-info::after {
    right: 16%;
}
.item_info {
    padding-top: 0px;
}
.service_list p{
	letter-spacing: 3px;
	font-size: 16px;
	color: #027e43;
	line-height: 1.8;
}

/* 採用ブロック */
.recruit_btn .btnList::after {
    right: -35%;
}
.recruit_box-text {
    width: 70%;
}

}
/*-----（/～1100）-----*/

@media screen and (max-width:760px) {
header h1 {
	left: 5px;
	top: 5px;
}
.top_view__message {
	top: 50%;
	left: 50%;
	width: 60%;
}

.newTopics{
	display: block;
}

.sectionBlock .newTopics h2{
	width: 100%;
}

.service_list {
    display: block;
}
.mainContainer {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.service_list__box {
	width: 100%;
	margin-bottom: 60px;
}
.service_mb-none{
	margin-bottom: 0;
}

.topSecTitle {
    font-size: 25px;
}

.fontimg1 {
    left: -53px;
    top: 0px;
}
.fontimg2 {
    left: -35px;
    top: 10px;
}

.border_title {
    padding-bottom: 45px;
    padding-top: 45px;
}

/*ニュース-------------------------------------------*/
.news_list .news_date {
    margin-bottom: 15px;
}

.news_list li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dceee8;
}
.news_list li:last-child {
	padding-bottom: 30px;
	margin-bottom: 0;
}
.news_list .news_date {
	padding-bottom: 0;
	display: inline-block;
}
.newTopics-cont {
	display: block;
}
.news_title {
    line-height: 2;
	text-align: initial;
	border-right: 4px solid #97cebd;
	display: inline-block;
	margin-bottom: 30px;
}

/* サービス*/
.contList .listBox {
	width: 98%;
	margin-left: 1%;
}

.tpflexbox {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.tpflexbox1 {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column-reverse;
}
.tpbox-itemright .item_btn {
	position: unset;
	text-align: center;
}
.tpbox-itemleft {
	width: 100%;
	position: relative;
}
.tpbox-itemright {
	width: 100%;
	padding-top: 60px;
	padding-right: 0;
	padding-left: 0 ;
	padding-bottom: 0;
}
.imgPlacementRight:nth-child(odd) {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    flex-direction: column-reverse;
}
.tpbox-itemright .topSecTitle {
    margin-top: 15px;
}

.recruitImg {
	background-attachment: scroll;
}

.service_item {
    display: block;
}
.service_item p {
    width: 100%;
}

.contList .listBox img {
    width: 70%;
}

.listBox p {
    margin: 15px 0 0 0;
}

.sp__on{
	display: table;
}
.pc__on{
	display: none;
}

h2 a.btnList{
	width: auto;
	margin: 0;
}

.item_btn {
    padding-top: 30px;
}
.btn_0{
	padding-top: 0;
}
.tpbox-itemright p{
	margin-top: 15px;
}
/* サービスエフェクト */
.service-info {
    bottom: 15%;
}

/* 採用ブロック */
.recruit_img {
    width: 100%;
}
.recruit_box1 {
	position: absolute;
	padding: 15px 0;
}
.recruit_box1 p {
	margin-bottom: 0;
	margin-top: 15px;
}
.recruit_btn .btnList {
    margin-top: 0;
}
.recruit_box-text {
    width: 90%;
}
.recruit_btn .btnList::after {
    right: -35%;
}

/*テーブル-------------------------------------------*/
.mailForm_table {
	width: 100%;
}

.sectionBlock table.companyTable th,
.sectionBlock table.companyTable td,
.mailForm_table th,
.mailForm_table td {
	display: block;
	padding: 15px;
	text-align: left;
	border-top: none;
}
.sectionBlock table.companyTable tr:first-child,
.mailForm_table tr:first-child{
	border-top:solid 1px #CCC ;
}
.sectionBlock table.recuitTable th,
.sectionBlock table.recuitTable td{
	display: block;
    padding: 15px;
	font-size: 14px;
	text-align: left;
}

.mailForm_table th,
.mailForm_table td {
	text-align: left !important;
}

.mailForm_table th {
	border-right: solid 1px #CCC;
}

.mailForm_table input, .mailForm_table textarea{
	font-size: 16px;
}

/*フッター-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footerBlock .footerboxIn .footerRight {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footerBlock .footerboxIn .footerRight p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footerBlock .footerboxIn ul {
	width: 32%;
}
.recruitBox-text p {
    line-height: 1.6;
    font-size: 14px;
}
.recruitBox-title {
    padding-bottom: 15px;
}
.recruitBox-title span {
    font-size: 16px;
}
.recruitBox-text h4 {
    font-size: 25px;
}
.recruitContactBox .Box-tel, 
.recruitContactBox .Box-contact {
    font-size: 24px;
}

.footer_block .footer_block__inner ul {
	display: block;
    text-align: center;
}
.footer_block .footer_block__inner ul li a{
	padding: 3px 0 3px 0px;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) {
header .headerContactBtn a {
	float: left;
	margin-left: 13px;
	padding: 0px;
	width: 280px;
	background-position: 240px center;
}

header .headerContactBtn a::after {
	line-height: 26px;
}
.top_view__message h2 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -1px;
}
.top_view__message p {
    font-size: 13px;
    letter-spacing: -1px;
    padding-top: 5px;
}
.top_intro {
    width: 95%;
}

.topSecTitle {
    font-size: 20px;
}

/* .sectionBlock {
	padding-top: 45px;
	padding-bottom: 45px;
} */
.sectionBlock_recruit {
    padding-bottom: 0;
}

.news_list li {
	display: block;
}
.news_list .news_date {
    padding-bottom: 0;
}
.newTopics-cont {
	display: block;
    padding: 45px 0 0 0;
}
.news_title {
    line-height: 2;
    text-align: initial;
}

.text_box {
    padding-bottom: 45px;
}
.service_list__box {
	margin-bottom: 45px;
	margin-left: 0;
	margin-right: 0;
}
.service_mb-none{
	margin-bottom: 0;
}

.service_list h3{
	font-size: 20px;
}
.service_title {
    font-size: 24px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}

h2 a.btnList::before {
	line-height: 26px;
}
.sectionBlock p {
    font-size: 14px;
}
.company_box-btn a {
    font-size: 14px;
}

.contList .listBox {
	width: 98%;
	margin-left: 1%;
}

.ver_sp {
    display: block;
}

/* サービスエフェクト */

.footerBlock .footerboxIn {
	width: 100%;
}
.footerBlock ul li .listTitle {
	font-size: 12px;
	letter-spacing: 0px;
}

.footerBlock ul li a {
	padding-left: 20px;
	font-size: 13px;
	line-height: 18px;
}

.footerBlock .footerboxIn ul {
	width: 32%;
	margin-left: 1%;
}
.footerBlock .footerboxIn ul li{
	font-size: 13px;
}

textarea,
input {
	max-width: 360px;
}
.topIntro p {
    font-size: 13px !important;
    line-height: 30px;
}
.recruitContactBox p a {
	font-size: 16px;
}
.recruitContactBox p a:after {
	font-size: 16px;
    display: none;
}
.subIntro p {
    font-size: 13px !important;
    text-align: center;
    padding: 10px 0;
}
.recuitTable th {
    padding: 0;
}
.recuitTable td {
    padding: 15px;
    font-size: 13px;
}

.menuTable {
    margin: 15px 0 45px 0;
    font-size: 14px;
}
.menuTable th, .menuTable td {
	padding: 10px 
	5px;
}

.recruitContactBox {
    display: block;
}
.recruitBox-text,
.recruitBox-btn {
	width: 100%;
	padding: 45px 0 0 0 ;
}
.recruitBox {
    padding-bottom: 45px;
}
/* 採用・お問い合わせブロック */
.topend_block {
    display: block;
}
/* .recruit_block {
    width: 90%;
    margin: auto;
} */
.recruit_box {
    width: 65%;
}
.recruit_top{
	margin-top: 30px;
}
.recruit_bg .recruit_box{
	margin-top: 15px;
}
/* 採用ブロック */
.recruit_text{
	display: none;
}
.recruit_btn .btnList {
    display: inline-block;
    margin-top: 30px;
}
.recruit_box1 {
    padding: 50px 0;
}

.company_box {
    width: 100%;
}

}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

.sectionBlock p {
	line-height: 1.8;
	font-size: 14px !important;
}
.recruit_box1 {
    padding: 10px 0;
}

.top_view__message h2 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -2px;
}
.top_intro h2{
	font-size: 18px;
}
h2 {
    font-size: 18px;
}

.news_list li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dceee8;
}
.news_list li p {
    font-size: 14px;
}
.news_list li:last-child {
    padding-bottom: 15px;
}

.news_title span {
    font-size: 14px;
}

.tpflexbox1 {
	margin-bottom: 10px;
}
.tpbox-itemright h2 {
    font-size: 20px;
}


.text_box {
    padding: 15px 30px;
    padding-bottom: 20px;
}
.service_list__box {
    margin-bottom: 45px;
}
.service_mb-none {
    margin-bottom: 0;
}

.footerBlock .footerboxIn ul {
	width: 98%;
	margin-left: 1%;
	margin-right: 0;
	padding: 5px 5px 10px 5px;
	font-size: 13px;
}
.sectionBlock .newTopics ul li:first-child {
    margin-top: 10px;
    padding-top: 10px;
}
.sectionBlock .newTopics ul li {
    margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}
.mailForm_table textarea,
.mailForm_table input {
	max-width: 280px;
}

.sectionBlock h3 {
    font-size: 18px;
}

.top_intro p {
    background-size: auto 1.4rem;
}
.top_intro h2 {
    margin-bottom: 15px;
}

.news_item {
    display: block;
}
.news_date::after {
    bottom: -43px;
    left: 0px;
}
/* サービスエフェクト */

.company_box-btn {
    padding: 10px 40px;
}
.item_btn {
    padding-top: 15px;
}
.service-info {
    font-size: 14px;
}
.service-info span {
    font-size: 14px;
}

.company_box-title span {
    font-size: 14px;
}
.recruit_box-text span{
	font-size: 14px;
}

}
/*-----（/～400）-----*/

/*スライドショー---------------------------------------------------------*/
.topImg {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.topImg img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.topImg img.topImg01,
.topImg img.topImg02,
.topImg img.topImg03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	will-change: contents;

	height: 100vh;
    object-fit: cover;
}

.topImg img.topImg02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.topImg img.topImg03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
0% {
	opacity: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

10% {
	opacity: 1;
}

34% {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}
44% {
	opacity: 0;
}
}

@-webkit-keyframes album {
0% {
	opacity: 0;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

10% {
	opacity: 1;
}

34% {
	opacity: 1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}
44% {
	opacity: 0;
}
}

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.itemEffect.delay02 {
	transition-delay:0.2s;
	-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
	transition-delay:0.4s;
	-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
	transition-delay:0.6s;
	-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
	transition-delay:0.8s;
	-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}


