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

:root {
	--main-color: #0D406C;
	--main-font-family: dnp-shuei-gothic-gin-std, sans-serif;
	--main-font-weight-L: 400;
	--main-font-weight-M: 500;
	--main-font-weight-B: 600;
	--font-size-38: clamp(1.125rem, 0.67rem + 2.27vw, 2.375rem);
	--font-size-34: clamp(1.063rem, 0.676rem + 1.93vw, 2.125rem);
}

/*
########################################################
  header
########################################################
*/

#header {
	margin-bottom: 10px;
}

#header #hd_contact {
	display: flex;
	justify-content: flex-end;
}


#header #hd_contact li.btn_tel span {
	color: var(--main-color);
	font-weight: bold;
	text-decoration: none;
	font-size: 1.7rem;
	border: 1px solid var(--main-color);
	display: flex;
	align-items: center;
	padding: 15px;
}

#header #hd_contact li.btn_tel span::before {
	content: "　";
	background: url("../img/common/ic_tel.png") center center no-repeat;
	background-size: 100%;
	background-size: auto 100%;
	width: 30px;
	height: 100%;
}

#header #hd_contact li.btn_tel a {
	color: var(--main-color);
	font-weight: bold;
	text-decoration: none;
	font-size: 1.7rem;
}

#header #hd_contact li.btn_entry {
	background-image: linear-gradient(180deg, rgba(56, 131, 154, 1), rgba(8, 57, 104, 1));;
}

#header #hd_contact li.btn_entry:hover {
	background-image: linear-gradient(180deg, rgba(8, 57, 104, 1), rgba(56, 131, 154, 1));
}

#header #hd_contact li.btn_entry a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6rem;
	display: block;
	padding: 15px;
	background-image: linear-gradient(180deg, rgba(56, 131, 154, 1), rgba(8, 57, 104, 1));
}

#header #hd_contact li.btn_entry a:hover {
	background-image: linear-gradient(180deg, rgba(8, 57, 104, 1), rgba(56, 131, 154, 1));
}

@media screen and (max-width: 960px) {
	#header #hd_contact {
		display: none;
	}
}

#header #headerIn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	#header #headerIn {
		display: block;
		width: 100%;
	}
	
	#header #headerIn h1 {
		margin: 15px 15px 0 15px;
		padding-right: 45px;
		max-width: 500px;
		width: 90%;
	}
}



/*
########################################################
  contents
########################################################
*/

#contents a:link{
	color: var(--main-color);
	text-decoration: none;
}

#contents a:visited{
	color: var(--main-color);
	text-decoration: none;
}

#contents a:hover,
#contents a:active{
	color: #C7D2FF;
	text-decoration: none;
}

#contents  a:hover img.opacity{
	opacity:0.6; /* opera firefox safari */
	filter: alpha(opacity=60); /* ie */
}


/*
########################################################
  footer
########################################################
*/

#footer {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1));
}

#footer #footerIn {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	padding: 30px 0;
}

#footer > p {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

/*
########################################################
  title
########################################################
*/
#main_title {
	background-image: linear-gradient(90deg, #dce3e6 50%, transparent),url("../img/about/title_img.jpg");
	background-position: left center,right center;
	background-repeat: no-repeat,no-repeat;
	background-size: 50% 100%,auto 100%;
	background-color: #dce3e6;
	width: 90%;
	height: auto;
	margin: 0 auto 10vh 0;
	padding: 80px 0 80px 130px;
	border-radius: 0px 50px 50px 0px;
}

#main_title h2 {
	font-family: var(--main-font-family);
	font-weight: var(--main-font-weight-B);
	font-size: var(--font-size-38);
	color: var(--main-color);
	position: relative;
	padding-top: 10vh;
}

#main_title h2 span {
	display: block;
	font-family: "lindsey-signature", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
	transform: rotate(-10deg);
}

@media screen and (max-width: 960px) {
	#main_title {
		background-position: left center,right -60px center;
		width: 95%;
		padding: 80px 0 80px 50px;
	}
}

@media screen and (max-width: 640px) {
	#main_title {
		padding: 60px 0 60px 50px;
	}
	
	#main_title h2 span {
		font-size: 7.0rem;
	}
}

.title {
	font-family: var(--main-font-family);
	font-weight: var(--main-font-weight-B);
	font-size: var(--font-size-38);
	color: var(--main-color);
	text-align: center;
	position: relative;
	margin: 0 0 7vh;
	padding-top: 10vh;
}

.title span {
	display: block;
	font-family: "lindsey-signature", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 8.0rem;
	color: #C7D2FF;
	position: absolute;
	bottom: 0px;;
	left: 0;
	right: 0;
	z-index: -1;
	transform: rotate(-10deg);
}

@media screen and (max-width: 640px) {
	.title span {
		font-size: 6.0rem;
	}
}

/*
########################################################
  box
########################################################
*/

.wrapper {
	clear: both;
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	margin-bottom: 15vh;
}

.wrapper.w100 {
	max-width: 100%;
	width: 100%;
}

.wrapper.mb0 {
	margin-bottom: 0;
}

/*
########################################################
  btn
########################################################
*/

.btn {
	margin: 1em 0;
}

.btn a {
	display: flex;
	align-items: center;
}
