@charset"utf-8";

@media screen and (max-width: 670px) {

	/*common--------------------------------*/

	.sp {
		display: block;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	.pc {
		display: none;
	}

	.container {
		width: 90%;
		margin: 0 auto;
		position: relative;
		padding: 0;
	}

	.stripe {
		background: url('../img/common/bg_stripe.gif') left top;
		background-size: 3% auto;
		/*background: repeating-linear-gradient(45deg, #e60027 0px, #e60027 10px, #dc0328 10px, #dc0328 20px);*/
	}

	.sec_tit {
		width: 100%;
		height: 200px;
		text-align: center;
		margin: -40px 0 -160px 0;
		padding: 25px 0 40px;
		position: relative;
		background: url('../img/common/tit_bg_stripe.png') center top no-repeat;
		background-size: 200% auto;
		z-index: 3;
	}

	.stripe .sec_tit {
		background: url('../img/common/tit_bg_white.png') center top no-repeat;
		background-size: 200% auto;
	}

	.sec_tit span {
		font-size: 8vw;
		padding-bottom: 0;
	}

	.sec_tit b {
		font-size: 3.5vw;
	}

	.sub_tit {
		font-size: 7vw;
	}

	.sub_tit:after {
		width: 15%;
		height: 6px;
		margin-left: -7.5%;
	}

	.lower .sub_tit {
		text-shadow: 1px 1px 4px #333;
	}

	.plain_txt {
		font-size: 14px;
		line-height: 1.5em;
	}

	.btn_container {
		padding-top: 30px;
	}

	.btn_container a {
		width: 95%;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		background-color: #e60027;
		color: #fff;
	}

	.stripe .btn_container a {
		background-color: #fff;
		color: #e60027;
	}

	.anchor {
		margin-top: -50px;
		padding-top: 50px;
	}


	/*----------------------------------------*/

	/*header*/

	/*----------------------------------------*/

	header {
		width: 100%;
		height: 50px;
	}

	header .logo_container {
		padding: 5px;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	header .header_logo_obj,
	header.fixed .header_logo_obj {
		height: 40px;
	}

	header a:first-of-type .header_logo_obj,
	header.fixed a:first-of-type .header_logo_obj {
		width: 33.82vw;
		height: unset;
	}

	header nav {
		float: none;
		background-color: #fff;
	}

	header nav .nav_inner {
		display: block;
		box-shadow: 2px 2px 4px #666;
	}

	header nav .nav_inner .nav_container {
		display: block;
		padding-top: 60px;
	}

	header nav .nav_inner .nav_container .nav_item {
		padding-left: 3em;
		border-bottom: 2px dotted #eee;
		position: relative;
	}

	header nav .nav_inner .nav_container .nav_item:before {
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid #e60027;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		position: absolute;
		top: 18px;
		left: 5%;
	}

	header nav .nav_inner .nav_container .nav_item:first-child {
		padding-left: 3em;
	}

	header nav .nav_inner .nav_container .nav_item:last-child {
		border-bottom: none;
	}

	header nav .nav_inner .nav_container .nav_item a {
		font-size: 14px;
		line-height: 50px;
		display: block;
		width: 100%;
	}

	header nav .nav_inner .inquiry_container {
		padding-left: 0;
	}

	header nav .nav_inner .inquiry_container a {
		display: block;
		width: 100%;
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		text-indent: 1em;
	}

	header nav .nav_inner .inquiry_container a:before {
		content: '';
		display: block;
		width: 25px;
		height: 25px;
		background: url('../img/common/ico_mail.png') center center no-repeat;
		background-size: 25px 25px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -12.5px 0 0 -4.5em;
	}

	header.fixed {
		height: 50px;
		float: none;
	}

	header.fixed .logo_container {
		width: 90px;
		padding: 5px;
	}

	header.fixed nav .nav_inner .nav_container {
		display: block;
		padding-top: 60px;
	}

	header.fixed nav .nav_inner .nav_container .nav_item {
		padding-left: 3em;
	}

	header.fixed nav .nav_inner .inquiry_container {
		padding-left: 0;
	}

	header.fixed nav .nav_inner .inquiry_container a {
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	
	.menu-target {
		display: none;
	}



	/*menu-trigger--------------------------------*/

	.menu-trigger {
		position: absolute;
		width: 36px;
		height: 48px;
		top: 2px;
		right: 20px;
		display: block;
		z-index: 4;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger span {
		position: absolute;
		left: 5px;
		width: 36px;
		height: 5px;
		background-color: #e60027;
		border-radius: 10px;
		z-index: 4;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 8px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 22px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 8px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(16px) rotate(-45deg);
		transform: translateY(16px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}



	/*----------------------------------------*/

	/*footer*/

	/*----------------------------------------*/

	footer {
		padding: 40px 0 10px;
	}

	footer .logo_container {
		width: 200px;
	}

	footer nav .nav_container {
		margin: 20px auto 30px;
	}

	footer nav .nav_container .nav_item {
		display: inline-block;
		font-size: 3.4vw;
	}

	footer nav .nav_container .nav_item a {
		font-size: 3.4vw;
	}

	footer address {
		font-size: 2.5vw;
	}

	footer nav .nav_container .nav_item:nth-child(5):after {
		content: '';
	}

	footer nav .nav_container .nav_item:last-child:after {
		content: '';
	}

	footer nav .nav_container .nav_item:last-child {
		padding-top: 20px;
	}

	footer nav .nav_container .nav_item:last-child a {
		display: block;
		background-color: #fff;
		width: 90vw;
		margin: 0 auto;
		font-weight: bold;
		color: #e60027;
		text-align: center;
		line-height: 40px;
	}



	/*----------------------------------------*/

	/*mv_container*/

	/*----------------------------------------*/
	
	.top .mv_container .catch {
		font-size: 3.6vw;
	}

	.top .mv_container .catch em {
		font-size: 13.5vw;
		padding-bottom: 40px;
	}

	.lower .mv_container {
		height: 250px;
	}

	.lower .mv_container:after {
		height: 250px;
	}

	.lower .mv_container .page_tit {
		font-size: 8vw;
		white-space: nowrap;
	}



	/*----------------------------------------*/

	/*breadcrumb*/

	/*----------------------------------------*/

	.breadcrumb_container {
		display: none;
	}


	/*----------------------------------------*/

	/*article*/

	/*----------------------------------------*/

	.lower article {
		padding-top: 250px;
	}



	/*----------------------------------------*/

	/*section*/

	/*----------------------------------------*/

	section {
		padding: 40px 0;
	}



	/*----------------------------------------*/

	/*top*/

	/*----------------------------------------*/

	/*lastest_news_container------------------*/
	
	.lastest_news_container .container {
		width: 100%;
		overflow: hidden;
	}

	.lastest_news_container .lastest_news_tit {
		font-size: 14px;
		width: 70px;
	}

	.lastest_news_container .txt_container {
		width: calc(100% - 70px);
	}

	.lastest_news_container .txt_container a {
		font-size: 14px;
		text-indent: 1em;
	}

	.lastest_news_container .txt_container a span {
		padding-right: 1em;
	}



	/*sec01-----------------------------------*/

	.top .sec01 {
		background-image: none;
		background-color: #fff;
		position: relative;
		box-shadow: none;
	}

	.top .sec01:after {
		display: none;
	}

	.top .service_list_container {
		display: block;
	}

	.top .service_list_item {
		width: 100%;
	}

	.top .service_list_item:nth-child(even) {
		padding-left: 0;
	}

	.top .service_list_item a {
		width: 100%;
		height: 240px;
	}

	.top .service_list_item a h3 {
		height: 50px;
		font-size: 5.5vw;
		line-height: 50px;
		margin-top: -25px;
	}



	/*sec02-----------------------------------*/

	.top .about_container .left_container {
		width: 70%;
		padding: 10px 0;
	}

	.top .about_container .left_container .about_tit {
		text-align: right;
		padding-right: 20px;
	}

	.top .about_container .left_container .about_tit span {
		font-size: 26px;
		padding-bottom: 0;
	}

	.top .about_container .left_container .about_tit b {
		font-size: 13px;
	}

	.top .about_container .left_container .btn_container {
		text-align: right;
		padding-right: 20px;
		padding-top: 5px;
	}

	.top .about_container .left_container .btn_container a {
		width: 120px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		display: inline-block;
		margin: 0;
	}


	.top .about_container .right_container {
		width: 30%;
		padding: 130px 0 20px;
	}

	.top .about_container .right_container .img_container {
		width: 320%;
		height: 240px;
		max-height: 240px;
		margin-left: -220%;
	}

	.top .about_container .right_container .img_container .company_img {
		width: 160%;
	}



	/*sec03-----------------------------------*/
	
	.top .human_container .left_container {
		width: 30%;
		padding: 160px 0 20px;
	}

	.top .human_container .left_container .img_container {
		width: 320%;
		height: 240px;
		max-height: 240px;
		margin-right: -220%;
	}

	.top .human_container .left_container .img_container .human_img {
		width: 100%;
	}

	.top .human_container .right_container {
		width: 70%;
		padding: 10px 0;
	}

	.top .human_container .right_container .human_tit {
		padding-left: 20px;
	}

	.top .human_container .right_container .human_tit span {
		font-size: 26px;
		padding-bottom: 0;
	}

	.top .human_container .right_container .human_tit b {
		font-size: 13px;
	}

	.top .human_container .right_container .btn_container {
		padding-left: 20px;
		padding-top: 5px;
	}

	.top .human_container .right_container .btn_container a {
		width: 120px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
		display: inline-block;
		margin: 0;
	}



	/*sec04-----------------------------------*/

	.news_list_container {
		display: block;
	}

	.news_list_container .news_list_item {
		width: 100%;
		padding-bottom: 20px;
	}

	.news_wrap {
		width: 100%;
	}

	.news_list_container .news_list_item:nth-child(3n - 1) .news_wrap {
		margin: 0 auto;
	}

	.news_list_container .news_list_item:nth-child(3n) .news_wrap {
		margin: 0 auto;
		float: none;
	}

	.news_wrap .img_container {
		width: 100%;
		height: 220px;
	}

	.news_wrap .txt_container {
		width: 100%;
	}



	/*sec05-----------------------------------*/

	.top .recruit_wrap {
		background-image: none;
		background-color: #fff;
		position: relative;
		box-shadow: none;
	}

	.top .recruit_wrap:after {
		display: none;
	}

	.top .recruit_container {
		background-color: #fff;
	}

	.top .recruit_container .recruit_bnr {
		width: 100%;
	}

	.movie_container {
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 3;
	}

	.movie_container:before {
		content: '';
		display: block;
		padding-bottom: 56.25%;
	}

	.movie_container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



	/*sec06-----------------------------------*/

	.gmap_container {
		position: relative;
		z-index: 4;
		width: 95%;
		height: 320px;
		margin: 0 auto;
		overflow: hidden;
	}

	.gmap_container iframe {
		margin-top: -340px;
	}

	.access_container {
		padding-top: 20px;
	}

	.access_container + .btn_container {
		padding-top: 10px;
	}



	/*----------------------------------------*/

	/*company*/

	/*----------------------------------------*/

	/*sec01-----------------------------------*/

	.greet_container {
		display: block;
		background-color: rgba(0,0,0,.6);
		padding: 10px;
	}

	.greet_container .left_container {
		width: 100%;
		padding-bottom: 10px;
	}

	.greet_container .left_container .lead {
		font-size: 5.4vw;
	}

	.greet_container .left_container .plain_txt {
		width: 100%;
	}

	.greet_container .right_container {
		width: 100%;
	}

	.greet_container .right_container .CEO_container {
		padding: 20px 0 10px 0;
	}

	.greet_container .right_container .CEO_container h3 {
		font-size: 24px;
		text-align: right;
		padding-right: .5em;
	}

	.greet_container .right_container .CEO_container h3 span {
		font-size: 14px;
		padding-right: 2.3em;
	}



	/*sec03-----------------------------------*/

	.plain_table {
		width: 100%;
	}

	.plain_table th {
		width: 100%;
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}

	.plain_table td {
		width: 100%;
		display: block;
		padding: 10px 10px 10px 28px;
		box-sizing: border-box;
	}

	.plain_table td a:hover {
		text-decoration: underline;
	}

	.group_table th {
		width: 100%;
	}
	
	.group_table td {
		width: 100%;
		padding: 10px;
	}
	
	.group_table .btn_container {
		padding: 20px 0;
	}
	
	.group_table .btn_container a {
		color: #fff;
	}
	


	/*----------------------------------------*/

	/*news*/

	/*----------------------------------------*/

	.post_tit {
		padding: 10px;
		font-size: 20px;
	}

	.post_content {
		padding: 10px;
	}

	.post_content p {
		font-size: 4vw;
	}
	.post_content h1 {
		font-size: 10vw;
	}
	.post_content h2 {
		font-size: 9vw;
	}
	.post_content h3 {
		font-size: 8vw;
	}
	.post_content h4 {
		font-size: 7vw;
	}
	.post_content h5 {
		font-size: 6vw;
	}
	.post_content h6 {
		font-size: 5vw;
	}
	.post_content blockquote {
		padding: 0 10px;
	}
	.post_content blockquote:before {
		font-size: 13vw;
		padding-top: 0;
	}
	.post_content blockquote:after {
		content: '”';
		font-size: 13vw;
	}



	/*----------------------------------------*/

	/*inquiry*/

	/*----------------------------------------*/

	.inquiry .plain_table {
		margin-bottom: 20px;
	}

	.inquiry .plain_table th {
		width: 100%;
	}

	.inquiry .plain_table td {
		width: 100%;
		padding: 20px 10px;
	}

	input[type="text"] {
		font-size: 18px;
	}

	textarea {
		font-size: 18px;
	}

	input[type="submit"] {
		width: 95%;
		font-size: 18px;
	}

	.btn_container.back a {
		width: 95%;
		font-size: 18px;
	}

	.error {
		font-size: 12px;
	}

	.inquiry .center {
		text-align: left;
	}

	.inquiry.confirm .plain_txt,
	.inquiry.finish .plain_txt {
		color: #333;
		font-size: 14px;
		line-height: 1.5em;
	}



	/*----------------------------------------*/

	/*recruit*/

	/*----------------------------------------*/

	/*sec02-----------------------------------*/

	.occ_list_container {
		display: block;
	}

	.occ_list_item {
		width: 100%;
		box-sizing: border-box;
	}

	.occ_list_item:nth-child(even) {
		padding-left: 1%;
	}

	.occ_list_item a {
		width: 100%;
		height: 180px;
	}

	.occ_list_item a h3 {
		height: 50px;
		font-size: 5vw;
		line-height: 50px;
		margin-top: -25px;
	}



	/*sec03-----------------------------------*/

	.req_container {
		display: block;
		padding: 10px;
	}

	.req_container .left_container {
		width: 100%;
		padding-bottom: 10px;
	}

	.req_container .right_container {
		width: 100%;
	}

	.req_container .right_container .lead {
		font-size: 5.4vw;
		width: 100%;
		padding-left: 0;
	}

	.req_container .right_container .plain_txt {
		width: 100%;
		padding-left: 0;
	}

	/*sec05-----------------------------------*/
	
	.recruit .works_container .movie_container {
		width: 100%;
	}
	
	.recruit .works_container .img_list_container {
		display: block;
		justify-content: space-around;
	}
	
	.recruit .works_container .img_list_item {
		width: 90%;
		padding-bottom: 20px;
		margin: 0 auto;
	}



	/*----------------------------------------*/

	/*service*/

	/*----------------------------------------*/

	/*sec01-----------------------------------*/

	.service .service_container {
		padding-top: 80px;
	}

	.service .service_container .service_tit {
		font-size: 6vw;
		margin-bottom: 60px;
	}

	.service .service_container .service_tit:after {
		width: 15%;
		height: 6px;
		margin-left: -7.5%;
	}

	.service .service_container .plain_txt {
		font-size: 14px;
		text-align: left;
	}

	.service .service_container .img_container {
		width: 80%;
		margin: 40px auto 20px;
	}



	/*sec02-----------------------------------*/

	.service .service_list_container {
		display: block;
	}

	.service .service_list_item {
		width: 100%;
		padding-bottom: 60px;
	}

	.service .service_inner {
		width: 100%;
	}

	.service .service_list_item:nth-child(even)  .service_inner {
		margin-left: 0;
	} 

	.service .service_inner .service_tit {
		font-size: 6vw;
		margin-bottom: 30px;
	}

	.service .service_inner .service_tit:after {
		width: 15%;
		height: 6px;
		margin-left: -7.5%;
	}

	.service .service_inner .service_tit span {
		font-size: 20vw;
	}

	.service .service_img {
		margin-bottom: 5px;
	}

	.service .btn_container {
		padding-top: 0;
	}



	/*----------------------------------------*/

	/*air_conditioner*/

	/*----------------------------------------*/

	/*sec01-----------------------------------*/

	.works_container {
		width: 90%;
		padding: 10px;
	}

	.works_tit {
		font-size: 6vw;
		margin-bottom: 60px;
	}

	.works_tit:after {
		width: 15%;
		height: 6px;
		margin-left: -7.5%;
	}

	.works_container .plain_txt {
		font-size: 14px;
	}

	/*sec02-----------------------------------*/

	.works_list_container {
		width: 90%;
	}

	.works_list_item {
		padding-bottom: 20px;
	}

	.works_detail_box {
		display: block;
		padding: 10px 10px 0;
	}

	.works_list_item .img_container {
		width: 100%;
	}

	.works_list_item .txt_container {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0 0 0;
	}

	.works_list_item .txt_container .works_tit {
		font-size: 6vw;
	}

	.works_list_item:nth-child(even) .img_container {
		order: 2;
	}

	.works_list_item:nth-child(even) .txt_container {
		order: 1;
		padding: 20px 0 0 0;
	}



	/*service_summary-----------------------------------*/

	.service_summary .service_list_container {
		width: 90%;
		padding: 30px 5px 0;
	}

	.service_summary .service_list_item {
		width: 50%;
		padding-bottom: 20px;
	}

	.service_summary .service_inner {
		width: 94%;
	}

	.service_summary .service_inner .service_tit {
		height: 1.2em;
		font-size: 4vw;
		font-weight: bold;
		color: #fff;
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}

	.service_summary .service_inner .service_tit:after {
		content: '';
		width: 28%;
		height: 5px;
		background-color: #dfc499;
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -14%;
	}

	.service_summary .service_inner .service_tit span {
		font-size: 12vw;
		top: 5%;
	}

	.service_summary .service_inner .service_tit em {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		white-space: nowrap;
	}



	/*----------------------------------------*/

	/*hrd*/

	/*----------------------------------------*/

	/*sec01-----------------------------------*/

	.hrd .img_list_container {
		display: block;
	}

	.hrd .img_list_item {
		width: 100%;
		text-align: center;
		padding-bottom: 5%;
	}

	.hrd .img_list_item:nth-child(2n) {
		text-align: center;
	}

	.hrd .img_list_item:last-child {
		padding-bottom: 0;
	}

	.hrd .img_list_img {
		width: 100%;
	}

	.hrd .service_container {
		padding-top: 80px;
	}

	.hrd .service_container .service_tit {
		font-size: 6vw;
		margin-bottom: 60px;
	}

	.hrd .service_container .service_tit:after {
		width: 15%;
		height: 6px;
		margin-left: -7.5%;
	}

	.hrd .service_container .plain_txt {
		font-size: 14px;
		text-align: left;
	}

	.hrd .service_container .img_container {
		width: 80%;
		margin: 40px auto 20px;
	}



	/*sec02-----------------------------------*/
	
	.hrd_list_wrap {
		width: 100%;
		overflow: scroll;
	}

	.hrd_list_container {
		width: 1000px;
	}

	.hrd_schedule_container {
		width: 1000px;
	}



	/*sec04-----------------------------------*/
	
	.hrd .plain_table td {
		padding: 10px;
	}
	
	.hrd .plain_table td ul li {
		font-size: 3.6vw;
	}







/*-------------------------------------*/
}