@charset "UTF-8";
/*
 * sub_layout.css
 *
 */

/* !Loading
---------------------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.8s linear 0.6s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* !mainvisual
---------------------------------------------------------- */
.subMain {
	position: relative;
	width: 100%;
	height:550px;
	background: url("../img/sub_main.jpg") 50% 50% no-repeat;
	background-size: cover;
	z-index:-99;
	padding:0 50px;
	overflow: hidden;
}
	.subMain div.bgBtm {
		position: absolute;
		width:100%;
		left:0;
		bottom:-10px;
		z-index:6;
	}
	.subMain div.inner {
		width:100%;
		max-width:1240px;
		padding-top:220px;
		margin: 0 auto;
	}
	.subMain p {
		position: relative;
		font-size:20px;
		font-weight:600;
		line-height:1.4;
		letter-spacing: 0.04em;
		color: #4E9849;
		font-feature-settings: "palt";
		padding-left:0.8em;
		z-index:4;
		margin-bottom: 3px;
		animation: text-animation 2s 1 ease ;
	}
		.subMain p:before {
			position: absolute;
			content:"";
			width:6px;
			height: 6px;
			background: #FDD000;
			border-radius: 50%;
			top:46%;
			left:0;
		}
	.subMain h1 {
		font-size:60px;
		font-weight:600;
		line-height:1.4;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
		z-index:4;
		animation: text-animation2 2.2s 1 ease ;
	}
	.subMain h1.privacyTit {
		letter-spacing: -0.06em;
	}

@keyframes text-animation {
    0% {
		opacity:0;
        transform: translateY(50px);
    }
	70% {
		opacity:0;
        transform: translateY(50px);
    }
    100% {
		opacity:1;
        transform: translateY(0);
    }
}

@keyframes text-animation2 {
    0% {
		opacity:0;
        transform: translateY(50px);
    }
	75% {
		opacity:0;
        transform: translateY(50px);
    }
    100% {
		opacity:1;
        transform: translateY(0);
    }
}

@media screen and (max-width:1039px){
.subMain {
	height:450px;
	padding:0 30px;
}
	.subMain div.inner {
		padding-top:180px;
	}
	.subMain p {
		font-size:18px;
	}
		.subMain p:before {
			top:45%;
		}
	.subMain h1 {
		font-size:54px;
	}
}

@media screen and (max-width:767px){
.subMain {
	height:350px;
	background: url("../img/sub_main.jpg") 40% 50% no-repeat;
	background-size: cover;
	padding:0 25px;
}
	.subMain div.inner {
		padding-top:150px;
	}
	.subMain p {
		font-size:16px;
	}
		.subMain p:before {
			top:44%;
		}
	.subMain h1 {
		font-size:38px;
	}
	.subMain h1.privacyTit {
		font-size:34px;
	}
}

@media screen and (max-width:360px){
	.subMain h1 {
		font-size:36px;
	}
	.subMain h1.privacyTit {
		font-size:32px;
	}
}

@media screen and (max-width:359px){
	.subMain h1 {
		font-size:32px;
		letter-spacing: 0.04em;
	}
	.subMain h1.privacyTit {
		font-size:28px;
	}
}

/* !パンくずリスト
---------------------------------------------------------- */
#breadcrumb {
	width:100%;
	padding: 20px 50px;
	margin-bottom: 80px;
}
	#breadcrumb ul {
		width:100%;
		max-width:1240px;
		margin: 0 auto;
	}
		#breadcrumb ul li {
			display:inline-block;
			font-size:14px;
			color:#22282C;
		}
			#breadcrumb ul li+li:before {
				color:#22282C;
				content:"ー";
				padding:0 1em;
			}
			#breadcrumb ul li a {
				text-decoration: none;
				color:#007EC0;
				transition: all 0.6s ease;
			}
				#breadcrumb ul li a:hover {
					color: #4E9849;
				}

@media screen and (max-width:1039px){
#breadcrumb {
	padding: 20px 30px;
	margin-bottom: 60px;
}
		#breadcrumb ul li {
			font-size:13px;
		}
				#breadcrumb ul li a:hover {
					color: #007EC0;
				}
}

@media screen and (max-width:767px){
#breadcrumb {
	padding: 20px 25px;
	margin-bottom: 40px;
}
		#breadcrumb ul li {
			font-size:12px;
		}
}

/* !contents
---------------------------------------------------------- */
#contents {
	width:100%;
}

.linkInPage {
	margin-top:-70px;
	padding-top:70px;
}

@media screen and (max-width:1039px){
}

@media screen and (max-width:767px){
.linkInPage {
	margin-top:-70px;
	padding-top:70px;
}
}
