@charset "utf-8";
/* ==============================================

	body

================================================= */
body {
	color: #000;
	font-size: 16px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}
}


/* ==============================================

	header

================================================= */
#header {
	padding: 8px 0;
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 60px;
	z-index: 100;
	top: 0;
	display: flex;
}
.headerArea {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h_logo img {
	zoom: 0.85;
}
@media screen and (max-width:1194px){
	.headerArea {
		width: 100%;
		padding: 0 2%;
		gap: 5%;
	}
	.h_logo {
		flex: 1;
	}
}
@media screen and (max-width:768px){
	#header {
		
	}
	.h_logo,
	.spNavBtn {
		display: inline-block;
		vertical-align: middle;
	}
	.h_logo {
		float: none;
	}
	.h_logo img {
		max-width: 315px;
		width: 100%;
		height: auto;
	}
	.spNavBtn {
		text-align: right;
	}
	.spNavBtn img {
		max-width: 30px;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.headerArea {
		padding: 0 5% 0 3%;
	}
}


/* ==============================================

	gnav

================================================= */
#gnav ul {
	display: flex;
	justify-content: flex-end;
}
#gnav li {
	display: inline-block;
	font-size: 15px;
}
#gnav li:before {
	content: "|";
}
#gnav li:last-child:after {
	content: "|";
}
#gnav li a {
	color: #000;
	padding: 0 20px;
}
#gnav li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
#gnav li a::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #194871;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#gnav li a:hover::after {
	bottom: -8px;
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width:1024px){
	#gnav {
		text-align: right;
	}
	#gnav li {
		font-size: 14px;
	}
	#gnav li a {
		padding: 0 10px;
	}
}
@media screen and (max-width:896px){
	#gnav li {
		font-size: 13px;
	}
}
@media screen and (max-width:768px){
	.spNavArea {
		position: absolute;
		width: 100%;
		top: 60px;
		left: 0;
	}
	#btn_gnav {
		cursor: pointer;
	}
	#sp_gnav {
		display: none;
		clear: both;
		background: #fff;
	}
	#sp_gnav li {
		border-top: 1px solid #0D377E;
	}
	#sp_gnav li:last-child {
		border-bottom: 1px solid #0D377E;
	}
	#sp_gnav li a {
		display: block;
		padding: 20px;
	}
	.block {
		display: block!important;
	}
	.none {
		display: none!important;
	}
}


/* ==============================================

	section

================================================= */
section {
	position: relative;
}
#section01 {
	background: url(images/mv.jpg) center 60px / cover no-repeat;
	width: 100%;
	height: 710px;
	margin-bottom: 60px;
}
#section02 {
	letter-spacing: 0.1rem;
	background: #fff;
}
@media screen and (max-width:768px){
	#section01 {
		background: url(images/mv.jpg) 65% 60px / cover no-repeat;
		height: 420px;
	}
}


/* ==============================================

	mv

================================================= */
#mv {
	height: 710px;
	margin-top: 60px;
}
.slide-wrap {
	height: 710px;
	position: fixed;
	z-index: -1;
	top: 60px;
	left: 0;
	width: 100%;
}
.slide-wrap::before {
	content: "";
	/*
	background: rgba(0,0,0,0.25);
	*/
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.slide-wrap img {
	width: 100%;
	height: 710px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (max-width:768px){
	#mv,
	.slide-wrap,
	.slide-wrap img {
		height: 500px;
	}
}
@media screen and (max-width:480px){
	#mv,
	.slide-wrap,
	.slide-wrap img {
		height: 400px;
	}
}


/* ==============================================

	common

================================================= */
.ttl_h2 {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 60px;
	position: relative;
}
.ttl_h2::before {
	content: "";
	display: block;
	border-top: 3px solid #024272;
	width: 90px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.ttl_h2 h2, .ttl_h2 h1, .ttl_h2 div {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	letter-spacing: 0.2rem;
	font-weight: bold;
}
.ttl_h2 h2 span, .ttl_h2 h1 span, .ttl_h2 div span {
	font-size: 18px;
}
.ttl_h2 h2 span:before, .ttl_h2 h1 span:before, .ttl_h2 div span:before {
	content: "/";
	margin: 0 10px 0 30px;
}
.cmn_box {
	width: 1000px;
	margin: 0 auto;
}
.cmn_btm {
	padding-bottom: 100px;
}
.cmn_space {
	padding: 100px 0;
}
.bg_gray {
	background: #fafafa;
	padding: 100px 0;
}
@media screen and (max-width:1024px){
	.cmn_box {
		width: 100%;
		padding: 0 25px;
	}
	.ttl_h2 h2, .ttl_h2 h1, .ttl_h2 div {
		width: 100%;
		font-size: 24px;
	}
}
@media screen and (max-width:768px){
	.ttl_h2 {
		padding: 20px 20px 0;
		margin-bottom: 40px;
	}
	.ttl_h2 h2 span, .ttl_h2 h1 span, .ttl_h2 div span {
		font-size: 16px;
	}
	.ttl_h2 h2 span:before, .ttl_h2 h1 span:before, .ttl_h2 div span:before {
		margin: 0 10px 0 20px;
	}
	.cmn_btm {
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 480px) {
	.cmn_btm {
		padding-bottom: 60px;
	}
	.cmn_space {
		padding: 60px 0;
	}
	.bg_gray {
		padding: 60px 0;
	}
}


/* ==============================================

	news

================================================= */
#news article {
	border-bottom: 1px solid #ccc;
}
#news article:first-child {
	border-top: 1px solid #ccc;
}
#news dl {
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 10px 40px;
}
#news dl dt {
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 250px;
	font-size: 15px;
}
#news dl dd {
	line-height: 150%;
	flex: 1;
}
#news dl dt span {
	background: #1f1f1f;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	width: 110px;
	text-align: center;
	line-height: 100%;
	display: inline-block;
}
#news article a {
	display: block;
}
#news article a:hover {
	background: #fff;
}
#under #news article a:hover {
	background: #fafafa;
}
@media screen and (max-width:768px){
	#news dl {
		flex-flow: column;
		align-items: flex-start;
	}
}
@media screen and (max-width: 480px) {
	#news dl {
		padding: 20px 10px;
	}
	#news dl dt {
		font-size: 14px;
	}
	#news dl dt time {
		flex: 1;
	}
}


/* ==============================================

	news_article

================================================= */
#news_article h1 {
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 30px;
}
.news_date {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 50px;
}
.news_date span {
	background: #1f1f1f;
	color: #fff;
	font-size: 12px;
	padding: 8px;
	width: 110px;
	text-align: center;
	line-height: 100%;
	display: inline-block;
}
.news_article_txt {
	line-height: 180%;
}
.news_article_txt a {
	color: #024272;
	text-decoration: underline;
}
.news_article_txt a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#news_article h1 {
		font-size: 20px;
	}
}
@media screen and (max-width: 480px) {
	#news_article h1 {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.news_date {
		margin-bottom: 30px;
		font-size: 14px;
	}
}


/* ==============================================

	message

================================================= */
#message p {
	line-height: 160%;
}
#message .aright {
	margin-top: 50px;
	line-height: 160%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
#message .aright img {
	zoom: 0.8;
}
@media screen and (max-width:480px){
	#message .aright img {
		zoom: 0.65;
	}
}


/* ==============================================

	profile

================================================= */
#profile .cmn_box {
	display: flex;
	flex-flow: row wrap;
	gap: 30px 3.5%;
}
.profile_box {
	background: #fafafa;
	padding: 30px;
	width: calc((100% - 3.5%) / 2);
}
.profile_box h3 {
	font-size: 17px;
}
.profile_box p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 130%;
}
.profile_box dl {
	margin-top: 20px;
	display: flex;
	font-size: 14px;
	line-height: 130%;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.profile_box dl dt::after {
	content: "：";
	margin-right: 5px;
}
.profile_box dl dd {
	flex: 1;
}
@media screen and (max-width: 768px) {
	#profile .cmn_box {
		flex-flow: column;
		gap: 20px;
	}
	.profile_box {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.profile_box {
		padding: 25px;
	}
	.profile_box h3 {
		font-size: 15px;
	}
	.profile_box p {
		font-size: 13px;
	}
	.profile_box dl {
		font-size: 13px;
		margin-top: 15px;
	}
}


/* ==============================================

	company

================================================= */
#company table {
	border-collapse: separate;
	border-spacing: 20px;
}
#company th {
	border-bottom: 2px solid #024272;
	padding: 5px 15px 20px;
	width: 250px;
	color: #024272;
	vertical-align: top;
}
#company td {
	border-bottom: 2px solid #c4cbd1;
	padding: 5px 30px 20px;
	width: 630px;
	line-height: 130%;
}
#company ol li {
	list-style-type: decimal;
	margin-left: 24px;
	padding-left: 5px;
}
#company ol li:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (max-width:768px){
	#company.cmn_btm {
		padding-bottom: 55px;
	}
	#company table {
		border-spacing: 0;
	}
	#company th,
	#company td {
		display: block;
		width: 100%;
	}
	#company th {
		padding: 0 15px 10px
	}
	#company td {
		border-bottom: none;
		padding: 15px;
		background: #fff;
		margin: 5px 0 35px;
	}
}


/* ==============================================

	contact

================================================= */
.contact_txt {
	text-align: center;
	line-height: 150%;
}
.contact_txt a {
	text-decoration: underline;
}
.contact_txt a:hover {
	text-decoration: none;
}
#contact table {
	border-collapse: separate;
	border-spacing: 10px;
	margin: 40px 0 50px;
}
#contact table th {
	background: #f6f6f6;
	padding: 18px 25px;
	text-align: left;
	width: 260px;
	vertical-align: top;
}
#contact table th span {
	margin-left: 10px;
	font-size: 12px;
	color: #F7176C;
}
#contact table td {
	width: 630px;
	vertical-align: middle;
}
.form_btn {
	text-align: center;
	margin: 0 auto;
}
.form_btn input {
	background: #024272;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: 0.2rem;
	width: 350px;
	height: 60px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.form_btn_two p {
	display: flex;
	justify-content: center;
	gap: 20px 40px;
}
.form_btn_two input {
	width: 310px;
}
.form_btn input:hover {
	background: #F2F4F8;
	color: #024272;
	border: 1px solid #024272;
}
.form_back {
	background: #F2F4F8!important;
	color: #024272!important;
	border: 1px solid #024272!important;
}
.form_back:hover {
	background: #024272!important;
	color: #fff!important;
	border: none!important;
}

#privacy {
	width: 350px;
	height: 40px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dotted #919191;
	padding: 5px 0;
	cursor: pointer;
	font-size: 16px;
	background: #f8f8f8;
}
#privacy:hover {
	background: #fff;
}
#privacy_close {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	text-decoration: underline;
	cursor: pointer;
}
#privacy_close:hover {
	opacity: 0.7;
}


.required {
	color: #F7176C;;
}
.contact_under td {
	border-radius: 5px;
	background: #F7F7F8;
	padding: 18px;
}
.contact_error {
	text-align: center;
	margin: 50px auto;
	line-height: 200%;
	color: #F7176C;
	background: #fffafa;
	padding: 20px 0;
	border: 1px dotted;
}

.cmn_btn a {
	border: 2px solid #024272;
	width: 350px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #024272;
	margin: 50px auto 0;
	font-weight: bold;
	letter-spacing: 0.2rem;
	box-sizing: border-box;
	font-size: 15px;
}
.cmn_btn a:hover {
	background: #F2F4F8;
}
@media screen and (max-width:768px){
	#contact table {
		border-spacing: 0;
		margin: 40px 0 20px;
		width: 100%;
	}
	#contact table th,
	#contact table td {
		display: block;
		width: 100%;
	}
	#contact table th {
		background: none;
		padding: 0 5px 5px;
	}
	#contact table td {
		margin-bottom: 20px;
	}
	#privacy {
		width: 100%;
	}
	.form_btn input {
		-webkit-appearance: none;
		border-radius: 0;
		width: 100%;
	}
	.cmn_btn a {
		max-width: 350px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#contact table {
		margin: 40px 0 10px;
	}
	#privacy {
		font-size: 13px;
	}
	.form_btn input {
		font-size: 17px;
		height: 55px;
	}
	#privacy_close {
		font-size: 13px;
	}
	.contact_txt {
		font-size: 13px;
		text-align: left;
	}
	.cmn_btn a {
		font-size: 14px;
		letter-spacing: 0.1rem;
		margin-top: 30px;
	}
	.form_btn_two p {
		flex-flow: column-reverse;
	}
}


/* ==============================================

	under contact

================================================= */
#under #section02 {
	margin-top: 120px;
}
@media screen and (max-width: 480px) {
	#under #section02 {
		margin-top: 90px;
	}
}


/* ==============================================

	confirm, news_dtl

================================================= */
.confirm, .news_dtl {
	padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
	.confirm, .news_dtl {
		padding-bottom: 60px;
	}
}


/* ==============================================

	プライバシーポリシー

================================================= */
.privacy_box {
	display: none;
	margin: 15px auto 20px;
	border: 1px dotted #024272;
	padding: 40px;
	background:  #FDFDFD;
	line-height: 2rem;
}
.privacy_01 {
	font-size: 14px;
	margin-bottom: 30px;
}
.privacy_box ol li {
	list-style-type: decimal;
	margin-left: 30px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #024272;
}
.privacy_box ol li:not(:first-child) {
	margin-top: 30px;
}
.privacy_box ol li div {
	font-size: 14px;
	padding-top: 10px;
	font-weight: normal;
}
.privacy_box ol.privacy_list li {
	list-style-type: lower-latin;
	font-size: 14px;
}
.privacy_box ol.privacy_list li:not(:first-child) {
	margin-top: 4px;
}
@media screen and (max-width: 768px) {
	.privacy_box {
		width: 100%;
		padding: 20px;
	}
	.privacy_box ol li {
		margin-left: 20px;
	}
}
@media screen and (max-width: 480px) {
	.privacy_01 {
		font-size: 13px;
	}
}


/* ==============================================

	footer

================================================= */
#footer {
	background: #024272;
	color: #fff;
	letter-spacing: 0.2rem;
	text-align: center;
	padding: 15px;
	font-size: 11px;
}

@media screen and (max-width: 480px) {
	#footer {
		font-size: 10px;
		letter-spacing: 0.15rem;
	}
}


/* =======================================

	#pageTop

========================================== */
#pageTop{
	position: fixed;
	background-color: rgba(18, 43, 110, 0.1);
	color:#fff;
	bottom:40px;
	right:30px;
	padding: 18px 14px;
	z-index: 100;
}
#pageTop img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(87%) saturate(1791%) hue-rotate(187deg) brightness(96%) contrast(98%);
}
#pageTop:hover{
	background-color: rgba(18, 43, 110, 0);
}
@media screen and (max-width: 768px) {
	#pageTop {
	bottom:20px;
	right:20px;
		padding: 15px 10px;
	}
}

