html {
	font-size: 62.5%;
}

/*=========================================
*Font
===========================================*/

@font-face {
    font-family: 'NotoSansJp';
    font-style: normal;
    src: url('/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('/fonts/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('/fonts/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

/*=========================================
*Body
===========================================*/
body {
	font-family: 'NotoSansJp',sans-serif;
	color: #000;
	font-size: 1.8rem;
}

a {
	transition: opacity .3s ease-in;
}
a:hover {
	opacity: .6;
}

img {
	max-width: 100%;
}

h2 {
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 50px;
}

h2 span {
	padding: 0 0 15px;
	position: relative;
	display: inline-block;
}

h2 span:after {
	content: "";
	display: block;
	width: 70px;
	height: 3px;
	background: #1A3661;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;

}

.pc {display: block;}
.sp {display: none;}

@media screen and (max-width: 800px) {
	.pc {display: none;}
.sp {display: block;}

/* body {
	font-family: 'NotoSansJp',sans-serif;
	color: #000;
	font-size: 2.2rem;
} */

}

/*=========================================
*Header
===========================================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 997;
}

header article {
	width: 100%;
	background: rgb(255 255 255 / 90%);
	padding: 13px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}

header article h1 {
	font-size: 2.4rem;
	width: 314px;
	text-align: center;
}

header article h1 span {
	font-size: 1.4rem;
	display: block;
}

header article nav ul {
	display: flex;
	align-items: center;
}

header article nav ul li {
	position: relative;
	padding: 0 0 0 30px;
}

header article nav ul li a {
	font-size: 1.6rem;
}

header article nav ul li:after {
	content: "";
	display: block;
	width: 38px;
	height: 1px;
	background: #000;
	position: absolute;
	left: -8px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: rotate(-45deg);
}

header article nav ul li:first-child {
	padding: 0;
}

header article nav ul li:first-child:after,
header article nav ul li:last-child:after {
	display: none;
}

header article nav ul li input {
	border: 1px solid #D9D9D9;
	background: #fff;
	padding: 5px 5px 5px 30px;
	background: url(/img/icon-search.svg) no-repeat 5px center;
}

header article p {
	display: none;
}

@media screen and (max-width: 1380px) {
	header article h1 {
    font-size: 1.8rem;
    /* width: 314px; */
		width: 260px;
    text-align: center;
}

header article h1 span {
	font-size: 1.2rem;
	display: block;
}

header article nav ul li {
	position: relative;
	padding: 0 0 0 8px;
}

header article nav ul li:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #000;
	position: absolute;
	left: -8px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: rotate(-45deg);
}

header article nav ul li a {
	font-size: 1.1vw;
}

header article nav ul li input {
	border: 1px solid #D9D9D9;
	background: #fff;
	padding: 5px 5px 5px 30px;
	background: url(/img/icon-search.svg) no-repeat 5px center;
	width: 170px;
}

}

@media screen and (max-width: 1070px) {
	header article {
    width: 100%;
    background: rgb(255 255 255 / 90%);
    padding: 13px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
		position: relative;
}

header article h1 {
	font-size: 2.4rem;
	width: 314px;
	text-align: center;
}


	header article h1 span {
			font-size: 1.4rem;
			display: block;
	}

	nav {
		position: absolute;
		height: 100vh;
		width: 100%;
		left: 0;
		/* z-index: 996; */
		/* background: rgba(255, 255, 255, .9); */
		background: #fff;
		/* top: 80px; */
		top: 0;
		/* transition: all .5s ease-in-out; */
		transform: translateY(-111%);
		z-index: -1;
		padding: 100px 0 0 0;
}

nav.open {
	transform: translateY(0);
}

header article nav ul {
	display: block;
	width: 100%;
	height: 100vh;
}

header article nav ul {
	display: block;
	width: 280px;
	height: 100vh;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

header article nav ul li {
	position: static;
	padding: 0;
	margin: 0 0 30px;
}

header article nav ul li:after {
	display: none;
}

header article nav ul li a {
	font-size: 1.8rem;
}

header article nav ul li input {
	border: 1px solid #000000;
	background: #fff;
	padding: 5px 5px 5px 30px;
	background: url(/img/icon-search.svg) no-repeat 5px center;
	width: 100%;
}

header article p {
	display: block;
	width: 37px;
	height: 16px;
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 9999;
}

header article p span {
	display: block;
	position: relative;
	width: 37px;
	height: 16px;
}

header article p span:before,
header article p span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	transition: all .5s ease-in-out;
}

header article p span:before {
	top: 0;
	left: 0;
}

header article p span:after {
	bottom: 0;
	left: 0;
}

header article p span.on:before {
	top: 5px;
	left: 0;
	transform: rotate(-18deg);
}

header article p span.on:after {
	bottom: 9px;
	left: 0;
	transform: rotate(18deg);
}

}

@media screen and (max-width: 410px) {
	header article h1 {
		font-size: 2rem;
		width: auto;
		text-align: center;
}

}

@media screen and (max-width: 365px) {
	header article h1 {
		font-size: 1.8rem;
		width: auto;
		text-align: center;
}

}

/*=========================================
*Footer
===========================================*/

footer {
	width: 100%;
	background: #fff;
	padding: 70px 0 0;
}

.contact {
	max-width: 1200px;
	margin: 0 auto 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact div {
	width: 50%;
}

.contact div:last-child {
	display: flex;
	align-items: center;
	max-width: 560px;
}

.contact p {
	font-size: 2rem;
	margin: 0 0 20px;
}

.contact dl {
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: center;
	gap: 20px 40px;
}

.contact dt {
	color: #fff;
	background: #1A3661;
	padding: 5px;
	text-align: center;
}

.contact dd {
	color: #1A3661;
	font-size: 3.7rem;
}

.contact dd span {
	font-size: 1.8rem;
}

.contact a {
	display: block;
	width: 100%;
	background: #1A3661;
	color: #fff;
	text-align: center;
	padding: 22px 0;
	position: relative;
	font-size: 2.4rem;
}

.contact a:after {
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 24px;
	background: url(/img/icon-link.svg) no-repeat center;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.bottomNav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	padding: 0 20px 5px;
	justify-content: space-between;
}

.bottomNav div:first-child {
	text-align: center;
}

.bottomNav p:first-child {
	font-size: 2.4rem;
}

.bottomNav p:last-child {
	font-size: 1.4rem;
}

.bottomNav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.bottomNav ul li {
	padding: 0 20px 0 0;
	position: relative;
}

.bottomNav ul li:after {
	content: "/";
	display: block;
	position: absolute;
	right: 6px;
	top: 0;
}

.bottomNav ul li:last-child {
	margin: 0;
}
.bottomNav ul li:last-child:after {
	display: none;
}

.bottomNav ul li a {
	font-size: 1.4rem;
}

.copyRight {
	padding: 7px 20px;
	text-align: right;
	color: #fff;
	background: #1A3661;
	font-size: 1rem;
}

@media screen and (max-width: 1200px) {
	footer {
    width: 100%;
    background: #fff;
    padding: 70px 20px 0;
}

.under .contact div {
	width: 60%;
}

.under .contact div:last-child {
	display: flex;
	align-items: center;
	max-width: 560px;
	width: 40%;
}

}

@media screen and (max-width: 1057px) {
	.under .contact {
    max-width: 1200px;
    margin: 0 auto 120px;
    display: block;
}

.under .contact div {
	width: 426px;
	margin: 0 auto 40px;
}

.under .contact div:last-child {
	display: flex;
	align-items: center;
	max-width: 560px;
	width: 80%;
	margin: 0 auto;
}

}

@media screen and (max-width: 1052px) {

.bottomNav div:first-child {
	text-align: center;
	margin: 0 0 52px;
}

}

@media screen and (max-width: 900px) {
	.contact div {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
}

.contact div:first-child {
	padding: 0 20px;
    margin: 0 auto 40px;
}

.contact div:last-child {
	display: flex;
	align-items: center;
	max-width: 560px;
	width: 100%;
}

.under .contact div {
	width: 426px;
	margin: 0 auto 40px;
}
}

@media screen and (max-width: 800px) {
	.under .contact div {
		width: 90%;
		margin: 0 auto 40px;
}
	.under .contact div:last-child {
			display: flex;
			align-items: center;
			max-width: 100%;
			width: 100%;
			margin: 0 auto;
	}

	.contact dt {
    color: #fff;
    background: #1A3661;
    padding: 5px;
    text-align: center;
    font-size: 2.2rem;
}

	.contact dd {
    color: #1A3661;
    font-size: 4rem;
}

.contact dd span {
	font-size: 2.1rem;
}

}

@media screen and (max-width: 750px) {
	.contact {
    max-width: 1200px;
    margin: 0 auto 100px;
    display: block;
}
	.contact div {
			width: 90%;
			margin: 0 auto;
	}

	.contact p {
		font-size: 1.8rem;
		margin: 0 0 20px;
		text-align: left;
}

.bottomNav ul li {
	padding: 0 20px 0 0;
	position: relative;
	margin: 0 0 10px 0;
}

.bottomNav {
	display: flex
;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	padding: 0 0 5px;
	justify-content: space-between;
}

}

@media screen and (max-width: 590px) {
	.contact div:first-child {
		padding: 0 20px;
			margin: 0 auto 40px;
			width: 100%;
	}


}

@media screen and (max-width: 535px) {
	.contact dl {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 20px 20px;
}

}

@media screen and (max-width: 515px) {
    .contact div:first-child {
        padding: 0 0 0 10px;
        margin: 0 auto 40px;
        width: 100%;
    }

		.contact dl {
			display: grid;
			grid-template-columns: 60px 1fr;
			align-items: center;
			gap: 20px 20px;
	}

	.contact dt {
		color: #fff;
		background: #1A3661;
		padding: 5px;
		text-align: center;
		font-size: 5vw;
}

.contact dd {
	color: #1A3661;
	font-size: 8.8vw;
}

.contact dd span {
	font-size: 3vw;
}

}

@media screen and (max-width: 400px) {
	.contact dl {
		display: grid;
		grid-template-columns: 60px 1fr;
		align-items: center;
		gap: 20px 10px;
}

.contact dt {
	color: #fff;
	background: #1A3661;
	padding: 5px 2px;
	text-align: center;
	font-size: 1.6rem;
}
}

@media screen and (max-width: 364px) {
    .contact dl {
        display: grid;
        grid-template-columns: 50px 1fr;
        align-items: center;
        gap: 20px 10px;
    }

		.contact dd {
			color: #1A3661;
			font-size: 8.6vw;
	}
}

@media screen and (max-width: 320px) {
		.contact dl {
			display: grid;
			grid-template-columns: 40px 1fr;
			align-items: center;
			gap: 20px 10px;
	}

.contact dd {
	color: #1A3661;
	font-size: 2.6rem;
}

.contact dd span {
	font-size: 1.2rem;
}

}

/*=========================================
*Search
===========================================*/

.search {
	max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px;
}

.search ul {
	margin: 50px 0 0;
}
.search li {
	margin: 0 0 20px;
}