* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	background: #fff;
}
p {
	margin-bottom: 1em;
}
a	{
	color: #006699;
	text-decoration: underline;
}
a:hover {
	transition-property: opacity;
	transition-duration: 0.3s;
	opacity: 0.6;
}
img {
	width: 100%;
	border-style: none;
}
.column {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.column.mw800 {
	max-width: 800px;
}
@media (max-width: 959px) {
	.column {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* layout */
.bt-dgreen {	border-top: 1px solid #28500a; }
.bb-dgreen {	border-bottom: 1px solid #28500a; }
.bb-dgreen5 {	border-bottom: 5px solid #28500a; }
.bb-lgray {	border-bottom: 1px solid #ccc; }
.flex_set_fix,
.flex_set {
	display: flex;
}
.flex_set.rev {
	flex-direction: row-reverse;
}
.jtfc-c {
	justify-content: center;
}
.alni-c {
	align-items: center;
}
.flex_set.wrap {
	flex-wrap: wrap;
}
.box20-80 {
	box-sizing: border-box;
	width: 20%;
}
.box25-100,
.box25-50 {
	box-sizing: border-box;
	width: 25%;
}
.box33-100 {
	box-sizing: border-box;
	width: 33.33%;
}
.box35-100 {
	box-sizing: border-box;
	width: 35%;
}
.box40-80,
.box40-100 {
	box-sizing: border-box;
	width: 40%;
}
.box50,
.box50-100 {
	box-sizing: border-box;
	width: 50%;
}
.box60-100 {
	box-sizing: border-box;
	width: 60%;
}
.box66-100 {
	box-sizing: border-box;
	width: 66.66%;
}
.box65-100 {
	box-sizing: border-box;
	width: 65%;
}
.box75-100 {
	box-sizing: border-box;
	width: 75%;
}
.box80-100 {
	box-sizing: border-box;
	width: 80%;
}
.jtfs-c {
	justify-self: center;
}
.alns-fst {
	align-self: flex-start;
}
.alns-c {
	align-self: center;
}
.box-white-round {
	background: #fff;
	padding: 1em;
	border-radius: 30px;
}
@media (max-width: 599px) {
	.flex_set {
		display: block;
	}
	.flex_set.keep_flex {
		display: flex;
	}
	.box25-50 {
		width: 50%;
	}
	.box20-80,
	.box40-80 {
		width: 80%;
	}
	.box25-100,
	.box33-100,
	.box35-100,
	.box40-100,
	.box50-100,
	.box60-100,
	.box65-100,
	.box66-100,
	.box75-100,
	.box80-100 {
		width: 100%;
	}
}

/* header */

/* footer */
.footer {
	border-top: 1px solid #28500a;
	padding-bottom: 100px;
}
.footer_inner {
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
	padding: 1em 1.5em;
}
.footer_copy {
	text-align: center;
	font-size: 0.625em;
}
/* generals */
.mgnLR-auto {	margin-left: auto; margin-right: auto; }
.mgnL-m20 {	margin-left: -20px; }
.mgnB-short {	margin-bottom: 10px !important; }
.mgnB-mid {	margin-bottom: 30px !important; }
.mgnB-tall {	margin-bottom: 50px !important; }
.mgnT-m80,
.mgnT-m80-m60,
.mgnT-m80-m40 {	margin-top: -80px; }
.mgnT-m40-m20 {	margin-top: -40px; }
.mgnT-m20-10,
.mgnT-m20-20 {	margin-top: -20px; }
.mgnT-0 {	margin-top: 0 !important; }
.mgnT-10 {	margin-top: 10px; }
.mgnT-15 {	margin-top: 15px; }
.mgnT-20 {	margin-top: 20px; }
.mgnT-25 {	margin-top: 25px; }
.mgnT-30 {	margin-top: 30px; }
.mgnT-35 {	margin-top: 35px; }
.mgnT-40 {	margin-top: 40px; }
.mgnT-45 {	margin-top: 45px; }
.mgnT-50 {	margin-top: 50px; }
.mgnT-55 {	margin-top: 55px; }
.mgnT-60 {	margin-top: 60px; }
.mgnB-m30 {	margin-bottom: -30px; }
.mgnB-0 {	margin-bottom: 0 !important; }
.mgnB-10 {	margin-bottom: 10px; }
.mgnB-15 {	margin-bottom: 15px; }
.mgnB-20 {	margin-bottom: 20px; }
.mgnB-25 {	margin-bottom: 25px; }
.mgnB-30 {	margin-bottom: 30px; }
.mgnB-35 {	margin-bottom: 35px; }
.mgnB-40 {	margin-bottom: 40px; }
.mgnB-45 {	margin-bottom: 45px; }
.mgnB-50 {	margin-bottom: 50px; }
.mgnB-55 {	margin-bottom: 55px; }
.mgnB-60 {	margin-bottom: 60px; }
.mgnB-0-0-10 {	margin-bottom: 0; }
.mgnB-0-0-20 {	margin-bottom: 0; }
.mgnB-0-0-30 {	margin-bottom: 0; }
.mgnB-60-60-40 {	margin-bottom: 60px; }
@media (max-width: 599px) {
	.mgnT-m80-m40 {	margin-top: -40px; }
	.mgnT-m80-m60 {	margin-top: -60px; }
	.mgnT-m40-m20 {	margin-top: -20px; }
	.mgnT-m20-10 {	margin-top: 10px; }
	.mgnT-m20-20 {	margin-top: 20px; }
	.mgnB-0-0-10 {	margin-bottom: 10px; }
	.mgnB-0-0-20 {	margin-bottom: 20px; }
	.mgnB-0-0-30 {	margin-bottom: 30px; }
	.mgnB-60-60-40 {	margin-bottom: 40px; }
}
.pdgT-10 {	padding-top: 10px; }
.pdgT-20 {	padding-top: 20px; }
.pdgT-30 {	padding-top: 30px; }
.pdgT-40 {	padding-top: 40px; }
.pdgT-50 {	padding-top: 50px; }
.pdgB-10 {	padding-bottom: 10px; }
.pdgB-20 {	padding-bottom: 20px; }
.pdgB-30 {	padding-bottom: 30px; }
.pdgB-40 {	padding-bottom: 40px; }
.pdgB-50 {	padding-bottom: 50px; }
.pdgLR-10 {	padding-left: 10px;	padding-right: 10px; }
.pdgLR-20 {	padding-left: 20px;	padding-right: 20px; }
.pdgLR-20-20-0 {	padding-left: 20px;	padding-right: 20px; }
@media (max-width: 599px) {
	.pdgLR-20-20-0 {	padding-left: 0;	padding-right: 0; }
}
.fs75em {	font-size: 0.75em; }
.fs875em {	font-size: 0.875em; }
.fs120em {	font-size: 1.2em; }
.fs150em {	font-size: 1.5em; }
.fs-clamp21 {	font-size: clamp( 18px, 1.8vw, 21px); }
.fs-clamp24 {	font-size: clamp( 21px, 2vw, 24px); }
.fs-clamp28 {	font-size: clamp( 24px, 3vw, 28px); }
.fs-clamp36 {	font-size: clamp( 28px, 4vw, 36px); }
.disp-b {	display: block; }
.disp-ib {	display: inline-block; }
.disp-i {	display: inline; }
.disp-b-b-n {	display: block; }
.disp-n-n-b {	display: none; }
.disp-i-i-n {	display: inline; }
.disp-n-n-i {	display: none; }
@media (max-width: 599px) {
	.disp-b-b-n {	display: none; }
	.disp-n-n-b {	display: block; }
	.disp-i-i-n {	display: none; }
	.disp-n-n-i {	display: inline; }
}
.al-c,
.al-c-l-l,
.al-c-l {
	text-align: center;
}
.al-r,
.al-r-l {
	text-align: right;
}
@media (max-width: 767px) {
	.al-c-l-l {
		text-align: left;
	}
}
@media (max-width: 599px) {
	.al-c-l,
	.al-r-l {
		text-align: left;
	}
}
.fw-b {
	font-weight: bold;
}
.attention {
	display: block;
	position: relative;
	padding-left: 1.5em;
}
.attention:before {
	display: block;
	content: "\00203B";
	position: absolute;
	top: 0;
	left: 0;
}

a.btn01 {
	position: relative;
	display: inline-block;
	padding: 12px 40px 12px 60px;
	color: #fff;
	text-decoration: none;
	background-color: #ff8826;
	border-radius: 20px;
}
a.btn01::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: "";
	background-image: url(../img/common/arw_set01.svg);
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-position: 0 -72px;
}
a.btn01:hover {
	transition-property: background-color;
	transition-duration: 0.6s;
	background-color: #ff9933;
}
a.btn02 {
	position: relative;
	display: inline-block;
	padding: 12px 40px 12px 60px;
	color: #328c1e;
	text-decoration: none;
	background-color: #fff;
	border-radius: 20px;
}
a.btn02::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: "";
	background-image: url(../img/common/arw_set01.svg);
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.btn02:hover {
	transition-property: background-color;
	transition-duration: 0.6s;
	background-color: #44bf28;
}
a.btn03 {
	text-align: center;
}
a.btn03 span{
	position: relative;
	display: inline-block;
	margin: 0.5em auto 0 auto;
	padding: 12px 40px 12px 60px;
	font-size: 0.825em;
	color: #fff;
	text-decoration: none;
	background-color: #328c1e;
	border-radius: 6px;
}
a.btn03 span::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	content: "";
	background-image: url(../img/common/arw_set01.svg);
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
a.btn03::hover span {
	transition-property: background-color;
	transition-duration: 0.6s;
	background-color: #44bf28;
}

.fc-green {	color: #1e7d0a; }
.fc-dgreen {	color: #28500a; }
.fc-blue {	color: #2a70a0; }
.h00 {
	color: #28500a;
	font-weight: 600;
	font-size: clamp( 24px, 3.6vw, 36px);
	line-height: 1.4;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #5aa628;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
.h01 {
	color: #28500a;
	font-weight: 600;
	font-size: clamp( 21px, 2.3vw, 24px);
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.h01.characterhead {
	position: relative;
	padding-left: 1.2em;
}
.h01.characterhead.c2 {
	position: relative;
	padding-left: 2.2em;
}
.h01.characterhead span.character {
	position: absolute;
	top: 0;
	left: 0;
}
.h04 {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size:clamp( 18px, 2.1vw, 21px);
}
.brown-box {
	font-weight: 600;
	font-size: clamp( 21px, 2.3vw, 24px);
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.brown-box span.bg-b {
	display: inline-block;
	padding: 0.3rem 0.5rem;
	color: #fff;
	background: #dd9600;
}
.brown-flag {
	font-weight: 600;
	font-size: clamp( 24px, 3.6vw, 36px);
	line-height: 1.1;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
	overflow: hidden;
}
.brown-flag span {
	position: relative;
	display: inline-block;
	padding: 0.3rem 0 0.3rem 0.5rem;
	color: #fff;
	background: #dd9600;
}
.brown-flag span::after,
.brown-flag span::before {
	position: absolute;
	display: inline-block;
	left: 100%;
	content: "";
	border-width: 1em;
	border-style: solid;
}
.brown-flag span::before {
	bottom: 0;
	border-color: transparent transparent #dd9600 #dd9600; 
}
.brown-flag span::after {
	top: 0;
	border-color: #dd9600 transparent transparent #dd9600; 
}
.yellowball01 {
	position: relative;
	display: inline-block;
	background: #fdffa2;
	border-radius: 50%;
	width: 8em;
	height: 8em;
}
.yellowball01 span {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 4em;
	text-align:center;
	color: #328c1e;
	font-size: clamp(24px, 3.3vw, 32px);
	line-height: 1;
	font-weight: bold;
}
.bg-orange {
	background: #ff8826;
}
.bg-green01 {
	background: linear-gradient(180deg, #98c44d 0%, #98c44d 5%, #328c1e 5.1%, #328c1e 90%, #ffffff 90.1%);
	color: #fff;
}
.bg-green02 {
	background: #328c1e;
	color: #fff;
}
.bg-green03 {
	background: #98c44d;
	color: #fff;
}
.bg-lightyellow {
	background: #f8f7de;
}
.round-green {
	position: relative;
	border: 2px solid #5aa628;
	border-radius: 30px;
	padding: 40px 20px 10px 20px;
}
.round-green_h {
	position: absolute;
	color: #000;
	font-weight: 600;
	font-size: clamp( 21px, 2.3vw, 24px);
	line-height: 1.4;
	top: -15px;
	left: -8px;
	z-index: 100;

}
.round-green_h span {
	padding: 0.5rem;
	border: 2px solid #5aa628;
	background: #fff;
}
.round-green_h01 {
	position: absolute;
	width: 100%;
	color: #000;
	font-weight: 600;
	font-size: clamp( 21px, 2.3vw, 24px);
	line-height: 1.4;
	top: -25px;
	left: 0;
	z-index: 100;
	text-align: center;
}
.round-green_h01 span {
	padding: 0.5rem 1rem;
	display: inline-block;
	color: #fff;
	background: #5aa628;
	border-radius: 20px;
}
.white-border_h01 {
	margin-bottom: 0.6em;
	padding: 0.5rem 1rem;
	display: inline-block;
	color: #fff;
	font-size: clamp( 24px, 3vw, 28px);
	border: 1px solid #fff;
}
.skewer {
	display: flex;
	align-items: center;
	font-size: clamp( 24px, 3vw, 28px);
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-bottom: 1em;
}
.skewer::before, .skewer::after {
	display: block;
	flex: 1 0 20px;
	content: '';
	border-top: 1px solid #006600;
}
.skewer::before {
	margin-right: 10px;
}
.skewer::after {
	margin-left: 10px;
}
.h03 {
	color: #000;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.4;
	margin-bottom: 0.6em;
	text-align: center;

}
.square01 {
	border: 1px solid #000;
	padding: 1em;
}
ul.list01 {
	margin-bottom: 10px;
	list-style-type: none;
}
ul.list01.pp {
	color: #000;
	font-size: 0.825em;
	font-weight: normal;
}
ul.list01 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 1.2em;
}
ul.list01 li:before {
	display: block;
	content: "\0025CF";
	position: absolute;
	top: 0;
	left: 0;
}
ul.list02 {
	margin-bottom: 10px;
	list-style-type: none;
}
ul.list01 li {
	font-size: 1em;
	margin-bottom: 1.5rem;
}
.table_keep_horizontal {
	width: 100%;
	border-collapse: collapse;
}
.table_keep_horizontal th,
.table_keep_horizontal td {
	padding: 0.5em;
	border: 2px solid #fff;
}
.table_keep_horizontal th.bold-border,
.table_keep_horizontal td.bold-border {
	border-bottom: 10px solid #fff;
}
.table_keep_horizontal th {
	font-weight: normal;
	background: #eee;
}
.table_keep_horizontal tr.bg01 th {
	background: #e6d26e;
}
.table_keep_horizontal tr.bg02 td {
	background: #c8d28c;
}
.table_keep_horizontal tr.bg03 td {
	background: #b4e682;
}
p.table_keep_horizontal_notice {
	display: none;
}
@media (max-width: 767px) {
	.table_keep_horizontal_wrap {
		max-width: 100%;
		overflow: scroll;
	}
	.table_keep_horizontal {
		top: 0;
		left: 0;
		width: auto;
	}
	.table_keep_horizontal th,
	.table_keep_horizontal td {
		white-space: nowrap;
	}
	p.table_keep_horizontal_notice {
		position: relative;
		display: block;
		padding: 0.6em 1.2em;
		font-size: 1em;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #1e7d0a;
		border-radius: 5em;
	}
	p.table_keep_horizontal_notice:before,
	p.table_keep_horizontal_notice:after {
		position: absolute;
		top: 50%;
		content: "";
		display: block;
		width: 1em;
		height: 1em;
		margin-top: -0.5em;
		font-size: 1em;
		line-height: 1;
		font-weight: bold;
	}
	p.table_keep_horizontal_notice:before {
		left: 0.5em;
		content: "\0025C2";
	}
	p.table_keep_horizontal_notice:after {
		right: 0.5em;
		content: "\0025B8";
	}
}
i.blank1-blue,
i.blank1-white,
i.blank2-blue,
i.blank2-white {
	display: inline-block;
	text-indent: -9999px;
	width: 1em;
	height: 1em;
	vertical-align: text-top;
	background-image: url(../img/common/icon_blank.svg);
	background-repeat no-repeat;
	background-size: 2em 2em;
}
i.blank1-blue {
	background-position: 0 0;
}
i.blank1-white {
	background-position: 0 -1em;
}
i.blank2-blue {
	background-position: -1em 0;
}
i.blank2-white {
	background-position: -1em -1em;
}

dl.faq {
	margin-bottom: 2em;
}
dl.faq dt,
dl.faq dd {
	font-size: 1em;
}
dl.faq dt {
	position: relative;
	margin-bottom: 1.5em;
	padding: 1em 2.3em 1em 2.3em;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
dl.faq dd {
	margin-bottom: 2em;
	position: relative;
	padding-left: 2.3em;
}
dl.faq dt:before,
dl.faq dd:before {
	display: block;
	position: absolute;
	width: 2em;
	height: 2em;
	content: "";
}
dl.faq dt:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	content: "";
}
dl.faq dt:before {
	left: 0;
	top: 50%;
	margin-top: -1em;
	background: url(../img/common/q_a.svg) 0 0 no-repeat;
	background-size: 4em 2em;
	background-position: 0 0;
}
dl.faq dd:before {
	left: 0;
	top: 0;
	background: url(../img/common/q_a.svg) 0 0 no-repeat;
	background-size: 4em 2em;
	background-position: -2em 0;
}
dl.faq dt:after {
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	background: url(../img/common/arw_set01.svg) 0 0 no-repeat;
	background-size: 4em 4em;
	background-position: -3em -1em;
}
dl.faq dt.active:after {
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	background: url(../img/common/arw_set01.svg) 0 0 no-repeat;
	background-size: 4em 4em;
	background-position: -2em -1em;
}
.iframe_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------bottom_fadein----------*/
.bottom_fadein {
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 10px 0 5px 0;
	background: rgba(0, 0, 0, 0.44);
	z-index: 200;
 }
.fadein_inquiry_title {
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
}
.fadein_inquiry_list {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 768px;
}
.fadein_inquiry_list li {
	box-sizing: border-box;
	flex-basis: 50%;
	padding: 0.5em;
}
@media (max-width: 767px) {
	.fadein_inquiry_list li {
		flex-basis: 100%;
	}
}
.fadein_inquiry_list li.wx2 {
	flex-basis: 100%;
}
.fadein_inquiry_list li a {
	display: block;
	padding: 5px 60px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	background-color: #ff8826;
	border-radius: 20px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.fadein_inquiry_list li a {
		padding: 5px 18px;
		border-radius: 10px;
	}
}
@media (max-width: 599px) {
}
.fadein_inquiry_list li a img {
	display: block;
}
.fadein_inquiry_list li a span {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 16px;
}
.fadein_inquiry_list li a span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	content: "";
	background-image: url(../img/common/arw_set01.svg);
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
/*----------scrolltop----------*/
.scrolltop {
	position: fixed;
	bottom: 20vh;
	right: 0;
	z-index: 300;
}
.scrolltop.lower {
	bottom: 10vh;
}
.scrolltop a {
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	background-color: #666666;
	border-radius: 10px 0 0 10px;
}
.scrolltop-text {
	position: relative;
	display: inline-block;
	padding: 1.3em 0 0 0;
	color: #fff;
	font-size: 0.65rem;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
}
.scrolltop-text::after {	position: absolute;	top: 0%;	left: 50%;	margin-left: -0.5em;	content: "";	display: block;	width: 1em;	height: 1em;	background: url(../img/common/arw_set01.svg);	background-size: 4em 4em;	background-position: -2em -3em; animation: arrowmove2 0.5s ease-in-out 2;}
@keyframes arrowmove2 {
	0%{top: 0%;}
	50%{top :10%;}
	100%{top: 0%;}
}

.gnavi_wrap {
	display: none;
}
@media (max-width: 767px){
	.gnavi_wrap {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 500;
	}
	.gnavi_wrap > ul {
		display: none;
	}
}
ul.gnavi {
	list-style: none;
	display: flex;
	justify-content: center;
/*
	justify-content: stretch;
*/
}
ul.gnavi li {
	justify-self: stretch;
	display: flex;
	border-left: 1px solid #fff;
	align-items: stretch;
}
ul.gnavi li:last-child {
	border-right: none;
}
ul.gnavi li:first-child {	border-left: none; }
ul.gnavi li a {
	position: relative;
}
ul.gnavi li a,
ul.gnavi li>span {
	align-self: center;
	position: relative;
	display: inline-block;
	padding: 0.5em 2em 0.5em 1.8em;
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
	line-height: 1.3;
	cursor: pointer;
	background: #ff8826;
}
ul.gnavi li a:hover {
	transition-property: #color;
	transition-duration: 0.3s;
	color: #333;
}
ul.gnavi li a span.gnavi-small {
	display: inline-block;
	font-size: 0.875em;
}
ul.gnavi li a:after {
	position: absolute;
	top: 50%;
	left: 0.2em;
	margin-top: -0.5em;
	content: "";
	display: block;
	width: 1em;
	height: 1em;
}
ul.gnavi li a:after {
	background: url(../img/common/arw_set01.svg);
	background-repeat: no-repeat;
	background-size: 4em 4em;
	background-position: -3em -3em;
}
ul.gnavi_child {
	list-style: none;
}
ul.gnavi li.gnavi_sp_only {
	display: none;
}
ul.gnavi li.gnavi_parent {
	position: relative;
}
ul.gnavi_child {
	position: absolute;
	display: none;
	right: 0;
	top: 100%;
	min-width: 12em;
	z-index: 100;
	background: rgba(255,255,255,0.6);
}
ul.gnavi_child li {
	position: static;
	float: none;
	width: auto;
}
@media (max-width: 767px){
	.globalMenu {
		display: none;
	}
	ul.gnavi {
		display: block;
		position: static;
		bottom: auto;
		right: auto;
	}
	ul.gnavi li {
		float: none;
		text-align: left;
	}
	ul.gnavi li {	border-left: none; }
	ul.gnavi li.gnavi_sp_only {
		display: block;
	}
	ul.gnavi li a,
	ul.gnavi li>span {
		position: relative;
		display: block;
		width: 100%;
		padding: 12px 12px 12px 24px;
		color: #000;
		font-size: 0.875em;
		text-decoration: none;
		background: rgba(255,255,255,0.8);
	}
	ul.gnavi li a:after,
	ul.gnavi li .gnavi_parent_btn:after {
		position: absolute;
		top: 50%;
		left: 6px;
		margin-top: -6px;
		content: "";
		display: block;
		width: 12px;
		height: 12px;
	}
	ul.gnavi li a:after {
		background: url(../img/common/arw_set01.svg);
		background-repeat: no-repeat;
		background-size: 48px 48px;
		background-position: -36px 0;
	}
	ul.gnavi li .gnavi_parent_btn:after {
		background: url(../img/common/open_close.svg);
		background-repeat: no-repeat;
		background-size: 48px 48px;
		background-position: -24px -36px;
	}
	ul.gnavi li .gnavi_parent_btn.active:after {
		background: url(../img/common/open_close.svg);
		background-repeat: no-repeat;
		background-size: 48px 48px;
		background-position: -36px -36px;
	}
	ul.gnavi_child {
		position: static;
		list-style: none;
	}
	ul.gnavi_child li a {
		display: block;
		padding: 12px 10px 12px 30px;
		color: #fff;
		text-decoration: none;
		background: rgba(0,0,0,0.5);
		border-bottom: 1px solid #fff;
	}
}
/*--------------------- gnavi_hbg --------------------- */
.gnavi_hbg {
	display: none;
}
@media (max-width: 767px){
	.gnavi_hbg {
		display: block;
	}
}
.gnavi_hbg {
	position: absolute;
	right: 0;
	bottom: -40px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 600;
}
.gnavi_hbg:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
}
.gnavi_hbg_icon {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-top: 15px;
}
.gnavi_hbg_icon,
.gnavi_hbg_icon:before,
.gnavi_hbg_icon:after {
	width: 100%;
	height: 2px;
	background-color: #000;
}
.gnavi_hbg_icon:before,
.gnavi_hbg_icon:after {
	position: absolute;
	left: 0;
	content: "";
}
.gnavi_hbg_icon:before {
	top: -10px;
}
.gnavi_hbg_icon:after {
	top: 10px;
}
.active .gnavi_hbg_icon {
	background-color: transparent;
}
.active .gnavi_hbg_icon:before,
.active .gnavi_hbg_icon:after {
	top: 0;
}
.active .gnavi_hbg_icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.active .gnavi_hbg_icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*----------animation----------*/
.fadeInTrigger	{	opacity: 0; }
.fadeUpTrigger	{	opacity: 0; }
.fadeIn {	animation-name: fadeInAnime;	animation-duration: 3s;	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); } }
.delay-time02 {	animation-delay: 0.2s; }
.delay-time02-02-0 {	animation-delay: 0.2s; }
.delay-time04 {	animation-delay: 0.4s; }
.delay-time04-04-0 {	animation-delay: 0.4s; }
.delay-time06 {	animation-delay: 0.6s; }
.delay-time06-0-0 {	animation-delay: 0.6s; }
.delay-time06-02-0 {	animation-delay: 0.6s; }
.delay-time06-06-0 {	animation-delay: 0.6s; }
.delay-time08-0-0 {	animation-delay: 0.8s; }
.delay-time08-02-0 {	animation-delay: 0.8s; }
.delay-time08-04-0 {	animation-delay: 0.8s; }
.delay-time08-08-0 {	animation-delay: 0.8s; }
@media (max-width: 767px) {
	.delay-time06-0-0 {	animation-delay: 0; }
	.delay-time06-02-0 {	animation-delay: 0.2s; }
	.delay-time08-0-0 {	animation-delay: 0; }
	.delay-time08-02-0 {	animation-delay: 0.2s; }
	.delay-time08-04-0 {	animation-delay: 0.4s; }
}
@media (max-width: 599px) {
	.delay-time02-02-0 {	animation-delay: 0; }
	.delay-time04-04-0 {	animation-delay: 0; }
	.delay-time06-02-0 {	animation-delay: 0; }
	.delay-time06-06-0 {	animation-delay: 0; }
	.delay-time08-02-0 {	animation-delay: 0; }
	.delay-time08-04-0 {	animation-delay: 0; }
	.delay-time08-08-0 {	animation-delay: 0; }
}

ul.documents {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 30px;
	align-items: flex-end;
	margin-bottom: 40px;
}
@media (max-width: 599px) {
	ul.documents {
		grid-template-columns: 1fr;
	}
}
ul.documents li {
	height: 100%;
}
ul.documents li a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-decoration: none;
	color: #000;
}
ul.documents li a div.documents_thumb {
	display: grid;
	align-content: space-around;
	min-height: 78%;
}
ul.documents li a div.documents_thumb.h68 {
	min-height: 68%;
}
ul.documents li a div.documents_thumb.mh-auto {
	min-height: auto;
}
@media (max-width: 599px) {
	ul.documents li a div.documents_thumb {
		min-height: auto;
	}
}
ul.documents li a div.documents_thumb_inner {
	box-sizing: border-box;
	padding: 20px;
}
ul.documents li a div.documents_thumb_inner img {
	align-self: center;
}
ul.documents li a p.document_title {
	margin: 0 0 0.3em 0;
	font-size: 1em;
}
ul.documents li a p.document_description {
	margin: 0 0 0.3em 0;
	font-size: 0.75em;
}
ul.documents li a p.document_btn {
	text-align: center;
}
ul.documents li a p.document_btn span{
	position: relative;
	display: inline-block;
	margin: 0.5em auto 0 auto;
	padding: 12px 40px 12px 60px;
	font-size: 0.825em;
	color: #fff;
	text-decoration: none;
	background-color: #328c1e;
	border-radius: 6px;
}
ul.documents li a p.document_btn span::before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	content: "";
	background-image: url(../img/common/arw_set01.svg);
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: 0 -36px;
}
ul.documents li a:hover p.document_btn span {
	transition-property: background-color;
	transition-duration: 0.6s;
	background-color: #44bf28;
}
ul.movies {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 30px;
	align-items: flex-end;
	margin-bottom: 40px;
}
@media (max-width: 599px) {
	ul.movies {
		grid-template-columns: 1fr;
	}
}
ul.movies li {
	height: 100%;
}
.iframe_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-style: none;
}