@charset "UTF-8";

/* about
---------------------------------------------------------------------------*/


/* .sec-title
---------------------------------------------------------------------------*/
.sec-title {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 155px 0 145px;
	text-align: center;
}

.sec-title .bird1 {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -270px;
}

.sec-title .bird2 {
	position: absolute;
	top: 85px;
	right: 50%;
	margin-right: -245px;
}

.sec-title figure img {
	display: block;
	position: absolute;
}

.sec-title figure img:nth-of-type(1) {
	top: 130px;
	left: 50%;
	margin-left: -650px;
}

.sec-title figure img:nth-of-type(2) {
	top: 130px;
	right: 50%;
	margin-right: -645px;
}

.sec-title h1 {
	margin-bottom: 52px;
}

.sec-title p {
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.1em;
}


/* .sec-care
---------------------------------------------------------------------------*/
.sec-care {
	width: 850px;
	margin: 0 auto 33px;
}

.sec-care .sec-center {
	margin-bottom: 40px;
}

.sec-care .sec-center h2 em {
	font-size: 16px;
}

.sec-care .sec-center h2 strong {
	font-size: 30px;
	letter-spacing: 0.15em;
}

.sec-care .flex figure {
	width: 245px;
	min-width: 245px;
}

.sec-care .flex .txt-set {
	padding-left: 40px;
}

.sec-care .flex .txt-set h3 {
	margin-bottom: 20px;
}

.sec-care .flex .txt-set p {
	margin-bottom: 15px;
	text-align: justify;
	line-height: 1.75;
}

.sec-care .sec-center p {
	font-size: 15px;
}


/* .sec-task
---------------------------------------------------------------------------*/
.sec-task {
	width: 850px;
	margin: 0 auto 125px;
}

.sec-task > h2 {
	margin: 0 0 20px 10px;
	color: #EA5704;
	font-size: 36px;
	letter-spacing: 0.1em;
}

.sec-task p {
	font-size: 15px;
	line-height: 2;
}

.sec-task > p:first-child {
	margin-bottom: 30px;
/* 	font-size: 17px; */
}

.sec-task .box-brown {
	margin-bottom: 30px;
}


/* .sec-movie
---------------------------------------------------------------------------*/
.sec-movie {
	width: 950px;
	margin: 0 auto 120px;
}

.sec-movie h2 {
	margin-bottom: 65px;
}

.sec-movie h2 em {
	margin-bottom: 8px;
	font-size: 18px;
	letter-spacing: 0.13em;
}

.sec-movie h2 strong {
	line-height: 1.7;
	letter-spacing: 0.15em;
}

.sec-movie .txt-set {
	position: relative;
}

.sec-movie .txt-set p {
	margin-bottom: 10px;
}

.sec-movie .txt-set img {
	display: block;
	position: absolute;
}

.sec-movie .txt-set .turtle { top: -60px; left: 35px; width: 90px; height: auto;}
.sec-movie .txt-set .gorilla { bottom: -80px; left: 20px; width: 100px; height: auto;}
.sec-movie .txt-set .crow { top: -75px; right: 30px; width: 90px; height: auto; }
.sec-movie .txt-set .peacock { bottom: -90px; right: 0px; width: 120px; height: auto;}

.sec-movie .btn-set {
	margin-top: 30px;
}

.sec-movie .btn-set div a,
.sec-movie .btn-set div span {
	min-width: 140px;
}

.sec-movie figure {
	overflow: hidden;
	width: 950px;
	margin: 80px auto 0;
}

.sec-movie figure img {
	display: block;
	float: left;
}

.sec-movie figure img:first-of-type {
	margin-right: 18px;
}

.sec-movie figure img:last-of-type {
	float: right;
}


/* movie
---------------------------------------------------------------------------*/
.movie-wrap {
	position: relative;
	width: 932px;
	margin: 0 auto 155px;
}

.movie-wrap .raccoon {
	display: block;
	position: absolute;
	top: -76px;
	left: 0;
	z-index: 2;
}

.movie-wrap .woodpecker {
	position: absolute;
	top: 137px;
	left: -13px;
	z-index: 2;
}

.movie-wrap .chameleon {
	position: absolute;
	top: -51px;
	right: -27px;
	z-index: 2;
}

.movie-wrap .giraffe {
	position: absolute;
	bottom: 70px;
	right: -100px;
	width: 186px;
	height: auto;
	z-index: 0;
}

.movie-wrap .squirrel {
	position: absolute;
	bottom: -111px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.movie-wrap .squirrel img {
	display: inline-block;
	margin: 0 10px;
	width: 107px;
	height: 96px;
	transform-origin: center bottom;
}


/* .movie
------------------------------------*/
.movie {
	position: relative;
/* 	overflow: hidden; */
	background-color: #000000;
	width: 900px;
	height: 0;
	margin: 0 auto;
/* 	padding: 0 0 56.25%; */
	padding-bottom: 54.3%;
	cursor: pointer;
	z-index: 1;
}

.movie a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie a:hover {
	opacity: 1;
}

.movie .movie-btn-wrap {
	position: absolute;
	top: -23px;
	left: 426px;
	transform-origin: center top;
	z-index: 4;
	opacity: 0;
}

.movie .movie-btn-wrap .monkey {
	position: relative;
	width: 58px;
	height: 248px;
	z-index: 2;
}

.movie .movie-btn-wrap .txt1 {
	position: absolute;
	top: 48px;
	left: -96px;
	opacity: 0;
}

.movie .movie-btn-wrap .txt2 {
	position: absolute;
	top: 156px;
	right: -122px;
	opacity: 0;
}

.movie .movie-btn {
	position: absolute;
	bottom: -110px;
	left: -40px;
	transition: .15s ease-out;
	z-index: 1;
}

.movie .movie-mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 100%;
	height: 100%;
	transition: .15s ease-out;
	z-index: 3;
	opacity: 0.6;
}

.movie:hover .movie-mask {
	opacity: 0.4;
}

.movie .movie-cover {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/about/img-movie.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#movie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#movie:before,
#movie:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	background: url(../img/share/illust-wood.svg) no-repeat;
	background-size: 932px 19px;
	width: 932px;
	height: 19px;
	transform: translateX(-50%);
	z-index: 2;
}

#movie:before { top: -19px; }
#movie:after { bottom: -19px; }


/* .sec-about
---------------------------------------------------------------------------*/
.sec-about {
	width: 900px;
	margin: 0 auto 110px;
}

.sec-about-title {
	overflow: hidden;
	margin-bottom: 40px;
}

.sec-about-title h2 {
	float: left;
	margin: 5px 0 0 5px;
	color: #EA5704;
}

.sec-about-title h2 em {
	display: block;
	margin-bottom: 8px;
	color: #EA5704;
	font-size: 32px;
	letter-spacing: 0.12em;
}

.sec-about-title h2 strong {
	display: block;
	color: #EE8319;
	font-size: 15px;
	letter-spacing: 0.2em;
}

.sec-about-title p {
	float: right;
	margin-right: 25px;
	line-height: 2;
	letter-spacing: 0.12em;
}

.sec-about-title + figure {
	margin-bottom: 45px;
}


/* .director
------------------------------------*/
.director {
	display: -webkit-box;
	display: flex;
	flex-direction: row;
	width: 850px;
	margin: 0 auto;
}

.director figure {
	position: relative;
}

.director figcaption {
	margin-top: 22px;
}

.director figcaption em {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	letter-spacing: 0.15em;
}

.director figcaption strong {
	display: inline-block;
	margin-right: 5px;
	color: #EA5704;
	font-size: 23px;
	letter-spacing: 0.16em;
}

.director figcaption i {
	display: inline-block;
	color: #654C26;
	font-size: 16px;
	letter-spacing: 0.14em;
}

.director .mole {
	position: absolute;
	bottom: -5px;
	right: -15px;
	width: 72px;
	height: auto;
	transform: scaleX(-1);
}

.director .txt-set {
	padding: 35px 30px 0 70px;
}

.director .txt-set p {
	margin-bottom: 15px;
	text-align: justify;
	line-height: 2.1;
	letter-spacing: 0.08em;
	font-size: 15px;
}

/* .sec-outline
---------------------------------------------------------------------------*/
.sec-outline {
	margin-bottom: 120px;
}

.sec-outline .outline {
	margin-bottom: 40px;
}

.sec-outline .outline:last-of-type {
	margin-bottom: 0;
}


/* .sec-corporation
---------------------------------------------------------------------------*/
.sec-corporation {
	display: -webkit-box;
	display: flex;
	width: 1020px;
	margin: 0 auto;
	padding-top: 20px;
}

.sec-corporation #gMap {
	width: 590px;
	min-width: 590px;
	height: 670px;
}

.sec-corporation .txt-set {
	box-sizing: border-box;
	width: 100%;
	padding: 45px 0 0 45px;
}

.sec-corporation .inner {
	position: relative;
	background: url(../img/share/line-dot.svg) no-repeat left bottom / 905px 7px;
	margin-bottom: 24px;
	padding: 0 5px 40px;
}

.sec-corporation .inner:last-of-type {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sec-corporation .logo {
	position: absolute;
	top: -80px;
	right: 5px;
	width: 95px;
	height: auto;
}

.sec-corporation .illust {
	position: absolute;
	top: 40px;
	right: -20px;
	width: 130px;
	height: auto;
}

.sec-corporation h2 {
	margin-bottom: 18px;
	margin-left: -2px;
	color: #EA5703;
	font-size: 22px;
	letter-spacing: 0.08em;
}

.sec-corporation .txt-set .inner:first-of-type h2 {
	margin-bottom: 30px;
}

.sec-corporation h3 {
	margin-bottom: 38px;
	color: #4E2F14;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.08em;	
}

.sec-corporation .inner:last-of-type h3 {
	margin-bottom: 8px;
	letter-spacing: 0.07em;
	white-space: nowrap;
}

.sec-corporation address {
	font-size: 14px;
	line-height: 1.65;
	letter-spacing: 0.13em;
}

.sec-corporation address .num {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.sec-corporation address .tel {
	font-size: 13px;
}

.sec-corporation dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 15px;
}

.sec-corporation dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-corporation dt {
	box-sizing: border-box;
	width: 87px;
	min-width: 87px;
	padding-top: 4px;
	color: #EA5703;
	font-size: 12px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.sec-corporation dd {
	font-size: 14px;
	line-height: 1.65;
	letter-spacing: 0.08em;
}

.sec-corporation dd em {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
}

.sec-corporation dd strong {
	display: block;
}

.sec-corporation dd span {
	display: block;
	font-size: 13px;
}

.sec-corporation .txt-set .box {
	background-color: #FFFFFF;
	border-radius: 3px;
	margin-top: 20px;
	padding: 13px 15px 13px 20px;
}

.sec-corporation .txt-set .box p {
	font-size: 12px;
	line-height: 1.7;
}