@charset "utf-8";
/* CSS Document -----------------------------

 2022.04.13

--------------------------------------------*/
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: block;
	outline:none;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
}
select {
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	display: none;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {
	background-image: linear-gradient(0deg, transparent 10px, #DFEAF2 11px), linear-gradient(90deg,  transparent 10px, #DFEAF2 11px);
	background-size: 12px 12px;
	font-size: calc(14px + 3 * ((100vw - 375px) / 1605));
	line-height: 1.7;
}
h2,h3,h4,h5 {line-height: 1.4;}
h5 {text-align: center;}
p {font-size: calc(14px + 3 * ((100vw - 375px) / 1605));line-height: 1.7;}
ul,li,th,td,dt,dd {line-height: 1.7;}
section {position: relative;}
.inner {width: 87%;max-width: calc(1600px + 2 * ((100vw - 375px) / 1605));margin: 0 auto;}
.blank {padding-top: calc(50px + 30 * ((100vw - 375px) / 1605));padding-bottom: calc(50px + 30 * ((100vw - 375px) / 1605));}
.blank2 {padding-top: calc(100px + 80 * ((100vw - 375px) / 1605));padding-bottom: calc(50px + 30 * ((100vw - 375px) / 1605));}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title,
.title02  {
	margin-bottom: calc(35px + 20 * ((100vw - 375px) / 1605));
	color: #1157E4;
	font-weight: 900;
	font-size: calc(20px + 20 * ((100vw - 375px) / 1605));
	text-align: center;
}
.title02 span {
	display: inline-block;
	position: relative;
	padding: 0 50px;
	line-height: 1.4;
	text-align: center;
}
.title02 span:before,
.title02 span:after {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: #1157E4;
	transform: rotate(-45deg);
}
.title02 span:before {left:0;transform: rotate(45deg);}
.title02 span:after {right: 0;}
.tel {margin-bottom: 20px;text-align: center;}
.tel a {
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 500;
	font-size: calc(30px + 25 * ((100vw - 375px) / 1605));
	letter-spacing: .1em;
	text-align: center;
}
.tel a img {
	width: calc(25px + 20 * ((100vw - 375px) / 1605));
	margin-right: calc(10px + 5 * ((100vw - 375px) / 1605));
}
.tel p {
	color: #fff;
	font-weight: 500;
	font-size: calc(15px + 7 * ((100vw - 375px) / 1605));
	letter-spacing: .1em;
	text-align: center;
}
.tel p.small {font-size: calc(16px + 4 * ((100vw - 375px) / 1605));}
.line,.contact  {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 47%;
	padding: 20px 0;
	border: 1px solid #ECF7FF;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
}
.line:nth-of-type(1) {border-color:#06C755;background: #06C755;}
.contact:nth-of-type(2) {border-color:#1157E4;background: #1157E4;}
.line:hover,.contact:hover {background: #fff;}
.line:nth-of-type(1):hover {color: #06C755;}
.contact:nth-of-type(2):hover {color: #1157E4;}
.line svg,.contact svg {margin-right: 10px;stroke: #fff;transition: .3s;}
.line:nth-of-type(1):hover svg {stroke: #06C755;}
.contact:nth-of-type(2):hover svg {stroke: #1157E4;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.title02 span {padding: 0 13%;}
	.title02 span:before {transform: rotate(75deg);width: 20%;}
	.title02 span:after {transform: rotate(-75deg);width: 20%;}
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 768px ) {
	.title02 span {padding: 0 8%;}
	.title02 span:before,
	.title02 span:after {width: 15%;}
	.pc {display: none;}
	.sp {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 10px 20px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	background: #fff;
}
header .logo {
	position: absolute;
	left: 20px;
	bottom: 50%;
	transform: translate(0, 50%);
	width: calc(90px + 30 * ((100vw - 375px) / 1605));
	user-select: none;
}
header .header_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
header nav ul {display: flex;}
header nav ul:nth-child(1) li:nth-of-type(2) {display: flex;}
header nav ul:nth-child(1) li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 68px;
	padding: .6em 1.6em;
	border: 1px solid #ECF7FF;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .1em;
	text-align: center;
}
header nav ul:nth-child(1) li:nth-of-type(1) a {background: #ECF7FF;color: #1157E4;}
header nav ul:nth-child(1) li:nth-of-type(2) a {margin-left: calc(5px + 25 * ((100vw - 375px) / 1605));}
header nav ul:nth-child(1) li:nth-of-type(2) a:nth-of-type(1) {border-color:#06C755;background: #06C755;}
header nav ul:nth-child(1) li:nth-of-type(2) a:nth-of-type(2) {border-color:#1157E4;background: #1157E4;}
header nav ul:nth-child(1) li:nth-of-type(1) a:hover {background: #2A85EE;color: #fff;}
header nav ul:nth-child(1) li:nth-of-type(2) a:nth-of-type(1):hover {background: #fff;color: #06C755;}
header nav ul:nth-child(1) li:nth-of-type(2) a:nth-of-type(2):hover {background: #fff;color: #1157E4;}
header nav ul:nth-child(1) li a svg {
	width: calc(18px + 6 * ((100vw - 375px) / 1605));
	margin-right: calc(5px + 5 * ((100vw - 375px) / 1605));
	stroke: #fff;
	vertical-align: bottom;
	transition: .3s;
}
header nav ul:nth-child(1) li:nth-of-type(1) a svg {margin-right: 5px;stroke: #1157E4;}
header nav ul:nth-child(1) li:nth-of-type(1) a:hover svg {stroke: #fff;}
header nav ul:nth-child(1) li:nth-of-type(2) a:nth-of-type(1):hover svg {stroke: #06C755;}
header nav ul:nth-child(1) li:nth-of-type(2) a:nth-of-type(2):hover svg {stroke: #1157E4;}
header nav ul:nth-child(1) li a p {font-size: calc(10px + 4 * ((100vw - 375px) / 1605));}
header nav ul:nth-child(1) li a p span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	font-size: 2em;
	text-align: center;
}
#sp-menu {user-select: none;}
@media only screen and ( max-width : 768px ) {
	#js-black-bg {
		display: block;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgb(17, 87, 228, .8);
		visibility: hidden;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
	}
	#js-black-bg.clicked {opacity: .5;visibility: visible;}
	header {height: 60px;padding: 6px 10px;}
	header nav {
		display: none;
		flex-direction: column-reverse;
		position: fixed;
		top: 70px;
		right: 10px;
		left: 10px;
		z-index: 1;
		padding: .8em;
		border: 4px solid #1157E4;
		border-radius: 10px;
		background: #fff;
	}
	header.clicked nav {display: block;}
	header nav ul {display: block;}
	header nav ul:nth-child(1) {display: none;}
	header nav ul li a {height: auto;}
	header nav ul:nth-child(1) li:nth-of-type(2) a {
		width: 49.5%;
		margin: 10px 0 0;
		padding: .5em .8em;
		letter-spacing: 0;
	}
	header nav ul:nth-child(2) li {padding: 15px 10px;border-bottom: 2px dashed #1157E4;text-align: center;}
	header nav ul:nth-child(2) li:nth-child(1) {padding-top: 10px;}
	header nav ul:nth-child(2) li a {display: inline-block;font-weight: 500; letter-spacing: .1em;}
	header nav ul:nth-child(2) li a:hover {color: #FFA111;}
	#sp-menu {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 40px;
		z-index: 10;
		padding: 13px 11px;
		border: 1px solid #1157E4;
		border-radius: 5px;
		background: #1157E4;
		cursor: pointer;
	}
	#sp-menu a {position: relative;height: 15px;}
	#sp-menu span {
		position: absolute;
		display: inline-block;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 10px;
		background: #fff;
		transition: all .4s;
	}
	#sp-menu span:nth-child(1) {top: 0px;}
	#sp-menu span:nth-child(2) {top: 6.4px;}
	#sp-menu span:nth-child(3) {bottom: 0px;}
	#sp-menu span:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 10px;
		background: #fff;
		transition: all .4s;
	}
	#sp-menu.clicked span:nth-child(2) {transform: rotate(-45deg);}
	#sp-menu.clicked span:nth-child(2)::after {transform: rotate(90deg);}
	#sp-menu.clicked span:nth-child(1) {transform: translateY(20px) scale(0);}
	#sp-menu.clicked span:nth-child(3) {transform: translateY(-20px) scale(0);}
}
@media only screen and ( min-width : 768px ) {
	#js-black-bg {display: none;}
}
/*------------------------------------------------

    footer fixd

------------------------------------------------*/
#footer_fixd {display: none;}
@media only screen and ( max-width : 500px ) {
	#footer_fixd {
		display: block;
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		padding: .5em 0;
		box-shadow: 0 -1px 5px rgba(0, 0, 0, .1);
		background: #fff;
	}
	#footer_fixd ul li {width: 100%;}
	#footer_fixd ul li:nth-of-type(2) {display: flex;justify-content: space-between;margin-top: 5px;}
	#footer_fixd ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .7em 0;
		border: 1px solid #ECF7FF;
		border-radius: 100px;
		color: #fff;
		font-weight: 500;
		font-size: calc(12px + 8 * ((100vw - 375px) / 393));
		line-height: 1.3;
		letter-spacing: .05em;
		text-align: center;
	}
	#footer_fixd ul li:nth-of-type(1) a {background: #ECF7FF;color: #1157E4;}
	#footer_fixd ul li:nth-of-type(2) a {width: 49%;}
	#footer_fixd ul li:nth-of-type(2) a:nth-of-type(1) {border-color:#06C755;background: #06C755;}
	#footer_fixd ul li:nth-of-type(2) a:nth-of-type(2) {border-color:#1157E4;background: #1157E4;}
	#footer_fixd ul li:nth-of-type(1) a:hover {background: #2A85EE;color: #fff;}
	#footer_fixd ul li:nth-of-type(2) a:nth-of-type(1):hover {background: #fff;color: #06C755;}
	#footer_fixd ul li:nth-of-type(2) a:nth-of-type(2):hover {background: #fff;color: #1157E4;}
	#footer_fixd ul li a svg {
		width: calc(18px + 6 * ((100vw - 375px) / 1605));
		margin-right: calc(5px + 5 * ((100vw - 375px) / 1605));
		stroke: #fff;
		vertical-align: bottom;
		transition: .3s;
	}
	#footer_fixd ul li:nth-of-type(1) a svg {margin-right: 5px;stroke: #1157E4;}
	#footer_fixd ul li:nth-of-type(1) a:hover svg {stroke: #fff;}
	#footer_fixd ul li:nth-of-type(2) a:nth-of-type(1):hover svg {stroke: #06C755;}
	#footer_fixd ul li:nth-of-type(2) a:nth-of-type(2):hover svg {stroke: #1157E4;}
	#footer_fixd ul li a p {font-size: calc(10px + 4 * ((100vw - 375px) / 1605));}
	#footer_fixd ul li a p span {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 5px;
		font-size: 2em;
		text-align: center;
	}
}
/*------------------------------------------------

    footer

------------------------------------------------*/
footer {padding: 50px 0 20px;background: #28475F;color: #fff;}
footer a {color: #fff;}
footer .container {margin-bottom: 20px;padding-bottom: 50px;border-bottom: 1px solid #fff;}
footer .container h3 {
	margin-bottom: calc(20px + 10 * ((100vw - 375px) / 1605));
	font-weight: 700;
	font-size: calc(20px + 10 * ((100vw - 375px) / 1605));
	text-align: center;
}
footer p {text-align: center;}
footer .container .flexbox {max-width: 934px;margin: 0 auto 20px;}
footer .container .flexbox a {width: 49%;}
footer small {
	display: block;
	font-size: calc(10px + 2 * ((100vw - 375px) / 1605));
	text-align: center;
}
@media only screen and (max-width: 768px) {
	footer .container .flexbox a {width: 100%;}
	footer .container .flexbox a.line {margin-bottom: 10px;}
}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {position: relative;z-index: 10;}
.page_top #goToTop {
	display: block;
	position: fixed;
	bottom: 3%;
	right: 2.5%;
	font-weight: 500;
	font-size: calc(12px + 2 * ((100vw - 375px) / 1605));
	letter-spacing: .14em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FFA111;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 50%;
	width: 1px;
	height: 38px;
	background: #FFA111;
	transition: .3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}

/*バナー欄追記*/
.banner {display: block;width: 100%;text-align: center;}
.banner a {display: inline-block; margin: 20px 20px;}
.banner a:hover {opacity: .5;}
.banner a figure {width: calc(100px + 100 * ((100vw - 375px) / 1605));}
.banner	p {
	text-align: center;
	color: #fff;
	font-size: calc(20px + 10 * ((100vw - 375px) / 1605));
	font-weight: bold;
}
.banner	p.blc {color: #000;}
