body {
	position: relative;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	line-height: 1.87;
}
h2,h3,p,li,dt,dd,a {
	color: #302824;
	letter-spacing: 0.05em;
	font-size: 16px;
}
.forSp {
	display: none;
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
@media screen and (max-width: 768px) {
	body {
		line-height: 1.5;
	}
	h2,h3,p,li,dt,dd,a {
		font-size: 13px;
	}
	.forPc {
		display: none;
	}
	.forSp {
		display: inline-block;
	}
}

/* header
-----------------------------------------*/
header {
	position: relative;
	width: 100%;
	z-index: 10;
}
header .logo {
	position: absolute;
	top: -90px;
	left: 50%;
	z-index: 1;
}
header .logo a {
	display: block;
	width: 190px;
	height: 190px;
	margin-left: -95px;
	padding-top: 100px;
	border-radius: 50%;
	background: #fff;
	transition: 0.2s;
}
header .logo a:hover {
	opacity: 0.8;
}
header .logo img {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}
header #navTgl,
header .navLabel {
	display: none;
}
header nav {
	position: absolute;
	top: 800px;
	right: 0;
	width: 100%;
	background: #800203;
	box-shadow: 0 6px 0 rgba(0,0,0,0.17);
	z-index: 999;
}
header nav ul {
	padding: 20px 0;
	text-align: center;
}
header nav li {
	display: inline-block;
}
header nav li a {
	display: block;
	margin: 0 0.9em;
	color: #fdea8f;
	font-size: 23px;
	font-family: 'Raleway', sans-serif;
	transition: 0.5s;
	border-radius: 50px;
}
header nav li a span {
	display: none;
}
@media screen and (min-width: 767px) {
	header nav.fix {
		position: fixed;
		top: 0;
		right: 0;
		bottom: auto;
		animation: hdAnime 0.5s;
	}
	header nav li a:hover {
		margin: 0;
		padding: 0 0.9em;
		color: #fff;
		background: rgba(0,0,0,0.2);
		box-sizing: border-box;
	}
}
@keyframes hdAnime {
	0% {
		top: -60px;
	}
	100% {
		top: 0;
	}
}
@media screen and (max-width: 768px) {
	header .logo {
		top: -35px;
	}
	header .logo a {
		width: 83px;
		height: 83px;
		margin-left: -35px;
		padding-top: 39px;
	}
	header .logo img {
		width: 40px;
	}
	header .navLabel {
		display: block;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
	}
	header .navOpen {
		z-index: 2;
		top: 14px;
		right: 14px;
		width: 40px;
		height: 40px;
		background: #800203;
		border-radius: 5px;
		transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	header .navOpen:before,
	header .navOpen:after {
		content: "";
	}
	header .navOpen span,
	header .navOpen:before,
	header .navOpen:after {
		position: absolute;
		top: 18px;
		left: 18px;
		width: 6px;
		height: 6px;
		border-radius: 10px;
		background: #fff;
		content: "";
		transition: 0.2s;
	}
	header .navOpen:before {
		left: 7px;
	}
	header .navOpen:after {     
		left: 28px; 
	}
	header .navClose {
		z-index: 1;
		width: 100%;
		height: 100%;
		pointer-events: none;
		transition: background .6s;
	}
	header #navTgl:checked + .navOpen span {
		transform: scaleX(0);
	}
	header #navTgl:checked + .navOpen:before {
		top: 18px;
		width: 25px;
		height: 3px;
		transform: rotate(45deg);
	}
	header #navTgl:checked + .navOpen:after {
		top: 18px;
		left: 7px;
		width: 25px;
		height: 3px;
		transform: rotate(-45deg);
	}
	header #navTgl:checked ~ .navClose {
		pointer-events: auto;
		background: rgba(0,0,0,0.8);
	}
	header #navTgl:checked ~ nav {
		transform: none;
	}
	header nav {
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 85%;
		height: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		transform: translateX(100%);
		transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	header #navTgl:checked ~ nav {
		transform: none;
	}
	header nav ul {
		padding: 0;
		text-align: left;
	}
	header nav li {
		display: block;
		margin: 0;
	}
	header nav li a {
		margin: 0;
		display: block;
		padding: 14px 0 14px 30px;
		border-bottom: 1px solid #6b4141;
		font-size: 20px;
		border-radius: 0;
	}
	header nav li a span {
		display: inline-block;
		margin-left: 1em;
		color: #fff;
		font-size: 12px;
		vertical-align: middle;
	}
}

/* contents
-----------------------------------------*/
.contents {
	z-index: 0;
}
.mv {
	position: relative;
	height: 800px;
	padding-top: 44px;
	background: url(../images/bg01.jpg) repeat;
	background-size: 800px;
	z-index: 1;
}
.mv .key {
	position: absolute;
	top: -120px;
	bottom: 0;
	right: 0;
	left: 16px;
	width: 100%;
	max-width: 780px;
	margin: auto;
	z-index: 1;
}
.mv .bnr {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 560px;
	margin: auto;
	z-index: 9;
}
.mv .bnr img {
	width: 100%;
	height: auto;
	transition: 0.8s;
	border: 1px solid #fff;
}
.mv .bnr img:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
	.mv {
		height: 126vw;
		padding-top: 6vw;
	}
	.mv:after {
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 17px;
		background: url(../images/deco03.png) repeat-x;
		background-size: 22px 17px;
		content: '';
	}
	.mv .key {
		top: 17px;
		width: 93%;
		margin: 34px auto 0;
	}
	.mv img {
		width: 82vw;
	}
	.mv .bnr {
		bottom: 6vw;
		width: 82vw;
	}
}

.sec {
	position: relative;
}
.sec .bg {
	overflow: hidden;
	position: absolute;
	top: -5vw;
	left: 0;
	width: 100%;
	height: calc(100% + 340px);
}
#sec07 .bg{
	height: calc(100% + 5vw);
}
.sec .bg:before {
	position: absolute;
	top: 0;
	left: -400px;
	width: 300%;
	height: calc(100% + 12vw);
	transform: rotate(5deg);
	transform-origin: top left;
	background: url(../images/bg02.png);
	background-size: 66px;
	border-top: 6px solid #825252;
	content: '';
}
#sec01 .bg:before{
	top: -10vw;
	transform: rotate(0deg);
	border: none;
}
#sec02 .bg:before{
	background: url(../images/bg03_190731.png);
	background-size: 48px 593px;
}
#sec03 .bg:before{
	background: url(../images/bg04.png);
}
#sec04 .bg:before{
	background: url(../images/bg05.png);
}
#sec05 .bg:before{
	background: url(../images/bg06_190731.png);
}
#sec06 .bg:before{
	background: url(../images/bg07_190731.png);
	background-size: 48px 593px;
}
#sec07 .bg:before{
	background: url(../images/bg08.png);
	background-size: 70px;
	border-top-color: #fdea8f;
}
.sec .inner {
	position: relative;
	padding: 150px 0;
	z-index: 2;
}
.sec .ttlDeco01 {
	margin-bottom: 30px;
	text-align: center;
}
.sec .ttlDeco01 img {
	width: auto;
	height: 60px;
}
.sec .box {
	position: relative;
	width: 95%;
	padding: 50px;
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 8px 8px 0 rgba(0,0,0,0.17);
}
.sec .box a:hover {
	text-decoration: underline;
}
.denial {
	opacity: 0.5;
	text-decoration: line-through;
}
@media screen and (max-width: 768px) {
	.sec {
		margin-top: -10vw;
	}
/*	.sec:before {
		transform: skewY(10deg);
		border-width: 3px;
	}
	#sec06:before {
		border-width: 3px;
	}
	.sec .bg {
		transform: skewY(10deg);
	}
	.sec .bg:before {
		top: -10vw ;
		transform: skewY(-10deg);
		background-size: 30px;
		border-width: 3px;
	}
*/
	.sec .bg:before {
		width: 420%;
		border-width: 3px;
		background-size: 30px;
	}
	#sec02 .bg:before{
		background-size: 24px;
	}
	#sec03 .bg:before,
	#sec04 .bg:before{
		background-size: 30px;
	}
	#sec05 .bg:before{
		background-size: 84px;
	}
	#sec06 .bg:before{
		height: calc(100% + 20vw);
		background-size: 24px;
	}
	#sec07 .bg:before{
		background-size: 45px;
	}
	.sec .inner {
		padding: 24vw 0 17vw;
	}
	.sec .ttlDeco01 {
		margin-bottom: 18px;
	}
	.sec .ttlDeco01 img {
		height: 35px;
	}
	.sec .box {
		width: 90%;
		padding: 6% 4%;
		box-shadow: 6px 6px 0 rgba(0,0,0,0.17);
	}
}


/*sub*/
.sec .sub {
	margin-top: 30px;
	padding: 24px 30px;
	background: #fdf4ca;
}
.sec .sub > dt {
	font-weight: bold;
	font-size: 20px;
}
.sec .sub > dd {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.sec .sub {
		margin-top: 10px;
		padding: 5% 6%;
	}
	.sec .sub > dt {
		font-size: 13px;
	}
	.sec .sub > dd {
		margin-top: 6px;
	}
}

/*listDeco*/
.listDeco01 + .listDeco01 {
	margin-top: 34px;
}
.listDeco01 > dt {
	padding: 4px 0;
	background: #fdea8f;
	border-radius: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	color: #7f3f3f;
}
#sec03 .listDeco01 > dt {
	background: #a9d1cb;
}
#sec07 .listDeco01 > dt {
	background: #ceeca2;
}
.listDeco01 > dd {
	margin-top: 27px;
}
.listDeco02 > li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.listDeco02 > li + li {
	margin-top: 0.45em;
}
.listDeco03 > .ttl {
	font-weight: bold;
	font-size: 18px;
}
.noteList li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.5;
}
.noteList li + li {
	margin-top: 0.3em;
}
.note {
	display: block;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	.listDeco01 + .listDeco01 {
		margin-top: 14px;
	}
	.listDeco01 > dt {
		padding: 3px 0;
		font-size: 13px;
	}
	.listDeco01 > dd {
		margin-top: 10px;
	}
	.listDeco03 > .ttl {
		margin-bottom: 0.5em;
		font-size: 15px;
	}
	.noteList li {
		margin-left: 0.7em;
		text-indent: -0.7em;
		font-size: 10px;
	}
	.note {
		font-size: 10px;
	}
}

/*sec01
------------------*/
#sec01 .inner {
	padding: 200px 0 14vw;
}
#sec01 h3 {
	margin-top: 20px;
	text-align: center;
}
#sec01 h3 img {
	width: 500px;
	height: auto;
}
#sec01 .inner > p {
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
	font-weight: bold;
}
#sec01 .inner > p + p {
	margin-top: 1.5em;
}
#sec01 .box {
	margin-top: 30px;
}
#sec01 .box dd + dd {
	margin-top: 16px;
}
#sec01 .box dd li {
	margin-left: 1em;
	text-indent: -1em;
}
#sec01 .box .listDeco01 img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 20px;
}
#sec01 .box .note a {
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	#sec01,
	#sec07 {
		margin-top: 0;
		padding-top: 0;
	}
	#sec01 {
		margin-top: -10vw;
	}
	#sec01 .inner {
		padding: 17vw 0;
	}
	#sec01 h3 {
		margin-top: 0;
	}
	#sec01 h3 img {
		width: 283px;
	}
	#sec01 .inner > p {
		margin: 4px auto 0;
		font-size: 13px;
	}
	#sec01 .box {
		margin-top: 20px;
	}
	#sec01 .box dd + dd {
		margin-top: 16px;
	}
	#sec01 .box dd li {
		margin-top: 0.45em;
	}
	#sec01 .box .note a {
		font-size: 10px;
	}
}

/*sec02
------------------*/
#sec02 {
	margin-top: -6vw;
}
#sec02 .box {
	position: relative;
	padding-top: 56px;
}
#sec02 .box:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 97px;
	height: 97px;
	background: url(../images/deco01.png) no-repeat;
	content: '';
}
#sec02 .box + .box {
	margin-top: 30px;
}
#sec02 .box .boxTtl {
	margin-bottom: 8px;
	color: #b53a2e;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
#sec02 .box .boxTtl strong {
	display: inline-block;
	padding: 4px 0.5em;
	margin-bottom: 1em;
	background: #b53a2e;
	font-size: 16px;
	color: #fff;
}
#sec02 .box .listDeco02 {
	font-weight: bold;
}
#sec02 .box .listDeco02 .note01 {
	display: block;
	margin-left: 16px;
	font-size: 13px;
	font-weight: normal;
}
#sec02 .box .noteList {
	margin-top: 20px;
}
#sec02 .box .sub01 img {
	float: left;
	width: 300px;
	height: auto;
}
#sec02 .box .sub01 p {
	float: left;
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	#sec02 {
		margin-top: -10vw;
	}
	#sec02 .box {
		padding-top: 5%;
	}
	#sec02 .box:before {
		width: 48px;
		height: 48px;
		background-size: 49px;
	}
	#sec02 .box + .box {
		margin-top: 15px;
	}
	#sec02 .box .boxTtl {
		font-size: 14px;
	}
	#sec02 .box .boxTtl strong {
		margin-top: 0.5em;
		font-size: 13px;
	}
	#sec02 .box .listDeco02 .note01 {
		margin-left: 16px;
		font-size: 10px;
	}
	#sec02 .box .noteList {
		margin-top: 8px;
	}
	#sec02 .box .sub01 img {
		float: none;
		display: block;
		width: 220px;
		margin: 0 auto;
	}
	#sec02 .box .sub01 p {
		float: none;
		margin: 10px 0 0;
	}
}

/*sec03
------------------*/
#sec03 .box > img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 30px;
}
#sec03 .listDeco01 > dd {
	padding: 0 30px;
}
#sec03 .listDeco01 > dd .txtArea {
	margin-top: 20px;
}
#sec03 .listDeco01 > dd .txtArea .ttl {
	font-weight: bold;
	font-size: 18px;
}
#sec03 .listDeco01.deco01 dd strong,
#sec03 .listDeco01.deco04 dd strong {
	display: block;
}
#sec03 .listDeco01.deco01 li + li,
#sec03 .listDeco01.deco04 li + li {
	margin-top: 0.8em;
}
#sec03 .listDeco01.deco01 .note {
	margin-top: 1.2em;
}
#sec03 .listDeco01.deco03 .js-modal-open {
    display: block;
    width: 480px;
    margin: 0 auto;
    padding: 5px 2em;
    background: #fdea8f;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: 0.2s;
}
#sec03 .listDeco01.deco03 .js-modal-open:hover {
    background: #b53a2e;
    text-decoration: none;
    color: #fff;
}
#sec03 .listDeco01.deco03 .listDeco03 {
	margin-top: 30px;
}
#sec03 .listDeco01.deco03 .listDeco03 .listDeco02 {
	margin-top: 1em;
}
#sec03 .listDeco01.deco03 table + table {
	margin-top: 1.5em;
}
#sec03 .listDeco01.deco03 caption {
	padding-bottom: 0.2em;
	color: #b53a2e;
	font-weight: bold;
	text-align: left;
}
#sec03 .listDeco01.deco03 th,
#sec03 .listDeco01.deco03 td {
	padding-top: 0.2em;
	text-align: left;
	font-weight: normal;
	word-break: break-all;
}
#sec03 .listDeco01.deco03 th {
	width: 5.5em;
	padding-right: 0.5em;
}
#sec03 .listDeco01.deco04 li {
	float: left;
	width: 50%;
	margin-top: 0.8em;
}
#sec03 .listDeco01.deco04 li img {
	width: 48%;
	margin: 0.5em 0;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#sec03 .listDeco01.deco04 li img + img {
	margin-left: 2%;
}
#sec03 .listDeco01.deco05 dd > .ttl {
	font-weight: bold;
	font-size: 20px;
	color: #b53a2e;
}
#sec03 .listDeco01.deco05 .listDeco03 {
	position: relative;
	margin-top: 30px;
	min-height: 260px;
	padding-right: 330px;
}
#sec03 .listDeco01.deco05 .listDeco03 .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}
#sec03 .listDeco01.deco05 .listDeco03 .img img {
	width: 100%;
	height: auto;
}
#sec03 .listDeco01.deco05 .noteList {
	margin-top: 1em;
}
#sec03 .listDeco01.deco05 .noteList + .note {
	margin-top: 1em;
	text-align: right;
	font-size: 10px;
}
#sec03 .listDeco01.deco06 p + p {
	margin-top: 0.8em;
}
#sec03 .listDeco01.deco06 .noteList {
	margin-top: 1em;
}
#sec03 .listDeco01.deco06 strong {
	display: block;
}
#sec03 .listDeco01.deco07 ul {
	display: flex;
	justify-content: center;
	margin: 20px 0 0 -30px;
}
#sec03 .listDeco01.deco07 li {
	width: 33.2%;
}
#sec03 .listDeco01.deco07 li + li {
	margin-left: 40px;
}
#sec03 .listDeco01.deco07 li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#sec03 .listDeco01.deco07 li span {
	display: block;
}
#sec03 .listDeco01.deco07 li .ttl {
	font-weight: bold;
	text-align: center;
}
#sec03 .listDeco01.deco07 a {
	display: block;
	margin-top: 0.5em;
	border: 1px solid #ccc;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#sec03 .listDeco01 dd {
		padding: 0 5px;
	}
	#sec03 .listDeco01.deco03 .js-modal-open {
		position: relative;
		width: 100%;
		margin: 2em 0;
		padding: 10px 2em 10px 1em;
	    text-align: left;
	}
	#sec03 .listDeco01.deco03 .js-modal-open:after {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    width: 0;
	    height: 0;
	    margin-top: -5px;
	    border-style: solid;
	    border-width: 5px 0 5px 7px;
	    border-color: transparent transparent transparent #800203;
	    content: '';
	    transition: 0.2s;
	}
	#sec03 .listDeco01.deco04 li {
		float: none;
		width: 100%;
	}
	#sec03 .listDeco01.deco04 li img {
		display: block;
		width: 250px;
		margin: 1em auto 0;
	}
	#sec03 .listDeco01.deco04 li img + img {
		margin-left: auto;
	}
	#sec03 .listDeco01.deco05 dd > .ttl {
		font-size: 18px;
	}
	#sec03 .listDeco01.deco05 .listDeco03 {
		padding-right: 0;
	}
	#sec03 .listDeco01.deco05 .listDeco03 .img {
		position: initial;
		top: auto;
		right: auto;
		width: 250px;
		margin: 10px auto 0;
	}
	#sec03 .listDeco01.deco07 ul {
		display: block;
		margin: 0;
	}
	#sec03 .listDeco01.deco07 li {
		position: relative;
		padding-left: 120px;
		width: 100%;
	}
	#sec03 .listDeco01.deco07 li + li {
		margin: 20px 0 0;
	}
	#sec03 .listDeco01.deco07 li img {
		position: absolute;
		top: 50%;
		left: 0;
		width: 110px;
		margin: -30px 0 10px;
	}
	#sec03 .listDeco01.deco07 li .ttl {
		text-align: left;
	}
	#sec03 .listDeco01.deco07 a {
		margin-top: 0.5em;
	}
}

/*sec04
------------------*/
#sec04 .box {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 600px;
	padding: 0 2em 0 0;
	border: 50px solid #fff;
}
#sec04 .box + .box {
	margin-top: 30px;
}
#sec04 .box > div + div {
	margin-top: 1.5em;
}
#sec04 .box h3 {
	margin-bottom: 5px;
	font-weight: bold;
}
#sec04 .box .txtDeco {
	display: inline-block;
	background: linear-gradient(transparent 50%, #fdea8f 60%);
}
#sec04 .box li {
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px) {
	#sec04 .box {
		height: 280px;
		padding: 0 1em 0 0;
		border-width: 20px;
		border-right-width: 5px;
	}
	#sec04 .box::-webkit-scrollbar {
		width: 10px;
	}
	#sec04 .box::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	#sec04 .box::-webkit-scrollbar-thumb {
		background: #c1c1c1;
	}
	#sec04 .box + .box {
		margin-top: 20px;
	}
	#sec04 .box > div + div {
		margin-top: 1em;
	}
}

/*sec05
------------------*/
#sec05 .box {
	position: relative;
}
#sec05 .imgArea {
	display: flex;
	flex-wrap: wrap;
}
#sec05 .imgArea li {
	width: calc(33.2% - 40px);
	margin: 0 20px 20px;
	font-size: 13px;
}
#sec05 .imgArea li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}
#sec05 .imgArea li p {
	line-height: 1.5;
	font-size: 10px;
}
#sec05 .imgArea li strong {
	display: block;
	font-size: 16px;
}
#sec05 .imgArea li p + p strong {
	font-size: 20px;
}
#sec05 .imgArea li p + p strong span {
	font-size: 10px;
}
#sec05 .imgArea li .js-modal-open {
	display: block;
	margin-top: 0.5em;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: underline;
	color: #b53a2e;
	cursor: pointer;
}
#sec05 .imgArea li .js-modal-open:hover {
	text-decoration: none;
}
#sec05 .listDeco03 {
	margin-top: 30px;
}
#sec05 .txtDeco {
	margin-top: 20px;
	text-align: center;
}
#sec05 .txtDeco strong {
	color: #7f3f3f;
}
#sec05 .txtDeco02 {
	margin-top: 0.5em;
	text-align: right;
	font-size: 10px;
}
#sec05 .txtDeco03 {
	display: inline-block;
	margin-top: 1em;
	padding: 5px 2em;
	background: #fdea8f;
	font-weight: bold;
	cursor: pointer;
	transition: 0.2s;
}
#sec05 .txtDeco03:hover {
	background: #b53a2e;
	text-decoration: none;
	color: #fff;
}
#sec05 .txtDeco04 {
	display: block;
	width: 500px;
	margin: 1em auto 0;
	padding: 15px 0;
	border: 2px solid #b53a2e;
	font-weight: bold;
	cursor: pointer;
	transition: 0.2s;
	text-align: center;
	font-size: 26px;
	color: #b53a2e;
}
#sec05 .txtDeco04:hover {
	background: #b53a2e;
	text-decoration: none;
	color: #fff;
}
#sec05 .sub02 {
	margin-top: 20px;
}
#sec05 .sub02 .note {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	#sec05 .box p img {
		top: -64px;
		margin-right: -183px;
		width: 117px;
	}
	#sec05 .imgArea {
		display: block;
	}
	#sec05 .imgArea li {
		position: relative;
		width: 100%;
		min-height: 150px;
		margin: 0;
	}
	#sec05 .imgArea li + li {
		margin-top: 20px;
	}
	#sec05 .imgArea li img {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
	}
	#sec05 .imgArea li p {
		padding-left: 160px;
	}
	#sec05 .imgArea li strong {
		font-size: 14px;
	}
	#sec05 .imgArea li p + p strong {
		font-size: 18px;
	}
	#sec05 .imgArea li .js-modal-open {
		padding-left: 160px;
		font-size: 13px;
	}
	#sec05 .listDeco03 {
		margin-top: 20px;
	}
	#sec05 .txtDeco03 {
		position: relative;
		padding: 10px 2em 10px 1em;
	}
	#sec05 .txtDeco03:after {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    width: 0;
	    height: 0;
	    margin-top: -5px;
	    border-style: solid;
	    border-width: 5px 0 5px 7px;
	    border-color: transparent transparent transparent #800203;
	    content: '';
	    transition: 0.2s;
	}
	#sec05 .txtDeco04 {
		width: 100%;
		font-size: 20px;
	}
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal_bg{
	background-color: rgba(0,0,0,0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_content{
	width: 700px;
	height: 80vh;
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal_content:after {
	position: absolute;
	top: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 54px;
	line-height: 1;
	content: "×";
	pointer-events: none;
}
#modal01 .modal_content {
	width: 100%;
	max-width: 860px;
	height: auto;
	margin: 20px 0;
	padding: 0;
	background: #fff;
}
#modal01 img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
#modal02 .inner,
#modal03 .inner,
#modal04 .inner {
	height: 100%;
	padding-right: 20px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#modal02 h3 {
	padding: 5px 0;
	background: #c1413b;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #f9dd60;
}
#modal02 dl {
	margin-top: 20px;
}
#modal02 dt {
	border-bottom: 2px dotted #4bc3be;
	color: #4bc3be;
	font-size: 14px;
	font-weight: bold;
}
#modal02 dd + dt {
	margin-top: 10px;
}
#modal02 dd {
	margin-top: 10px;
}
#modal02 dd img {
	display: block;
	width: 200px;
	height: auto;
	margin: 20px auto 0;
}
#modal02 dd .red {
	color: #d10202;
}
#modal03 .inner .lead {
	padding: 20px;
	background: #fdf4ca;
}
#modal03 .inner dl {
	margin-top: 15px;
}
#modal03 .inner dt {
	font-weight: bold;
}
#modal03 .inner dd {
	font-size: 13px;
}
#modal03 .inner dd strong {
	display: block;
}
#modal03 .inner .noteList {
	margin-top: 20px;
}
#modal04 .inner h3 {
	font-size: 20px;
	text-align: center;
}
#modal04 .inner .lead {
	margin-top: 1em;
}
#modal04 .inner .lead span {
	display: block;
	margin-top: 0.5em;
}
#modal04 .inner dl {
	margin-top: 2em;
	padding: 30px 40px;
	background: #f5f5f5;
}
#modal04 .inner dd + dt {
	margin-top: 2em;
	font-weight: bold;
}
#modal04 .inner .noteList {
	margin: 1em 0 2em;
}
#modal04 .inner .line {
	color: #b53a2e;
	text-decoration: underline;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.modal:after {
		top: -44px;
		right: -14px;
		width: 44px;
		height: 44px;
		font-size: 44px;
	}
	.modal_content {
		width: 90%;
		margin-top: 3vh;
		height: 77vh;
		padding: 20px 15px;
		padding-right: 20px;
	}
	.modal_content:after {
		top: -44px;
		right: -14px;
		width: 44px;
		height: 44px;
		font-size: 44px;
	}
	#modal02 .inner,
	#modal03 .inner,
	#modal04 .inner {
		padding-right: 10px;
	}
	#modal01 .modal_content {
		max-width: auto;
		width: 85vw;
	}
	#modal02 .inner::-webkit-scrollbar {
		width: 10px;
	}
	#modal02 .inner::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	#modal02 .inner::-webkit-scrollbar-thumb {
		background: #c1c1c1;
	}
	#modal02 h3 {
		font-size: 13px;
	}
	#modal02 dd + dt {
		margin-top: 15px;
	}
	#modal02 dd img {
		width: 250px;
	}
	#modal04 .inner h3 {
		font-size: 16px;
	}
	#modal04 .inner dl {
		margin-top: 1em;
		padding: 15px 20px;
	}
}

/*sec06
------------------*/
#sec06 .box {
	padding: 0;
}
#sec06 .box + .box {
	margin-top: 20px;
}
#sec06 dt {
	font-size: 20px;
	cursor: pointer;
	transition: 0.2s;
}
#sec06 dt:hover {
	opacity: 0.8;
}
#sec06 dt:after {
	position: absolute;
	top: 50%;
	right: 17px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #53c3be transparent transparent transparent;
	content: '';
	transition: 0.2s;
}
#sec06 dt.open:after {
	transform: rotate(180deg);
}
#sec06 dt,
#sec06 dd {
	position: relative;
	padding: 20px 20px 20px 80px;
}
#sec06 dd {
	display: none;
	padding-top: 0;
	color: #825252;
}
#sec06 dt span,
#sec06 dd span {
	position: absolute;
	top: 50%;
	left: 17px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	padding-top: 0.38em;
	background: #53c3be;
	border-radius: 50%;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	text-align: center;
	line-height: 1;
	color: #fff;
}
#sec06 dd span {
	margin-top: -34px;
	background: #fdea8f;
	color: #825252;
}
@media screen and (max-width: 768px) {
	#sec06 .inner {
		padding: 27vw 0 17vw;
	}
	#sec06 .box + .box {
		margin-top: 10px;
	}
	#sec06 dt,
	#sec06 dd {
		padding: 12px 10px 12px 45px;
	}
	#sec06 dt {
		padding-right: 30px;
		font-size: 13px;
	}
	#sec06 dd {
		padding-top: 0;
	}
	#sec06 dt span,
	#sec06 dd span {
		left: 10px;
		width: 25px;
		height: 25px;
		margin-top: -13px;
		font-size: 15px;
	}
	#sec06 dd span {
		top: 0;
		margin-top: 0;
	}
	#sec06 dt:after {
		right: 10px;
		border-width: 7px 4px 0 4px;
	}
}

/*sec07
------------------*/
#sec07 .inner {
	padding-bottom: 260px;
}
#sec07 .box {
	display: flex;
	justify-content: space-between;
}
#sec07 .listDeco01 {
	width: calc(50% - 20px);
}
#sec07 .listDeco01 + .listDeco01 {
	margin-top: 0;
}
#sec07 .listDeco01 .note {
	display: block;
	margin-top: 0.4em;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	#sec07 {
		margin-top: -10vw;
	}
	#sec07 .inner {
		padding: 24vw 0 115px;
	}
	#sec07 .box {
		display: block;
	}
	#sec07 .listDeco01 {
		width: 100%;
	}
	#sec07 .listDeco01 + .listDeco01 {
		margin-top: 16px;
	}
}


/* footer
-----------------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
footer .toTop {
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 1000;
}
footer .toTop a {
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 1.1em;
	background: rgba(0,0,0,0.6);
	border-radius: 10px 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	transition: 0.2s;
}
footer .toTop a:hover {
	transform: scale(1.5);
	border-radius: 50%;
}
footer .btn {
	width: 450px;
	margin: 0 auto;
}
footer .btn a {
	display: block;
	padding: 10px 30px 10px 0;
	border-radius: 11px;
	background: #fff;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 30px;
	box-sizing: border-box;
	transition: 0.2s;
}
footer .btn a:hover {
	opacity: 0.8;
}
footer .btn a img {
	width: 62px;
	height: auto;
	margin-right: 20px;
	vertical-align: middle;
}
footer .copy {
	margin: 50px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	footer .toTop a {
		width: 45px;
		height: 45px;
		padding-top: 1.2em;
		border-radius: 5px 0 0 5px;
		font-size: 11px;
	}
	footer .btn {
		width: 225px;
	}
	footer .btn a {
		padding: 10px 10px 10px 0;
		border-radius: 5px;
		font-size: 15px;
	}
	footer .btn a img {
		width: 31px;
		margin-right: 14px;
	}
	footer .copy {
		margin: 16px 0;
		font-size: 10px;
	}
}