@charset "utf-8";
a:hover{
	-webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
	opacity: 0.6;
}
img{
	object-fit: cover;
}
@keyframes rotateAnim {
  0% { transform: rotate(0deg); }
  50%{ transform: rotate(180deg); }
  100% { transform: rotate(360deg); } 
}
/*====================================================================================

SP用（bleak_point:679px）

====================================================================================*/
@media screen and (max-width:679px){
	.sp_none{display: none;}
/*=======================================================================
各種ラッパー用CSS
=======================================================================*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}

#h_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

header#PAGE_TOP {
	width: 100%;
	height: 100vh;
	text-align: left;
	background: #fff;
}

.cnt_wp {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#cnt_wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#f_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

footer#f_cnt {
 
	margin: 0 auto;
	position: relative;
	text-align: left; 
}

.in_wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	box-sizing: border-box;
	padding:0 10px;
	position: relative;
}

/*=======================================================================
ヘッダ
=======================================================================*/


/*=======================================================================
Gナビ
=======================================================================*/




/*=======================================================================
Ajax部分
=======================================================================*/








/*=======================================================================
レフト・メイン・ライトコンテンツ 枠
=======================================================================*/



/*=======================================================================
サイド メニュー
=======================================================================*/
.header_fix{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	color: #505050;
	z-index: 9999;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.header_fix .header_logo{
	width: 50%;
	margin: 10px 0px 0 10px;
}
.header_fix .header_logo img{
	width: 100%!important;
}
.header_fix #top_nav{
	padding-top: 64px;
	display: none;
}
.header_fix .info_wrap{
	display: flex;
	display: none;
}

.g_menu{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	cursor: pointer;
	box-sizing: border-box;
	z-index: 9999;
	color: #505050;
}
.g_menu span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 1px;
	width: 30px;
	border-bottom: 1px solid #505050;
}
.g_menu::before {
	content: '';
	height: 1px;
	width: 30px;
	background: #505050;
	position: absolute;
	top: 21px;
	left: 15px;
	transition: all 0.5s;
}
.g_menu::after {
	content: '';
	height: 1px;
	width: 30px;
	background: #505050;
	position: absolute;
	bottom: 21px;
	left: 15px;
	transition: all 0.5s;
}
.g_menu.active span{
	display: none;
}
.g_menu.active::before {
	transform: rotate(405deg);
	top: 50%;
}
.g_menu.active::after {
	transform: rotate(-405deg);
	top: 50%;
}

.sp_gnav.active{
	transform: translateX(0%);

}
.sp_gnav{
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1112;
	transition: all 0.7s;
	transform: translateX(100%);
}	 
	.sp_gnav_in{
		width: calc(100% - 30px);
		height: calc(100vh - 150px);
		background: #fff;
		padding: 20px 10px 0px;
		box-sizing: border-box;
		margin: 10px auto 0;
		border-radius: 10px;
	}	
	
.sp_gnav ul.nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px ;
}
.sp_gnav ul.nav li{
	width: calc((100% / 2 ) - 5px);
	border: 1px solid #9A9A9A;
	
}
	.sp_gnav ul.nav li:nth-of-type(n + 3){
		margin-top: 10px;
	}
.sp_gnav ul.nav li a{
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 10px 0;
}

.sp_gnav .info_wrap{
	padding: 0 10px;
}
.sp_gnav .info_link01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
	margin-top: 20px;
}
.sp_gnav .info_link01 li{
	width: calc(100% / 4 - 5px);
	height: 20px;
	line-height: 20px;
	text-decoration: underline;
}
.sp_gnav .info_link01 li:nth-of-type(n + 2){
	border-left: 1px solid #9A9A9A;
	padding-left: 5px;
}

.sp_gnav .info_link01 li a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
	display: block;
}
.sp_gnav .info_link02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 37px 20px;
	box-sizing: border-box;
	position:relative;
	margin: 10px auto 0;
}
.sp_gnav .info_link02::before{
	content: '';
	width: 1px;
	height: 75px;
	background: #9A9A9A;
	display: block;
	position: absolute;
	left: 0;
}
.sp_gnav .info_link02::after{
	content: '';
	width: 1px;
	height: 75px;
	background: #9A9A9A;
	display: block;
	position: absolute;
	right: 0;
}
.sp_gnav .info_link02 li{
	width: calc(100% / 3);
	height: 24px;
	padding-top: 5px;
}

.sp_gnav .info_link02 li a{
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.sp_gnav .info_link02 li a::before{
	content: '';
	display: block;
}
.sp_gnav .info_link02 li:nth-of-type(1) a::before{
	background: url("../img/icon01@2x.png")no-repeat center 0/contain;
	width: 36px;
	height: 33px;
	margin: 0 auto 10px;
}
.sp_gnav .info_link02 li:nth-of-type(2) a::before{
	background: url("../img/icon02@2x.png")no-repeat center 0/contain;
	width: 36px;
	height: 33px;
	margin: 0 auto 10px;
}
.sp_gnav .info_link02 li:nth-of-type(3) a::before{
	background: url("../img/icon03@2x.png")no-repeat center 0/contain;
	width: 44px;
	height: 33px;
	margin: 0 auto 10px;
}	
	
/*=======================================================================
トップページ　メイン
=======================================================================*/
.mv_wrap{
	height: 100vh;
	background: url("../img/mv_img_01@2x.jpg")no-repeat 10% /cover;
	position: relative;
	z-index: 1;
}
.mv_wrap h2.header_tit{
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.45;
	color: #fff;
	position: absolute;
	top: 220px;
	left: 10px;
	margin: auto;
	z-index: 1111;
}
.mv_wrap h2.header_tit span{
	display: block;
}
.mv_wrap h3.header_read{
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 2;
	color: #fff;
	position: absolute;
	top: 310px;
	left: 12px;
}
.top_bnr{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 20px auto;
	z-index: 111;
}
.top_bnr img{
	width: 100%;
}

.top_block_01{
	position: relative;
	font-size: 14px;
}
.top_block_01 .in_wrap{
	margin: 0px auto 0;
	padding: 20px 10px;
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.top_block_01 .box{
	margin: 0 auto 25px;
	padding: 20px ;
	border: 4px solid #DDB8D6;
	border-radius: 20px;
	
}
.top_block_01 .box p.red{
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FF6A6A;
	margin-bottom: 10px;
}
.top_block_01 .box h3{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 11px;
}
.top_block_01 .box p.txt00{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.top_block_01 dl{
	background: #F8F5F5;
	margin: 0 auto 30px;
	padding: 20px;
	box-sizing: border-box;
}
.top_block_01 dl a{
	
	
}
.top_block_01 dl dt time{
	font-size: 16px;
	margin-right: 18px;
}
.top_block_01 dl dt span{
	width: 123px;
	height: 20px;
	border-radius: 10px;
	background: #00857D;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -4px;
}
.top_block_01 dl dd{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: 0px;
}
.top_block_01 .flex{
	
}
h4.caption{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
}
h4.caption::before{
	content: '';
	width: 4px;
	height: 27px;
	background: #E16A84;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.top_block_01 .flex .left_box,
.top_block_01 .flex .right_box{
	width: 100%;
}
.top_block_01 .flex .left_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.top_block_01 .flex .left_box ul li{
	width: calc(100% / 2);
	height: 75px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.top_block_01 .flex .left_box ul li:nth-of-type(n + 3){
	border-top: 1px solid #E5E5E5;
}
.top_block_01 .flex .left_box ul li:nth-of-type(2n){
	border-left: 1px solid #E5E5E5;
}
.top_block_01 .flex .left_box ul li a{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-left: 60px;
}
.top_block_01 .flex .left_box ul li a::before{
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
}
.top_block_01 .flex .left_box ul li:nth-of-type(1) a::before{
	background: url("../img/top_img_01@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(2) a::before{
	background: url("../img/top_img_02@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(3) a::before{
	background: url("../img/top_img_03@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(4) a::before{
	background: url("../img/top_img_04@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(5) a::before{
	background: url("../img/top_img_05@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:last-child a::before{
	background: url("../img/top_img_06@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box p.txt00{
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 15px 0;
	
}
.top_block_01 .flex .left_box p.txt01{
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.top_block_01 .flex .left_box ol{
	display: flex;
	justify-content: space-between;
}
.top_block_01 .flex .left_box ol li{
	width: calc((100% / 2) - 10px);
	height: 60px;
	background: #F8F5F5;
	border-radius: 4px;
	position: relative;
}
.top_block_01 .flex .left_box ol li a{
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	box-sizing: border-box;
}
.top_block_01 .flex .left_box ol li::after{
	content: '';
	background: url("../img/icon04@2x.png")no-repeat center 0/contain;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.top_block_01 .flex .right_box{
	
}
.top_block_01 .flex .right_box h4.caption{
	margin: 20px 0;
}
.top_block_01 .flex .right_box table{
	width: 100%;	
	border-bottom: 1px solid #DDB8D6;
}
.top_block_01 .flex .right_box table.mt17{
	margin-top: 17px;
	margin-bottom: 15px;
}
.top_block_01 .flex .right_box table tr{
	border-top: 1px solid #DDB8D6;
	border-right: 1px solid #DDB8D6;
}
.top_block_01 .flex .right_box table tr th{
	width: 10%;
	height: 98px;
	background: #DDB8D6;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
}

.top_block_01 .flex .right_box table tr td{
	width: 40%;
	height: 49px;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	box-sizing: border-box;
	border-left: 1px solid #DDB8D6;
	padding-left: 10px;
	vertical-align: middle;
}
.top_block_01 .flex .right_box table tr td:nth-of-type(1){
	width: 10%;
	text-align: center;
	padding-left: 0;
}
.top_block_01 .flex .right_box p.txt00{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.71428;
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}


h2.sec_tit{
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 32px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
	
}
h2.sec_tit span{
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #9F9F9F;
	margin-left: 15px;
}
.news_block{
	background: #F8F5F5;
	border-radius: 4px;
	padding: 30px 0 60px;
	margin-top: 20px;
	position: relative;
}
.news_block .link001{
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 15px;
	position: absolute;
	top: 13px;
	right: 10px;
}
.news_block .link001::after{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 10px;
	height: 3px;
	display: inline-block;
	margin-left: 10px;
}
.news_block .flex{
}
.news_block .box00{
	width: 340px;
	margin: 0 auto;
}
.news_block .box00 dl{
	border-radius: 0 15px 15px 0;
	overflow: hidden;
	margin-top: 40px;
}
.news_block .box00 dl .line a{
	display: flex;
}
.news_block .box00 dl .line:first-child{
	border-bottom: 1px solid #333333;
}
.news_block .box00 dl .line:nth-of-type(n + 3){
	border-top: 1px solid #E5E5E5;
}
.news_block .box00 dl .line dt{
	width: 100px;
	background: #DDB8D6;
	color: #fff;
	text-align: center;
}
.news_block .box00 dl .line dt .img_wrap{
	width: 50px;
	height: 50px;
	padding: 15px 0;
	margin: 0 auto;
}
.news_block .box00 dl .line dt .img_wrap img{
	width: 100%;
}
.news_block .box00 dl .line:not(:first-child) dt{
	padding: 19px 0;
}
.news_block .box00 dl .line dt time {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	display: inline-block;
}
.news_block .box00 dl .line dt time span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	border-top: 1px solid #E5E5E5;
	padding-top: 4px;
	margin-top: 4px;
}

.news_block .box00 dl .line dd{
	width: calc(100% - 100px);
	background: #fff;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.news_block .box00 dl .line dd h3{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 80px;
}


.top_block_02{
	position: relative;
	background: url("../img/top_bg_01@2x.jpg")no-repeat center 0 /cover;
	padding: 60px 0 ;
	box-sizing: border-box;
}
.top_block_02 h3{
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin-bottom: 45px;
}
.top_block_02 .box{
	background: rgba(255,255,255,0.8);
	padding: 30px 15px 30px;
}
.top_block_02 .box h2{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 37px;
	text-align: center;
	margin-bottom: 30px;
}
.top_block_02 .box ul.link_list01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.top_block_02 .box ul.link_list01 li{
	width: calc((100% / 2) - 5px);
	height: 60px;
	background: #A3D3D5;
	border-radius: 4px;
	position: relative;
}
.top_block_02 .box ul.link_list01 li:nth-of-type(n + 3){
	margin-top: 10px;
}
.top_block_02 .box ul.link_list01 li a{
	display: block;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 25px;
	font-size: 14px;
	padding: 20px 25px 20px 10px;
}
.top_block_02 .box ul.link_list01 li:nth-of-type(4) a{
	padding: 10px 25px 10px 10px;
	font-size: 13px;
}
.top_block_02 .box ul.link_list01 li a::after{
	content: '';
	background: url("../img/icon04@2x.png")no-repeat center 0/contain;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.top_block_02 .box ul.link_list02{
	margin-top: 30px;
}
.top_block_02 .box ul.link_list02 li{
	width: 100%;
	height: 80px;
	
}
.top_block_02 .box ul.link_list02 li:nth-of-type(1) a{
	background: url("../img/top_img_07@2x.jpg")no-repeat center 0/cover;
}
.top_block_02 .box ul.link_list02 li:nth-of-type(2) a{
	background: url("../img/top_img_08@2x.jpg")no-repeat center 0/cover;
	margin-top: 15px;
}
.top_block_02 .box ul.link_list02 li a{
	display: block;
	height: 100%;
	padding: 15px 0 15px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.top_block_02 .box ul.link_list02 li a p.txt00{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #505050;
}
.top_block_02 .box ul.link_list02 li a p.sub{
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #EBEBEB;
}
.top_block_02 .box ul.link_list02 li a::before{
	content: '';
	width: 305px;
	height: 160px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_block_02 .box ul.link_list02 li:nth-of-type(1) a::before{
	background: url("../img/top_bg_02@2x.png")no-repeat center 0/cover;
	width: 250px;
	height: 80px;
}
.top_block_02 .box ul.link_list02 li:nth-of-type(2) a::before{
	background: url("../img/top_bg_03@2x.png")no-repeat center 0/cover;
	width: 260px;
	height: 80px;
}


.top_block_03{
	margin-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.top_block_03::before{
	content: '';
	background: #F8F5F5;
	border-radius: 0 15px 15px 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
}
.top_block_03 h2.sec_tit{
	border-bottom: none;
	padding-bottom: 0;
}
.top_block_03 ul{
	display: flex;
	margin-top: 30px;
}
.top_block_03 ul li{
	width: 100%;
	position: relative;
	margin: 0 15px;
	padding-top: 30px;
}
.top_block_03 ul li p.num_circle{
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	top: 0px;
	left: -10px;
	text-align: center;
}
.top_block_03 ul li p.num_circle::before{
	content: '';
	background: url("../img/top_bg_04@2x.png")no-repeat center 0/cover;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 0;
	animation: rotateAnim 30s linear infinite; 
}
.top_block_03 ul li .img_wrap{
	width: 82%;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 0 0 auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	
}
.top_block_03 ul li .img_wrap img{
	width: 100%;
}
.top_block_03 ul li .txt_wrap{
	margin-top: 15px;	
}
.top_block_03 ul li .txt_wrap p.num{
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 16px;
	border-bottom: 1px solid #333333;
	display: inline-block;
	margin-bottom: 10px;
}
.top_block_03 ul li .txt_wrap h3{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.top_block_03 ul li .txt_wrap p.txt01{
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.8333;
}


.top_block_04{
	position: relative;
	padding: 30px 0 0;
}
.top_block_04 ul{
	margin-top: 22.5px;
}
.top_block_04 ul li{
	width: 100%;
}
.top_block_04 ul li:nth-of-type(n + 2){
	margin-top: 20px;
}
.top_block_04 ul li img{
	width: 100%;
}
.top_block_04 .pop_page{
	margin-top: 45px;
	padding:45px 0 60px;
	position: relative;
}
.top_block_04 .pop_page::after{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 15px 0 0 15px;
	display: block;
	background: #F8F5F5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.top_block_04 .pop_page .in_wrap{
}
.top_block_04 .pop_page h2.sec_tit01{
	font-size: 26px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 32px;
	padding-bottom: 15px;
	
}
.top_block_04 .pop_page h2.sec_tit01 span{
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height:  1.6;
	color: #9F9F9F;
	margin-top: 15px;
}
.top_block_04 .pop_page ul{
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0px;
}
.top_block_04 .pop_page ul li{
	position: relative;
	width: calc((100% / 2) - 10px);
}

.top_block_04 .pop_page ul li:nth-of-type(n + 1){
	margin-top: 80px;
}
.top_block_04 .pop_page ul li a{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #333;
}
.top_block_04 .pop_page ul li span{
	display: block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #9F9F9F;
	margin-top: 5px;
}
.top_block_04 .pop_page ul li a::before{
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
}
.top_block_04 .pop_page ul li:nth-of-type(1) a::before{
	background: url("../img/footer_img_01@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(2) a::before{
	background: url("../img/footer_img_02@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(3) a::before{
	background: url("../img/footer_img_03@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(4) a::before{
	background: url("../img/footer_img_04@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(5) a::before{
	background: url("../img/footer_img_05@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(6) a::before{
	background: url("../img/footer_img_06@2x.png") no-repeat center 0/contain;
}
/*=======================================================================
フッタ
=======================================================================*/
footer .g_map{
	position: relative;
}
footer .g_map iframe{
	width: 100%;
	height: 250px;
}
footer .g_map .map_link{
	width: 100%;
	background: #FBFBFB;
}
footer .g_map .map_link a{
	width: 100%;
	height: 50px;
	display: block;
	font-size: 40px;
	line-height: 50px;
	padding: 0px 0px 0 0px;
	box-sizing: border-box;
	font-size: 16px;
	font-style: italic;
	color: #A4A4A4;
	letter-spacing: 0.1em;
	text-align: center;
}
footer .g_map .map_link a::after{
	content: '';
	background: url("../img/icon07@2x.png")no-repeat center 0/contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	top: 5px;
	margin-left: 10px;
}
footer .g_map .map_link a:hover{
	opacity: 0.8;
}

.footer_logo a {

}

.copy {
	display: block;
	text-align: center;
	margin: 5px 0;
	font-size: 12px;
}

.kyoutsu_banar_box {
		margin: 0 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.kyoutsu_banar_box li {
		width: 100%;
		margin-bottom: 10px;
	}
	.kyoutsu_banar_box li img {
		width: 100%;
		height: auto;
	}
}
/*====================================================================================

PC用（bleak_point:680px）

====================================================================================*/
@media screen and (min-width:680px){
	.pc_none{display: none;}
/*=======================================================================
各種ラッパー用CSS
=======================================================================*/
#wrapper {
	width: 100%;
	min-width: 1080px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#h_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

header#PAGE_TOP {
	position: relative;
	text-align: left;
}

.cnt_wp {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#cnt_wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#f_wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

footer#f_cnt {
	margin: 0 auto;
	position: relative;
	text-align: left; 
}

.in_wrap{
	width: 1080px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

/*=======================================================================
ヘッダ
=======================================================================*/


/*=======================================================================
Gナビ
=======================================================================*/




/*=======================================================================
Ajax部分
=======================================================================*/








/*=======================================================================
レフト・メイン・ライトコンテンツ 枠
=======================================================================*/



/*=======================================================================
サイド メニュー
=======================================================================*/
.header_fix{
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1080px;
	height: 150px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	color: #505050;
	z-index: 1111;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.header_fix .header_logo{
	width: 220px ;
	height: 50px;
	margin: 50px 0px 0 90px;
}
.header_fix .header_logo img{
	width: 100%!important;
}
.header_fix #top_nav{
	padding-top: 64px;
}
.header_fix #top_nav ul{
	display: flex;
}
.header_fix #top_nav ul li:nth-of-type(n + 2){
	margin-left: 30px;
}
.header_fix #top_nav ul li a{
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #505050;
	line-height: 24px;
}

.header_fix .info_wrap{
	display: flex;
	
}
.header_fix .info_link01{
	width: 156px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 45px 0;
	margin-right: 30px;
}
.header_fix .info_link01 li{
	height: 20px;
	line-height: 20px;
}
.header_fix .info_link01 li:nth-of-type(n + 3){
	margin-top: 20px;
}
.header_fix .info_link01 li a{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.header_fix .info_link02{
	width: 294px;
	display: flex;
	justify-content: center;
	padding: 37px 26px 37px 10px;
	position:relative;
}
.header_fix .info_link02::before{
	content: '';
	width: 1px;
	height: 75px;
	background: #E5E5E5;
	display: block;
	position: absolute;
	left: 0;
}
.header_fix .info_link02::after{
	content: '';
	width: 1px;
	height: 75px;
	background: #E5E5E5;
	display: block;
	position: absolute;
	right: 0;
}
.header_fix .info_link02 li{
	height: 24px;
	padding-top: 5px;
}

.header_fix .info_link02 li a{
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.header_fix .info_link02 li a::before{
	content: '';
	
	display: block;
}
.header_fix .info_link02 li:nth-of-type(n + 2){margin-left: 30px;}
.header_fix .info_link02 li:nth-of-type(1) a::before{
	background: url("../img/icon01@2x.png")no-repeat center 0/contain;
	width: 36px;
	height: 33px;
	margin: 5px auto 0;
}
.header_fix .info_link02 li:nth-of-type(2) a::before{
	background: url("../img/icon02@2x.png")no-repeat center 0/contain;
	width: 36px;
	height: 33px;
	margin: 5px auto 0;
}
.header_fix .info_link02 li:nth-of-type(3) a::before{
	background: url("../img/icon03@2x.png")no-repeat center 0/contain;
	width: 44px;
	height: 33px;
	margin: 5px auto 0;
}


@media screen and (max-width: 1700px){
	.header_fix .header_logo{
		margin-right: 30px;
		margin-left: 1.7%;
	}
	.header_fix #top_nav ul li:nth-of-type(n + 2){
		margin-left: 15px;
	}
	.header_fix #top_nav ul li a{
		font-size: 14px;
	}
	.header_fix .info_wrap{
		display: block;
	}
	.header_fix .info_link01{
		width: 100%;
		height: 10px;
		padding: 10px 0 20px;
		border-bottom: 1px solid #E5E5E5;
	}
	.header_fix .info_link01 li{
		width: calc(100% / 4);
	}
	.header_fix .info_link01 li a{
		display: block;
	}
	.header_fix .info_link01 li:nth-of-type(n + 2) a{
		border-left: 1px solid #E5E5E5;
		padding: 0 5px;
	}
	.header_fix .info_link01 li:nth-of-type(n + 3){margin-top: 0;}
	.header_fix .info_link01 li a{
		font-size: 12px;
	}
	.header_fix .info_link02{
		padding: 10px ;
	}
}
@media screen and (max-width: 1400px){
	.header_fix #top_nav ul li a{
		font-size: 14px;
	}
}

	
@media screen and (max-width: 1330px){
	.header_fix .header_logo img{
		width: 100%;
	}
	.header_fix #top_nav{
		padding-top: 40px;
	}
	.header_fix #top_nav ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.header_fix #top_nav ul li{
		width: calc(100% / 3.4);
		text-align: left;
	}
	
	.header_fix #top_nav ul li:nth-of-type(n + 2){
		margin-left: 15px;
	}
	.header_fix #top_nav ul li:nth-of-type(n + 4){
		margin-top: 10px;
	}
	.header_fix #top_nav ul li:nth-of-type(4){
		margin-left: 0px!important;
	}
	.header_fix #top_nav ul li a{
		font-size: 14px;
	}
}

/*=======================================================================
トップページ　メイン
=======================================================================*/
.mv_wrap{
	height: 550px;
	background: url("../img/mv_img_01@2x.jpg")no-repeat center bottom/cover;
	position: relative;
	margin-top: 150px;
}
	.mv_wrap .mv_inner {
		position: absolute;
		left: 4vw;
		top: 50%;
		transform: translateY(-50%);
		text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	}
.mv_wrap h2.header_tit{
	font-size: 40px;
	letter-spacing: 0.2em;
	line-height: 1.45;
	color: #fff;
	z-index: 1111;
	margin-bottom: 30px;
}
.mv_wrap h2.header_tit span{
	display: block;
}
.mv_wrap h3.header_read{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #fff;
}
.mv_wrap .top_bnr{
	width: 350px;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	bottom: 92px;
	right: 10px;
	z-index: 111;
}
.mv_wrap .top_bnr img{
	width: 100%;
}

.top_block_01{
	position: relative;
}
.top_block_01 .in_wrap{
	margin: -80px auto 0;
	padding: 40px 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.top_block_01 .box{
	width: 900px;
	margin: 0 auto 25px;
	padding: 40px ;
	border: 4px solid #DDB8D6;
	border-radius: 20px;
	
}
.top_block_01 .box p.red{
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FF6A6A;
	margin-bottom: 10px;
}
.top_block_01 .box h3{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 11px;
}
.top_block_01 .box p.txt00{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.top_block_01 dl{
	width: 900px;
	background: #F8F5F5;
	margin: 0 auto 40px;
	padding: 20px 0 20px 52px;
	box-sizing: border-box;
}
.top_block_01 dl a{
	display: flex;
	
}
.top_block_01 dl dt time{
	font-size: 16px;
	margin-right: 18px;
}
.top_block_01 dl dt span{
	width: 123px;
	height: 25px;
	border-radius: 10px;
	background: #00857D;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -1px;
}
.top_block_01 dl dd{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: 20px;
}
	.top_block_01 dl a:hover dd{text-decoration: underline;}	
	
.top_block_01 .flex{
	display: flex;
	justify-content: space-between;
}
h4.caption{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
}
h4.caption::before{
	content: '';
	width: 4px;
	height: 27px;
	background: #E16A84;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.top_block_01 .flex .left_box,
.top_block_01 .flex .right_box{
	width: 500px;
}
.top_block_01 .flex .left_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
.top_block_01 .flex .left_box ul li{
	width: calc(100% / 2);
	height: 93px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
}
.top_block_01 .flex .left_box ul li:nth-of-type(-n+4){
	border-bottom: 1px solid #E5E5E5;
}
.top_block_01 .flex .left_box ul li:nth-of-type(odd){
	border-right: 1px solid #E5E5E5;
}
.top_block_01 .flex .left_box ul li a{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-left: 100px;
}
.top_block_01 .flex .left_box ul li a::before{
	content: '';
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
}
.top_block_01 .flex .left_box ul li:nth-of-type(1) a::before{
	background: url("../img/top_img_01@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(2) a::before{
	background: url("../img/top_img_02@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(3) a::before{
	background: url("../img/top_img_03@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(4) a::before{
	background: url("../img/top_img_04@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:nth-of-type(5) a::before{
	background: url("../img/top_img_05@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box ul li:last-child a::before{
	background: url("../img/top_img_06@2x.jpg")no-repeat center 0/contain;
}
.top_block_01 .flex .left_box p.txt00{
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 15px 0;
}
.top_block_01 .flex .left_box p.txt01{
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.top_block_01 .flex .left_box ol{
	display: flex;
	justify-content: space-between;
}
.top_block_01 .flex .left_box ol li{
	width: 240px;
	height: 80px;
	background: #F8F5F5;
	border-radius: 4px;
	position: relative;
}
.top_block_01 .flex .left_box ol li a{
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	line-height: 80px;
	padding: 0 20px;
	box-sizing: border-box;
}
.top_block_01 .flex .left_box ol li::after{
	content: '';
	background: url("../img/icon04@2x.png")no-repeat center 0/contain;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.top_block_01 .flex .right_box{
	
}
.top_block_01 .flex .right_box h4.caption{
	margin-bottom: 20px;
}
.top_block_01 .flex .right_box table{
	width: 100%;	
	border-bottom: 1px solid #DDB8D6;
}
.top_block_01 .flex .right_box table.mt17{
	margin-top: 17px;
	margin-bottom: 15px;
}
.top_block_01 .flex .right_box table tr{
	border-top: 1px solid #DDB8D6;
	border-right: 1px solid #DDB8D6;
}
.top_block_01 .flex .right_box table tr th{
	width: 40px;
	height: 98px;
	background: #DDB8D6;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
}

.top_block_01 .flex .right_box table tr td{
	width: 207px;
	height: 49px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 49px;
	box-sizing: border-box;
	border-left: 1px solid #DDB8D6;
	padding-left: 20px;
}
.top_block_01 .flex .right_box table tr td:nth-of-type(1){
	width: 40px;
	text-align: center;
	padding-left: 0;
}
.top_block_01 .flex .right_box p.txt00{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.71428;
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}


h2.sec_tit{
	font-size: 26px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 32px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
	
}
h2.sec_tit span{
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #9F9F9F;
	margin-left: 15px;
}
.news_block{
	background: #F8F5F5;
	border-radius: 4px;
	padding: 50px 0;
	position: relative;
}
.news_block .link001{
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 15px;
	position: absolute;
	top: 13px;
	right: 0;
}
.news_block .link001::after{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 20px;
	height: 6px;
	display: inline-block;
	margin-left: 15px;
}
.news_block .flex{
	display: flex;
	justify-content: space-between;
}
.news_block .box00{
	width: 340px;
}
.news_block .box00 dl{
	border-radius: 0 15px 15px 0;
	overflow: hidden;
	margin-top: 40px;
}
.news_block .box00 dl .line a{
	display: flex;
}
.news_block .box00 dl .line:first-child{
	border-bottom: 1px solid #333333;
}
.news_block .box00 dl .line:nth-of-type(n + 3){
	border-top: 1px solid #E5E5E5;
}
.news_block .box00 dl .line dt{
	width: 100px;
	background: #DDB8D6;
	color: #fff;
	text-align: center;
}
.news_block .box00 dl .line dt .img_wrap{
	width: 50px;
	height: 50px;
	padding: 15px 0;
	margin: 0 auto;
}
.news_block .box00 dl .line dt .img_wrap img{
	width: 100%;
}
.news_block .box00 dl .line:not(:first-child) dt{
	padding: 19px 0;
}
.news_block .box00 dl .line dt time {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	display: inline-block;
}
.news_block .box00 dl .line dt time span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	border-top: 1px solid #E5E5E5;
	padding-top: 4px;
	margin-top: 4px;
}

.news_block .box00 dl .line dd{
	width: calc(100% - 100px);
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.news_block .box00 dl .line dd h3{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 80px;
}


.top_block_02{
	height: 800px;
	position: relative;
	background: url("../img/top_bg_01@2x.jpg")no-repeat center 0 /cover;
	padding: 60px 0 0;
	box-sizing: border-box;
	margin-bottom: 160px;
}
.top_block_02 h3{
	font-size: 40px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin-bottom: 65px;
}
.top_block_02 .box{
	background: rgba(255,255,255,0.8);
	padding: 60px 50px 70px;
}
.top_block_02 .box h2{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 37px;
	text-align: center;
	margin-bottom: 40px;
}
.top_block_02 .box ul.link_list01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.top_block_02 .box ul.link_list01 li{
	width: 480px;
	height: 80px;
	background: #A3D3D5;
	border-radius: 4px;
	position: relative;
	box-sizing: border-box;
}
.top_block_02 .box ul.link_list01 li:nth-of-type(n + 3){
	margin-top: 20px;
}
.top_block_02 .box ul.link_list01 li a{
	display: block;
	line-height: 80px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 20px;
}
.top_block_02 .box ul.link_list01 li a::after{
	content: '';
	background: url("../img/icon04@2x.png")no-repeat center 0/contain;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.top_block_02 .box ul.link_list01 li:hover{
	background: none;
	border: 1px solid #A3D3D5;
	box-sizing: border-box;
}
.top_block_02 .box ul.link_list01 li:hover a{
	opacity: 1;

}	

.top_block_02 .box ul.link_list02{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.top_block_02 .box ul.link_list02 li{
	width: 480px;
	height: 160px;
	
}
.top_block_02 .box ul.link_list02 li:nth-of-type(1) a{
	background: url("../img/top_img_07@2x.jpg")no-repeat center 0/cover;
}
.top_block_02 .box ul.link_list02 li:nth-of-type(2) a{
	background: url("../img/top_img_08@2x.jpg")no-repeat center 0/cover;
}
.top_block_02 .box ul.link_list02 li a{
	display: block;
	height: 100%;
	padding: 50px 0 50px 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.top_block_02 .box ul.link_list02 li a p.txt00{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #505050;
}
.top_block_02 .box ul.link_list02 li a p.sub{
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #EBEBEB;
}
.top_block_02 .box ul.link_list02 li a::before{
	content: '';
	width: 305px;
	height: 160px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_block_02 .box ul.link_list02 li:nth-of-type(1) a::before{
	background: url("../img/top_bg_02@2x.png")no-repeat center 0/contain;
}
.top_block_02 .box ul.link_list02 li:nth-of-type(2) a::before{
	background: url("../img/top_bg_03@2x.png")no-repeat center 0/contain;
}


.top_block_03{
	margin-top: 315px;
	position: relative;
}
.top_block_03::before{
	content: '';
	background: #F8F5F5;
	border-radius: 0 15px 15px 0;
	width: 1355px;
	height: 332px;
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
}
.top_block_03 h2.sec_tit{
	border-bottom: none;
}
.top_block_03 ul{
	display: flex;
	margin-top: 40px;
}
.top_block_03 ul li{
	width: 505px;
	position: relative;
	margin: 0 25px;
	padding-top: 50px;
}
.top_block_03 ul li p.num_circle{
	font-size: 30px;
	font-weight: 500;
	font-style: italic;
	width: 145px;
	height: 145px;
	line-height: 145px;
	position: absolute;
	top: -0px;
	text-align: center;
	
}
.top_block_03 ul li p.num_circle::before{
	content: '';
	background: url("../img/top_bg_04@2x.png")no-repeat center 0/cover;
	width: 145px;
	height: 145px;
	display: block;
	position: absolute;
	left: 0;
	animation: rotateAnim 30s linear infinite; 
}
.top_block_03 ul li .img_wrap{
	width: 400px;
	height: 240px;
	border-radius: 15px;
	overflow: hidden;
	margin: 0 0 0 auto;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.top_block_03 ul li .img_wrap img{
	width: 100%;
}
.top_block_03 ul li .txt_wrap{
	margin-top: 20px;	
}
.top_block_03 ul li .txt_wrap p.num{
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 16px;
	border-bottom: 1px solid #333333;
	display: inline-block;
	margin-bottom: 10px;
}
.top_block_03 ul li .txt_wrap h3{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.top_block_03 ul li .txt_wrap p.txt01{
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.8333;
}


.top_block_04{
	position: relative;
	padding: 100px 0 0;
}
.top_block_04 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 22.5px;
	flex-wrap: wrap;
}
.top_block_04 ul li{
	width: 520px;
}
    .top_block_04 ul li:last-child {
        margin-top: 40px;
    }
.top_block_04 ul li img{
	width: 100%;
}
.top_block_04 .pop_page{
	margin-top: 125px;
	padding-bottom: 180px;
	position: relative;
}
.top_block_04 .pop_page::after{
	content: '';
	width: 1317px;
	height: 290px;
	border-radius: 15px 0 0 15px;
	display: block;
	background: #F8F5F5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.top_block_04 .pop_page .in_wrap{
	display: flex;
	justify-content: space-between;
}
.top_block_04 .pop_page h2.sec_tit01{
	font-size: 26px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 32px;
	padding-bottom: 15px;
	
}
.top_block_04 .pop_page h2.sec_tit01 span{
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height:  1.6;
	color: #9F9F9F;
	margin-top: 15px;
}
.top_block_04 .pop_page ul{
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 110px;
	margin-top: 35px;
}
.top_block_04 .pop_page ul li{
	position: relative;
}
.top_block_04 .pop_page ul li:nth-child(1),
.top_block_04 .pop_page ul li:nth-child(4){
	width: 235px;
}
.top_block_04 .pop_page ul li:nth-child(2),
.top_block_04 .pop_page ul li:nth-child(5){
	width: 270px;
}
.top_block_04 .pop_page ul li:nth-child(3),
.top_block_04 .pop_page ul li:nth-child(6){
	width: 215px;
}
.top_block_04 .pop_page ul li:nth-of-type(n + 4){
	margin-top: 110px;
}
.top_block_04 .pop_page ul li a{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #333;
}
.top_block_04 .pop_page ul li span{
	display: block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #9F9F9F;
	margin-top: 5px;
}
.top_block_04 .pop_page ul li a::before{
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
}
.top_block_04 .pop_page ul li:nth-of-type(1) a::before{
	background: url("../img/footer_img_01@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(2) a::before{
	background: url("../img/footer_img_02@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(3) a::before{
	background: url("../img/footer_img_03@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(4) a::before{
	background: url("../img/footer_img_04@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(5) a::before{
	background: url("../img/footer_img_05@2x.png") no-repeat center 0/contain;
}
.top_block_04 .pop_page ul li:nth-of-type(6) a::before{
	background: url("../img/footer_img_06@2x.png") no-repeat center 0/contain;
}
/*=======================================================================
フッタ
=======================================================================*/
footer .g_map{
	display: flex;
	justify-content: space-between;
	position: relative;
}
footer .g_map iframe{
	width: 78.1%;
	height: 450px;
}
footer .g_map .map_link{
	width: 21.9%;
	background: #FBFBFB;
}
footer .g_map .map_link a{
	width: 100%;
	height: 450px;
	display: block;
	writing-mode: vertical-rl;
	padding: 124px 0px 0 0px;
	box-sizing: border-box;
	font-size: 16px;
	font-style: italic;
	color: #A4A4A4;
	letter-spacing: 0.1em;
	line-height: 20px;
	position: relative;
}
footer .g_map .map_link a span::after{
	content: '';
	background: url("../img/icon07@2x.png")no-repeat center 0/contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	left: -2px;
}
	footer .g_map .map_link a span{
		position: absolute;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
	}
footer .g_map .map_link a:hover{
	opacity: 0.8;
}
	
	

.footer_logo a {

}

.copy {
	display: block;
	text-align: center;
	margin: 25px 0;
}

.kyoutsu_banar_box {
		padding: 0px 0 60px 0;
		width: 1080px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.kyoutsu_banar_box li:nth-child(-n+2) {
		width: 530px;
		margin-bottom: 20px;
	}
	.kyoutsu_banar_box li:nth-child(n+3) {
		width: calc((100% - 20px) / 2);
	}
	.kyoutsu_banar_box li img {
		width: 100%;
		height: auto;
	}

/*=======================================================================
clear　clearfix
=======================================================================*/
.clear {
	clear: both;
	visibility: visible;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

/* 作成しアップロード後に[overflow:hidden;]は削除（DWデザインビュー用の為） */
.clearfix {
  display: block;
}

}