﻿/*====================

fv

====================*/
main {
	position: relative;
}

#video {
	position: relative;
	width: 100%;
	height: 80vh;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#video video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

#img-fv {
	position: relative;
	width: 100%;
	height: 80vh;
	margin: 0 auto;
	padding: 0;
}

#img-fv img {
	width: 100%;
	height: 80vh;
	margin: 0 auto;
	padding: 0;
	object-position: 50% 50%;
	object-fit: cover;
}

/*====================

main-title

====================*/
.main-title {
	position: relative;
	max-width: 1000px;
	width: 80%;
	background: #fff;
	display: block;
	margin: -120px auto 0;
	padding: 80px 0;
	text-align: center;
}

.main-contents {
	position: relative;
	width: 100%;
	background: #fff;
	display: flex;
	margin: 0 auto;
}

.main-text,
.main-images {
	width: 50%;
}

.main-text {
	padding-left: calc((100% - 1200px)/2);	
	padding-top: 80px;
	min-width: 500px;
}

.main-text .main-text-p {
	font-size: 16px;
	line-height: 32px;
	margin: 0 0 40px 0;
	padding: 0 10px 0 30px;
}

.main-images {
	padding: 40px 0 40px 40px;
	position: relative;
	max-width: 50%;
	min-width: 600px;
}

.main-images .bg-box {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 300px;
	background: #036;
	position: absolute;
	top: 0;
	right: 10%;
	bottom: 0;
	margin: auto;
}

.main-images .img-top {
	width: 100%;
	height: auto;
	max-width: 280px;
	max-height: 280px;
	position: absolute;
	right: 0;
	top: 0;
}

.main-images .img-bottom {
	width: 100%;
	height: auto;
	max-width: 500px;
	max-height: 300px;
	position: absolute;
	bottom: 0;
}

.main-images .img-top img,
.main-images .img-bottom img {
	width: 100%;
}

.sample-box {
	max-width: 1000px;
	width: 80%;
	background: #f7f7f7;
	margin: 40px auto;
	padding: 40px;
	display: flex;
}

.sample-title,
.sample-list {
	width: 50%;
}

.sample-title {
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-family: 'Noto Serif JP', serif;
    font-weight: normal;
	font-size: 21px;
	display: inline-block;
	height: 90px;
	line-height: 90px;
	min-width: 300px;
}

.sample-list ul {
	list-style: disc;
	padding: 10px 0 10px 60px;
}














/*====================

スマートフォン対応

====================*/

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

/*====================

fv

====================*/
#video {
	position: relative;
	width: 100%;
	height: 60vh;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#video video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

#img-fv {
	position: relative;
	width: 100%;
	height: 60vh;
	margin: 0 auto;
	padding: 0;
}

#img-fv img {
	width: 100%;
	height: 60vh;
	margin: 0 auto;
	padding: 0;
	object-position: 50% 50%;
	object-fit: cover;
}

/*====================

main-title

====================*/
.main-title {
	position: relative;
	width: 80%;
	background: #fff;
	display: block;
	margin: -60px auto 0;
	padding: 40px 0;
	text-align: center;
}

.main-contents {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.main-text,
.main-images {
	position: relative;
	width: 100%;
	height: auto;
}

.main-text {
	padding: 20px 30px 0 30px;
	min-width: 300px;
}

.main-text .main-text-p {
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 30px 0;
	padding: 0;
}

.main-images {
	padding: 0;
	position: relative;
	max-width: 100%;
	min-width: 300px;
	min-height: 400px;
}

.main-images .bg-box {
	width: 100%;
	height: auto;
	max-width: 160px;
	max-height: 160px;
	background: #036;
	position: absolute;
	top: 0;
	right: 30%;
	bottom: 0;
	margin: auto;
}

.main-images .img-top {
	width: 100%;
	height: auto;
	max-width: 180px;
	max-height: 180px;
	position: absolute;
	right: 0;
	top: 0;
}

.main-images .img-bottom {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 200px;
	position: absolute;
	bottom: 0;
}

.main-images .img-top img,
.main-images .img-bottom img {
	width: 100%;
}

.sample-box {
	max-width: 1000px;
	width: 90%;
	background: #f7f7f7;
	margin: 20px auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
}

.sample-title,
.sample-list {
	width: 100%;
}

.sample-title {
	text-align: center;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-family: 'Noto Serif JP', serif;
    font-weight: normal;
	font-size: 18px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	min-width: 280px;
}

.sample-list ul {
	list-style: disc;
	padding: 10px 0;
	margin: auto;
	width: fit-content;
}


}