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

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


.sp500 {
	display: none;
}

@media screen and (max-width:500px) {
	.sp500 {
		display: inline-block!important;
	}
}

html {
	scroll-behavior: smooth;
}

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

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

header .bg {
	background-image: url("../Images/pc-top.webp");
	background-position: -100px 0;
	background-size: 1200px;
	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-start;
	position: relative;
}

header .bg .text-position img {
	width: 150px;
}

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: 40%;
	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: 28px;
	font-family: 'Noto Serif JP', serif;
	color:#222222;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

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

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

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

.contents01 .text-box p {
	color: #222222;
	font-size: 14px;
	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: -140px;
	left: 100px;
	width: 180px;
}

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

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

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

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

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


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

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

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

.cotents-box01::before {
	display: none;
}

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

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

.cotents-box01 img {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 300px;
}

.cotents-box02 {
	background-color: #eeeeee;
	width: 100%;
	margin: 0 auto 0 0;
	position: relative;
	margin-top: 0;
	z-index: 2;
	color: #222222;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 200px;
	padding-left: 30px;
	padding-right: 30px;
}

.cotents-box02::before {
	display: none;
}

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

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

.cotents-box02 img {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 95%;
	max-width: 350px;
}

.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: 14px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 15px;
}

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

.contents04 ul li span {
	font-size: 14px;
	font-weight: 600;
	min-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;
}

.sp-bg {
	height: 250px;
	width: 100%;
	background-color: #1f3155;
	
}

.sp-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
}


@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;
	}
}

@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;
	}
}

@media screen and (max-width:500px) {
.contents01 {
	height: auto;
	margin-bottom: 250px;
}
}

@media screen and (max-width:600px) {
	.footer-flex {
		flex-direction: column;
		align-items:stretch!important;
		gap:50px;
	}
	footer .footer-flex .left .contact {
		font-size: 16px;
	}
	footer .footer-flex .left a {
		font-size: 30px;
	}
}

.menu {
    width: 30px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: top 300ms ease, right 300ms ease;
    transition: top 300ms ease, right 300ms ease;
	right: 0;
	top: 0;
	background-color: #1f3155;
	z-index: 10;
	padding-right: 15px;
	box-sizing: border-box;
}
.menu::before {
	position: fixed;
	right: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  0 0 60px 60px;
	border-color: transparent transparent #1f3155 transparent;
	content: "";
}


.menu__wrap {
    height: 30px;
	width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
	right: 20px;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu__wrap div {
    height: 2px;
    display: block;
    background-color: white;
    border-radius: 1px;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    -webkit-transform-origin: center;
    transform-origin: center;
}


.wt-head .menu__wrap div, .scroll .menu__wrap div {
    background-color: white;
}

 .wt-head header.header.HeightMin .menu__wrap div,header.header.HeightMin .scroll .menu__wrap div {
	background-color: #2F3732;
}

.menu_close .menu__wrap div:first-child {
    -webkit-animation: close_line_1 500ms ease 0ms forwards;
    animation: close_line_1 500ms ease 0ms forwards;
}

.menu__wrap div:nth-child(2) {
	width: 30px;
	opacity: 1;
}


.menu_open .menu__wrap div:nth-child(2) {
	opacity: 0;
}

.menu__wrap div:first-child{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
	width: 20px;
}

.menu__wrap div:last-child {
	-webkit-transform: translateY(5px);
    transform: translateY(5px);
	width: 40px;
}


.menu_close .menu__wrap div:last-child {
    -webkit-animation: close_line_2 500ms ease 0ms forwards;
    animation: close_line_2 500ms ease 0ms forwards;
}

.menu_open .menu__wrap div:last-child {
    -webkit-animation: open_line_2 500ms ease 0ms forwards;
    animation: open_line_2 500ms ease 0ms forwards;
}


.menu_open .menu__wrap div:first-child {
    -webkit-animation: open_line_1 500ms ease 0ms forwards;
    animation: open_line_1 500ms ease 0ms forwards;
}

@-webkit-keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  51% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
  }
  100% {
    background-color: white;
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
            transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
  }
}

@keyframes open_line_1 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  51% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
			width: 45px;
  }
  100% {
    background-color: white;
    -webkit-transform: translateY(1px) rotate3d(0, 0, 2, 35deg);
            transform: translateY(1px) rotate3d(0, 0, 2, 35deg);
			width: 45px;
  }
}

@-webkit-keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  51% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
  }
  100% {
    background-color: white;
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
            transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
  }
}

@keyframes open_line_2 {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  51% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
			width: 45px;
  }
  100% {
    background-color: white;
    -webkit-transform: translateY(-2px) rotate3d(0, 0, 1, -35deg);
            transform: translateY(-3px) rotate3d(0, 0, 1, -35deg);
			width: 45px;
  }
}

@-webkit-keyframes close_line_1 {
  0% {
    background-color: white;
    -webkit-transform: translateY(10px) rotate3d(0, 0, 1, 20deg);
            transform: translateY(10px) rotate3d(0, 0, 1, 20deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes close_line_1 {
  0% {
    background-color: white;
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
            transform: translateY(1px) rotate3d(0, 0, 1, 20deg);
  }
  50% {
    -webkit-transform: translateY(1px) rotate3d(0, 0, 1, 0);
            transform: translateY(1px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes close_line_2 {
  0% {
    background-color: white;
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
            transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
  }
  51% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes close_line_2 {
  0% {
    background-color: white;
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
            transform: translateY(-1px) rotate3d(0, 0, 1, -20deg);
  }
  50% {
    -webkit-transform: translateY(-1px) rotate3d(0, 0, 1, 0);
            transform: translateY(-1px) rotate3d(0, 0, 1, 0);
			width: 58px;
  }
  51% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}


.sp-nav {
	position: fixed;
	top: 0;
	width: 100%;
	right: -100%;
	background-color: #1f3155;
	padding: 100px 20px 100px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	transition: 0.4s;
	z-index: 8;
}

.sp-nav a {
	color: white;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
}

.menu_open .sp-nav {
	right: 0;
	transition: 0.4s;
}


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