@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

/* Setting-basic
---------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	color: #111;
	background: #fff;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

/* Module
-----------------------------------------------------------*/
img {
	border: 0;
	vertical-align: middle;
}

ol,
ul {
	list-style: none;
}

p {
	margin: 0 0 25px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 25px;
	line-height: 1.3;
	font-size: 100%;
	font-feature-settings: "palt";
}

/* Hypertext Module
-----------------------------------------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #7a7a7a;
}

.swap {
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.swap:hover {
	opacity: 0.7;
}

a.linkstyle {
	color: #FFA500;
	text-decoration: underline;
}

a:hover.linkstyle {
	color: #e00a8c;
}


/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 {
	margin-bottom: 0 !important;
}

.mb05 {
	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;
}

.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;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.mb160 {
	margin-bottom: 160px !important;
}

.mt00 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

/* width */
.width100 {
	width: 100%;
}

.width90 {
	width: 90%;
}

.width80 {
	width: 80%;
}

.width70 {
	width: 70%;
}

.width60 {
	width: 60%;
}

.width50 {
	width: 50%;
}

.width40 {
	width: 40%;
}

.width30 {
	width: 30%;
}

.width20 {
	width: 20%;
}

.width10 {
	width: 10%;
}

.width5 {
	width: 5%;
}

/* font size */
.text75 {
	font-size: 75%;
}

.text80 {
	font-size: 80%;
}

.text85 {
	font-size: 85%;
}

.text90 {
	font-size: 90%;
}

.text100 {
	font-size: 100%;
}

.text110 {
	font-size: 110%;
}

.text120 {
	font-size: 120%;
}

.text130 {
	font-size: 130%;
}

.text140 {
	font-size: 140%;
}

.text160 {
	font-size: 160%;
}

.text180 {
	font-size: 180%;
}

.text200 {
	font-size: 200%;
}

.text220 {
	font-size: 220%;
}

.text240 {
	font-size: 240%;
}

.text260 {
	font-size: 260%;
}

/* color */
.c_000 {
	color: #000;
}

.c_333 {
	color: #333;
}

.c_555 {
	color: #555;
}

.c_888 {
	color: #888;
}

.c_fff {
	color: #fff;
}

.c_red {
	color: #f00;
}

.c_blue {
	color: #0e92e5;
}

.c_green {
	color: #86bf00;
}

.c_orange {
	color: #ee761b;
}

/* font style */
.boldstyle {
	font-weight: bold;
}

.normalstyle {
	font-weight: normal;
}

.italicstyle {
	font-style: italic;
}

/* text-align */
.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


/* Table Module
---------------------------------------*/
table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #bbb;
	background: #f3f3f3;
}

td,
th {
	padding: 3px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	vertical-align: middle;
}

tr:nth-child(even) {
	background: #fafafa;
}

thead th {
	font-size: 90%;
	background: #ddd;
}

tbody th {
	color: #fff;
	font-size: 90%;
	background: #8899aa;
}


/* Forms Module
---------------------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 0.6em;
	background: #fcfbf5;
}

select {
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f7f7f7;
}

option {
	padding: 4px;
	background: #fff;
}

input[type="submit"] {
	display: inline-block;
	padding: 12px 24px;
	;
	text-align: center;
	line-height: 1;
	border: 3px solid #555;
	border-radius: 22px;
	cursor: pointer;
	font-size: 100%;
	background: #fff;
}

input[type="submit"][disabled] {
	background: #cecece;
	cursor: not-allowed;
	/* 禁止カーソル */
}

input[type="checkbox" i] {
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}

input[type="radio" i] {
	-webkit-appearance: radio;
	box-sizing: border-box;
}

input[type="radio" i],
input[type="checkbox" i] {
	background-color: initial;
	padding: initial;
	border: initial;
}

.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 1px 3px;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
}

.need:before {
	content: "任意";
	background: #999;
}

.any:before {
	content: "必須";
	background: #f00;
}



/* sp_nav
-----------------------------------------------------------*/
.area_drawermenu {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	overflow: auto;
}

.area_drawermenu.active {
	visibility: visible;
	opacity: 1;
}

.menu_list {
	overflow-y: scroll;
	position: absolute;
	right: -500px;
	left: auto;
	width: 80%;
	max-width: 445px;
	height: 100%;
	padding: 100px 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #FFA500;
}

.active .menu_list {
	right: 0px;
	left: auto;
	font-size: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header_menubtn {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
	width: 60px;
	height: 60px;
	background: #FFA500;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header_menubtn:hover {
	background: #FFA500;
}

.header_menubtn.active {
	position: fixed;
	background: #FFA500;
}

.header_menubtn p {
	margin: 8px 0 0;
	color: #FFA500;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

.header_menubtn p.close {
	display: none;
}

.header_menubtn.active .menu_trigger+p.menu {
	display: none;
}

.header_menubtn.active .menu_trigger+p.menu+p.close {
	display: block;
	color: #1c3c79;
}

.menu_trigger,
.menu_trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.menu_trigger {
	position: relative;
	width: 30px;
	height: 19px;
	top: 18px;
}

.menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.menu_trigger span:nth-of-type(1) {
	top: 0;
}

.menu_trigger span:nth-of-type(2) {
	top: 8px;
}

.menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.active .menu_trigger span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	background: #fff;
}

.active .menu_trigger span:nth-of-type(2) {
	opacity: 0;
}

.active .menu_trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	background: #fff;
}


/* layout-toppage
---------------------------------------*/
.sp_only {
	display: none;
}

.area_header {
	display: none;
	height: 60px;
	padding: 15px;
	background: #FFA500;
}

.block_header_sp img {
	width: 30px;
}

.block_header_sp .ttl {
	margin: 3px 0 0 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}

.cover_block_contents .side {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	width: 280px;
	height: 100%;
	z-index: 1;
	padding: 50px 20px 100px;
	background: #FFA500;
	color: #fff;
}

.cover_block_contents .main {
	width: 100%;
	padding-left: 280px;
}

.side_logo {
	margin: 0 0 50px;
	text-align: center;
}

.side_logo img {
	width: 60px;
	margin: 0 0 20px;
}

.side_logo .ttl {
	margin: 0;
	font-size: 2.2rem;
	/* letter-spacing: .1em; */
}

.side_inner {
	margin: 0 0 40px;
}

.side_menu {
	width: 100%;
	border-top: 1px dotted #fff;
}

.side_menu li a {
	display: block;
	padding: 20px 10px;
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: .1em;
}

.side_menu li a.icon_arr {
	background: url(../images/icon_arr1.svg) no-repeat 97% center;
	background-size: 12px;
}

.side_menu li a.icon_link {
	background: url(../images/icon_arr2.svg) no-repeat 97% center;
	background-size: 12px;
}

.side_menu li a:hover.icon_arr {
	background: #ca161d url(../images/icon_arr1.svg) no-repeat 97% center;
	background-size: 12px;
}

.side_menu li a:hover.icon_link {
	background: #ca161d url(../images/icon_arr2.svg) no-repeat 97% center;
	background-size: 12px;
}

.side_menu_btn li {
	margin-bottom: 10px;
}
.side_menu_btn li a {
	display: block;
	padding: 28px 5px;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	border: 1px solid #fff;
	background: #FFA500;
}
.side_menu_btn li a:hover {
	background: #FFA500;
}
.side_info1 {
	margin: 0 0 10px;
	font-size: 1.3rem;
	font-weight: 500;
}

.side_info2 {
	font-size: 1.2rem;
}

.side_info2 a {
	color: #fff;
	text-decoration: underline;
}

.side_info2 a:hover {
	opacity: .6;
}

.slider {
	opacity: 0;
	transition: opacity .25s ease;
}

.slider.slick-initialized {
	opacity: 1;
}

.slider_arr {
	position: absolute;
	top: 50%;
	z-index: 1;
}

.arr_prev {
	left: 0;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	background: url(../images/icon_prev.svg) no-repeat center center;
	background-size: 50px 50px;
}

.arr_next {
	right: 0;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	background: url(../images/icon_next.svg) no-repeat center center;
	background-size: 50px 50px;
}

.block_mainimg {
	position: relative;
}

.block_mainimg .ttl {
	position: absolute;
	top: 12%;
	left: 5%;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: .1em;
	z-index: 9;
	color: #fff;
	text-shadow:1px 1px 0 #fff, 2px 2px 8px #000;
}

.block_mainimg .ttl span {
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
}

.movie video {
  width: 100%;
  height: auto;
}

.block_contents {
	margin: 0 0 10px;
	padding: 80px 0;
	border-bottom: 1px solid #ccc;
}

.block_contents .ttl {
	margin: 0 0 30px;
	color: #FFA500;
	font-size: 2.4rem;
	font-weight: 500;
}

.block_contents_inner {
	margin: 0 0 80px;
}

.wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.list_info li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
}

.list_info li span {
	display: table-cell;
}

.list_info li span.date {
	width: 120px;
}

.list_info li span.date::before {
	content: '■';
	color: #FFA500;
	font-size: 80%;
}

.list_news li {
	position: relative;
}

.list_news li a {
	display: table;
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
}

.list_news li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	transform: rotate(45deg);
}

.list_news li span {
	display: table-cell;
}

.list_news li span.date {
	width: 120px;
}

.list_news li a:hover {
	background: #eee;
}

.list_news2 li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
}

.list_news2 li span {
	display: table-cell;
}

.list_news2 li span.date {
	width: 120px;
}



.block_file {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	width: 100%;
}

.block_file>li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}

.block_file>li:nth-child(4n) {
	margin: 0 0 2% 0;
}

.block_file li a {
	position: relative;
	display: block;
	height: 120px;
	background: #ddd;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
	color: #333;
	text-align: center;
	line-height: 1.4;
}

.block_file li a.label_dl {
	background: #ddd url(../images/icon_arr3.svg) no-repeat right bottom;
	background-size: 18px;
}

.block_file li a.label_link {
	background: #ddd url(../images/icon_arr4.svg) no-repeat right bottom;
	background-size: 18px;
}

.block_file li a .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	z-index: 1;
}

.block_file li a:hover.label_dl {
	background: #FFA500 url(../images/icon_arr3.svg) no-repeat right bottom;
	background-size: 18px;
	color: #fff;
}

.block_file li a:hover.label_link {
	background: #FFA500 url(../images/icon_arr4.svg) no-repeat right bottom;
	background-size: 18px;
	color: #fff;
}

.block_file li.unuse a {
	pointer-events: none;
	opacity: .6;
}



.list_link li {
	position: relative;
}

.list_link a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 15px 15px 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
}

.list_link li::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #aaa #aaa transparent transparent;
	transform: rotate(45deg);
}

.list_link a:hover {
	background: #eee;
}

.block_contents_bnr {
	padding: 80px 0;
	text-align: center;
}

.block_contents_bnr img {
	width: 100%;
	max-width: 480px;
}

.area_footer {
	width: 100%;
	padding: 30px 0;
	background: #FFA500;
	text-align: center;
}

.footer_info {
	display: none;
	color: #fff;
	text-align: center;
}

.footer_info .info1 {
	margin: 0 0 10px;
	font-size: 1.3rem;
	font-weight: 500;
}

.footer_info .info2 {
	font-size: 1.2rem;
}

.footer_info .info2 a {
	color: #fff;
	text-decoration: underline;
}

.footer_info .info2 a:hover {
	opacity: .6;
}

.copyright {
	margin: 0;
	color: #fff;
	font-size: 1.2rem;
}



/* parts
---------------------------------------*/
.btnlist {
	margin: 0;
	list-style: none;
}

.btnlist li {
	display: inline;
	margin: 0 3px 0 0;
}

.btnarea1 {
	padding: 50px 0 0;
	text-align: center;
}

.btn01 a {
	display: inline-block;
	width: 100%;
	max-width: 260px;
	padding: 10px;
	border: 1px solid #333;
	color: #333;
	font-size: 1.4rem;
	text-align: center;
	z-index: 1;
}

.btn01 a:hover {
	background: #FFA500;
	border: 1px solid #FFA500;
	color: #fff;
}

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	padding-top: 12px;
	text-align: center;
	color: #fff;
	background: #aaa;
}

.pagetop a:hover {
	opacity: 0.5;
}







/* Responsive
---------------------------------------*/
@media screen and (max-width: 960px) {
	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

	tbody td,
	tbody th,
	thead td,
	thead th {
		font-size: 80%;
	}

	.cover_block_contents .side {
		display: none;
	}

	.cover_block_contents .main {
		width: 100%;
		padding: 0;
	}

	.area_header {
		display: block;
	}

	.header_menubtn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
	}


	.block_mainimg .ttl {
		position: absolute;
		top: 10%;
		left: 5%;
		font-size: 2.1rem;
		letter-spacing: normal;
		text-shadow: 0 0 0 #fff, 2px 2px 8px #000;

	}

	.block_mainimg .ttl span {
		font-size: 1.5rem;
	}


	.block_contents {
		padding: 60px 0;
	}

	.block_contents_inner {
		margin: 0 0 60px;
	}


	.list_info li span {
		display: block;
		width: 100%;
	}

	.list_info li span.date {
		width: 100%;
	}

	.list_news li span {
		display: block;
		width: 100%;
	}

	.list_news li span.date {
		width: 100%;
	}

	.list_news2 li span {
		display: block;
		width: 100%;
	}

	.list_news2 li span.date {
		width: 100%;
	}


	.block_file {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 100%;
	}

	.block_file>li {
		width: 48%;
		margin: 0 0 20px 0;
	}

	.block_file>li:nth-child(4n) {
		margin: 0 0 2% 0;
	}

	.footer_info {
		display: block;
	}

	.copyright {
		font-size: 1rem;
	}

	.flexbox.col2 > div {
		margin-bottom: 0;
	}


}
