@charset "utf-8";
/*
Theme Name:
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }


/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}

#container {
	position: relative;
	font-family:  "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.6;
}

ul {
	list-style: none;
}

/* COMMON */
/* -------------------------------------------------- */
/*objectfitをIE,EDGEにも対応*/
.imgCover {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {
	/* 1024px以上用（パソコン用）の記述 */

	/* LINK */
	/* -------------------------------------------------- */
	a:hover  { text-decoration: none; color: #897234; }
	a:active { text-decoration: none; color: #897234; }

	/* ボタン */
	/* -------------------------------------------------- */
	.link1 {
		display: block;
	}

	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit {
		padding: 25px 0;
		text-align: center;
		font-size: 3rem;
		font-weight: 600;
		letter-spacing: 0.075em;
		color: #fff;
		background: url(../../img/top/common_tit_bg.jpg) 0 0;
	}

	.commonTit2 {
		padding: 20px 0;
		margin-bottom: 50px;
		text-align: center;
		font-size: 3rem;
		letter-spacing: 0.025em;
		font-weight: 600;
		color: #fff;
		background: url(../../img/company/company_tit_bg.jpg) 0 0;
	}

	/* パンくずリスト */
	/* -------------------------------------------------- */
	#breadcrumb {
		margin-bottom: 100px;
		letter-spacing: -.4em;
		background: #000;
	}

	.breadcrumbItem {
		display: inline-block;
		padding: 10px 0;
		font-family: '游ゴシック', YuGothic;
		letter-spacing: 0.025em;
		font-size: 1.4rem;
		padding-right: 30px;
		color: #fff;
		position: relative;
	}

	.breadcrumbItem:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 15px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 14px;
		margin-top: -7px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	.breadcrumbItem:last-child {
		padding-right: 0;
	}

	.breadcrumbItem:last-child:after {
		display: none;
	}

	.breadcrumbItem .breadcrumbLink {
		display: block;
		color: #fff;
	}

	/* レイアウト */
	/* -------------------------------------------------- */
	.sp {
		display: none;
	}

	.commonW {
		width: 1200px;
		margin: 0 auto;
	}

	main {
		width: 100%;
		overflow: hidden;
		padding-top: 115px;
		display: block;
	}

	/* メインビジュアル */
	/* -------------------------------------------------- */
	.mv {
		text-align: center;
		position: relative;
	}

	.mvTit:before {
		content: '';
		width: 100%;
		height: 100%;
		opacity: 0.7;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.mv:after {
		content: '';
		width: 100%;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}

	.mvTit {
		padding: 170px 0;
		font-size: 4rem;
		letter-spacing: 0.05em;
		font-weight: 600;
		overflow: hidden;
		color: #fff;
		position: relative;
	}

	.mvTit:after {
		content: '';
		display: inline-block;
		width: 650px;
		height: 615px;
		background: url(../../img/common/mv_circle.png) no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0.3;
		z-index: -1;
	}

	/* 表 */
	/* -------------------------------------------------- */
	.commonTable {
		font-family: '游ゴシック', YuGothic;
		text-align: left;
		font-size: 1.6rem;
	}

	.commonTable tr {
		border-bottom: 1px solid #d1d1d1;
	}

	.commonTTheme {
		width: 45%;
		padding: 10px 0 10px 15%;
		font-weight: bold;

	}

	.commonTDetail {
		width: 66%;
		padding: 10px 0;
	}


	/* header */
	/* -------------------------------------------------- */
	header {
		position: relative;
	}

	#header {
		width: 1200px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -600px;
	}

	#headerLogo {
		padding: 15px 0;
		float: left;
	}

	#naviWrap {
		width: 420px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 45px 0;
		float: right;
	}

	#navi {
		width: 100%;
	}

	#naviList {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.naviItem {
		display: inline-block;
		font-size: 1.5rem;
		font-weight: 600;
	}

	.naviItemLink {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	.currentNaviItem a {
		color: #9a1419;
	}

	/* footer */
	/* -------------------------------------------------- */
	footer {
		text-align: center;
		letter-spacing: -.4em;
		position: relative;
		background: url(../../img/common/footer_bg.jpg) 0 0;
		color: #fff;
	}

	#pagetop {
		width: 75px;
		height: 75px;
		position: absolute;
		top: -45px;
		left: 50%;
		margin-left: -37px;
	}

	#pagetopLink {
		display: block;
		padding: 18px 0;
		border-radius: 50%;
		text-align: center;
		background: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
		transition: all 0.3s ease-in-out 0s;
	}

	#pagetopLink:hover {
		opacity: 0.7;
	}

	#pagetopImg {
		padding-right: 8px;
		height: 38px;
	}

	#footerNav {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 400px;
		margin: 0 auto;
		padding: 60px 0 40px;
	}

	.footerNavItem .fNaviItemLink {
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		color: #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	.footerNavItem .fNaviItemLink:hover {
		color: #baab80;
	}

	#footerRecBtn {
		width: 200px;
		margin: 0 auto 40px;
	}

	#footerRecLink {
		display: block;
		padding: 5px 0;
		letter-spacing: 0.075em;
		font-size: 1.6rem;
		font-weight: 600;
		border: 1px solid #baab80;
		color: #baab80;
		transition: all 0.3s ease-in-out 0s;
	}

	#footerRecLink:hover {
		background: #baab80;
		color: #333;
	}

	#footerLogo {
		width: 187px;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	#footerLogo .naviItemLink:hover {
		opacity: 0.7;
	}

	#footerCompany {
		padding-bottom: 5px;
		font-size: 1.6rem;
		letter-spacing: 0.025em;
		font-family: '游ゴシック', YuGothic;
	}

	#footerAdd {
		display: inline-block;
		text-align: left;
		font-size: 1.3rem;
		padding-bottom: 5px;
		letter-spacing: 0.025em;
		font-family: '游ゴシック', YuGothic;
	}

	#footerTel {
		display: inline-block;
		padding-left: 15px;
		margin-bottom: 40px;
		font-size: 1.7rem;
		font-family: '游ゴシック', YuGothic;
		letter-spacing: 0.05em;
		background: url(../../img/common/footer_tel_icon.png) no-repeat 0 center;
	}

	#footerCr {
		display: block;
		padding: 27px 0;
		background: #000;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}


}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	/* 1024px - 1200px用（パソコン用）の記述 */
	html {
		font-size: 0.833vw;
	}
	/* ボタン */
	/* -------------------------------------------------- */

	/* タイトル */
	/* -------------------------------------------------- */

	/* レイアウト */
	/* -------------------------------------------------- */
	.commonW {
		width: 92%;
	}
	/* header */
	/* -------------------------------------------------- */
	#header {
		width: 92%;
		margin-left: -46%;
	}

	#headerLogo {
		width: 40%;
	}

	#headerLogo img {
		width: 100%;
	}

	#naviWrap {
		padding-left: 0;
	}

	/* footer */
	/* -------------------------------------------------- */

}

@media screen and (max-width: 1023px) {
	/* 1023px以下用（スマートフォン用）の記述 */


	/* ボタン */
	/* -------------------------------------------------- */
	.link1 {
		display: block;
	}

	/* タイトル */
	/* -------------------------------------------------- */
	.commonTit {
		padding: 25px 0;
		text-align: center;
		font-size: 2.4rem;
		font-weight: 600;
		letter-spacing: 0.075em;
		color: #fff;
		background: url(../../img/top/common_tit_bg_sp.jpg) 0 0;
		background-size: 94px 100px;
		-webkit-background-size: 94px 100px;
	}

	.commonTit2 {
		padding: 30px 0;
		margin-bottom: 40px;
		text-align: center;
		font-size: 2.4rem;
		letter-spacing: 0.025em;
		font-weight: 600;
		color: #fff;
		background: url(../../img/company/company_tit_bg_sp.jpg) 0 0;
		background-size: 94px 100px;
		-webkit-background-size: 94px 100px;
	}

	/* レイアウト */
	/* -------------------------------------------------- */
	.pc {
		display: none;
	}

	.commonW {
		width: 92%;
		margin: 0 auto;
	}

	/* 表 */
	/* -------------------------------------------------- */
	.commonTable {
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.31;
	}

	.commonTable tr {
		border-bottom: 1px solid #d1d1d1;
	}

	.commonTTheme {
		width: 35%;
		padding: 15px 0;
		font-weight: bold;

	}

	.commonTDetail {
		width: 66%;
		padding: 10px 0;
	}

	/* header */
	/* -------------------------------------------------- */
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background: #fff;
	}

	#header {

	}

	#headerLogo {
		width: 215px;
		padding: 12px 0;
		position: relative;
		z-index: 210;
	}

	.nav_open #headerLogo {
		display: none;
	}

	#headerLogo img {
		width: 100%;
	}

	/* ハンバーガーメニュー */
	/* -------------------------------------------------- */
	#naviWrap {
		width: 100%;
		height: 100%;
		overflow: auto;
		position: fixed;
		top: 0;
		right: -100%;
	}

	#navi {
		width: 100%;
		min-height: 100%;
		margin: 0;
		transition: all .6s;
		padding: 40px 0 53.125vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 200;
		background: url(../../img/common/h_menu_logo_sp.jpg) 0 bottom #fff no-repeat;
		background-size: contain;
		-webkit-background-size: contain;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
	}

	.nav_btn_wrap {
		width: 100%;
		height: 60px;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 200;
	}

	.nav_btn {
		width: 45px;
		height: 45px;
		z-index: 300;
		top: 3px;
		right: 7px;
		cursor: pointer;
		position: absolute;
	}

	.hamburger_line {
		transition: all .6s;
		width: 30px;
		height: 4px;
		left: 5px;
		background-color: #000;
		position: absolute;
	}

	.hamburger_line1 { top: 10px; }
	.hamburger_line2 { top: 18px; }
	.hamburger_line3 { top: 26px; }

	.hamburger_txt {
		display: inline-block;
		font-size: 1rem;
		line-height: 1;
		font-weight: 900;
		letter-spacing: 0;
		position: absolute;
		top: 34px;
		left: -1px;
	}

	.nav_open .hamburger_txt::before {
		content: '閉じる';
		width: 50px;
		padding: 2px 0;
		text-align: center;
		background: #fff;
		position: absolute;
		top: 0;
		left: -2px;
	}

	/* 表示された時用のCSS */
	.nav_open {
		overflow: hidden;
	}

	.nav_open #header #naviWrap { right: 0; }

	.nav_open .hamburger_line1 {
		transform: rotate(45deg);
		top: 20px;
	}

	.nav_open .hamburger_line2 {
		width: 0;
		left: 50%;
	}

	.nav_open .hamburger_line3 {
		transform: rotate(-45deg);
		top: 20px;
	}

	#naviList {
		width: 74%;
		margin: 0 auto;
		padding-bottom: 26px;
	}

	.naviItem {
		position: relative;
	}

	.naviItem:after {
		content: '';
		width: 11px;
		height: 14px;
		background: url(../../img/common/h_menu_arrow_sp.png) no-repeat 0;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 29px;
		right: 0;
	}

	.naviItemLink {
		display: block;
		padding: 18px 0 24px;
		font-size: 2rem;
		font-weight: 600;
		letter-spacing: 0.025em;
		background: url(../../img/common/h_menu_line_sp.png) no-repeat center bottom;
		background-size: 1000px 6px;
		-webkit-background-size: 1000px 6px;
		color: #333;
	}

	.currentNaviItem .naviItemLink {
		color: #9e2b21;
	}

	/* メインビジュアル */
	/* -------------------------------------------------- */
	.mv {
		margin-top: 60px;
		text-align: center;
		position: relative;
	}

	.mvTit:before {
		content: '';
		width: 100%;
		height: 100%;
		opacity: 0.7;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.mv:after {
		content: '';
		width: 100%;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}

	.mvTit {
		padding: 80px 0;
		font-size: 2.5rem;
		letter-spacing: 0.05em;
		font-weight: 600;
		overflow: hidden;
		color: #fff;
		position: relative;
	}

	.mvTit:after {
		content: '';
		display: inline-block;
		width: 270px;
		height: 255px;
		background: url(../../img/common/mv_circle.png) no-repeat center;
		background-size: contain;
		-webkit-background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0.3;
		z-index: -1;
	}

	/* パンくずリスト */
	/* -------------------------------------------------- */
	#breadcrumb {
		margin-bottom: 50px;
		letter-spacing: -.4em;
		background: #000;
	}

	.breadcrumbItem {
		display: inline-block;
		padding: 10px 0;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
		letter-spacing: 0.025em;
		font-size: 1.2rem;
		padding-right: 30px;
		color: #fff;
		position: relative;
	}

	.breadcrumbItem:after {
		content: '';
		display: inline-block;
		width: 1px;
		height: 15px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 14px;
		margin-top: -7px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	.breadcrumbItem:last-child {
		padding-right: 0;
	}

	.breadcrumbItem:last-child:after {
		display: none;
	}

	.breadcrumbItem .breadcrumbLink {
		display: block;
		color: #fff;
	}

	/* footer */
	/* -------------------------------------------------- */
	footer {
		text-align: center;
		letter-spacing: -.4em;
		position: relative;
		background: url(../../img/common/footer_bg_sp.jpg) 0 0;
		background-size: 94px 467px;
		-webkit-background-size: 94px 467px;
		color: #fff;
	}

	#pagetop {
		width: 40px;
		height: 40px;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -20px;
	}

	#pagetopLink {
		display: block;
		padding: 9px 0;
		border-radius: 50%;
		text-align: center;
		background: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
		transition: all 0.3s ease-in-out 0s;
	}

	#pagetopImg {
		padding-right: 2px;
		height: 20px;
	}

	#footerNav {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 70%;
		margin: 0 auto;
		padding: 50px 0 0;
	}

	.footerNavItem {
		padding-bottom: 25px;
		width: 50%;
		text-align: center;
		line-height: 1;

	}

	.footerNavItem .fNaviItemLink {
		display: inline-block;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.02em;
		color: #fff;
	}

	#footerRecBtn {
		width: 53%;
		margin: 0 auto 30px;
	}

	#footerRecLink {
		display: block;
		padding: 15px 0;
		letter-spacing: 0.075em;
		font-size: 1.6rem;
		font-weight: 600;
		border: 1px solid #baab80;
		color: #baab80;
		transition: all 0.3s ease-in-out 0s;
	}

	#footerLogo {
		width: 53%;
		margin: 0 auto;
		padding-bottom: 15px;
	}

	#footerLogo img {
		width: 100%;
	}

	#footerCompany {
		padding-bottom: 5px;
		font-size: 1.6rem;
		letter-spacing: 0.025em;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";

	}

	#footerAdd {
		display: inline-block;
		text-align: left;
		font-size: 1.4rem;
		padding-bottom: 5px;
		letter-spacing: 0.025em;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";

	}

	#footerTel {
		display: inline-block;
		padding-left: 25px;
		margin-bottom: 35px;
		font-size: 1.7rem;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
		letter-spacing: 0.05em;
		background: url(../../img/common/footer_tel_icon_sp.png) no-repeat 0 center;
		background-size: 18px 21px;
		-webkit-background-size: 18px 21px;
	}

	#footerTel a {
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		color: #fff;
	}

	#footerCr {
		display: block;
		padding: 20px 0;
		background: #000;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}

	#footerCr.menuFooterCr {
	    padding: 20px 0 31vw;
	}
}

@media screen and (min-width: 750px) and (max-width: 1023px) {
	/* 1024px - 1200px用（タブレット用）の記述 */

	/* ボタン */
	/* -------------------------------------------------- */

	/* タイトル */
	/* -------------------------------------------------- */


	/* レイアウト */
	/* -------------------------------------------------- */
	main {
		width: 100%;
		overflow: hidden;
	}

	.tabNone {
		display: none !important;
	}
	/* header */
	/* -------------------------------------------------- */

	/* ハンバーガーメニュー */
	/* -------------------------------------------------- */
	#h_bottom_logo {
		padding: 22.135vw 12% 10.938vw !important;
	}

	/* footer */
	/* -------------------------------------------------- */
	#footerLogo {
		width: 29%;
	}

	#footerCr.menuFooterCr {
	    padding: 20px 0 29vw;
	}
}

@media screen and (max-width: 375px) {
	/* 375px - 320px用（スマホ用）の記述 */
	html {
		font-size: 2.667vw;
	}

}

/*i phone 5/SE 用*/
@media only screen
and (max-width:320px) {
	/* footer */
	/* -------------------------------------------------- */
	#footerNav {
		width: 75%;
	}

}

/*i phone 678 より小さい画面サイズ用*/
@media only screen
and (max-width:374px) {
	/* ハンバーガーメニュー */
	/* -------------------------------------------------- */
/*
	#naviList {
		position: relative;
	}

	#navi {
		padding-bottom: 53.125vw;
		background: url(../../img/common/h_menu_logo_sp.jpg) center bottom no-repeat #FFF;
		background-size: contain;
		-webkit-background-size: contain;
	}
*/

/*
	#naviList:after {
		content: '';
		display: inline-block;
		width: 136%;
		height: 50.938vw;
		position: absolute;
		left: -18%;
		bottom: 0;
	}
*/

}
