@charset 'utf-8';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--------------------------------------------------------------
Clearing
--------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

body {
	font-size: 16px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
	position: relative;
	color: #212121;
}


/* cfx */

.cfx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' ';
}

.cfx {
	display: inline-block;
	min-height: 1%;
}


/* Hides from IE-mac \*/

* html .cfx {
	height: 1%;
}

.cfx {
	display: block;
}


/* End hide from IE-Mac */

.clr {
	clear: both;
}

form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a {
	text-decoration: none;
	color: #8c9900;
	outline: 0;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

a:hover,
a:active {
	text-decoration: none;
	color: #222;
}

a img {
	border: 0;
}

img {
	vertical-align: middle;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
button {
	outline: 0;
}

.centerp {
	text-align:center !important;
}

/*--------------------------------------------------------------
layout
--------------------------------------------------------------*/

body {
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	background-color: #fafafa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	letter-spacing: .05rem;
	padding-top: 64px;
}

main {
	min-height: 100vh;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
	display: block;
}

section {
	padding: 16px 0;
}

@media screen and (max-width: 768px) {
	section {
		padding: 8px 16px;
	}
}


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

.hd-bnr {
	height: 64px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.hd-bnr .inq-btn {
	background-color: #d4e157;
	color: #222;
	font-size: .8125rem;
	line-height: 2.5rem;
	height: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	display: inline-block;
	border-radius: 2px;
	position: absolute;
	right: 56px;
	top: 12px;
}

.hd-bnr .inq-btn:hover,
.hd-bnr .inq-btn:active {
	background-color: #c0ca33;
}

.hd-bnr .tel-tex {
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: #8c9900;
	position: absolute;
	top: 12px;
	right: 216px;
}

.hd-bnr .tel-tex i {
	background-image: url(../img/ic_phone_white_24px.svg);
	background-size: 1.5rem;
	height: 1.5rem;
	width: 1.5rem;
	display: inline-block;
	background-repeat: no-repeat;
	margin-bottom: -4px;
}

.hd-bnr .tel-tex small {
	display: block;
	font-size: .625rem;
	line-height: 1rem;
	letter-spacing: normal;
}

@media screen and (max-width: 768px) {
	.hd-bnr {
		display: none;
	}
}

.site-header {
	height: 120px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
}

@media screen and (max-width: 768px) {
	.site-header {
		height: 64px;
	}
}

.site-header.is-fixed {
	box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.site-header .site-header-row {
	position: relative;
	max-width: 1112px;
	margin: 0 auto;
}


/*--------------------------------------------------------------
header logo
--------------------------------------------------------------*/

.site-logo {
	height: 40px;
	position: absolute;
	left: 56px;
	top: 8px;
	z-index: 4;
}
.site-logo a{
	display: block;
	width: 100%;
	height: 100%;
}

.site-logo img {
	height: 100%;
}

@media screen and (max-width: 768px) {
	.site-logo {
		height: 32px;
		position: relative;
		left: auto;
		margin: 0 auto;
		top: 16px;
	}
}


/*--------------------------------------------------------------
header nav
--------------------------------------------------------------*/

.gnav {
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
	background-color: #d4e157;
}

@media screen and (max-width: 768px) {
	.gnav {
		display: none;
	}
}

.gnav ul {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
	display: table;
	width: 100%;
}

.gnav ul li {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}

.gnav ul li a {
	display: block;
	line-height: 3.5rem;
	color: #222;
	font-size: 1rem;
	height: 3.5rem;
	background-color: #d4e157;
	border-left:1px solid rgba(255,255,255,0.3);
}
.gnav ul li:last-child {
	border-right:1px solid rgba(255,255,255,0.3);
}

.gnav ul li a:hover,
.gnav ul li a:active {
	background-color: #c0ca33;
}

.gnav ul li ul {
	display: none;
}

_:-ms-lang(x)::-ms-backdrop, .gnav ul li a {
	line-height: 3.8rem;
}

/*--------------------------------------------------------------
pagetop
--------------------------------------------------------------*/


/*--------------------------------------------------------------
footer nav
--------------------------------------------------------------*/

footer {
	background-color: #eee;
}

footer .row {
	max-width: 1000px;
	margin: 0 auto;
}

.footer-nav {
	padding:15px 0;
	/*border-top: 1px solid rgba(0, 0, 0, .1);*/
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.footer-nav .primary ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1rem 0;
}

.footer-nav .primary ul li {
	width: 20%;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.footer-nav {
		padding:0px 0;
	}
	.footer-nav .primary ul li {
		width: 50%;
		padding: .2rem .5rem;
	}
}

.footer-nav .primary ul li a:before {
	content: '';
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-image: url(../img/ic_play_arrow_black_24px.svg);
	background-size: 15px;
	margin-right: 2px;
	margin-bottom: -4px;
}

.footer-nav .primary ul li a {
	font-size: .75rem;
}

.footer-nav .primary ul li ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.footer-nav .primary ul li ul li {
	width: 100%;
}

.copyright {
	font-size: .75rem;
	line-height: 1.25rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #9e9e9e;
	color: #757575;
}

.copyright-note {
	text-align: left;
	font-size: .75rem;
	line-height: 1.25rem;
	color: #9e9e9e;
	color: #757575;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

@media screen and (max-width: 768px) {
	.copyright-note {
		padding: .5rem;
	}
}

.footer-ad {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.footer-ad {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.footer-ad .col {
	width: 33.33333%;
}

@media screen and (max-width: 768px) {
	.footer-ad .col {
		width: 100%;
		padding: 1rem;
	}
}

.footer-ad .col .title {
	font-size: .875rem;
	line-height: 1rem;
	margin-bottom: 1rem;
}

.footer-ad .col .tel-tex {
	font-size: 1.5rem;
	font-weight: bold;
	color: #8c9900;
}

.footer-ad .col .tel-tex i {
	background-image: url(../img/ic_phone_white_24px.svg);
	background-size: 1.5rem;
	height: 1.5rem;
	width: 1.5rem;
	display: inline-block;
	background-repeat: no-repeat;
	margin-bottom: -4px;
	margin-right: .25rem;
}

.footer-ad .col .tel-tex small {
	font-size: .625rem;
	display: block;
	font-weight: bold;
}

.footer-ad .col .btn {
	display: block;
	background-color: #d4e157;
	color: #222;
	font-size: 1rem;
	line-height: 3rem;
	height: 3rem;
	display: block;
	border-radius: 2px;
	margin: 0 auto;
	max-width: 240px;
}

.footer-ad .col .btn:hover,
.footer-ad .col .btn:active {
	background-color: #c0ca33;
}

.ft-site-logo {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari用 */
	transform: translateY(-50%);
	text-align: left;
}

@media screen and (max-width: 768px) {
	.ft-site-logo {
		text-align: center;
	}
}

.ft-site-logo img {
	height: 48px;
	opacity: .8;
}

@media screen and (max-width: 768px) {
	.ft-site-logo img {
		height: 28px;
	}
}


/*--------------------------------------------------------------
drawer
--------------------------------------------------------------*/

.btn-drawer {
	width: 56px;
	height: 56px;
	background-size: 24px;
	line-height: 56px;
	background-image: url(../img/ic_menu_black_24px.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	border: 0;
	position: absolute;
	left: 0;
	top: 4px;
	display: none;
}

@media screen and (max-width: 768px) {
	.btn-drawer {
		display: block;
		z-index: 9999;
	}
}

.btn-drawer-close {
	width: 56px;
	height: 56px;
	background-size: 24px;
	line-height: 56px;
	background-image: url(../img/ic_close_black_24px.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	border: 0;
	position: absolute;
	left: 0;
	top: 4px;
}

.drawer {
	width: 300px;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	animation-duration: .3s;
	animation-fill-mode: both;
	padding-top: 64px;
	opacity: 0;
	display: none;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.drawer.ani-fadein {
	animation-name: fadeInLeft;
	display: block;
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.drawer.ani-fadeout {
	animation-name: fadeOutLeft;
	display: block;
}

.obfuscator {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
}

.drawer nav.primary {
	margin-bottom: 16px;
}

.drawer nav.primary ul li {
	display: block;
}

.drawer nav.primary ul li a {
	color: #000;
	opacity: .5;
	text-align: left;
	line-height: 1rem;
	font-size: .8125rem;
	padding: 16px;
	display: block;
}

.drawer nav.secandary {
	border-top: 1px solid #ddd;
	padding-top: 16px;
}

.drawer nav.secandary ul li {
	display: block;
}

.drawer nav.secandary ul li a {
	color: #000;
	opacity: .5;
	text-align: left;
	line-height: 1rem;
	font-size: .8125rem;
	padding: 16px;
	display: block;
}


/*--------------------------------------------------------------
home
--------------------------------------------------------------*/

.keyv-area {
	margin-top:56px;
}


.slide-item {
	outline: 0;
	position: relative;
}

.slide-item .media {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin :auto auto;
}
.slide-item .media img {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	z-index:-1;
}

.slide-item .media.top img {
	position:absolute;
	top: 0%;
	transform: translate(-50%, 0%);
}

.slide-item .media.bottom img {
	position:absolute;
	top: auto;
	bottom: 0%;
	transform: translate(-50%, 0%);
}


.slide-item .title-area {
	width: 100%;
	/*padding-top: calc(100vh - 64px);*/
	padding-top: calc(100% * 0.3421);
}

.slide-item .title {
	/*font-family: "Sawarabi Mincho";*/
	font-size: 4rem;
	line-height: 6rem;
	margin-top: -5rem;
	font-weight: 400;
	margin-bottom: 1rem;
	position: absolute;
	top: calc(50% + 2rem);
	left: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #000;
	letter-spacing: .3rem;
	opacity:0.6;
}

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

	.keyv-area {
		margin-top:0px;
	}
	.slide-item .title {
		font-size: 10vw;
		line-height: 12.5vw;
		margin-top: -2rem;
	}
}

.slide-item .title-lead {
	font-size: .8125rem;
	line-height: 1rem;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: 1rem;
}

.keyv-area .slick-next {
	right: 0;
	display:none !important;
}

.keyv-area .slick-prev {
	left: 0;
	display:none !important;
}


/*--------------------------------------------------------------
home リスト共通
--------------------------------------------------------------*/

.list-area {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-left: -16px;
	margin-right: -16px;
}

@media (max-width: 768px) {
	.list-area {
		margin-left: -8px;
		margin-right: -8px;
	}
}

.list-item {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	width: calc(33.3333% - 32px);
	margin: 16px;
	position: relative;
}

@media (max-width: 768px) {
	.list-item {
		width: calc(100% - 16px);
		margin: 8px;
	}
}

.list-item:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.list-item .media {
	position: relative;
	padding-top: 66.6666666%;
	overflow: hidden;
}

.list-item .media img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.list-item .title-area {
	text-align: left;
	padding: 1rem;
	opacity: .9;
}

.list-item .title {
	font-size: .875rem;
	margin-bottom: 8px;
	letter-spacing: .1rem;
	font-weight: 400;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #000;
}

.list-item .text {
	font-size: .8125rem;
	line-height: 1.25rem;
	letter-spacing: .1rem;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	min-height: 3.75rem;
}


/*--------------------------------------------------------------
home リスト 商品箇所
--------------------------------------------------------------*/

.item .list-item {
	width: calc(25% - 32px);
	padding-bottom: 52px;
}

@media (max-width: 768px) {
	.item .list-item {
		width: calc(100% - 16px);
	}
}

.item .list-item .media {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-top: 50%;
}

.item .list-item .media img {
	width: auto;
	height: 64px;
}

.item .list-item .title-area {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 16px;
}

.item .list-item .title {
	font-size: 1rem;
	line-height: 1.25rem;
	min-height: 3rem;
}

.item .list-item .btn {
	line-height: 2rem;
	height: 2rem;
	font-size: .8125rem;
	width: calc(100% - 32px);
	display: block;
	position: absolute;
	bottom: 16px;
	left: 16px;
	background-color: #d4e157;
	color: #fff;
	border-radius: 2px;
}

.item .list-item .date {
	font-size: .75rem;
	line-height: 1rem;
	text-align: left;
	padding: 0 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

.item .list-item .tag-list {
	text-align: left;
	padding: 0 16px;
	line-height: 1rem;
	font-size: 0;
}

.item .list-item .tag-list li {
	text-align: left;
	font-size: .75rem;
	line-height: 1rem;
	border: 1px solid #d4e157;
	display: inline-block;
	padding: 0 4px;
	margin-right: 4px;
	font-weight: bold;
	letter-spacing: 0;
}


/*--------------------------------------------------------------
home リスト サイトコンテンツ箇所
--------------------------------------------------------------*/

.site-content .list-item .title-area {
	padding-top: 66.6666%;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center 20%;
	opacity: 1;
}

.site-content .list-item .title-area:after {
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .1) 60%, rgba(0, 0, 0, 0) 100%);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


@media (max-width: 768px) {
	.site-content .list-item .title-area {
		padding-top: 25%;
	}

	.site-content .list-item.bottom .title-area {
		background-position:center 80%;
	}
}




.site-content .list-item:nth-child(1) .title-area {
	background-image: url(../img/top006s.jpg);
}

.site-content .list-item:nth-child(2) .title-area {
	background-image: url(../img/top007s.jpg);
}

.site-content .list-item:nth-child(3) .title-area {
	background-image: url(../img/top008s.jpg);
}

.site-content .list-item:nth-child(4) .title-area {
	background-image: url(../img/thumb3.jpg);
}

.site-content .list-item:nth-child(5) .title-area {
	background-image: url(../img/thumb4.jpg);
}

.site-content .list-item:nth-child(6) .title-area {
	background-image: url(../img/thumb1.jpg);
}

.site-content .list-item .title-area .title {
	position: absolute;
	left: 24px;
	bottom: 16px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	margin: 0;
	z-index: 1;
	color: #fafafa;
}

.site-content .list-item .title-area .title:after {
	content: 'Content';
	font-size: .625rem;
	line-height: .625rem;
	font-weight: bold;
	letter-spacing: 0;
	display: block;
	padding-top: .25rem;
	color: #d4e157;
}

.site-content .list-item .sapporting-text {
	font-size: .8125rem;
	line-height: 1.5rem;
	text-align: left;
	padding: 24px 16px;
	color: #212121;
}

.brand-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-left: -16px;
	margin-right: -16px;
}

.brand-list ul li {
	width: calc(25% - 32px);
	margin: 16px;
}

.brand-list ul li a {
	cursor: default;
}

@media (max-width: 768px) {
	.brand-list ul {
		margin-left: -8px;
		margin-right: -8px;
	}
	.brand-list ul li {
		width: calc(50% - 16px);
		margin: 8px;
	}
}

.brand-list .media {
	padding-top: 56.25%;
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	overflow: hidden;
}

.brand-list .media:hover,
.brand-list .media:active {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.brand-list .media img {
	height: 32px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.brand-list .media img.logo-s {
	height: 24px;
}

.brand-list ul li .text {
	padding: 1rem;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	font-size: .8125rem;
	line-height: 1rem;
	font-weight: bold;
}


/*--------------------------------------------------------------
home お問い合わせ箇所
--------------------------------------------------------------*/

.ad {
	background-color: #eee;
	margin-bottom: 32px;
	padding: 16px;
}

.ad .row {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.ad .row .col {
	width: 50%;
	padding: 16px;
}

@media screen and (max-width: 768px) {
	.ad .row .col {
		width: 100%;
		padding: 8px 0;
	}
}

.ad .row .col .title {
	font-size: 1rem;
	text-align: left;
	border-left: 4px solid #d4e157;
	padding-left: .5rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.ad .row .col .title {
		font-size: .875rem;
	}
}

.ad .row .col .tel-tex {
	text-align: left;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: bold;
	color: #d4e157;
}

.ad .row .col .tel-tex small {
	display: block;
	font-size: .75rem;
}

.ad .row .col .btn {
	background-color: #d4e157;
	color: #fff;
	font-size: 1rem;
	line-height: 4rem;
	height: 4rem;
	display: block;
	border-radius: 2px;
}

.ad .tel-icon {
	background-image: url(../img/ic_phone_white_24px.svg);
	background-size: 2rem;
	height: 2rem;
	width: 2rem;
	display: inline-block;
	background-repeat: no-repeat;
	margin-bottom: -4px;
	margin-right: .25rem;
}


/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/

.section-title {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	text-align: left;
	padding-left: 1rem;
	font-weight: normal;
	border-left: 5px solid #d4e157;
	color: #000;
}

@media (max-width: 768px) {
	.section-title {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: .5rem;
	}
}


/*--------------------------------------------------------------
お知らせ
--------------------------------------------------------------*/

.post-list-item {
	display: table;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
}

.post-list-item a {
	display: block;
}

.post-list-row .post-list-item:nth-last-child(1) {
	border: 0;
}


.post-list-item a:hover,
.post-list-item a:active {
	background-color: #f5f5f5;
}

.post-list-item.unc a:hover,
.post-list-item.unc a:active {
	background-color: transparent;
	cursor: default;
}

.post-list-item .ymd {
	text-align: left;
	color: #000;
	display: table-cell;
	padding: 1rem;
	font-size: .875rem;
	line-height: 1.5rem;
}

.post-list-item .title {
	text-align: left;
	text-decoration: underline;
	font-size: .875rem;
	line-height: 1.5rem;
	font-weight: normal;
	display: table-cell;
	padding: 1rem;
}

.post-list-item.unc .title{
	text-decoration: none;
}

@media (max-width: 768px) {
	.post-list-item .ymd,
	.post-list-item .title {
		display: block;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: .5rem;
		padding-top: .5rem;
	}
	.post-list-item .ymd {
		padding-bottom: 0;
	}
	.post-list-item .title {
		padding-top: 0;
	}
}


/*--------------------------------------------------------------
会社情報ページ
--------------------------------------------------------------*/

.page-title-area {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e6ee9c;
}

.page-title {
	font-size: 2rem;
	line-height: 2rem;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding-top: 6.5rem;
	padding-bottom: 3rem;
	font-weight: lighter;
	opacity: 0.3;
}

@media (max-width: 768px) {
	.page-title {
		font-size: 1.25rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.tb-overview {
	width: 100%;
	margin-bottom: 3rem;
}

.tb-overview caption {
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.tb-overview th,
.tb-overview td {
	text-align: left;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}

.tb-overview td {
	padding-left: 4rem;
	padding-right: 1rem;
}

@media (max-width: 768px) {
	.tb-overview th,
	.tb-overview td {
		display: block;
		padding: .5rem 0;
		font-size: .8125rem;
		line-height: 1rem;
	}
}

.philosophy section p,
.business section p {
	text-align: left;
	font-size: 1rem;
	line-height: 2rem;
	margin:2rem 0;
}

p.sml,
.philosophy section p.sml,
.business section p.sml{
	font-size:0.85rem;
	line-height: 1.7em;
}

@media (max-width: 768px) {
	.philosophy section p,
	.business section p {
		font-size: .8125rem;
		line-height: 1.5rem;
	}
	.business section p br {
		display: none;
	}
}

.section-title small {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: bold;
	margin-left: 1rem;
	color: #acbb17;
	vertical-align: 20%;
}

.flexcol {
	display:flex;
	flex-wrap: wrap;
}
.business .flexcol .media {
	width:50%;
	height:auto;
	margin:0.5rem auto;
}
@media (max-width: 768px) {
	.flexcol {
		flex-wrap: wrap;
	}
	.business .flexcol .media {
		width:100%;
		height:auto;
		margin:0.5rem auto;
	}
}

.business .media {
	padding: 2rem;
	/*background-color: #757575;*/
	height:300px;
	text-align:center;
	margin:2rem auto;
}

.business .media img {
	max-width:100%;
	/* height:100%; */
}

.csrlist {
	text-align: left;
	padding-top: 96px;
}

@media (max-width: 768px) {
	.csrlist {
		padding-top: 0;
	}
}

.csrlist dl {
	margin-top: 0;
	margin-bottom: 2rem;
}

.csrlist dt {
	font-size: 1rem;
	line-height: 1.5rem;
}

.csrlist dd {
	font-size: .8125rem;
	line-height: 1.5rem;
	margin-left: 0;
	margin-bottom: .5rem;
}

.csrlist p {
	text-align: left;
	font-size: .8125rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}

.csrlist dl>dl {
	margin: 1rem;
	margin-left: 0;
	margin-right: 0;
}

.csrlist dl>dl>dt {
	margin-bottom: .5rem;
}

.csrlist dl>dl>dd>dl {
	margin-bottom: 0;
}

.csrlist dl>dl>dd>dl>dd {
	margin-left: 1rem;
	margin-bottom: 0;
}

.csrlist dl>dl>dd>dl>dt {
	font-size: .8125rem;
}

.csrlist dl>dl>dd>dl>dd>p {
	padding-left: 1rem;
	margin-bottom: 0;
}

#gmap {
	height: 480px;
}

.philosophy .title-tex {
	font-family: "Sawarabi Mincho";
	font-size: 2.5rem;
	line-height: 1em;
	margin-bottom: 2rem;
	font-weight: 400;
}

.philosophy .title-tex br {
	display: none;
}

@media (max-width: 768px) {
	.philosophy .title-tex {
		font-size: 1.25rem;
		line-height: 2rem;
		margin-bottom: 1em;
	}
	.philosophy .title-tex br {
		display: block;
	}
}
/*
.philosophy .title-tex:before {
	content: "philosophy";
	font-size: 1rem;
	line-height: 1rem;
	margin: 0 auto;
	margin-bottom: 2rem;
	display: block;
	color: #d4e157;
	font-weight: bold;
}

@media (max-width: 768px) {
	.philosophy .title-tex:before {
		font-size: .5rem;
		line-height: 1rem;
		margin-bottom: .5rem;
	}
}*/

.philosophy section p.ccopy {
	max-width:100%;
	width:700px;
	margin:50px auto;
	text-align:left;
	font-size: 1.8rem;
	line-height: 3rem;
	letter-spacing: 0.2rem;
}
.philosophy section p.ccopy span {
	display:block;
	text-align:right;
}

.philo-list {
	max-width:100%;
	width:700px;
	margin:50px auto;
/*	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
*/	box-sizing: border-box;
}

.philo-list li {
	/*font-family: "Sawarabi Mincho";*/
	/*width:24%;*/
	font-size: 1.4rem;
	line-height: 2rem;
	letter-spacing: 0.2rem;
	padding: 4rem 0 4rem 6rem;
	text-align: left;
	position:relative;
	/*border:5px solid #d4e157;*/
}

.philosophy li .hd {
	font-family: Arial;
	position:absolute;
	top:0;
	left:0;
	display: block;
	font-weight: bold;
	font-size: 2rem;
	line-height: 2rem;
	padding: 0 0;
	text-align: left;
	letter-spacing: 0.05rem;
	margin:0 0 10px 0;
	color: #000;
}
.philosophy li .hd i:not(.material-icons) {
	font-style: normal;
	color:#999;
}
.philosophy li .hd i.gr {
	color:#44a737;
}

.nbr {
	display:block;
	text-align:right;
}



@media (max-width: 768px) {

	.philo-list {
		margin: 10px auto;
		width:340px;
	}

	.philosophy section p.ccopy {
		max-width:100%;
		width:340px;
	}

	.philosophy li .hd{
		padding: 1rem 0;
		font-size: 1rem;
	}
	.philosophy li .hd i.material-icons {
		font-size:16px;
		height:16px;
	}
	.philo-list li {
		margin:2px;
		font-size: .875rem;
		line-height: 1.2rem;
		padding-left: .5rem;
		padding-right: .5rem;
		padding: 4rem 0rem 0rem 0rem;
		letter-spacing: 0.1rem;
	}


	.philosophy section p.ccopy {
		font-size: 1rem;
		line-height: 2rem;
		letter-spacing: 0.1rem;
	}

	.philosophy section p.ccopy span {
		display:block;
		text-align:left;
		padding-left:2rem;

	}
	.nbr {
		text-align:left;
		padding-left:2rem;
	}





}

.ulist {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:8px 0 20px 0;
}
.ulist li {
	border:1px solid #d4e157;
	background:#d4e157;
	color:#000;
	display:block;
	width:32%;
	margin:1px;
	font-size:0.8rem;
	padding:12px 8px;
}

@media (max-width: 768px) {
	.ulist li {
		width:49%;
	}
}

.al {
	margin:10px 0;
	color:#a4ad4e;
}
h3.al {
	margin-bottom:30px;
}
h3.al span {
	padding:8px 0;
	border-bottom:2px solid #d4e157;
}
.phi-cnt {
	padding: 4rem 2rem;
	background-color: #fff;
	border-radius: 2px;
}

.map-btn {
	font-size: .8125rem;
	line-height: 1.5rem;
	border: 1px solid #8c9900;
	border-radius: 2px;
	padding-left: .25rem;
	padding-right: .5rem;
	font-weight: 600;
	margin-left: 1rem;
	letter-spacing: 0;
}

@media (max-width: 768px) {
	.map-btn {
		display: block;
		margin-left: 0;
		max-width: 120px;
		text-align: center;
		margin-top: .5em;
	}
}

.map-btn i {
	width: 1rem;
	height: 1rem;
	background-image: url(../img/ic_place_black_24px.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 1rem;
	display: inline-block;
	position: relative;
	top: 3px;
}

.map-btn:hover,
.map-btn:active {
	background-color: #e6ee9c;
	color: #8c9900;
}

article {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media (max-width: 768px) {
	article {
		padding: 1rem;
	}
}

.entry-wrapper {
	max-width: 40rem;
	margin: 0 auto;
}

.entry-meta {
	font-size: .8125rem;
	line-height: 1.5rem;
	text-align: left;
	font-weight: bold;
	padding-right: .5rem;
}

.entry-title {
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: left;
	font-weight: 400;
	margin-bottom: .2rem;
}

@media (max-width: 768px) {
	.entry-title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.entry-title a {
	color: #212121;
}

.entry-content p {
	text-align: left;
	font-size: 1rem;
	line-height: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
	.entry-content p {
		font-size: .875rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: left;
	font-weight: 400;
	margin-bottom: .5em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: left;
	font-weight: 400;
	margin-bottom: .5em;
}

@media (max-width: 768px) {
	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: bold;
	}
}

.entry-content hr {
	border: 0;
	display: block;
	height: 1px;
	background-color: #ddd;
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

@media (max-width: 768px) {
	.entry-content hr {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.entry-content img {
	width: 100%;
	max-width: auto;
	display: block;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
	.entry-content img {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.entry-content ul li {
	text-align: left;
	padding-left: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: .25rem;
}

@media (max-width: 768px) {
	.entry-content ul li {
		font-size: .875rem;
	}
}

.entry-content ol li {
	text-align: left;
	line-height: 1.5rem;
	margin-bottom: .25rem;
}

@media (max-width: 768px) {
	.entry-content ol li {
		font-size: .875rem;
	}
}

.entry-content ul li:before {
	content: '';
	width: 1rem;
	line-height: 1rem;
	height: 1rem;
	display: inline-block;
	background-image: url(../img/ic_fiber_manual_record_black_24px.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	top: 2px;
	margin-left: -1rem;
}

.tb-responsive {
	width: 100%;
	overflow-x: scroll;
}

.tb-responsive table {
	width: 640px;
	margin-bottom: 1rem;
}

.tb-responsive table th,
.tb-responsive table td {
	text-align: left;
	font-size: .8125rem;
	line-height: 1.5rem;
	padding: .25rem;
}

.tb-responsive table th {
	background-color: #eee;
}

.tb-responsive table td {
	border-bottom: 1px solid #ddd;
}

.tb-responsive table tr:last-child td {
	border-bottom: 0;
}

.greeting-row {
	padding: 4rem;
	background-color: #fff;
}

@media (max-width: 768px) {
	.greeting-row {
		padding: 2rem;
	}
}

.greeting-row .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	align-items: center;
}

@media (max-width: 768px) {
	.greeting-row .row {
		display: block;
		flex-wrap: nowrap;
		margin-bottom: 2rem;
	}
}

.greeting-row .row .col:nth-child(1) {
	width: calc(100% - 200px);
}

@media (max-width: 768px) {
	.greeting-row .row .col:nth-child(1) {
		width: 100%;
	}
}

.greeting-row .row .col .media img {
	width: 142px;
}

.greeting-row .row .col .media p {
	text-align: left;
	font-size: .75rem;
	line-height: 1.25rem;
	font-weight: bold;
	font-family: "Sawarabi Mincho";
	padding-top: 1rem;
}

@media (max-width: 768px) {
	.greeting-row .row .col .media p {
		text-align: center;
	}
}

.greeting-row .row .col .media p span {
	font-weight: normal;
	font-size: .75rem;
	line-height: 1.25rem;
	padding-right: 1rem;
}

.greeting-title {
	font-family: "Sawarabi Mincho";
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: left;
	font-weight: 400;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.greeting-title {
		font-size: 1rem;
		line-height: 2rem;
		text-align: center;
	}
}

.greeting-tex {
	font-size: 1rem;
	line-height: 2.5em;
	text-align: left;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
	.greeting-tex {
		font-size: .875rem;
		line-height: 2rem;
	}
	.greeting-tex br {
		display: none;
	}
}

.greeting-tex-corph {
	text-align: right;
	font-size: 1rem;
	line-height: 2.5em;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	width: 40rem;
	margin: 0 auto;
	padding-top: 1rem;
	border-top: 1px solid #ddd;
	margin-bottom: 4rem;
}

@media (max-width: 768px) {
	.nav-links {
		max-width: 100%;
		padding: 1rem;
		margin-bottom: 0;
	}
}

.nav-previous,
.nav-next {
	width: 50%;
}

.nav-next {
	text-align: right;
	padding-left: 1rem;
}

.nav-previous {
	text-align: left;
	padding-right: 1rem;
}

.nav-links span {
	display: block;
	font-size: .8125rem;
	line-height: 1rem;
}

.nav-links .screen-reader-text {
	color: #212121;
	font-weight: bold;
	margin-bottom: .25em;
}

.nav-links .nav-title {
	font-weight: bold;
}

.csrlist dd span.hd {
	width: 2rem;
	display: inline-block;
}

.csrlist dd.indent {
	padding-left: 1rem;
}

.recruit section {
	padding: 4rem;
	/*min-height: 320px;*/
	position: relative;
	background-color: rgba(0, 0, 0, .01);
}

.recruit section .sapporting-tex {
	font-family: "Sawarabi Mincho";
	font-size: 5rem;
	margin-top: -2.5rem;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
	.recruit section {
		width: calc(100% - 48px);
		margin: 0 auto;
	}
	.recruit section .sapporting-tex {
		font-size: 2.5rem;
	}
}

.inq-box {
	background-color: #fff;
	padding: 4rem;
}

.inq-box .title-area p {
	margin-bottom: 1rem;
	font-size: .875rem;
	line-height: 1.5rem;
}

.inq-box .title-area .inq-btn {
	background-color: #d4e157;
	color: #222;
	font-size: .8125rem;
	line-height: 2.5rem;
	height: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	display: inline-block;
	border-radius: 2px;
}

@media screen and (max-width: 768px) {
	.inq-box {
		padding: 1rem;
	}
}

.phi-announce-cnt {
	background-color: #fff;
	padding: 4rem;
	text-align: left;
	font-size: .875rem;
	line-height: 1.5rem;
	margin-top: 64px;
}

@media screen and (max-width: 768px) {
	.phi-announce-cnt {
		font-size: .8125rem;
		padding: 2rem;
		margin-top: 0;
	}
}

.phi-announce-cnt .tex-hd {
	text-align: right;
	margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
	.phi-announce-cnt .tex-hd {
		margin-bottom: 1rem;
	}
}

.phi-announce-cnt .end-tex {
	text-align: right;
	margin-top: 1.5rem;
}

.phi-announce-cnt .tex-hd+h4 {
	font-size: 1.3125rem;
	line-height: 1.5rem;
	font-weight: lighter;
	margin-bottom: 2rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.phi-announce-cnt .tex-hd+h4 {
		margin-bottom: 1rem;
		font-size: 1rem;
		text-align: left;
	}
}

.phi-announce-list {
	font-size: .875rem;
	line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
	.phi-announce-list {
		font-size: .8125rem;
	}
}

.phi-announce-list dt {
	font-weight: bold;
	margin-bottom: .5rem;
	font-size: 1rem;
}

.phi-announce-list dd {
	margin-left: 0;
	margin-bottom: 2rem;
}

.phi-announce-list dd .hd {
	font-weight: bold;
	display: block;
}

.phi-announce-list dd ul {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.phi-announce-list dd ul.circle-list li {
	text-align: left;
	padding-left: 1rem;
	line-height: 1.5rem;
	margin-bottom: .25rem;
}

.phi-announce-list dd ul.circle-list li:before {
	content: '';
	width: 1rem;
	line-height: 1rem;
	height: 1rem;
	display: inline-block;
	background-image: url(../img/ic_fiber_manual_record_black_24px-2.svg);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	top: 4px;
	margin-left: -1rem;
}

.phi-announce-list dd ul.num-list {
	counter-reset: cnt_num;
}

.phi-announce-list dd ul.num-list li {
	text-align: left;
	padding-left: 1rem;
	text-indent: -1rem;
	line-height: 1.5rem;
	margin-bottom: .25rem;
}

.phi-announce-list dd ul.num-list li:before {
	counter-increment: cnt_num;
	content: counter(cnt_num) ". ";
}

.phi-announce-inq .tel-num {
	font-size: 1.25rem;
	line-height: 1.5rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-weight: bold;
}

.phi-announce-inq .tel-num:before {
	content: '';
	width: 1.75rem;
	line-height: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	margin-right: .25em;
	background-image: url(../img/ic_fd.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
	top: 4px;
}



.blist {
	border-collapse: collapse;
	border:1px solid #ccc;
	margin:15px 0;
}
.blist td {
	border:1px solid #ccc;
	padding:10px;
}

.tex {
	text-align:left;
	margin:50px 0 0px 0px;
	padding:30px;
	line-height:1.5rem;
	font-size:0.85rem;
	border:1px solid #ddd;
	border-radius:4px;
}