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

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


	
@media (max-width: 575px) {
	.container {
		width: 94%;
		margin: 0 auto;
		padding: 0;
	}
}
@media (max-width:767px) {
	html {
		font-size: 4.5vw;
	}
	.mb-6 {
		margin-bottom: 40px;
	}
	.mb-7 {
		margin-bottom: 40px;
	}
	.mb-8 {
		margin-bottom: 50px !important;
	}	
}
@media (min-width:768px) {
	html {
		font-size: 18px;
	}
	.mb-6 {
		margin-bottom: 50px;
	}	
	.mb-7 {
		margin-bottom: 50px;
	}
	.mb-8 {
		margin-bottom: 60px !important;
	}		
}
@media (min-width: 992px) {
	.mb-6 {
		margin-bottom: 60px;
	}
	.mb-7 {
		margin-bottom: 70px;
	}	
	.mb-8 {
		margin-bottom: 80px !important;
	}		
	.pl-lg-6 {
		padding-left: 12%;
	}
	.pr-lg-6 {
		padding-right: 12%;
	}		
}
@media (min-width: 1200px) {
	.mb-6 {
		margin-bottom: 70px;
	}
	.mb-7 {
		margin-bottom: 80px;
	}
	.mb-8 {
		margin-bottom: 90px !important;
	}		
	.pl-lg-6 {
		padding-left: 18%;
	}
	.pr-lg-6 {
		padding-right: 18%;
	}		
}
@media (min-width: 1400px) {
	.pl-lg-6 {
		padding-left: 20%;
	}
	.pr-lg-6 {
		padding-right: 20%;
	}		
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row {
	padding-left: 15px;
	padding-right: 15px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #3f3f3f;
	letter-spacing: 0.03rem;
}
body a {
	color: #000;
}
body a:hover {
	color: #60C5FF !important;
	text-decoration: none;
	transition-duration: 0.2s;
}
body a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.2s;
}
body p {
	text-align: justify;
}
body img {
	width: 100%;
}
.container-fluid {
	padding: 0;
	margin: 0;
}



/*============
ヘッダー
=============*/
header {
	width: 100%;
	background-color: #fff !important;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	height: 50px;
}
header .c-name {
	width: 75%;
	padding-left: 0.5rem;
}
@media (min-width: 360px) {
	header .c-name img {
		width: 80%;
		padding-top: 0.8rem;
	}
}
@media (min-width: 375px) {
	header .c-name img {
		padding-top: 0.7rem;
	}
}
@media (min-width: 414px) {
	header .c-name img {
		padding-top: 0.6rem;
	}
}
header .tel {
	background-color: #014968;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 3;
}
header .tel img {
	width: 27px;
	display: block;
	margin: 0.1rem auto;
}
header .tel p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: -0.4rem;
}
header .toggle_btn {
	background-color: #4d4d4d;
}
header .toggle_btn p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: 27px;
}


/*============
フッター
=============*/
footer {
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #000;
}
footer .info {
	width: 100%;
	padding: 0 6% 1rem;
}
footer .info .logo {
	width: 76%;
	display: block;
	margin: 0 auto 1.2rem;
}
footer .info .logotext {
	font-family: 'Noto Serif JP', serif;
	font-size: 0.87rem;
	line-height: 1.2rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0.5rem;
}
footer .info .row {
	margin-top: -0.3rem;
}
footer .info div {
	width: 100%;
	margin: 0.4rem auto 0;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: -0.03rem;
}	
footer .info div a {	
	color: #000;
	display: block;
}
footer .info div img {
	width: 1.55rem;
	display: inline-block;
	vertical-align: -0.15rem;
	margin-right: 3px;
}
footer .copy {
	padding: 0.6rem;
	color: #fff;
	font-size: 0.58rem;
	line-height: 1rem;
	text-align: center;
	background-color: #014968;
	margin: 0;
}


main {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
/*============
メインビジュアル
=============*/
.mv {
	position: relative;
}
.mv .title img {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 50%;
}
.mv .title2 {
	position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.85rem;
	letter-spacing: 0.15rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.mv .title2 h1 {
	font-size: 2rem;
	margin-bottom: 0;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
picture source, picture img {
	width: 100%;
}


/*============
下線付きタイトル
=============*/
.title {
	margin-bottom: 1.6rem;
	text-align: center;
	color: #000;
	letter-spacing: 0.12rem;
	line-height: 1rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.title h1, .title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem !important;
	font-weight: 600 !important;
	color: #000;
	margin-bottom: 0.6rem;	
}
.title hr {
	border-bottom: solid 3px #c8e8f9;
	position: relative;
	width: 16%;
}
.title hr:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 50%;
	border-bottom: 3px solid #1575aa;
}

/*============
ボタン
=============*/
.btn {
	display: block;	
	margin: 0 auto;
	width: 80%;
}
.btn a {
	color: #fff;
	background-color: #4d4d4d;
	display: block;
	width: 100%;
	padding: 1rem;	
}
.btn a:hover {
	color: #fff !important;
	background-color: #60C5FF;
	text-decoration: none;
	transition-duration: 0.2s;
}

/*============
nav
=============*/
header nav {
	display: block;
	position: fixed;
	top: 0;
	left: -1200px;
	bottom: 0;
	width: 310px !important;
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}
.open nav {
	left: 0;
	opacity: 1;
}
header nav .inner {
	padding: 0;
}
header nav .inner .title {
	color: #014968;
	font-size: 1.4rem;
	padding: 1.5rem 1rem 0.6rem;
	margin-bottom: 0;
}
header nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header nav .inner ul li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #D1D7DB;
}
header nav .inner ul li a {
	display: block;
	color: #000;
	font-size: 1.1rem;
	padding: 0.8rem 1rem 0.6rem;
	text-decoration: none;
	transition-duration: 0.2s;
}
header nav .inner ul li a:hover {
	background: #60C5FF;
	color: #fff !important;
	transition-duration: 0.2s;
}

@media screen and (max-width: 767px) {
header nav {
	left: -767px;
	width: 220px;
}
}
/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
	background-color: #1b3459;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 9px;
}
.toggle_btn span:nth-child(2) {
	top: 18px;
}
.toggle_btn span:nth-child(3) {
	bottom: 20px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}


/*============
ページTOPに戻るボタン
=============*/
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  width: 50px;
  height: 50px;
  background-color: #4a4a4a;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	border-radius: 30px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a img {
	width: 70%;
	display: inline-block;
	padding-right: 0.4em;
}





@media (min-width: 768px) {
	body {
		font-size: 1.0rem ;
		line-height: 1.8rem;	
	}
	
/*============
ヘッダー
=============*/
	header {
		height: 70px;
	}
	header .c-name {
		padding: 0 auto;
		padding-top: 0.3rem;
	}
	header .c-name img {
		width: 300px;
	}
	header .toggle_btn p {
		font-size: 0.9rem;
		margin-top: 45px;
	}
	header nav .inner ul li a {
		padding: 1.5rem 1.2rem 1.2rem;
	}	
/*============
.toggle_btn
=============*/
	.toggle_btn {
		width: 70px;
		height: 70px;
	}
	.toggle_btn span {
		left: 13px;
		width: 44px;
	}
	.toggle_btn span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn span:nth-child(2) {
		top: 28px;
	}
	.toggle_btn span:nth-child(3) {
		top: 42px;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(14px) rotate(-315deg);
		transform: translateY(14px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(315deg);
		transform: translateY(-14px) rotate(315deg);
	}

/*============
フッター
=============*/
	footer {
		padding: 0;
		font-size: 0.87rem;
	}
	footer .info .logotext {
		font-size: 1rem;
	}
	footer .info .logo {
		width: 280px;
	}
	footer .info .num {
		width: 100%;
	}	
	footer .info div {
		margin: 0.6rem auto 1rem;
		font-size: 1.8rem;
	}
	footer .info div img {
		width: 1.6rem;
	}
	footer .info div a {	
		margin-bottom: 0.4rem;
	}	
	footer .copy {
		font-size: 0.7rem;
	}	
/*============
メインビジュアル
=============*/
	.mv .title img {
		width: 48%;
	}
	.pan {
		list-style: none;
		font-size: 0.85rem;
		display: block;
		margin-left: 4%;
		padding: 0;
		padding-top: 0.75rem;
		color: #cccccc;
	}
	.pan li {
		display: inline;
		font-size: 0.8rem;
		color: #444444;
	}
	.pan li span {
		font-size: 0.6rem;
	}	
	.pan li a {
		color: #cccccc;
	}	

/*============
下線付きタイトル
=============*/
	.title h2 {
		font-size: 1.6rem !important;
	}
	.title hr {
		width: 66px;
	}


/*============
ボタン
=============*/
	.btn {
		width: 38%;
	}	
}


@media (min-width: 992px) {
/*============
フッター
=============*/	
	footer .info .logo {
		width: 340px;
	}
	footer .info .logotext {
		font-size: 1.2rem;
		margin-bottom: 0.6rem;
	}
	footer .info div {
		margin: 0.8rem auto 1.4rem;	
		font-size: 2rem;
	}
	footer .info div img {
		width: 1.8rem;
	}
	footer .copy {
		font-size: 0.65rem;
	}
	
/*============
メインビジュアル
=============*/
	.mv .title img {
		width: 30%;
		right: 10%;
	}
	.mv .title2 {
		font-size: 1rem;
	}
	.mv .title2 h1 {
		font-size: 2.3rem;
		line-height: 2.3rem;
		margin-bottom: 0.5rem;
	}
	
/*============
ボタン
=============*/
	.btn {
		width: 260px;
		font-size: 1.15rem
	}		
}



@media (min-width: 1200px) {
/*============
ヘッダー
=============*/
	header {
		height: 80px;
	}
	header .c-name {
		width: auto !important;
	}	
	header .c-name img {
		padding-top: 1.4rem;
	}

/*============
Gナビ
=============*/	
	.d-xl-flex {
		justify-content: space-between;
	}
	.gnav-pc {
		padding: 0;
		width: auto;
		height: 80px;
	}
	.gnav {
		list-style: none;
		padding: 0rem;
		text-align: right;
		display: inline-block;
		width: auto !important;
		margin-right: 40px;
		vertical-align: 0.6rem;
	}
	.gnav li {
		display: inline-block;
		font-size: 0.9rem;
		margin: 0 0.5rem;
		text-align: right;
	}
	.gnav li a {
		color: #000;
	}	
	.gnav li span {
		font-size: 0.75rem;
		display: inline-block;
		margin-left: 0.6rem;
		color: #CCCCCC;
		font-family: 'Poppins', sans-serif;
		font-weight: 300;
	}
	.tel-pc {
		display: inline-block;
		font-size: 0.6rem;
		padding: 0 0.8rem;
		background-color: #014968;
		color: #fff;
		text-align: center;
		height: 80px;
	}
	.tel-pc div {
		font-size: 1.2rem;
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		margin-bottom: -0.3rem;
	}
	.tel-pc div img {
		width: 20px;
		display: inline-block;
		margin-right: 2px;
		vertical-align: -0.1rem;
	}			

/*============
フッター
=============*/	
	footer .info .logotext {
		font-size: 1.0rem;
	}

	
/*============
メインビジュアル
=============*/
	.mv .title2 h1 {
		font-size: 2.6rem;
		line-height: 2.6rem;
		margin-bottom: 0.5rem;
	}
	.pan {
		margin-left: 6%;
	}
}


@media (min-width: 1400px) {
/*============
Gナビ
=============*/	
	.gnav {
		margin-right: 80px;
	}	
	.gnav li {
		font-size: 1rem;
		margin: auto 1.2rem
	}
	.tel-pc {
		font-size: 0.75rem;
		text-align: center;
	}
/*============
メインビジュアル
=============*/
	.mv .title2 h1 {
		font-size: 3rem;
		line-height: 3rem;
		margin-bottom: 0.7rem;
	}

}	
	

/*============
電話番号リンクをスマホのみ有効
=============*/
@media screen and (min-width:768px){
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}