@charset "UTF-8";


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

  loader

========================================*/
#WrapPage {
	opacity: 0;
	min-width: 1200px;
	background: #fff;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#WrapPage {
		min-width: 100vw;
	}
}


#loader-bg {
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
}

#loader {
	position: absolute;
	z-index: 1002;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding-top: calc(50vh - 50px);
	margin: auto;
	text-align: center;
	color: #999;
}

#loader img {
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 767px) {
	#loader {
		padding-top: calc(50vh + 30vw);
	}
}


.video-container {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: url(../mov/main-8.jpg) no-repeat center center/cover;
	z-index: 0;
}

video {
	min-width: 100%;
	min-height: 100vh;
	position: absolute;
}


@media screen and (max-width: 767px) {
	.video-wrap {
		height: 40vh;
	}

	video {
		min-height: 40vh;
	}
}



/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9),
(min-aspect-ratio: 16/9) {
	video {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
	video {
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}

body {}

main {
	margin-top: 100vh;
	position: relative;
	background-color: #fff;
	width: 100%;
	z-index: 20;
}

@media screen and (max-width: 767px) {
	main {
		margin-top: 40vh;
	}
}

/* ページ内共通 ---------------*/
h2 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 30px;
}

h2 span {
	font-size: 56px;
	font-weight: normal;
	letter-spacing: 5px;
	font-family: "Roboto Condensed", sans-serif;
}

h2 span::after {
	/*
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 110px;
	height: 8px;
	background-image: url(../img/mrk_ttlsvg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	*/
}

.copy {
	font-size: 20px;
	line-height: 2em;
	margin-top: 30px;
}


@media screen and (max-width: 767px) {
	h2 {
		padding-top: 10vw;
		padding-bottom: 8vw;
	}

	h2 span {
		font-size: 10vw;
	}

	h2 span::after {
		/*
		width: 27.5vw;
		height: 2vw;
		background-size: cover;
		*/
	}

	.copy {
		font-size: 4vw;
		margin-top: 2em;
		line-height: 1.8em;
	}
}



/* sec001 ---------------*/
#sec001 .base_box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

#sec001 .base_box .photo img {
	width: 787px;
	border-radius: 15px;
}


#sec001 .base_box .txt {
	display: inline-block;
	text-align: left;
	width: 550px;
	margin-top: 30px;
}

#sec001 .base_box .txt p strong {
	display: block;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.6em;
	margin-bottom: 30px;
}

#sec001 .base_box .txt p {
	font-size: 20px;
	line-height: 1.8em;
}

#sec001 .box_a {
	text-align: right;
	margin-top: 200px;
}

#sec001 .box_a .photo {
	position: absolute;
	top: -130px;
	left: -210px;
}

#sec001 .box_b {
	text-align: left;
	margin-top: 360px;
}

#sec001 .box_b .photo {
	position: absolute;
	top: -130px;
	right: -210px;
}


@media screen and (max-width: 1700px) {
	#sec001 .base_box .photo img {
		width: 45vw;
	}

	#sec001 .box_a .photo {
		top: -5vw;
		left: -9vw;
	}

	#sec001 .box_b .photo {
		top: -5vw;
		right: -9vw;
	}
}

@media screen and (max-width: 1600px) {
	#sec001 .base_box .photo img {
		width: 38vw;
	}

	#sec001 .box_a .photo {
		top: -4vw;
		left: 0;
	}

	#sec001 .box_b {
		margin-top: 15vw;
	}

	#sec001 .box_b .photo {
		top: -4vw;
		right: 0;
	}
}

@media screen and (max-width: 1280px) {
	#sec001 .base_box .photo img {
		width: 560px;
	}

	#sec001 .box_a .photo {
		top: -4vw;
		left: 0;
	}

	#sec001 .box_b {
		margin-top: 200px;
	}

	#sec001 .box_b .photo {
		top: -4vw;
		right: 0;
	}
}


@media screen and (max-width: 767px) {
	#sec001 .base_box {
		width: 86%;
		margin: 0 auto;
	}

	#sec001 .base_box .photo img {
		width: 100%;
		border-radius: 3vw;
	}

	#sec001 .base_box .txt {
		margin-top: 5vw;
	}

	#sec001 .base_box .txt p strong {
		font-size: 5.6vw;
		margin-bottom: .2em;
	}

	#sec001 .base_box .txt p {
		font-size: 3.2vw;
	}

	#sec001 .box_a {
		text-align: left;
		margin-top: 10vw;
	}

	#sec001 .box_a .photo {
		position: relative;
		top: auto;
		left: auto;
	}

	#sec001 .box_b {
		text-align: left;
		margin-top: 10vw;
	}

	#sec001 .box_b .photo {
		position: relative;
		top: auto;
		left: auto;
	}
}



/* sec002 ---------------*/
#sec002 {
	margin-top: 260px;
}

#sec002 h2 span {
	font-size: 45px;
}

#sec002 .bg {
	display: block;
}

@media screen and (max-width: 1700px) {
	#sec002 .bg {
		width: 90%;
		margin: 0 auto;
	}
}


#sec002 .bg img {
	border-radius: 15px;
}



#sec002 .innr {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #fff;
	margin-top: -120px;
	z-index: 20;
}

#sec002 .innr .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 670px;
	margin: 0 auto;
	margin-top: 60px;
}

#sec002 .innr .list li {
	position: relative;
	width: 320px;
	text-align: center;
	list-style: none;
	margin-bottom: 25px;
}

#sec002 .innr .list li a {
	display: block;
	color: #2a5;
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 1px;
	border: 1px solid #2a5;
	border-radius: 41px;
}

#sec002 .innr .list li a span::after {
	position: absolute;
	top: 0;
	right: 30px;
	content: "\f105";
	font-family: FontAwesome;
}

#sec002 .slider {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

#sec002 .slider li {
	list-style: none;
	width: 400px;
	margin: 0 15px;
}

#sec002 .slider li img {
	width: 400px;
	height: 240px;
	border-radius: 15px;
	object-fit: cover;
}


@media screen and (max-width: 767px) {
	#sec002 {
		margin-top: 20vw;
	}

	#sec001 .slider li img {
		height: 38vw;
	}

	#sec002 h2 span {
		font-size: 5vw;
	}

	#sec002 .bg {
		width: 100%;
		margin: 0 auto;
	}

	#sec002 .bg img {
		border-radius: 0;
	}

	#sec002 .innr {
		width: 86%;
		border-radius: 3vw;
		margin-top: -10vw;
	}

	#sec002 .innr .list {
		width: 100%;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#sec002 .innr .list li {
		width: 49%;
		margin-bottom: 3vw;
	}

	#sec002 .innr .list li a {
		font-size: 3.7vw;
		line-height: 12vw;
		border-radius: 6vw;
	}

	#sec002 .innr .list li a span::after {
		display: none;
	}
}


/* sec003 ---------------*/
#sec003 {
	background-color: #e9f6f8;
	margin-top: 80px;
	padding-bottom: 110px;
}

#sec003 .box {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}

#sec003 .box .photo {
	width: 687px;
}

#sec003 .box .photo img {
	border-radius: 15px;
}

#sec003 .box .txt {
	width: 460px;
	text-align: left;
}

#sec003 .box .txt .logo {
	display: block;
	margin-top: 30px;
}

#sec003 .box .txt .logo img {
	width: 300px;
}

#sec003 .box .txt table {
	margin-top: 40px;
}

#sec003 .box .txt table th {
	width: 130px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: .3em 0;
}

#sec003 .box .txt table td {
	font-size: 18px;
	letter-spacing: 1px;
	padding: .3em 0;
}

#sec003 .box .txt .btn {
	text-align: center;
	margin-top: 30px;
}

#sec003 .box .txt .btn a {
	display: block;
	width: 320px;
	color: #2a5;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 80px;
	border: 1px solid #2a5;
	background-color: #fff;
	border-radius: 41px;
	transition: .3s;
}

#sec003 .box .txt .btn a:hover {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	#sec003 {
		margin-top: 20vw;
		padding-top: 5vw;
		padding-bottom: 20vw;
	}

	#sec003 .box {
		display: block;
		width: 86%;
		margin: 0 auto;
		margin-top: 10vw;
	}

	#sec003 .box .photo {
		width: 100%;
	}

	#sec003 .box .photo img {
		border-radius: 3vw;
	}

	#sec003 .box .txt {
		width: 100%;
		margin-top: 10vw;
	}

	#sec003 .box .txt .logo {
		margin-top: 0;
	}

	#sec003 .box .txt .logo img {
		width: 60vw;
	}

	#sec003 .box .txt table {
		margin-top: 5vw;
	}

	#sec003 .box .txt table th {
		width: auto;
		font-size: 3.6vw;
		white-space: nowrap;
		vertical-align: top;
		padding-right: .5em;
	}

	#sec003 .box .txt table td {
		font-size: 3.6vw;
		vertical-align: top;
	}

	#sec003 .box .txt .btn {
		margin-top: 5vw;
	}

	#sec003 .box .txt .btn a {
		display: inline-block;
		width: auto;
		font-size: 4.6vw;
		line-height: 12vw;
		border-radius: 6vw;
		padding-right: 2em;
		padding-left: 2em;
	}
}

/* sec004 ---------------*/
#sec004 .box {
	display: flex;
	justify-content: space-between;
	justify-content: center;
}

#sec004 .box .item {
	display: flex;
	align-items: center;
	justify-content: end;
	box-sizing: border-box;
	padding: 100px 0;
	width: 50%;
}

#sec004 .box .item_a {
	text-align: right;
	margin-right: 60px;
}

#sec004 .box .item_b {
	background-image: url(../img/img_04_2.jpg);
	background-position: right 0 bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
}

@media screen and (max-width: 1600px) {
	#sec004 .box .item_b {
		background-position: right -5vw bottom;
	}
}



#sec004 .box .item .txt {
	display: inline-block;
	width: 100%;
	text-align: left;
}

#sec004 .box .item .txt h3 {
	color: #2a5;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 5px;
	font-family: "Roboto Condensed", sans-serif;
	border-bottom: 2px solid #2a5;
	padding-bottom: .2em;
}

#sec004 .box .item .txt ul {
	margin-top: 30px;
}

#sec004 .box .item .txt ul li {
	list-style: none;
	border-bottom: 1px solid #c4c4c4;
	padding: 1.5em 0;
}

#sec004 .box .item .txt ul li span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: .3em;
}

#sec004 .box .item .txt ul li a {
	font-size: 18px;
	text-decoration: underline;
	color: #04a;
}

#sec004 .box .item .txt ul li a:hover {
	text-decoration: none;
	opacity: .7;
}

@media screen and (max-width: 767px) {
	#sec004 .box {
		display: block;
	}

	#sec004 .box .item {
		display: block;
		padding: 10vw 0;
		width: 100%;
		max-height: auto;
	}

	#sec004 .box .item_a {
		text-align: left;
		margin-right: 0;
	}

	#sec004 .box .item_b {
		background-position: center center;
		min-height: auto;
		height: 65vw;
	}

	#sec004 .box .item .txt {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	#sec004 .box .item .txt h3 {
		font-size: 10vw;
	}

	#sec004 .box .item .txt ul {
		margin-top: 5vw;
	}

	#sec004 .box .item .txt ul li {
		padding: 1em 0;
	}

	#sec004 .box .item .txt ul li span {
		font-size: 3.6vw;
		letter-spacing: 1px;
	}

	#sec004 .box .item .txt ul li a {
		font-size: 3.6vw;
	}
}