@charset "utf-8";
/* ------------------------------
 リセット
------------------------------ */
* {
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%;
-webkit-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;}

/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	background-color: #fff;
	color: #1A1A1A;
	font-family:  "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, Arial, sans-serif;
	line-height: 1.75;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	text-align: left;
}
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 !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: bold; }
.nobold { font-weight: 500 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt25 { margin-top: 25px !important; }
.mt20 { margin-top: 20px !important; }
.mt80 { margin-top: 80px !important; }
.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; }
.mb100 { margin-bottom: 100px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb130 { margin-bottom: 130px !important; }
.mb150 { margin-bottom: 150px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }
.ml2rem { margin-left: 2rem !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.nopd { padding: 0 !important; }
/* リンク */
a {
	color: #1A1A1A;
	text-decoration: none;
	-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;
}
@media print, screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
}
a:focus {
	outline: 0;
}
a.div_link {
	color: #ff8d70;
	text-decoration: underline;
}
.div_link a {
	text-decoration: none;
}
a .img_hover {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
a .img_hover img {
	display: block;
	transition: 0.3s ease-in-out;
	overflow: hidden;
	display: block;
	width: 100%;
}
a:hover .img_hover img {
	opacity: 1;
	overflow: hidden;
	transform: scale(1.03);
	transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
	.contents a,
	.contentsWide a {
		transition: .3s ease-in-out;
	}
	.contents a:hover,
	.contentsWide a:hover {
		opacity: .5;
	}
}
/* カラー */
.pink { color: #ff8d70; }
.red { color: #df0615; }
.blue { color: #0000ff; }
.navy { color: #0d2c4f; }
.gray { color: #8a8a90; }
/* .gold { color: #b5a14c; } */
/* フォントサイズ */
.f11 { font-size: 1.1rem; }
.f12 { font-size: 1.2rem; }
.f13 { font-size: 1.3rem; }
.small, small,
.f14 { font-size: 1.4rem; }
.f15 { font-size: 1.5rem; }
.f16 { font-size: 1.6rem; }
.big,
.f18 { font-size: 1.8rem; }
.f19 { font-size: 1.9rem; }
.f20 { font-size: 2rem; }
.f21 { font-size: 2.1rem; }
.f22 { font-size: 2.2rem; }
.f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; }
.f26 { font-size: 2.6rem; }
.f28 { font-size: 2.8rem; }
.f32 { font-size: 3.2rem; }
/* 上付き */
sup {
	font-size: 1.3rem;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 1.3rem;
	vertical-align:bottom;
}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti2c {
	padding-left: 2em;
	text-indent: -2em;
}
.ti2hc {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
/* 改行しない */
.nowrap {
	white-space: nowrap;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important;}
	.pc_tal { text-align: left; }
	.pc_tac { text-align: center; }
	.pc_tar { text-align: right; }
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mb100 { margin-bottom: 100px !important; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: #1A1A1A;
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
	}
	.site { min-width: 0;}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* スペース */
	.mt25 { margin-top: 20px !important; }
	.mt80 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb35 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 40px !important; }
	.mb80 { margin-bottom: 40px !important; }
	.mb100 { margin-bottom: 60px !important; }
	.mb120 { margin-bottom: 60px !important; }
	.mb130 { margin-bottom: 60px !important; }
	.mb150 { margin-bottom: 60px !important; }
	.sp_mt30 { margin-top: 30px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40,
	.mb10.sp_mb40  { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_mb80 { margin-bottom: 80px !important; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f20 { font-size: 1.8rem; }
	.f21 { font-size: 1.8rem; }
	.f22 { font-size: 1.8rem; }
	.f24 { font-size: 2rem; }
	.f25 { font-size: 2rem; }
	.f26 { font-size: 2rem; }
	.f28 { font-size: 2rem; }
	.f32 { font-size: 2.7rem; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
}
/* ------------------------------
 ヘッダー
------------------------------ */
.header-area {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
}
.header-block {
	margin: 0 auto;
	text-align: left;
}
.header-block a {
	color: #fff;
}
/* -- ロゴ -- */
.header-block_logo a {
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.7rem;
	margin-top: -4px;
}
.header-block_logo img {
	vertical-align: middle;
}
.header-block_logo:hover img {
	opacity: 1;
}
.header-block_logo p {
	font-family: 'Roboto';
	font-weight: 500;
}

/*-- グローバルナビ --*/ 
.header-block .gnav .header-menu > li > .pulldown .navigation-block li a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: url('../img/icon_blank_w.svg') no-repeat right center / 11px;
	vertical-align: 3px;
}
.header-navigation .inquiry {
	display: grid;
  	align-items: center;
	margin-right: 35px;
}
.header-navigation .inquiry a {
	color: #fff;
	background-color: #DF0615;
	border: 1px solid #DF0615;
	font-size: 1.6rem;
	border-radius: 60px;
	padding: 8px 20px;
	display: block;
	width: 150px;
	text-align: center;
	font-weight: bold;
}
.header-navigation .inquiry a:hover{
	opacity: 1;
	color: #DF0615;
	background-color: #fff;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-area {
		max-width: 100%;
		border-bottom: 1px solid #DFE2E5;
	}
	.header-area a:hover {
		color: #fff;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
    .header-block {
		width: 100%;
		height: 100px;
		margin: 0 auto;
		position: relative;
		background-color: #fff;
    }
	/*-- ロゴ --*/ 
    .header-box {
        display: flex;
        /*max-width: 1600px;*/
        height: 100px;
        margin: auto;
        justify-content: space-between;
		background: #fff;
		position: relative;
    }
	.header-block_logo {
		width: 250px;
		display: flex;
		align-items: center;
		margin-left: 32px;
	}
	.header-block_logo img {
		width: 195px;
    }    
	/*-- グローバルナビ --*/ 
	.gnav {
        width: 100%;
        display: flex;
    }
    .gnav .inBlock {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .gnav .inBlock::after {
        content: none;
    }
    .gnav .inBlock > p {
        font-size: 1.7rem;
        font-weight: bold;
        color: #1A1A1A;
    }
	.header-block .gnav .header-menu {
		height: 100px;
		visibility: visible;
		display: flex;
        justify-content: center;
		margin-right: 30px;
	}
	.header-block .gnav .header-menu > li {
		font-size: 1.6rem;
		text-align: center;
		display: flex;
		align-items: center;
		font-weight: 500;
		position: relative;
	}
	.header-block .gnav .header-menu > li:not(:first-child) {
		padding: 0 10px;
	}
	.header-block .gnav .header-menu > li:not(:last-child) {
		padding: 0 15px;
	}
	.header-block .gnav .header-menu > li:last-child {
		padding-right: 0;
	}
	.header-block .gnav .header-menu > li > p {
		display: flex;
		height: 100%;
		align-items: center;
	}
	.header-block .gnav .header-menu > li > p a {
		display: flex;
		height: 100%;
		align-items: center;
		transition: 0.3s ease-in-out;
		text-decoration: none;
        position: relative;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        color: #1A1A1A;
		line-height: 1;
    }
	.header-block .gnav .header-menu > li > p a:hover,
	.header-block .gnav .header-menu > li > p a:focus,
	.header-block .gnav .header-menu > li:hover > p a,
	.header-block .gnav .header-menu > li.on > p a {
        color: #DF0615 !important;
		opacity: 1;
    }
	
	.header-block .gnav .header-menu > li:focus > p a::after,
	.header-block .gnav .header-menu > li:hover > p a::after,
	.header-block .gnav .header-menu > li.on > p a::after {
		opacity: 1;
    }
    .header-block .gnav .header-menu > li > a::after,
    .header-block .gnav .header-menu > li > p > a::after {
        content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		right: 0;
		bottom: 27px;
		left: 0;
		z-index: -1;
		content: '';
		background: #DF0615;
		transform-origin: left bottom;
		transform: scale(0, 1);
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
    }
    .header-block .gnav .header-menu > li:hover a::after,
    .header-block .gnav .header-menu > li.on a::after,
	.header-block .gnav .header-menu > li a:focus::after {
        transform-origin: left bottom;
		transform: scale(1, 1);
		opacity: 1;
    }
	.header-navigation {
		display: flex;
	}
	.pulldown.on {
		overflow-y: auto;
		max-height: calc(100vh - 126px);
		
	}
}
/* safari(iOS)ハック */
@media print, screen and (min-width:1240px) and (max-width:1600px) {
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:first-child) {
		margin-left: 10px;
	}
	_::-webkit-full-page-media, _:future, :root .header-block .gnav .header-menu > li:not(:last-child) {
		margin-right: 10px;
	}
}
/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header-block .gnav .header-menu > li > .pulldown {
		font-size: 1.6rem;
		font-weight: bold;
		position: absolute;
		top: 100px;
		left: -65%;
		right: 0;
		margin: auto;
		white-space: nowrap;
		width: fit-content;
		padding: 0;
		z-index: -1;
		transition-duration:0.3s;
		transition-timing-function:ease-in-out;
		opacity: 0;
		visibility:hidden;
	}
	.header-block .gnav .header-menu > li > .pulldown .navigation-block {
		background: #232c35;
		color: #fff;
		padding: 30px 40px;
		margin-top: 25px;
		text-align: left;
	}
	.header-block .gnav .header-menu > li > .pulldown .navigation-block li {
		margin-bottom: 5px;
	}
	.header-block .gnav .header-menu > li > .pulldown .navigation-block li a::before {
		content: "";
		display: inline-block;
		width: 15px;
    	height: 7px;
		margin-right: 7px;
		vertical-align: 3px;
		background: url('../img/icon_arrow_red.svg') no-repeat center / 100%;
		-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;
	}
	.header-block .gnav .header-menu > li > .pulldown.on {
		opacity: 1;
		height: auto;
		visibility: visible;
	}
	.header-block .gnav .header-menu > li > .pulldown.on .navigation-block {
		opacity: 1;
		height: auto;
		visibility: visible;
	}
	
	.navigation-flexbox {
		display: flex;
		gap: 0 45px;
		flex-flow: row wrap;
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header-area {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 100%;
		z-index: 1000;
	}
	.header-block {
		width: 100%;
		height: 60px;
		margin: 0 auto;
		background: #fff;
		transition: 0s all !important;
	}
	/* ロゴ */
	.header-box {
		z-index: 10;
		width: 100%;
		top: 0;
		position: relative;
	}
	.header-block_logo {
		height: 60px;
		display: flex;
		align-items: center;
		padding: 0 5%;
		position: relative;
		background-color: #fff;
		z-index: 99;
	}
	.header-block_logo a {
		margin-top: 0;
	  }
	.header-block_logo img {
		width: 156px;
	}
	.header-block_logo p {
		font-size: 1.3rem;
	}
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		background: none;
		transition: 0.3s ease-in-out;
		z-index: 100;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 32px;
		height: 2px;
		background-color: #171f23;
	}
	.menu-icon:before,
	.menu-icon:after {
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .menu-icon::before,
	.page-open-slidemenu .menu-icon::after {
		background-color: #171f23;
	}
	.page-open-slidemenu .header-block_logo {
		background: #fff;
	}
	.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;
	}
	.menu-icon:before {
		top: -9px;
		-webkit-transition: -webkit-transform .05s ease-out;
		transition: -webkit-transform .05s ease-out;
		transition: transform .05s ease-out;
		transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	}
	.menu-icon:after {
		bottom: -9px;
		-webkit-transition: -webkit-transform .05s ease-out;
		transition: -webkit-transform .05s ease-out;
		transition: transform .05s ease-out;
		transition: transform .05s ease-out, -webkit-transform .05s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		-webkit-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}
	.page-open-slidemenu .menu-icon:after {
		-webkit-transform: translateY(-9px) rotate(-45deg);
		transform: translateY(-9px) rotate(-45deg);
	}
	/* 開閉メニューボタン */
	
	/* グローバルナビ */
	.header-block .gnav {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		position: fixed;
		width: 80%;
		background: #171f23;
		visibility: hidden;
		display: flex;
		flex-flow: column;
		padding: 0;

		top: 60px;
		opacity: 0;
		left: 100%;
		overflow-y: auto;
		max-height: 100vh;
		height: 100vh;
	}
	
	/* 開いたら固定 */
	.page-open-slidemenu .header-block {
		position: fixed;
		top: 0;
		background: #fff;
	}
	.page-open-slidemenu::before {
		content: "";
		position: fixed;
		display: block;
		visibility: visible;
		opacity: 1;
		z-index: 3;
		background: rgba(0,0,0,.5);
		transition: 1s .1s;
		max-height: 100vh;
		height: 100vh;
		width: 100%;
	}
	.page-open-slidemenu .header-block.is-before-scrolled {
		top: 0;
	}
	.page-open-slidemenu .header-block .gnav {
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		max-height: 100vh;
		height: 100vh;
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;

		left: calc(100% - 80%);
		opacity: 1;
		visibility: visible;
	}
	.page-open-slidemenu .header-block.is-before-scrolled .gnav {
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
	}
	
	.page-open-slidemenu .header-block .gnav .header-menu > li {
		position: relative;
		text-align: left;
		z-index: 1;
		margin-top: -1px;
	}
	.header-block .gnav .header-menu > li > p {
		position: relative;
	}
	.header-block .gnav .header-menu > li > p a {
		font-size: 1.5rem !important;
		font-weight: bold;
		padding: 20px 7% !important;
	}
	.header-block .navigation-block {
		padding-left: 5%;
    	padding-right: 5%;
		background: #232c35;
	}
    .header-block .gnav .headerSubMenu {
        padding: 30px 5% 20px;
        text-align: center;
    }
	.header-block .gnav .headerSubMenu > li {
        display: inline-block;
    }
    .header-block .gnav .headerSubMenu > li:not(:last-child) {
        margin-right: 30px;
    }
    .header-block .gnav .headerSubMenu > li a {
        text-decoration: none;
        font-size: 1.5rem;
    }
    .header-block .gnav .headerSubMenu > li a::after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 1px solid #DF0615;
        border-right: 1px solid #DF0615;
        transform: rotate(45deg);
        margin-left: 5px;
    }
    /* 開閉ボタン 開く処理 */
    .header-block .gnav > .inBlock > p {
        display: none;
    }
	.header-block .gnav .header-menu > li a:not(.btn-submenu-toggle)  {
		display: block;
		width: 100%;
		position: relative;
		text-decoration: none;
		padding: 10px 30px;
		line-height: 1.5;
		font-size: 1.5rem;
	}
	.btn-arrow {
		display: block;
		width: 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		cursor: pointer;
		height: 24px;
		bottom: 0;
		margin: auto;
		text-align: center;
		pointer-events: none;
	}
	.btn-arrow::before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 8px;
		vertical-align: 3px;
		background: url('../img/icon_arrow_small.svg') no-repeat center / 100%;
	}
	/* ------------------------------
	 プルダウンメニュー部分
	------------------------------ */
	.header-block .gnav .header-menu > li > .pulldown {
		position: relative;
		overflow: hidden;
        display: none;
	}
	.header-block .gnav .header-menu > li > .pulldown .menu-title {
		display: none;
	}
	.header-block .gnav .header-menu > li > .pulldown ul {
		padding: 10px 0;
    }
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		cursor: pointer;
		bottom: 0;
		margin: auto;
	}
	.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: #df0615;
		-webkit-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
	}
	.btn-submenu-toggle::before {
		width: 1px;
		height: 12px;
	}
	.btn-submenu-toggle::after {
		width: 12px;
		height: 1px;
	}
	.is-open .btn-submenu-toggle::before {
		background-color: transparent;
	}
	.header-navigation .inquiry {
		justify-content: center;
		margin: 10px auto 150px;
		padding-top: 30px;
		border-top: 1px solid #2d3438;
    	width: 90%;
	}

	/*-- グローバルナビ --*/ 
	
	
	.header-navigation .inquiry {
		display: grid;
		align-items: center;
	}
	.header-navigation .inquiry a {
		color: #fff;
		background-color: #DF0615;
		font-size: 1.5rem;
		border-radius: 60px;
		padding: 10px 26px;
		display: block;
		width: 160px;
		text-align: center;
		font-weight: bold;
	}
}

/* ------------------------------
 コンテンツ
------------------------------ */
.menu-layer {
	display: none;
}
.contentsHome,
.contentsTop,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.contents {
	background: url('../img/headline_bg.jpg') no-repeat center top;
	background-size: 100%;
}
/* 横幅1140px */
.inBlock {
	text-align: left;
}
/* 背景あり */
.bgBlock {
	background-color: #f5f3ee;
}
/* 入力 */
.contents > .inBlock{
	position: relative;
}
.contents > .inBlock > *:last-child {
	margin-bottom: 0;
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	html,
	body {
		background-color: #fff;
	}
	.site {
		min-width: 1240px;
		margin: 0 auto;
		background-color: #fff;
	}
	.contentsHome,
	.contentsTop{
		min-width: 1240px;
	}
	.contentsTop,
	.contents {
		margin-top: 100px;
		padding-bottom: 150px;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	.div_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.div_block.wide {
		width: 100%;
	}
	.div_block.wide .div_text {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		font-size: 1.5rem;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	.menu-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: transparent;
	}
	.page-open-slidemenu .menu-layer {
		display: block;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contentsTop,
	.contents {
		min-width: 320px;
	}
	.contentsTop,
	.contents {
		margin: 60px 0 0;
		padding-bottom: 80px;
	}
	/* 入力 */
	.contentsHome > .inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.contentsTop > .inBlock,
	.contents > .inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 60px;
	}
	/* Wideの場合 */
	.div_block {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.div_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.div_block.wide .div_text{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
/* ------------------------------
 下層リンク
------------------------------ */
.linkBlock a {
	display: block;
}
.linkBlock a:hover {
	opacity: 1;
}
.linkBlock .arrow-link {
	font-weight: bold;
	line-height: 1.6;
	padding: 5px 0 5px 45px;
	background: url('../img/icon_circle_arrow.svg') no-repeat left top 4px / 36px;
}
.linkBlock a:hover .arrow-link {
	color: #DF0615;
	transition: 0.3s ease-in-out;
}
.linkBlock .description {
	color: #000;
	text-decoration: none;
}
.linkBlock h4 {
	margin-bottom: 10px !important;
}
/* ------------------------------
 PC用限定CSS（下層リンク）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.linkBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 40px 48px;
	}
	.linkBlock a {
		width: 546px;
		margin-bottom: 25px;
	}
	.linkBlock .img_hover {
		height: 380px;
		margin-bottom: 25px;
	}
	.linkBlock .arrow-link {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
}
/* ----------------------
 スマホ用コード（下層リンク）
---------------------- */
@media screen and (max-width: 767px) {
	.linkBlock a {
		width: 100%;
	}
	.linkBlock a:not(:last-child) {
		margin-bottom: 40px;
	}
	.linkBlock .img_hover {
		margin-bottom: 15px;
	}
	.linkBlock .arrow-link {
		font-size: 2.1rem;
		margin-bottom: 5px;
		background-position: left 0 top 4px;
	}
}
/* ------------------------------
 フッター
------------------------------ */
.footer {
	position: relative;
	text-align: left;
}
/*採用情報 お問い合わせ*/
.footerTop .recruitBox {
	background: url('../img/recruit_img.jpg') no-repeat center / 100%;
	width: 50%;
	color: #fff;
	padding: 100px 5%;
	background-size: cover;
}
.footerTop .contactBox {
	background: url('../img/contact_img.jpg') no-repeat center / 100%;
	width: 50%;
	color: #fff;
	padding: 100px 5%;
	background-size: cover;
}
.footerTop h2 {
	line-height: 1.5;
	color: #fff;
	margin-bottom: 40px;
}
.footerTop h2 span.en {
	display: block;
	font-size: 6.6rem;
	font-weight: normal;
	font-family: "Bai Jamjuree", sans-serif; 
	line-height: 1;
}
.footerTop h2 span.ja {
	font-size: 1.6rem;
	margin-bottom: 5px;
	display: block;
}
.footerTop h2 span.ja::before {
	display: inline-block;
	content: "";
	height: 2px;
	width: 30px;
	background: #df0615;
	vertical-align: middle;
	margin-right: 12px;
}
.footerBox {
	background: #1A1A1A;
	color: #fff;
}
.contactTel {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 15px;
}
.contactTel a {
	font-size: 3.2rem;
	color: #fff;
	vertical-align: -4px;
  	margin-left: 5px;
}
/*ロゴと住所*/
.footerAdd {
	font-size: 1.4rem;
	line-height: 1.8;
}
.footerInsta a {
	display: inline-block;
}
/*SNS*/
.footersns a {
	display: inline-block;
	margin-right: 15px;
}
.footersns a img {
	vertical-align: middle;
}
/*フッターナビ*/
.footerNav > ul {
	line-height: 2;
}
.footerNav a {
	color: #fff;
}
.footerNav > ul.submenu > li > p a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #cecece;
}
.footerNav > ul.submenu > li > p a::after {
	display: inline-block;
	content: "";
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	margin-left: 6px;
	margin-bottom: 1px;
}
/* コピーライト */
.copyright {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	padding: 30px;
	border-top: 1px solid #303030;
}
/* ------------------------------
 フッター（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.footerTop {
		display: flex;
	}
	.footerBox {
		padding: 100px 0 0;
	}
	.footerBox .inblock {
		display: flex;
		width: 1140px;
		justify-content: space-between;
		margin: auto;
	}
	/*ロゴと住所*/
	.footerInfoBlock {
		width: 340px;
	}
	.footerLogo img {
		width: 230px;
		margin-bottom: 25px;
	}
	.footerAdd {
		margin-bottom: 20px;
	}
	/*SNS*/
	.footersns {
		margin-bottom: 60px;
	}
	/*フッターナビ*/
	.footerNav > ul {
		display: flex;
		justify-content: end;
		margin-top: 5px;
	}
	.footerNav > ul > li {
		display: inline-block;
		margin-left: 40px;
	}
	.footerNav > ul > li:not(:last-child) {
		margin-bottom: 4px;
	}
	.footerNav > ul > li > p a {
		font-size: 1.6rem;
		font-weight: 500;
	}
	.footerNav > ul > li > p a[target="_blank"]::after {
		width: 11px;
		height: 11px;
		background: url('../img/nav_blank.svg') no-repeat;
		border: none;
		transform: rotate(0deg);
	}
	.footerNav > ul.submenu {
		margin-top: 10px;
	}
	.footerNav > ul > li > ul {
		font-size: 1.5rem;
	}
	/* コピーライト */
	.copyright {
		width: 1140px;
		margin: auto;
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footerBox {
		padding: 50px 5% 0;
	}
	/*採用情報 お問い合わせ*/
	.footerTop .recruitBox {
		width: 100%;
		padding: 60px 5%;
		background: url('../img/recruit_img_sp.jpg') no-repeat center / 100%;
		background-size: cover;
	}
	.footerTop .contactBox {
		width: 100%;
		padding: 60px 5%;
		background: url('../img/contact_img_sp.jpg') no-repeat center / 100%;
		background-size: cover;
	}
	.footerTop h2 {
		margin-bottom: 20px;
	}
	.footerTop h2 span.en {
		font-size: 4.5rem;
	}
	.footerTop h2 span.ja {
		font-size: 1.5rem;
	}
	/*ロゴと住所*/
	.footerInfoBlock {
		margin-bottom: 40px;
	}
	.footerLogo {
		width: 175px;
    	margin-bottom: 15px;
	}
	.footerAdd {
		margin-bottom: 20px;
	}
	/*フッターナビ*/
	.footerNav ul {
		line-height: 1.5;
    	margin-bottom: 40px;
	}
	.footerNav li {
		display: inline-block;
		font-size: 1.4rem;
		line-height: 1;
	}
	.footerNav li:not(:last-child) {
		margin-right: 10px;
		padding-right: 15px;
		border-right: 1px solid #1A1A1A;
	}
	/* コピーライト */
	.copyright {
		font-size: 1.2rem;
		padding: 25px 5%;
	}
}
/* ------------------------------
 ページトップ（PC）
------------------------------ */
/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 60px;
	height: 60px;
	display: block;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 1000;
	cursor: pointer;
	background-color: #eef0f1;
	border-radius: 100%;
	transition: background-color 0.3s ease 0s;
}
.js-btn-pagetop span {
	display: block;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 2px solid #333333;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s ease 0s;
}
.js-btn-pagetop:hover {
	opacity: 1;
	background-color: #DF0615;
}
.js-btn-pagetop:hover span {
	display: block;
	line-height: 1;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media print, screen and (min-width: 768px) {

}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		right: 3%;
    	bottom: 20px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #a30000;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	.header-area {
		position: relative;
	}
	.contentsHome {
		margin-top: -100px;
	}
	.contentsTop, .contents {
		margin-top: 80px;
	}
}
@media print {
	body {
	  -webkit-print-color-adjust: exact;
	}
	html,
	body {
	  width: 1600px;
	  margin: 0;
	}
	@page {
	  margin: 0;
	  size: 11in 14.028in;
	}
	@page :left {
	  margin: 0;
	}
	@page :right {
	  margin: 0;
	}
	@page :first {
	  margin-top: 0;
	}
}

/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}
/* ----------------------------------------------
 静的サイト用
------------------------------------------------- */
.div_block {
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
}
.div_block:last-child,
.div_text:last-child,
.div_image:last-child {
	margin-bottom: 0 !important;
}
.div_image {
	margin-bottom: 60px;
}
.div_text {
	margin-bottom: 60px;
}
.div_link a {
	display: inline-block;
	font-weight: 500;
	color: #DF0615;
}
.div_block:not(.btn) .div_link:not(.btn) a::before,
.div_block:not(.btn) a.div_link:not(.btn)::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../img/icon_circle_arrow.svg') no-repeat;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 3px;
}
.div_block:not(.btn) .div_link a.div_blank[target="_blank"] {
	color: #DF0615;
    text-decoration: underline;
}
.div_block:not(.btn) .div_link a[target="_blank"] {
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.div_block:not(.btn) .div_link a[target="_blank"]::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: url('../img/icon_blank.svg') no-repeat right center / 11px;
}
.arrow-link.icon_blank::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: url('../img/icon_blank.svg') no-repeat right center / 11px;
	vertical-align: top;
	margin-top: 0.3em;
}
.div_link a:hover,
a.div_link:hover {
	text-decoration: underline;
}
.div_link + .div_link {
	margin-top: 10px;
}
.linkBlockLower .div_link + .div_link,
.pageLink .div_link + .div_link,
.btnBox .div_link + .div_link,
.flexBox.div2 .div_link + .div_link {
	margin-top: 0;
}
.div_inner_blank,
.div_blank,
.div_menu_blank {
	margin-right: 5px;
	padding-right: 1em;
	background: url('../img/icon_blank.svg') no-repeat right center / 11px
}
/*テキストブロック*/
.div_text:not(.btn) > a {
	color: #DF0615;
	text-decoration: underline;
}
.div_text:not(.btn) > a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url('../img/icon_blank.svg') no-repeat center / 11px;
	vertical-align: middle;
	margin: 0 5px;
}
/* PDF */
a.div_pdf,
.div_pdf a{
	display: inline-block;
	padding-left: 25px;
	background: url(../img/icon_pdf.svg)no-repeat 0 4px / 16px 18px;
	color: #DF0615;
	font-weight: 500;
}

.arrow-link.icon_pdf::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 18px;
	margin-left: 5px;
	background: url(../img/icon_pdf.svg)no-repeat 0 0 / 16px 18px;
	vertical-align: top;
	margin-top: 0.2em;
}
.div_pdf a.div_blank {
	background: none;
}
@media print, screen and (min-width: 768px) {
	a.div_link:hover,
	.div_link a:hover,
	a.div_pdf:hover,
	.div_pdf a:hover {
		text-decoration: none;
	}
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.div_block {
		margin-bottom: 50px;
	}
	.div_image {
		margin-bottom: 25px;
	}
	.div_text {
		margin-bottom: 25px;
	}
}
/* ------------------------------
 フェードイン
------------------------------ */
.fadein {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1s;
}
.fadein.active{
	opacity : 1;
	transform : translate(0, 0);
	transition-delay: 0s;
}
.fade2.fadein.active {
	animation-delay: 0.4s;
	transition-delay: 0.4s;
}
.fade3.fadein.active {
	animation-delay: 0.8s;
	transition-delay: 0.8s;
}
.fade4.fadein.active {
	animation-delay: 1.2s;
	transition-delay: 1.2s;
}
