@charset "UTF-8";
/*
Theme Name: 日本ジャバラ
Template: twentyseventeen
Author: 日本ジャバラ
Description:
Version: 1.0
Updated: 2017-11-01
*/

/* Color Scheme
-----------------------------------------------------

	=Theme Color = #0e9b79, 14, 155, 121

-----------------------------------------------------
*/

@import url(reset.css);
@import url(wordpress.css);

/*
-----------------------------------------------------

 	=Global Layout

-----------------------------------------------------
*/

* {
	margin: 0; padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: "Roboto Condensed", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8;
	word-wrap: break-word;
	letter-spacing: 0em;
}

body{
	background-color: #fff;
	font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li { line-height: 1.8;}
p, ul, ol, dl, table { margin-bottom: 20px;}
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child { margin-bottom: 0;}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
}
th,td {
	padding: 0.5em 1.0em;
	vertical-align: top;
	border: solid 1px rgba(14, 155, 121, 0.5);;
}
th { font-weight: bold; background-color: rgba(14, 155, 121, 0.1);}
tr { border-bottom: solid 1px #ddd;}
tr:last-child { border-bottom: none !important;}
hr {
	border: none;
	height: 55px;
}
img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img { border: none;}
a {
	color: #0e9b79;
	text-decoration: underline;
}
a,
a img {
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:focus, a:active, a:hover { text-decoration: none;}
em {}
ol{
	counter-reset: number;
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dcdcdc;
}
ol li:before{
	counter-increment: number;
	content: counter(number);
	color: #555555;
	margin-right: 0.5em;
}
strong { font-weight: bold; }

input[type=text],
input[type=email],
input[type=password],
textarea {
	padding: 10px;
	font-size: 16px;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	line-height: 1;
	vertical-align: middle;
}
input[type=text] {}
input[type=email] {}
input[type=submit] { cursor: pointer;}
input[type="text"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	width: 92%;
}
form em { color: #BC0025; font-size: 80%; padding: 0.3em 0.3em; border-radius: 5px; font-style: bold;}
form table em { margin-left: 0.7em;}
form ul { margin: 0 !important; padding: 0 !important; border: none !important;}
form ul li { display: inline-block !important;}
form label { margin-right: 1.4em;}
form input[type="radio"] { margin-right: 0.7em;}
form input[type*="submit"] {
	vertical-align: middle;
	line-height: 1;
	border: none;
	border-radius: 0;
	position: relative;
	display: block;
	margin: auto;
	max-width: 360px;
	min-width: 250px;
	padding: 18px 30px;
	border-radius: 5px;
	line-height: 24px;
	background-color: #0e9b79;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
form input[type*="submit"]:hover {
	background-color: #085C48;
}
/*
-----------------------------------------------------

 	=Global Style

-----------------------------------------------------
*/

#container {
	position: relative;
	z-index: 2;
}

.wrapper {
	width: 1120px;
	margin: auto;
}
.wrapper-min {
	width: 640px;
}


/* JavaScript Prefix
-----------------------------------------------------*/
/* Scroll Effect (script.js) */
.effect .effect-object {
  -webkit-transition: .7s;
          transition: .7s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.effect.fadein .effect-object {
	opacity: 0;
}

/* objectFitImages.js */
img.objectFitImages {
	object-fit: cover;
	width: 100%;
	height: 100%;

	/* objectFitImages for ie11 */
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;'
}


/* Animation & Decoration
-----------------------------------------------------*/


/*
-----------------------------------------------------

	=Header

-----------------------------------------------------
*/

#cont {
	padding-top: 160px;
}
#header {
	position: fixed;
	z-index: 9999;
	top: auto;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}

#header #header-in { padding: 25px 0 17px;}
#header .logo { width: 48%; padding-top: 5px;}
#header .info { width: 52%; text-align: right;}
#header .info .sitetitle {
	margin-bottom: 10px;
	font-size: 10px;
}
#header .info .box {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
#header .info .tel {
	color: #0e9b79;
	font-size: 24px;
}
#header .info .tel p { line-height: 28px;}
#header .info .tel em { font-size: 36px;}
#header .info .tel a { text-decoration: none; }
#header .info .buttons { margin-left: 20px;}
#header .info .buttons ul {
	font-size: 0;
	letter-spacing: 0;
}
#header .info .buttons ul li {
	display: inline-block;
	margin-left: 5px;
}
#header .info .buttons ul li a {
	display: block;
	padding: 0 2em;
	background-color: #aaa;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
#header .info .buttons ul li.recruit a { background-color: #da6272;}
#header .info .buttons ul li a:hover { opacity: 0.5;}


/* =Navigation */
#nav {}
#nav ul {
	margin-bottom: 0;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#nav ul li {
	width: 16.66%;
}
#nav ul li:last-child { margin-right: 0;}
#nav ul li a {
	display: block;
	color: #0e9b79;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#nav ul li a:hover,
#nav ul li.active a { background-color: #0e9b79; color: #fff;}

#nav ul ul {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	border: none;
	padding: 10px 0;
	background-color: #0e9b79;
	letter-spacing: 0;
	font-size: 0;
	text-align: center;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul ul li {
	width: 260px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}
#nav ul ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
#nav ul ul li a:hover { text-decoration: underline; opacity: 0.8;}
#nav ul ul li p { margin-bottom: 10px; }
#nav ul ul li i { margin-right: 0.5em; }

.home #nav ul { border-bottom: 0;}


/* =Key Visual
----------------------------------------------------- */
#key {}
#key img {}

/* Toppage */
#key.top { overflow: hidden;}
#key.top .wrapper {}
#key.top .swiper-container { overflow: visible; }
#key.top .swiper-wrapper { margin-bottom: 0; }
#key.top .swiper-slide {}


/* Subpage */
#key.sub {
	background: #0d8288 url(assets/images/sub-key.jpg) no-repeat center;
	background-size: 1120px auto;
}
.company #key.sub {
	background: url(assets/images/sub-key-company.jpg) no-repeat center;
	background-size: cover;
}
.product #key.sub {
	background: url(assets/images/sub-key-product.jpg) no-repeat center;
	background-size: cover;
}
.works #key.sub {
	background: url(assets/images/sub-key-works.jpg) no-repeat center;
	background-size: cover;
}
#key.sub .wrapper {
	padding: 40px 0;
}
#key.sub .title {
	position: relative;
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#key.sub .title em {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

/* Swiper.js (Override)
-------------------------------------------------- */
.swiper-container {}
.swiper-slide { opacity: 0.5; }
.swiper-slide-active { opacity: 1; }

/* Prev & Next */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	top: 0 !important;
	width: 40px !important;
	height: 100% !important;
	margin-top: 0 !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 1vw !important;
	background-image: url(assets/images/ico-arrow-slider-left.png) !important;
	background-size: 20px auto !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 1vw !important;
	background-image: url(assets/images/ico-arrow-slider-right.png) !important;
	background-size: 20px auto !important;
}

/* =Breadcrumbs
----------------------------------------------------- */
#breadcrumbs {
	padding: 15px 0;
	font-size: 1rem;
	line-height: 1;
}

#breadcrumbs .wrapper {}
#breadcrumbs,
#breadcrumbs a {
}
#breadcrumbs a {
	color: #000;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
	color: #0e9b79;
}


/*
-----------------------------------------------------

	=Main

-----------------------------------------------------
*/

/* メインカラム・サイドバー
#main.cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#primary,
#secondary { margin-bottom: 50px;}
#primary { width: 830px;}
#secondary { width: 260px;} */


/*
-----------------------------------------------------

	=Footer

-----------------------------------------------------
*/

/* Contact Us */
#action {	background-color: #0e9b79;}
#action,
#action a { color: #fff;}
#action .title-english { padding-bottom: 30px; margin-bottom: 30px; }
#action .title-english,
#action .title-english em { color: #fff;}
#action .title-english:after { background-color: #fff;}
#action .btn-more { background-color: #fff; color: #0e9b79;}
#action .btn-more:hover { opacity: 0.6;}
#action .tel { margin-bottom: 10px;}
#action .tel a { text-decoration: none; }
#action .tel ul {
	font-size: 0;
	letter-spacing: 0;
}
#action .tel ul li {
	display: inline-block;
	font-size: 24px;
}
#action .tel ul li:first-child { margin-right: 30px;}
#action .tel em { font-size: 36px;}
#action .info {
	max-width: 540px;
	margin: auto;
}
#action .info th,
#action .info td {
	border: solid 1px #fff;
	padding: 5px 2em;
	text-align: center;
}
#action .info th {
	background-color: #fff;
	color: #0e9b79;
}


/* Map */
#map {
	height: 400px;
	background-color: #fff;
}
#map img {}

/* Footer */
#footer {
	background-color: #fff;
	font-size: 12px;
}
#footer a { color: #555; text-decoration: none; }
#footer a:hover { text-decoration: underline;}

#footer #footer-in {
	padding: 50px 0;
}

#footer .footer-left { width: 320px;}
#footer .footer-right { width: 800px;}

#footer .nav {
	font-size: 0;
	letter-spacing: 0;
}
#footer .nav .box {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	padding-right: 20px;
	width: 25%;
	font-size: 1.2rem;
}
#footer .nav .box:last-child { padding-right: 0;}
#footer .nav .box:first-child {}
#footer .nav ul li {
	display: block;
	margin-bottom: 0.5em;
}
#footer .nav ul li a {}
#footer .nav ul li a:hover {}
#footer .nav .title {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-weight: bold;
}

#footer .copyright {
	padding-bottom: 15px;
	line-height: 1;
	text-align: center;
	color: #999;
}


/*
-----------------------------------------------------

	=Common Parts

-----------------------------------------------------
*/



/* =Common Format
----------------------------------------------------- */
/* Section */
.section {
	padding: 50px 0;
}
.section-header {
	margin-bottom: 50px;
	text-align: center;
}
.section-header:last-child { margin-bottom: 0; }
.section-header p { line-height: 2;}

.hr-section { height: 160px; }
.pic-cnt .pic { width: 52%;}
.pic-cnt .cnt { width: 48%;}

.mb0 { margin-bottom: 0 !important;}

/* Decoration */
.bg-theme01 { background-color: rgba(14, 155, 121, 0.1);}


/* Heading */
.title-english {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
	color: #0e9b79;
	font-size: 54px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.title-english em {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
.title-english:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 1px;
	background-color: #0e9b79;
}

.title-square {
	margin-bottom: 50px;
	padding-bottom: 0.5em;
	border-bottom: solid 2px #0e9b79;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.title-square em {
	display: inline-block;
	margin-left: 1em;
	color: #0e9b79;
	font-size: 14px;
	font-weight: normal;
}
.title-square:before {
	content: "■";
	display: inline-block;
	margin-right: 0.5em;
	color: #0e9b79;
}

/* Button */
.btn-more {
	position: relative;
	display: block;
	margin: auto;
	max-width: 360px;
	padding: 18px 50px;
	border-radius: 5px;
	line-height: 24px;
	background-color: #0e9b79;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
.btn-more i {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
.btn-more:hover { background-color: #085C48;}
.btn-more:hover i { right: 10px;}
.btn-more.back { background-color: #777;}
.btn-more.back i { left: 15px; right: auto}
.btn-more.back:hover { background-color: #aaa;}

.btn-colored {
	position: relative;
	display: block;
	margin: auto;
	max-width: 360px;
	padding: 15px 30px;
	line-height: 20px;
	border: solid 3px #0e9b79;
	background-color: rgba(14, 155, 121, 0.8);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.btn-colored.min { font-size: 14px; }
.btn-colored i {
	position: absolute;
	right: 15px;
	top: auto;
	bottom: auto;
	font-size: 10px;
	line-height: 20px;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
.btn-colored:hover { opacity: 0.6;}
.btn-colored:hover i { right: 10px;}
.btn-colored.color01 { border-color: #xxx; background-color: rgba(14, 155, 121, 0.8);}
.btn-colored.color02 { border-color: rgb(94, 200, 78); background-color: rgba(94, 200, 78, 0.8);}
.btn-colored.color03 { border-color: rgb(237, 173, 11); background-color: rgba(237, 173, 11, 0.8);}
.btn-colored.color04 { border-color: rgb(230, 133, 94); background-color: rgba(230, 133, 94, 0.8);}
.btn-colored.color05 { border-color: rgb(195, 91, 157); background-color: rgba(195, 91, 157, 0.8);}
.btn-colored.color06 { border-color: rgb(157, 115, 187); background-color: rgba(157, 115, 187, 0.8);}

/* List */
.list {
	margin-bottom: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dcdcdc;
}
.list li:before{
	content: "■";
	color: #555555;
	margin-right: 0.5em;
}
.list-btn {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
.list-btn li {
	display: inline-block;
	margin: 0 5px 15px;
}

.list-btn.row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: -10px;
}
.list-btn.row li {
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.list-btn.column-3 li { width: calc(33.33% - 10px);}

.list-inline li {
	display: inline-block;
	margin-right: 4em;
	margin-bottom: 1em;
}


/* Text */
.txt-note { font-size: 0.875em; color: #999; }

.txt-link { color: #0e9b79; font-weight: bold; text-decoration: none;}
.txt-link:hover { text-decoration: underline;}
.txt-link i { font-size: 0.875em; margin-left: 0.5em; }

/* Table */
.table-simple tr {
	border-bottom: solid 1px #ccc;
}
.table-simple th,
.table-simple td {
	border: 0;
	background-color: transparent;
	padding: 1em 2em;
}
.table-simple th:first-child {
	border-right: solid 1px #ccc;
}

/* Declaration List */
.dl-simple {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dl-simple dt { width: 25%; }
.dl-simple dd { width: 75%; }

/* Frame */
.frame {
	margin-bottom: 2em;
}
.frame-theme {
	padding: 2em;
	background-color: rgba(14, 155, 121, 0.1);
}

.frame-border {
	padding: 2em;
	border: solid 2px #dcdcdc;
}

/* Loop */
.loop {}
.loop .row {
	justify-content: flex-start;
	margin: 0 -35px 0 0;
}
.loop .row .col {
	width: 350px;
	margin: 0 35px 35px 0;
}
.loop a:hover { opacity: 0.5;}
.loop .image {
	position: relative;
	margin-bottom: 20px;
}
.loop .title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.loop .title a {
	color: inherit;
	text-decoration: none;
}
.loop .content {}

/* Columns */
.loop .column-4 { margin-right: -26px;}
.loop .column-4 .col { width: 260px; margin: 0 26px 26px 0;}
.loop .column-4 .title { font-size: 16px;}

/*
-----------------------------------------------------

	=Home（Toppage）

-----------------------------------------------------
*/

.top-reason { padding-top: 70px;}
.top-reason .loop .row { margin: 0 -80px 0 0;}
.top-reason .loop .row .col { width: 320px; margin: 0 80px 80px 0;}
.top-reason .loop .content { text-align: center;}

/* =Product */
.top-product {
	background: url(assets/images/top-product-bg.png) no-repeat center;
	background-size: cover;
}
/* 「製品紹介」ページでも共通 */
.lineup {
	max-width: 900px;
	margin: auto;
	margin-bottom: 50px;
}
.top-product .lineup { margin-top: 100px;}
.lineup .row { justify-content: flex-start;}
.lineup .row .col {
	position: relative;
	width: calc(33.33%);
	border: solid 4px #fff;
	margin: -2px;
	background-color: #000;
}
.lineup .image {}
.lineup .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.lineup .content .english,
.lineup .content .title,
.lineup .content .text {
	display: block;
}
.lineup .content .english {
	margin-top: 20%;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 26px;
	font-weight: bold;
}
.lineup .content .title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.lineup .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 101px;
}
.lineup .image,
.lineup .more {
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
.lineup a:hover .image { opacity: 0.5;}
.lineup a:hover .more {
	right: 10px;
}
.lineup .focus .content .title {
	display: inline-block;
	background-color: #0e9b79;
	padding: 0 0.5em;
	font-size: 24px;
}

/* =Works */
.top-works {
	background-color: rgba(14, 155, 121, 0.1);
}
.top-works .loop .title { text-align: left;}

/* =News & Topics */
.list-information {
	margin-bottom: 50px;
}
.list-information li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #dcdcdc;
	font-size: 0;
	letter-spacing: 0;
}
/*.list-information li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}*/
.list-information li span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.list-information li .date { width: 8%;}
.list-information li .category { width: 12%;}
.list-information li .text { width: 80%;}
.list-information li .date {
	color: #3fa2f7;
	font-size: 16px;
	font-weight: bold;
}
.list-information li .category a {
	display: inline-block;
	min-width: 80px;
	padding: 0 1em;
	text-align: center;
	border-radius: 15px;
	background-color: #3fa2f7;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.list-information li .text {}
.list-information li .text a { text-decoration: none; color: inherit;}
.list-information li .text a:hover { text-decoration: underline;}


/* =Company */
.top-company {
	background-color: rgba(237, 173, 11, 0.1);
}

.loop .type-company01 .image {
	position: relative;
	margin-bottom: 0;
}
.loop .type-company01 .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 15px;
	background-color: rgba(237, 173, 11, 0.9);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: left;
}

.loop .type-company02 .content { text-align: center;}
.btn-map {
	position: relative;
	background-color: #e6855e;
	display: block;
	margin: auto;
	padding: 5px 1em;
	border-radius: 5px;
	width: 130px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
}

.btn-map i {
	position: absolute;
	right: 10px;
	top: auto;
	bottom: auto;
	font-size: 10px;
	line-height: 20px;
}
.btn-map:hover { background-color: #c25d34;}


/* =Recruit */
.top-recruit {}
.top-recruit .pic { width: 52vw;}
.top-recruit .cnt { width: 48vw;}
.top-recruit .cnt {
	padding: 5vw;
}
.top-recruit .title-english,
.top-recruit p { margin-bottom: 50px;}
.top-recruit .title-english {
	padding-bottom: 0;
	text-align: left;
	color: #da6272;
}
.top-recruit .title-english:after { display: none;}
.top-recruit .btn-more { background-color: #da6272; margin: 0;}
.top-recruit .btn-more:hover { background-color: #96424d;}

/*
-----------------------------------------------------

	=Page（Subpages）

-----------------------------------------------------
*/

/* Common Part
----------------------------------------------------- */

.page-header {
	color: #fff;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	position: relative;
}
.page-header img.bg {
	position: relative;
	z-index: 1;
}
.page-header .wrapper {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 100px 0;
	max-width: 620px;
}
.page-header .title {
	margin-bottom: 30px;
}
.page-header .text { text-align: left;}


.title-numbering {
	margin-bottom: 0.75em;
	color: #0e9b79;
	font-size: 36px;
	font-weight: normal;
}
.title-numbering span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.title-numbering .num {
	margin-right: 10px;
	font-size: 72px;
	font-weight: 300;
}
.title-numbering .text {
	padding-bottom: 0.35em;
	border-bottom: solid 2px #0e9b79;
}

.title-simple {
	margin-bottom: 0.75em;
	font-size: 20px;
	font-weight: bold;
}


/* 当社の強み（reason）
----------------------------------------------------- */
.reason-content {}
.reason-content .cnt {
	padding: 100px 50px;
	font-size: 18px;
}
.reason-content .box:nth-child(2n) { flex-direction: row-reverse;}


/* 製品案内（works）
----------------------------------------------------- */

.title-double {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.title-double em {
	display: block;
	color: #0e9b79;
	font-size: 20px;
}
.title-double:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	height: 0;
	border-bottom: double 4px #0e9b79;
}
.product-use { max-width: 920px; margin: auto; }
.product-insudtry {}
.product-insudtry .loop .title { text-align: left;}
.product-insudtry .loop .title i { color: #0e9b79 }


/* 導入事例（works）
----------------------------------------------------- */

.works-lineup .box {
	padding: 50px 0;
}
.works-lineup .box:nth-child(odd) {
	background-color: #e5f5f3;
}
.works-lineup .pic-cnt {}
.works-lineup .pic-cnt .cnt { width: 560px;}
.works-lineup .pic-cnt .pic { width: 300px;}
.works-lineup .title {
	font-size: 32px;
	margin-bottom: 10px;
}


/* 会社概要（profile）
----------------------------------------------------- */

.company-history {}
.company-history .pic-cnt { margin-bottom: 50px; }
.company-history .pic-cnt .cnt { width: 780px;}
.company-history .pic-cnt .pic { width: 300px;}
.company-history .txt {
	margin-bottom: 2em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
}

.title-mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	margin-bottom: 1em;
	padding-bottom: 0.25em;
	border-bottom: solid 1px #0e9b79;
	font-size: 24px;
	line-height: 1.5;
}
.title-mincho:before {
	content: "■";
	display: inline-block;
	margin-right: 0.5em;
	color: #0e9b79;
}
.table-history {}
.table-history tr { border: none; }
.table-history th,
.table-history td { border: none; background-color: transparent; padding: 0.5em; }
.table-history span.title {
	display: inline-block;
	padding: 0.15em 2em;
	background-color: #0e9b79;
	color: #fff;
}


/* 会社概要 - 事業所案内（base）
----------------------------------------------------- */
.base-map {
	width: 100%;
	height: 500px;
}
.base-lineup .box {
	margin-bottom: 40px;
	text-align: center;
}
.base-lineup .flex-item { width: 540px;}
.base-video {}
.base-equipment {}

.title-main {
	position: relative;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	font-size: 30px;
	font-weight: bold;
}

.title-main:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background-color: #000;
}


/* お問い合わせ（contact）
----------------------------------------------------- */
.policy-content {
	text-align: center;
}
.policy-content .frame {
	margin-top: 2em;
	font-size: 1.5em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
}
.policy-content .box:nth-child(odd) {
	background-color: rgba(14, 155, 121, 0.1);
}


/* お問い合わせ（contact）
----------------------------------------------------- */
.mw_wp_form {}
.mw_wp_form th,
.mw_wp_form td {
	padding: 1em;
	border: none;
	background-color: transparent;
}
.mw_wp_form th {}





















/*
-----------------------------------------------------

	=Archive

-----------------------------------------------------
*/

/* 製品案内　カテゴリー別一覧
----------------------------------------------------- */

.loop .type-thumbnail .image {
	border: solid 1px #dcdcdc;
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.loop .type-thumbnail .title {
	text-align: left;
}
.loop .type-thumbnail .title a { line-height: 1.5; }
.loop .type-thumbnail .title a i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.05em;
	margin-left: 0.5em;
	font-size: 0.75em;
	color: #0e9b79;
}


/*
-----------------------------------------------------

	=Single（お知らせ）

-----------------------------------------------------
*/

/* 製品案内詳細のみ
----------------------------------------------------- */
.article-product {}
.article-product img { border: solid 1px #dcdcdc; }

/* 共通
----------------------------------------------------- */
/*.article {}
.article:nth-child(even) {
	background-color: rgba(14, 155, 121, 0.1);
}*/
/* 記事上部 */
.article-header {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
}
.article-header:after {
	content:".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.article-image {
	float: right;
	width: 32%;
	height: 180px;
	margin-left: 40px;
	margin-bottom: 40px;
}
.article-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.article-title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.article-title a {
	text-decoration: none;
}
.article-title a:hover {
	text-decoration: underline;
}

.article-meta {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.article-meta .article-date,
.article-meta .article-category {
	margin-bottom: 0;
	display: inline-block;
}
.article-meta .article-date {
	margin-right: 1.5em;
}
.article-meta .article-category a {
	text-decoration: none;
}
.article-meta .article-category span {
	display: inline-block;
	margin-right: 1em;
	min-width: 80px;
	padding: 0 1em;
	text-align: center;
	border-radius: 15px;
	background-color: #3fa2f7;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.article-meta .article-category span,
.article-meta .article-category a { color: #fff; }
.article-summary {
	margin-bottom: 20px;
	color: #666;
	font-size: 1.2rem;
}
.article-readingtime {
	background-color: #f6f6f6;
	padding: 3px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #aaa;
}
.article-readingtime strong {
	display: inline-block;
	color: #333;
}
.article-relatedposts {
	margin-top: 40px;
	margin-bottom: 20px;
	border: solid 1px #dcdcdc;
	padding: 30px;
}
.article-relatedposts .title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
}
.article-relatedposts p,
.article-relatedposts li {
	line-height: 1.5;
}
.article-relatedposts li {
	margin-bottom: 0.5em;
}
.article-author {
	margin-bottom: 40px;
	background-color: rgba(85, 85, 85, 0.1);
	padding: 30px;
}
.article-author .pic {
	float: right;
	max-width: 250px;
	margin: 0 0 20px 20px;
}
.article-author .title,
.article-author .txt { overflow: hidden; margin-bottom: 5px; }
.article-author .title {
	margin-bottom: 20px;
	color: #555;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.25;
}
.article-author .title span {
	display: block;
	margin-right: 1em;
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: normal;
}
.article-author .txt,
.article-author .link {
	color: #555;
	font-size: 1.4rem;
}
.article-author .link {
	text-align: right;
}
.article-sns {
	margin-bottom: 20px;
}
.article-sns .item {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 5px 0;
	max-width: 200px;
	overflow: hidden;
}

.article-summary {}
.article-summary p {
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: 0;
}


/*
-----------------------------------------------------

	=Media Queries Responsive Structure

-----------------------------------------------------
*/

/* Desktop
----------------------------------------------------- */
@media screen and (min-width: 600px) {
	.sp { display: none !important; }

	body {
		min-width: 1120px;
	}

	.button-open,
	.button-close { display: none;}
}


/* Smartphone
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 599px) {
	html { font-size: 10px; }
	body { font-size: 1.3rem;}

	.pc { display: none !important;}

	p {}
	hr { margin: 20px 0;}
	iframe { width:100%;}

	/* Apperance
	--------------------------------------------------
	input[type="button"],
	input[type="text"],
	input[type="submit"] {-webkit-appearance: none;border-radius: 0;} */

	/* Global Style
	-------------------------------------------------- */
	.wrapper {
		width: auto;
		padding: 0 6.25vw;
		margin: auto;
	}

	/* Header
	-------------------------------------------------- */
	#cont { padding-top: 65px; }
	#header {}
	#header #header-in { padding: 10px 10px; height: 65px;}
	#header .logo {width: 192px !important; padding: 7px 0;}
	#header #header-in > .info { display: none;}

	/* Toggle Navigation
	-------------------------------------------------- */
	#header .toggler {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.btn-open,
	.btn-close {
		display: block;
		padding: 10px;
		width: 65px;
		height: 65px;
		text-align: center;
		font-size: 11px;
		line-height: 11px;
		background-color: #0e9b79;
		color: #fff;
		text-decoration: none;
	}
	.btn-open:hover,
	.btn-close:hover {}
	.btn-close { display: none;}
	.btn-open i,
	.btn-close i {
		font-size: 24px;
		line-height: 32px;
		display: block;
	}
	.btn-open span,
	.btn-close span {
		display: block;
		font-size: 10px;
		font-weight: bold;
		line-height: 10px;
	}

	#nav {
		position: absolute;
		position: fixed;
		z-index: 9997;
		top:0;
		left:0;
		bottom: auto;
		width: 100vw !important;
		height: 100vh;
		padding: 0;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
		text-align: center;
		background-color: rgba(255, 255, 255, 1);
		-webkit-transform:translate3d(-100%,0,0);
		   -moz-transform:translate3d(-100%,0,0);
		    -ms-transform:translate3d(-100%,0,0);
		        transform:translate3d(-100%,0,0);
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}

	#nav {
	}

	#nav.on {
		-webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	#nav ul {
		display: block;
	}
	#nav ul li {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: solid 1px #dcdcdc;
	}
	#nav ul li:first-child { }
	#nav ul li a {
		display: block;
		width: auto;
		padding: 15px 6.25vw;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	#nav ul li a:hover {}
	#nav ul li a:before { display: none; }
	#nav ul ul { padding: 6.25vw;}
	#nav ul ul li {
		width: 46%;
    margin: 0 2%;
    border-bottom: none;
  }
  #nav ul ul li a { padding: 0;}

	/* Decoration */
	#nav .wrapper { padding: 0 !important;}
	#nav ul { border: 0; margin-bottom: 25px;}
	#nav .info { width: 100%; text-align: left;}
	#nav .info ul li {
		border-bottom: 0;
		padding-bottom: 0;
	}
	#nav .info .tel { margin-bottom: 20px;}
	#nav .info .buttons { margin-left: 0;}
	#nav .info .buttons ul li { width: auto;}

	#overlay {
		background-color: rgba(0, 0, 0, 0.7);
		position: fixed;
		z-index: 9991;
		top: 0;
		left: 0;
		width: 100vh;
		height: 100vh;
		display: none;
	}

	/* Key Visual
	-------------------------------------------------- */
	#key.top .wrapper { padding: 0;}

	/* Swiper.js */
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next,
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		width: 20px !important;
		background-size: 10px auto !important;
	}

	/* Footer
	-------------------------------------------------- */
	#action .tel ul li { line-height: 48px; margin-right: 0 !important;}

	#map { height: 250px;}

	#footer {}
	#footer #footer-in { padding: 40px 6.25vw;}
	#footer .footer-left { margin-bottom: 25px;}
	#footer .footer-right {}
	#footer .nav .box {
		width: 50%;
		margin-bottom: 25px;
	}
	#footer .nav ul li { margin-bottom: 0;}
	#footer #copyright {
		font-size: 9px;
		text-align: center;
	}

	/* Main Column
	-------------------------------------------------- */
	#main {}


	#breadcrumbs {
		background-color: #eee;
		font-size: 9px;
	}
	#breadcrumbs .wrapper {}
	#breadcrumbs p { line-height: 1.8; }

	/* Common Part
	--------------------------------------------------*/
	.section {
		padding: 25px 0 !important;
	}
	.section-header { margin-bottom: 25px;}
	.section-header br { display: none;}
	.pic-cnt .cnt,
	.pic-cnt .pic { width: 100%; }
	.pic-cnt .pic img { width: 100%; }

	.title-english { font-size: 26px; padding-bottom: 25px; margin-bottom: 25px;}
	.title-main,
	.article-content h2 { font-size: 20px;}
	.title-english em,
	.title-simple,
	.title-numbering,
	.title-double { font-size: 18px;}
	.title-double em { font-size: 14px; }

	.article-content h3 { font-size: 16px; }

	.btn-more,
	.btn-colored { font-size: 15px; }
	.list-btn.row { flex-direction: column; }
	.list-btn.row li { width: 100%; }

	th,
	td { font-size: 12px; }


	/* Loop
	--------------------------------------------------*/
	.loop .row,
	.loop .row .col { margin: 0 !important; }
	.loop .row .col { margin-bottom: 25px !important;}

	.loop .row.column-4 { margin: 0 -25px 0 0 !important; flex-direction: row;}
	.loop .row.column-4 .col { width: calc(50% - 25px) !important; margin: 0 25px 25px 0 !important;}
	.loop .row.column-4 .title { font-size: 14px;}
	.loop .row.column-4 .content { font-size: 12px;}

	/*
	.loop {
		 margin: 0 -1.5%;
	}
	.loop .col {
		margin-right: 0 !important;
		width: 33.33% !important;
		padding: 0 1.5%;
	}
	.loop .image {
	}*/

	/* Toppage
	--------------------------------------------------*/

	.lineup { margin-top: 0;}
	.lineup .row { flex-direction: row;}
	.lineup .row .col {
		width: calc(50%) !important;
		border: 0;
		margin: 0;
		font-size: 10px;
	}
	.lineup .content {
		padding: 10px;
	}
	.lineup .content .english { font-size: 14px; margin-top: 15%;}
	.lineup .content .title { font-size: 14px;}
	.lineup .more,
	.lineup .content br { display: none;}

	.lineup .row .col.focus {
		width: 100% !important;
		font-size: 14px;
		height: 280px !important;
		overflow: hidden
	}
	.lineup .row .col.focus .more { display: block;}

	/* News */
	.list-information li span {
		display: inline-block !important;
		width: auto !important;
		font-size: 14px !important;
	}
	.list-information li .date { margin-right: 1em;}

	.top-recruit p,
	.top-recruit .title-english { margin-bottom: 15px;}

	/* Subpages
	--------------------------------------------------*/
	#key.sub .title { font-size: 26px; }

	/* 選ばれる理由（reason） */
	.page-header { height: 60vh; font-size: 14px; }
	.page-header .wrapper {
		padding: 10vh 6.25vw;
	}
	.reason-content .pic-cnt { flex-direction: column-reverse !important; }
	.reason-content .cnt { padding: 6.25vw; font-size: 14px; }

	/* 導入事例（works） */
	.works-lineup .box { padding: 6.25vw 0; }
	.works-lineup .box .cnt { margin-bottom: 6.25vw; }
	.works-lineup .title { font-size: 26px; }


	/* 会社概要（company） */
	.table-simple th, .table-simple td {
		padding: 1em;
		font-size: 12px;
	}
	.company-history .cnt { margin-bottom: 6.25vw; }
	.table-history th, .table-history td {
		padding: 0;
		margin-bottom: 10px;
		width: 100%;
		display: block;
	}
	.table-history tr { margin-bottom: 20px; }

	/* 会社概要 - 方針・品質保証 (policy) */
	.policy-content .frame { font-size: 1em; }


	/* お問い合わせ (form) */
	form tr,
	form th,
	form td,
	form span { display: block !important; text-align: left; max-width: 100%;}
	form tr { padding: 10px 0; margin: 0; border-bottom: none;}
	form th,
	form td { width: 100% !important; padding: 5px 0 !important; font-size: 1em !important; background-color: transparent; border: none !important;}

	form input,
	form input[type="text"],
	form input[type="email"],
	form textarea,
	form select,
	form input[type*="submit"] { font-size: 16px !important;}
	form input[type="text"],
	form input[type="email"],
	form textarea { padding: 0.75em; width: 100%;}
	form select { padding: 0.75em; width: auto;}
	form input[type="radio"] { padding: 0 !important;}
	form input[type*="submit"] { width: 100% !important;}


	/* Single
	--------------------------------------------------	*/
	.article-header {
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.article-title {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.article-image {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.article-author .title,
	.article-author .txt {
		overflow: inherit;
	}
	.article-author .pic {
		float: none;
		max-width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.article-author .title { text-align: center;}
	.article-content { font-size: inherit; }


}