@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none!important}
.pc {}

.sp500 {
	display: none;
}

html {
	scroll-behavior: smooth;
}

body {
font-family: 'Noto Sans JP', sans-serif;
overflow: hidden;
}

header {
	background-color: #1f3155;
	height: 557px;
	position: relative;
}

header .bg {
	background-image: url("../Images/pc-top.webp");
	background-position: center;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

header .bg .text-position {
	width: 90%;
	margin: 0 auto;
	padding-top: 140px;
	max-width: 1200px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

header .bg .logo {
	position: absolute;
	top: 50px;
	left: -70px;
	color: white;
	font-size: 16px;
}

header .bg .logo img {
	width: 63px;
}

header nav  {
	position: absolute;
	right: 0;
	top: 30px;
}

header nav ul {
	display: flex;
}

header nav ul li {
	margin-right: 50px;
}

header nav ul a {
	color: white;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

header nav ul a::before {
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	width: 0;
	height: 1px;
	background-color: white;
	transition: 0.3s;
}

header nav ul a:hover::before {
	width: 100%;
	transition: 0.3s;
}

header nav ul a:hover {
	color: white;
}



.contents01 {
	width: 100%;
	height: 845px;
	background-color: white;
	margin-top: -6px;
	position: relative;
}

.contents01 .bg {
	width: 56%;
	height: 845px;
	background-color: #1f3155;
	object-fit: cover;
	}
.bg-flex {
	position: absolute;
	left: 0;
	display: flex;
	width: 100%;
}

.bg-flex .w-bg {
	width: 44%;
	position: relative;
}

.bg-flex .w-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: -900px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 845px 900px;
border-color: transparent transparent #ffffff transparent;
}

.contents01 .bg img {
	object-fit: cover;
	object-position: -250px -50px;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}

.contents01 .text-box {
	padding-top:180px;
	position: relative;
	z-index: 2;
}

.contents01 .text-box h2 {
	font-size: 55px;
	font-family: 'Noto Serif JP', serif;
	color:#222222;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.contents01 .text-box h2 span {
	color: white;
}

.contents01 .text-box .sub-title {
	color: #222222;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 50px;
	line-height: 2.3;
}

.contents01 .text-box .sub-title span {
	font-size: 45px;	
}

.contents01 .text-box p {
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 2.5;
	margin-top: 20px;
}

.contents01 .text-box .link-btn {
	margin-top: 50px;
}

.link-btn {
	background-color: #1f3155;
	max-width: 300px;
	height: 60px;
	width: 90%;
	margin: 0 auto;
	color: white;
	font-size: 13px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #1f3155;
	box-sizing: border-box;
}

.link-btn:hover {
	background-color: white;
	color: #1f3155;
	transition: 0.2s;
}

.link-btn:hover::after {
	color: #1f3155;
	transition: 0.2s;
}

.link-btn::after {
	content: "▶︎";
	position: absolute;
	color: white;
	right: 15px;
}

.contents01 .contents-img {
	position: absolute;
	bottom: -170px;
	left: 100px;
}

.contents02 {
	color: #222222;
	padding-top: 100px;
}

h3 {
	font-size: 45px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}

.contents02 p {
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 2.5;
	margin-top: 20px;	
}

.img-line {
	width: 100%;
	height: 357px;
	margin-top: 80px;
}

.img-line img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.contents03 {
	padding-top: 200px;
	position: relative;
	z-index: 2;
}

.contents03 .bg {
	position: absolute;
	top: 350px;
	right: 0;
	z-index: 2;
}

.cotents-box01 {
	background-color: #eeeeee;
	height: 350px;
	width: 65%;
	margin: 0 0 0 auto;
	position: relative;
	margin-top: 100px;
	z-index: 1;
	color: #222222;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 50px;
	box-sizing: border-box;
	padding-right: 260px;
}

.cotents-box01::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 350px 350px;
	border-color: transparent transparent #eeeeee transparent;
	top: 0;
	left:-350px;
}

.cotents-box01 h4 {
	font-size: 35px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 30px;
	text-align: left;
}

.cotents-box01 p {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
}

.cotents-box01 img {
	position: absolute;
	left: -470px;
}

.cotents-box02 {
	background-color: #eeeeee;
	height: 350px;
	width: calc(100% - 900px);
	margin: 0 auto 0 0;
	position: relative;
	margin-top: 100px;
	z-index: 2;
	color: #222222;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	padding-left: 10%;
}

.cotents-box02::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 350px 0 0 350px;
	border-color: transparent transparent transparent #eeeeee;
	top: 0;
	right:-350px;
}

.cotents-box02 h4 {
	font-size: 35px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 30px;
}

.cotents-box02 p {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
}

.cotents-box02 img {
	position: absolute;
	right: -470px;
	z-index: 3;
}

.contents04 {
	padding-top: 200px;
}

.contents04 ul {
	max-width: 1080px;
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
}

.contents04 ul li {
	width: 47%;
	border-bottom: 1px solid #999999;
	color: #222222;
	padding-bottom: 15px;
	display: flex;
	justify-content: flex-start;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
}

.contents04 ul li.width100 {
	width: 100%;
}

.contents04 ul li span {
	font-size: 15px;
	font-weight: 600;
	width: 150px;
	text-align: left;
}


.access-area {
	max-width: 1080px;
	width: 90%;
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
}

.access-area .box {
	width: 31%;
	color: #222222;
}

.access-area .box img {
	width: 100%;
}

.access-area .box iframe {
	width: 100%;
	height: 230px;
}

.access-area .box .name {
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	margin: 20px 0 10px;
}

.access-area .box .access {
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}

footer {
	padding: 80px 0;
	background-image: url("../Images/footer-bg.jpg");
	background-size: cover;
	color: white;
}

footer .footer-flex {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 90%;
}

footer .footer-flex .left{
	text-align: left;
}

footer .footer-flex .left .contact{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 500;
}

footer .footer-flex .left .contact02 {
	font-size: 13px;
	font-weight: 300;
	margin: 30px auto 15px;
}

footer .footer-flex .left a {
	font-family: 'Noto Serif JP', serif;
	font-size: 45px;
	font-weight: 300;
	color: white;
	line-height: 1;
}

footer .footer-flex .right {
	text-align: right;
}

footer .footer-flex .right .name {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
}

footer .footer-flex .right .access {
	font-size: 12px;
	font-weight: 300;
}

.sc {
	position: absolute;
	bottom: -75px;
	right: 2%;
	z-index: 3;
}


@media screen and (max-width:1360px) {
	.logo p{
		font-size: 13px;
	}
	.logo img{
		width: 45px!important;
		margin-bottom: -10px;
	}
	header .bg .logo {
		left: 0px;
		top: 10px;
	}
}

@media screen and (max-width:1280px) {
	.contents01 .text-box h2 span span {
		color:#222222;
	}
}

@media screen and (max-width:1200px) {
	.contents03 .bg img {
		width: 450px;
	}
	.contents03 .bg {
		right: -100px;
	}
	.cotents-box02 {
		width: calc(100% - 320px);
	}
	.cotents-box02 img {
		right: -300px;
		width: 300px;
	}
	.cotents-box01 {
		padding-right: 300px;
		margin-right: 0;
	}
}

@media screen and (max-width:1200px) {
	.contents04 ul li {
		width: 100%;
	}
}

@media screen and (max-width:1060px) {
	.access-area {
		flex-direction: column;
		max-width: 370px;
	}
	.access-area .box {
		width: 100%;
		margin-bottom: 80px;
	}
}

.site-link {
	border-bottom: 1px solid #333333;
	transition: 0.2s;
}

.site-link:hover {
	color: #1f3155;
	border-bottom: 1px solid #1f3155;
	transition: 0.2s;
}
