@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

table,
input,
textarea,
select,
option {
	line-height: 1.1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a img {
	transition: 0.3s ease-in-out;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

img {
	max-width: 100%;
}

.sp-only {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #A6CE7C;
	padding: 24px 0;
	z-index: 100;
}
@media only screen and (max-width: 768px) {
	.c-header {
		padding: 15px 0;
	}
}
.c-header__logo {
	width: 301px;
	display: block;
}
@media only screen and (max-width: 768px) {
	.c-header__logo {
		width: 240px;
	}
}
.c-header__logo a {
	display: block;
}
.c-header__logo a img {
	width: 100%;
}

/* Main menu
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
	height: 55px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	background: #006953;
	color: #fff;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Serif JP", serif;
	font-size: 1.6rem;
	min-width: 1200px;
	line-height: 1.625;
	color: #373238;
	position: relative;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.l-container {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}
@media only screen and (max-width: 768px) {
	.l-container {
		width: 100%;
		overflow: hidden;
		padding: 0 3%;
	}
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn01 {
	display: block;
	width: 100%;
	text-align: right;
}
.c-btn01 span {
	position: relative;
	padding-left: 68px;
	transition: 0.5s;
	text-shadow: 0 0 0.5px;
}
.c-btn01 span::before {
	content: "";
	height: 0;
	border-top: 1px solid #006953;
	width: 58px;
	left: 0;
	top: 13px;
	position: absolute;
}
.c-btn01 span:hover {
	opacity: 0.8;
}
.c-btn01 span:hover::before {
	-webkit-animation: mymove 2s;
	animation: mymove 2s;
}

@-webkit-keyframes mymove {
	from {
		width: 0px;
	}
	to {
		width: 58px;
	}
}
@keyframes mymove {
	from {
		width: 0px;
	}
	to {
		width: 58px;
	}
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.c-title01 {
		font-size: 2.2rem;
	}
}
.c-title01 span {
	position: relative;
	padding-bottom: 13px;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	.c-title01 span {
		padding-bottom: 8px;
	}
}
.c-title01 span::after {
	content: "";
	width: 58px;
	height: 2px;
	background: #006953;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
@media only screen and (max-width: 768px) {
	.c-title01 span::after {
		width: 48px;
	}
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-listpost .l-container {
	padding: 0 85px;
}
@media only screen and (max-width: 768px) {
	.c-listpost .l-container {
		padding: 0 3%;
	}
}
.c-listpost .img {
	overflow: hidden;
}
.c-listpost .img img {
	transition: 0.5s;
}
.c-listpost__item {
	background: #fff;
	width: auto;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	padding: 28px 29px 22px 29px;
	transition: 0.5s;
}
@media only screen and (max-width: 768px) {
	.c-listpost__item {
		padding: 16px 18px 14px 18px;
		margin-bottom: 15px;
	}
}
.c-listpost__item:hover {
	opacity: 0.8;
}
.c-listpost__item:hover .img img {
	transform: scale(1.1);
}
.c-listpost__item .img {
	width: 320px;
	flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
	.c-listpost__item .img {
		width: 100%;
		margin-bottom: 12px;
	}
}
.c-listpost__item .img img {
	width: 100%;
}
.c-listpost__item .txt {
	padding-left: 18px;
	width: 578px;
}
@media only screen and (max-width: 768px) {
	.c-listpost__item .txt {
		width: 100%;
		padding-left: 0;
	}
}
.c-listpost__item .txt h4 {
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-top: -10px;
}
@media only screen and (max-width: 768px) {
	.c-listpost__item .txt h4 {
		width: 100%;
		font-size: 2rem;
		margin-top: 2px;
		margin-bottom: 5px;
	}
}
.c-listpost__item .txt p {
	text-shadow: 0 0 0.1px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.c-listpost__item .txt ul {
	text-shadow: 0 0 0.1px;
	margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
	.c-listpost__item .txt ul li {
		display: flex;
		padding: 5px 0;
		line-height: 1.4;
	}
	.c-listpost__item .txt ul li span {
		display: flex;
	}
	.c-listpost__item .txt ul li span:first-child {
		flex-shrink: 0;
	}
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-slider {
	text-shadow: 0 0 0.5px;
	width: calc(100% + 36px);
	margin-left: -18px;
}
@media only screen and (max-width: 768px) {
	.c-slider {
		width: 80%;
		margin: 0 auto;
	}
}
.c-slider__item {
	background: #fff;
	display: block;
	width: 356px;
	min-height: 156px;
	margin: 18px;
	padding: 14px 30px;
	box-sizing: border-box;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.c-slider__item {
		margin: 8px;
		padding: 14px 20px;
		min-height: 172px;
	}
}
.c-slider__item.slick-current.slick-active + .c-slider__item.slick-active {
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.23);
}
@media only screen and (max-width: 768px) {
	.c-slider__item.slick-current.slick-active + .c-slider__item.slick-active {
		box-shadow: none;
	}
}
@media only screen and (max-width: 768px) {
	.c-slider__item.c-slider__item.slick-current.slick-active {
		box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.23);
	}
}
.c-slider__item dl {
	border-bottom: 1px solid #b7b7b7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.c-slider__item dl {
		font-size: 1.3rem;
	}
}
.c-slider__item dl.n5 {
	display: block;
}
.c-slider__item dl.n5 span {
	letter-spacing: -1.4px;
}
.c-slider__item dl.n5 dd {
	margin-left: 0;
}
@media only screen and (max-width: 768px) {
	.c-slider__item dl.n4 {
		display: block;
	}
	.c-slider__item dl.n4 dd {
		margin-left: 0;
	}
}
.c-slider__item dl dt {
	color: #006953;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
	.c-slider__item dl dt {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c-slider__item dl dd {
	font-size: 1.4rem;
	margin-left: 10px;
}
@media only screen and (max-width: 768px) {
	.c-slider__item dl dd {
		font-size: 1.1rem;
		padding-top: 3px;
	}
}
.c-slider__item > p {
	font-size: 1.8rem;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
	.c-slider__item > p {
		font-size: 1.5rem;
	}
}
.c-slider__item:hover {
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.23);
	opacity: 0.8;
}
.c-slider .slick-list {
	overflow: visible;
	padding-bottom: 13px;
}
@media only screen and (max-width: 768px) {
	.c-slider .slick-list {
		padding-bottom: 10px;
	}
}
.c-slider .slick-dots {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.c-slider .slick-dots button {
	font-size: 0;
	background: #afafaf;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 4px;
	border: none;
	padding: 0;
	transition: 0.5s;
	cursor: pointer;
}
.c-slider .slick-dots button:hover {
	background: #086b56;
}
.c-slider .slick-dots .slick-active button {
	background: #086b56;
}
.c-slider .slick-arrow {
	position: absolute;
	bottom: -5px;
	font-size: 0;
	background: transparent;
	width: 12px;
	height: 18px;
	margin: 5px;
	border: none;
	padding: 0;
	transition: 0.5s;
	cursor: pointer;
}
.c-slider .slick-prev {
	background: url(../../assets/img/icon01.png) no-repeat center;
	background-size: contain;
}
.c-slider .slick-prev:hover {
	transform: translateX(-5px);
}
.c-slider .slick-next {
	background: url(../../assets/img/icon02.png) no-repeat center;
	background-size: contain;
}
.c-slider .slick-next:hover {
	transform: translateX(5px);
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.c-mv {
	height: 1080px;
	background-image: url(../img/bg_main.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.c-mv {
		height: 70vh;
	}
}
@media screen and (max-width: 600px) {
	.c-mv {
		height: 60vh;
	}
}
.c-mv .l-container {
	position: relative;
	height: 100%;
}
.c-mv__txt {
	width: 554px;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.c-mv__txt {
		width: 50%;
		position: absolute;
		top: 20%;
	}
}
@media screen and (max-width: 600px) {
	.c-mv__txt {
		top: 30%;
	}
}
.c-mv__txt h1 {
	display: block;
}
.c-mv__txt h1 img {
	width: 100%;
}

.p-top {
	overflow: hidden;
}

.p-top01 {
	text-shadow: 0 0 0.5px;
	background: url(../../assets/img/bg_02.png) repeat left top;
	position: relative;
	z-index: 1;
}
.p-top01 .l-container {
	padding-top: 67px;
	padding-bottom: 32px;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.p-top01 .l-container {
		padding: 24px 3% 0 3%;
		flex-wrap: wrap;
	}
}
.p-top01__content {
	width: 680px;
	/* width: 594px; */
	margin-right: 24px;
	flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
	.p-top01__content {
		width: 100%;
		margin-right: 0;
	}
}
.p-top01__content h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #DE040A;
	line-height: 1.875;
	font-size: 3.2rem;
	margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
	.p-top01__content h2 {
		font-size: 2.4rem;
		line-height: 1.6;
		margin-bottom: 13px;
	}
}
.p-top01__content p {
	margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
	.p-top01__content p {
		margin-bottom: 20px;
	}
}
.p-top01__bt {
	text-align: right;
	padding-bottom: 8px;
	padding-top: 2px;
}
@media only screen and (max-width: 768px) {
	.p-top01__bt {
		padding: 0 3%;
	}
}
.p-top01__bt span {
	display: block;
	margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
	.p-top01__bt span {
		margin-bottom: 18px;
	}
}
.p-top01__bt .img img {
	width: 273px;
}
@media only screen and (max-width: 768px) {
	.p-top01__bt .img img {
		width: 235px;
	}
}
@media only screen and (min-width: 769px) {
	.p-top01__img {
		position: absolute;
		left: 680px;
		bottom: 0;
		padding-left: 34px;
		z-index: 2;
	}
}
@media only screen and (max-width: 768px) {
	.p-top01__img {
		text-align: center;
		width: 100%;
	}
}
.p-top01__img img {
	max-width: 556px;
}
@media only screen and (max-width: 768px) {
	.p-top01__img img {
		width: 50vw;
		margin: -32px auto 0;
	}
}

.p-top02 {
	background: url(../../assets/img/bg_03.png) no-repeat center;
	background-size: cover;
	padding: 52px 0 58px 0;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.p-top02 {
		padding: 30px 0;
	}
}
.p-top02 .c-title01 {
	margin-bottom: 22px;
}

.p-top03 {
	background: url(../../assets/img/bg_02.png) repeat left top;
	padding: 55px 0 52px 0;
}
@media only screen and (max-width: 768px) {
	.p-top03 {
		padding: 30px 0 20px 0;
	}
}
.p-top03 .l-container {
	padding: 0 88px;
}
@media only screen and (max-width: 768px) {
	.p-top03 .l-container {
		padding: 0 3%;
	}
}
.p-top03 .c-title01 {
	margin-bottom: 41px;
}
@media only screen and (max-width: 768px) {
	.p-top03 .c-title01 {
		margin-bottom: 30px;
	}
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
	line-height: 2;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */