@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html, body, div, span, applet,footer, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main,article,aside,details,figcaption,figure,header,hgroup,menu,nav,section {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	font-size: 67.5%;
}

a {
	color: #333333;
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.75;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2rem;
	letter-spacing: 0.1em;
}

img {
	max-width: 100%;
	display: block;
}

p:not(:last-child) {
	margin: 0 0 1.5rem 0;
}

.sp {
	display: none;
}

.pc {
	display: inline-block;
}

.note {
	font-size: 1.4rem;
	text-align: justify;
	line-height: 1.75;
	font-weight: 400;
}

.note a {
	text-decoration: underline;
}

body {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	color: #2a2a37;
	line-height: 1.25;
	font-weight: 400;
	font-feature-settings : "palt";
	position: relative;
}

main {
	position: relative;
}

header {
	width: 100%;
	padding: 0 0 0 30px;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

header > div {
	max-width: 1300px;
	height: 142px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

header > div h1.logo {
	padding: 25px 0 0 0;
}

header > div .contact {
	display: flex;
	justify-content: space-between;
}

header > div .contact .tel > div {
	height: 100%;
	padding: 20px 20px;
	background: #ffffff;
	display: flex;
	justify-content: space-between;
}

header > div .contact .tel > div > div {
	font-size: 1.2rem;
	line-height: 1;
}

header > div .contact .tel > div > div:first-of-type {
	width: 112px;
	margin: 0 10px 0 0;
	font-size: 1.2rem;
	color: #ffffff;
	line-height: 1.25;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #409fbd;
}

header > div .contact .tel > div > div a{
	width: 100%;
	font-size: 2.7rem;
	color: #409fbd;
	font-weight: 400;
	display: block;
}

header > div .inquiry {
	width: 225px;
	background: #ff7039;
}

header > div .inquiry a {
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

header > div nav {
	width: 100%;
	text-align: right;
}


header > div nav ul {
	padding: 40px 40px 0;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header > div nav ul li {
	line-height: 1;
}

header > div nav ul li:not(:last-child) {
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	border-right: solid 1px #55555d;
}

section {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}

.content_box {
	max-width: 1000px;
	margin: 0 auto;
}

.btn {
	margin: 0;
	padding: 1em 2em;
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: #2a2a37;
	border-radius: 10px;
	display: inline-block;
	position: relative;
}

.btn:after {
	content: '';
	width: 29px;
	height: 13px;
	background: url(../images/common/icn_arrow_w.png) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.btn_arrow {
	position: relative;
	display: inline-block;
}

.btn_arrow:after {
	content: '';
	width: 29px;
	height: 13px;
	background: url(../images/common/icn_arrow_w.png) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.btn_register {
	margin: 0;
	padding: 1em 2em;
	font-size: 2rem;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: #1579b7;
	border-radius: 10px;
	display: inline-block;
	position: relative;
}

/* フッター
--------------------*/
footer {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	background: #2a2a37;
}

footer .copyright {
	font-size: 1.2rem;
	color: #ffffff;
	text-align: center;
	font-weight: 300;
}

/* ページトップ
--------------------*/
#page-top {
	position: fixed;
	right: 2.5%;
	bottom: 2.5%;
	z-index: 100;
}

#page-top a {
	width: 5rem;
	height: 5rem;
	font-size: 3rem;
	text-align: center;
	color: #ffffff;
	background: #ff7039;
	border: solid 1px #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	html {
	}
	
	.sp {
		display: inline-block;
	}
	
	.pc {
		display: none;
	}
	
	.note {
		font-size: 1.2rem;
	}
	
	body {
		line-height: 1.45;
		background: none;
		position: relative;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	header {
		padding: 0 0 15px 10px;
	}
	
	header > div {
		height: 48px;
	}
	
	header > div h1.logo {
		width: calc(100% - 70%);
		padding: 10px 0 0 0;
	}
	
	header > div .contact {
		width: calc(100% - 30% - 10%);
		height: 100%;
	}
	
	header > div .contact .tel {
		width: calc(100% - 80%);
	}
	
	header > div .contact .tel > div {
		padding: 0;
	}
	
	header > div .contact .tel > div {
		height: 100%;
		background: none;
	}
	
	header > div .contact .tel > div > div {
		width: 100%;
		font-size: 1.1rem;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 0 0 4px;
		background: #409fbd;
	}
	
	header > div .contact .tel > div > div:first-of-type {
		display: none;
	}
	
	header > div .contact .tel > div > div a{
		width: auto;
		font-size: 1.1rem;
	}
	
	header > div .inquiry {
		width: calc(100% - 40%);
	}
	
	header > div .inquiry a {
		font-size: 1rem;
	}
	
	header > div .spmenu {
		width: calc(100% - 80%);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	
	header > div .spmenu div {
		width: 18px;
		height: 16px;
	}
	
	header > div .spmenu span {
		left: 0px;
		width: 100%;
		height: 2px;
		position: relative;
		display: block;
		background: #373744;
	}
	
	header > div .spmenu span:nth-child(1) {
		top: 0px;
	}
	
	header > div .spmenu span:nth-child(2) {
		top: 5px;
	}
	
	header > div .spmenu span:nth-child(3) {
		top: 10px;
	}
	
	header > div nav {
		width: 100%;
		height: 100vh;
		padding: 10px;
		text-align: justify;
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		z-index: 100;
		display: none;
	}
	
	header > div nav .header {
		margin: 0 0 30px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	header > div nav .header .logo {
		width: calc(100% - 61.5%);
	}
	
	header > div nav .close {
		cursor: pointer;
	}
	
	header > div nav .close div {
		width: 18px;
		height: 18px;
	}
	
	header > div nav .close span {
		left: 0px;
		width: 18px;
		height: 2px;
		position: relative;
		display: block;
		background: #373744;
	}
	
	header > div nav .close span:nth-child(1) {
		top: 9px;
		transform: rotate(45deg);
	}

	header > div nav .close span:nth-child(2) {
		top: 7px;
		transform: rotate(-45deg);
	}

	header > div nav ul {
		margin: 0 0 18px 0;
		padding: 0 15px;
		font-size: 1.6rem;
		font-weight: 500;
		display: block;
	}
	
	header > div nav ul li {
		line-height: 1;
		position: relative;
	}
	
	header > div nav ul li:after {
		content: '';
		width: 8px;
		height: 13px;
		background: url(../images/common/icn_arrow_gy.png) no-repeat;
		background-size: cover;
		display: inline-block;
		position: absolute;
		top: 7%;
		right: 1%;
	}
	
	header > div nav ul li:not(:last-child) {
		margin: 0 0 1em 0;
		padding: 0 0 1em 0;
		border-right: none;
		border-bottom: solid 1px #eeeeee;
	}
	
	header > div nav ul li:last-child {
		margin: 0;
		padding: 0 0 1em 0;
		border-right: none;
		border-bottom: solid 1px #eeeeee;
	}
	
	
	header > div nav ul li a {
		line-height: 1;
		display: block;
		position: relative;
	}
	
	header > div nav .inquiry_btn {
		padding: 0 15px;
		display: flex;
		justify-content: space-between;
	}
	
	header > div nav .inquiry_btn .btn {
		width: 48%;
		padding: 1em 0;
		font-size: 1.2rem;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	header > div nav .inquiry_btn .btn:after {
		display: none;
	}

	header > div nav .inquiry_btn .btn img {
		margin: 0 5px 0 0;
	}
	
	header > div nav .inquiry_btn .btn:first-of-type {
		background: #409fbd;
	}
	
	header > div nav .inquiry_btn .btn:last-of-type {
		background: #ff7039;
	}
	
	header > div nav .inquiry_btn .btn:first-of-type span span {
		font-size: 0.8rem;
		font-weight: 300;
	}
	
	section {
		padding: 50px 0;
	}
		
	.btn {
		font-size: 1rem;
		color: #ffffff;
		border-radius: 5px;
	}
	
	.btn:after {
		width: 22px;
		height: 10px;
		background: url(../images/common/icn_arrow_w.png) no-repeat;
		background-size: contain;
	}
	
	.btn_arrow {
		position: relative;
		display: inline-block;
	}
	
	.btn_arrow:after {
		width: 24.65px;
		height: 11.05px;
		background: url(../images/common/icn_arrow_w.png) no-repeat;
		background-size: cover;
	}
	
	/* フッター
	--------------------*/
	footer {
		margin: 0 0 80px 0;
		padding: 30px 0;
	}

	footer .copyright {
		font-size: 1.2rem;
	}
	
	/* ページトップ
	--------------------*/
	#page-top {
		right: 1%;
		bottom: 12%;
	}
	
	#page-top a {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
		text-align: center;
		color: #ffffff;
		border-radius: 5px;
	}

@media screen and (max-width: 767px) {
		header {
			width: 100%;
			padding: 0 0 0 30px;
			position: absolute;
			position: relative;
			top: 0;
			left: 0;
			z-index: 100;
		}
	}
}

.flex {
	-js-display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }