@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.8em;
	font-size: 18px;
	color: #000;
	word-wrap: break-word;
	/* 英数字折り返し */
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: '';
}

a,
input {
	outline: none;
}

input,
textarea {
	border-radius: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

abbr,
acronym {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
	display: block;
	min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !contents
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}

@media print {

	html,
	html body {
		*zoom: 0.65;
	}
}

.pc {}

.sp {
	display: none;
}

.Clear {
	clear: both;
}

a {
	color: #000;
	text-decoration: underline;
	transition: .3s;
}

a:hover {
	color: #ee360c;
	text-decoration: none;
}

a:active {
	color: #ee360c;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* フェードインで要素を表示
---------------------------------------------------------- */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
}

/* 汎用コンテンツ
---------------------------------------------------------- */

/* ページトップ に戻る*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	cursor: pointer;
	opacity: .9;
	z-index: 9999;
}

.pagetop a {
	display: block;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.pagetop img {
	width: 64px;
}

/* 電話番号の処理 */
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* ヘッダー */

.hm_wrap {
	display: none;
}

header {
	background: #004F22;
	padding: 16px 3% 8px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 999;
}

h1 {
	float: left;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

h1 span {
	font-size: 18px;
}

h1 a {
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

h1 a:hover {
	opacity: .8;
}

.pc_nav {
	display: table;
	float: right;
}

.pc_nav li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0.3em;
}

.pc_nav li a {
	display: inline-block;
	color: #004F22;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: solid 1px #fff;
	line-height: 38px;
	text-align: center;
	transition: .3s;
	padding: 0 2em;
	border-radius: 5px;
}

.pc_nav li a:hover {
	background: none;
	color: #fff;
}

.pc_nav li a.nav_sns {
	display: inline-block;
	color: #004F22;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: solid 1px #fff;
	line-height: 38px;
	text-align: center;
	transition: .3s;
	padding: 0 1em;
	border-radius: 20px;
}


.pc_nav li.nav_contact a {
	display: inline-block;
	color: #004F22;
	font-weight: bold;
	text-decoration: none;
	background: #ffff00;
	border: solid 1px #ffff00;
	line-height: 38px;
	text-align: center;
	transition: .3s;
	padding: 0 2em;
	border-radius: 5px;
}

.pc_nav li.nav_contact a:hover {
	background: none;
	color: #ffff00;
}

.pc_nav li.nav_icon {
	padding-top: 3px;
}

.pc_nav li.nav_icon a {
	display: inline-block;
	color: #FFF100;
	width: 1em;
	background: none;
	font-size: 33px;
	line-height: 1em;
	transition: .3s;
}

.pc_nav li.nav_icon a:hover {
	color: #fff;
}

/* フッター */
footer {
	background: #004F22;
	;
}

.footer_inner {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	color: #fff;
}

.footer_inner dt {
	font-size: 20px;
	font-weight: bold;
}

.footer_inner dd {
	font-size: 14px;
	line-height: 1.4;
	padding-top: .4em;
}

.footer_inner dd a {
	text-decoration: none;
	color: #fff;
}

.footer_inner dd a.map {
	text-decoration: underline;
}

.footer_inner .copy {
	/*text-align:right;*/
	font-size: 12px;
	padding-top: 1em;
}

.tel {
	font-size: 18px;
	font-weight: bold;
}

/* コンテンツ */
.wrapper {
	padding-top: 70px;
}

/* メインイメージ */
.main {
	width: 100%;
	background-image: url(common/img/main_back.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

/* コンテンツ */
.contents {
	width: 100%;
	background-color: #fff;
	background-image: url(common/img/contents_back.jpg);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-size: 20px;
	padding-top: 20px;
	/*padding-bottom:60px;*/
}

.contents02 {
	width: 92%;
	max-width: 880px;
	margin: 0 auto;
	padding: 80px 0;
}

.contents02 h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.contents02 p {
	padding-top: 2em;
	text-align: center;
}

#philosophy,
#profile {
	padding-top: 70px;
	margin-top: -70px;
}

/* メッセージ */
.philosophy_top {
	display: block;
	width: 55%;
}

#message {
	padding-top: 80px;
	margin-top: -80px;
}

.message {
	width: 94%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 40px 0 0;
}

h2 {
	width: 100%;
	max-width: 800px;
}

.message p {
	padding: 40px 0 0;
}

.message_inner {
	display: table;
	width: 100%;
}

.message_inner .left {
	display: table-cell;
	width: 48%;
	vertical-align: bottom;
	padding: 3%;
}

.message_inner .right {
	display: table-cell;
	width: 52%;
	padding-left: 6%;
	vertical-align: bottom;
}

.message .photo {
	display: table;
	padding-top: 40px;
}

.message .photo div {
	display: table-cell;
	padding: 3%;
	width: 50%;
}

.message .photo div p {
	padding: 10px 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}



/* 12の目標 */
.target {
	width: 100%;
	background-color: #fff;
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-size: 20px;
}

h2.h2_target {
	background: #004F22;
	width: 100%;
	max-width: 100%;
	margin: 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 0.6em 3%;
	overflow: hidden;
	color: #fff;
}

.target_inner {
	padding: 4% 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.target_box {
	width: 33.33%;
	padding: 0 3% 3%;
}

.target_box h3 {
	font-weight: bold;
	color: #004F22;
	font-size: 26px;
}

.target_box h3 span {
	display: inline-block;
}

.target_box.target01 h3 {
	background: none;
	color: #008644;
}

.target_box.target02 h3 {
	background: none;
	color: #005bac;
}

.target_box.target03 h3 {
	background: none;
	color: #ee7800;
}

.target_box.target04 h3 {
	background: #006FBC;
}

.target_box.target05 h3 {
	background: #006FBC;
}

.target_box.target06 h3 {
	background: #006FBC;
}

.target_box.target01 b {
	color: #e50065;
}

.target_box.target02 b {
	color: #22AC38;
}

.target_box.target03 b {
	color: #920783;
}

.target_box.target04 b {
	color: #006FBC;
}

.target_box.target05 b {
	color: #EA5504;
}

.target_box.target06 b {
	color: #1D2088;
}

.target_box p {
	padding-top: 0.5em;
	line-height: 1.5;
}

.target_box ul {}

.target_box ul li {
	border-bottom: dotted 1px #999;
	padding-top: 10px;
}


/* プロフィール */
h2.h2_prifile {
	background: #004F22;
	;
	width: 100%;
	max-width: 100%;
	margin: 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 0.6em 3%;
	overflow: hidden;
	color: #fff;
}

.profile_inner {
	padding: 4%;
}

.profile_box {
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.profile_box .left {
	width: 48%;
	float: left;
}

.profile_box h3 {
	padding: 20px 0 0;
	font-weight: bold;
}

.profile_box ul {
	border-top: dotted 1px #009E41;
}

.profile_box li {
	border-bottom: dotted 1px #009E41;
	padding: 0.3em;
}

.profile_box .right {
	width: 48%;
	float: right;
}


.contents_inner {
	max-width: 1040px;
	margin: -4% auto auto;
	position: relative;
}

.contents_inner p {
	line-height: 1.5;
	padding: 3%;
}

.contents_inner02 {
	background: rgba(255, 255, 255, .6);
	padding: 3%;
}

h4 {
	display: table;
	width: auto;
	font-size: 30px;
}

h4 p {
	display: table-cell;
	vertical-align: 50%;
	white-space: nowrap;
}

h4 .square {
	display: inline-block;
	text-align: center;
	width: 3em;
	height: 3em;
	padding-top: 0.8em;
}

h4 p.philosophy_title {
	padding-left: 1em;
}

h4 p.philosophy_title span {
	display: block;
}

h5 {
	padding: 0.7em 0 0 5em;
	font-size: 24px;
	font-weight: bold;
}

.contents_inner02 ul {
	padding: 0.5em 0 1em 7em;
	line-height: 1.8;
	list-style: circle;
}

.philosophy01 h4 {
	color: #1b75bb;
	font-weight: bold;
}

.philosophy01 h4 .square {
	background: #ced7ed;
}

.philosophy01 h5 span {
	color: #1b75bb;
}

.philosophy02 h4 {
	color: #d91c5c;
	font-weight: bold;
}

.philosophy02 h4 .square {
	background: #f8d6e2;
}

.philosophy02 h4 p.philosophy_title {
	vertical-align: top;
}

.philosophy02 h5 span {
	color: #d91c5c;
}

.philosophy03 h4 {
	color: #a87c4f;
	font-weight: bold;
}

.philosophy03 h4 .square {
	background: #eee5dc;
}

.philosophy03 h4 p.philosophy_title {
	vertical-align: top;
}

.philosophy03 h5 span {
	color: #a87c4f;
}

.image {
	display: block;
	width: 30%;
	margin: -80% 20px auto auto;
}



/* 応援する */
#contact {}

.contact {
	background: #CDE0D5;
	padding-bottom: 60px;
}

.contact h2 {
	background: #fbed21;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0.6em 0;
	color: #004F22;
}

.contact h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 1em;
}

.contact_inner {
	width: 94%;
	max-width: 960px;
	margin: 2em auto 0;
	padding: 3%;
	background: #fff;
	border-radius: 8px;
}

.small {
	font-size: 14px;
	padding: 3%;
	line-height: 1.4;
}

/*活動報告 */
#report {
	padding-top: 80px;
	margin-top: -80px;
}

.report {
	width: 100%;
}

.report_inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 3%;
}

.report_inner02 {
	width: 100%;
	padding: 0 0 3%;
}

.contact h2 {
	background: #fbed21;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0.6em 0;
	color: #004F22;
}

h2.h2_report {
	background: #004F22;
	;
	width: 100%;
	max-width: 100%;
	margin: 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding: 0.6em 3% 0.5em 10%;
	overflow: hidden;
	color: #fff;
}

.report_inner02 ul {
	display: table;
	width: 96%;
	max-width: 1040px;
	margin: 1.5em auto 0;
}

.report_inner02 ul li {
	display: table-cell;
	width: 33.3%;
	padding: 0 1em;
	font-size: 36px;
	line-height: 1em;
	vertical-align: middle;
}

.report_inner02 ul li a {
	text-decoration: none;
}

h2 a {
	display: inline-block;
	float: right;
	font-size: 16px;
	line-height: 20px;
	background: #fff100;
	padding: 6px 1em;
	text-decoration: none;
	font-weight: normal;
	color: #004F22;
	;
	transition: .3s;
	border-radius: 5px;
}

h2 a:hover {
	color: #004F22;
	;
	background: #fff;
}

.report_inner ul {
	max-width: 840px;
	margin: 40px auto 0;
	overflow: hidden;
}

.report_inner ul li {
	width: 33.3%;
	float: left;
	padding: 0 2%;
}

.report_inner ul li p {
	line-height: 1.4;
	padding: 0.5em;
}

.report_inner ul li a {
	text-decoration: none;
	transition: .3s;
	display: block;
}

.report_inner ul li a:hover {
	background: #f5f5f5;
}


.date {
	font-size: 12px;
	color: #a8a8a8;
}

.report_inner ul.archive {
	max-width: 960px;
	margin: 40px auto 0;
	border-top: solid 1px #eee;
}

.report_inner ul.archive li {
	width: 100%;
	float: none;
	border-bottom: solid 1px #eee;
	padding: 0;
}

.report_inner ul.archive li a {
	display: block;
	padding: 2%;
	overflow: hidden;
	transition: .3s;
}

.report_inner ul.archive li a:hover {
	background: #f5f5f5;
}

.report_inner ul.archive li a img {
	width: 16%;
	float: left;
	margin-right: 2%;
}

.report_inner ul.archive li a p {
	background: none;
	line-height: 1.4;
	padding: 0.5em;
	display: block;
	width: 82%;
	float: left;
}

/* 動画 */
.movie {
	width: 100%;
	max-width: 1440px;
	text-align: center;
	margin: 0 auto;
}

div.vid_contents {
	width: 48%;
	/*背景色を横幅いっぱいに広げる*/
	text-align: center;
	margin: auto;
	padding: 4% 1%;
	/*ここで動画の周りの余白を調整*/
	display: inline-block;
}

div.vid_contents p {
	font-size: 80%;
}

video.vid_main {
	width: 100%;
	max-width: 800px;
	/*PC版での最大幅*/
}

.photo {
	display: flex;
	padding-top: 40px;
	flex-wrap: wrap;
}

.photo div {
	width: 33.33%;
	padding: 0.5%;
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
}

/* 画面表示時のフェードイン
---------------------------------------------------------- */
.an-fadeup {
	animation-name: fadeup;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

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

.news_content_main p {
	text-align: left;
}

.news_title {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 2em;
}

.news_list_btn {
	padding-top: 2em;
	text-align: center;
}

.news_img {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
}

.news_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: ‘object-fit: cover;
	’;
	/*  【js】 IE対策  */
}

.archive_list {
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.archive_list li {
	width: 33.33%;
	padding: 2%;

}

.archive_list a {
	text-decoration: none;
}


/* ページネーション */
.pagenav {
	padding-top: 2em;
}

.pagenav .page-numbers {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.pagenav .page-numbers li {
	display: inline-block;
	padding: 0 0.1em;
	width: 2.2em;
}

.pagenav .page-numbers li a {
	display: block;
	width: 2em;
	line-height: 2em;
	text-align: center;
	background: #333;
	border: solid 1px #333;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	transition: .3s;
	padding: 0;
}

.pagenav .page-numbers li a:hover {
	background: #fff;
	color: #666;
}

.pagenav .page-numbers li span.current {
	display: block;
	width: 2em;
	line-height: 2em;
	text-align: center;
	background: #666;
	border: solid 1px #fff;
	border-radius: 4px;
	color: #fff;
}

.pagenav .page-numbers li a.prev,
.pagenav .page-numbers li a.next {
	background: none;
	border: none;
	color: #333;
	width: 3em;
}

.pagenav .page-numbers li a:hover {
	background: none;
}