@charset "UTF-8";
/*
	Filename: management
	Version: 1.0.1
*/
body.subpages #main {
  margin-bottom: 150px;
}
.page_title {
  height: 408px;
	background-image: url("../img/management/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/management/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: 230px 0 200px;
}
#sec_01 .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.flow img {
  max-width: 962px;
  margin: 0 auto 90px;
}
#sec_01 p {
  font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph; 
}
#sec_01 h2 {
	margin: 135px 0 17px;
  font-size: 24px;
	font-weight: 500;
	color: #3C3C3C;
}
#sec_01 table {
  width: 100%;
	border-top: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
}
#sec_01 table th {
  width: 50%;
	padding: 20px 10px 20px 215px;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
#sec_01 table td {
  width: 40%;
	font-size: 18px;
	color: #8CB482;
	text-align: center;
}
#sec_01 table tr:last-of-type td {
	color: #3C3C3C;
}
#sec_01 table tr:nth-child(odd) {
  background-color: #EEF4EC;
}
/*-----------------------------------------------------
  #sec_02
------------------------------------------------------*/
#sec_02 {
  width: 100%;
  padding: 140px 0 90px;
  text-align: center;
}
#sec_02 h2 {
	margin-bottom: 88px;
  font-size: 36px;
}
#sec_02 .flex .management_box {
  width: 48.5%;
  margin-bottom: 70px;
}
#sec_02 .flex .management_box img {
  max-width: 100%;
  margin: 0 auto 20px;
}
#sec_02 .flex .management_box p {
  margin-bottom: 20px;
	font-size: 18px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
}
#sec_02 dl {
	margin-bottom: 40px;
  font-size: 18px;
	text-align: left;
	line-height: 2;
	word-break:break-all;
}
#sec_02 dl dt {
  width: 28.5%;
}
#sec_02 dl dd {
  width: 71.5%;
}
#sec_02 dl dd a {
  color: #2997ff;
}

.fancybox-is-open .fancybox-stage {
	top: 5%;
	left: 5%;
	height: 90%;
	width: 90%;
}
.fancybox-infobar {
	top: auto;
	bottom: 5%;
	left: auto;
	right: 5%;
}
.fancybox-button {
	background: transparent;
}
.fancybox-navigation .fancybox-button {
	height: 150px;
	width: 105px;
}
.management_box a.fancybox {
	display: block;
	background: #000;
}
.management_box a.fancybox:hover img {
	opacity: .8;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	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 {
		width: 100%;
		padding: 19.199vw 0 16.694vw;
	}
	#sec_01 .wrap {
		max-width: 100%;
		margin: 0 auto;
	}
	.flow img {
		max-width: 100%;
		margin: 0 auto 7.513vw;
	}
	#sec_01 p {
		font-size: 1.503vw;
	}
	#sec_01 h2 {
		margin: 11.269vw 0 1.419vw;
		font-size: 2.003vw;
	}
	#sec_01 table th {
		width: 50%;
		padding: 1.669vw 0.835vw 1.669vw 17.947vw;
		font-size: 1.503vw;
	}
	#sec_01 table td {
		width: 40%;
		font-size: 1.503vw;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		padding: 11.686vw 0 7.513vw;
	}
	#sec_02 h2 {
		margin-bottom: 7.346vw;
		font-size: 3.005vw;
	}
	#sec_02 .flex .management_box {
		width: 48.5%;
		margin-bottom: 5.843vw;
	}
	#sec_02 .flex .management_box img {
		max-width: 100%;
		margin: 0 auto 1.669vw;
	}
	#sec_02 .flex .management_box p {
		margin-bottom: 1.669vw;
		font-size: 1.503vw;
	}
	#sec_02 dl {
		margin-bottom: 3.339vw;
		font-size: 1.503vw;
	}
	#sec_02 dl dt {
		width: 28.5%;
	}
	#sec_02 dl dd {
		width: 71.5%;
	}
}


 
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px vw767
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body.subpages #main {
		margin-bottom: 90px;
	}
	.page_title {
		height: 53.194vw;
		background-image: url("../img/management/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 {
		padding: 150px 0 80px;
	}
	#sec_01 .wrap {
		max-width: 100%;
	}
	.flow img {
		max-width: 100%;
		margin: 0 auto 50px;
	}
	#sec_01 p {
		font-size: 16px;
	}
	#sec_01 h2 {
		margin: 30px 0 10px;
		font-size: 20px;
	}
	#sec_01 table th {
		width: 88%;
		padding: 10px 20px;
		font-size: 16px;
		text-align: left;
	}
	#sec_01 table td {
		width: 12%;
		font-size: 16px;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		width: 100%;
		padding: 50px 0 ;
	}
	#sec_02 h2 {
		margin-bottom: 50px;
		font-size: 28px;
	}
	#sec_02 .flex .management_box {
		width: 100%;
		margin-bottom: 40px;
	}
	#sec_02 .flex .management_box img {
		max-width: 100%;
		margin: 0 auto 20px;
	}
	#sec_02 .flex .management_box p {
		margin-bottom: 30px;
		font-size: 14px;
	}
	#sec_02 dl {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.fancybox-navigation .fancybox-button {
		height: 100px;
		width: 70px;
	}
}

