@charset "UTF-8";
/* CSS Document */

#contents > .inner02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}
#contents > .inner02 ul li {
	width: 21%;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #5db296;
	background: transparent;
	position: relative;
	overflow: hidden;
	transition: 0.4s;
}
#contents > .inner02 ul li .bg:before,
#contents > .inner02 ul li .bg:after {
	transition: 0.4s;
}
#contents > .inner02 ul li .bg:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,#eee 0%,#eee 25%,#fff 25%,#fff 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#contents > .inner02 ul li .bg:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,#bfbfbf 0%,#bfbfbf 25%,#5db296 25%,#5db296 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -2;
}
#contents > .inner02 ul li:before,
#contents > .inner02 ul li:after,
#contents > .inner02 ul li a:before,
#contents > .inner02 ul li a:after {
	display: block;
	content: '';
	width: 25px;
	height: 24px;
	box-sizing: border-box;
}
#contents > .inner02 ul li:before   { border-top: 3px solid #fff;    border-left: 3px solid #fff;  }
#contents > .inner02 ul li:after    { border-top: 3px solid #fff;    border-right: 3px solid #fff; }
#contents > .inner02 ul li a:before { border-bottom: 3px solid #fff; border-left: 3px solid #fff;  }
#contents > .inner02 ul li a:after  { border-bottom: 3px solid #fff; border-right: 3px solid #fff; }
#contents > .inner02 ul li:before,
#contents > .inner02 ul li:after,
#contents > .inner02 ul li a:before,
#contents > .inner02 ul li a:after { position: absolute; opacity: 0; transition: 0.6s; }
#contents > .inner02 ul li:before   { top:    -1em; left:  -1em; }
#contents > .inner02 ul li:after    { top:    -1em; right: -1em; }
#contents > .inner02 ul li a:before { bottom: -1em; left:  -1em; }
#contents > .inner02 ul li a:after  { bottom: -1em; right: -1em; }
#contents > .inner02 ul li a {
	height: 100%;
	padding: 1em 0 2em;
	box-sizing: border-box;
}

/* hover時 ▼ */
#contents > .inner02 ul li:hover {
	border: 1px solid #fff;
	transition: 0.4s;
}
#contents > .inner02 ul li:hover .bg:before {
	opacity: 0;
	transition: 0.4s;
}
#contents > .inner02 ul li:hover span {
	color: #fff;
	transition: 0.4s;
}
#contents > .inner02 ul li:hover:before,
#contents > .inner02 ul li:hover:after,
#contents > .inner02 ul li:hover a:before,
#contents > .inner02 ul li:hover a:after  { opacity: 1; transition: 0.6s; }
#contents > .inner02 ul li:hover:before   { top:    1em; left:  1em; }
#contents > .inner02 ul li:hover:after    { top:    1em; right: 1em; }
#contents > .inner02 ul li:hover a:before { bottom: 1em; left:  1em; }
#contents > .inner02 ul li:hover a:after  { bottom: 1em; right: 1em; }
/* hover時 ▲ */

#contents > .inner02 ul li a span {
	display: block;
	color: #5db296;
	line-height: 1;
	transition: 0.4s;
}
#contents > .inner02 ul li a .sp01 {
	font-size: 500%;
	font-weight: 200;
	font-style: italic;
}
#contents > .inner02 ul li a .sp02 {
	font-size: 125%;
	font-weight: 400;
	margin: 0.5em 0;
	line-height: 1.2;
}
#contents > .inner02 ul li a .sp03 {
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	line-height: 1.2;
}
#contents > .inner03 > section {
	margin-top: -160px;
	padding-top: 160px;
}
#contents > .inner03 > section > div {
	padding: 5em 0;
}
#contents > .inner03 > section:nth-child(even) > div {
	background: #f2f2f2;
}
#contents > .inner03 > section .box01 .cf .imgWrap {
	width: 65%;
}
#contents > .inner03 > section .box01 .cf .txtWrap {
	width: 31%;
}
#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 {
	position: relative;
	margin: 5em 0 1em;
	padding-bottom: 0.5em;
	background-image: linear-gradient(to right, #808080, #808080 2px, transparent 2px, transparent 6px);
	background-size: 10px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 span {
	font-style: italic;
}
#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 .sp01 {
	color: #808080;
	font-size: 275%;
	font-weight: 200;
}
#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 .sp02 {
	color: #55ae91;
	font-size: 1000%;
	font-weight: 100;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}
#contents > .inner03 > section .box01 .cf .txtWrap h3 {
	color: #55ae91;
	font-size: 150%;
	margin-bottom: 0.5em;
}
#contents > .inner03 > section .box01 .cf .txtWrap h3 .sp01 {
	font-family: "Hiragino Kaku Gothic W4 JIS2004";
}
#contents > .inner03 > section .box01 .cf .txtWrap h3 .sp02 {
	font-family: "Hiragino Kaku Gothic W6 JIS2004";
}
#contents > .inner03 > section .box01 .cf .txtWrap .txt01 span {
	display: block;
	font-size: 75%;
	letter-spacing: 0;
	margin-top: 1em;
}
#contents > .inner03 > #section06 {
	margin: 0;
	padding: 1em 0;
	background: #d93129;
}
#contents > .inner03 > #section06 > div {
	padding: 0;
	background: transparent;
}
#contents > .inner03 > #section06 > div > div {
	width: 50%;
}
#contents > .inner03 > #section06 > div > .left .txt01 {
	text-align: center;
	padding: 0.75em 0 0;
}
#contents > .inner03 > #section06 > div > .left .txt01 span {
	color: #fff;
	font-size: 125%;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	margin: 0 2em;
	padding: 0.5em 0;
	box-sizing: border-box;
	background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 6px);
	background-size: 10px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
#contents > .inner03 > #section06 > div > .right .btn01 {
	display: inline-block;
	width: 49%;
	text-align: center;
}
#contents > .inner03 > #section06 > div > .right .btn01 a {
	display: block;
	color: #474747;
	font-family: "Hiragino Kaku Gothic W5 JIS2004";
	padding: 1em 0;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: 0.4s;
	position: relative;
}
#contents > .inner03 > #section06 > div > .right .btn01 a:before,
#contents > .inner03 > #section06 > div > .right .btn01 a:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	vertical-align: middle;
	transition: 0.4s;
}
#contents > .inner03 > #section06 > div > .right .btn01 a:before {
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #aaa;
}
#contents > .inner03 > #section06 > div > .right .btn01 a:after {
	content: '〉';
	color: #fff;
	font-size: 137.5%;
	top: 8.5px;
	right: 9px;
	transform: scaleY(0.6);
}

@media only screen and (max-width: 1200px) {
	#contents > .inner02 ul li a .sp02,
	#contents > .inner02 ul li a .sp03 {
    font-size: 112.5%;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 {
    margin: 2em 0 1em;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 .sp01 {
    font-size: 200%;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 .sp02 {
    font-size: 600%;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap h3 {
    font-size: 125%;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .txt01 {
		font-size: 93.75%;
	}
	#contents > .inner03 > #section06 > div > div {
		width: 100%;
		float: none;
	}
	#contents > .inner03 > #section06 > div > .left {
		margin-bottom: 1em;
	}
	#contents > .inner03 > #section06 > div > .left .txt01 span {
    background: none;
	}
}
@media only screen and (max-width: 960px) {
	#contents > .inner02 ul li {
    width: 19%;
	}
	#contents > .inner02 ul li a .sp01 {
    font-size: 300%;
	}
	#contents > .inner02 ul li a .sp02,
	#contents > .inner02 ul li a .sp03 {
    font-size: 93.75%;
	}
	#contents > .inner03 > section .box01 .cf > div {
    width: 100% !important;
    float: none !important;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap {
		margin-bottom: 2em;
	}
}
@media only screen and (min-width: 768px) {
	#contents > .inner03 > #section06 > div > .right .btn01 a:hover {
		color: #fff;
		background: #d93129;
		transition: 0.4s;
	}
	#contents > .inner03 > #section06 > div > .right .btn01 a:hover:before {
		background: transparent;
	}
	#contents > .inner03 > #section06 > div > .right .btn01 a:hover:after {
	}
}
@media only screen and (max-width: 767px) {
	#contents > .inner02 ul {
    margin-bottom: 0;
	}
	#contents > .inner02 ul li {
		background: transparent;
	}
	#contents > .inner02 ul li:before,
	#contents > .inner02 ul li:after,
	#contents > .inner02 ul li a:before,
	#contents > .inner02 ul li a:after  { width: 12px; height: 12px; }
	#contents > .inner02 ul li:before   { border-top: 2px solid #fff;    border-left: 2px solid #fff;  }
	#contents > .inner02 ul li:after    { border-top: 2px solid #fff;    border-right: 2px solid #fff; }
	#contents > .inner02 ul li a:before { border-bottom: 2px solid #fff; border-left: 2px solid #fff;  }
	#contents > .inner02 ul li a:after  { border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
	#contents > .inner02 ul li:before,
	#contents > .inner02 ul li:after,
	#contents > .inner02 ul li a:before,
	#contents > .inner02 ul li a:after  { opacity: 1; transition: 0.6s; }
	#contents > .inner02 ul li:before   { top:    -2em; left:  -2em; }
	#contents > .inner02 ul li:after    { top:    -2em; right: -2em; }
	#contents > .inner02 ul li a:before { bottom: -2em; left:  -2em; }
	#contents > .inner02 ul li a:after  { bottom: -2em; right: -2em; }
	#contents > .inner02 ul li:hover:before {
    top: 0.5em;
    left: 0.5em;
	}
	#contents > .inner02 ul li:hover:after {
    top: 0.5em;
    right: 0.5em;
	}
	#contents > .inner02 ul li:hover a:before {
    bottom: 0.5em;
    left: 0.5em;
	}
	#contents > .inner02 ul li:hover a:after {
    bottom: 0.5em;
    right: 0.5em;
	}
	#contents > .inner02 ul li {
		display: block;
    width: 100%;
    margin-bottom: 1em;
	}
	#contents > .inner02 ul li a {
		font-size: 112.5%;
    padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#contents > .inner02 ul li a span {
		color: #5db296;
    display: inline-block;
	}
	#contents > .inner02 ul li:nth-child(4) a span,
	#contents > .inner02 ul li:nth-child(5) a span {
    display: block;
	}
	#contents > .inner02 ul li a .sp01,
	#contents > .inner02 ul li a .spWrap01 {
		display: block;
	}
	#contents > .inner02 ul li a .sp01 {
		font-size: 350%;
		line-height: 1.1;
		width: 15%;
		padding: 0.2em 0.2em 0.15em;
		text-align: right;
    box-sizing: border-box;
		background: #eee;
		position: static;
	}
	#contents > .inner02 ul li a .spWrap01 {
		text-align: center;
		width: 85%;
		padding: 1.2em 0;
    box-sizing: border-box;
	}
	#contents > .inner02 ul li:nth-child(4) a .spWrap01,
	#contents > .inner02 ul li:nth-child(5) a .spWrap01 {
		padding: 0.45em 0.2em;
	}
	#contents > .inner02 ul li a .spWrap01 .sp01 {
    font-size: 375%;
	}
	#contents > .inner02 ul li a .spWrap01 .sp03 {
		font-weight: 600;
	}
	#contents > .inner02 ul li .bg:before,
	#contents > .inner02 ul li .bg:after {
		display: none;
	}
	/*
	#contents > .inner02 ul li .bg:before {
    background: linear-gradient(90deg,#eee 0%,#eee 16%,#fff 16%,#fff 100%);
	}
	#contents > .inner02 ul li .bg:after {
    background: linear-gradient(90deg,#bfbfbf 0%,#bfbfbf 16%,#5db296 16%,#5db296 100%);
	}
	*/
	#contents > .inner02 ul li a span br {
		display: none;
	}
	#contents > .inner03 > section {
    margin-top: -80px;
    padding-top: 80px;
	}
	#contents > .inner03 > section > div {
    padding: 3em 0;
	}
	#contents > .inner03 > section .box01 .cf > div {
		width: 100% !important;
		float: none;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 {
    width: 80%;
		margin-top: 0;
		position: relative;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 .sp01 {
    font-size: 300%;
		line-height: 1.2;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .ttl01 .sp02 {
    top: -15%;
    right: -25%;
    font-size: 1000%;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap h3 {
    font-size: 150%;
    line-height: 1.5;
	}
	#contents > .inner03 > section .box01 .cf .txtWrap .txt01 {
    font-size: 100%;
    line-height: 2;
    margin-bottom: 2em;
	}
	#contents > .inner03 > #section06 > div > .left .txt01 {
	}
	#contents > .inner03 > #section06 > div > .left .txt01 span {
		font-size: 112.5%;
		letter-spacing: 0;
    padding: 0;
    margin: 0;
	}
	#contents > .inner03 > #section06 > div > .right > p {
		width: 100% !important;
		float: none !important;
	}
	#contents > .inner03 > #section06 > div > .right .left {
		margin-bottom: 1em;
	}
	#contents > .inner03 > #section06 > div > .right .btn01 a:after {
    font-size: 150%;
    top: 0.3em;
	}
}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
	#contents .inner01 {
    padding: 3em 0;
	}
	#contents > .inner02 ul li {
    width: 19%;
	}
	#contents > .inner02 ul li a .sp01 {
    font-size: 300%;
	}
	#contents > .inner02 ul li a .sp02,
	#contents > .inner02 ul li a .sp03 {
    font-size: 100%;
	}
	#contents > .inner03 > section > div {
    padding: 3em 0;
	}
}

@media (orientation: landscape) and (max-width: 767px){
	#contents > .inner03 > #section06 > div > .right .btn01 a:after {
    font-size: 100%;
    top: 0.8em;
    right: 0.7em;
	}
}
