@charset "utf-8";
@keyframes scrollAnim {
  0% { bottom: 90px; }
  100% { bottom: 0px; } 
}
/*====================================================================================

SP用（bleak_point:680px）

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

#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 {
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-left:0px;
	position: relative;
	padding: 0 0 0 0;
}
#cnt_wrapper.top {
	padding: 35px 0 0 0;
}

#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%;
}
.in_cnt{	
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
a:hover{
	opacity: 0.7;
}

/*=======================================================================
ヘッダ
=======================================================================*/
#h_wrapper.top{
	width: 100%;
	height: 100vh;
	padding: 10px;
	box-sizing: border-box;
}
/*#h_wrapper.top::before{
	content: '';
	width: 100%;
	height: 100vh;
	background: #F7F8F8;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}*/
header .mv_wrap{
	width: 100%;
	/*height: calc(100vh - 80px);*/
	background: url("../img/top_mv_01@2x.jpg")no-repeat center 0/cover;
	position: relative;
	border-radius: 20px;
	z-index: 1000;
	margin-top: 60px;
}
header h2.header_logo{
	width: 198px;
	height: 43px;
	position: absolute;
	top: 40px;
	left: 50px;
	display: none;
}
header h2.header_logo img{
	width: 100%;
}
/*=======================================================================
Gナビ
=======================================================================*/
header #top_nav{
	position: absolute;
	top: 48px;
	right: 160px;
	display: none;
}
header #top_nav ul{
	display: flex;
}
header #top_nav ul li{
	
}
header #top_nav ul li:nth-of-type(n + 2){
	margin-left: 30px;
}
header #top_nav ul li a{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
header #top_nav ul li:last-child a::after{
	content: '';
	background: url("../img/icon01@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-left: 6px;
}
header #top_nav ul li a:hover{
	opacity: 1;
	color: #FF7F00;
}

header h3.header_tit{
	height: auto;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.27em;
	line-height: 1.35;
	color: #fff;
	writing-mode: vertical-rl;
	position: absolute;
	bottom: 15%;
	left: 15%;
}
header p.scroll{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FF7F00;
	writing-mode:vertical-rl;
	position: absolute;
	left: 0px;
	bottom: 0;
}
header p.scroll::before{
	content: '';
	width: 12px;
	height: 12px;
	background: #FF7F00;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 90px;
	animation: scrollAnim 3s linear infinite; 
}
header p.scroll::after{
	content: '';
	width: 1px;
	height: 100px;
	background: #fff;
	display: inline-block;
	margin-top: 10px;
}

.copy{
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
	writing-mode: vertical-rl;
	color: #fff;
	text-align: center;
	display: inline;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
}





.g_menu{
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	cursor: pointer;
	box-sizing: border-box;
	color: #333;
	border: 1px solid #333;
	border-radius: 50%;
	position: fixed;
	top: 8px;
	right: 10px;
	z-index: 2222;
}
.g_menu span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 24px;
	border-bottom: 1px solid #333;
}
.g_menu::before {
	content: '';
	height: 1px;
	width: 24px;
	background: #333;
	position: absolute;
	top: 15px;
	left: 0px;
	right: 0;
	margin: auto;
	transition: all 0.5s;
}
.g_menu::after {
	content: '';
	height: 1px;
	width: 24px;
	background: #333;
	position: absolute;
	bottom: 13px;
	left: 0px;
	right: 0;
	margin: auto;
	transition: all 0.5s;
}
.g_menu.active span{
	display: none;
}
.g_menu.active::before {
	transform: rotate(405deg);
	top: 49%;
}
.g_menu.active::after {
	transform: rotate(-405deg);
	bottom: 50%;
}
.sp_gnav.active{
	transform: translateX(0%);
}
.sp_gnav{
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1111;
	transition: all 0.7s;
	padding: 20px;
	box-sizing: border-box;
	transform: translateX(100%);
}	
.sp_gnav .bg{
	background: #16584E;
	border-radius: 10px;
	padding: 25px 10px;
}
.sp_gnav .bg ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sp_gnav .bg ul li{
	width: calc(100% / 2);
	position: relative;
	margin: 0 auto 0 0;
}
.sp_gnav .bg ul li:nth-of-type(n + 3){
	margin-top: 10px;
}
/*.sp_gnav .bg ul li:nth-of-type(2n + 1)::before{
	content: '';
	width: 1px;
	height: 16px;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}*/
.sp_gnav .bg ul li a{
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #fff;
	padding: 0 0px;
	font-size: 3.86vw;
	position: relative;
	display: block;
}
.sp_gnav .bg ul li:last-child a::after{
	content: '';
	background: url("../img/icon01@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.sp_gnav .bg .box01 .contact_box p.txt01{
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFA81C;
	margin-bottom: 20px; 
}
a.link02{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 50px;
	padding-left: 60px;
	color: #fff;
	position: relative;
}
a.link02::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
}
a.link02:hover{
	color: #FF7F00;
}
.sp_gnav .bg .box01{
	margin-top: 30px;
}
.sp_gnav .bg .box01 .tel_box p.txt03 a{
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFA81C;
	display: block;
	margin: 10px 0;
}
.sp_gnav .bg .box01 .tel_box p.txt03 a span{
	font-size: 24px;
}
.sp_gnav .bg .box01 .tel_box p.txt04{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.714;
	color: #fff;
}

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








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



/*=======================================================================
サイド メニュー
=======================================================================*/
.fix_header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 1111;
	opacity: 1;
	transition: all 0.5s;
	box-shadow: 0 0 4px rgba(0,0,0,0.16);
}
.fix_header.active{
	opacity: 1;
}
.fix_header .fix_logo{
	width: 220px;
	height: 38px;
	margin: 11px 0 11px 10px;
}
.fix_header .fix_logo img{
	height: 100%;
	width: auto;
}

.fix_header nav{
	display: none;
}
.fix_header nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
	position: absolute;
	bottom: 40px;
}
.fix_header nav ul li a{
	font-size: 16px;
	letter-spacing: 0.32em;
}
.fix_header nav ul li a:hover{
	color: #FF7F00;
}
.fix_header nav ul li:nth-of-type(n + 2){
	border-top: 1px solid #B9C9D1;
	padding-top: 20px;
	margin-top: 20px;
}
.fix_header nav ul li:nth-of-type(2) a{
	position: relative;
}
.fix_header nav ul li:nth-of-type(2) a::after{
	content: '';
	background: url("../img/icon06@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-top: 5px;
}
.fix_header nav ul li p.g_menu{
	position: relative;
	top: 0;
	right: 0;
	border: 1px solid #383E40;
}
.fix_header nav ul li p.g_menu::before{
	background: #383E40;
}
.fix_header nav ul li p.g_menu span{
	border-bottom: 1px solid #383E40;
}
.fix_header nav ul li p.g_menu::after{
	background: #383E40;
}
	
/*=======================================================================
トップページ　メイン
=======================================================================*/



.top_news {
	position: relative;
	margin: 0px 0 0;
	box-sizing: border-box;
	padding-right: 0px;
}

	
ul.temp_news::before{
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #B9C9D1;
	position: absolute;
	top: 0;
}
ul.temp_news{
	width: 100%;
	padding: 45px 0px 0 0px;
	position: relative;
	box-sizing: border-box;
}
ul.temp_news li{
	width: 100%;
	display: block;
}
ul.temp_news li:nth-of-type(2n){
	margin-top: 30px;
}
ul.temp_news li a{
	width: 100%;
	display: block;
}
ul.temp_news li a:hover{
	opacity: 1;
}
ul.temp_news li a .flex{
	display: flex;
	justify-content: space-between;
}
ul.temp_news li a .img_wrap{
	width: 100px!important;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
ul.temp_news li a .img_wrap img{
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
ul.temp_news li a .txt_wrap{
	width: calc(100% - 110px) !important;
	display: block;
	margin-left: 10px;
	position: relative;
}
ul.temp_news li a .txt_wrap p.txt02::after{
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -0px;
	left: 0;
}
ul.temp_news li a .txt_wrap.news p.txt02::after{
	background: url("../img/icon02@2x.png")no-repeat center 0/contain;
}
ul.temp_news li a .txt_wrap.recruit p.txt02::after{
	background: url("../img/icon03@2x.png")no-repeat center 0/contain;
}

ul.temp_news li a .txt_wrap p.small{
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 17px;
	color: #7F9ABA;
}
ul.temp_news li a .txt_wrap p.txt01 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
}
ul.temp_news li a .txt_wrap p.txt01 time{
	color: #FF7F00;
	margin-right: 30px;
}
ul.temp_news li a:hover .txt_wrap p.txt01 span{
	text-decoration: underline;
	color: #7F9ABA;
}
ul.temp_news li a .txt_wrap p.txt02{
	font-size: 12px;
	letter-spacing: 0.05em;
	width: 98%;
	margin-top: 10px;
	position: relative;
	padding-bottom: 30px;
	line-height: 1.4285;
}




.top_block_01{
	position: relative;
	padding: 60px 0 0;
}
.top_block_01 .cnt00{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 90px;
}
.top_block_01 .cnt02{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	margin-top: 60px;
}
.top_block_01 .img_wrap{
	width: 100%;
	position: relative;
}
.top_block_01 .cnt01 .img_wrap{
	border-radius: 0 10px 10px 0;
}
.top_block_01 .cnt02 .img_wrap{
	border-radius: 10px 0 0 10px;
}
.top_block_01 .cnt01 .img_wrap img{
	width: calc(100% + 10px);
	margin-left: -10px;
}
.top_block_01 .cnt02 .img_wrap img{
	width: calc(100% + 10px);
	margin-right: -10px;
}
.top_block_01 .txt_wrap{
	width: 100%;
}
.top_block_01 .cnt01 .txt_wrap{
	padding-right: 0px;
	box-sizing: border-box;
	z-index: 1;
}
.top_block_01 .cnt02 .txt_wrap .txt_block{
	padding-left: 0px;
	box-sizing: border-box;
	z-index: 1;
}
.top_block_01 .txt_wrap h3.cnt00_tit{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 70px;
	position: absolute;
	top: 0;
}
.top_block_01 .txt_wrap h3.cnt00_tit span{
	font-size: 12px;
	color: #B9C9D1;
	display: block;
	margin-top: 10px;
}
.top_block_01 .txt_wrap h3.cnt00_tit::before{
	content: '';
	width: 60px;
	height: 1px;
	display: block;
	background: #333;
	position: absolute;
	top: 10px;
	left: 0px;
	margin: auto;
}
.top_block_01 .cnt01 .txt_wrap h3.cnt00_tit{
	
}
.top_block_01 .cnt02 .txt_wrap h3.cnt00_tit{
	
}
.top_block_01 .cnt02 .txt_wrap .txt_block{
	width: 100%;
}

.top_block_01 .txt_wrap h4.black{
	font-size: 1.04rem;/*20px*/
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
	z-index: 1;
	margin-top: 30px;
	text-align: right;
}
.top_block_01 .cnt01 .txt_wrap h4.black{
	
}
.top_block_01 .cnt02 .txt_wrap h4.black{
	
}
.top_block_01 .txt_wrap h4.black span{
	background: #0B0B0B;
	padding: 2px 3px;
	display: inline-block;
}
.top_block_01 .txt_wrap h4.black span:nth-of-type(n + 2){
	margin-top: 5px;
}

.top_block_01 .cnt01 .txt_wrap ul{
	height: 260px;
	writing-mode:vertical-rl;
	margin: 60px 0px 0 auto;
	border-right: 1px dotted #B9C9D1;
}
.top_block_01 .cnt01 .txt_wrap ul li{
	position: relative;
}
.top_block_01 .cnt01 .txt_wrap ul li a{
	height: 100%;
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.222;
	border-left: 1px dotted #B9C9D1;
	padding: 20px 20px ;
	box-sizing: border-box;
}
.top_block_01 .cnt01 .txt_wrap ul li a::before{
	content: '';
	background: url("../img/icon04@2x.png")no-repeat center 0/contain;
	width: 7px;
	height: 16px;;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
}
.top_block_01 .cnt01 .txt_wrap ul li a:hover{
	color: #FF7F00;
}

.top_block_01 .cnt02 p.txt01{
	letter-spacing: 0.06em;
	line-height: 2;
	background: #fff;
	padding: 9px 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	font-size: 16px;
}
.top_block_01 .cnt02 .txt_img{
	width: 100%;
	margin-top: 28px;
	position: relative;
	z-index: 1;
}
.top_block_01 .cnt02 .txt_img img{
	width: 100%;
}
	.top_block_01 .cnt02 ul {
		margin-top: 30px;
	}
	.top_block_01 .cnt02 ul li {
		margin-bottom: 30px;
	}
	.top_block_01 .cnt02 ul li:last-child {
		margin-bottom: 0;
	}
.top_block_01 .cnt02 a{
	width: 200px;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 50px;
	display: block;
	padding-left: 60px;
	position: relative;
}
.top_block_01 .cnt02 a::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
}
.top_block_01 .cnt02 a:hover{
	color: #FF7F00;
}
h3.block_tit{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
h3.block_tit span{
	font-size: 12px;
	color: #B9C9D1;
	margin-left: 70px;
	display: block;
}
h3.block_tit::before{
	content: '';
	width: 60px;
	height: 1px;
	background: #333;
	display: inline-block;
	position: relative;
	top: -7px;
	margin-right: 10px;
}
a.link01{
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 64px;
	padding-left: 84px;
}
a.link01::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 64px;
	height: 64px;
	display: inline-block;
	position: relative;
	left: 0;
}
a.link01:hover{
	color: #FF7F00;
}

.top_block_02{
	clear: both;
	margin-top: 60px;
	position: relative;
	padding-bottom: 60px;
}
.top_block_02 .exam_cnt{
	position: relative;
	padding-bottom: 80px;
}
.top_block_02 a.link01{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 50px;
	padding-left: 60px;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.top_block_02 a.link01::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
}


.top_block_02 ul{
	width: 100%;
	margin: 40px 0 0;
	position: relative;
	left: 0px;
}
.top_block_02 ul li{
	width: 100%;
	padding: 0 10px;
	border-left: 1px dotted #B9C9D1;
	border-right: 1px dotted #B9C9D1;
}
.top_block_02 ul li a{
	display: block;
}
.top_block_02 ul li .img_wrap{
	width: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.top_block_02 ul li .img_wrap::before{
	content: '';
	display: block;
	padding-top: 70.27%;
}
.top_block_02 ul li .img_wrap img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.top_block_02 ul li p.cat{
	height: 30px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 6px;
	margin-bottom: 10px;
	display: inline-block;
	box-sizing: border-box;
	margin-top: 20px;
}
.top_block_02 ul li p.cat.souden{
	color: #7F9ABA;
	border: 1px solid #7F9ABA;
}
.top_block_02 ul li p.cat.tuusin{
	color: #E8565C;
	border: 1px solid #E8565C;
}
.top_block_02 ul li p.txt01{
	letter-spacing: 0.06em;
	line-height: 2;
	font-size: 16px;
}

.top_block_02 .cnt01{
	margin-top: 60px;
	position: relative;
	padding-top: 90px;
}
.top_block_02 .cnt01 .img_wrap{
	width: 100%!important;
	position: relative;
}
.top_block_02 .cnt01 .img_wrap img{
	width: calc(100% + 10px);
	margin-left: -10px;
}
.top_block_02 .cnt01 .txt_wrap{
	width: 100%;
	box-sizing: border-box;
	margin: 30px 0px 0 auto;
}
.top_block_02 .cnt01 .txt_wrap h3.block_tit{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 70px;
	position: absolute;
	top: 0;
}
.top_block_02 .cnt01 .txt_wrap h3.block_tit span{
	font-size: 12px;
	color: #B9C9D1;
	display: block;
	line-height: 1.5;
	margin-top: 10px;
	margin-left: 0;
	position: relative;
	right: 0px;
}
.top_block_02 .cnt01 .txt_wrap h3.block_tit::before{
	content: '';
	width: 60px;
	height: 1px;
	display: block;
	background: #333;
	position: absolute;
	top: 10px;
	left: 0px;
	margin: auto;
}
.top_block_02 .cnt01 .txt_wrap .txt_block{
	padding-right: 0px;
	margin: 30px 0 0 auto;
}
.top_block_02 .cnt01 .txt_wrap h4.black{
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.388;
	color: #fff;
	z-index: 1;
}
.top_block_02 .txt_wrap h4.black span{
	display: inline-block;
	background: #0B0B0B;
	padding: 2px 5px;
	box-sizing: border-box;
	
}
.top_block_02 .txt_wrap h4.black span:nth-of-type(2){
	margin-top: 10px;
}
.top_block_02 .txt_wrap p.txt01{
	width: 100%;
	background: #fff;
	letter-spacing: 0.06em;
	line-height: 2;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 30px;
	font-size: 16px;
}
.top_block_02 .cnt01 a.link01{
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.top_block_02 .cnt01 a.link01::after{
	content: '';
	background: url("../img/icon06@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
}



.top_block_03{
	position: relative;
	padding: 30px 0 60px 0px;
	margin-top: 0px;
}
.top_block_03 ul.temp_news{
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.top_block_03 ul.temp_news::before{
	content: '';
	display: none;
}
.top_block_03 ul.temp_news li{
	width: 100%;
	display: block;
}
.top_block_03 ul.temp_news li:nth-of-type(n + 3){
	margin-top: 30px;
}
.top_block_03 a.link01{
	margin: 80px 50px 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
}
.top_block_03 a.link01::before{
	margin-right: 20px;
}
/*=======================================================================
フッタ
=======================================================================*/
#f_wrapper{
	padding: 60px 0;
	background: url("../img/footer_bg@2x.png")no-repeat center 0/cover;
	position: relative;
}
#f_wrapper .box01{
	margin: 0 auto;
	position: relative;
	padding-bottom: 45px;
	text-align: center;
}
#f_wrapper .box01::after{
	content: '';
	width: 840px;
	height: 1px; 
	background: #FFFFFF;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#f_wrapper .box01 .contact_box{
	
}
#f_wrapper .box01 .contact_box p.txt01{
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFA81C;
	margin-bottom: 20px; 
}
a.link02{
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 50px;
	padding-left: 60px;
	color: #fff;
	position: relative;
}
a.link02::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	left: 0;
}
a.link02:hover{
	color: #FF7F00;
}
#f_wrapper .box01 .tel_box{
	
}
#f_wrapper .box01 .tel_box p.txt03 a{
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFA81C;
	display: block;
	margin-bottom: 30px;
}
#f_wrapper .box01 .tel_box p.txt03 a span{
	font-size: 24px;
}
#f_wrapper .box01 p.txt04{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.714;
	color: #fff;
}
#f_wrapper h1.footer_logo {
	width: 198px;
	height: 43px;
	margin: 45px auto 25px ;
}
#f_wrapper h1.footer_logo a img{
	width: 100%;
}

#f_wrapper ul.footer_nav{
	justify-content: center;
	display: none;
}
#f_wrapper ul.footer_nav li{
	position: relative;
}
#f_wrapper ul.footer_nav li:nth-of-type(n + 2)::before{
	content: '';
	width: 1px;
	height: 16px;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#f_wrapper ul.footer_nav li a{
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #fff;
	padding: 0 12px;
}
#f_wrapper ul.footer_nav li:last-child a::after{
	content: '';
	background: url("../img/icon01@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
}
#f_wrapper p.txt00{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	color: #fff;
	margin: 50px 0 0;
}
	#f_wrapper p.txt00 a {
		color: #fff;
	}
#f_wrapper .copy {
	right: 65px;
}
	
	
/*******/
}



/*====================================================================================

PC用（bleak_point:680px）

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

#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 {
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	padding-left:0px;
	position: relative;
}
#cnt_wrapper.top {
	padding: 35px 0 0 0;
}

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

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

.in_wrap{
	width: 1080px;
	margin: 0 auto;
	max-width: 100%;
}
.in_cnt{
	padding-left: 100px;	
}
a:hover{
	opacity: 0.7;
}

/*=======================================================================
ヘッダ
=======================================================================*/
#h_wrapper.top{
	width: 100%;
	height: 100vh;
	padding: 15px;
	box-sizing: border-box;
}
#h_wrapper.top::before{
	content: '';
	width: 100%;
	height: 100vh;
	background: #F7F8F8;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
header .mv_wrap{
	width: 100%;
	height: calc(100vh - 30px);
	background: url("../img/top_mv_01@2x.jpg")no-repeat center 0/cover;
	position: relative;
	border-radius: 20px;
	z-index: 1000;
}
header h2.header_logo{
	width: 333px;
	height: 54px;
	position: absolute;
	top: 37px;
	left: 40px;
	z-index: 11111;
}
header h2.header_logo img{
	width: 100%;
}
/*=======================================================================
Gナビ
=======================================================================*/
header #top_nav{
	position: absolute;
	top: 48px;
	right: 40px;
	z-index: 11111;
}
header #top_nav ul{
	display: flex;
}
header #top_nav ul li{
	
}
header #top_nav ul li:nth-of-type(n + 2){
	margin-left: 30px;
}
header #top_nav ul li a{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
header #top_nav ul li:last-child a::after{
	content: '';
	background: url("../img/icon01@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-left: 6px;
}
header #top_nav ul li a:hover{
	opacity: 1;
	color: #FF7F00;
}
	
header h3.header_tit{
	height: 15.3em;
	font-size: 3.3vh;
	font-weight: 600;
	letter-spacing: 0.27em;
	line-height: 1.35;
	color: #fff;
	writing-mode: vertical-rl;
	position: absolute;
	left: 21.8vw;
	bottom: 100px
}
header p.scroll{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FF7F00;
	writing-mode:vertical-rl;
	position: absolute;
	left: 50px;
	bottom: 0;
}
header p.scroll::before{
	content: '';
	width: 12px;
	height: 12px;
	background: #FF7F00;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 90px;
	animation: scrollAnim 3s linear infinite; 
}
header p.scroll::after{
	content: '';
	width: 1px;
	height: 100px;
	background: #fff;
	display: inline-block;
	margin-top: 10px;
}

.copy{
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
	writing-mode: vertical-rl;
	color: #fff;
	text-align: center;
	display: inline;
	position: absolute;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
}





.g_menu{
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	cursor: pointer;
	box-sizing: border-box;
	z-index: 1112;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 31px;
	right: 50px;
}
.g_menu span{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	height: 2px;
	width: 24px;
	border-bottom: 2px solid #fff;
	border-radius: 2px;
}
.g_menu::before {
	content: '';
	height: 2px;
	width: 24px;
	background: #fff;
	position: absolute;
	top: 23px;
	left: 16px;
	border-radius: 2px;
	transition: all 0.5s;
}
.g_menu::after {
	content: '';
	height: 2px;
	width: 24px;
	background: #fff;
	position: absolute;
	bottom: 21px;
	left: 16px;
	border-radius: 2px;
	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%;
}
/*=======================================================================
Ajax部分
=======================================================================*/








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



/*=======================================================================
サイド メニュー
=======================================================================*/
.fix_header{
	position: fixed;
	top: 0;
	width: 100px;
	height: 100vh;
	background: #fff;
	z-index: 999;
	opacity: 1;
	transition: all 0.5s;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1); 
}
.fix_header.active{
	opacity: 1;
}
.fix_header .fix_logo{
	width: 45px;
	height: 249px;
	margin: 40px auto 0;
}
.fix_header .fix_logo img{
	width: 100%;
}

.fix_header nav{
	
}
.fix_header nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
	position: absolute;
	bottom: 40px;
}
.fix_header nav ul li a{
	font-size: 16px;
	letter-spacing: 0.32em;
}
.fix_header nav ul li a:hover{
	color: #FF7F00;
}
.fix_header nav ul li:nth-of-type(n + 2){
	border-top: 1px solid #B9C9D1;
	padding-top: 20px;
	margin-top: 20px;
}
.fix_header nav ul li:nth-of-type(2) a{
	position: relative;
}
.fix_header nav ul li:nth-of-type(2) a::after{
	content: '';
	background: url("../img/icon06@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-top: 5px;
}
.fix_header nav ul li p.g_menu{
	position: relative;
	top: 0;
	right: 0;
	border: 1px solid #383E40;
}
.fix_header nav ul li p.g_menu::before{
	background: #383E40;
}
.fix_header nav ul li p.g_menu span{
	border-bottom: 2px solid #383E40;
}
.fix_header nav ul li p.g_menu::after{
	background: #383E40;
}
/*=======================================================================
トップページ　メイン
=======================================================================*/



.top_news{
	position: relative;
	box-sizing: border-box;
	margin: 0 15px 0 100px;
}
.top_news::before{
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #B9C9D1;
	position: absolute;
	top: 0;
}
.top_news div.in_cnt{
	padding-left: 0;
}	
ul.temp_news{
	padding: 80px 0 0 0;
	margin: 0 35px 0 50px;
	display: flex;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

ul.temp_news li{
	width: calc((100% - 5.8% ) / 2);
	display: block;
}

ul.temp_news li a{
	width: 100%;
	display: block;
}
ul.temp_news li a:hover{
	opacity: 1;
}
ul.temp_news li a .flex{
	display: flex;
	justify-content: space-between;
}
ul.temp_news li a .img_wrap{
	width: 200px;
	height: 160px;
	border-radius: 6px;
	overflow: hidden;
}
ul.temp_news li a .img_wrap img{
	width: 100%;
}
ul.temp_news li a .txt_wrap{
	width: calc(100% - 230px);
	display: block;
	margin-left: 30px;
	position: relative;
}
ul.temp_news li a .txt_wrap::after{
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
ul.temp_news li a .txt_wrap.news::after{
	background: url("../img/icon02@2x.png")no-repeat center 0/contain;
}
ul.temp_news li a .txt_wrap.recruit::after{
	background: url("../img/icon03@2x.png")no-repeat center 0/contain;
}

ul.temp_news li a .txt_wrap p.small{
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1em;
	margin-bottom: 15px;
	color: #7F9ABA;
}
ul.temp_news li a .txt_wrap p.txt01 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
}
ul.temp_news li a .txt_wrap p.txt01 time{
	color: #FF7F00;
	margin-right: 30px;
}
ul.temp_news li a:hover .txt_wrap p.txt01 span{
	text-decoration: underline;
	color: #7F9ABA;
}
	ul.temp_news li a .txt_wrap p.txt01 span {
		text-decoration: underline;
	}
	
	
ul.temp_news li a .txt_wrap p.txt02{
	font-size: 16px;
	letter-spacing: 0.05em;
	width: 98%;
	margin-top: 20px;
	position: relative;
}




.top_block_01{
	position: relative;
	padding: 100px 0 0;
}
.top_block_01 .cnt00{
	display: flex;
	justify-content: space-between;
	clear: both;
	position: relative;
}
.top_block_01 .img_wrap{
	width: 910px!important;
	position: relative;
	float: left;
	overflow: hidden;
}
.top_block_01 .cnt01 .img_wrap{
	border-radius: 0 10px 10px 0;
}
.top_block_01 .cnt02 .img_wrap{
	border-radius: 10px 0 0 10px;
}
.top_block_01 .img_wrap img{
	width: 100%;
}
.top_block_01 .txt_wrap{
	width: 760px;
	height: 750px;
	padding-bottom: 40px;
	float: right;
}
.top_block_01 .cnt01 .txt_wrap{
	padding-right: 100px;
	box-sizing: border-box;
	z-index: 1;
}
.top_block_01 .cnt02 .txt_wrap .txt_block{
	padding-left: 165px;
	box-sizing: border-box;
	z-index: 1;
}
.top_block_01 .txt_wrap h3.cnt00_tit{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	writing-mode: vertical-rl;
	padding-top: 120px;
	position: relative;
}
.top_block_01 .txt_wrap h3.cnt00_tit span{
	font-size: 12px;
	color: #B9C9D1;
	display: inline-block;
	margin-top: 50px;
}
.top_block_01 .txt_wrap h3.cnt00_tit::before{
	content: '';
	width: 1px;
	height: 110px;
	display: block;
	background: #333;
	position: absolute;
	top: 0;
	left: 10px;
	margin: auto;
}
.top_block_01 .cnt01 .txt_wrap h3.cnt00_tit{
	position: absolute;
	right: 100px;
}
.top_block_01 .cnt02 .txt_wrap h3.cnt00_tit{
	position: absolute;
	left: 50px;
}
.top_block_01 .cnt02 .txt_wrap .txt_block{
	width: 100px;
	margin-top: 312px;
}

.top_block_01 .txt_wrap h4.black{
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1.7;
	color: #fff;
	position: absolute;
	z-index: 1;
}
.top_block_01 .cnt01 .txt_wrap h4.black{
	top: 80px;
	right: 215px;
	text-align: right;
}
.top_block_01 .cnt02 .txt_wrap h4.black{
	top: 120px;
	left: 165px;
	text-align: left;
}
.top_block_01 .txt_wrap h4.black span{
	background: #0B0B0B;
	margin-top: 10px;
	padding: 2px 10px;
	display: inline-block;
}

.top_block_01 .cnt01 .txt_wrap ul{
	height: 300px;
	writing-mode:vertical-rl;
	margin: 348px 115px 0 auto;
	border-right: 1px dotted #B9C9D1;
}
.top_block_01 .cnt01 .txt_wrap ul li{
	position: relative;
}
.top_block_01 .cnt01 .txt_wrap ul li a{
	height: 100%;
	display: block;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.222;
	border-left: 1px dotted #B9C9D1;
	padding: 20px 20px ;
	box-sizing: border-box;
}
.top_block_01 .cnt01 .txt_wrap ul li a::before{
	content: '';
	background: url("../img/icon04@2x.png")no-repeat center 0/contain;
	width: 7px;
	height: 16px;;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
}
.top_block_01 .cnt01 .txt_wrap ul li a:hover{
	color: #FF7F00;
}

.top_block_01 .cnt02 p.txt01{
	width: 765px;
	letter-spacing: 0.06em;
	line-height: 2;
	background: #fff;
	padding: 9px 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.top_block_01 .cnt02 .txt_img{
	width: 408px;
	height: 163px;
	margin-top: 28px;
	position: relative;
	z-index: 1;
}
.top_block_01 .cnt02 .txt_img img{
	width: 100%;
}
	.top_block_01 .cnt02 ul {
		margin-top: 70px;
		display: flex;
		position: relative;
		z-index: 10;
	}
	.top_block_01 .cnt02 ul li {
		margin-bottom: 30px;
	}
	.top_block_01 .cnt02 ul li:last-child {
		margin-bottom: 0;
		margin-left: 30px;
	}
.top_block_01 .cnt02 a{
	width: 200px;
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 64px;
	display: block;
	padding-left: 85px;
	position: relative;
	text-shadow: 0px 0px 2px rgba(255,255,255,1.0),0px 0px 2px rgba(255,255,255,1.0),0px 0px 2px rgba(255,255,255,1.0),0px 0px 2px rgba(255,255,255,1.0);
}
.top_block_01 .cnt02 a::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	left: 0;
}
.top_block_01 .cnt02 a:hover{
	color: #FF7F00;
}
h3.block_tit{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
h3.block_tit span{
	font-size: 12px;
	color: #B9C9D1;
	margin-left: 50px;
}
h3.block_tit::before{
	content: '';
	width: 110px;
	height: 1px;
	background: #333;
	display: inline-block;
	position: relative;
	top: -7px;
	margin-right: 10px;
}
a.link01{
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 64px;
	padding-left: 84px;
}
a.link01::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 64px;
	height: 64px;
	display: inline-block;
	position: relative;
	left: 0;
}
.top_block_02 a.link01:hover{
	color: #FF7F00;
}

.top_block_02{
	clear: both;
	margin-top: 120px;
	position: relative;
}
.top_block_02 a.link01{
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 64px;
	position: absolute;
	top: -15px;
	right: 50px;
	padding-left: 84px;
}
.top_block_02 a.link01::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 64px;
	height: 64px;
	display: inline-block;
	position: absolute;
	left: 0;
}


.top_block_02 ul{
	width: calc(100% + 30px);
	margin: 40px 0 0;
	position: relative;
	left: -30px;
}
.top_block_02 ul li{
	width: 370px;
	padding: 0 30px;
	border-right: 1px dotted #B9C9D1;
}
.top_block_02 ul li a{
	display: block;
}
.top_block_02 ul li .img_wrap{
	width: 370px;
	height: 260px;
}
.top_block_02 ul li .img_wrap img{
	width: 100%;
}
.top_block_02 ul li p.cat{
	height: 30px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 6px;
	margin-bottom: 10px;
	display: inline-block;
	box-sizing: border-box;
	margin-top: 20px;
}
.top_block_02 ul li p.cat.souden{
	color: #7F9ABA;
	border: 1px solid #7F9ABA;
}
.top_block_02 ul li p.cat.tuusin{
	color: #E8565C;
	border: 1px solid #E8565C;
}
.top_block_02 ul li p.txt01{
	letter-spacing: 0.06em;
	line-height: 2;
}

.top_block_02 .cnt01{
	margin-top: 120px;
	display: flex;
	position: relative;
}
.top_block_02 .cnt01 .img_wrap{
	width: 47.39vw;
	height: 36vw;
	position: relative;
	float: left;
}
.top_block_02 .cnt01 .img_wrap img{
	width: 100%;
	min-width: 470px;
	position: absolute;
	left: 0;
}
.top_block_02 .cnt01 .txt_wrap{
	width: 710px;
	/*height: 693px;*/
	position: relative;
	box-sizing: border-box;
	padding-right: 150px;
	margin: 0 0px 0 auto;
	float: right;
}
.top_block_02 .cnt01 .txt_wrap h3.block_tit{
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	writing-mode: vertical-rl;
	padding-top: 120px;
	position: absolute;
	right: 100px;
}
.top_block_02 .cnt01 .txt_wrap h3.block_tit span{
	font-size: 12px;
	color: #B9C9D1;
	display: inline-block;
	line-height: 1.5;
	margin-top: 50px;
	margin-left: 0;
	position: relative;
	right: 10px;
}
.top_block_02 .cnt01 .txt_wrap h3.block_tit::before{
	content: '';
	width: 1px;
	height: 110px;
	display: block;
	background: #333;
	position: absolute;
	top: 0;
	left: 10px;
	margin: auto;
}
.top_block_02 .cnt01 .txt_wrap .txt_block{
	padding-top: 282px;
	padding-right: 37px;
	margin: 0 0 0 auto;
}
.top_block_02 .cnt01 .txt_wrap h4.black{
	width: 576px;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1.388;
	color: #fff;
	float: right;
	position: absolute;
	top: 120px;
	right: 187px;
	z-index: 1;
}
.top_block_02 .txt_wrap h4.black span{
	display: block;
	background: #0B0B0B;
	padding: 2px 10px;
	box-sizing: border-box;
	
}
.top_block_02 .txt_wrap h4.black span:nth-of-type(2){
	margin-top: 10px;
}
.top_block_02 .txt_wrap p.txt01{
	width: 745px;
	background: #fff;
	letter-spacing: 0.06em;
	line-height: 2;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 0px;
	float: right
}
.top_block_02 .cnt01 a.link01{
	position: relative;
	display: inline-block;
	float: right;
	right: 0;
	margin-top: 105px;
}
.top_block_02 .cnt01 a.link01::after{
	content: '';
	background: url("../img/icon06@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
}



.top_block_03{
	position: relative;
	padding: 120px 50px 120px 150px;
	margin-top: 0px;
}
	.top_block_03 .in_cnt {
		padding-left: 0;
	}
.top_block_03 ul.temp_news{
	margin: 70px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.top_block_03 ul.temp_news::before{
	content: '';
	display: none;
}
.top_block_03 ul.temp_news li{
	width: calc((100% - 5.8% ) / 2);
	display: block;
}
.top_block_03 ul.temp_news li:nth-of-type(n + 3){
	margin-top: 70px;
}
.top_block_03 a.link01{
	margin: 80px 50px 0 auto;
	padding: 0;
	display: flex;
	justify-content: center;
}
.top_block_03 a.link01::before{
	margin-right: 20px;
}
/*=======================================================================
フッタ
=======================================================================*/
#f_wrapper{
	padding: 100px 0;
	background: url("../img/footer_bg@2x.png")no-repeat center 0/cover;
	position: relative;
}
#f_wrapper .box01{
	width: 765px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	padding-bottom: 45px;
}
#f_wrapper .box01::after{
	content: '';
	width: 840px;
	height: 1px; 
	background: #FFFFFF;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#f_wrapper .box01 .contact_box{
	
}
#f_wrapper .box01 .contact_box p.txt01{
	font-size: 44px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFA81C;
}
a.link02{
	font-size: 18px;
	letter-spacing: 0.06em;
	line-height: 64px;
	padding-left: 84px;
	color: #fff;
	position: relative;
}
a.link02::before{
	content: '';
	background: url("../img/icon05@2x.png")no-repeat center 0/contain;
	width: 64px;
	height: 64px;
	display: inline-block;
	position: absolute;
	left: 0;
}
a.link02:hover{
	color: #FF7F00;
}
#f_wrapper .box01 .tel_box{
	
}
#f_wrapper .box01 .tel_box p.txt03 a{
	font-size: 44px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #FFA81C;
	display: block;
}
#f_wrapper .box01 .tel_box p.txt03 a span{
	font-size: 32px;
}
#f_wrapper .box01 p.txt04{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.714;
	color: #fff;
	display: block;
	margin-top: 30px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#f_wrapper h1.footer_logo {
	width: 198px;
	height: 43px;
	margin: 45px auto 28px ;
}
#f_wrapper h1.footer_logo a img{
	width: 100%;
}

#f_wrapper ul.footer_nav{
	display: flex;
	justify-content: center;
}
#f_wrapper ul.footer_nav li{
	position: relative;
}
#f_wrapper ul.footer_nav li:nth-of-type(n + 2)::before{
	content: '';
	width: 1px;
	height: 16px;
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#f_wrapper ul.footer_nav li a{
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #fff;
	padding: 0 12px;
}
#f_wrapper ul.footer_nav li:last-child a::after{
	content: '';
	background: url("../img/icon01@2x.png")no-repeat center 0/contain;
	width: 15px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
}
#f_wrapper p.txt00{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	color: #fff;
	margin: 50px 0 0;
}

#f_wrapper .copy {
	right: 65px;
}



/*=======================================================================
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;
}
}

@media screen and (max-width: 1130px){
	header #top_nav ul li:first-child{
		display: none;
	}
}