@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap');
@import url("font-awesome.min.css");


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-height: 100vh;
	padding: 100px 0 0 0;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	letter-spacing: .1em;
	background: #000;
}
@media screen and (max-width:1250px){
body {
	padding: 70px 0 0 0;
	}
}
@media screen and (max-width:950px){
body {
	padding: 50px 0 0 0;
	}
}

a {
	text-decoration: none;
	}

main {
	background: #fff;
	}

/* header */
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 25px;
	background: #000;
	z-index: 1000;
	}
@media screen and (max-width:1250px){
header {
	padding: 20px;
	}
}
@media screen and (max-width:950px){
header {
	padding: 10px;
	}
}

header .logo {
	position: relative;
	display: block;
	width: 292px;
	}
@media screen and (max-width:767.98px){
header .logo {
	width: 175.2px;
	}
}

header .logo a {
	display: block;
	}

header .logo a img {
	display: block;
	height: 50px;
	}
@media screen and (max-width:1250px){
header .logo a img {
	display: block;
	height: 30px;
	}
}

header span.bt {
	display: none;
	}
@media screen and (max-width:950px){
header span.bt {
	position: fixed;
	right: 10px;
	top: 10px;
	display: block;
	width: 30px;
	height: 30px;
	content: "";
	transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
	}
header span.bt:before {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 30px;
	height: 1px;
	content: "";
	background: #aaa;
	transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
	}
header span.bt:after {
	position: absolute;
	left: 0px;
	bottom: 7px;
	width: 30px;
	height: 1px;
	content: "";
	background: #aaa;
	transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
	}
header span.bt.open:before {
	top: 14.5px;
	transform: rotate(-315deg);
	}
header span.bt.open:after {
	bottom: 14.5px;
	transform: rotate(315deg);
	}
}

header nav {
	position: absolute;
	right: 10px;
	top: 0px;
	display: block;
	z-index: 1000;
	}
@media screen and (max-width:950px){
header nav {
	position: fixed;
	top: 50px;
	right: -100%;
	width: 100%;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
header nav.open {
	right: 0px;
	}
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
@media screen and (max-width:950px){
header nav ul {
	border-top: 1px solid #333;
	}
}

header nav ul li {
	display: block;
	}
@media screen and (max-width:950px){
header nav ul li {
	width: 100%;
	border-bottom: 1px solid #333;
	}
}

header nav ul li a {
	position: relative;
	display: block;
	padding: 42px 10px;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1em;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
header nav ul li a:after {
	position: absolute;
	left: 50%;
	bottom: 35px;
	content: "";
	width: 0%;
	height: 1px;
	background: #004499;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
@media screen and (max-width:1250px){
header nav ul li a:after {
	bottom: 25px;
	}
}
header nav ul li a:hover:after {
	left: 0;
	width: 100%;
	}

@media screen and (max-width:1250px){
header nav ul li a {
	padding: 28px 5px;
	font-size: 14px;
	}
}

@media screen and (max-width:950px){
header nav ul li a {
	padding: 20px 15px;
	font-size: 16px;
	background: #000;
	}
header nav ul li a:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}
}

header nav ul li.counseling a {
	position: relative;
	margin: 22px 10px 0 20px;
	padding: 20px 50px 20px 20px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	background: #003399;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
header nav ul li.counseling a:after {
	display: none;
	}

@media screen and (max-width:1250px){
header nav ul li.counseling a {
	margin: 12px 0 0 10px;
	padding: 15px 40px 15px 10px;
	}
}

header nav ul li.counseling a:hover {
	background: #0055bb;
	}

header nav ul li.counseling a span {
	position: absolute;
	right: 15px;
	top: 20px;
	display: block;
	font-size: 7px;
	line-height: 8px;
	text-align: center;
	}

@media screen and (max-width:1250px){
header nav ul li.counseling a span {
	right: 7px;
	top: 15px;
	}
}
@media screen and (max-width:950px){
header nav ul li.counseling a span {
	position: relative;
	right: auto;
	top: auto;
	display: inline-block;
	margin: 0 0 0 10px;
	transform: translateY(2px);
	}
}
header nav ul li.counseling a span span {
	position: relative;
	right: auto;
	top: auto;
	display: inline;
	font-size: 11px;
	}
@media screen and (max-width:950px){
header nav ul li.counseling a span span {
	margin: 0;
	transform: translateY(0);
	}
}

@media screen and (max-width:950px){
header nav ul li.counseling a {
	margin: 0;
	padding: 20px 15px;
	color: #fff;
	letter-spacing: 0;
	background: #004499;
	border-radius: 0;
	}
header nav ul li.counseling a:before {
	content: "\f054";
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}
}


/* footer */
footer {
	position: relative;
	width: 100%;
	padding: 30px;
	background: #000;
	}
@media screen and (max-width:767.98px){
footer {
	padding: 4vw;
	}
}

footer nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	color: #fff;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1em;
	}
@media screen and (max-width:767.98px){
footer nav {
	width: 100%;
	letter-spacing: 0;
	}
}

footer nav div {
	width: 25%;
	}
@media screen and (max-width:767.98px){
footer nav div {
	width: 50%;
	}
}

footer nav h3 {
	margin: 0 0 10px;
	font-size: 16px;
	}
@media screen and (max-width:1250px){
footer nav h3 {
	font-size: 14px;
	}
}

footer nav ul {
	margin: 0 0 40px;
	padding: 0;
	}

footer nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	}

footer nav ul li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
	}

footer nav ul li a:before {
	content: "・";
	}

footer .bottom {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	width: 100%;
	}

footer .copyright {
	display: block;
	width: 50%;
	color: #fff;
	font-size: 16px;
	}
@media screen and (max-width:950px){
footer .copyright {
	width: 100%;
	font-size: 14px;
	text-align: center;
	}
}

footer .logo {
	width: 50%;
	text-align: right;
	vertical-align: bottom;
	}
@media screen and (max-width:950px){
footer .logo {
	width: 100%;
	text-align: center;
	}
}

footer .logo a {
	display: inline-block;
	margin: 0 0 0 30px;
	}
@media screen and (max-width:950px){
footer .logo a {
	display: block;
	margin: 0;
	}
}

footer .logo img {
	display: block;
	height: 50px;
	}
@media screen and (max-width:1250px){
footer .logo img {
	height: 30px;
	}
}
@media screen and (max-width:950px){
footer .logo img {
	margin: 0 auto 50px;
	}
}

/* トップへ戻るボタン */
.totop {
	position: absolute;
	right: 50px;
	top: -1px;
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	}

.totop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../img/totop.svg") center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: 100%;
	font-size: 0;
	}

sup {
	font-size: .4em;
	line-height: 1em;
	}

/* section.cv */
section.cv {
	padding: 100px 4vw;
	background: #fff;
	}
@media screen and (max-width:1100px){
section.cv {
	padding: 50px 4vw;
	}
}
@media screen and (max-width:767.98px){
section.cv {
	padding: 10vw 4vw;
	}
}

section.cv p {
	margin: 0 0 1em;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	}
@media screen and (max-width:767.98px){
section.cv p {
	font-size: 4vw;
	}
}

section.cv a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 0 10px;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 2em;
	text-align: center;
	background: #004499;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
section.cv a:hover {
	background: #0055bb;
	}
@media screen and (max-width:767.98px){
section.cv a {
	font-size: 5vw;
	}
}

section.cv a span {
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translate(-50%,0);
	display: block;
	font-size: 20px;
	line-height: 1em;
	}
@media screen and (max-width:767.98px){
section.cv a span {
	font-size: 3vw;
	}
}

section.cv a span span {
	position: relative;
	left: auto;
	top: auto;
	display: inline;
	font-size: 27.5px;
	}
@media screen and (max-width:767.98px){
section.cv a span span {
	font-size: 4vw;
	}
}

section.cv a:before {
	content: "\f054" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

/* #page_title */
#page_title {
	padding: 50px 50px 0;
	}
@media screen and (max-width:767.98px){
#page_title {
	padding: 10vw 5vw 0;
	}
}


#page_title h1 {
	margin: 0 0 1em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	line-height: 1em;
	letter-spacing: .4em;
	}
@media screen and (max-width:767.98px){
#page_title h1 {
	font-size: 8vw;
	letter-spacing: .1em;
	}
}

#page_title p {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .1em;
	}

.sp_scroll {
	overflow: auto;
	}

.pc {
	}
@media screen and (max-width:767.98px){
.pc {
	display: none;
	}
}

br.sp {
	display: none;
	}
@media screen and (max-width:767.98px){
br.sp {
	display: inline;
	}
}