@charset "Shift_JIS";
/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	/*-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;*/
-webkit-font-smoothing:antialiased;
/*font-smoothing:antialiased;*/
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}


hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */
html,
body {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	line-height: 1.8;
	min-width: 1240px;
	word-wrap: break-word;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	margin: 0 auto;
}

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

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.tal {
	text-align:left;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.vat {
	vertical-align:top;
}
.vam {
	vertical-align:middle;
}
.vab {
	vertical-align:bottom;
}
.vtb {
	vertical-align:text-bottom;
}

strong,
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal !important;
}

.auto {
	margin-left: auto;
	margin-right: auto;
}

input.none{
	display: none;
}

.hidden {
	display: none;
}
/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}
.b2 {
	margin-bottom: 3.4em;
}
.b3 {
	margin-bottom: 5.1em;
}

/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb110 {
	margin-bottom: 110px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mt5 {
	margin-top: 5px;
}
.mt20 {
	margin-top: 20px;
}


/* リンク */
a {
	color: #728989;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc_tal {
		text-align:left;
	}
	.pc_tac {
		text-align:center;
	}
	.pc_tar {
		text-align:right;
	}
	.pc_nobr br {
		display: none;
	}
	.pc_mb0 {
		margin-bottom: 0 !important;
	}
	.pc_mb40 {
		margin-bottom: 40px !important;
	}
	.pc_mb50 { 
		margin-bottom: 50px;
	}
	.pc_mb60 { 
		margin-bottom: 60px;
	}
    .pc_mb100 { 
		margin-bottom: 100px; 
	}
	.pc_mr0 {
		margin-right: 0 !important;
	}
	
	a .img_hover {
		overflow: hidden;
		display: block;
		position: relative;
		-webkit-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-moz-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-ms-transition:0.1s cubic-bezier(0, 0, 0.2, 1);
		-o-transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		transition: 0.1s cubic-bezier(0, 0, 0.2, 1);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	a .img_hover img {
		-webkit-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-moz-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-ms-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		-o-transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		transition:0.5s cubic-bezier(0, 0, 0.2, 1);
		overflow: hidden;
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	a:hover .img_hover img {
		opacity: 1;
		overflow: hidden;
		-webkit-transform: scale(1.03);
		-moz-transform: scale(1.03);
		-o-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}
	a:hover img {
		opacity: 0.7;
	}
}

/* カラー */
.red {
	color: #DB0000 !important;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* フォントサイズ */
.big,
.f18 {
	font-size: 1.8rem;
}
.f11 {
	font-size: 1.1rem;
}
.f12 {
	font-size: 1.2rem;
}
.f13 {
	font-size: 1.3rem;
}
.f15 {
	font-size: 1.5rem;
}
.f20 {
	font-size: 2rem;
}

.small,
small,
.f14 {
	font-size: 1.4rem;
}
sup {
	font-size: 80%;
	vertical-align:top;
}

/*-- リード文 --*/
.lead {
	font-weight: 500;
	line-height: 2;
}
@media print, screen and (min-width: 768px) {
	.lead {
		font-size: 1.8rem;
		text-align: center !important;
		margin-bottom: 80px;
	}	
}
/* ------------------------------
 サイト全体（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	html, 
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.pc {
		display: none;
	}
	.sp_tac {
		text-align: center;
	}
	.sp_tal {
		text-align: left;
	}
	.sp_nobr br {
		display: none;
	}

	.fl,
	.fr {
		float: none;
	}
	.site {
		min-width: 0;
	}
	
	/* スペース */
	.mb15 {
		margin-bottom: 10px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb25 {
		margin-bottom: 15px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb35 {
		margin-bottom: 20px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.mb70 {
		margin-bottom: 50px !important;
	}
	.mb80 {
		margin-bottom: 50px !important;
	}
	.mb110 {
		margin-bottom: 60px !important;
	}
	.sp_mb20 {
		margin-bottom: 20px !important;
	}
	.sp_mb30 {
		margin-bottom: 30px !important;
	}
	.sp_mb40 {
		margin-bottom: 40px !important;
	}
	.sp_mb60 {
		margin-bottom: 60px !important;
	}
	.mt20 {
		margin-top: 10px;
	}
	
	/* フォントサイズ */
	.big,
	.f18 {
		font-size: 1.7rem;
	}
	.f13 {
		font-size: 1.2rem;
	}
	.f15 {
		font-size: 1.4rem;
	}
	.f20 {
		font-size: 1.8rem;
	}
	.f28 {
		font-size: 2rem;
	}
	.small,
	small,
	.f14 {
		font-size: 1.3rem;
	}
	.nobr br { display: none;}

	/*-- リード文 --*/
	.lead {
		font-size: 1.6rem;
		text-align: left;
		margin-bottom: 40px;
	}
}

/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #000000;
}
.headerBlock  {
	margin: 0 auto;
	text-align: left;
	position: relative;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.headerBlock .gnav .headerMenu > li > p a,
.headerBlock .gnav .headerMenu > li > a {
	display: flex;
	color: #fff;
}
/* ロゴ */
.headerBlock_logo a {
	display: flex;
	align-items: flex-end;
	text-decoration: none;
}
.headerBlock .logo-outer a > span {
	font-size: 1.2rem;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	margin-bottom: 3px;
}
/* 採用など*/
.headerBlock .headerRecruitMenu {
	display: flex;
}
.headerBlock .headerRecruitMenu li {
	width: calc(100% / 3);
}
.headerBlock .headerRecruitMenu li a {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	transition: .3s ease-in-out;
}
.headerBlock .headerRecruitMenu li:first-child a {
	background-color: #f8d100;
}
.headerBlock .headerRecruitMenu li:nth-child(2) a {
	background-color: #f8b500;
}
.headerBlock .headerRecruitMenu li:last-child a {
	background-color: #ee9800;
}
/*ナビ詳細*/
.headerBlock .gnav .headerMenu > li > p a span,
.headerBlock .gnav .headerMenu > li > a span  {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 1.0rem;
	color: #9a9d9e;
	letter-spacing: 0.05em;
}
/*プルダウン部分共通*/
.headerBlock .headerMenu > li > ul > li a {
	position: relative;
}
.headerBlock .headerMenu > li > ul > li a::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #464646;
	border-right: 1px solid #464646;
	transform: rotate(45deg);
	vertical-align: middle;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
		height: 120px;
		box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
    .headerBlock {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	/* ロゴ */
	.headerBlock .logo-outer {
		z-index: 50;
		margin-left: 30px;
		margin-top: 40px;
	}
	.headerBlock_logo a img {
		margin-right: 25px;
	}
	.headerBlock_logo a:hover img {
		opacity: 1;
	}
	/*----- ナビ -----*/
	.headerBlock .gnav {
		width: 600px;
	}
	/* 採用など*/
	.headerBlock .headerRecruitMenu li a {
		line-height: 40px;
	}
	.headerBlock .headerRecruitMenu li a:hover,
	.headerBlock .headerRecruitMenu li a:focus {
		opacity: .8;
	}

	/*ナビ詳細*/
	.headerBlock .headerMenu {
		display: flex;
		justify-content: flex-start;
		margin-top: 25px;
	}
	.headerBlock .gnav .headerMenu > li {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li:not(:last-child) {
		margin-right: 45px;
	}
	.headerBlock .gnav .headerMenu > li > p a,
	.headerBlock .gnav .headerMenu > li > a {
		flex-direction: column;
		text-align: center;
		text-decoration: none;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		height: 55px;
	}
	.headerBlock .gnav .headerMenu > li p a::after,
	.headerBlock .gnav .headerMenu > li > a::after {
		content: "";
		display: block;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 0;
		background-color: #f8b500;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav .headerMenu > li.on p a::after,
	.headerBlock .gnav .headerMenu > li:hover p a::after ,
	.headerBlock .gnav .headerMenu > li:focus p a::after,
	.headerBlock .gnav .headerMenu > li.on > a::after,
	.headerBlock .gnav .headerMenu > li:hover > a::after ,
	.headerBlock .gnav .headerMenu > li:focus > a::after {
		visibility: visible;
		opacity: 1;
		height: 4px;
	}
}

/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .headerMenu > li > ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 55px;
		left: 0;
		width: auto;
		padding: 15px 28px;
		background-color: rgba(255,255,255,.9);
		transition: .3s ease-in-out;
		border-radius: 0 0 10px 10px;
		box-shadow: 0px 0px 10px 0px rgb(107 112 121 / 30%);
	}
	.headerBlock .headerMenu > li > ul:hover,
	.headerBlock .headerMenu > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.headerBlock .headerMenu > li > ul > li a {
		display: inline-block;
		width: auto;
		color: #464646;
		font-size: 1.4rem;
		line-height: 40px;
		text-decoration: none;
		text-align: left;
		white-space: nowrap;
		transition: .3s ease-in-out;
		padding-right: 12px;
	}
	.headerBlock .headerMenu > li > ul > li a:hover,
	.headerBlock .headerMenu > li > ul > li a:focus {
		text-decoration: underline;
	}
	.headerBlock .headerMenu > li > ul > li a::after {
		position: absolute;
		top: 17px;
		right: 0;
	}
}
/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 60px;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
	}
	.headerBlock  {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.logo-outer {
		z-index: 10;
		width: 100%;
		height: 60px;
		top: 0;
		background: #000;
		position: absolute;
		box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 10px -7px;
	}
	
	/* ロゴ */
	.headerBlock_logo {
		width: calc(100% - 100px);
		padding: 0 0 0 5%;
		margin-top: 15px;
	}
	.headerBlock_logo img {
		width: 128px;
		height: 22px;
		margin-right: 15px;
	}
	.headerBlock .logo-outer a > span {
		font-size: 1.0rem;
	}
	/* グローバルナビ */
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		background-color: #f9d826;
	}

	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #000;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background-color: #000;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: '';
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -8px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
	  background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	/* 開閉メニューボタン */
	
	/*採用など*/
	.headerBlock .headerRecruitMenu {
		margin-top: 40px;
	}
	.headerBlock .headerRecruitMenu li a {
		font-size: 1.5rem;
		line-height: 70px;
	}
	/*採用など*/

	/* 開閉ナビゲーション */
	.headerBlock .gnav {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		top: 60px;
		width: 100%;
		background: rgba(0, 0, 0, 1);
	}
	.page-open-slidemenu .headerBlock .gnav {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		max-height: 100vh;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.headerBlock .gnav .headerMenu {
		padding: 0 0 50px;
	}
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.6rem;
		position: relative;
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		position: relative;
		text-align: left;
		z-index: 1;
		border-bottom: 1px solid #323232;
	}

	/*ナビ詳細*/
	.headerBlock .gnav .headerMenu > li > p a:not(.btn-submenu-toggle) span,
	.headerBlock .gnav .headerMenu > li > a:not(.btn-submenu-toggle) span {
		margin-left: 15px;
		vertical-align: text-top;
		margin-top: 6px;
	}
	
	/* 開閉ボタン 開く処理 */
	/* リンク矢印 */
	.headerBlock .gnav .headerMenu > li a:not(.btn-submenu-toggle)  {
		font-weight: bold;
		display: block;
		width: 100%;
		position: relative;
		line-height: 1;
		text-decoration: none;
		padding: 24px calc(5% + 65px) 24px 5%;
	}
	.headerBlock .gnav .headerMenu > li > a:not(.btn-submenu-toggle)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		display: block;
		width: 10px;
		height: 10px;
		border-top: 2px solid #f9d826;
		border-right: 2px solid #f9d826;
		transform: rotate(45deg);
		margin: auto;
	}
	/* ------------------------------
	 プルダウンメニュー部分
	------------------------------ */
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 67px;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		z-index: 10;
		background: #000;
	}
	.btn-submenu-toggle:before,
	.btn-submenu-toggle:after {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #f9d826;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle:before {
		width: 2px;
		height: 15px;
	}
	.btn-submenu-toggle:after {
		width: 15px;
		height: 2px;
	}
	.is-open .btn-submenu-toggle:before {
		background-color: transparent;
	}
	
	/**/
	.headerBlock .gnav .headerMenu li > ul{
		position: relative;
		overflow: hidden;
		display: none;
		background-color: #fff;
		padding: 12px 0;
	}	
	.headerBlock .gnav .headerMenu li > ul li a:not(.btn-submenu-toggle) {
		font-size: 1.5rem;
		font-weight: 500;
		color: #464646;
		padding: 18px calc(5% + 65px) 18px 5%;
	}
	.headerBlock .headerMenu > li > ul > li a::after {
		margin-left: 5px;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	min-width: 1240px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 1.7rem;
}
.contentsHome,
.contents {
	width: 100%;
	position:relative;
	background: #fff;
	text-align: left;
}
.contentsHome {
	padding-top: 80px;
	padding-bottom: 150px;
}
.contentsTop,
.contents {
	padding-top: 80px;
	padding-bottom: 140px;
}

/* -- 横幅1140px -- */
.inBlock {
	text-align: left;
}
.contents .inBlock:not(:last-child) {
	margin-bottom: 80px;
}
/* -- テキストブロック -- */
.contents .text:not(:last-child) {
	margin-bottom: 40px;
}
/* -- イメージブロック -- */
.contents .imgBox img {
	width: 100%;
}
/* -- キャプション -- */
.caption_b {
	margin-top: 25px;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.contentsHome,
	.contents {
		min-width: 1140px;
	}
	/* -- 横幅1140px -- */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		font-size: 1.6rem;
		/*font-size: 1.4rem;*/
		min-width: 320px;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	
	.contentsHome,
	.contentsTop,
	.contents {
		min-width: 300px;
		padding-top: 50px;
	}
	.contentsHome {
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.contentsTop,
	.contents {
		padding-bottom: 70px;
	}
	.contentsTop .inBlock,
	.contents .inBlock {
		margin-left: 8%;
		margin-right: 8%;
	}
	.contents .inBlock:not(:last-child) {
		margin-bottom: 40px;
	}
	/* -- テキストブロック -- */
	.contents .text:not(:last-child) {
		margin-bottom: 25px;
	}
}

.menu-layer {
	display: none;
}
@media screen and (max-width: 767px) {
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0,0,0,1);
		top: 0;
		left: 0;
		z-index: 50;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu .site {
		overflow: hidden;
	}
}
/* ------------------------------
 下層タイトル回り
------------------------------ */
/* -- タイトル contentsTop -- */
.headeringTop,
.headering {
	position: relative;
	width: 100%;
}
.headeringTop img,
.headering img {
	width: 100%;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headeringTop{
		margin-top: 120px;
	}
	.headering {
		margin-top: 240px;
	}
	.headering p {
		line-height: 2;
		margin-bottom: 90px;
	}
}
/* ------------------------------
 スマホ用コード（コンテンツ）
------------------------------ */
@media screen and (max-width: 767px) {
	.headeringTop {
		margin-top: 60px;
	}
	.headering {
		margin-top: 120px;
	}
	.headering p {
		line-height: 1.8;
		text-align: left;
		margin-bottom: 40px;
	}
	.headering > *:not(img) {
		padding: 0 8%;
	}
}

/* ------------------------------
 フッタ
------------------------------ */
.footer {
	background: #000;
}
.footer .footerBlock {
	display: flex;
	text-align: left;

}

/* フッターロゴ*/
.footerLogo {
	font-weight: bold;
	color: #fff;
}
.footerLogo span {
	display: block;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	line-height: 1;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}
/* フッターナビ*/
.footerNav > p {
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: 'Inter', sans-serif;
	color: #fff;
}
/* フッターナビ サイトマップ*/
.footerNav.sitemap ul:not(:last-child) {
	margin-right: 30px;
	float: left;
}
.footerNav.sitemap ul:last-child {
	float: right;
}
.footerNav.sitemap ul li:not(:last-child) {
	margin-bottom: 5px;
}
.footerNav.sitemap ul li a {
	font-size: 1.4rem;
	font-weight: bold;
	text-decoration: none;
	color: #9a9d9e;
	transition: .3s ease-in-out;
}
.footerNav.sitemap ul li a::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #9a9d9e;
	border-right: 1px solid #9a9d9e;
	transform: rotate(45deg);
	margin-left: 5px;
	transition: .3s ease-in-out;
	vertical-align: middle;
}
.footerNav.sitemap ul li a[target="_blank"]::after {
	border: none;
	width: 9px;
	height: 9px;
	background: url('../img/icon_blank_gray.svg') no-repeat center;
	transform: rotate(0deg);
}
.footerNav.sitemap ul li a:hover,
.footerNav.sitemap ul li a:focus {
	color: #fff;
}
.footerNav.sitemap ul li a:hover::after,
.footerNav.sitemap ul li a:focus::after {
	border-color: #fff;
}
/* フッターナビ エントリー*/
.footerNav.entry li {
	display: block;
	width: 250px;
}
.footerNav.entry li:not(:last-child) {
	margin-bottom: 7px;
}
.footerNav.entry li a {
	display: block;
	width: 100%;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	color: #000;
	transition: .3s ease-in-out;
}
.footerNav.entry ul li:first-child a {
	background-color: #f8d100;
}
.footerNav.entry ul li:nth-child(2) a {
	background-color: #f8b500;
}
.footerNav.entry ul li:last-child a {
	background-color: #ee9800;
}
.footerNav.entry li a:hover,
.footerNav.entry li a:focus {
	opacity: .8;
}

/* -- コピーライト -- */
.footer .copyright {
	margin: auto;
	font-family: 'Inter', sans-serif;
	font-size: 1.2rem;
	line-height: 1;
	text-align: left;
	color: #9a9d9e;
}
/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 48px;
	right: 48px;
	z-index: 1000;
	background: #f9d826;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
	border-radius: 100%;
}
.js-btn-pagetop__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.js-btn-pagetop__icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 8px;
	margin: auto;
	width: 13px;
	height: 13px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(-45deg);
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footer .footerBlock {
		justify-content: space-between;
		width: 1140px;
		margin: auto;
		padding-top: 50px;
	}

	/* フッターロゴ*/
	.footerLogo span {
		font-size: 4.7rem;
	}
	
	/* フッターナビ*/
	.footerNav > p {
		margin-bottom: 30px;
	}
	
	/* -- コピーライト -- */
	.footer .copyright {
		width: 1140px;
		padding: 10px 0 30px;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	.footer .footerBlock {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 315px;
		margin: auto;
		padding: 30px 0 0;
	}

	/* フッターロゴ*/
	.footerLogo {
		width: 100%;
		order: 1;
		margin-bottom: 25px;
	}
	.footerLogo span {
		font-size: 3.3rem;
	}
	/* フッターナビ */
	.footerNav > p {
		text-align: center;
		margin-bottom: 10px;
	}
	/* フッターナビ サイトマップ*/
	.footerNav.sitemap {
		width: 100%;
		order: 3;
	}

	/* フッターナビ エントリー*/
	.footerNav.entry {
		order: 2;
		margin-bottom: 30px;
	}
	/* -- コピーライト -- */
	.footer .copyright {
		max-width: 315px;
		margin: auto;
		padding: 45px 0 20px;
	}
	
	/* -- PAGE TOP -- */
	.js-btn-pagetop {
		width: 40px;
		height: 40px;
		right: 5%;
		bottom: 5%;
	}
	.js-btn-pagetop__icon::before {
		width: 8px;
		height: 8px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #EE6225;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
	font-size: 1.2rem;
}
/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.contents {
		margin-top: 0;
	}
	.footer .footerBlock,
	.footer .copyright {
		padding-left: 20px;
		padding-right: 20px;
	}
}
 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}
