﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}

.pc_con{
	display:block;
}

.sp_con{
	display:none;
}

.p-header{
	width:100%;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	right: 0;
}

.l-container{
	width:1280px;
	height: 100%;
	margin:0 auto;
	padding:0 10px;
}

.p-header__inner{
	width:1260px;
	height:100px;
}

.p-header__headerBox{
	height:100px;
	display:flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.p-header__headerBox__logo{
	margin-top:5px;
}

.p-header__headerBox__nav{
	float:right;
}

.p-header__headerBox__nav ul{
	margin-top:42px;
}

.p-header__headerBox__nav ul li{
	float:left;
	margin-right:35px;
	list-style:none;
}

.p-header__headerBox__nav ul li:last-child{
	margin-right:0px;
}

.p-header__headerBox__nav ul li a{
	text-decoration: none;
	color:#ffffff;
	font-size:16px;
	font-family:'游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-weight:700;
}

.is-em {
	width:150px;
	height:100px;
	margin-top:-41px;
	line-height: 100px;
	background-color:green;
}

.is-em a{
	padding-left:26px;
}

.p-mainVisual{
	background-image: url(/images/t-05.jpg);
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.p-mainVisual__inner{
	padding-top:200px;
	padding-bottom:150px;
}

.p-mainVisual__mainVisualBox__messageBox__messageEn1{
	font-size:42px;
	font-family: "Lato",sans-serif;
	color:yellow;
	letter-spacing: 2px;
	text-align:center;
	margin:0px;
}

.p-mainVisual__mainVisualBox__messageBox__messageEn2{
	font-size:86px;
	font-family:"Lato",sans-serif;
	color:#ffffff;
	margin:25px 0;
	padding-left:192px;
	line-height: 120px;
}

.p-mainVisual__mainVisualBox__messageBox__messageJa{
	font-size:32px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	margin:0;
}

.u-marker{
	background:linear-gradient(transparent 70%,green 0%);
}

.p-section{
	height:700px;
	position:relative;
}

.p-section__infoBox__thumbnail{
	background-image:url(../images/t-06.jpg);
	width:640px;
	height:396px;
}

.p-section::after{
	content: '';
    background-image: url(../images/bg_section.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    z-index: -1;
}

.p-section__inner{
	padding:40px 0;
}

.c-title{
	color:#0d1832;
	text-align:center;
	z-index:10000;
}

.c-title span{
	color:#22ac38;
}

.c-title__english{
	font-family: "Lato",sans-serif;
	font-size:42px;
	font-weight: 900;
	margin:0;
	position:relative;
}

.c-title__english::after {
    content: '';
    background-image: url(../images/decoration_title.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 10px;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.c-title__japanese{
	font-size:18px;
	margin:35px 0;
}

.p-section__infoBox__textBox {
    width: 560px;
    background-color: #f6f6f6;
    padding: 31px 40px;
	display:inline-block;
}

.p-section__infoBox__textBox__title{
	font-size:24px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	margin-top:12px;
}

.p-section__infoBox__textBox__description{
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:20px;
}


.p-section__infoBox__thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
	display:inline-block;
	float:right;
}

.detail_button{
	margin:35px auto 0;
	display:block;
	text-align:center;
}

.detail_button a{
	display:inline-block;
	text-decoration: none;
	padding:15px 40px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	color:#ffffff;
	background-color:black;
	border:solid 2px #ffffff;
	border-radius:5px;	
}

.p-feature{
	background-color:#efefef;
	height:765px;
	margin:15px 0;
	position: relative;
}

.p-feature__inner{
	padding:40px 0;
	height:90%;
}

.p-feature__featureList{
	display: block;
	height:443px;
}

.p-feature__featureList ul {
	list-style:none;
}

.p-feature__featureList ul li{
	float:left;
	padding:0 10px;
}

.p-feature__featureList__featureBox{
	height:427px;
	width:380px;
	background-color:#ffffff;
}

.p-feature__featureList__featureBox__infoBox__title span{
	font-size:24px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	margin-left:20px;
	font-weight:bold;
}

.p-feature__featureList__featureBox__infoBox__description{
	font-size:18px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	padding:10px 20px 0;
	margin:0;
}

.bk-line{
	width:756px;
	height:40px;
	position:absolute;
	top:-3.1%;
}

.gr-line{
	width:756px;
	height:40px;
	position:absolute;
	top:97.5%;
	right:0px;
}

.p-recruit{
	height:765px;
}

.p-recruit__inner{
	padding:40px 0;
	height:700px;
	position:relative;
}

.p-recruit__photo{
	position:absolute;
	top:35px;
	left:0px;
}

.p-recruit__photo img{
	width:90%;
}

.p-recruit__right{
	width:640px;
	float:right;
}

.p-recruit__right h1{
	font-size:60px;
	font-family:  '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 80px;
}

.p-recruit__right p{
	font-size:18px;
	font-family:  '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
}


.p-contact{
	height:400px;
}

.p-contact__inner{
	height:330px;
	padding:35px 0;
}

.p-contact__title{
	text-align: center;
	font-size: 24px;
	color:#ffffff;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	display: block;
}

.p-contact__contentBox{
	width:1260px;
	height:200px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	display:flex;
}

.p-contact__contentBox__left{
	width:50%;
	height:155px;
	background-color:#efefef;
	padding-top:45px;
}

.p-contact__contentBox__right{
	width:50%;
	height:250px;
	margin-top:84px;
}

.p-contact__contentBox__right a{
	font-size:20px;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	background-color: green;
	padding:87px 195px;
}

.area{
	font-size:16px;
	font-weight: 700;
	margin:0;
	padding-right:10px;
}

.p-contact__contentBox__infoBox{
	display:flex;
	justify-content: center;
	align-items: center;
	
}

.p-contact__contentBox__infoBox a{
	font-size:36px;
	color:black;
	text-decoration: none;
	font-weight: 800;
}

.p-contact__contentBox__infoBox__businessHours {
	font-size:12px;
	padding-left:15px;
	line-height: 14px;
}


.p-footer01{
	height:80px;
	background-color:#efefef;
}

.p-footer__inner{
	padding:15px 0;
}

.footer__logo{
	text-align:center;
}

.footer__logo img{
	height:50px;
}

.p-footer__footerNav{
	height: 80px;
    background-color: #1e1f1f;
	margin:0;
}

.p-footer__footerNav__navList ul{
	margin:0;
	display:flex;
	justify-content: center;
	align-items: center;
}

.p-footer__footerNav__navList ul li{
	list-style: none;
	border-right: 1px solid #ffffff;
	padding: 0 15px;
}

.p-footer__footerNav__navList ul li:last-child{
	border-right: none;
}

.p-footer__footerNav__navList ul li a{
	text-decoration: none;
	color:#ffffff;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
}

.p-footer__footerNav__inner{
	padding:26px 0;
}

.p-footer__copyright{
	height:40px;
	background-color:green;
}

.p-footer__copyright__textBox__text{
	color:#ffffff;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	text-align: center;
	margin:0;
}

.p-footer__copyright__inner{
	padding: 8px 0;
}

.c-goTop{
	position:fixed;
	right:0;
	bottom:0;
}

.c-goTop img{
	width:50%;
}

/*下層ページ共通メイン---------------------------------------------------------------------------------------------------------------------------*/

.u-mainVisual{
	background-image: url(../images/bg_mainvisual.png);
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 1280px;
}

.u-mainVisual__inner{
	padding:185px;
	text-align: center;
}

.u-mainVisual__mainVisualBox__messageBox__messageEn2{
	font-size:32px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	color:#ffffff;
	margin:0;
	letter-spacing: 10px;
}

.u-mainVisual__mainVisualBox__messageBox__messageEn1{
	font-size: 20px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	color:yellow;
	font-weight: bold;
	margin:0;
}

.breadcrumb{
	height:50px;
	display:block;
	background-color:#ffffff;
	border:1px solid #efefef;
}

.breadcrumb ol{
	display:flex;
}

.breadcrumb ol li{
	list-style:none;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:14px;
	padding-right:10px;
}

.breadcrumb ol li::after{
	content: ">";
	font-size:14px;
	padding-left:10px;
}

.breadcrumb ol li:last-child::after{
	content:normal;
}

.breadcrumb ol li a{
	text-decoration: none;
	color:black;
}

.c-feature{
	background-color:#efefef;
	height:765px;
	margin:15px 0;
	position: relative;
}

/*会社概要---------------------------------------------------------------------------------------------------------------------------*/

.a-section__infoBox__thumbnail{
	float:right;
	background-image:url(../images/u-about.png);
	width:640px;
	height:580px;
}

.a-section__infoBox__textBox__description{
	font-size:18px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
}

.a-section{
	height:840px;
	position:relative;
	margin-top:50px;
}

.a-section::after{
	content: '';
    background-image: url(../images/bg_section.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    z-index: -1;
}

.a-feature{
	background-color:#efefef;
	height:100%;
	position: relative;
}


.tbl1 a:hover{
	border-bottom:1px solid black;
	color:darkgreen;
}
/*
.information_table{
	width:720px;
	margin:0 auto;
}

.information_table tbody{
	font-size:16px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
}

.information_table th,td{
	padding:10px 15px;
}
*/


/*事業内容－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/

.p-news-tab-list__tabs-wrapper ul{
	width:1280px;
	height:62px;
	padding-left:0;
	margin:40px 0 0 0;
}

.p-news-tab-list__tabs-wrapper ul li{
	list-style:none;
	width:100%;
	float:left;
}

.p-news-tab-list__tabs-wrapper ul li a{
	text-decoration: none;
	color:#ffffff;
	border: 1px solid #ddd;
    display: block;
    margin-left: -1px;
    transition-property: background, border-color, color;
    transition-duration: 0.2s;
    height: 60px;
    line-height: 59px;
	text-align:center;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
}

.c-section{
	height:735px;
	position:relative;
	margin-top:50px;
}

.c-section::after{
	content: '';
    background-image: url(../images/bg_section.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    z-index: -1;
}

.c-section__infoBox__thumbnail{
	background-image:url(../images/thumbnail_feature_3.png);
	width:640px;
	height:396px;
}

.c-section__infoBox__thumbnail {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
	display:inline-block;
	float:right;
}

.green_back{
	background-color:green;
}

.gray_back{
	background-color:#9fa0a0;
}

#news-tab-list__panel--all{
	width:100%;
	height:415px;
	background-color:white;
	border:1px solid black;
	list-style: none;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:18px;
	font-weight: bold;
	padding:0;
	margin:0;
}

.s-permit{
	padding:10px 0 0 20px;
	float:left;
	display:inline-block;
}

.s-permit li{
	list-style:none;
	padding:10px;
}

#news-tab-list__panel--1{
	width:100%;
	height:360px;
	
	background-color:white;
	border:1px solid black;
	list-style: none;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:18px;
	font-weight: bold;
	padding:0;
	margin:0;
}

.i-permit{
	padding-top:20px;
	width:20%;
	float:left;
}

.i-permit li{
	list-style:none;
	padding:10px;
}

.i-permit-photo{
	padding:85px 0;
	margin-left:100px;
}

.i-permit-photo img{
	width:15%;
}

.tab-target{ display: none;}
.tab-target.current{ display: block;}

.p-news-tab-list__tabs-item a{
	cursor:auto;
}

.c-feature{
	margin:0;
}

.c-feature__photo{
	width:50%;
	height:536px;
	margin:0;
	display:inline-block;
}

.c-feature__photo img{
	width:45%;
	float:left;
	padding:10px;
}

.c-feature__table{
	padding:0 10px 0;
	margin:15px;
	width:45%;
	height:512px;
	display:inline-block;
	font-size:20px;
}
/*
.c-feature__table tr{
	height:91px;
	background-color:#ffffff;
}

.c-feature__table th{
	width:417px;
}

.c-feature__table td{
	width:28%;
	text-align:center;
}
*/

.c-section__infoBox__textBox {
    width: 560px;
    background-color: #f6f6f6;
    padding: 31px 40px;
	display:inline-block;
	height:334px;
}

.c-section__infoBox__textBox__title{
	font-size:24px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	margin-top:12px;
}

.c-section__infoBox__textBox__description{
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:20px;
}

/*採用情報------------------------------------------------------------------------------------------------------------------------*/

.r-mainVisual{
	background-image: url(../images/bg_mainvisual3.png);
	width: 100%;
}

.r-section{
	height:840px;
	position: relative;
	margin-top:50px;
}

.r-section::after{
	content: '';
    background-image: url(../images/bg_section.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    z-index: -2;
}

.r-section__inner{
	padding:40px 0;
	height:100%;
	position: relative;
}

.r-recruit__photo{
	position:absolute;
	top:90px;
	left:0px;
	z-index: -1;
	width:50%;
	display:inline-block;
}

.r-recruit__photo img{
	width:90%;
}

.r-recruit__content{
	width:50%;
	background-color:#efefef;
	position:absolute;
	left:640px;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	padding:50px;
	
}

.r-recruit__content h3{
   font-size:40px;
   text-align:center;
   margin-top:0;
}

.r-recruit__content table{
	border-collapse: collapse;
	margin:0 auto;
}

.r-recruit__content table tr{
	border-bottom:1px solid black;
}

.r-recruit__content table th{
	font-weight: normal;
}

.r-recruit__content table td{
	font-weight: bold;
	padding-left:50px;
}


.google-map01{
	width:50%;
	display:inline-block;
	
}

.google-map01 iframe{
	width:600px;
	height:450px;
	border:0;
}

.google-map02{
	width:50%;
	display:inline-block;
	float:right;
	text-align: right;
}

.google-map02 iframe{
	width:600px;
	height:450px;
	border:0;
}


.map_text{
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
	font-size:24px;
	margin:10px 0;
}

.google-map02 h3{
	text-align: right;
}

/*お問合せ----------------------------------------------------------------------------------------------------------------------------------*/

#formWrap {
	width:700px;
	margin:0 auto;
	padding:10px;
	color:#555;
	line-height:120%;
	font-size:90%;
	background-color:#efefef;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;

}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	font-weight:bold;
}

.formTable td{
	background-color:#ffffff;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/*レスポンシブ*/

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

	body{width:100%;}
	
	.pc_con{
	display:none;
}

.sp_con{
	display:block;
}
	
	.p-mainVisual{
		width:100%;
		height:667px;
		background-position:-183px;
	 }
	
	.p-header__inner{
		width:100%;
	}
	
	.p-header__headerBox__logo {
		width:70%;
	}
	
	.p-header__headerBox__logo img {
		width:100%;
	}
	.p-header__headerBox__nav{
		width:30%;
	}
	
	
	.p-mainVisual__inner{
		width:100%;
		padding-top:150px;
	}
	
	.p-mainVisual__mainVisualBox__messageBox__messageEn1{
		font-size:20px;
	}
	
	.p-mainVisual__mainVisualBox__messageBox__messageEn2{
		font-size:46px;
		padding-left:10px;
		line-height:60px;
	}
	
	.p-mainVisual__mainVisualBox__messageBox__messageJa{
		font-size:20px;
		padding-top:30px;
	}
	
.l-container {
	width:90%;
	margin:0 auto;
}

	.p-section__inner{
		width:100%;
	}

	section{
		width:100%!important;
	    height:100%!important;
	}

/*レスポンシブーフッター*/
footer{width:100%;}

.p-footer01{
		height:67px;
}	
	
.footer__logo img{
	height:36px;
}
	.p-footer__footerNav__inner{
		padding:0;
	}
	
	
	
	.p-footer__footerNav__navList ul{
		display:block;
		width:100%;
		height:80px;
		padding:0;
	}	
	
	.p-footer__footerNav__navList li{
		display:block;
		width:50%;
		height:50%;
		border:1px solid white;
		box-sizing: border-box;
		float:left;
		padding-top:5px!important;
		text-align: center;
	}	
	
	.p-footer__footerNav__navList li:first-child{
		display:none;
	}
	
	.p-footer__footerNav__navList li a{
		font-size:18px;
	}
	
/*お問合せ------------------------------*/
	
	.p-contact__contentBox{
		width:100%;
		display:block;
	}
	
	.p-contact__contentBox__left{
		width:100%;
		height:93%;
		padding:10px;
		box-sizing: border-box;
	}
	.p-contact__contentBox__infoBox {
		display:block;
		height:86px;
	}
	
	.sp_float{
		width:100%;
		height:30px;
	}
	
	.p-contact__contentBox__infoBox a{
		font-size:28px;
	    margin:0;
		display:block;
		text-align: center;
	}
	
	.area {
		font-size:18px;
		display:inline-block;
		float:left;
		margin:0;
		padding:0;
		width:30%;
		text-align: center;
	}
	
	.area p{
		margin:0;
		height:28px;
	}



	.p-contact__contentBox__infoBox__businessHours{
		float:right;
		padding:0;
		margin-top:7px;
		width:70%;
		box-sizing: border-box;
		text-align: center;
	}
	
	.contact_respon{
		font-size:19px;
		margin-top:0;
	}
	
	.p-contact__contentBox__right{
	    width:100%;
		height:70px;
		display:block;
		margin:0;
		padding:0;
		box-sizing: border-box;
		background-color: green;
	}
	
	.p-contact__contentBox__right a{
        margin:0;
		padding:21px;
		text-align:center;
		background-color: transparent;
		display: block;
	}
	
	/*ホームー会社概要-------------------*/
	

	.p-section__inner{
		margin:0;
	}
	
	.p-section__infoBox__textBox{
		width:100%;
		box-sizing: border-box;
		padding:20px;
	}
	
	.p-section::after{
		display:none;
	}
	
	.p-section__infoBox__textBox__title{
		font-size:20px;
	}
	
	.p-section__infoBox__textBox__description{
		font-size:18px;
		display:block;
	}
	
	.p-section__infoBox__thumbnail{
		width:100%;
		box-sizing: border-box;
		background-size:auto;
	}
	
	/*ホームー事業内容-------------------*/
	
	.p-feature__featureList__featureBox{
		width:100%;
		height:auto;
	}
	
	.p-feature__featureList{
		height:100%;
		display:block;
	}
	
		.p-feature__featureList ul{
		width:100%;
	    padding:0;
		height:100%;
		display:block;
	}
	
		.p-feature__featureList ul li{
		width:100%;
		display:block;
		height:auto;
		box-sizing: border-box;
		float:none;
	}
	
	.p-feature__featureList__featureBox__thumbnail img{
		width:100%;
		height:auto;
	}
	
	.p-feature__featureList__featureBox__infoBox__title span{
		font-size:20px;
	}
	
	.p-feature__featureList__featureBox__infoBox__description{
		padding:0 20px 20px;
	}
	
	.cont_btn{
		margin-top:40px;
	}
	
	/*ホームー採用情報-------------------*/
	
	.p-recruit{
		width:100%;
		height:970px!important;
	}
	#contentpage .p-recruit{
		height:auto!important;
	}
	
	.p-recruit__inner{
		position:static;
		display:block;
	}
	
	.p-recruit__right{
		width:100%;
		display:block;
	}
	
	.p-recruit__p{
		width:100%;
	}
	
	.p-recruit__p h1{
		width:100%;
		font-size:32px;
		line-height: 40px;
		margin-top:0;
	}
	
	.p-recruit__photo{
		position:static;
	}
	
	.p-recruit__photo img{
		width:100%;
		display:block;
	}
	
	.c-title{
		display:block;
	}
	
	/*ホームーアサイド-------------------*/
	
	aside{
		width:100%;
		display:none;
	}
	
　　.c-goTop a{
       position:fixed;
	   right:-90px;
	   bottom:0;
	}
	
	.c-goTop img{
       width:40%;
	}
	
	/*会社概要-------------------*/
	
	.u-mainVisual{
		width: 100%;
		background-position: -890px;
		background-size: auto;
		min-width:100%;
	}

	.u-mainVisual__inner{
		padding:158px 0;
	}
	
	.breadcrumb ol{
		padding-left:0;
	}
	
	.a-section{
		margin:0;
	}
	
	.a-section::after{
		display: none;
	}
	
	.a-section__infoBox__thumbnail{
		width:100%;
		height:273px;
		background-image:url(../images/about_sp.png);
		background-repeat: no-repeat;
		box-sizing: border-box;
		display:block;
		float:none;
	}
	/*
	.information_table{
		width:100%;
	}
	
	.information_table th,td{
		display: block;
	}
	*/
	
	/*事業内容-------------------*/
	
	/*
	.c-feature__table th,td{
		display: table-cell!important;
	}
	*/
	
	.p-news-tab-list__tabs-wrapper ul {
		width:100%;
	}
	
	.p-news-tab-list__tabs-item{
		padding:5px;
		box-sizing: border-box;
	}
	
	.p-news-tab-list__tabs-item a{
		border:none!important;
	}
	
	.c-section{
		margin-top:0;
	}
	
	.c-section::after{
		display:none;
	}
	
	.p-news-tab-list__panel{
		overflow: scroll;
	}
	
	.s-permit{
		width:100%;
		display:block;
		box-sizing: border-box;
		padding-left:50px;
		margin:0 auto;
	}
	
	.s-permit li{
		display:block;
		width:100%;
		box-sizing: border-box;
	}
	
	.i-permit{
		width:100%;
		display:block;
		box-sizing: border-box;
		padding-left:0;
	}
	
	.i-permit li{
		display:block;
		width:100%;
		box-sizing: border-box;
		text-align:center;
	}
	
	.c-feature__photo{
		width:100%;
	}
	
	.c-feature__photo img{
		width:100%;
		box-sizing: border-box;
		float:none;
	}
	
	.c-feature__table{
		width:100%;
		box-sizing: border-box;
		font-size:18px;
		margin:0;
	}
	
	.c-section__infoBox__thumbnail{
		width:100%;
		box-sizing: border-box;
		background-size:auto;
		float:none;
		height:200px;
	}
	
	/*
	
	.c-feature__table tr{
		width:100%;
		box-sizing: border-box;
	}
	
	.c-feature__table th{
		width:80%;
	}
	
	.c-feature__table td{
		width:20%;
		height:90px;
		margin:0!important;
		padding:10px;
		vertical-align: middle;
		box-sizing: border-box;
	}
	*/
	
		.c-section__infoBox__textBox{
		width:100%;
		box-sizing: border-box;
		display:block;
		float:none;
	}
	
	.c-section__inner{
		margin:0;
	}
	
	.c-section__infoBox__textBox{
		width:100%;
		box-sizing: border-box;
		padding:20px;
		height:100%;
	}
	
	.c-section__infoBox__textBox__title{
		font-size:20px;
	}
	
	.c-section__infoBox__textBox__description{
		font-size:18px;
		display:block;
	}
	
	.p-section__infoBox__thumbnail{
		width:100%;
		background-image:url(../images/t-06.jpg);
		box-sizing: border-box;
		background-size: cover;
		float:none;
		height:250px;
	}
	
	#e-consul{
		height:910px!important;
	}
	
	/*採用情報-------------------*/
	
	.r-mainVisual{
		background-image: url(../images/bg_mainvisual3.png);
		width: 100%;
		background-position: -565px;
		background-size: auto;
		min-width:100%;
	}
	
	.r-section{
		margin-top:0;
		position:static;
	}
	
	.r-recruit__photo {
		display:block;
		position:static;
		width:100%;
	}
	
	.r-recruit__photo img{
		    width:100%;
	}
	
	.r-section::after{
		display:none;
	}
	
	.r-section__inner{
		width:100%;
		position:static;
	}
	
	.r-recruit__content {
	   width:100%;
		position:static;
		display:block;
		padding:20px;
		box-sizing: border-box;
		margin-top:40px;
	}
	
	.r-recruit__content h3{
		font-size:36px;
	}
	
	.r-recruit__content table{
		width:100%;
	}
	
	.r-recruit__content table th{
		width:30%;
		font-size:14px;
	}
	
	.r-recruit__content table td{
		width:70%;
		padding-left:10px;
	}
	
	.r-recruit__content table td span{
		font-size:12px;
	}
	
	.p-feature__inner{
		height:100%;
	}
	
	.google-map01{
		width:100%;
	}
	
	.google-map01 iframe{
		width:100%;
	}
	
	.google-map02{
		width:100%;
		float:none;
	}
	
	.google-map02 iframe{
		width:100%;
	}
	
	.google-map02 h3{
		text-align:left;
	}
	
	/*お問合せ-------------------*/
	
	#formWrap{
		width:100%;
		box-sizing: border-box;
	}
	




	
	
}

/*20211216追加-------------------*/

@media screen and (max-width: 572px) {
ul,li {list-style:none;}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 26px;
  right: 26px;
  z-index: 999999;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}

	nav ul{
		padding-left:0;
	}
	
nav li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
nav li a { text-decoration:none; color:#000; font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;font-weight:bold;}
nav li a:hover { text-decoration:none;}

.menu-trigger {
  transform: translateX(0);
}
.menu-trigger.active {
  transform: translateX(-250px);
}
	
	.for_mo open {
		padding-left:0!important;
	}	
	
}


/*
 テーブル
---------------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.tbl1 { width:100%; line-height:150%;font-size:20px;font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;}
table.tbl1 th,table.tbl1 td { border:1px solid #000; padding:10px;  box-sizing: border-box;}
table.tbl1 th { width:25%; text-align:center; font-weight:normal;}
table.tbl1 td {background-color:#fff; }

table.tbl2 { width:100%; line-height:150%; box-sizing: border-box; height:90%;font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;font-weight:bold;}
table.tbl2 th,table.tbl2 td { border:1px solid #000; padding:0px;  box-sizing: border-box; display:table-cell;text-align:center;}
table.tbl2 th { width:80%; text-align:center; font-weight:normal;}
table.tbl2 td img { }
table.tbl1 a{text-decoration: none; color:black;}


@media screen and (max-width: 572px) {
.toplogo {}
.toplogo img { width:70%; margin:auto;}

table.tbl1 { font-size:100%;font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;}
table.tbl1 th,table.tbl1 td { padding:8px 5px; display:block; width:100%; text-align:center; margin-top:-1px;}
table.tbl1 th{font-weight:bold;}

p.copy_base { font-size:1.7rem; margin-bottom:10px!important;}


table.tbl2 { width:100%; line-height:150%; box-sizing: border-box; height:90%; font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;font-weight:bold; }
table.tbl2 th,table.tbl2 td { border:1px solid #000; padding:0px;  box-sizing: border-box; display:table-cell;text-align:center;}
table.tbl2 th { width:80%; text-align:center; font-weight:normal;}
table.tbl2 td img { }

}
