@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/* font-family 設定
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/

/* ------------------------------
 リセット
------------------------------ */
* {
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: #000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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;
	line-height: 1.75;
}
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; }
.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: #000;
	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;
}
.cms_text a,
.cms_image a {
	color: #d90048;
	text-decoration: underline;
}
a.cms_inner_blank {
	text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
	.contents a,
	.contentsWide a {
		transition: .3s ease-in-out;
	}
	.contents a:hover,
	.contentsWide a:hover {
		opacity: .5;
	}
}
/* カラー */
.red { color: #e50041; }
.blue { color: #0041a5; }
.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; }
.f17 { font-size: 1.7rem; }
.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; }
.f23 { font-size: 2.3rem; }
.f24 { font-size: 2.4rem; }
.f25 { font-size: 2.5rem; }
.f26 { font-size: 2.6rem; }
.f27 { font-size: 2.7rem; }
.f28 { font-size: 2.8rem; }
.f29 { font-size: 2.9rem; }
.f30 { font-size: 3rem; }
.f31 { font-size: 3.1rem; }
.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;
}
/* ------------------------------
 サイト全体（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 !important; }
	.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: #000;
		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; }
	.sp_mt30 { margin-top: 30px !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; }
	/* フォントサイズ */
	.f21 { font-size: 2rem; }
	.f22 { font-size: 2rem; }
	.f23 { font-size: 2rem; }
	.f24 { font-size: 2rem; }
	.f25 { font-size: 2rem; }
	.f26 { font-size: 2rem; }
	.f27 { font-size: 2rem; }
	.f28 { font-size: 2rem; }
	.f29 { font-size: 2rem; }
	.f30 { font-size: 2rem; }
	.f31 { 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 {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
}
.headerBlock {
	width: 100%;
	text-align: left;
}
/* ロゴ */
.logoBox {
	display: flex;
	align-items: center;
	width: auto;
}
.logoBox > a {
	display: inline-block;
	width: 150px;
}
.logoBox > div {
	font-size: 1.6rem;
	display: block;
	margin-left: 10px;
	font-weight: bold
}
.logoBox div a{
	color: #fff !important;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
		padding: 0 30px;
		background: #000;
	}
	/* ロゴ */
	.logoBox > a {
		transition: .3s ease-in-out;
	}
	.logoBox > a:hover {
		opacity: .7;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	.headerBlock .gnav {
		display: flex;
		align-items: center;
		width: auto;
		font-size: 1.4rem;
	}
	/* グローバルナビ */
	.headerBlock .gnav > li {
		position: relative;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li:not(:last-child) {
		margin-right: 2em;
	}
	.headerBlock .gnav > li > a,
	.headerBlock .gnav > li > p > a {
		display: flex;
		align-items: center;
		position: relative;
		height: 35px;
		color: #fff !important;
		text-decoration: none;
		transition: .3s ease-in-out;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.headerBlock .gnav > li.on > a{
		color: #ff0000 !important;
	}
	.headerBlock .gnav > li:nth-child(-n+6):hover > a,
	.headerBlock .gnav > li:nth-child(-n+6):hover > p > a {
		color: #ff0000;
		opacity: 1;
	}
	.headerBlock .gnav > li:nth-child(-n+6) > a:before,
	.headerBlock .gnav > li:nth-child(-n+6) > p > a:before {
		content: "";
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: #ff0000;
		transition: .2s ease-out;
	}
	.headerBlock .gnav > li:hover > a:before,
	.headerBlock .gnav > li.on > a:before,
	.headerBlock .gnav > li:hover > p > a:before,
	.headerBlock .gnav > li.on p > a:before {
		visibility: visible;
		opacity: 1;
		bottom: 0;
	}
	#rwd-content .rwd-header-identify {
	padding: 0;
	}
}
/* ------------------------------
 プルダウンメニュー部分（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav > li > ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 80px;
		left: 0;
		width: auto;
		background-color: #f3f4f6;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li > ul:hover,
	.headerBlock .gnav > li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.headerBlock .gnav > li > ul > li {
		display: block;
		border-bottom: 1px solid #dadee2;
		padding: 0 30px;
	}
	.headerBlock .gnav > li > ul > li:last-child {
		border-bottom: none;
	}
	.headerBlock .gnav > li > ul > li a {
		display: block;
		position: relative;
		line-height: 70px;
		color: #000;
		text-decoration: none;
		text-align: left;
		white-space: nowrap;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav > li > ul > li a:hover {
		opacity: .5;
	}
	.headerBlock .gnav > li > ul > li a::after{
		content: "";
		display: inline-block;
		width: 17px;
		height: 7px;
		margin: auto 0;
		background: url(../img/arrow_01.svg) no-repeat 0 0 / cover;
		background-size: 17px 5px;
		margin-left: 10px;
		margin-top: -10px;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		height: 200px;
		background-size: auto 100%;
	}
	.headerBlock {
		height: 60px;
		background: #000;
	}
	.logoBlock {
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 60px;
	}
	/* ロゴ */
	.logoBox {
		width: auto;
		height: 60px;
		margin-left: 3%;
	}
	.logoBox > a {
		width: 80px;
		line-height: 1;
	}
	.logoBox > a > img {
		width: 80px;
	}
	.logoBox > div {
		margin-left: 14px;
		font-size: 1rem;
	}
	.logoBox span {
		display: none;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-color: transparent;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: "";
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -10px;
		transition: transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -10px;
		transition: transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(10px) rotate(45deg);
		transition: transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-10px) rotate(-45deg);
		transition: transform .1s ease-out .25s;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
		height: 100%;
		padding: 40px 0 0;
		background-color: rgba(0,0,0,0.85);
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
		padding-top: 80px;
	}
	.page-open-slidemenu .headerBlock .gnav {
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
	}
	.page-open-slidemenu .headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p {
		position: relative;
	}
	.page-open-slidemenu .headerBlock .gnav > li > p > .btn-submenu-toggle {
		position: absolute;
	}
	/* グローバルナビ メニュー */
	.headerBlock .gnav > li {
		position: relative;
		text-align: left;
		z-index: 3;
	}
	.headerBlock .gnav > li > a,
	.headerBlock .gnav > li > p > a {
		font-size: 1.8rem;
		display: block;
		position: relative;
		width: 100%;
		padding: 10px 25px;
		color: #fff !important;
		text-decoration: none;
		font-weight: bold;
	}
	.headerBlock .gnav > li > ul {
		position: relative;
		overflow: hidden;
		display: none;
		padding: 25px 5%;
		background: #f3f4f6;
		border-top: 1px solid #dadee2;
	}
	.headerBlock .gnav > li  a::after {
		content: "";
		display: inline-block;
		width: 10px;
		height:17px;
		background: url(../img/arrow_nav.svg) no-repeat 0 0 / cover;
		background-size: 10px auto;
		position: absolute;
		margin-top: 5px;
		right: 30px;
	}
}
@media screen and (max-width: 320px) {
	.logoBox > div {
		margin-left: 0;
		font-size: 1rem;
		transform: scale(0.85, 0.85);
	}
}
/* ------------------------------
 コンテンツ
------------------------------ */
.contentsHome,
.contentsTop,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
/* 横幅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) {
	.site {
		min-width: 1240px;
	}
	.menu-layer {
		display: none;
	}
	.contentsHome{
		min-width: 1240px;
		margin: 100px auto 150px auto;
	}
	.contents{
		min-width: 1240px;
		margin: 100px auto 100px auto;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	.cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms_block.wide {
		width: 100%;
	}
	.cms_block.wide .cms_text {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
	}
	#bggr {
		position: relative;
		z-index: 1;
	}
	.menu-layer {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
	}
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
	.page-open-slidemenu {
		overflow: hidden;
		position: fixed;
	}
	.contentsHome{
		margin: 60px 0 70px;
	}
	.contentsTop{
		min-width: 320px;
		margin: 60px 0 0;
	}
	.contents{
		min-width: 320px;
		margin: 60px 0;
	}
	/* 入力 */
	.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の場合 */
	.cms_block {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.cms_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide .cms_text{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
/* ------------------------------
 ノースクリプト
------------------------------ */
#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 {
}
/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}