@charset "utf-8";

/* ■Google Fonts
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100; (Thin)
	font-weight: 300; (Light)
	font-weight: 400; (Regular)
	font-weight: 500; (Medium)
	font-weight: 700; (Bold)
	font-weight: 900; (Black)
	font-family: "Stoke", serif;
	font-weight: 300; (Light)
	font-weight: 400; (Regular)
*/

/* ■Reset CSS */
*,*::before,*::after {
	box-sizing: border-box;
}
html {
	font-size: 20px;
}
@media screen and (max-width: 960px) {
	html {
		font-size: 16px;
	}
}
@media screen and (max-width: 760px) {
	html {
		font-size: 14px;
	}
}
body,h1,h2,h3,h4,h5,h6,article,section,header,footer,nav,aside,p,hr,ul,ol,li,dl,dt,dd,div,
main,em,strong,small,i,b,spantable,caption,tr,th,td,pre,label,input,textarea,select,button {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.6;
	word-wrap: break-word;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333;
}
address,em,i {
	font-style: normal;
}
strong,th,b {
	font-weight: normal;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
}

/* ■Common */
h2 {
	font-size: 1.6em;
	padding: 80px 10px 10px 60px;
	margin: 0 0 20px 0;
	border-bottom: solid 8px #4682b4;
	border-radius: 0px 0px 160px 180px / 0px 0px 40px 8px;
}
@media screen and (max-width: 760px) {
	h2 {
		padding: 40px 10px 10px 40px;
	}
}
h3 {
	font-size: 1.2rem;
}
@media screen and (max-width: 760px) {
	h3 {
		font-size: 1.1rem;
	}
}
h3::before {
    content: "■";
}
h4 {
	font-size: 1.1rem;
}
@media screen and (max-width: 760px) {
	h4 {
		font-size: 1.1rem;
	}
}
h4::before {
    content: "◇";
}
h5 {
	font-size: 1.1rem;
}
.width-content {
	max-width: 960px;
	margin: 0 auto;
}
.bgcolor-gray {
	background-color: #eee
}
.bgcolor-white {
	background-color: #fff;
}
.bgcolor-base {
	background-color: #4682b4;
}
.align-right {
	text-align: right;
}
.lf {
	margin: 0 0 1rem 0;
}
.jp {
	margin-top: -52px;
	padding-top: 52px;
}
@media screen and (max-width: 960px) {
	.jp {
		margin-top: -46px;
		padding-top: 46px;
	}
}
@media screen and (max-width: 760px) {
	.jp {
		margin-top: 0px;
		padding-top: 0px;
	}
}
.pc {
}
@media screen and (max-width: 760px) {
	.pc {
		display: none;
	}
}
.sp {
	display: none;
}
@media screen and (max-width: 760px) {
	.sp {
		display: inline;
	}
}
.logo {
	font-family: "Stoke", serif;
	font-weight: 300;
	font-style: normal;
}
.logo span {
	font-size: 50%;
	padding: 0 0.5em 0 0;
}

/* ■header */
header {
	width: 100%;
	height: 100vh;
} 
header div.header {
	width: 100%;
	height: 100%;
	position: relative;
}
header div.header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header div.header h1 {
	position: absolute;
	top: 20px;
	left: 30px;
	font-size: 80px;
	color: #fff;
	text-shadow: 5px 5px 5px #000;
}
@media screen and (max-width: 760px) {
	header div.header h1 {
		font-size: 2.5rem;
		left: 25px;
	}
}
header div.header p {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	text-shadow: 5px 5px 5px #000;
}
header div.header p span {
	display: block;
	width: calc(100% - 40px);
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 400;
}
@media screen and (max-width: 760px) {
	header div.header p span {
		width: calc(100% - 40px);
		font-size: 1.2rem;
	}
}

/* ■nav */
nav {
	position: sticky;
	top: 0;
	z-index: 100;
}
nav #menu-btn-check {
    display: none;
}

/* ■PC menu */
nav {
}
nav div.nav div.menu-content ul {
	display: flex;
    list-style: none;
}
nav div.nav div.menu-content ul li {
	width: calc(100% / 5);
	padding: 12px 0;
	display: flex;
	align-items: center;
	border-right: 1px #fff solid;
}
nav div.nav div.menu-content ul li:first-child {
	border-left: 1px #fff solid;
}
nav div.nav div.menu-content ul li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
}
nav div.nav div.menu-content ul li a:hover {
	opacity: 0.6;
}

/* ■SP menu */
@media screen and (max-width: 760px) {
	nav {
		height: auto;
	}
	nav div.nav label.menu-btn {
	    position: fixed;
	    top: 10px;
	    right: 10px;
	    display: flex;
	    height: 60px;
	    width: 60px;
	    justify-content: center;
	    align-items: center;
	    z-index: 90;
	    background-color: rgba(0,0,0,0.3);
		cursor: pointer;
		border-radius: 10px;
	}
	nav div.nav label.menu-btn span,
	nav div.nav label.menu-btn span:before,
	nav div.nav label.menu-btn span:after {
	    content: '';
	    display: block;
	    height: 6px;
	    width: 35px;
	    border-radius: 3px;
	    background-color: #fff;
	    position: absolute;
	}
	nav div.nav label.menu-btn span:before {
	    bottom: 10px;
	}
	nav div.nav label.menu-btn span:after {
	    top: 10px;
	}
	nav div.nav #menu-btn-check:checked ~ .menu-btn span {
	    background-color: rgba(255, 255, 255, 0);
	}
	nav div.nav #menu-btn-check:checked ~ .menu-btn span::before {
	    bottom: 0;
	    transform: rotate(45deg);
	}
	nav div.nav #menu-btn-check:checked ~ .menu-btn span::after {
	    top: 0;
	    transform: rotate(-45deg);
	}
	nav div.nav #menu-btn-check:checked ~ .menu-content {
	    left: calc(100% - 220px);
	}
	nav div.nav div.menu-content {
		width: 100%;
		height: 100vh;
	    position: fixed;
	    top: 0;
	    left: 100%;
		overflow: auto;
	    z-index: 80;
	    padding: 0 10px;
	    background-color: rgba(0,0,0,0.7);
	    transition: all 0.5s;
	}
	nav div.nav div.menu-content ul {
		display: block;
		width: 200px;
	    padding-top: 80px;
	    list-style: none;
	}
	nav div.nav div.menu-content ul li {
		width: 100%;
		border-right: none;
	    border-top: solid 1px #fff;
	}
	nav div.nav div.menu-content ul li:first-child {
		border-left: none;
	}
	nav div.nav div.menu-content ul li a {
		display: block;
	    font-size: 16px;
	    text-decoration: none;
	    color: #fff;
		font-weight: bold;
	    padding: 10px 0px;
	    text-align: center;
	}
	nav div.nav div.menu-content ul li a:hover {
		opacity: 0.6;
	}
}

/* ■main */
main {
}
main div.content {
	/* display: flex; */
	margin: 0 auto;
	max-width: 960px;
}
@media screen and (max-width: 760px) {
	main div.content {
		display: block;
	}
}
main div.content.reverse {
	flex-direction: row-reverse;
}
main div.content div.photo {
	width: 100%;
}
@media screen and (max-width: 760px) {
	main div.content div.photo {
		width: 100%;
	}
}
main div.content div.photo img {
	height: 100%;
	object-fit: cover;
}
main div.content div.para {
	width: 100%;
	padding: 40px 80px;
	display: flex;
	align-items: center;
	opacity: 0.8;
}
@media screen and (max-width: 760px) {
	main div.content div.para {
		width: 100%;
		padding: 20px 20px;
	}
}
main div.content div.para > div {
	width: 100%;
}
main div.content div.para ul, main div.content div.para ol {
	margin: 0 0 0 30px;
}
main div.content div.para dl {
	display: flex;
	flex-wrap: wrap;
}
main div.content div.para dl dt {
	width: 120px;
}
@media screen and (max-width: 760px) {
	main div.content div.para dl dt {
		width: 75px;
	}
}
main div.content div.para dl dd {
	width: calc(100% - 120px);
}
@media screen and (max-width: 760px) {
	main div.content div.para dl dd {
		width: calc(100% - 75px);
	}
	main div.content div.para dl dd dl dt {
		width: 85px;
	}
	main div.content div.para dl dd dl dd{
		width: calc(100% - 85px);
	}
}
main div.content div.para iframe {
	width: 100%;
	height: 400px;
}

/* ■footer */
footer div.footer-info {
	padding: 20px 0 10px 0;
	display: flex;
	color: #fff;
	align-items: center;
}
@media screen and (max-width: 760px) {
	footer div.footer-info {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
}
footer div.footer-info div.footer-company {
	width: calc(100% - 450px);
}
@media screen and (max-width: 960px) {
	footer div.footer-info div.footer-company {
		padding: 0 0 0 40px;
	}
}
@media screen and (max-width: 760px) {
	footer div.footer-info div.footer-company {
		width: 100%;
		padding: 0 0 0 0px;
	}
}
footer div.footer-info div.footer-company p {
	padding: 0 0 0 20px;
	font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
	footer div.footer-info div.footer-company p {
		padding: 0 0 0 0;
	}
}
@media screen and (max-width: 760px) {
	footer div.footer-info div.footer-company p {
		font-size: 1.1rem;
	}
}
footer div.footer-info div.footer-address {
	width: 450px;
}
@media screen and (max-width: 760px) {
	footer div.footer-info div.footer-address {
		width: 100%;
	}
}
footer p.footer-copyright {
	padding: 0 0 20px 0;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 760px) {
	footer p.footer-copyright small {
		font-size: 0.68rem;
	}
}
footer div.footer-space {
	height: 400px;
}

/* ■Page Top */
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
	transform: translateY(100px);
}
@keyframes UpAnime{
	from {
		transform: translateY(100px);
	}
	to {
		transform: translateY(0);
	}
}
#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(100px);
	}
}
#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}
#page-top a {
	display: block;
	width: 70px;
	height: 85px;
	padding: 5px 5px 0 5px;
	border-radius: 8px;
	background: #444444;
	opacity: 0.8;
	line-height: 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}
#page-top a span {
	display: block;
	font-size: 0.6rem;
	padding: 5px 0 0 0;
}
#page-top a:hover{
	opacity: 0.6;
}

/* ■back-container */
.back-container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
#back-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#back-wrapper canvas {
	width: 101%;
	height: 300px;
}

