@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-appearance: none;
	box-sizing: border-box;
}
body {
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/*-------------------------------------------------
	Reset
-------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
/*-------------------------------------------------
	all
-------------------------------------------------*/
a {
	text-decoration: none;
	color: #000;
	outline: none;
	transition: all 0.2s ease;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
img {
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
}
/*-------------------------------------------------
	contents
-------------------------------------------------*/
/*--- 全体囲み ---*/
.wrap {
	padding-top: 150px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
/*-------------------------
	header
-------------------------*/
header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header_box {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
/*--- ロゴ ---*/
.logo_box {
	display: inline-block;
	position: relative;
	z-index: 10;
}
/*　SNS・検索
----------------------*/
.header_icon_wrap {
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
/*--- SNSリンク ---*/
.sns_list {
	margin-right: 20px;
	display: flex;
}
.sns_list li {
	padding: 0 18px;
}
.sns_list li img {
	vertical-align: bottom;
}
/*--- 検索 ---*/
.search_box {
	height: 100%;
}
.search_btn {
	width: 70px;
	height: 100%;
	background-color: #4d4d4d;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}
.search_input_box {
	background-color: #4d4d4d;
	display: flex;
	transition: all 0.4s ease;
}
input.search_input {
	width: 355px;
	height: 40px;
	border: none;
	vertical-align: top;
}
.search_input_btn {
	width: 45px;
	height: 40px;
	background-color: #949494;
	border: none;
	cursor: pointer;
	margin: 0 0 0 -5px;
}
.search_input_btn span {
	width: 10px;
	height: 17px;
	background-image: url("../img/icon_search_arrow.png");
	background-size: 100% 100%;
	margin: 0 auto;
	display: block;
}
/*　メニュー
----------------------*/
.menu_list > li a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	padding: 13px 0;
	display: block;
}
/* SPメニューボタン */
.sp_menu_btn {
	display: none;
}
.sp_menu_list {
	display: none;
}
/*　横幅 ～1025
-------------------------------------*/
@media screen and (min-width: 1025px) {
	/* MAX幅 */
	.header_box {
		max-width: 1000px;
	}
	/*--- 検索 ---*/
	.search_input_box {
		width: 440px;
		padding: 15px 20px;
		position: absolute;
		top: 80px;
		right: 0;
		z-index: -1;
		opacity: 0;
	}
	.search_input_box.open_search {
		opacity: 1;
		z-index: 5;
	}
	.search_box {
		height: 100%;
	}
	/* hover */
	.logo_box a:hover ,
	.sns_list li a:hover ,
	.search_btn:hover {
		opacity: 0.8;
	}
	/*　メニュー
	----------------------*/
	nav {
		border-top: 1px solid #c62a1f;
		border-bottom: 1px solid #c62a1f;
	}
	nav::before {
		content: "";
		width: 600%;
		height: 42px;
		background-color: #c62a1f;
		display: block;
		position: absolute;
		left: -100%;
		bottom: 0;
	}
	.menu_list {
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
	}
	.menu_list > li {
		width: 170px;
		height: 40px;
		border-right: 1px solid #e0e0e0;
		position: relative;
		z-index: 2;
	}
	.menu_list > li:first-child {
		border-left: 1px solid #e0e0e0;
	}
	/* hover */
	.menu_list > li a:hover {
		color: #fff;
		background-color: #4d4d4d;
	}
	.menu_list li li {
		height: 0;
		transition: all 0.4s ease;
		overflow: hidden;
	}
	.menu_list li li a {
		color: #fff;
		background-color: #808080;
		border: 1px solid #e0e0e0;
	}
	.menu_list li:hover > .menu_drop > li {
		height: 40px;
		overflow: visible;
	}
	/*20200326_add start*/
	.menu_list li:hover > .menu_drop_02 > li {
		height: 40px;
		overflow: visible;
	}
	/*20200326_add end*/
	/* 選択中 */
	.menu_list > li.menu_select > a {
		color: #fff;
		background-color: #4d4d4d;
	}
}
/*　横幅 1024～
-------------------------------------*/
@media screen and (max-width: 1024px) {
	.wrap {
		padding-top: 60px;
	}
	header {
		height: 60px;
		border-bottom: 1px solid #c62a1f;
	}
	.logo_box {
		width: 34%;
		max-width: 170px;
		height: 100%;
		margin-left: 2%;
		display: flex;
	}
	.logo_box a {
		display: flex;
		align-items: center;
	}
	/*　SNS・検索
	----------------------*/
	.header_icon_wrap {
		width: 100%;
		height: auto;
		background-color: #c62a1f;
		border-left: 1px solid #c62a1f;
		border-right: 1px solid #c62a1f;
		flex-wrap: wrap;
		position: relative;
	}
	/*--- SNSリンク ---*/
	.sns_list {
		width: 100%;
		margin: 30px 0 40px 0;
		justify-content: center;
		order: 2;
	}
	.sns_list li {
		background-color: #fff;
		padding: 0;
		position: relative;
	}
	.sns_list li:not(:last-child) {
		margin-right: 4%;
	}
	.sns_list li a {
		padding: 10px;
		display: block;
		position: relative;
		z-index: 2;
	}
	/*仮装飾*/
	.sns_list li::before ,
	.sns_list li::after {
		content: "";
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		position: absolute;
		z-index: 1;
	}
	.sns_list li::before {
		top: -2px;
		right: -2px;
	}
	.sns_list li::after {
		bottom: -2px;
		left: -2px;
	}
	/*--- 検索 ---*/
	.search_btn {
		display: none;
	}
	.search_box {
		width: 100%;
		margin-top: 26px;
		order: 1;
	}
	.search_input_box {
		background-color: transparent;
		justify-content: center;
	}
	.search_input_btn {
		background-color: #4d4d4d;
	}
	.search_input_btn span {
		width: 0;
		height: 0;
		padding: 22%;
		background-image: url("../img/icon_search.png");
	}
	input.search_input {
		/*20200327_modify start*/
		/*width: 70%;*/
		width: 80%;
		/*20200327_modify end*/
	}
	/*　メニュー
	----------------------*/
	nav {
		width: 100%;
		height: calc(100vh - 60px);
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 110;
		visibility: hidden;
		overflow: auto;
		opacity: 0;
		transition: all 0.2s ease;
		-webkit-overflow-scrolling: touch;
	}
	.menu_list {
		background-color: #fff;
		border-left: 1px solid #c62a1f;
		border-right: 1px solid #c62a1f;
	}
	.menu_list > li:not(:last-child) {
		border-bottom: 1px solid #c62a1f;
	}
	.menu_list > li a {
		text-align: left;
		padding: 16px 10px;
	}
	.menu_list .menu_drop li {
		border-top: 1px dashed #c62a1f;
	}
	.menu_list .menu_drop a {
		padding: 14px 10px 14px 24px;
	}
	/*プロジェクト用*/
	.menu_list > li.menu_project {
		border-bottom: 1px solid #fff;
	}
	.menu_list > li.menu_project a {
		color: #fff;
		background-color: #000;
	}
	.menu_list > li.menu_project_bottom {
		border-bottom: 6px solid #c62a1f;
	}
	/* メニュー 開 */
	.menu_open {
		visibility: visible;
		opacity: 1;
	}
	/*--- SPメニューボタン ---*/
	.sp_menu_btn {
		width: 60px;
		height: 60px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 120;
		display: block;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	.sp_menu_btn span {
		width: 50%;
		height: 4px;
		background-color: #c62a1f;
		margin: 0 auto;
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		transition: all 0.2s ease;
	}
	.sp_menu_btn span:nth-of-type(1) {
		top: 16px;
	}
	.sp_menu_btn span:nth-of-type(2) {
		top: 28px;
	}
	.sp_menu_btn span:nth-of-type(3) {
		top: 40px;
	}
	/* SPメニュー 開 */
	.sp_menu_btn.btn_open {
		border: none;
	}
	.sp_menu_btn.btn_open span {
		width: 60%;
	}
	.sp_menu_btn.btn_open span:nth-of-type(1) {
		top: 22px;
		transform: translateY(6px) rotate(-45deg);
	}
	.sp_menu_btn.btn_open span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_menu_btn.btn_open span:nth-of-type(3) {
		top: 30px;
		transform: translateY(-2px) rotate(45deg);
	}
	.sp_menu_list {
		display: block;
	}

	/*SPメニュー後ろ*/
	.overlay {
		width: 0;
		height: 0;
		background-color: rgba(0,0,0,0.6);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		opacity: 0;
		display: block;
	}
	.overlay.open {
		width: 100%;
		height: 100%;
		position: fixed;
		opacity: 10;
	}
}
/*	SP
-------------------------------------*/
@media screen and (max-width: 896px) {
	/*--- SNSリンク ---*/
	.sns_list {
		margin: 24px 0 34px 0;
	}
}
/*	SP 横だけ
-------------------------------------*/
@media screen and (max-width: 896px) and (min-width: 481px) {
	/*　メニュー
	----------------------*/
	nav {
		height: calc(75vh - 60px);
	}
}
/*	SP 縦
-------------------------------------*/
@media screen and (max-width: 480px) {
	/*　メニュー
	----------------------*/
	nav {
		height: calc(90vh - 120px);
	}
	.menu_list > li a {
		padding: 4% 4%;
	}
	.menu_list .menu_drop a {
		padding: 4% 4% 4% 6%;
	}
	/*20200326_add start*/
	.menu_list .menu_drop_02 li {
		border-top: 1px dashed #ddd;
	}
	.menu_list .menu_drop_02 a {
		padding: 4% 4% 4% 10%;
	}
	/*20200326_add end*/
	/*--- SNSリンク ---*/
	.sns_list {
		margin: 6% 0 8% 0;
	}
	.sns_list li:not(:last-child) {
		margin-right: 6%;
	}
	.sns_list li a {
		text-align: center;
		padding: 8px;
	}
	.sns_list li a img {
		width: 90%;
	}
}
/*-------------------------
	footer
-------------------------*/
footer {
	background-color: #4d4d4d;
	padding: 100px 0 90px 0;
}
footer * {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/*20200330_add start*/
	margin: 0 5px;
	/*20200326_add end*/
}
.footer_box {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 110px auto;
	display: flex;
	justify-content: space-between;
}
.footer_menu {
	width: 65.8%;
	display: flex;
	flex-wrap: wrap;
}
.footer_menu li {
	/*width: 32%;*/
	width: 40%;
}
.footer_menu li:not(:last-child) {
	margin-bottom: 30px;
}
.footer_menu li a {
	text-decoration: underline;
}
.footer_logo_box {
	width: 34.2%;
}
.footer_copyright {
	text-align: center;
}
.footer_photo {
	text-align: center;
	margin: 10px auto;
}
/* hover */
.footer_menu li a:hover ,
.footer_logo_box a:hover {
	opacity: 0.8;
}
/*　横幅 1024～
-------------------------------------*/
@media screen and (max-width: 1024px) {
	footer {
		padding: 20px 0;
	}
	.footer_box {
		display: none;
	}
}
/*	SP 縦
-------------------------------------*/
@media screen and (max-width: 480px) {
	footer {
		padding: 4% 0;
	}
}
/*-------------------------
	トップ
-------------------------*/
/*　画像切り替え
----------------------*/
.img_pc {
	display: block !important;
}
.img_sp {
	display: none !important;
}
/*　トップ画像
----------------------*/
.top-img_section {
	border-bottom: 42px solid #c62a1f;
}
.carousel_box img {
	width: 100%;
	vertical-align: bottom;
}
/*--- スライダー ---*/
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	bottom: 22%;
}
.slick-dots li {
	margin: 0 10px;
}
.slick-dots li ,
.slick-dots li button {
	width: 7px;
	height: 7px;
}
.slick-dots li button:before {
	content: "";
	width: 7px;
	height: 7px;
	border: 1px solid #000;
	border-radius: 50px;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	background-color: #000;
	opacity: 1;
}
.slider_prev ,
.slider_next {
	width: 2%;
	max-width: 32px;
	height: 0;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: auto;
	padding-top: 3.8%;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.slider_prev {
	background-image: url('../img/icon_arrow_left.png');
	left: 14%;
}
.slider_next {
	background-image: url('../img/icon_arrow_right.png');
	right: 14%;
}
/* hover */
.slider_prev:hover ,
.slider_next:hover {
	opacity: 0.8;
}
/*　トップコンテンツ
----------------------*/
/*--- 「もっと、ラグビーがあふれる日常に向けて。」 ---*/
.contents_section h1 {
	width: 76%;
	text-align: center;
	margin: 46px auto 40px auto;
}
.top_txt_box {
	width: 86%;
	text-align: center;
	margin: 0 auto 60px auto;
}
.top_txt_box p {
	font-weight: bold;
	line-height: 1.8em;
}
.top_txt_box p:not(:last-child) {
	margin-bottom: 10px;
}
/*--- PROJECT ---*/
.contents_section h2 {
	/*font-family: "Helvetica Neue";*/
	font-size: 40px;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 25px 0;
}
.project_box {
	background-color: #c62a1f;
}
.project_list {
	width: 60%;
	margin: 0 auto;
	padding: 68px 0;
	display: flex;
	justify-content: space-between;
}
.project_list li {
	width: 44%;
	position: relative;
	margin: 0 auto;
}
.project_list li a img {
	width: 100%;
	vertical-align: bottom;
	position: relative;
	z-index: 2;
	transition: all 0.2s ease;
}
.project_list li::before ,
.project_list li::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	position: absolute;
	z-index: 1;
}
.project_list li::before {
	top: -10px;
	right: -10px;
}
.project_list li::after {
	bottom: -10px;
	left: -10px;
}
/* hover */
.project_list li a:hover img {
	opacity: 0.8;
}
/*--- NEWS ---*/
.news_box {
	background-color: #F4F4F4;
	margin: 46px auto 34px auto;
	padding: 18px 50px 14px 50px; 
}
.news_box h3 {
	/*font-family: "Helvetica Neue";*/
	font-size: 18px;
	text-align: center;
}
.news_box dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news_box dl * {
	font-weight: bold;
}
.news_box dl dt {
	/*20200324_modify start*/
	/*width: 280px;*/
	width: 360px;
	/*20200324_modify end*/
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0 20px 68px;
}
/* カテゴリ */
.news_box dl dt span {
	/*20200324_modify start*/
	/*font-size: 16px;*/
	font-size: 12px;
	/*20200324_modify end*/
	color: #fff;
	margin-left: 10px;
	padding: 4px 12px;
	display: inline-block;
	/*20200324_modify start*/
	width: 170px;
	text-align: center;
	/*20200324_modify end*/
}
.news_box dl dt span.news_category_01 {
	background-color: #f28e1e;
}
.news_box dl dt span.news_category_02 {
	background-color: #006837;
}
.news_box dl dt span.news_category_03 {
	background-color: #d4db21;
}
.news_box dl dd {
	/*20200324_modify start*/
	/*width: 620px;*/
	width: 540px;
	/*20200324_modify end*/
	font-size: 12px;
	line-height: 1.6em;
	border-bottom: 1px solid #e1e1e1;
	/*20200324_modify start*/
	/*padding: 20px 36px;*/
	padding: 20px 36px 20px 10px;
	/*20200324_modify end*/
}
.news_box dl dd a {
	text-decoration: underline;
}
/*一覧を見る*/
.btn_more {
	text-align: right;
	margin-top: 14px;
}
.btn_more a {
	font-size: 12px;
	font-weight: bold;
}
/* hover */
.news_box dl dd a:hover ,
.btn_more a:hover {
	opacity: 0.8;
}
/*20200324_add start*/
/*--- EVENT ---*/
.event_box {
	background-color: #F4F4F4;
	margin: 46px auto 34px auto;
	padding: 18px 50px 14px 50px; 
}
.event_box h3 {
	/*font-family: "Helvetica Neue";*/
	font-size: 18px;
	text-align: center;
}
.event_box dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.event_box dl * {
	font-weight: bold;
}
.event_box dl dt {
	width: 180px;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0 20px 68px;
}
.event_box dl dd {
	width: 720px;
	font-size: 12px;
	line-height: 1.6em;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 36px 20px 10px;
}
.event_box dl dd a {
	text-decoration: underline;
}
/* hover */
.event_box dl dd a:hover {
	opacity: 0.8;
}
/*20200324_add end*/
/*--- バナー ---*/
.banner_list {
	width: 90%;
	margin: 0 auto 48px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner_list li {
	width: 32.6%;
	/*margin-top: 12px;*/
	margin: 12px auto 0 auto;
}
.banner_list li a img {
	vertical-align: bottom;
}
/* hover */
.banner_list li a:hover {
	opacity: 0.8;
}
/*　横幅 ～1025
-------------------------------------*/
@media screen and (min-width: 1025px) {
	.contents_section h1 {
		margin: 3.2% auto 40px auto;
	}
	.top_txt_box {
		margin: 0 auto 4% auto;
		width: 850px;
		text-align: left;
	}
	/* MAX幅 */
	.news_box ,
	.event_box ,
	.banner_list {
		max-width: 1000px;
	}
}
/*　横幅 1024～
-------------------------------------*/
@media screen and (max-width: 1024px) {
	/*　トップ画像
	----------------------*/
	.top-img_section {
		border-bottom: 20px solid #c62a1f;
	}
	/*--- スライダー ---*/
	.slider_prev ,
	.slider_next {
		width: 4%;
		padding-top: 6.8%;
	}
	.slider_prev {
		left: 8%;
	}
	.slider_next {
		right: 8%;
	}
	.slick-dots {
		bottom: 4%;
	}
	/*　トップコンテンツ
	----------------------*/
	/*---「もっと、ラグビーがあふれる日常に向けて。」 ---*/
	.top_txt_box {
		text-align: left;
	}
	/*--- PROJECT ---*/
	.contents_section h2 {
		font-size: 32px;
	}
	.project_list {
		width: 84%;
		padding: 8% 0;
	}
	/*--- NEWS ---*/
	.news_box {
		width: 90%;
		margin: 6% auto 4% auto;
		padding: 4%; 
	}
	.news_box h3 {
		font-size: 22px;
	}
	.news_box dl dt {
		width: 100%;
		border-bottom: none;
		padding: 4% 2% 0 2%;
	}
	/*一覧を見る*/
	.btn_more {
		text-align: center;
	}
	.btn_more a {
		color: #fff;
		background-color: #c62a1f;
		padding: 10px 0;
		display: block;
	}
	/* カテゴリ */
	.news_box dl dt span {
		/*20200324_modify start*/
		/*font-size: 14px;*/
		font-size: 12px;
		width: 170px;
		/*20200324_modify end*/
	}
	.news_box dl dd {
		width: 100%;
		padding: 1% 2% 4% 2%;
	}
	/*20200324_add start*/
	/*--- EVENT ---*/
	.event_box {
		width: 90%;
		margin: 6% auto 4% auto;
		padding: 4%; 
	}
	.event_box h3 {
		font-size: 22px;
	}
	.event_box dl dt {
		width: 100%;
		border-bottom: none;
		padding: 4% 2% 0 2%;
	}
	.event_box dl dd {
		width: 100%;
		padding: 1% 2% 4% 2%;
	}
	/*20200324_add end*/
	/*--- バナー ---*/
	.banner_list li {
		margin-top: 1%;
	}
}
/*	SP
-------------------------------------*/
@media screen and (max-width: 896px) {
	/*　画像切り替え
	----------------------*/
	.img_pc {
		display: none !important;
	}
	.img_sp {
		display: block !important;
	}
}
/*	SP 縦
-------------------------------------*/
@media screen and (max-width: 480px) {
	/*　トップコンテンツ
	----------------------*/
	/*--- 「もっと、ラグビーがあふれる日常に向けて。」 ---*/
	.contents_section h1 {
		width: 86%;
		margin: 10% auto 6% auto;
	}
	.top_txt_box {
		margin: 0 auto 14% auto;
	}
	/*--- PROJECT ---*/
	.project_list {
		width: 76%;
		padding: 10% 0 12% 0;
		flex-wrap: wrap;
	}
	.project_list li {
		width: 100%;
	}
	.project_list li:first-child {
		margin-bottom: 16%;
	}
	/*--- NEWS ---*/
	.news_box dl dt {
		font-size: 12px;
	}
	/* カテゴリ */
	.news_box dl dt span {
		font-size: 12px;
	}
	/*一覧を見る*/
	.btn_more a {
		padding: 4% 0;
	}
	/*--- バナー ---*/
	.news_box h3 {
		margin-bottom: 4%;
	}
	/*20200324_add start*/
	/*--- EVENT ---*/
	.event_box dl dt {
		font-size: 12px;
	}
	/*--- バナー ---*/
	.event_box h3 {
		margin-bottom: 4%;
	}
	/*20200324_add end*/
	.banner_list li {
		width: 49%;
	}
	.banner_list li {
		margin-top: 2%;
	}
}
/*-------------------------
	サブページ
-------------------------*/
.contents_box .contents-sub_section {
	width: 92%;
	/*20200323_modify start*/
	/*margin: 0 auto;*/
	margin: 40px auto;
	/*20200323_modify end*/
	padding-bottom: 40px;
}
/*　パンくずリスト
----------------------*/
.breadcrumb_list {
	width: 92%;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 30px 0 16px 0;
}
.breadcrumb_list * {
	font-size: 12px;
	font-weight: bold;
}
.breadcrumb_list li {
	padding-bottom: 2px;
	display: inline;
}
.breadcrumb_list li:not(:first-child)::before {
	content: "＞";
	padding: 0 2px 0 6px;
}
.breadcrumb_list li a:hover {
	text-decoration: underline;
}
/*　タイトル
----------------------*/
.contents-sub_top {
	position: relative;
}
.contents-sub_top img {
	width: 100%;
	vertical-align: bottom;
}
.sub_top_title {
	width: 20.4%;
	height: 100%;
	background-color: #c62a1f;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub_top_title .sub_top_title_txt {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}
/*　見出し
----------------------*/
/*--- h1 ---*/
.contents-sub_section h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 56px 0 30px 0;
}
/*--- h2 ---*/
.contents-sub_section h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 25px 0 15px 0;
}
/*--- h3 ---*/
.contents-sub_section h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 40px 0 15px 0;
}
/*--- h4 ---*/
.contents-sub_section h4 {
	font-size: 18px;
	margin-bottom: 14px;
}

.contents-sub_section h3::before {
	content: "■";
	display: inline-block;
	vertical-align: middle;
}
/*　本文
----------------------*/
.contents-sub_section p {
	line-height: 1.4em;
	margin-bottom: 12px;
}
/*20200323_add start*/
/*--- news date ---*/
.contents-sub_section p.news_date {
	font-weight: bold;
	font-size: 18px;
}
/*--- news title ---*/
.contents-sub_section p.news_title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
}
/*20200323_add end*/
/*20200324_add start*/
/*--- event date ---*/
.contents-sub_section p.event_date {
	font-weight: bold;
	font-size: 18px;
}
/*--- event title ---*/
.contents-sub_section p.event_title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
}
/*20200324_add end*/
/*20200325_add start*/
/*--- event title ---*/
.contents-sub_section p.question {
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0 10px 0;
}
/*20200325_add end*/
/*　各種リンク
----------------------*/
/*--- テキストリンク ---*/
.link_txt {
	text-decoration: underline;
}
/* hover */
.link_txt:hover {
	opacity: 0.8;
}
/*--- ファイルリンク ---*/
.link_file::after {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	padding-left: 4px;
	display: inline-block;
}
/*--- 外部リンク ---*/
.link_external::after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 6px;
	display: inline-block;
}
/*　リスト
----------------------*/
/*--- 丸印 ---*/
.list_disc {
	margin-left: 20px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.list_disc li {
	line-height: 1.4em;
	list-style-type: disc;
}
.list_disc li:not(:last-child) {
	margin-bottom: 4px;
}
/*--- 数字 ---*/
.list_decimal {
	margin-left: 20px;
	margin-top: 14px;
	margin-bottom: 14px;
}
.list_decimal li {
	line-height: 1.4em;
	list-style-type: decimal;
}
.list_decimal li:not(:last-child) {
	margin-bottom: 4px;
}
/*--- 2列 ---*/
.list_two {
	margin-top: 14px;
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_two li {
	width: 49%;
	line-height: 1.4em;
}
.list_two li:not(:last-child) {
	margin-bottom: 4px;
}
/*　table
----------------------*/
.table_box {
	margin-bottom: 16px;
}
table {
	border-collapse: collapse;
}
table th ,
table td {
	padding: 6px 4px;
	vertical-align: middle;
}
table th {
	color: #fff;
	background-color: #bbb;
	border: 1px solid #bbb;
}
table td {
	border: 1px solid #bbb;
}
/*ヘッダー上*/
.table_th_top tr th:not(:last-child) {
	border-right: 1px solid #fff;
}
/*ヘッダー左*/
.table_th_left tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.table_th_left th ,
.table_th_left td {
	padding: 8px 4px;
}
/*　画像表示
----------------------*/
/*--- 1枚 ---*/
.img_one {
	margin-bottom: 20px;
}
.img_one img {
	width: 100%;
	vertical-align: bottom;
}
/*--- 2枚 ---*/
.img_two {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img_two li {
	width: 49%;
}
/*--- 3枚 ---*/
.img_three {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img_three li {
	width: 32%;
}
/*　Youtube埋め込み
----------------------*/
.movie_box {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.movie_box iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*　入力フォーム
----------------------*/
.form_box {
	border-top: 1px solid #bbb;
	margin-top: 14px;
	margin-bottom: 14px;
}
.form_box .form_wrap {
	width: 100%;
	background-color: #bbb;
	border-bottom: 1px solid #bbb;
	display: flex;
	flex-wrap: wrap;
}
.form_box .form_wrap:not(:last-child) dt {
	border-bottom: 1px solid #fff;
}
.form_box dt {
	width: 20%;
	max-width: 200px;
	text-align: center;
	color: #fff;
	margin-bottom: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding: 10px;
}
.form_box dd {
	width: 80%;
	background-color: #fff;
	padding: 10px;
	flex-grow: 2;
}
/*--- スクロール表示エリア ---*/
.form_scroll {
	height: 240px;
	font-size: 14px;
	border: 1px solid #bbb;
	margin-bottom: 16px;
	padding: 10px 14px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/* form
----------------------*/
input ,
textarea ,
select {
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	color: #333;
	border: 1px solid #b5b5b5;
}
/*--- input ---*/
input {
	height: 30px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
}
/* placeholder文字色 */
input::-webkit-input-placeholder {
	color: #b5b5b5;
}
input:-ms-input-placeholder {
	color: #b5b5b5;
}
input::placeholder {
	color: #b5b5b5;
}
/* placeholder focus時文字を消す */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
/* 長さ */
.input_01 {
	width: 100%;
}
.input_02 {
	width: 60%;
}
/*--- select ---*/
select {
	height: 32px;
	padding: 0 24px 0 12px;
	background: url("../img/icon_select_arrow.png") right 10px center no-repeat #fff;
	background-size: 10px, 100%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
select::-ms-expand {
	display: none;
}
.select_01 {
	width: 200px;
}
/*--- radio ---*/
input[type=radio] ,
input[type=checkbox] {
	display: none; 
}
.radio_box span {
	cursor: pointer;
}
/* 未選択 */
.radio_box input[type="radio"] + span {
	padding: 2px 0 2px 22px;
	background: url('../img/icon_radio.png') no-repeat left center;
	background-size: 16px 16px;
}
/* 選択 */
.radio_box input[type="radio"]:checked + span {
	background: url('../img/icon_radio_check.png') no-repeat left center;
	background-size: 16px 16px;
}
/* リスト */
ul.radio_box {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.radio_box li {
	padding-left: 5px;
}
.radio_box li:not(:last-child) {
	margin-right: 40px;
}
/*--- checkbox ---*/
.check_box label {
	cursor: pointer;
}
.check_box label .check_icon {
	display: inline-block;
	vertical-align: middle;
}
.check_box label .check_icon::before {
	content: "";
	width: 15px;
	height: 15px;
	background-size: 100% 100% !important;
	margin-right: 6px;
	display: inline-block;
	vertical-align: text-top;
}
/* 未選択 */
.check_box label input[type="checkbox"] + .check_icon::before {
	background: url('../img/icon_check.png') no-repeat left center;
}
/* 選択 */
.check_box label input[type="checkbox"]:checked + .check_icon::before {
	background: url('../img/icon_check_on.png') no-repeat left center;
}
/* リスト */
ul.check_box {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.check_box li {
	padding-left: 5px;
}
.check_box li:not(:last-child) {
	margin-right: 40px;
}
/*--- textarea ---*/
textarea {
	resize: none;
	padding: 5px;
}
/*--- 確認ボタン ---*/
.form_btn {
	width: 90%;
	max-width: 400px;
	margin: 6% auto;
}
.btn_confirm {
	width: 100%;
	height: auto;
	font-weight: bold;
	color: #fff;
	background-color: #c62a1f;
	/*border: 1px solid #c62a1f;*/
	padding: 12px 0;
	transition: all 0.2s ease;
	cursor: pointer;
}
/*hover*/
.btn_confirm:hover {
	color: #c62a1f;
	border: 1px solid #c62a1f;
	background-color: #fff;
}
/*disabled*/
.btn_confirm[disabled] {
	color: #666;
	background-color: #ccc;
	border: 1px solid #ccc;
	cursor: default;
}
.btn_submit {
	width: 100%;
	height: auto;
	font-weight: bold;
	color: #fff;
	background-color: #c62a1f;
	padding: 12px 0;
	transition: all 0.2s ease;
	cursor: pointer;
}
/*hover*/
.btn_submit:hover {
	color: #c62a1f;
	border: 1px solid #c62a1f;
	background-color: #fff;
}
.btn_back {
	width: 100%;
	height: auto;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
	padding: 12px 0;
	transition: all 0.2s ease;
	cursor: pointer;
}
/*hover*/
.btn_back:hover {
	color: #ccc;
	border: 1px solid #ccc;
	background-color: #fff;
}
.btn_send {
	width: 100%;
	height: auto;
	font-weight: bold;
	color: #fff;
	background-color: #c62a1f;
	padding: 12px 0;
	transition: all 0.2s ease;
	cursor: pointer;
	margin-top: 20px;
}
/*hover*/
.btn_send:hover {
	color: #c62a1f;
	border: 1px solid #c62a1f;
	background-color: #fff;
}

/*　横幅 ～1025
-------------------------------------*/
@media screen and (min-width: 1025px) {
	/* MAX幅 */
	.contents_box .contents-sub_section ,
	.breadcrumb_list {
		max-width: 1000px;
	}
	/*　Youtube埋め込み
	----------------------*/
	/* 動画サイズ */
	.movie_box.movie_width {
		width: 64%;
		margin: auto;
		padding-bottom: 36%;
	}
}
/*　横幅 1024～
-------------------------------------*/
@media screen and (max-width: 1024px) {
	/*　パンくずリスト
	----------------------*/
	.breadcrumb_list {
		padding: 14px 0 12px 0;
	}
	/*　タイトル
	----------------------*/
	.sub_top_title {
		width: 50%;
	}
	.sub_top_title .sub_top_title_txt {
		font-size: 16px;
	}
	/*　入力フォーム
	----------------------*/
	.form_box .form_wrap {
		border-bottom: none;
	}
	.form_box dt {
		width: 100%;
		max-width: 100%;
		text-align: left;
		border-bottom: none;
		margin-bottom: 0;
		padding: 8px 2%;
		justify-content: flex-start;
	}
	.form_box dd {
		width: 100%;
		padding: 8px 2%;
	}
	/*--- スクロール表示エリア ---*/
	.form_scroll {
		height: 200px;
	}
	/*--- radio・check ---*/
	.radio_box span ,
	.check_box label {
		font-size: 12px;
	}
}
/*	SP
-------------------------------------*/
@media screen and (max-width: 896px) {
	/*20200325_add start*/
	.contents_box .contents-sub_section {
		margin: 15px auto;
	}
	/*20200325_add end*/
	/*　見出し
	----------------------*/
	/*--- h1 ---*/
	.contents-sub_section h1 {
		font-size: 20px;
		padding: 10% 0 6% 0;
	}
	/*--- h2 ---*/
	.contents-sub_section h2 {
		font-size: 18px;
		margin-bottom: 6%;
	}
	/*--- h3 ---*/
	.contents-sub_section h3 {
		font-size: 16px;
	}
	/*　画像表示
	----------------------*/
	.img_two li ,
	.img_three {
		display: block;
	}
	.img_two li ,
	.img_three li {
		width: 100%;
	}
	.img_two li:not(:last-child) ,
	.img_three li:not(:last-child) {
		margin-bottom: 2%;
	}
	/*--- 下margin ---*/
	.img_one ,
	.img_two ,
	.img_three {
		margin-bottom: 6%;
	}
	/*　table
	----------------------*/
	.table_box {
		width: 100%;
		margin-bottom: 6%;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table_box table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0px;
	}
	.table_box td {
		border-style: none solid solid none;
	}
	.table_box tbody tr td:first-child {
		border-left: 1px solid #bbb;
	}
	.table_box.table_th_left tbody tr:first-child td {
		border-top: 1px solid #bbb;
	}
	/* 縦スクロール固定 */
	.table_box thead th {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1;
	}
	/* 横スクロール固定 */
	.table_box tbody th:first-child {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
	}
	/*ヘッダー縦幅　仮サイズ*/
	.table_box {
		max-height: 150px;
	}
	/*--- 確認ボタン ---*/
	.form_btn {
		max-width: 100%;
	}
}
/*-------------------------
	プロジェクト
-------------------------*/
.contents-project_top img {
	width: 100%;
}
/*--- プロジェクトメニュー ---*/
.project_menu {
	width: 90%;
	/*20200325_modify start*/
	/*margin: 30px auto 100px auto;*/
	margin: 30px auto;
	/*20200325_modify end*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.project_menu li {
	width: 24%;
}
.project_menu li a {
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 20px 0;
	display: block;
}
/*hover*/
.project_menu li a:hover {
	opacity: 0.8;
}
/*--- イベント ---*/
.event_box {
	/*20200325_modify start*/
	/*margin: 60px auto 120px auto;*/
	margin: 30px auto 120px auto;
	/*20200325_modify end*/
	padding: 36px 50px;
}
.event_box h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 40px;
}
/*　横幅 ～1025
-------------------------------------*/
@media screen and (min-width: 1025px) {
	/*--- プロジェクトメニュー ---*/
	.project_menu {
		max-width: 1000px;
	}
}
/*　横幅 1024～
-------------------------------------*/
@media screen and (max-width: 1024px) {
	/*--- プロジェクトメニュー ---*/
	.project_menu {
		margin: 30px auto 60px auto;
	}
	.project_menu li a {
		font-size: 12px;
	}
	.event_box h3 {
		font-size: 15px;
		margin-bottom: 16px;
	}
}
/*	SP 縦
-------------------------------------*/
@media screen and (max-width: 480px) {
	/*--- プロジェクトメニュー ---*/
	.project_menu {
		margin: 6% auto;
	}
	.project_menu li {
		width: 48%;
		margin-bottom: 4%;
	}
	.project_menu li a {
		padding: 10% 0;
	}
	/*--- イベント ---*/
	.event_box {
		margin: 8% auto 16% auto;
		padding: 4%;
	}
	.event_box h3 {
		margin-bottom: 4%;
	}
}