@charset "UTF-8";

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


/*===============*/
/* reset */
/*===============*/
html,
body,
div,
span,
applet,
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;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-tap-highlight-color: transparent;
}

body {
	background-color: #FFF;
	color: #2F2F2F;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
	line-height: 1.8;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.f_min {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
}

.f_mont {
	font-family: 'Montserrat', sans-serif;
}

@media (min-width:769px) {
	.sp {
		display: none !important;
	}

	body {
		font-size: 16px;
	}
}

@media (max-width:768px) {
	.pc {
		display: none !important;
	}

	html {
		font-size: 16px;
	}
}

@media (max-width:540px) {
	html {
		font-size: 3.4vw;
	}
}

/*===============*/
/* body */
/*===============*/
body {
	opacity: 0;
	transition: opacity .3s ease-in;
}

body.loaded {
	opacity: 1;
}

/*===============*/
/* header */
/*===============*/
header {
	position: fixed;
	z-index: 10000;
	overflow: hidden;
	width: 100vw;
	background-color: #FFF;
}

/*
header::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
	content: "";
}
*/

header>div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1360px;
	width: 90%;
	height: 120px;
}

header .logo {
	position: relative;
	max-width: 200px;
}

header .logo img {
	display: block;
	max-width: 160px;
}

header nav {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 40px;
	max-width: 837px;
	width: 65%;
	height: 100%;
}

header nav::before,
header nav::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
}

header nav::before {
	width: 100vw;
	background-color: #0F5D93;
}

header nav::after {
	width: 100%;
	background: -moz-linear-gradient(left, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(left, #22A6C2, #0F5D93);
	background: linear-gradient(to right, #22A6C2, #0F5D93);
}

header nav ul {
	position: relative;
	z-index: 10;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header nav ul li a {
	position: relative;
	display: block;
	padding: .5em .8em .54em;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	font-size: 85%;
}

header nav ul li:nth-last-child(n+2) a {
	line-height: 1.4;
}

header nav ul li.contact a {
	margin-left: 40px;
	padding: 1.25em 3em 1.26em;
	border-radius: 1.75em;
	background-color: #FFF;
	color: #0F5E94;
	font-weight: 600;
	line-height: 1;
}

body.dv_pc header nav ul li a i {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: .5em;
	height: .5em;
	border: solid #FFF;
	border-width: 0 1px 1px 0;
	opacity: 0;
	transition-delay: 0;
	transition-duration: .2s;
	transition-property: opacity bottom;
	transform: translateX(-50%) rotate(45deg);
}

body.dv_pc header nav ul li.contact a i {
	width: .75em;
	height: .75em;
	border: none;
	background-color: #FFF;
}

body.dv_pc header nav ul li a:hover i {
	bottom: -.25em;
	opacity: 1;
	transition-delay: .2s;
}

body.dv_pc header nav ul li.contact a:hover i {
	bottom: -.35em;
}

@media (max-width:1320px) {
	header nav {
		padding-left: 0;
		width: calc(100% - 200px);
	}
}

@media (max-width:1060px) {
	header>div {
		height: 100px;
	}

	header nav ul li a {
		padding: .5em .5em .54em;
		font-size: 80%;
	}

	header nav ul li.contact a {
		margin-left: 1.25em;
		padding: 1.25em 2em 1.26em;
		font-size: 80%;
	}
}

@media (max-width:900px) {
	header nav ul li:nth-last-child(n+2) a {
		display: none;
	}

	header nav ul li.contact a {
		margin-left: 0;
		padding: 1.25em 4em 1.26em;
		border-radius: 2em;
	}
}

@media (max-width:540px) {
	header>div {
		height: 4em;
		width: calc(100% - 1.5em);
	}

	header .logo {
		position: relative;
		max-width: none;
	}

	header .logo {
		max-width: none;
	}

	header .logo img {
		display: block;
		max-width: none;
		width: 8em;
	}

	header nav {
		width: calc(100% - 10em);
	}

	header nav ul li.contact a {
		padding: .9em 2.5em 1em;
		border-radius: 1.5em;
	}

	header nav ul li a i,
	header nav ul li a b {
		display: none !important;
	}
}

/*===============*/
/* main */
/*===============*/
main {
	overflow: hidden;
	padding: 120px 0 120px;
}

@media (max-width:1060px) {
	main {
		padding: 100px 0 120px;
	}
}

@media (max-width:540px) {
	main {
		padding: 4em 0 8em;
	}
}

/*===============*/
/* footer */
/*===============*/
footer {
	position: relative;
	padding: 40px 0;
	background-color: #2F2F2F;
}

footer>div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1360px;
	width: 90%;
}

footer .logo {
	max-width: 207px;
}

footer .copyright {
	text-align: right;
	line-height: 1.6;
}

footer .copyright a {
	display: inline-block;
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	color: #FFF;
	font-size: 80%;
}

footer .copyright p small {
	display: block;
	color: #FFF;
	letter-spacing: .05em;
	font-size: 70%;
}

footer .pagetop {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 1360px;
	width: 90%;
	transform: translateX(-50%);
	transition: opacity .2s;
}

footer .pagetop.hide {
	position: fixed;
	top: 100%;
	opacity: 0;
}

footer .pagetop.fix {
	position: fixed;
	top: 100%;
}

footer .pagetop div {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background: -moz-linear-gradient(top, #22A6C2, #0F5D93);
	background: -webkit-linear-gradient(top, #22A6C2, #0F5D93);
	background: linear-gradient(to bottom, #22A6C2, #0F5D93);
	cursor: pointer;
}

footer .pagetop div::before,
footer .pagetop div::after {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 10px;
	height: 10px;
	border: solid #FFF;
	border-width: 1px 1px 0 0;
	content: "";
	transition-delay: 0;
	transition-duration: .2s;
	transition-property: opacity top;
	transform: translate(-50%, -50%) rotate(-45deg);
}

footer .pagetop div::after {
	opacity: 0;
}

body.dv_pc footer .pagetop div:hover::before {
	top: 60%;
	opacity: 1;
	transition-delay: .2s;
}

body.dv_pc footer .pagetop div:hover::after {
	top: 50%;
	opacity: 1;
	transition-delay: .2s;
}

@media (max-width:1060px) {
	footer {
		padding: 30px 0;
	}
}

@media (max-width:540px) {
	footer {
		padding: 1em 0;
	}

	footer .logo {
		max-width: none;
		width: 7.5em;
	}

	footer .copyright a {
		margin-bottom: .5em;
	}

	footer .pagetop div {
		bottom: 3em;
		width: 3em;
		height: 3em;
	}

	footer .pagetop div::before,
	footer .pagetop div::after {
		width: .6em;
		height: .6em;
	}
}