@charset "UTF-8";
/*
Theme Name: 日本カインズエンジニアリング（動画）
Theme URI: https://kinds-e.co.jp/
Description: 日本カインズエンジニアリング、動画用のWordPressテーマです。
Version: 1.0
Author: 株式会社アットマーク
Author URI: https://www.atmark-sys.co.jp/
*/

/* ==================== リセット ==================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
iframe {
	width: 100%;
}
::selection {
    background-color: rgba(170, 153, 119, 0.25);
}
.wp-block-column {
    width: 100%;
}
.has-2-columns {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.has-2-columns .wp-block-column {
    width: 47.5%;
}
@media (min-width: 600px) {
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
		margin-left: 0 !important; /* reset */
	}
	.wp-block-column {
		flex-basis: auto !important; /* reset */
	}
}
/* ==================== .clearfix ==================== */
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}
/* ==================== 文字 ==================== */
html {
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 15px;
	}
}
strong {
	font-weight: 700;
}
small {
	font-size: smaller;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 3.0rem;
}
h2 {
	color: #149;
	font-size: 2.0rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.0rem;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-border {
	border-bottom: 1px solid #555;
	padding-bottom: 5px;
}
/* ==================== 画像 ==================== */
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.object-fit-img {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
/* ==================== リンク ==================== */
a {
	color: #149;
	transition: 1.0s;
	text-decoration: underline;
}
a:hover {
	opacity: .5;
}
a.button {
	background: #149;
	background: -moz-linear-gradient(left,  #149 0%, #A10 100%);
	background: -webkit-linear-gradient(left,  #149 0%,#A10 100%);
	background: linear-gradient(to right,  #149 0%,#A10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#149', endColorstr='#A10',GradientType=1 );
	color: #FFF;
	display: inline-block;
	font-weight: 700;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
}
a.button:hover {
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
	opacity: 1.0; /* reset */
	transform: scale(1.1, 1.1);
}
/* ==================== dl ==================== */
dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.9rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 0; /* reset */
}
dt {
	border-bottom: 1px solid #CCC;
	color: #149;
	font-weight: 700;
	line-height: 1.5em;
	min-width: 150px;
	padding: 10px 0;
	white-space: nowrap;
}
dd {
	border-bottom: 1px solid #CCC;
	line-height: 1.5em;
	padding: 10px 0;
	width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
	dt {
		min-width: 120px;
	}
	dd {
		width: calc(100% - 120px);
	}
}
/* ==================== リスト ==================== */
ol, ul {
	list-style-position: inside;
}
.two, .three, .four, .five, .six {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 0; /* reset */
}
.two > *, .three > *, .four > *, .five > *, .six > * {
	margin-bottom: 30px;
}
.space > * {
	margin-right: 4%;
}
/* ==================== .two .three ==================== */
.two > * {
	width: 50%;
}
.two.space > * {
	width: 48%;
}
.two.space > *:nth-child(even), .three.space > *:nth-child(3n) {
	margin-right: 0; /* reset */
}
.three > * {
	width: calc(100%/3);
}
.three.space > * {
	width: calc(92%/3);
}
@media screen and (max-width: 767px) {
	.two > *, .two.space > *, .three > *, .three.space > * {
		margin-right: 0; /* reset */
		width: 100%;
	}
}
/* ==================== .four .five ==================== */
.four > * {
	width: 25%;
}
.four.space > * {
	width: 22%;
}
.four.space > *:nth-child(4n), .five.space > *:nth-child(5n) {
	margin-right: 0; /* reset */
}
.five > * {
	width: 20%;
}
.five.space > * {
	width: calc(84%/5);
}
@media screen and (max-width: 767px) {
	.four > *, .five > * {
		width: 50%;
	}
	.four.space > *, .five.space > * {
		width: 48%;
	}
	.four.space > *:nth-child(2n), .five.space > *:nth-child(2n) {
		margin-right: 0; /* reset */
	}
}
/* ==================== .six ==================== */
.six > * {
	width: calc(100%/6);
}
.six.space > * {
	width: calc(80%/6);
}
.six.space > *:nth-child(6n) {
	margin-right: 0; /* reset */
}
@media screen and (max-width: 767px) {
	.six > * {
		width: calc(100%/3);
	}
	.six.space > * {
		width: calc(92%/3);
	}
	.six.space > *:nth-child(3n) {
		margin-right: 0; /* reset */
	}
}
/* ==================== hr ==================== */
hr, hr.wp-block-separator {
	border: 0;
	border-top: 1px solid #DDD;
	height: 0;
	margin: 60px auto;
	max-width: 100%;
	padding: 0;
	width: 100% !important;
}
form hr, form hr.wp-block-separator {
	margin: 45px auto;
}
/* ==================== margin,padding ==================== */
.mb-5 {
	margin-bottom: 5px!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-15 {
	margin-bottom: 15px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-45 {
	margin-bottom: 45px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}

/* ==================== body ==================== */
body {
	font-family: "Noto Sans JP";
	position: relative;
}
/* ==================== ヘッダー ==================== */
header {
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid #EEE;
	position: fixed;
	width: 100%;
	z-index: 9998;
}
header > div {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1080px;
	padding: 20px 0px;
	width: 88%;
}
header > div h1 {
	font-size: 1.0rem;
	line-height: 1em; /* reset */
	text-align: center;
}
header > div h1 a {
	text-decoration: none; /* reset */
}
header > div nav ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	list-style: none;
}
header > div nav ul li {
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
}
header > div nav ul li a {
	color: #555;
	display: inline-block;
	line-height: 3.0em;
	padding: 0 10px;
	position: relative;
	text-decoration: none; /* reset */
}
header > div nav ul li a::after {
	background: #149;
	bottom: 0;
	height: 3px;
	left: 0;
	content: '';
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 1.0s;
	width: 100%;
}
header > div nav ul li a:hover::after {
	transform: scale(1, 1);
}
@media screen and (max-width: 1079px) {
	header {
		height: 60px;
	}
	header > div nav ul li a:hover {
		opacity: 1; /* reset */
	}
	header > div {
		padding: 12px 0;
	}
	header > div nav {
		height: auto; /* reset */
		position: fixed;
		top: -500px;
		transition: .5s ease-in-out;
		width: 100%;
		z-index: 2;
		-moz-transition: .5s ease-in-out;
		-webkit-transition: .5s ease-in-out;
	}
	header > div nav ul {
		display: block;
	}
	header > div nav ul li {
		border-bottom: 1px solid #555;
	}
	header > div nav ul li a {
		background-color: rgba(0, 0, 0, 0.9);
		padding: 10px 0;
	}
	header > div nav ul li a::after {
		background: none; /* reset */
	}
}
/* ==================== main ==================== */
main {
	background-image: url("img/back_container_diagonal_01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 720px;
	color: #555;
	line-height: 2.0em;
	padding-top: 89px;
}
@media screen and (max-width: 1079px) {
	main {
		padding-top: 60px;
	}
}
main > section {
	border-bottom: 1px solid #DDD;
	margin: 0 auto;
	max-width: 100%; /* reset */
	padding: 90px 0 60px;
	width: 100%; /* reset */
}
main > section:last-of-type {
	border-bottom: none; /* reset */
}
main > *, main > section > * {
	margin: 0 auto 30px;
	max-width: 88%;
	width: 1080px;
}
@media screen and (max-width: 767px) {
	main > section {
		padding: 60px 0 30px;
	}
}
.wp-block-image {
	margin: 0 auto 30px !important;
	max-width: 88% !important;
}
.wp-block-column .wp-block-image {
	max-width: 100% !important;
}
main > section h1, main > section h2 {
	margin-bottom: 30px;
}
main > section h3, main > section h4, main > section h5, main > section h6 {
	margin-bottom: 15px; /* reset */
}
main p {
	margin-bottom: 30px;
}
.w_medium {
	width: 720px;
}
.main_thumbnail {
	background-color: #555;
	background-position: left top, center center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	margin-bottom: 0;
	max-width: 100%;
	padding: 120px 0; 
	width: 100%;
}
.main_thumbnail h2 {
	color: #FFF;
	text-align: center;
}
/* ==================== フッター ==================== */
footer {
	background: #149;
	background: -moz-linear-gradient(left,  #149 0%, #A10 100%);
	background: -webkit-linear-gradient(left,  #149 0%,#A10 100%);
	background: linear-gradient(to right,  #149 0%,#A10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#149', endColorstr='#A10',GradientType=1 );
	padding: 60px 0;
}
footer * {
	color: #FFF;
}
footer h1, footer h2 {
	font-size: 1.0rem;
	margin-bottom: 10px;
}
footer address {
	font-size: 0.85rem;
	line-height: 1.5em;
	margin-bottom: 10px;
}
footer a {
	text-decoration: none; /* reset */
}
footer > * {
	margin: 0 auto;
	max-width: 1080px;
	width: 88%;
}
footer ul {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	list-style: none; /* reset */
	margin-bottom: 30px !important;
}
footer nav ul li {
	background: url(img/back_text_arrow_01.svg) no-repeat left center;
	background-position: left center;
    background-size: 5px 8px;
    padding-left: 12px;
	font-size: 0.8rem;
	margin-bottom: 0.5em;
	width: calc(100% / 3);
}
footer nav ul li a {
	text-decoration: underline; 
}

@media screen and (max-width: 767px) {
	footer > div {
		display: block;
	}
	footer > div > * {
		max-width: 100%;
	}
	footer h1, footer h2 {
	}
	footer nav ul li {
		width: 50%;
	}
}
footer nav ul li a {
	display: block;
	width: 100%;
}
/* ==================== .posts_link, #post_link ==================== */
.posts_link dt {
	color: #555;
}
main > #post_link {
	margin: 0 auto;
}
#post_link ul {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	list-style: none;
}
#post_link ul li {
	text-align: center;
	width: 50%;
}
#post_link ul li a {
	background-color: #EEE;
	display: block;
	padding: 10px 0;
}
/* ==================== .wp-pagenavi ==================== */
.wp-pagenavi {
	margin: 30px auto;
	width: 720px;
}
.wp-pagenavi a {
	color: #149;
}
.wp-pagenavi > * {
	background: #eee;
	border: 0 !important; /* reset */
	color: #555;
	display: inline-block;
	line-height: 1em; /* reset */
	margin: 0 !important;
	margin-right: 0.3em !important;
	padding: 0.5em 0.7em !important;
}
.wp-pagenavi span.pages {
	background: none; /* reset */
	border: 1px solid #eee !important;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend {
	background: none; /* reset */
}
/* ==================== smart slider 3 ==================== */
main > .n2-section-smartslider, main > section > .n2-section-smartslider {
	max-width: 100%; /* reset */
}
/* ==================== contact form 7 ==================== */
div.wpcf7 {
	margin: 0 auto 30px !important;
	width: 720px;
}
div.wpcf7 h4, div.wpcf7 h5, div.wpcf7 h6 {
	font-size: 1.0rem;
	line-height: 1.5em;
}
div.wpcf7 p {
}
div.wpcf7 .required {
	color: #D00;
}
span.wpcf7-list-item {
	margin: 0 !important; /* reset */
}
input, select, textarea {
	background: #eee; /* reset */
	border: 1px solid #999;
	border-radius: 0; /* reset */
	box-sizing: border-box;
	color: #333;
	display: block;
	font-size: 1rem; /* reset */
	margin: 0; /* reset */
	outline: none; /* reset */
	padding: 0.6em;
	width: 100%; /* reset */
}
input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	width: auto; /* reset */
}
input.wpcf7-calculated {
	display: inline-block;
	margin-right: 5px;
	width: 50%;
}
textarea {
	resize: vertical;
}
select.wpcf7-select, select.wpcf7-select_custom {
	display: inline-block;
	margin-right: 5px;
	width: auto;
}
button, input[type="submit"] {
	background: #149;
	background: -moz-linear-gradient(left,  #149 0%, #A10 100%);
	background: -webkit-linear-gradient(left,  #149 0%,#A10 100%);
	background: linear-gradient(to right,  #149 0%,#A10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#149', endColorstr='#A10',GradientType=1 );
	color: #FFF;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 20px;
	width: 180px;
}
button, input[type="button"] {
	background-color: #999;
	color: #FFF;
	font-weight: 700;
	margin: 0 auto;
	padding: 10px 20px;
	width: 180px;
}
.wpcf7-radio span.wpcf7-list-item {
	display: block;
}
/* ==================== .single ==================== */
.single section > * {
	width: 720px;
}
.single main section h2 {
	line-height: 1.5em;
	width: 720px;
}
.single main section .day {
	margin-bottom: 5px;
}
.single #post_link {
	max-width: 100%;
	width: 100%;
}
.single #post_link a {
	font-weight: 700;
	text-decoration: none; /* reset */
}
.single #post_link a[rel="next"] {
	border-right: 1px solid #fff;
}
/* ==================== スクロール ==================== */
#totop {
	bottom: 10px;
	margin: 0;
	position: fixed;
	right: 30px;
}
/* ==================== スライドボタン ==================== */
.btn_slide {
	transition: 1.0s ease-in-out;
}
.btn_slide::before {
	content: "↓ ";
}
.btn_slide::after {
	content: "を開く";
}
.btn_slide + * {
	display: none;
}
.btn_slide.active::before {
	content: "↑ ";
}
.btn_slide.active::after {
	content: "を閉じる";
}
.btn_slide.active + * {
	display: block;
}
/* ==================== Luminous修正 ==================== */
@media (max-width: 460px) {
	.lum-lightbox-inner img {
		max-width: 100%!important;
	}
}
