<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ロゴに関するスタイル */
.header-logo {
	height: auto;
}

.header-logo.headerLogoScroll.-before {
	display: none;
}

.header-logo.-after {
	display: none;
}

.header-logo.headerLogoScroll.-after {
	display: block;
}

.h1 {
	max-width: 750px;
	width: 85%;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

.h1 h1 {
	margin-bottom: 8px;
}

.h1.top_copy span {
	display: inline-block;
	font-size: 60px;
	padding: 0 14px;
	margin-bottom: 10px;
	background: #000;
	line-height: 1.25;
	color: #fff;
}

.h1 .h1_subtxt {
	display: inline-block;
	color: #fff;
	padding: 0px 5px;
	font-size: 30.2px;
	border-bottom: 2px solid;
	letter-spacing: 0.01em;
	filter: drop-shadow(3px 1px 8px rgba(0, 0, 0, 0.5));
}

.jamp {
	position: absolute;
	top: -90px
}

.top_bk {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 8999
}

.top_bt {
	position: absolute;
	width: 550px;
	top: 0;
	right: 0;
	z-index: 8999
}


/*==================================================
スライダーのためのcss
===================================*/
/* スライド */
.mv_wrap {
	background: #fff;
}

.mv_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

.slider {
	position: relative;
	z-index: 1;
	height: 100%;
}

.swiper-container {
	width: 70vw;
	max-width: 1120px;
	height: 65vh;
	margin: auto;
	margin-left: calc((100vw - (1120px)) / 2);
	overflow: hidden;
}

.slide-img {
	overflow: hidden;
	position: relative;
}

.slide-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 5%);
	background-size: 100%;
	z-index: 2;
}

.slide-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%);
	background-size: 100%;
	z-index: 2;
}

.slide-img,
.slide-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.swiper-slide-active .slide-img img,
.swiper-slide-duplicate-active .slide-img img,
.swiper-slide-prev .slide-img img {
	animation: zoom 10s linear 0s 1 normal both;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

/* スライドコピー画像 */
.copy_box {
	position: absolute;
	top: 60%;
	right: calc((100vw - (1120px)) / 2);
	text-align: right;
	width: 100%;
	max-width: 1120px;
	margin: 0;
	transform: translate(0, -50%);
	z-index: 3;
}

.copy_box a {
	font-weight: bold;
	padding: 0 130px 0px 0;
	background-repeat: no-repeat;
	background-image: url("../img/top/arrow.png");
	color: #fff;
	background-position: bottom 0 right 0;
	background-size: 1100px;
	text-shadow:
		#333 1px 1px 2px, #333 -1px 1px 2px, #333 1px -1px 2px, #333 -1px -1px 2px;
	line-height: .3em;
	font-size: 40px;
	line-height: 1.3em;
	font-size: clamp(30px, 3vw, 55px);
}

.copy_box a span {
	font-size: 80%
}

.copy_box img {
	width: 42%;
	max-width: 450px;
	margin: 0 0 0 auto;
	display: block;
}

@media screen and (max-width: 1200px) {
	.swiper-container {
		margin-left: 0;
	}

	.copy_box {
		right: 2vw;
	}
}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 767px) {

	.swiper-container {
		width: 100vw;
		height: 146vw;
	}

	.slide-img::before,
	.slide-img::after {
		content: none;
	}

	.copy_box a {
		font-size: 6.8vw
	}

	.copy_box {
		width: 100%;
		text-align: center;
	}

	.copy_box {
		position: absolute;
		top: 19%;
		left: 50%;
		width: 90%;
		transform: translate(-50%, 0);
	}

	.copy_box img {
		width: 100%;
		margin: 0 auto;
	}
}


/*トップ動画*/
.scroll_box {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	z-index: 99;
	height: 120px
}

.fitImg {
	position: absolute;
}

.box {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 90px;
}

.fitMovie {
	position: absolute;
}

.top_copy {
	position: absolute;
	width: 55%;
	max-width: 600px;
	bottom: 24%;
	left: 50px;
	z-index: 2;
	padding: 0;
}

.top_copy2 {
	position: absolute;
	width: 55%;
	max-width: 580px;
	bottom: 120px;
	left: 50px;
	z-index: 2;
}

.index .box a.bt_movie {
	position: absolute;
	width: 45%;
	max-width: 500px;
	bottom: 0;
	right: 0px;
	z-index: 8999;
}

.index .box a.bt_movie img {
	width: 100%
}

a.scroll {
	color: #fff;
	text-decoration: none;
	padding-bottom: 100%;
	margin: 0 auto 0;
}

a.scroll::before {
	position: absolute;
	top: 2em;
	left: 50%;
	content: '';
	width: 2px;
	height: 100px;
	background-color: #fff;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*スクロールダウン全体の場所*/
.scrolldown4 {
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	bottom: 1%;
	right: 50%;
	/*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
	z-index: 99;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
	0% {
		bottom: 1%;
	}

	50% {
		bottom: 3%;
	}

	100% {
		bottom: 1%;
	}
}

/*Scrollテキストの描写*/
.scrolldown4 span {
	/*描画位置*/
	position: absolute;
	left: -20px;
	bottom: 10px;
	/*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	right: -6px;
	/*矢印の形状*/
	width: 1px;
	height: 20px;
	background: #000;
	transform: skewX(-31deg);
}

.scrolldown4:after {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	right: 0;
	/*矢印の形状*/
	width: 1px;
	height: 50px;
	background: #000;
}



/* 新着記事表示 */

.title_box.news_title {
	border: none;
	margin-bottom: 0;
}

.new-entry-cards.large-thumb {
	display: flex;
	flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
	width: 33.333%;
}

.top_news_box .title_box.news_title {
	padding-bottom: 0;
}

.top_news_box .news_list {
	max-width: 1120px;
	margin: auto;
}

ul.news_list li {
	margin-top: 5px;
}

.top_news_box .news_list a .thumbnail_wrap {
	height: 12vh;
	max-height: 200px;
	min-height: 120px;
}

/* 現在実施中の調査 */
.new_box ul {
	display: flex;
	flex-wrap: wrap;
}



.new_box ul li a {
	color: #000;
	padding: 15px 0;
	border-bottom: solid 1px #C3C3C3;
	display: block;
	width: 100%;
	position: relative;
	display: flex;
	line-height: 1.3em;
	align-items: center;
}

.new_box ul li .title {
	max-width: 350px;
	width: 58%;
}

.new_box {
	margin-bottom: 70px;
}

.arrow_news {
	position: absolute;
	right: 5px;
	width: 10px;
	bottom: 35%;
}

.pdf_news {
	position: absolute;
	right: 5px;
	width: 15px;
	bottom: 30%;
}

.news {
	position: absolute;
	right: 2em;
	width: fit-content;
	bottom: 30%;
	color: #B80000;
	font-weight: bold;
}

.new_box ul li:has(.end) .title {
	color: #999;
}

.end {
	position: absolute;
	right: 2em;
	width: fit-content;
	bottom: 30%;
	color: #B80000;
	font-weight: bold;
}

.implementation {
	position: absolute;
	right: 2em;
	width: fit-content;
	bottom: 30%;
	color: #B80000;
	font-weight: bold;
}

.new_box ul li a .day {
	margin-right: 10px;
}

.new_box ul li {
	display: block;
	width: 100%;
}


h2.sec-line {
	line-height: 1.2;
	padding-bottom: 0.2em;
}

/*News*/
.top_news {
	margin-bottom: 110px;
}

.top_news {
	font-size: 18px;
	margin-top: -50px;
	padding-top: 50px;
}

.top_news .txtBk {
	border-bottom: 1px solid #494949;
	margin-right: 1.5em;
}

.top_news .sub_titile {
	color: #aaaaaa;
}

.top_news .info {
	margin-bottom: 15px;
}

.top_news dl {
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: 27px;
	border-bottom: 0.5px solid #494949;
}

.top_news dt span {
	display: inline-block;
	border-bottom: 1.5px solid #494949;
	letter-spacing: 0.075em;
}

.top_news dd {
	width: 79%;
	display: block;
}

.top_news dd.icon_PDF {
	width: 4%;
}

.top_news dd.icon_PDF img {
	width: 1.25em;
	height: 1.5em;
	padding-bottom: 2px;
}

.top_news input[type="radio"] {
	display: none;
}

.top_news label {
	margin-right: 1.5em;
	display: inline-block;
	cursor: pointer;
	transition: ease 0.2s opacity;
	font-size: 18px;
	font-weight: bold;
	color: #aaaaaa;
}

.top_news label.tab2_label {
	color: #81AAC1
}

.top_news label.tab3_label {
	color: #80AF80
}

.top_news label.tab4_label {
	color: #C99898
}

.top_news label.tab5_label {
	color: #AFA3BB
}

.top_news label.tab6_label {
	color: #D2C1A3
}

.tab_wrap label.tab7_label {
	color: #8CA3B5
}

.top_news label:hover {
	opacity: 0.8;
}

.top_news #panel1,
.top_news #panel2 {
	display: none;
}

#panel3 {
	display: none;
}

#panel4 {
	display: none;
}

#panel5 {
	display: none;
}

#panel6 {
	display: none;
}

#panel7 {
	display: none;
}

.top_news p {
	font-size: 14px;
	letter-spacing: 1px;
}

#tab1:checked~.tab_area .tab1_label {
	color: #000;
	border-bottom: 1px solid #494949;
}

#tab1:checked~.panel_area #panel1 {
	display: block;
}

#tab2:checked~.tab_area .tab2_label {
	color: #035684;
	border-bottom: 1px solid #035684;
}

#tab2:checked~.panel_area #panel2 {
	display: block;
}

#tab3:checked~.tab_area .tab3_label {
	color: #006000;
	border-bottom: 1px solid #006000;
}

#tab3:checked~.panel_area #panel3 {
	display: block;
}

#tab4:checked~.tab_area .tab4_label {
	color: #933131;
	border-bottom: 1px solid #933131;
}

#tab4:checked~.panel_area #panel4 {
	display: block;
}

#tab5:checked~.tab_area .tab5_label {
	color: #5F4778;
	border-bottom: 1px solid #5F4778;
}

#tab5:checked~.panel_area #panel5 {
	display: block;
}

#tab6:checked~.tab_area .tab6_label {
	color: #A68348;
	border-bottom: 1px solid #A68348;
}

#tab6:checked~.panel_area #panel6 {
	display: block;
}

#tab7:checked~.tab_area .tab7_label {
	color: #003366;
	border-bottom: 1px solid #003366;
}

#tab7:checked~.panel_area #panel7 {
	display: block;
}

span.icon_kakaku {
	display: inline-block;
	background-color: #006000;
	padding: 0px 5px;
	color: #fff;
	font-size: 90%;
	margin-left: 10px;
	vertical-align: top
}

span.icon_oshirase {
	display: inline-block;
	background-color: #035684;
	padding: 0px 5px;
	color: #fff;
	font-size: 90%;
	margin-left: 10px;
	vertical-align: top
}

span.icon_sekisan {
	display: inline-block;
	background-color: #933131;
	padding: 0px 5px;
	color: #fff;
	font-size: 90%;
	margin-left: 10px;
	vertical-align: top
}

span.icon_kenkyu {
	display: inline-block;
	background-color: #5F4778;
	padding: 0px 5px;
	color: #fff;
	font-size: 90%;
	margin-left: 10px;
	vertical-align: top
}

span.icon_shinsa {
	display: inline-block;
	background-color: #A68348;
	padding: 0px 5px;
	color: #fff;
	font-size: 90%;
	margin-left: 10px;
	vertical-align: top
}

span.icon_saigai {
	display: inline-block;
	background-color: #003366;
	padding: 0px 5px;
	color: #fff;
	font-size: 90%;
	margin-left: 10px;
	vertical-align: top
}


/*カラム*/
.top_2col_R {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.top_2col_R&gt;* {
	width: 50%;
}

.top_2col_R&gt;.box_R section {
	max-width: 575px;
	margin-left: auto;
	padding: 0 40px 0 20px;
}

.top_2col_R&gt;.box_L section {
	max-width: 575px;
	margin-left: auto;
	padding: 0 40px 0 20px;
}

.top_2col_R h3 {
	font-size: 40px;
	line-height: 1.35;
	margin-top: 5px;
}

.top_2col_R p {
	font-size: 16px;
	margin-top: 25px;
}

.top_2col_R&gt;.box_L .img_cov {
	max-height: 500px;
	overflow: hidden;
	border-bottom: #1D7946 5px solid;
}

.top_2col_R&gt;.box_L .img_cov img {
	width: 100%;
	object-fit: cover;
}


.top_service .top_2col_R {
	margin-bottom: 50px;
}

/*link_box*/
.link_box {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1150px;
	margin: auto;
	padding: 20px;
	margin-bottom: 110px;
}

.link_box&gt;* {
	width: 19%;
	margin-bottom: 20px;
}

.link_box img {
	width: 100%;
}



/*スライド*/
.top_bk {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 8999
}

.top_bt {
	position: absolute;
	width: 735px;
	top: 0;
	right: 0;
	z-index: 8999
}

.top_copy {
	position: absolute;
	width: 55%;
	max-width: 550px;
	top: 30%;
	left: 50px;
	z-index: 8999
}

.top_copy2 {
	position: absolute;
	width: 55%;
	max-width: 550px;
	bottom: 120px;
	left: 50px;
	z-index: 8999
}

.swiper-wrapper .bt_top {
	position: absolute;
	width: auto;
	bottom: 20px;
	right: 20px;
	z-index: 8999;
}

.wrapper .bt_top ul {
	list-style: none;
	display: flex;
}

.wrapper .bt_top ul li {
	margin-right: 10px
}

.wrapper .bt_top ul li:last-child {
	margin-right: 0
}


.wrapper .bt_top a {
	color: #fff;
	background-color: #000;
	padding: 10px 130px 10px 20px;
	font-size: 16px;
	border: solid 1px #fff;
	position: relative;
	background-image: url("../../img/top/bt_arrow.png");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: 10px
}

.wrapper .bt_top a:hover {
	background-position: right 5px top 50%
}

.wrapper .bt_top a span {
	position: absolute;
	right: 30px;
	font-size: 12px;
	top: 10px
}

.wrapper .bt_movie2 {
	position: absolute;
	width: 45%;
	max-width: 242px;
	bottom: 80px;
	right: 20px;
	z-index: 8999;
}

.wrapper .bt_movie img {
	width: 100%;
	display: block
}

.wrapper .bt_movie2 img {
	width: 100%;
	display: block
}

ul.slider il {
	position: relative
}

.slick-slide img {
	position: absolute;
	height: 6vw;
	left: 40px;
	bottom: 45%;
	max-height: 250px
}

.wrapper .bt_top .bt_sdgs {
	width: auto;
	max-width: auto;
	z-index: 8999;
	text-align: right;
	margin-bottom: 30px
}

.wrapper .bt_top .bt_sdgs a {
	color: #000;
	background-color: #fff;
	padding: 7px 107px 12px 10px;
	font-size: 16px;
	border: solid 1px #000;
	position: relative;
	background-image: url("../../img/top/bt_arrow_bl.png");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: 10px;
	height: 50px
}

.wrapper .bt_sdgs a:hover {
	background-position: right 5px top 50%
}

.bt_sdgs a img {
	width: 130px;
	padding: 0;
	margin: 0;
	vertical-align: middle
}

.bt_sdgs a span {
	position: absolute;
	right: 30px;
	font-size: 12px;
	top: 8px
}

.bn_box {
	text-align: center;
	display: block;
}

.bn_box ul {
	flex-wrap: wrap;
	margin: auto;
	list-style-type: none;
	text-align: center;
	margin-bottom: 70px;
	align-items: center;
	display: flex;
}

.bn_box ul li {
	display: inline-block;
	margin: 10px 2%;
	width: 28%;
}

.bn_box ul li img {
	width: 100%;
}


.top_news_box {
	padding: 40px 0;
}

/*link_box*/
.link_box {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1150px;
	margin: auto;
	padding: 20px;
	margin-bottom: 0px;
}

.link_box&gt;* {
	width: 19%;
	margin-bottom: 20px;
}

.link_box img {
	width: 100%;
	margin: auto;
}

.link_box&gt;a {
	text-align: center;
}

.link_box&gt;a:first-child&gt;img {
	width: 95%;
}

.link_box&gt;a:nth-child(2)&gt;p&gt;img {
	width: 95%;
}

.link_box&gt;a:nth-child(3)&gt;p&gt;img {
	width: 95%;
}


@media screen and (min-width: 768px) {}


@media screen and (min-width: 768px) and (max-width: 1250px) {
	.h1.top_copy span {
		font-size: 4.9vw;
		padding: 0 0.25em;
		margin-bottom: 10px;
	}

	.h1 .h1_subtxt {
		font-size: 2.46vw;
	}


	.top_2col_R h3 {
		font-size: 3vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	h2 {
		font-size: 9vw;
	}

	.top_2col_R h3 {
		font-size: 3.75vw;
	}

	.new_box ul li .title {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.wrapper .bt_top .bt_sdgs {
		width: auto;
		max-width: auto;
		z-index: 8999;
		margin-bottom: 0px
	}

	.wrapper .bt_top a {
		display: block;
		width: 90%;
		text-align: left;
		margin: auto
	}

	.wrapper .bt_top {
		position: absolute;
		width: auto;
		bottom: 20px;
		right: 0;
		z-index: 9;
	}

	.wrapper .bt_top ul {
		display: block;
		text-align: center
	}

	.wrapper .bt_top ul li {
		margin-right: 0px;
		width: 100%;
		text-align: center;
		margin-top: 10px
	}

	.wrapper .bt_top {
		display: block;
		width: 100%
	}

	img.logo {
		width: 80%;
	}

	.sp.search_form_wrap {
		position: absolute;
		top: 50px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
	}

	.search_form_wrap input {
		max-width: 100%;
	}

	/*MV*/
	.h1 h1 {
		margin-bottom: 0;
	}

	.top_copy {
		width: 85%;
		left: 6vw;
	}

	.h1.top_copy span {
		font-size: 8.25vw;
		padding: 0 1.5vw;
	}

	.h1 .h1_subtxt {
		font-size: 4.05vw;
	}

	.top_copy2 {
		width: 80%;
		bottom: 280px;
		left: 6vw;
	}

	.scroll_box {
		bottom: 60px;
		z-index: 1;
	}

	.index .box a.bt_movie {
		position: absolute;
		width: 70%;
		max-width: 500px;
		bottom: 0;
		right: 0px;
		z-index: 2;
	}

	.box {
		margin-bottom: 80px;
	}

	.top_news {
		margin-bottom: 90px;
	}



	.top_news dl {
		border-bottom: none;
		margin-top: 30px;
		align-items: flex-start;
	}

	.top_news dt {
		width: 100%;
		border-bottom: 0.5px solid #494949;
		margin-bottom: 8px;
	}

	.top_news dd {
		width: 91%;
	}

	.top_news dd.icon_PDF {
		width: 4%;
		margin-right: 10px;
	}

	.top_2col_R&gt;* {
		width: 100%;
	}

	.top_2col_R&gt;.box_R section {
		max-width: none;
		margin: auto;
		padding: 0 20px;
		padding-bottom: 6vw;
	}

	.top_2col_R h3 {
		font-size: 6.5vw;
		line-height: 1.35;
		margin-top: 5px;
	}

	.top_2col_R p {
		font-size: 16px;
		margin-top: 15px;
	}

	.top_service .top_2col_R {
		margin-bottom: 30px;
	}

	.link_box&gt;* {
		width: 48%;
		margin-bottom: 20px;
	}

	.link_box {
		margin-bottom: 35px;
		padding: 20px 0;
	}

	.top_service {
		margin-bottom: 0px;
	}

	.top_2col_R&gt;.box_R section {
		padding: 0;
	}

	.top_2col_R&gt;.box_L section {
		padding: 0;
		max-width: none;
	}
}

@media screen and (max-width: 500px) {
	.top_copy2 {
		width: 80%;
		bottom: 200px;
		left: 6vw;
	}

	.scroll_box {
		bottom: 0px;
	}
}


@media screen and (min-width: 768px) and (max-width: 950px) {

	.new_box ul li .title {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.new-entry-cards.large-thumb a {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.new-entry-cards.large-thumb a {
		width: 100%;
	}
}


/*クッキー同意*/

.cookie-consent {
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	padding: 1.2em;
	box-sizing: border-box;
	visibility: hidden;
}

.cookie-consent.is-show {
	visibility: visible;
}

.cookie-consent a {
	color: #fff !important;
}

.cookie-agree {
	color: #fff;
	background: #189e3c;
	padding: 0.5em 1.5em;
	width: 150px;
	text-align: center;
}

.cookie-agree:hover {
	cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
	display: none;
}

/* ゆっくり消える */
.cc-hide2 {
	animation: hide 1s linear 0s;
	animation-fill-mode: forwards;
}

@keyframes hide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		visibility: hidden;
	}
}

/* メディアクエリ */
@media screen and (max-width: 767px) {
	.new_box ul li .title {
		max-width: 350px;
		width: 50%;
	}

	.arrow_news {
		position: absolute;
		right: 5px;
		width: 12px;
		bottom: 35%;
	}

	.news {
		position: absolute;
		right: 2em;
		width: 3em;
		bottom: 35%;
		text-align: center;
	}


	.title_box h2 {
		font-size: 2.1em;
		line-height: 1.5;
		display: inline-block;
		margin-right: 10px;
	}

	.pdf_news {
		position: absolute;
		right: 5px;
		width: 20px;
		bottom: 35%;
	}

	.news_txt_box {
		padding: 0 10px;
		background-color: none;
	}

	.bn_box ul li {
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}

	.bn_box ul li img {
		width: 80%;
	}

	.title_main {
		border-bottom: 1px solid #000;
		padding-bottom: 15px;
	}

	.title_main_2l {
		width: 100%;
		border-bottom: 1px solid #000;
		padding-bottom: 15px;
	}

}


/* アニメーション */

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */

.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */

.fadeLeft {
	animation-name: fadeLeftAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeLeftAnime {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */

.fadeRight {
	animation-name: fadeRightAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeRightAnime {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}</pre></body></html>