@charset "UTF-8";
/*
	Filename: utilization
	Version: 1.0.1
*/
body.subpages #main {
  margin-bottom: 150px;
}
.page_title {
  height: 408px;
	background-image: url("../img/utilization/title_bg.jpg");
}
.page_title::before {
  display: none;
}
.page_title::after {
  content: "";
  position: absolute;
  bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  width: 140px;
  height: 140px;
	background-image: url("../img/utilization/title_bg_after.png");
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
.page_title h1 {
	font-family: noto-sans-cjk-jp, sans-serif !important;
  font-weight: 700;
  font-size: 36px;
	letter-spacing: 0.05em;
}
.glay_bg {
  background: #f7f7f7;
}
#link_btn {
	padding: 150px 0 0;
}
.link_btn_child {
	width: 32.4%;
}
.link_btn_child img {
	width: 100%;
	transition: .3s;
}
.link_btn_child img:hover {
	opacity: .7;
	transition: .3s;
}
/*-----------------------------------------------------
  #sec_01
------------------------------------------------------*/
#sec_01 {
  width: 100%;
  padding: 220px 0 150px;
  text-align: center;
}
#sec_01 h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
	letter-spacing: -0.03em;
}
.flow img {
  max-width: 600px;
  margin: 115px auto 0;
}
/*-----------------------------------------------------
  #sec_02
------------------------------------------------------*/
#sec_02 {
  width: 100%;
  padding: 205px 0 160px;
  text-align: center;
}
#sec_02 h3 {
  max-width: 700px;
  margin: 0 auto 45px;
}
#sec_02 p  {
  margin-bottom: 90px;
  font-size: 18px;
}
#sec_02 .flex .estate_box {
  width: 48.5%;
  margin-bottom: 40px;
  padding: 40px 50px 40px;
  background: #fff;
}
#sec_02 .flex .estate_box h4 {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9D9D9D;
  font-size: 24px;
  color: #B9AA6E;
}
#sec_02 .flex .estate_box img {
  max-width: 240px;
  margin: 0 auto 45px;
}
#sec_02 .flex .estate_box p {
	margin-bottom: 0;
	text-align: justify;
	text-justify: inter-ideograph; 
}
#sec_02 .flex .estate_box .link_box {
  width: 48%;
	margin-top: 20px;
}
#sec_02 .flex .estate_box .link_box a {
  width: 100%;
  display: block;
  padding: 18px 5px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: .5s;
	letter-spacing: -0.1em;
}
#sec_02 .flex .estate_box .link_box a:hover {
  background: #fff;
  color: #2896BE;
  transition: .5s;
}
#sec_02 .flex .estate_box .link_box:first-of-type a {
  margin-bottom: 10px;
}
#sec_02 .flex .estate_box .link_box:first-of-type a:hover {
  color: #32B4B4;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	768px~1198 vw1198
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1198px) {
	body.subpages #main {
		margin-bottom: 12.521vw;
	}
	.page_title {
		height: 34.057vw;
	}
	.page_title::after {
		bottom: -6.678vw;
		left: 50%;
		width: 11.686vw;
		height: 11.686vw;
	}
	.page_title h1 {
		font-size: 3.005vw;
	}
	#link_btn {
		padding: 12.521vw 0 0;
	}
	.link_btn_child {
		width: 32.4%;
	}
	.link_btn_child img {
		width: 100%;
		transition: .3s;
	}
	.link_btn_child img:hover {
		opacity: .7;
		transition: .3s;
	}
	/*-----------------------------------------------------
		#sec_01
	------------------------------------------------------*/
	#sec_01 {
		padding: 18.364vw 0 12.521vw;
	}
	#sec_01 h2 {
		font-size: 3.005vw;
	}
	.flow img {
		max-width: 60%;
		margin: 9.599vw auto 0;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		padding: 17.112vw 0 13.356vw;
	}
	#sec_02 h3 {
		max-width: 58.431vw;
		margin: 0 auto 3.756vw;
	}
	#sec_02 p  {
		margin-bottom: 7.513vw;
		font-size: 1.503vw;
	}
	#sec_02 .flex .estate_box {
		width: 48.5%;
		margin-bottom: 3.339vw;
		padding: 3.339vw 3.174vw 3.339vw;
	}
	#sec_02 .flex .estate_box h4 {
		margin-bottom: 4.174vw;
		padding-bottom: 1.669vw;
		font-size: 2.003vw;
	}
	#sec_02 .flex .estate_box img {
		max-width: 20.033vw;
		margin: 0 auto 3.756vw;
	}
	#sec_02 .flex .estate_box .link_box {
		width: 100%;
		margin-top: 1.669vw;
	}
	#sec_02 .flex .estate_box .link_box a {
		padding: 1.503vw 0.417vw;
		font-size: 1.669vw;
		letter-spacing: -0.1em;
	}
	#sec_02 .flex .estate_box .link_box:first-of-type a {
		margin-bottom: 0.835vw;
	}
}


 
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px vw767
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body.subpages #main {
		margin-bottom: 90px;
	}
	.page_title {
		height: 53.194vw;
		background-image: url("../img/utilization/sp_title_bg.jpg");
	}
	.page_title::after {
		bottom: -50px;
		width: 90px;
		height: 90px;
	}
	.page_title h1 {
		font-size: 28px;
	}
	#link_btn {
		padding: 90px 0 0;
	}
	.link_btn_child {
		width: 100%;
		margin-bottom: 20px;
	}
	/*-----------------------------------------------------
		#sec_01
	------------------------------------------------------*/
	#sec_01 {
		width: 100%;
		padding: 150px 0 80px;
	}
	#sec_01 h2 {
		font-size: 20px;
	}
	.flow img {
		max-width: 90%;
		margin: 30px auto 0;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		padding: 70px 0;
	}
	#sec_02 h3 {
		max-width: 50%;
		margin: 0 auto 45px;
	}
	#sec_02 p  {
		margin-bottom: 30px;
		font-size: 16px;
		text-align: left;
	}
	#sec_02 .flex .estate_box {
		width: 100%;
		margin-bottom: 20px;
		padding: 30px 20px;
	}
	#sec_02 .flex .estate_box h4 {
		margin-bottom: 50px;
		padding-bottom: 20px;
		font-size: 22px;
	}
	#sec_02 .flex .estate_box img {
		max-width: 75%;
		margin: 0 auto 45px;
	}
	#sec_02 .flex .estate_box .link_box {
		width: 75%;
		margin: 10px auto 0;
	}
	#sec_02 .flex .estate_box .link_box a {
		padding: 10px;
		font-size: 16px;
	}
	#sec_02 .flex .estate_box .link_box:first-of-type a {
		margin-bottom: 20px;
	}
}

