@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

.more li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.5em 0.5em;
	border-bottom: solid 1px #dcd8d5;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
}

.more a {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	height: 46px;
	padding: 0 1em;
	background: #bbb;
	text-decoration: none;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
}

.more a:after {
	display: inline-block;
	vertical-align: 0.1em;
	content: '';
	width: 0.4em;
	height: 0.4em;
	margin-left: 0.2em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
	min-height: 720px;
}

#video video {
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document try
--------------------------------------------------------- */

#try {
	height: 300px;
	margin: 60px 0 0;
}

/* ---------------------------------------------------------
	CSS Document youtube
--------------------------------------------------------- */

#youtube {
	margin: 60px 0 0;
}

#youtube .container {
	width: 1000px;
	height: 480px;
	border-radius: 10px;
	background: #000;
}

#youtube iframe {
	vertical-align: top;
	width: 900px;
	height: 480px;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 60px 0 100px;
}

#about h2 {
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.5;
}

#about .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#about .section {
	width: 340px;
}

#about .section figure img {
	height: 236px;
}

#about .find:hover {
	opacity: 0.6;
}

#about .section figcaption {
	margin: 20px 0 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
}

#about .section p {
	margin-bottom: 20px;
	text-align: justify;
	font-size: 15px;
	line-height: 1.7;
}

#about .more a:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document management
--------------------------------------------------------- */

#management {
	margin-bottom: 100px;
}

#management .caption {
	height: 320px;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}

#management .caption figure img {
	width: 100%;
	position: relative;
}

#management .caption figcaption {
	text-shadow: 0 0 4px #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#management h2 {
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.5;
}

#management .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

#management .section {
	width: 25%;
	height: 204px;
	overflow: hidden;
	text-align: left;
	line-height: 1.5;
	color: #fff;
	position: relative;
	z-index: 0;
}

#management .section:after {
	content: '';
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: .4s ease-out;
}

#management .section:hover:after {
	background: rgba(0, 0, 0, 0.4);
}

#management .section figure {
	height: 204px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#management .section figure img {
	width: 100%;
}

#management .row {
	width: 100%;
	padding: 30px;
	position: absolute;
	top: 20%;
	left: 0;
	z-index: 2;
	transition: .4s ease-out;
	opacity: 0;
}

#management .section:hover .row {
	top: 0;
	opacity: 1;
}

#management .ttl {
	margin-bottom: 15px;
}

#management .ttl a {
	text-decoration: none;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}

#management .ttl a:hover {
	opacity: 1;
}

/* ---------------------------------------------------------
	CSS Document blog
--------------------------------------------------------- */

#blog {
	margin-bottom: 100px;
}

#blog h2 {
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.5;
}

#blog h2 .en {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
}

#blog .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	text-align: left;
}

#blog .find {
	width: 30%;
	margin-bottom: 40px;
}

#blog .find:nth-of-type(4n) {
	margin-right: 0;
}

#blog .find:hover {
	opacity: 0.6;
}

#blog .find figure {
	margin-bottom: 0.5em;
}

#blog .find figure img {
	width: 100%;
	height: 224px
}

#blog dt {
	margin-bottom: 0.5em;
	line-height: 1.7;
}

#blog dt a {
	text-decoration: none;
	color: #333;
}

#blog dd {
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #898888;
}

#blog dd .category {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 .5em;
	background: #bbb;
	font-size: 13px;
	color: #fff;
}

#blog dd .date {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #898888;
}

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider {
	margin-bottom: 100px;
}

#slider .container {
	width: 1280px;
	background: #000;
	color: #fff;
	position: relative;
}

#slider .section {
	height: 320px;
	position: relative;
	z-index: 0;
}

#slider .section figure {
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#slider .section figure img {
	width: 100%;
}

#slider .row {
	width: 100%;
	padding: 50px 120px;
	text-align: left;
	line-height: 1;
}

#slider .ttl {
	margin-bottom: 30px;
	text-shadow: 0 0 4px #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 46px;
}

#slider .desc {
	margin-bottom: 60px;
	text-shadow: 0 0 4px #000;
	font-size: 18px;
}

#slider .more a {
	background: #00065C;
	text-align: center;
}

#slider .slick-dots {
	display: none !important;
}

#slider .slick-arrow {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 3;
	cursor: pointer;
	transition: .4s;
}

#slider .slider_prev {
	left: 0;
}

#slider .slider_next {
	right: 0;
}

#slider .slider_prev:after,
#slider .slider_next:after {
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 4;
}

#slider .slider_prev:after {
	margin-top: -2px;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	left: 18px;
}

#slider .slider_next:after {
	margin-top: -2px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	right: 30px;
}
