@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 16px;
	line-height: 1.9;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

body>#wrapper {
	height: auto;
	overflow: hidden;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {

	html,
	html body {
		overflow: visible !important;
	}
}

/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
}

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

/* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0;
	/* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0;
	/* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}

/* リンク */
a {
	display: inline-block;
}

a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none !important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

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

.oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}


/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.red {
	color: #6C1D13;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
	overflow: hidden;
}

h1.title {
	background: #999;
	padding: 20px 10px;
	margin-bottom: 30px;
	color: #fff;
	overflow: hidden;
}

h2 {
	font-size: 46px;
}

.title_wrap {
	background: url(../img/title_bg_pc.png) no-repeat top left / cover;
	background-size: 93% 100%;
	margin-bottom: 160px;
	position: relative;
}

.title_wrap::before {
	content: "";
	width: calc(100% - 7vw);
	height: 100%;
	background-color: #CFDF50;
	position: absolute;
	right: 0;
	bottom: -54px;
	z-index: -1;
}

.title_wrap h1 {
	max-width: 1000px;
	font-size: 46px;
	text-align: center;
	padding: 50px 0 50px 20vw;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

header .container {
	max-width: 100%;
	padding: 0;
}

.header_inner {
	display: flex;
	justify-content: space-between;
}

.header_inner h1 {
	padding: 17px;
}

.header_inner div {
	display: flex;
	width: 156px;
	height: 80px;
	background-color: #50A0B4;
	color: #FFF;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}

.header_inner div:hover {
	background-color: #FFF;
	color: #50A0B4;
	cursor: pointer;
}

.header_inner div a {
	opacity: 1;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 40px;
}


.floating-banner {
	width: 50%;
	position: fixed;
	z-index: 99999;
	margin: auto;
	right: 0;
	bottom: 20px;
	left: 0;
}

/* ▼ パンくず
--------------------------------------- */
#path {
	margin-bottom: 10px;
	font-size: 14px;
	overflow: hidden;
}

#path li {
	float: left;
}

#path li:not(:last-child):after {
	content: "〉";
	margin-left: 10px;
	color: #333;
}


/* ▼ システム
--------------------------------------- */
.disabled {
	opacity: .5;
	pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
	width: 100%;
	background: #6C1D13;
	color: #fff;
	padding: 70px 0 20px;
	clear: both;
	overflow: hidden;
}

#footer_inner {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#footer_inner nav {
	margin-bottom: 45px;
}

#footer_inner ul {
	display: flex;
	justify-content: center;
}

#footer_inner nav ul li a {
	padding: 0 20px;
}

#footer_inner .sns {
	margin-bottom: 60px;
}

#footer_inner .sns li a {
	padding: 0 10px;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	width: 60px;
	height: 58px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	font-size: 14px;
	text-align: center;
}


/* ▼▼▼ 404
====================================================== */
#not_found {
	padding: 8vw 20px;
}

#not_found p {
	font-size: 14px;
	text-align: center;
}

#not_found p.arial {
	margin-bottom: 10px;
	font-size: 42px;
	font-family: "Arial", "メイリオ";
}

#not_found p.arial+p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

#not_found p.txt {
	margin-bottom: 30px;
	line-height: 1.9;
}

#not_found .top_btn a {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #ccc;
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body {
		font-size: 14px;
	}

	body.wrap {
		overflow: hidden;
	}


	#wrapper {
		width: 100%;
	}

	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 200;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		overflow: hidden;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}

	.header_inner {
		width: 100%;
		height: 74px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	.header_inner div {
		width: 136px;
		height: 73px;
		font-size: 16px;
	}


	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,
	#contents,
	#side,
	footer,
	#footer_inner {
		float: none;
		width: 100%;
	}

	.menu_fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	h2 {
		font-size: 36px;
		text-align: center;
	}

	.floating-banner {
		width: 100%;
		padding: 0 20px;
		bottom: 10px;
	}

	.title_wrap {
		background-image: url(../img/title_bg_sp.png);
		margin-bottom: 60px;
	}

	.title_wrap h1 {
		font-size: 28px;
		padding: 30px 0;
	}

	.title_wrap::before {
		width: calc(100% - 20px);
		bottom: -20px;

	}

	/* ▼▼▼ フッター
	====================================================== */
	footer {
		padding: 30px 20px 10px;
	}

	#footer_inner {
		display: flex;
		flex-wrap: wrap;
	}

	#footer_inner ul {
		display: block;
	}

	#footer_inner nav ul li a {
		padding: 0 30px;
		margin: 0 30px 0 auto;
	}

	#footer_inner .sns {
		display: flex;
	}

	#copyright {
		font-size: 12px;
		margin: 0 auto;
	}

	/* ▼ ページ上部へ戻る
	--------------------------------------- */
	.pagetop {
		padding: 10px;
		color: #fff;
	}

	/* ▼▼▼ 404
	====================================================== */
	#not_found {
		padding: 100px 20px 60px;
	}

	#not_found p.arial {
		margin-bottom: 10px;
		font-size: 39px;
	}

	#not_found p.arial+p {
		font-size: 17px;
	}

	#not_found p.txt {
		line-height: 1.6;
	}

}