@charset "UTF-8";

/*--PC-----------------------------------*/

@media screen and (min-width: 737px) {

header.sp,
.pc-no {
	display: none;
}
body {
	font-size: 14px;
}

/*--home--*/
#home #info {
	width: 750px;
	overflow: hidden;
	background: #008950;
	margin: 0 auto;
	padding: 30px 30px 0;
	box-sizing: border-box;
}
#home #info h2 {
	margin-bottom: 30px;
}
#home #info .title-box {
	margin-bottom: 20px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 12px;
	overflow: hidden;
}
#home #info .title-box h3 {
	float: left;
}
#home #info .title-box p.bt-cate {
	float: right;
	width: 120px;
	border-top: 1px solid #FFF;
	margin-top: 4px;
	padding-top: 4px;
	text-align: center;
	font-size: 12px;
}
#home #info .title-box p.bt-cate a {
	color: #FFF;
	text-decoration: none;
}
#home #info .outer {
	overflow: hidden;
	margin-bottom: 30px;
}
#home #info .movie .inner {
	width: 214px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	font-size: 12px;
	color: #FFF;
	position: relative;
}
#home #info .movie .inner:last-of-type {
	margin-right: 0;
}
#home #info .movie .inner figure {
	margin-bottom: 8px;
}
#home #info .movie .inner figure img {
	width: 100%;
	height: auto;
}
#home #info .movie .inner h4 {
	font-weight: normal;
}
#home #info .movie .inner a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#home #info .news .inner {
	font-size: 12px;
	border-bottom: 1px dotted #FFF;
	padding: 0 0 14px;
	margin-bottom: 14px;
	overflow: hidden;
	color: #FFF;
	position: relative;
}
#home #info .news .inner p.date {
	float: left;
	padding: 2px 0;
	margin-right: 14px;
}
#home #info .news .inner p.cate-name {
	float: left;
	background: #FFF;
	color: #008950;
	width: 72px;
	text-align: center;
	padding: 2px 0;
	margin-right: 14px;
}
#home #info .news .inner h4 {
	float: left;
	padding: 2px 0;
	font-weight: normal;
}
#home #info .news .inner a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#home #box01 {
	width: 100%;
	padding-top: 100px;
	background-image: url(img/home/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	overflow: hidden;
}
#home #box01 p.text02 {
	text-align: center;
	margin-top: 50px;
	transform: translateY(50px);
	-webkit-filter: blur(4px);
	filter: blur(4px);
	opacity: 0;
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	color: #008950;
	letter-spacing: 0.15em;
}
#home #box01 p.text02.on {
	transform: translateY(0);
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	transition: all 1s ease-in-out;
}
#home #box01 p.more {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	transform: translateX(-50px);
	opacity: 0;
}
#home #box01 p.more.on {
	transform: translateX(0);
	opacity: 1;
	transition: all 1s ease-in-out;
}
#home #box01 p.entry {
	text-align: center;
	margin: 40px 0 60px;
	transform: translateX(50px);
	opacity: 0;
}
#home #box01 p.entry.on {
	transform: translateX(0);
	opacity: 1;
	transition: all 1s ease-in-out;
}

#interview-box {
	width: 100%;
	height: 1332px;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
#interview-box .outer {
	width: 750px;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#interview-box .outer p.text {
	font-family: 'Noto Serif JP', serif;
	margin-top: 20px;
}

p.bt-entry {
	margin: 30px 0 0;
	text-align: center;
}

#recruit {
	width: 100%;
	padding-bottom: 56px;
	padding-top: 0;
	margin-top: 200px;
	background: url(img/home/circle-01.png) no-repeat center bottom;
	position: relative;
}
#recruit p.circle {
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 998;
}
#recruit .anchor-m {
	padding-top: 200px;
	margin-top: -200px;
	display: block;
}
#recruit .outer {
	width: 100%;
	margin-top: -50px;
	background: #008950;
	overflow: hidden;
	padding-bottom: 68px;
}
#recruit .outer p.text01 {
	text-align: center;
	margin-top: 72px;
}
#recruit .outer p.bt {
	width: 750px;
	height: 100px;
	margin: 40px auto 0;
	background: #FFF;
	cursor: pointer;
	position: relative;
}
#recruit .tgl-box {
	width: 750px;
	background: #FFF;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 15px 15px 20px;
	box-sizing: border-box;
}
#recruit p.bt-mynavi {
	text-align: center;
	background: #FFF;
	margin: -35px auto 0;
	width: 362px;
	height: 120px;
	position: relative;
}

#other-interview {
	padding-top: 80px;
}
#other-interview h2 {
	width: 750px;
	text-align: center;
	margin: 0 auto;
}

footer {
	width: 100%;
	background: #008950 url(img/base/f-bg.jpg) no-repeat center top;
	overflow: hidden;
	padding: 70px 0 40px;
	margin-top: 80px;
	text-align: center;
}
footer p.f-add {
	margin: 10px 0 20px;
	color: #FFF;
}
footer p.fnavi a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0 15px;
}
footer p.fnavi a::before {
	content: "〉";
}

.bn-entry {
	background: url(img/home/line-01.png) no-repeat center bottom;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bn-entry p a {
	box-sizing: border-box;
	text-align: center;
	display: block;
	width: 320px;
	height: 76px;
	padding-top: 28px;
	background-color: #008950;
	border-radius: 10px;
	transition: all 300ms;
}

/*--about-u--*/
#about-u #top {
	width: 100%;
	position: relative;
	margin-top: 60px;
	overflow: hidden;
}
#about-u #top h1 {
	position: absolute;
	top: 156px;
	left: calc((100% - 978px) / 2);
}
#about-u #top h2 {
	position: absolute;
	top: 187px;
	left: calc(((100% - 978px) / 2) + 313px + 20px);
}
#about-u #top .inner {
	background-image: url(img/about-u/top-bg.jpg);
	background-size: cover;
	background-position: top right;
	width: calc(100% - ((100% - 750px) / 2));
	float: right;
	height: 490px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#about-u #top .inner p.text-01 {
	position: absolute;
	top: 231px;
	left: 0;
}
#about-u #top .inner p.text-02 {
	position: absolute;
	bottom: 20px;
	left: 0;
}
#about-u #top p.catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	line-height: 150%;
	color: #008950;
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
	width: 750px;
	font-size: 21px;
}

#about-u #sec01 {
	padding-top: 50px;
	overflow: hidden;
}
#about-u #sec01 .inner {
	width: 750px;
	margin: 0 auto 30px;
}
#about-u #sec01 .bio {
	margin-top: 10px;
	color: #999;
	font-size: 16px;
}
#about-u #sec01 .text {
	margin-top: 30px;
}

#about-u .sec02 {
	margin: 100px auto 0;
	overflow: hidden;
}
#about-u .sec02 p.catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	line-height: 150%;
	font-size: 21px;
	text-align: center;
}
#about-u .sec02 h1 {
	text-align: center;
	margin: 20px 0 0;
}

#about-u .sec02 .inner01 {
	width: 790px;
	margin: 60px auto 0;
	overflow: hidden;
}
#about-u .sec02 .inner01.top {
	margin: 0 auto 0;
}
#about-u .sec02 .box {
	width: 355px;
	float: left;
	margin: 0 20px;
}
#about-u .sec02 .t-g {
	margin: 52px 0 0 30px;
}
#about-u .sec02 .inner02 {
	width: 774px;
	margin: 30px auto 0;
	overflow: hidden;
}
#about-u .sec02 .photo {
	width: 234px;
	overflow: auto;
	margin: 0 12px;
	float: left;
}
#about-u .sec02 .bt-suruga {
	text-align: center;
	margin-top: 40px;
}

/*--about-j--*/
#about-j #top {
	width: 100%;
	position: relative;
	margin-top: 60px;
	overflow: hidden;
}
#about-j #top h1 {
	position: absolute;
	top: 156px;
	left: calc((100% - 978px) / 2);
}
#about-j #top h2 {
	position: absolute;
	top: 187px;
	left: calc(((100% - 978px) / 2) + 340px + 20px);
}
#about-j #top .inner {
	background-image: url(img/about-j/top-bg.jpg);
	background-size: cover;
	background-position: top right;
	width: calc(100% - ((100% - 750px) / 2));
	float: right;
	height: 490px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#about-j #top .inner p.text-01 {
	position: absolute;
	top: 231px;
	left: 0;
}
#about-j #top .inner p.text-02 {
	position: absolute;
	bottom: 20px;
	left: 0;
}
#about-j #top p.catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	line-height: 150%;
	color: #008950;
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
	width: 750px;
	font-size: 21px;
}

#about-j #sec01 {
	padding-top: 50px;
	overflow: hidden;
}
#about-j #sec01 .inner {
	width: 750px;
	margin: 0 auto 30px;
}
#about-j #sec01 .bio {
	margin-top: 10px;
	color: #999;
	font-size: 16px;
}
#about-j #sec01 .text {
	margin-top: 30px;
}

#about-j .sec02 {
	margin: 100px auto 0;
	overflow: hidden;
}
#about-j .sec02 p.catch {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	line-height: 150%;
	font-size: 21px;
	text-align: center;
}
#about-j .sec02 h1 {
	text-align: center;
	margin: 20px 0 0;
}

#about-j .sec02 .outer01 {
	width: 100%;
	background-image: url(img/about-j/photo-01.jpg);
	background-size: cover;
	background-position: top center;
	height: 600px;
	margin-top: 30px;
}
#about-j .sec02 .outer01 .inner {
	width: 750px;
	position: relative;
	margin: 0 auto;
}
#about-j .sec02 .outer01 .inner .box {
	width: 320px;
	padding: 15px;
	background: #FFF;
	box-sizing: border-box;
	position: absolute;
}
#about-j .sec02 .outer01 .inner .box.b-01 {
	top: 55px;
	right: 0;
}
#about-j .sec02 .outer01 .inner .box.b-01.trans {
    opacity : 0;
    transform : translate(100px, 0);
    transition : all 700ms;
}
#about-j .sec02 .outer01 .inner .box.b-01.on {
    opacity : 1;
    transform : translate(0, 0);
}
#about-j .sec02 .outer01 .inner .box.b-02 {
	top: 340px;
	left: 0;
}
#about-j .sec02 .outer01 .inner .box.b-02.trans {
    opacity : 0;
    transform : translate(-100px, 0);
    transition : all 700ms;
}
#about-j .sec02 .outer01 .inner .box.b-02.on {
    opacity : 1;
    transform : translate(0, 0);
}
#about-j .sec02 .outer01 .inner .box.b-03 {
	top: 340px;
	right: 0;
}
#about-j .sec02 .outer01 .inner .box.b-03.trans {
    opacity : 0;
    transform : translate(100px, 0);
    transition : all 700ms 700ms;
}
#about-j .sec02 .outer01 .inner .box.b-03.on {
    opacity : 1;
    transform : translate(0, 0);
}
#about-j .sec02 .outer02 {
	width: 100%;
	background: #e5f3ed;
	overflow: hidden;
	padding: 40px 0;
}
#about-j .sec02 .outer02 .inner {
	width: 774px;
	margin: 0 auto;
}
#about-j .sec02 .outer02 .inner .box-b {
	width: 234px;
	margin: 0 12px;
	float: left;
	padding: 15px;
	background: #FFF;
	box-sizing: border-box;
	height: 264px;
}

/*--interview--*/
#interview #top {
	width: 100%;
	position: relative;
	padding-top: 60px;
	margin-top: 0;
	overflow: hidden;
}
#interview #top h2 {
	position: absolute;
	top: 216px;
	left: calc((100% - 978px) / 2);
}
#interview #top .inner {
	width: calc(100% - ((100% - 750px) / 2));
	float: right;
	height: 490px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#interview #top .inner.kobayashi {
	background-image: url(img/i-kobayashi/top-bg.jpg);
	background-size: cover;
	background-position: bottom right;
}
#interview #top .inner.tanno {
	background-image: url(img/i-tanno/top-bg.jpg);
	background-size: cover;
	background-position: bottom right;
}
#interview #top .inner.yazawa {
	background-image: url(img/i-yazawa/top-bg.jpg);
	background-size: cover;
	background-position: bottom right;
}
#interview #top .inner p.text-01 {
	position: absolute;
	bottom: 20px;
	left: 0;
}

#interview .inner-i {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#interview .text h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	line-height: 150%;
	color: #008950;
	font-size: 24px;
	margin-bottom: 20px;
}
#interview .text h3.mt {
	margin-top: 20px;
}
#interview .sp-photo {
	display: none;
}

#interview #sec01 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 120px 0 0;
	height: 478px;
}
#interview #sec01 .bg-g {
	position: absolute;
	top: 95px;
	left: 0;
	width: calc(((100% - 750px) / 2) + 330px);
	height: 292px;
	background: #e5f3ed;
}
#interview #sec01 .photo {
	position: absolute;
	top: 125px;
	left: 0;
	width: 612px;
	height: 350px;
}
#interview #sec01 .text {
	position: relative;
	width: 418px;
	float: right;
}

#interview #sec02 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 60px 0 0;
	height: 522px;
}
#interview #sec02 .bg-g {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(((100% - 750px) / 2) + 112px);
	height: 100%;
	background: #e5f3ed;
}
#interview #sec02 .photo {
	position: absolute;
	top: 125px;
	right: 0;
	width: 612px;
	height: 350px;
}
#interview #sec02 .text {
	position: relative;
	width: 418px;
	float: left;
}

#interview #sec03 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 0;
}
#interview #sec03 .bg-g {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(((100% - 750px) / 2) + 150px);
	height: 100%;
	background: #e5f3ed;
}
#interview #sec03 .photo {
	position: absolute;
	top: 84px;
	left: 0;
	width: 230px;
	height: 230px;
}
#interview #sec03 .text {
	position: relative;
	width: 418px;
	float: right;
	margin-bottom: 80px;
}

#interview #sec04 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 0;
}
#interview #sec04 .bg-g {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(((100% - 750px) / 2) + 150px);
	height: 100%;
	background: #e5f3ed;
}
#interview #sec04 .photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 282px;
	height: 282px;
}
#interview #sec04 .text {
	position: relative;
	width: 418px;
	float: left;
	margin-bottom: 30px;
}

#interview #sec05 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px auto 0;
	height: 444px;
}
#interview #sec05 .pagetop {
	position: absolute;
	bottom: 0;
	right: calc((100% - 978px) / 2 + 26px);
}
#interview #sec05 .photo {
	position: absolute;
	top: 94px;
	left: 0;
	width: 612px;
	height: 350px;
}
#interview #sec05 .text {
	position: relative;
	width: 418px;
	float: right;
}

#interview #episode {
	width: 750px;
	margin: 100px auto 0;
}
#interview #episode h1 {
	text-align: center;
}
#interview #episode p.text-01 {
	margin-top: 30px;
}
#interview #episode p.text-02 {
	margin: 30px 0 50px;
}

#interview #profile {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 150px 0 0;
	height: 670px;
}
#interview #profile .bg-g {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(((100% - 980px) / 2) + 226px);
	height: 440px;
	background: #e5f3ed;
}
#interview #profile h2 {
	text-align: center;
}
#interview #profile .inner {
	width: 978px;
	margin: 30px auto 0;
	position: relative;
	overflow: hidden;
	height: 462px;
}
#interview #profile .photo {
	position: absolute;
	top: 0;
	width: 978px;
	height: 462px;
}
#interview #profile .inner h3 {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#interview #profile .text {
	position: absolute;
	box-sizing: border-box;
	background: #FFF;
	padding: 15px;
	width: 352px;
	bottom: 0;
	left: calc(50% - 176px);
}
#interview #profile .text h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 150%;
	color: #008950;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}
#interview #profile .pro-cr-box {
	width: 978px;
	margin: 0 auto;
}
#interview #profile .pro-cr-box .slick-prev{
    left: 10px;
	top: 44%;
  }
#interview #profile .pro-cr-box .slick-next{
    right: 10px;
	top: 44%;
}
#interview #profile p.bn-read a {
	box-sizing: border-box;
	text-align: center;
	display: block;
	width: 320px;
	height: 76px;
	padding: 28px 23px 0;
	background-color: #008950;
	border-radius: 10px;
	transition: all 300ms;
	margin: 40px auto 0;
}
#interview #profile p.bn-read a:hover {
	background-color: #75a342;
}

#news {
	position: relative;
	background: #e5f1e2;
	margin-top: 60px;
	overflow: hidden;
}
#news .news-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/news/bg-01.jpg);
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 530px;
}
#news .wrap {
	position: relative;
	width: 750px;
	margin: 188px auto 50px;
	overflow: hidden;
	z-index: 2;
}
#news h3 {
	text-align: right;
	margin-top: 90px;
	padding-right: 30px;
}
#news .outer {
	margin: -10px auto 30px;
	background: #FFF;
	overflow: hidden;
}
#news .outer.cate {
	padding: 60px 30px 0;
}
#news .outer.cate.recruit {
	padding: 60px 30px 30px;
}
#news .outer.page {
	padding: 60px 80px 30px;
}
#news .outer.cate.movie .inner {
	width: 214px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	font-size: 12px;
	position: relative;
}
#news .outer.cate.movie .inner:nth-of-type(3),
#news .outer.cate.movie .inner:nth-of-type(6),
#news .outer.cate.movie .inner:nth-of-type(9) {
	margin-right: 0;
}
#news .outer.cate.movie .inner h4 {
	font-weight: normal;
	color: #008950;
	font-size: 14px;
	height: 42px;
}

#news .outer.cate.recruit .inner {
	font-size: 12px;
	border-bottom: 1px dotted #999;
	padding: 0 0 14px;
	margin-bottom: 14px;
	overflow: hidden;
	position: relative;
}
#news .outer.cate.recruit .inner p.date {
	float: left;
	padding: 2px 0;
	margin-right: 14px;
}
#news .outer.cate.recruit .inner p.cate-name {
	float: left;
	background: #008950;
	color: #FFF;
	width: 72px;
	text-align: center;
	padding: 2px 0;
	margin-right: 14px;
}
#news .outer.cate.recruit .inner h4 {
	float: left;
	padding: 2px 0;
	font-weight: normal;
	color: #008950;
}
#news .outer.cate.recruit .inner a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}



}





















