@charset "UTF-8";
/*----------------------------------------

	index CSS

	- headline
	- block01

-----------------------------------------*/

/*----------------------------------------
	headline
-----------------------------------------*/
#headline {
	background-image: url("../../../img/about/headline_bg01s.jpg");
}
@media print, screen and (min-width:768px) {
	#headline {
		background-image: url("../../../img/about/headline_bg01.jpg");
	}
}
#headline .headline-inner h1, 
#headline .headline-inner p {
	letter-spacing: .12em;
}
#contentBody {
	padding: 60px 0 130px;
}
#contentBody::before {
/*	content: none;*/
}
@media print, screen and (min-width:768px) {
	#contentBody {
		padding: 98px 0 130px;
	}
}
h2{
	position:relative;
	padding-bottom: 37px;
	letter-spacing: 1.2px;
}
h2::before{
	content:"";
	display:block;
	position:absolute;
	width: 42px;
	height:2px;
	background-color: #dddddd;
	bottom: 18px;
	left: calc(50% - 21px);
}
h2::after{
	content:"";
	display:block;
	position:absolute;
	width: 21px;
	height:2px;
	background-color: #f56600;
	bottom: 18px;
	left: calc(50% - 21px);
}
/*----------------------------------------
	breadcrumb
-----------------------------------------*/
#breadcrumb ol li:not(:first-child) a {
	color: #dddddd;
}
#breadcrumb ol li:not(:last-child)::after {
	border-color: #ddd #ddd transparent transparent;
}

/*----------------------------------------
	block01
-----------------------------------------*/
.block01 .box01-cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 10px;
	margin-top: 50px;
}
.block01 .box01-cat > p,
.block01 .box01-cat .arrow_text{
	margin: 0 10px 20px;
	font-size: 15px;
}
.block01 .box01-cat .arrow_text{
	margin-bottom:0;
	margin-left: 0;
}
.block01 .box01-cat .arrow_text::after{
	content:"";
	display:block;
	width: 10px;
	height: 10px;
	background-image:url("../../../img/cms/arrow.svg");
	position:absolute;
	top: calc(1em - 7px);
	right: 15px;
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center;
	transition:all 0.6s ease;
}
.arrow_section:hover .arrow_text::after,
.arrow_section.active .arrow_text::after{
	transform:rotate(180deg);
}
.arrow_section li{
	cursor:pointer;
	font-size: 13px;
	font-weight: bold;
	background-color: white;
}
.arrow_section li:first-of-type{
	color:gray;
}
.block01 .box01-cat .arrow_text > a{
	padding-right:20px !important;
	min-width: 12em;
}
.block01 .box01-cat > p > a,
.block01 .box01-cat  .arrow_text > a {
	display: block;
	position: relative;
	padding: 0 0 6px;
	color: #999;
	transition: color 0.2s;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: .12em;
}
.block01 .box01-cat > p > a::before ,
.block01 .box01-cat .arrow_text > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	border-bottom: 2px solid #eeeeee;
	transform: translateX(-50%);
}
.block01 .box01-cat > p > a::after,
.block01 .box01-cat .arrow_text > a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	border-bottom: 2px solid #f56600;
	transform: translateX(-50%);
	transition: width 0.2s;
}
.block01 .box01-cat > p > a:hover,
.block01 .box01-cat > p > a.is-active,
.block01 .box01-cat .arrow_text> a:hover,
.block01 .box01-cat .arrow_text > a.is-active,
.block01 .box01-cat .arrow_section:hover .arrow_text > a,
.block01 .box01-cat .arrow_section.active .arrow_text > a{
	color: #000;
	font-weight: 700;
}
.block01 .box01-cat > p > a:hover::after,
.block01 .box01-cat > p > a.is-active::after,
.block01 .box01-cat .arrow_text > a:hover::after,
.block01 .box01-cat .arrow_text > a.is-active::after,
.block01 .box01-cat .arrow_section:hover .arrow_text > a::after,
.block01 .box01-cat .arrow_section.active .arrow_text > a::after{
	width: 100%;
}
.block01 .box01-cat .arrow_section{
	position:relative;
	width: fit-content;
}
.block01 .box01-cat .arrow_section .arrow_list{
	position:absolute;
	visibility: hidden;
	opacity: 0;
	right: 10px;
	width: calc(100% - 10px);
	transition:all 0.3s ease;
	top: 80%;
}
.block01 .box01-cat .arrow_section .arrow_list{
	border:solid 2px gray;
	background-color: white;
}
.block01 .box01-cat .arrow_section .arrow_list li,
.block01 .box01-cat .arrow_section .arrow_list li a{
	transition:all 0.3s ease;
}
.block01 .box01-cat .arrow_section .arrow_list li a{
	display:block;
	width:100%;
}
.block01 .box01-cat .arrow_section .arrow_list li:first-of-type:hover{
	background-color:white;
	color: gray;
}
.block01 .box01-cat .arrow_section .arrow_list li:hover{
	background-color:#f56600;
	color:white;
}
.block01 .box01-cat .arrow_section .arrow_list li:hover a{
	color:white;
}
.block01 .box01-cat .arrow_text:hover ~ .arrow_list,
.block01 .box01-cat .arrow_section.active  .arrow_list,
.block01 .box01-cat .arrow_text ~ .arrow_list:hover{
	opacity: 1;
	visibility: visible;
	top: calc(100% - 20px);
	z-index: 2;
}
.block01 .box01-list {
	margin: 0 0 50px;
}
.block01 .box01-list > ul:not(:first-child) {
	display: none;
}
.block01 .box01-list > ul > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
	padding: 27px 0;
	border-bottom: 1px solid #eee;
	letter-spacing: .12em;
}
.block01 .box01-list > ul > li > span:nth-child(1) {
	margin-right: 10px;
}
.block01 .box01-list > ul > li > .mobile_flex_box span:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 20px; */
	line-height: 14px;
	margin: 0 7px 0 5px;
	padding: 0 12px;
	border: 1px solid #f56600;
	white-space: nowrap;
	text-align: center;
	flex-shrink: 0;
}
.block01 .box01-list > ul > li  .dwnbtn{
	display:block;
	width: 55px;
	height:35px;
	position: relative;
	/* padding-left:40px; */
}
.block01 .box01-list > ul > li  .dwnbtn::before{
	content:"";
	display:block;
	width: 25px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-image:url("../../../img/cms/icon_pdf.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.block01 .box01-list > ul > li  .dwnbtn::after{
	content:"";
	display:block;
	width: 25px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-image:url("../../../img/cms/icon1.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	transition:all 0.3s ease;
}
.block01 .box01-list > ul > li  .dwnbtn:hover::after{
	background-image:url("../../../img/cms/icon1_a.svg");
}
::-webkit-full-page-media, :future, :root 
.block01 .box01-list > ul > li > span:nth-child(2) {
	display: block;
}
.block01 .box01-list > ul > li > span:nth-child(4) {
	width: calc(100% - 60px);
	margin: 4px 10px 0;
}
.block01 .box01-list > ul > li > span > a .icon-pdf,
.block01 .box01-list > ul > li > span > a .icon-blank {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
	height: 1.6em;
}
.block01 .box01-list > ul > li > span > a .icon-pdf {
	width: 22px;
	background: url("../../../img/cmn/c_pdf01.png") center center no-repeat;
	background-size: 22px auto;
}
.block01 .box01-list > ul > li > span > a .icon-blank {
	width: 20px;
	background: url("../../../img/cmn/c_blank01.png") center center no-repeat;
	background-size: 20px auto;
}
.block01 .box01-pager {
	display: flex;
	justify-content: center;
	margin: -7px;
}
.block01 .box01-pager > a,
.block01 .box01-pager > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 35px;
	max-width: 35px;
	height: 35px;
	margin: 7px;
	border: 1px solid;
	background: #fff;
}
.block01 .box01-pager > a {
	border-color: #999999;
	color: #999;
}
.block01 .box01-pager > a.prev,
.block01 .box01-pager > a.next {
	position: relative;
	font-size: 0;
}
.block01 .box01-pager > a.prev::before,
.block01 .box01-pager > a.next::before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	width: 6px;
	height: 6px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #f56600 #f56600 transparent transparent;
	transform-origin: center center
}
.block01 .box01-pager > a.prev::before {
	left: calc(50% - 2px);
	transform: rotate(-135deg);
}
.block01 .box01-pager > a.next::before {
	right:  calc(50% - 2px);
	transform: rotate(45deg);
}
.block01 .box01-pager > div {
	border-color: #f56600;
	background: #f56600;
	color: #fff;
}
.block01 .box01-pager .page-numbers.current {
	border-color: #f56600;
	background: #f56600;
	color: #fff;
}
.page-numbers.current{
		width: 40px;
		max-width: 40px;
		height: 40px;
		text-align: center;
		margin: 5px;
		display:block;
		display: flex;
		align-items: center;
		justify-content: center;
	}
@media print, screen and (min-width:768px) {
	.block01 .box01-cat .arrow_section .arrow_list{
		width:calc(100% - 20px);
		padding: 10px;
	}
	.arrow_section li{
		font-size: 14px;
		padding:5px 0;
	}
	.arrow_section li{
		border-bottom:1px dotted #BBB;
	}
	.arrow_section li:nth-of-type(1){
		border-bottom:1px solid #555;
	}

	.block01 .box01-list > ul > li  .dwnbtn{
	display:block;
	width: 80px;
	height:35px;
	position: relative;
	/* padding-left:40px; */
}
.block01 .box01-list > ul > li  .dwnbtn::before{
	content:"";
	display:block;
	width:35px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-image:url("../../../img/cms/icon_pdf.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.block01 .box01-list > ul > li  .dwnbtn::after{
	content:"";
	display:block;
	width:35px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-image:url("../../../img/cms/icon1.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	transition:all 0.3s ease;
}
	.block01 .box01-list > ul > li > span:nth-child(2){
		width: calc(100% - 400px);
	}
	.block01 .box01-cat .arrow_text:hover ~ .arrow_list,
	.block01 .box01-cat .arrow_section.active  .arrow_list,
	.block01 .box01-cat .arrow_text ~ .arrow_list:hover{
		top:100%;
	}
	.block01 .box01-cat {
		margin: 0 0 65px;
		margin-top: 50px;
	}
	.block01 .box01-cat .arrow_text::after{
		width:10px;
		height:10px;
		top:calc(50% - 5px);
		right:10px;
	}
	.block01 .box01-cat > p ,
	.block01 .box01-cat .arrow_text{
		margin: 0 10px;
		font-size: 1.7rem;
	}
	.block01 .box01-cat > p > a,
	.block01 .box01-cat .arrow_text > a{
		width: 245px;
		padding: 12px 0 12px;
	}
	.block01 .box01-cat > p > a::before,
	.block01 .box01-cat > p > a::after,
	.block01 .box01-cat .arrow_text > a::before,
	.block01 .box01-cat .arrow_text > a::after{
		border-bottom-width: 2px;
	}
	.block01 .box01-cat > p > a{
		width:140px;
	}
	.block01 .box01-list > ul > li {
		flex-wrap: nowrap;
		padding: 26px 0;
		justify-content: space-between;
	}
	.block01 .box01-list > ul > li > .mobile_flex_box div span {
		margin-right: 11px;
	}
	.block01 .box01-list > ul > li >  .mobile_flex_box  p{
		margin-right: 0px;
		font-size: 11px;
		width: 7em;
		letter-spacing: 0;
	}
	.block01 .box01-list > ul > li > .mobile_flex_box span:nth-child(2) {
		min-width: 125px;
		height: 30px;
		margin: -3px 40px -5px 0;
		padding: 5px 0;
	}
	.block01 .box01-list > ul > li >  .mobile_flex_box span:nth-child(2) {
		/* width: 14em; */
		margin: 0;
		margin-right: 12px;
		margin-left: 8px;
		padding: 5px 12px;
		height: auto;
		text-align: center;
		font-size: 1.1rem;
	}
	.block01 .box01-pager {
		margin: -5px;
	}
	.block01 .box01-pager > a,
	.block01 .box01-pager > div {
		width: 40px;
		max-width: 40px;
		height: 40px;
		margin: 5px;
	}
	.page-numbers.current{
		width: 40px;
		max-width: 40px;
		height: 40px;
		text-align: center;
		margin: 5px;
		display:block;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.block01 .box01-pager .page-numbers.current {
	border-color: #f56600;
	background: #f56600;
	color: #fff;
}
	body.pc .block01 .box01-pager > a {
		transition: border 0.2s, background 0.2s, color 0.2s;
	}
	body.pc .block01 .box01-pager > a:hover {
		border-color: #f56600;
		background: #f56600;
		color: #fff;
	}
	.block01 .box01-pager > a.prev::before {
		left: calc(50% - 1px);
	}
	.block01 .box01-pager > a.next::before {
		right: calc(50% - 1px);
	}
	.block01 .box01-pager > a.prev:hover::before,
	.block01 .box01-pager > a.next:hover::before {
		border-color: #fff #fff transparent transparent;
	}
}
.mobile_flex_box div{
	display: flex;
	align-items: center;
}
.mobile_flex_box{
	display:flex;
	align-items:center;
}
@media print, screen and (max-width:767px) {
	.block01 .box01-list > ul > li > span:nth-child(4){
		margin-left:0;
		margin-right: 0;
		width: 100%;
	}
	.mobile_flex_box div{
		flex-wrap:wrap;
		gap: 5px;
	}
	.not_download{
		display: none !important;
	}
	.mobile_flex_box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
	}
	.block01 .box01-list > ul > li > .mobile_flex_box span:nth-child(2){
		margin-left:0;
		margin-right: 0;
		margin-bottom: 6px;
		/* width: 117px; */
	}
}
@media print, screen and (max-width:400px) {
	.block01 .box01-list > ul > li > span:nth-child(3){
		margin-left:0;
	}
}