@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height:100%;
}

html{
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: 'Noto Sans JP', "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333333;
	line-height: 1;
	word-break: break-word;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, input, textarea, select{
	font-size: 1.6rem;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }

table{
	border-spacing: 0;
}

input, textarea, select{
	vertical-align:middle;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	background-color: #fff;
}
button{
	background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
}
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
select::-ms-expand{
	display: none;
}
textarea{
	resize: none;
}
button,input[type="submit"],input[type="button"],select{
	cursor:pointer;
}
input[type="radio"]:checked{
	appearance: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a{
	text-decoration: none;
	color: #333;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
@media screen and (min-width: 769px) {
	a:hover{
		opacity: 0.8;
	}

	a[href^="tel:"]{
		display: inline-block;
		pointer-events: none;
	}
}

body{
	min-width: 1200px;
}

.wrap{
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}
.outer{
	max-width: 1200px;
	width: 98%;
	margin: 0 auto;
}

.sp{
	display: none;
}

.serif{
	font-family: 'Noto Serif JP', serif;
}

.ib{
	display: inline-block;
}

@media screen and (max-width: 768px) {
	body{
		min-width: initial;
	}
	.wrap,
	.outer{
		width: 92%;
		max-width: initial;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_ib{
		display: inline-block;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header_wrap{
	width: 100%;
}

.header_top{
	height: 38px;
	background: #ececec;
	border-bottom: 1px solid #fff;
}
.header_top nav{
	height: 100%;
}

.header_top ul{
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

.header_top li{
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #d9d9d9;
	font-size: 1.6rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header_top li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header_top .search_btn{
	width: 280px;
	cursor: pointer;
}
.header_top .search_btn::before{
	content: "";
	display: block;
	width: 13px;
	height: 100%;
	margin-right: 5px;
	background: url(../img/common/ico_search01.png) no-repeat center center;
	background-size: 100%;
}

.header_top .search_btn.active{
	position: relative;
	z-index: 11001;
	background: #000;
	color: #fff;
	border-left: none;
}
.search_wrap{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11000;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0, 0.7);
}

.search_wrap .search_box{
	position: relative;
	padding: 50px 0;
	margin-top: 37px;
	background: #c6c6c6;
}

.search_wrap .search_box .search_close{
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: #ca2a20 url(../img/common/ico_close01.png) no-repeat center center;
	background-size: 25px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px) {
	.search_wrap .search_box .search_close:hover{
		background-color: #7c1d18;
	}
}

.search_wrap .search_box .txt{
	margin-bottom: 15px;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 0.1em;
}

.search_wrap .search_box .search_form{
	display: flex;
	justify-content: center;
	height: 54px;
}

.search_wrap .search_box .search_txt{
	width: 570px;
	height: 100%;
	background: #fff;
	padding: 0 15px;
	border-radius: 8px 0 0 8px;
}

.search_wrap .search_box .search_btn{
	flex-shrink: 0;
	height: 100%;
	width: 57px;
	border-radius:0 8px 8px 0;
	background: #757575 url(../img/common/ico_search02.png) no-repeat center center;
	background-size: 26px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px) {
	.search_wrap .search_box .search_btn:hover{
		opacity: 0.8;
	}
}

.header_top .language_btn{
	width: 140px;
	border-left: 1px solid #d9d9d9;
}

.header_top .login_btn{
	width: 300px;
	border-left: 1px solid #fff;
}

.header_top .login_btn a{
	background: #7c1d18;
	color: #fff;
}
.header_top .login_btn a::before{
	content: "";
	display: block;
	width: 14px;
	height: 20px;
	margin-right: 5px;
	background: url(../img/common/ico_login.png) no-repeat center bottom;
	background-size: 100%;
}
@media screen and (min-width: 769px) {
	.header_top li a:hover,
	.header_top .search_btn:hover{
		opacity: 1;
		background: #ca2a20;
		color: #fff;
	}

	.header_top .search_btn:hover::before{
		background: url(../img/common/ico_search02.png) no-repeat center center;
		background-size: 100%;
	}

	.header_top .login_btn a:hover{
		background: #440603;
		border-bottom: 0;
	}
}

.header_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 107px;
	background-color: #fff;
}

.header_wrap .logo{
	width: 150px;
	margin-left: 50px;
}
@media screen and (min-width: 769px) {
	.header_wrap .logo a:hover{
		opacity: 0.8;
	}
}

.gnav{
	height: 100%;
}

.gnav ul{
	display: flex;
	height: 100%;
}

.gnav li{
	min-width: 140px;
	height: 100%;
	border-left: 1px solid #d9d9d9;
}
.gnav li.red{
	width: 150px;
	border-color: #fff;
}

.gnav li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 60px 10px 0;
	border-bottom: 1px solid #fff;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	overflow: hidden;
	-webkit-transition: background .4s ease, color .4s ease;
	transition: background .4s ease, color .4s ease;
}
.gnav li.red a{
	background-color: #ca2a20;
	color: #fff;
}
.gnav li.current a::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #ca2a20;
}
.header_wrap.fixed .header_menu .gnav li.current a::after{
	height: 3px;
}

.gnav [class^="menu"] a::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	height: 100%;
	margin: auto;
}
.gnav li.menu01 a::before{
	width: 24px;
	background: url(../img/common/ico_menu01.png) no-repeat center 24px;
	background-size: 100%;
}
.gnav li.menu02 a::before{
	width: 41px;
	background: url(../img/common/ico_menu02.png) no-repeat center 24px;
	background-size: 100%;
}
.gnav li.menu03 a::before{
	width: 20px;
	background: url(../img/common/ico_menu03.png) no-repeat center 24px;
	background-size: 100%;
}
.gnav li.menu04 a::before{
	width: 24px;
	background: url(../img/common/ico_menu04.png) no-repeat center 24px;
	background-size: 100%;
}
.gnav li.menu05 a::before{
	width: 24px;
	background: url(../img/common/ico_menu05.png) no-repeat center 24px;
	background-size: 100%;
}
.gnav li.menu06 a::before{
	width: 32px;
	background: url(../img/common/ico_menu06.png) no-repeat center 24px;
	background-size: 100%;
}
.gnav li.menu07 a{
	/* padding-top: 45px;
	font-size: 1.6rem;
	line-height: 1.3; */
}
.gnav li.menu07 a::before{
	width: 32px;
	/* background: url(../img/common/ico_menu07.png) no-repeat center 15px; */
	background: url(../img/common/ico_menu07.png) no-repeat center 24px;
	background-size: 100%;
}
@media screen and (min-width: 769px) {
	.gnav li a:hover{
		opacity: 1;
		background: #ca2a20;
		color: #fff;
	}

	.gnav li.menu01 a:hover::before{
		background: url(../img/common/ico_menu01_on.png) no-repeat center 24px;
		background-size: 100%;
	}
	.gnav li.menu02 a:hover::before{
		background: url(../img/common/ico_menu02_on.png) no-repeat center 24px;
		background-size: 100%;
	}
	.gnav li.menu03 a:hover::before{
		background: url(../img/common/ico_menu03_on.png) no-repeat center 24px;
		background-size: 100%;
	}
	.gnav li.menu04 a:hover::before{
		background: url(../img/common/ico_menu04_on.png) no-repeat center 24px;
		background-size: 100%;
	}
	.gnav li.menu05 a:hover::before{
		background: url(../img/common/ico_menu05_on.png) no-repeat center 24px;
		background-size: 100%;
	}

	.gnav li.red a:hover{
		background-color: #7c1d18;
	}
}


.header_wrap.fixed{
	padding-bottom: 107px;
}

.header_wrap.fixed .header_menu{
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	width: 100%;
	height: 65px;
	box-shadow: 0 0 5px rgba(0,0,0, 0.15);
}

.header_wrap.fixed .logo{
	width: 105px;
}

.header_wrap.fixed .gnav li{
	width: auto;
	min-width: 0;
}

.header_wrap.fixed .gnav li a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 1.6rem;
}

.header_wrap.fixed .gnav [class^="menu"] a::before{
	position: relative;
	margin: 0;
	background-position: center center;
	margin-right: 5px;
}

.header_wrap.fixed .gnav li.menu01 a::before{
	width: 17px;
}
.header_wrap.fixed .gnav li.menu02 a::before{
	width: 29px;
}
.header_wrap.fixed .gnav li.menu03 a::before{
	width: 15px;
}
.header_wrap.fixed .gnav li.menu04 a::before{
	width: 17px;
}
.header_wrap.fixed .gnav li.menu05 a::before{
	width: 17px;
}
.header_wrap.fixed .gnav li.menu06 a::before{
	width: 23px;
}
.header_wrap.fixed .gnav li.menu07 a{
	font-size: 1.4rem;
}
.header_wrap.fixed .gnav li.menu07 a::before{
	width: 23px;
}

.header_wrap.fixed .fixed_none{
	display: none;
}

.sp_menu_btn{
	display: none;
}


@media screen and (min-width: 1700px) {
	.gnav li{
		min-width: 170px;
	}
	.gnav li.red{
		min-width: 180px;
	}
	.header_top .search_btn{
		width: 340px;
	}
	.header_top .language_btn{
		min-width: 170px;
	}
	.header_top .login_btn{
		width: 360px;
	}

	.header_wrap.fixed .gnav li a{
		padding: 0 25px;
	}
}


@media screen and (max-width: 1260px) {
	.header_wrap .logo{
		margin-left: 30px;
	}

	.gnav li{
		min-width: 130px;
	}
	.header_top .search_btn{
		width: 260px;
	}
	.header_top .language_btn{
		width: 130px;
	}
}


@media screen and (max-width: 768px) {
	.header_top{
		display: none;
	}

	.header_wrap{
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		box-shadow: 0 0 5px rgba(0,0,0, 0.15);
	}

	.header_menu,
	.header_wrap.fixed .header_menu{
		height: 60px;
	}
	body{
		padding-top: 60px;
	}

	.header_wrap.fixed{
		padding-bottom: 0;
	}

	.header_wrap .logo{
		width: 110px;
		margin-left: 4%;
	}

	.sp_menu_btn{
		display: flex;
	}

	.search_btn{
		width: 60px;
		height: 60px;
		background: #ececec url(../img/common/ico_search03.png) no-repeat center center;
		background-size: 27px;
	}
	.search_btn.active{
		background: #111 url(../img/common/ico_close02.png) no-repeat center center;
		background-size: 19px;
	}

	.menu_btn{
		width: 60px;
		height: 60px;
		background: #ca2a20 url(../img/common/ico_menu.png) no-repeat center center;
		background-size: 23px;
		cursor: pointer;
	}
	.menu_btn.active{
		background: #111 url(../img/common/ico_close02.png) no-repeat center center;
		background-size: 19px;
	}

	.gnav{
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		background: rgba(0,0,0, 0.5);
		overflow: auto;
	}

	.gnav ul{
		display: block;
		height: auto;
		padding-bottom: 100px;
	}

	.gnav li{
		width: 100%;
		height: auto;
		border-left: none;
	}
	.gnav li.red{
		width: 100%;
	}

	.gnav .fixed_none{
		display: none;
	}

	.gnav li a{
		height: auto;
		padding: 20px 4%;
		padding-left: calc(4% + 40px);
		background: #fff;
		border-color: #d9d9d9;
		text-align: left;
		font-size: 1.9rem;
	}
	.gnav li:first-child a{
		border-top: 1px solid #d9d9d9;
	}
	.gnav li.red a{
		border-color: #fff;
	}
	.gnav li.current a::after{
		display: none;
	}

	.gnav li.menu07 a{
		padding-top: 20px;
		font-size: 1.9rem;
	}

	.gnav [class^="menu"] a::before{
		right: initial;
		left: 4%;
	}

	.gnav li.menu01 a::before{
		width: 20px;
		background-position: center;
	}
	.gnav li.menu02 a::before{
		width: 34px;
		background-position: center;
	}
	.gnav li.menu03 a::before{
		width: 17px;
		background-position: center;
	}
	.gnav li.menu04 a::before{
		width: 20px;
		background-position: center;
	}
	.gnav li.menu05 a::before{
		width: 20px;
		background-position: center;
	}
	.gnav li.menu06 a::before{
		width: 26px;
		background-position: center;
	}
	.gnav li.menu07 a::before{
		width: 26px;
		background-position: center;
	}

	.gnav li.login_btn a::before{
		position: absolute;
		top: 0;
		left: 4%;
		content: "";
		display: block;
		height: 100%;
		margin: auto;
		width: 21px;
		background: url(../img/common/ico_login.png) no-repeat center;
		background-size: 100%;
	}
	.gnav li.language_btn a::before{
		position: absolute;
		top: 0;
		left: 4%;
		content: "";
		display: block;
		height: 100%;
		margin: auto;
		width: 21px;
		background: url(../img/common/ico_arw01.png) no-repeat center;
		background-size: 100%;
	}

	.search_wrap{
		position: fixed;
		top: 60px;
		border-top: 2px solid #111;
	}
	.search_wrap .search_box{
		padding: 25px 0 35px;
		margin-top: 0;
	}
	.search_wrap .search_box .search_close{
		display: none;
	}

	.search_wrap .search_box .txt{
		font-size: 1.4rem;
	}

	.search_wrap .search_box .search_txt{
		width: 100%;
		border-radius: 5px 0 0 5px;
	}

	.search_wrap .search_box .search_btn{
		background-size: 25px;
		border-radius: 0 5px 5px 0;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_nav_box{
	background: #eee;
	padding: 75px 0 45px;
}

.footer_nav_box .wrap{
	display: flex;
}

.footer_top_nav{
	width: 32%;
}
.footer_top_nav + .footer_top_nav{
	margin-left: 2%;
}

.footer_top_nav > li{
	position: relative;
	padding-left: 25px;
}

.footer_top_nav > li + li{
	margin-top: 25px;
}
.footer_top_nav li {
	line-height: 1.8;
}
.footer_top_nav a{
	padding-left:
	font-size: 1.5rem;
	letter-spacing: 0.2em;
}
.footer_top_nav a,
.footer_btm_nav a{
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (min-width: 769px) {
	.footer_top_nav a:hover,
	.footer_btm_nav a:hover{
		opacity: 1;
		color: #ca2a20;
	}
}

.footer_top_nav > li::before{
	position: absolute;
	top: 14px;
	left: 0;
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #ca2a20;
}

.footer_top_nav ul{
	margin-top: 5px;
}

.footer_top_nav ul li a{
	font-size: 1.4rem;
	color: #666;
}

.footer_btm_nav{
	padding: 35px 0;
	border-bottom: 1px solid #e5e5e5;
}

.footer_btm_nav ul{
	display: flex;
	justify-content: center;
}

.footer_btm_nav li{
	font-size: 1.4rem;
}

.footer_btm_nav li a{
	line-height: 1.8;
	font-size: 1.4rem;
	color: #666666;
	letter-spacing: 0.2em;
}

.footer_btm_nav li::before{
	content: "|";
	padding-right: 10px;
}
.footer_btm_nav li + li{
	margin-left: 10px;
}
.footer_btm_nav li:last-child::after{
	content: "|";
	padding-left: 10px;
}

.footer_box{
	padding: 35px 0 75px;
}

.footer_box .txt{
	font-size: 1.4rem;
	color: #666;
	letter-spacing: 0.2em;
}

.footer_box .copy{
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

.footer_box .sns_box{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.footer_box .sns_box .sns_btn{
	width: 50px;
}
.footer_box .sns_box .sns_btn + .sns_btn{
	margin-left: 20px;
}
@media screen and (min-width: 769px) {
	.footer_box .sns_box .sns_btn a:hover{
		opacity: 0.5;
	}
}

.links_wrap{
	padding: 30px 0;
}

.links_wrap .str_ttl{
	margin-bottom: 40px;
}

.links_list{
	display: flex;
	padding: 0 2%;
}

.links_list li{
	width: 32%;
	height: 265px;
}
.links_list li + li{
	margin-left: 2%;
}

.links_list a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (min-width: 769px) {
	.links_box a:hover {
		opacity: 1;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		border-color: #ca2a20;
		box-shadow: 2px 2px 10px rgba(0,0,0, 0.15);
	}
}

.links_list a .txt_box{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.links_list a .txt_box span::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 12px;
	margin-right: 10px;
	background: url(../img/common/ico_arw02.png) no-repeat center top;
	background-size: 100%;
}

.links_list a .txt_box .txt{
	padding-top: 120px;
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 0.1em;
}

.links_list a .txt_box .ico01{
	background: url(../img/common/links_ico01.png) no-repeat center top;
	background-size: 104px;
}
.links_list a .txt_box .ico02{
	background: url(../img/common/links_ico02.png) no-repeat center top;
	background-size: 104px;
}
.links_list a .txt_box .ico03{
	background: url(../img/common/links_ico03.png) no-repeat center top;
	background-size: 104px;
}

.links_list .links_btn01 a{
	background: url(../img/common/links_img01.png) no-repeat center center;
	background-size: cover;
}
.links_list .links_btn02 a{
	background: url(../img/common/links_img02.png) no-repeat center center;
	background-size: cover;
}
.links_list .links_btn03 a{
	background: url(../img/common/links_img03.png) no-repeat center center;
	background-size: cover;
}

.pagetop_btn{
	position: fixed;
	z-index: 9998;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
}

.pagetop_btn a{
	display: block;
	width: 100%;
	height: 100%;
	background: #5d5d5d url(../img/common/ico_arw03.png) no-repeat center center;
	background-size: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (min-width: 769px) {
	.pagetop_btn a:hover{
		opacity: 1;
		background: #ca2a20 url(../img/common/ico_arw03.png) no-repeat center center;
		background-size: 25px;
	}
}

footer.shadow{
	box-shadow: 0 0 15px rgba(0,0,0, 0.15);
}

.footer_bnr_box{
	padding-top: 40px;
}

.footer_bnr_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}

.footer_bnr_box ul li{
	position: relative;
	width: 198px;
	height: 94px;
	margin: 10px 10px;
}
.footer_bnr_box ul li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}


@media screen and (max-width: 768px) {
	.footer_nav_box{
		padding: 50px 0 35px;
	}

	.footer_nav_box .wrap{
		display: block;
		width: 84%;
	}

	.footer_top_nav{
		width: 100%;
	}
	.footer_top_nav + .footer_top_nav{
		margin-left: 0;
		margin-top: 30px;
	}

	.footer_top_nav ul{
		margin-top: 0;
	}

	.footer_top_nav > li{
		padding-top: 8px;
		padding-left: 0;
	}
	.footer_top_nav > li + li{
		margin-top: 30px;
	}

	.footer_top_nav > li::before{
		top: 0;
		left: 0;
		width: 29px;
		height: 3px;
	}

	.footer_top_nav li{
		text-align: left;
	}

	.footer_top_nav a{
		font-size: 2.1rem;
		letter-spacing: 0.1em;
	}

	.footer_top_nav li ul li{
		margin-top: 5px;
	}

	.footer_btm_nav ul{
		display: block;
		width: 84%;
		margin: 0 auto;
	}
	.footer_btm_nav ul + ul{
		margin-top: 15px;
	}

	.footer_btm_nav li{
		text-align: left;
	}

	.footer_btm_nav li + li{
		margin-left: 0;
		margin-top: 15px;
	}

	.footer_btm_nav li::before,
	.footer_btm_nav li:last-child::after{
		display: none;
	}

	.footer_btm_nav li a{
		position: relative;
		line-height: 1.3;
		letter-spacing: 0.1em;
		display: inline-block;
		padding-left: 1em;
	}
	.footer_btm_nav li a::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "-";
		display: inline-block;
	}

	.footer_box{
		padding-bottom: 50px;
	}

	.footer_box .copy{
		margin-top: 15px;
	}

	.footer_box .sns_box{
		margin-top: 20px;
	}

	.links_list{
		display: block;
		padding: 0 4%;
	}
	.links_list li{
		width: 100%;
		height: 135px;
	}
	.links_list li + li{
		margin-left: 0;
		margin-top: 8px;
	}

	.links_list a .txt_box .txt{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 265px;
		min-height: 92px;
		padding-top: 0;
		padding-left: 110px;
		background-position: left center;
		background-size: 92px;
		font-size: 2.2rem;
		line-height: 1.3;
		font-weight: bold;
	}
	.links_list a .txt_box span::before{
		display: block;
		width: 33px;
		margin-bottom: 7px;
	}

	.pagetop_btn{
		width: 50px;
		height: 50px;
	}
	.pagetop_btn a{
		background-size: 16px;
	}

	.footer_bnr_box{
		padding-top: 30px;
	}

	.footer_bnr_box ul{
		width: 84%;
	}

	.footer_bnr_box ul li{
		width: 48%;
		height: 19vw;
		margin: 0;
	}
	.footer_bnr_box ul li:nth-child(even){
		margin-left: 4%;
	}
	.footer_bnr_box ul li:nth-child(n + 3){
		margin-top: 10px;
	}
}




/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt{
	line-height: 1.6;
}
.txt.min{
	font-size: 1.4rem;
}

.mid{
	font-weight: 500;
}
.bold{
	font-weight: bold;
}

.txt_up{
	text-transform: uppercase;
}
.txt_noup{
	text-transform: none !important;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}

.txt_wh{
	color: #fff;
}
.txt_rd{
	color: #ca2a20;
}

.bg_gray{
	background-color: #f2f5f4;
}
.bg_white{
	background-color: #fff;
}

.l1{
	letter-spacing: 0.1em !important;
}
.l2{
	letter-spacing: 0.2em !important;
}


@media screen and (max-width: 768px) {
	.img img{
		width: 100%;
	}
}



/* ttl */
.str_ttl{
	font-size: 3.6rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.str_ttl.red_line{
	padding-bottom: 25px;
	background: url(../img/common/str_ttl_line01.png) no-repeat center bottom;
	background-size: 68px;
}
.str_ttl.wh_line{
	padding-bottom: 25px;
	background: url(../img/common/str_ttl_line02.png) no-repeat center bottom;
	background-size: 68px;
}
.str_ttl .min{
	display: block;
	font-size: 1.6rem;
}
.str_ttl .fs20{
	display: block;
	margin-top: 5px;
	font-size: 2.0rem;
}

.mid_ttl{
	position: relative;
	padding-bottom: 20px;
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.mid_ttl::before{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	background: #bfbfbf;
}

.head_ttl_box{
	padding: 40px 0 50px;
	background: #aa0a00 url(../img/common/head_ttl_bg.jpg) no-repeat center center;
	background-size: 1680px;
}

.head_ttl_box .head_ttl{
	padding-bottom: 20px;
	background: url(../img/common/str_ttl_line02.png) no-repeat center bottom;
	background-size: 68px;
	color: #fff;
	text-align: center;
	font-size: 4.1rem;
	line-height: 1.3;
	letter-spacing: 0.15em;
}

.head_ttl_box .txt{
	margin-top: 15px;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	.str_ttl{
		width: 100%;
		text-align: center;
		font-size: 2.7rem;
	}

	.str_ttl.red_line,
	.str_ttl.wh_line{
		padding-bottom: 20px;
	}

	.str_ttl .fs20{
		font-size: 1.6rem;
	}

	.mid_ttl{
		padding-bottom: 15px;
		font-size: 2.3rem;
	}

	.head_ttl_box{
		padding: 30px 0;
		background: #ca2a20 url(../img/common/head_ttl_bg_sp.png) no-repeat center top;
		background-size: 100%;
	}

	.head_ttl_box .head_ttl{
		padding-bottom: 15px;
		text-align: center;
		font-size: 3.2rem;
	}
}




/* btn */
.btn{
	display: inline-block;
}
.btn a,
.btn .nolink_btn{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 6px 20px 8px;
	border: 2px solid rgba(0,0,0, 0.1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btn a::before,
.btn .nolink_btn::before{
	content: "";
	display: block;
	width: 22px;
	height: 12px;
	margin-right: 10px;
	background: url(../img/common/ico_arw01.png) no-repeat center center;
	background-size: 100%;
}
@media screen and (min-width: 769px) {
	.btn a:hover,
	.btn .nolink_btn:hover{
		opacity: 1;
		background-color: #ca2a20;
		-moz-background-clip: padding;
		-webkit-background-clip: padding;
		background-clip: padding-box;
		color: #fff;
	}
	.btn a:hover::before,
	.btn .nolink_btn:hover::before{
		background: url(../img/common/ico_arw02.png) no-repeat center center;
		background-size: 100%;
	}
}

.btn.big a,
.btn.big .nolink_btn{
	padding: 13px 50px 17px;
	border-width: 2px;
	border-radius: 5px;
	font-size: 1.8rem;
}
.btn.big a::before,
.btn.big .nolink_btn::before{
	width: 26px;
}

.link{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.txt_link{
	text-decoration: underline;
	color: #ca2a20;
}
@media screen and (min-width: 769px) {
	.link:hover{
		opacity: 1;
		color: #ca2a20;
	}
	.txt_link:hover{
		opacity: 0.8;
		text-decoration: none;
	}
}

.pdf::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 23px;
	margin-top: -3px;
	margin-left: 10px;
	background: url(../img/common/ico_pdf.png) no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
}
.ex_link::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -3px;
    margin-left: 10px;
    background: url(../img/common/ico_ex_link.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.btn a,
	.btn .nolink_btn{
		padding: 5px 20px;
	}
	.btn a::before,
	.btn .nolink_btn::before{
		margin-right: 8px;
	}

	.btn.big a,
	.btn.big .nolink_btn{
		padding: 15px 40px;
		font-size: 1.6rem;
	}
}



/* box */
.flex{
	display: flex;
	justify-content: space-between;
}
.flex.acenter{
	align-items: center;
}


@media screen and (max-width: 768px) {
}



/* ------------------------------
	.breadcrumbs
------------------------------ */
.breadcrumbs{
	padding: 20px 60px;
	background: #ece9e1;
}

.breadcrumbs ul{
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs li + li::before{
	content: ">";
	display: inline-block;
	padding: 0 0.5em;
	vertical-align: middle;
}

.breadcrumbs li{
	padding: 5px 0;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.breadcrumbs li a{
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	.breadcrumbs li a:hover{
		opacity: 0.8;
		text-decoration: none;
	}
}


@media screen and (max-width: 1260px) {
	.breadcrumbs{
		padding: 25px 40px;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumbs{
		display: none;
	}
}



/* ------------------------------
    .local_nav
------------------------------ */
.local_nav{
	background: #383838;
}

.base_content .local_nav{
	flex-shrink: 0;
	width: 288px;
	background: url(../img/common/local_nav_bg.png) no-repeat center top;
	background-size: 100%;
}

.local_nav .nav_ttl{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	background: #484848 url(../img/common/ico_local_nav01.png) no-repeat center center;
	background-size: 247px;
	text-align: center;
	font-size: 3.0rem;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0.2em;
}

.base_content .local_nav .nav_ttl{
	background: #484848;
	font-size: 2.6rem;
}

.local_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 50px;
}

.base_content .local_nav ul{
	display: block;
	padding: 0;
}

.local_nav li{
	padding: 5px 0;
}

.local_nav li + li a{
	border-left: 1px solid #747474;
}

.base_content .local_nav li{
	padding: 0;
	border-bottom: 1px solid #d9dcdb;
	border-left: 0;
}

.base_content .local_nav li + li a{
	border-left: 0;
}

.local_nav li a{
	display: block;
	padding: 0 10px;
	line-height: 1.6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
	.local_nav a:hover{
		opacity: 1;
	}
	.local_nav li:not(.current) a:hover{
		color: #ca2a20 !important;
	}
}

.base_content .local_nav li a{
	padding: 20px 40px;
	text-align: left;
	color: #333;
	font-size: 1.6rem;
}
.base_content .local_nav li:not(.current) a{
	padding: 20px 40px 20px 77px;
	text-indent: -37px;
}
.base_content .local_nav li:not(.current) a *{
	text-indent: 0;
}

.local_nav li a::before{
	content: "";
	display: none;
	width: 22px;
	height: 12px;
	margin-right: 15px;
	background: url(../img/common/ico_arw01.png) no-repeat center top;
	background-size: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.base_content .local_nav li a::before{
	display: inline-block;
}
.local_nav li.current a::before{
	display: none;
}

.local_nav li.current{
	position: relative;
	z-index: 2;
	padding-bottom: 0;
}
.local_nav li.current a{
	background: #ca2a20;
	border-radius: 5px;
	color: #fff;
}

.local_nav li.current a{
	padding: 5px 10px;
	margin-top: -5px;
}

.base_content .local_nav li.current a{
	width: calc(100% + 12px);
	padding: 20px 40px;
	border-radius: 0 5px 5px 0;
	box-shadow: 6px 0 13px rgba(0,0,0, 0.26);
}


@media screen and (max-width: 1260px) {
	.local_nav ul{
		padding: 30px 30px;
	}
}


@media screen and (max-width: 768px) {
	.local_nav{
		background: #383838;
	}
	.local_nav,
	.base_content .local_nav{
		width: 100%;
		min-height: 0;
	}

	.base_content .local_nav{
		background: #f2f5f4;
	}

	.local_nav .nav_ttl,
	.base_content .local_nav .nav_ttl{
		height: 70px;
		background: #484848 url(../img/common/ico_local_nav01.png) no-repeat center center;
		background-size: 124px;
		font-size: 1.9rem;
	}
	.local_nav li a::before{
		display: inline-block;
	}
	.local_nav .nav_ttl::after{
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		margin-left: 10px;
		background: url(../img/common/ico_arw05.png) no-repeat center center;
		background-size: 100%;
	}
	.local_nav .nav_ttl.open::after{
		background: url(../img/common/ico_arw04.png) no-repeat center center;
		background-size: 100%;
	}

	.local_nav ul,
	.base_content .local_nav ul{
		display: block;
		padding: 10px 4% 10px;
		margin: 0 auto;
	}

	.local_nav .nav_ttl + ul{
		display: none;
	}

	.local_nav li{
		padding: 0;
		border-bottom: 1px solid #747474;
	}

	.local_nav li:last-child{
		border-bottom: 0;
	}

	.local_nav li + li a{
		border-left: 0;
	}

	.local_nav li a,
	.local_nav li.current a,
	.base_content .local_nav li a,
	.base_content .local_nav li.current a{
		padding: 10px 0;
		text-align: center;
		font-size: 1.8rem;
	}

	.base_content .local_nav li:not(.current) a{
		padding: 10px 0;
		text-indent: 0;
	}

	.base_content .local_nav li.current a,
	.local_nav li.current a{
		width: 96vw;
		margin-top: 0;
		margin-left: -2vw;
		box-shadow: none;
		border-radius: 5px;
	}
}



/* ------------------------------
    .base
------------------------------ */
.base_content{
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.base{
	width: 100%;
}

.base *{
	word-break: break-all;
}

.base .wrap{
	width: 96%;
}

.base .inner{
	width: 92%;
	margin: 0 auto;
}

.base .txt{
	font-size: 1.8rem;
	line-height: 1.8;
}
.base .txt + .txt{
	margin-top: 10px;
}

.txt.min{
	font-size: 1.4rem;
}
.txt.big{
	font-size: 2.0rem;
}

.base .str_ttl{
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.base .str_ttl.left{
	text-align: left;
	background-position: left bottom;
}

.base h3:not(.str_ttl){
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 3.0rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.base h3:not(.str_ttl)::before{
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #c92a20;
}

.base h4{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-size: 2.4rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.base h4::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #bfbfbf;
}

.base .ttl{
	margin-bottom: 5px;
	font-size: 1.8rem;
	line-height: 1.6;
}

.base .space{
	margin-top: 50px !important;
}
.base .spaceb{
	margin-bottom: 50px !important;
}
.base .min_space{
	margin-top: 30px !important;
}

.base .box{
	padding: 60px 0;
}
.base .box.bg_gray{
	padding: 60px;
	border-radius: 5px;
}
.base .box.bg_white{
	padding: 60px;
}
.base .halfbox{
	padding: 30px 40px;
}

.base .box > *:first-child{
	margin-top: 0 !important;
}
.base .box > *:last-child{
	margin-bottom: 0 !important;
}

.base .btn_box{
	margin-top: 30px;
}

.base li{
	line-height: 1.6;
}

.base .line li{
	border-top: 1px solid #dbdbdb;
}
.base .line li:last-child{
	border-bottom: 1px solid #dbdbdb;
}

.base .dot li{
	padding-left: 1em;
	text-indent: -1em;
}
.base .dot li::before{
	content: "・";
}

.base .line.dot li{
	padding-left: 1.7em;
}

.base li + li{
	margin-top: 10px;
}

.base .line li{
	padding: 10px;
}
.base .line li + li{
	margin-top: 0;
}

.base ol{
	counter-reset: number 0;
}

.base ol li{
	padding-left: 1.7em !important;
	text-indent: -1.7em !important;
}
.base ol.line li{
	padding-left: 2.7em !important;
	text-indent: -2.7em !important;
}

.base ol li::before{
	display: inline-block;
	min-width: 1.7em;
	text-indent: 0;
	counter-increment: number 1;
	content: counter(number)' .';
}
.base ol.line li::before{
	margin-left: 1em;
}

.base dl{
	display: flex;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
}
.base .line dl{
	padding: 10px 0;
}
.base .line dl:first-child{
	border-top: 1px solid #dbdbdb;
}

.base dl + dl{
	margin-top: 15px;
}
.base .line dl + dl{
	margin-top: 0;
}

.base dt,
.base dd{
	padding: 5px 0;
	line-height: 1.6;
}

.base dt{
	flex-shrink: 0;
	width: 165px;
	font-weight: 500;
}

.base dd{
	width: 100%;
}

.base table{
	width: 100%;
}
.base table.fix_table{
	table-layout: fixed;
}

.base th,
.base td{
	padding: 15px 30px;
	line-height: 1.6;
	border-left: 1px solid #e5e9e8;
}
.base tr:last-child th,
.base tr:last-child td{
	border-bottom: 1px solid #e5e9e8;
}

.base th{
	width: 100px;
	white-space: nowrap;
	background: #e5e9e8;
	border-top: 1px solid #ced5d3;
}
.base tr:first-child th{
	border-top: 1px solid #e5e9e8;
}
.base th.top{
	vertical-align: top;
}

.base td{
	background: #fff;
	border-top: 1px solid #e5e9e8;
}
.base td:last-child{
	border-right: 1px solid #e5e9e8;
}

.base .rb_none{
	border-right: 0 !important;
}
.base .border_b{
	border-bottom: 1px solid #e5e9e8;
}


.base .news li + li{
	margin-top: 0;
}

.base .link_tile{
	margin: 40px 0;
}

.base .link_tile_box{
	width: 49%;
}

.base .flex > div + div{
	margin-left: 5%;
}

.base .flex .txt_box{
	width: 100%;
}
.base .flex .img_box{
	flex-shrink: 0;
}
.base .flex .img_box p.img {
	max-width: 279px;
}

.base .flex .name_box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.base .flex .name_box .name{
	margin-top: 50px;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}
.base .flex .name_box .name span{
	font-size: 2.0rem;
}

.base .map{
	position: relative;
	width: 100%;
	height: 360px;
}
.base .map iframe{
	width: 100%;
	height: 100%;
	border: 0;
}

.pdf_dl_img{
	max-width: 158px;
}


@media screen and (max-width: 768px) {
	.base_content{
		display: block;
		margin-bottom: 0;
	}

	.base{
		margin-bottom: 30px;
	}

	.base .wrap{
		width: 92%;
	}

	.base .inner{
		width: 100%;
	}

	.base .box{
		padding: 30px 0;
	}
	.base .box.bg_gray,
	.base .box.bg_white{
		padding: 25px 4%;
	}
	.base .box.bg_white{
		padding: 15px 4%;
	}
	.base .halfbox{
		padding: 15px 4%;
	}

	.base .space{
		margin-top: 30px !important;
	}
	.base .spaceb{
		margin-bottom: 30px !important;
	}
	.base .min_space{
		margin-top: 20px !important;
	}

	.base .btn_box{
		margin-top: 20px;
	}

	.txt.big{
		font-size: 1.9rem;
	}

	.base .str_ttl{
		margin-bottom: 20px;
	}
	.base h3:not(.str_ttl){
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 2.3rem;
	}
	.base h4{
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 1.9rem;
	}

	.base ol.line li{
		padding-left: 1.7em !important;
		text-indent: -1.7em !important;
	}
	.base ol.line li::before{
		margin-left: 0;
	}

	.base dl{
		display: block;
		padding: 10px 0;
	}
	.base dl:first-child{
		padding-top: 0;
	}
	.base dl + dl{
		margin-top: 0;
	}

	.base .line dl:first-child{
		border-top: 0;
	}


	.base dt{
		padding: 0 0 5px;
		width: 100%;
	}
	.base dd{
		padding: 0;
		font-size: 1.4rem;
	}

	.base th,
	.base td{
		display: block;
		padding: 10px 4%;
	}

	.sp_table{
		table-layout: fixed;
	}
	.sp_table th,
	.sp_table td{
		display: table-cell;
	}

	.base th{
		width: 100%;
		white-space: normal;
	}
	.base td{
		border-right: 1px solid #e5e9e8;
	}
	.base tr:last-child td:not(:last-child){
		border-bottom: 0;
	}

	.base table:not(.sp_table) .rb_none{
		border-right: 1px solid #e5e9e8 !important;
	}

	.base .link_tile{
		margin: 20px 0;
	}

	.base .link_tile_box{
		width: 100%;
	}

	.base .flex{
		flex-wrap: wrap;
	}

	.base .flex > div + div{
		margin-left: 0;
	}

	.base .flex .txt_box{
		order: 2;
		margin-top: 20px;
	}
	.base .flex .img_box{
		order: 1;
		width: 100%;
	}
	.base .flex .img_box p.img {
		max-width: inherit;
	}

	.base .halfbox .flex .txt_box{
		margin-top: 10px;
	}

	.base .flex .name_box .name{
		margin-top: 20px;
		text-align: left;
	}

	.base .map{
		height: 280px;
	}
}



/* .link_tile */
.link_tile{
	padding: 50px 0;
	background: #aa0a00 url(../img/common/red_bg.png) repeat-y center center;
	background-size: 992px;
}

.link_tile_box{
	width: 48%;
	background: #710700;
	border-radius: 5px;
}

.link_tile_box a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	cursor: pointer;
}
@media screen and (min-width: 769px) {
	.link_tile_box .link_tile_link:hover{
		opacity: 0.7;
	}
}

.link_tile_box .txt{
	display: flex;
	align-items: center;
	height: 52px;
	padding-left: 70px;
	font-size: 2.0rem;
}
.link_tile_box .txt::after{
	content: "";
	display: inline-block;
	width: 22px;
	height: 12px;
	margin-left: 10px;
	background: url(../img/common/ico_arw02.png) no-repeat center center;
	background-size: 100%;
}

.link_tile_box.tel .txt{
	background: url(../img/common/link_tile_ico01.png) no-repeat left center;
	background-size: 50px;
}
.link_tile_box.con .txt{
	background: url(../img/common/link_tile_ico02.png) no-repeat left center;
	background-size: 50px;
}


@media screen and (max-width: 768px){
	.link_tile{
		padding: 25px 0;
		background: #aa0a00 url(../img/common/link_tile_bg_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	.link_tile .flex{
		flex-wrap: wrap;
	}

	.link_tile_box{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.link_tile_box + .link_tile_box{
		margin-top: 10px;
	}

	.link_tile_box .link_tile_link{
		width: 100%;
		padding: 15px 0;
	}
	.link_tile_box .link_tile_link > div{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 265px;
		min-height: 92px;
		padding-left: 110px;
		margin: 0 auto;
	}

	.link_tile_box .txt{
		min-height: 0;
		height: auto;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 10px;
		font-size: 2.0rem;
		line-height: 1.3;
		text-align: left;
	}
	.link_tile_box .txt::after{
		display: none;
	}
	.link_tile_box.tel .txt,
	.link_tile_box.con .txt{
		background: none;
	}

	.link_tile_box .btn_box{
		text-align: left;
		margin: 0;
	}

	.link_tile_box.tel .link_tile_link > div{
		background: url(../img/common/link_tile_ico01.png) no-repeat left center;
		background-size: 92px;
	}
	.link_tile_box.con .link_tile_link > div{
		background: url(../img/common/link_tile_ico02.png) no-repeat left center;
		background-size: 92px;
	}
}



/* ------------------------------
	.news
------------------------------ */
.news_box{
	width: 100%;
}

.news_box .news_list li{
	border-top: 1px solid #e6e1e1;
}
.news_box .news_list li:last-child{
	border-bottom: 1px solid #e6e1e1;
}

.news_box .news_list a{
	display: flex;
	align-items: center;
	padding: 20px 0;
	line-height: 1.6;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.news_box .news_list a .txt::after{
	opacity: 0;
	visibility: hidden;
	content: "";
	display: inline-block;
	width: 22px;
	height: 12px;
	margin-left: 10px;
	background: url(../img/common/ico_arw01.png) no-repeat center top;
	background-size: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px) {
	.news_box .news_list a:hover{
		opacity: 1;
	}
	.news_box .news_list a:hover .txt{
		color: #ca2a20;
	}
	.news_box .news_list a:hover .txt::after{
		opacity: 1;
		visibility: visible;
	}
}

.news_box .news_list .date_box{
	flex-shrink: 0;
	width: 150px;
}

.news_box .news_list .date{
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

.news_box .news_list .cate{
	position: relative;
	display: block;
	padding-left: 20px;
	margin-top: 2px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.news_box .news_list .cate::before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #666;
}
.news_box .news_list .cate.red::before{
	background-color: #ca2a20;
}
.news_box .news_list .cate.gre::before{
	background-color: #66b834;
}

.news_box .news_list .txt{
	width: 100%;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.news_date{
	margin-top: 20px;
	text-align: right;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.3;
	color: #fff;
}
.news_date .cate{
	margin-right: 1em;
	letter-spacing: 0.1em;
}


@media screen and (max-width: 768px){
	.news_box{
		max-width: 100%;
	}

	.news_box .news_list a{
		display: block;
		padding: 15px 0;
	}

	.news_box .news_list .date_box{
		width: 100%;
		margin-bottom: 10px;
	}

	.news_box .news_list .txt{
		line-height: 1.3;
	}
}



/* ------------------------------
	.pager
------------------------------ */
.pager{
	display: flex;
	justify-content: center;
}

.pager li + li{
	margin-left: 10px;
}

.pager li{
	width: 40px;
	height: 40px;
}
.pager li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0, 0.1);
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	font-size: 1.5rem;
	font-weight: bold;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (min-width: 769px) {
	.pager li a:hover{
		opacity: 1;
		background-color: #ca2a20;
		-moz-background-clip: padding;
		-webkit-background-clip: padding;
		background-clip: padding-box;
		color: #fff;
	}
}
.pager li.current a{
	background-color: #ca2a20;
	color: #fff;
}

.pager li.next_arw a{
	background: #8c8c8c url(../img/common/ico_arw07.png) no-repeat center center;
	background-size: 6px;
}
.pager li.prev_arw a{
	background: #8c8c8c url(../img/common/ico_arw08.png) no-repeat center center;
	background-size: 6px;
}
@media screen and (min-width: 769px) {
	.pager li.next_arw a:hover,
	.pager li.prev_arw a:hover{
		opacity: 0.8;
	}
}


@media screen and (max-width: 768px){
	.pager li{
		width: 35px;
		height: 35px;
	}
	.pager li + li{
		margin-left: 8px;
	}
	.pager li a{
		font-size: 1.4rem;
	}
}

/* ------------------------------
    recruit_bnr
------------------------------ */

@media screen and (min-width: 769px) {
	.firstbnr img{
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px){
	.firstbnr img{
		margin-bottom: 20px;
	}
}




/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */