@charset "UTF-8";

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

@media screen and (min-width: 737px) {
	
.no-pc {
	display: none !important;
}

.delay-02-pc { transition-delay: 0.4s !important;}
.delay-03-pc { transition-delay: 0.8s !important;}
.delay-04-pc { transition-delay: 1.2s !important;}
.delay-05-pc { transition-delay: 1.6s !important;}
.delay-06-pc { transition-delay: 2.0s !important;}

.anker {
	display: block;
	margin-top: -140px;
    padding-top: 140px;
}
.anker-mt {
	display: block;
	margin-top: -170px;
    padding-top: 170px;
}

main {
	margin-top: 70px;
	min-width: 1200px;
	overflow: hidden;
}

.bt-intern {
	width: 360px;
}
.bt-intern a {
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	background: var(--lorange);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
}

p.bt-more {
	line-height: 100%;
	width: 104px;
}
p.bt-more a {
	font-family: var(--century);
	font-size: 16px;
	color: var(--green);
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--green);
	text-align: center;
	padding-bottom: 4px;
	position: relative;
}
p.bt-more.grade a {
	background: linear-gradient(to top, var(--lgreen) 60%, transparent);
	padding-top: 4px;
}
p.bt-more.grade.blend a {
	mix-blend-mode: multiply;
}
p.bt-more a::after {
	content: url(img/base/arow-green.png);
	position: absolute;
	top: 3px;
	right: 6px;
}
p.bt-more.grade a::after {
	top: 7px;
}

.bt-box {
	width: 820px;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bt-box.triple {
	width: 1140px;
}
.bt-box.single {
	width: 350px;
}
.bt-box p.bt {
	width: 350px;
}
.bt-box p.bt a {
	width: 100%;
	height: 44px;
	display: block;
	background: var(--green);
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding-top: 8px;
	border-radius: 22px;
}

article.news-top {
	width: 1200px;
	margin: 30px auto;
}
article.news-top .inner {
	font-size: 16px;
	overflow: hidden;
}
article.news-top .inner p.cate {
	float: left;
	color: var(--green);
	font-family: var(--century);
	margin-right: 20px;
}
article.news-top .inner p.date {
	float: left;
	font-family: var(--century);
	margin-right: 30px;
}
article.news-top .inner p.title {
	float: left;
	line-height: 100%;
}
article.news-top .inner p.title a {
	color: var(--black);
	text-decoration: none;
}
article.news-top .inner p.bt-more {
	float: right;
}

article.syokusyu-cr {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}
article.syokusyu-cr .swiper {
	width: 1200px;
	margin: 0 auto;
	overflow: visible;
}
article.syokusyu-cr .swiper-slide {
	width: 264px;
	box-sizing: border-box;
}
article.syokusyu-cr .swiper-slide figure {
	margin-bottom: 16px;
}
article.syokusyu-cr .swiper-slide figure img {
	box-shadow: 0 0 3px #8FC31F;
	border-radius: 10px;
}
article.syokusyu-cr .swiper-slide p.title {
	float: left;
	color: var(--green);
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
}
article.syokusyu-cr .swiper-slide p.bt-more {
	float: right;
}
article.syokusyu-cr .swiper-slide p.text {
	clear: both;
	font-size: 14px;
	padding-top: 16px;
}
article.syokusyu-cr .swiper-button-prev:after,
article.syokusyu-cr .swiper-button-next:after {
	content: none;
}
article.syokusyu-cr .swiper-button-prev,
article.syokusyu-cr .swiper-button-next {
	background-size: 36px 36px !important;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
}
article.syokusyu-cr .swiper-button-prev {
	background-image: url(img/home/arow-prev.png) !important;
	left: 60px;
}
article.syokusyu-cr .swiper-button-next {
	background-image: url(img/home/arow-next.png) !important;
	right: 60px;
}

#home .bt-shadow-box {
	width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
}
#home .bt-shadow-box .bt-shadow {
	width: 306px;
}
#home .bt-shadow-box .bt-shadow a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 62px;
	background: #FFF;
	box-sizing: border-box;
	border: 2px solid var(--green);
	box-shadow: 6px 6px var(--green);
	text-align: center;
	color: var(--green);
	text-decoration: none;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}
#home .bt-shadow-box .bt-shadow.intern a {
	background: var(--dyellow);
}

#home .top {
	width: 100%;
	background-image: url(img/home/top-bg.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: center center;
	background-color: var(--lgreen);
}
#home .top .outer {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home .top .text {
	font-size: 42px;
	font-weight: bold;
}
#home .top .text span.green {
	color: var(--green);
}
#home .top .text span.f-space {
	margin-left: -20px;
	margin-right: -20px;
}
#home .top .slider {
	width: 600px;
}
#home .top .slider img {
	width: 600px;
	height: auto;
	border-radius: 50%;
}

#home #sec01 {
	width: 100%;
	background: var(--lgreen);
}
#home #sec01 .bg {
	box-shadow: 0 0 20px #AAA;
	border-radius: 30px 30px 0 0;
	background-color: var(--green);
	background-image: url(img/home/sec01-bg.png);
	background-size: 92% auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 130px 0 70px;
}
#home #sec01 p.lead {
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#home #sec01 p.text {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	margin-top: 40px;
	line-height: 160%;
}

.env-cr {
	width: 100%;
	overflow: hidden;
}
.env-cr .swiper {
	width: 100%;
	margin: 0 auto;
	overflow: visible;
}
.env-cr .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.env-cr .env-01 {width: 190px;}
.env-cr .env-02 {width: 500px;}
.env-cr .env-03 {width: 300px;}
.env-cr .env-04 {width: 500px;}
.env-cr .env-05 {width: 335px;}
.env-cr .env-06 {width: 275px;}
.env-cr .env-07 {width: 500px;}
.env-cr .env-08 {width: 254px;}
.env-cr .env-09 {width: 536px;}
.env-cr .env-10 {width: 285px;}
.env-cr .env-11 {width: 404px;}
.env-cr .env-12 {width: 603px;}
.env-cr .env-13 {width: 517px;}
.env-cr .env-14 {width: 594px;}
.env-cr .env-15 {width: 281px;}
.env-cr .env-16 {width: 542px;}
.env-cr .env-17 {width: 450px;}
.env-cr .env-18 {width: 410px;}
.env-cr .env-19 {width: 580px;}
.env-cr .env-20 {width: 340px;}
.env-cr .env-21 {width: 481px;}
.env-cr .env-22 {width: 327px;}
.env-cr .env-23 {width: 482px;}
.env-cr .swiper-slide {height: auto;}

article.news-top-home {
	width: 100%;
	background: var(--green);
	padding: 40px 0 0;
	position: relative;
	z-index: 2;
	margin-top: -5px;
}
article.news-top-home .outer {
	width: 100%;
	background: var(--lgreen);
	padding-bottom: 20px;
	overflow: hidden;
}
article.news-top-home .inner {
	width: 684px;
	margin: 20px auto 0;
	font-size: 16px;
	overflow: hidden;
	display: flex;
	align-items: baseline;
}
article.news-top-home .inner p.cate {
	color: var(--green);
	font-family: var(--century);
	margin-right: 20px;
}
article.news-top-home .inner p.date {
	font-family: var(--century);
	margin-right: 30px;
}
article.news-top-home .inner p.title {
	line-height: 100%;
}
article.news-top-home .inner p.title a {
	color: var(--black);
	text-decoration: none;
}
article.news-top-home .inner p.title a::after {
	content: url(img/home/i-link.png);
	margin-left: 10px;
}

#home #sec02 {
	width: 100%;
	background: var(--green);
	padding-top: 80px;
	padding-bottom: 18%;
	box-shadow: 0 0 20px #AAA;
	background-image: url(img/home/sec02-bg.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#home #sec02 p.lead {
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#home #sec02 .outer {
	width: 684px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home #sec02 .outer .bt-shadow-box {
	width: 306px;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#home #sec02 .outer .bt-shadow-box .bt-shadow {
	margin-top: 32px;
}
#home #sec02 .outer .bt-shadow-box .bt-shadow:first-of-type {
	margin-top: 0px;
}

#home #sec02 .outer .greeting {
	width: 352px;
	background: #FFF;
	box-sizing: border-box;
	border: 2px solid var(--green);
	box-shadow: 6px 6px var(--green);
	text-align: center;
	color: var(--green);
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
#home #sec02 .outer .greeting figure img {
	border-radius: 6px 6px 0 0;
	box-sizing: border-box;
}
#home #sec02 .outer .greeting p {
	padding: 14px 0;
	font-size: 20px;
	font-weight: bold;
}
#home #sec02 .outer .greeting a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home #sec02 .bt-box {
	width: 684px;
	display: flex;
	justify-content: space-between;
	margin: 40px auto 0;
}
#home #sec02 .bt-box .bt {
	width: 322px;
}
#home #sec02 .bt-box .bt a {
	font-size: 16px;
}
#home #sec02 .bt-box .bt.recruit a {
	border: 1px solid #FFF;
}
#home #sec02 .bt-box .bt.intern a {
	border: 1px solid var(--dyellow);
	background: var(--dyellow);
	color: var(--green);
}

#home #sec03 {
	background: var(--lgreen);
	padding: 100px 0;
	position: relative;
}
#home .title-box {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: end;
}
#home .title-box .h2-box {
	width: 220px;
}
#home .title-box .h2-box p.en {
	font-family: var(--century);
	font-size: 16px;
	color: var(--green);
	display: flex;
	align-items: center;
}
#home .title-box .h2-box p.en::before {
	content: url(img/home/i-career.png);
	margin-right: 10px;
}
#home .title-box .h2-box h2 {
	font-size: 24px;
	color: var(--green);
	font-weight: normal;
	margin-top: 4px;
	letter-spacing: 0.1em;
	padding-bottom: 3px;
}
#home .title-box .h2-box h2 span {
	position: relative;
	padding-bottom: 3px;
}
#home .title-box .h2-box h2 span::after {
	position: absolute;
	content: "";
	width: 2em;
	height: 1px;
	background: var(--green);
	bottom: 0;
	right: 5px;
}
#home .title-box p.lead {
	font-size: 16px;
}
#home #sec03 .outer {
	width: 1000px;
	margin: 0 auto;
}
#home #sec03 .outer .inner {
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	height: 232px;
}
#home #sec03 .outer .inner figure {
	position: absolute;
	top: 0;
	right: 0;
	width: 486px;
	z-index: 0;
}
#home #sec03 .outer .inner:nth-of-type(2n) figure {
	left: 0;
}
#home #sec03 .outer .inner .text-box {
	float: left;
	width: 586px;
	margin-top: 46px;
	position: relative;
}
#home #sec03 .outer .inner:nth-of-type(2n) .text-box {
	float: right;
}
#home #sec03 .outer .inner .text-box p.text {
	background: #FFF;
	color: var(--green);
	font-size: 28px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 10px;
}
#home #sec03 .outer .inner .text-box p.link {
	text-align: left;
}
#home #sec03 .outer .inner:nth-of-type(2n) .text-box p.link {
	text-align: right;
}
#home #sec03 .outer .inner .text-box p.link a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: var(--green);
}
#home #sec03 .outer .inner .text-box p.link a::after {
	content: url(img/home/career-arow.png);
	margin-left: 10px;
}
#home #sec03 .bt-shadow-box {
	margin-top: 60px;
}

#home #sec04 {
	width: 100%;
	background: var(--lgreen);
	position: relative;
}
#home #sec04 .bg {
	box-shadow: 0 0 20px #AAA;
	border-radius: 30px 30px 0 0;
	background-color: var(--green);
	padding: 100px 0 130px;
}
#home #sec04 .title-box p.en,
#home #sec04 .title-box h2 {
	color: #FFF;
}
#home #sec04 .title-box .h2-box p.en::before {
	content: url(img/home/i-interview.png);
}
#home #sec04 .title-box .h2-box h2 span::after {
	background: #FFF;
}
#home #sec04 .title-box p.lead {
	color: #FFF;
}

article.interview-cr {
	width: 100%;
	overflow: hidden;
	margin: 50px auto 0;
}
article.interview-cr .swiper {
	width: 1054px;
	margin: 0 auto;
}
article.interview-cr .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	padding: 0 70px;
	box-sizing: border-box;
	position: relative;
}
article.interview-cr .swiper-slide figure {
	width: 422px;
}
article.interview-cr .swiper-slide .text-box {
	width: 464px;
	color: #FFF;
}
article.interview-cr .swiper-slide .text-box p.lead {
	font-size: 28px;
	font-weight: bold;
}
article.interview-cr .swiper-slide .text-box p.name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 14px;
}
article.interview-cr .swiper-slide .text-box p.school {
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}
article.interview-cr .swiper-slide .text-box .year {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 14px;
}
article.interview-cr .swiper-slide .text-box .year p{
	width: 226px;
}
article.interview-cr .swiper-slide a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
article.interview-cr .swiper-button-prev:after,
article.interview-cr .swiper-button-next:after {
	content: none;
}
article.interview-cr .swiper-button-prev,
article.interview-cr .swiper-button-next {
	background-size: 36px 36px !important;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
}
article.interview-cr .swiper-button-prev {
	background-image: url(img/home/arow-prev.png) !important;
	left: 0;
}
article.interview-cr .swiper-button-next {
	background-image: url(img/home/arow-next.png) !important;
	right: 0;
}

#home #sec04 p.bt-all {
	width: 732px;
	text-align: right;
	margin: 40px auto 0;
}
#home #sec04 p.bt-all img {
	width: 240px;
}

#home #sec04 .greeting {
	margin-top: 80px;
	width: 100%;
	background-image: url(img/home/greeting-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top left;
	background-color: var(--green);
	border-top: 1px solid #FFF;
	height: 504px;
	display: flex;
	justify-content: end;
}
#home #sec04 .greeting .triangle {
	background: var(--green);
	height: 504px;
	width: 158px;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	margin-right: -1px;
}
#home #sec04 .greeting .outer {
	margin-right: calc((100% - 1000px) / 2);
	width: 560px;
	height: 504px;
	overflow: hidden;
	background: var(--green);
}
#home #sec04 .greeting .outer .title-box-g {
	float: right;
	text-align: center;
	color: #FFF;
}
#home #sec04 .greeting .outer .title-box-g p.title-jp {
	font-size: 18px;
	margin-top: 40px;
}
#home #sec04 .greeting .outer .title-box-g h3 {
	font-size: 52px;
	font-family: var(--century);
}
#home #sec04 .greeting .outer .text-box {
	clear: both;
	float: right;
	width: 560px;
	color: #FFF;
}
#home #sec04 .greeting .outer .text-box p.text {
	font-size: 28px;
	font-weight: bold;
	margin-top: 20px;
}
#home #sec04 .greeting .outer .text-box p.name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 24px;
}
#home #sec04 .greeting .outer .text-box p.bt-all {
	width: 100%;
}
#home #sec04 .your {
	margin-top: -1px;
	width: 100%;
	background-color: var(--green);
	border-bottom: 1px solid #FFF;
	position: relative;
	padding-top: 30px;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-725px);
}
}
#home #sec04 .your .scroll-your {
	margin-top: -1px;
	width: 3000px;
	height: 86px;
	background-image: url(img/home/greeting-your.png);
	background-repeat: repeat-x;
	background-size: auto 86px;
	background-position: top left;
	animation: infinity-scroll-left 20s infinite linear 0s both;
}

#home #sec04 .bt-shadow-box {
	margin-top: 60px;
}
#home #sec04 .bt-shadow-box .bt-shadow a {
	box-shadow: 6px 6px #000;
}

#home #sec05 {
	width: 100%;
	background: var(--green);
	position: relative;
}
#home #sec05 .bg {
	box-shadow: 0 0 20px #666;
	border-radius: 30px 30px 0 0;
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#home #sec05 .bg .photo01 {
	width: 36%;
	height: 732px;
	background-image: url(img/home/about-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 30px 0 0 0;
}
#home #sec05 .bg .photo02 {
	width: 36%;
	height: 732px;
	background-image: url(img/home/about-02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 0 30px 0 0;
}
#home #sec05 .bg .inner {
	width: 19%;
}
#home #sec05 .title-box .h2-box p.en::before {
	content: url(img/home/i-about.png);
}
#home #sec05 .bg .inner p.text {
	font-size: 20px;
	font-weight: bold;
	margin-top: 60px;
}

#home #sec06 {
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 1;
	padding: 100px 0 90px;
}
#home #sec06 .title-box .h2-box p.en::before {
	content: url(img/home/i-about.png);
}

article.core-cr {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
article.core-cr .swiper {
	width: 1000px;
	margin: 0 auto;
	overflow: visible;
}
article.core-cr .swiper-slide {
	width: 370px;
	box-sizing: border-box;
}
article.core-cr .swiper-button-prev:after,
article.core-cr .swiper-button-next:after {
	content: none;
}
article.core-cr .swiper-button-prev,
article.core-cr .swiper-button-next {
	background-size: 36px 36px !important;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
}
article.core-cr .swiper-button-prev {
	background-image: url(img/home/arow-prev.png) !important;
	left: 60px;
}
article.core-cr .swiper-button-next {
	background-image: url(img/home/arow-next.png) !important;
	right: 60px;
}

#home #sec06 p.bt-all {
	margin: 60px auto 0;
	text-align: center;
}
#home #sec06 p.bt-all img {
	width: 240px;
}
#home #sec06 .bt-shadow-box {
	margin: 60px auto 0;
}

#info-home {
	width: 100%;
	background: var(--lgreen);
	padding: 60px 0;
	position: relative;
	box-shadow: 0 0 20px #AAA;
}
#info-home .title-box .h2-box {
    width: 360px;
}
#info-home .title-box .h2-box p.en::before {
	content: url(img/home/i-about.png);
}
#info-home .title-box .h2-box h2 {
	padding-bottom: 0;
}
#info-home .outer {
	width: 1000px;
	background: var(--lgreen);
	padding-bottom: 24px;
	overflow: hidden;
	margin: 30px auto 0;
	border-bottom: 1px solid var(--green);
	border-top: 1px solid var(--green);
}
#info-home .inner {
	width: 684px;
	margin: 24px auto 0;
	font-size: 16px;
	overflow: hidden;
	display: flex;
	align-items: baseline;
}
#info-home .inner p.cate {
	color: var(--green);
	font-family: var(--century);
	margin-right: 20px;
}
#info-home .inner p.date {
	font-family: var(--century);
	margin-right: 30px;
}
#info-home .inner p.title {
	line-height: 100%;
}
#info-home .inner p.title a {
	color: var(--black);
	text-decoration: none;
}
#info-home .inner p.title a::after {
	content: url(img/home/i-link.png);
	margin-left: 10px;
}
#info-home p.bt-contact {
	line-height: 100%;
	width: 294px;
	margin: 50px auto 0;
}
#info-home p.bt-contact a {
	font-family: var(--century);
	font-size: 16px;
	color: var(--green);
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--green);
	text-align: center;
	padding-bottom: 8px;
	position: relative;
	mix-blend-mode: multiply;
}
#info-home p.bt-contact a {
	background: linear-gradient(to top, var(--lgreen) 60%, transparent);
	padding-top: 4px;
}
#info-home p.bt-contact a::after {
	content: url(img/base/arow-green.png);
	position: absolute;
	top: 7px;
	right: 6px;
}

#info {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
#info h2.u-line {
	width: 100%;
	font-size: 16px;
	font-family: var(--century);
	text-align: center;
	color: var(--green);
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
#info h2.u-line::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#info h3 {
	font-size: 22px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 50px;
	margin-bottom: 50px;
}
#info .inner {
	font-size: 16px;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
#info .inner .line-box {
	border-bottom: 1px solid var(--green);
	overflow: hidden;
	padding-bottom: 4px;
	width: 870px
}
#info .inner p.cate {
	float: left;
	color: var(--green);
	font-family: var(--century);
	margin-right: 20px;
	min-width: 80px;
}
#info .inner p.date {
	float: left;
	font-family: var(--century);
	margin-right: 30px;
}
#info .inner p.title {
	float: left;
	line-height: 100%;
}
#info .inner p.title a {
	color: var(--black);
	text-decoration: none;
}
#info .inner p.bt-more {
	float: right;
}
#info p.bt-contact {
	line-height: 100%;
	width: 294px;
	margin: 50px auto 0;
}
#info p.bt-contact a {
	font-family: var(--century);
	font-size: 16px;
	color: var(--green);
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--green);
	text-align: center;
	padding-bottom: 8px;
	position: relative;
}
#info p.bt-contact a {
	background: linear-gradient(to top, var(--lgreen) 60%, transparent);
	padding-top: 4px;
}
#info p.bt-contact a::after {
	content: url(img/base/arow-green.png);
	position: absolute;
	top: 7px;
	right: 6px;
}

#home #sec07 {
	width: 100%;
	padding: 80px 0;
	background: #FFF;
}
#home #sec07 .title-box .h2-box p.en::before {
	content: url(img/home/i-faq.png);
	margin-right: 10px;
}
#home #sec07 .title-box .h2-box h2 span::after {
	width: 3em;
}
#home #sec07 dl {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#home #sec07 dl dt {
	width: 540px;
	height: 72px;
	background: var(--green);
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	display: flex;
	align-items: center;
	background-image: url(img/home/faq-q.png), url(img/home/i-link-white.png);
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
	background-position: center left 20px, center right 20px;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0 60px;
	border-radius: 10px 10px 10px 0;
}

#home #sec07 dl dt:first-of-type {
	margin-top: 40px;
}
#home #sec07 dl dd {
	width: 760px;
	display: none;
	float: right;
	border: 1px solid var(--green);
	padding: 20px 20px 20px 60px;
	background-image: url(img/home/faq-a.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top 20px left 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 10px 10px 10px 0;
	line-height: 180%;
}
#home #sec07 dl dd a {
	color: var(--green);
	text-decoration: none;
	border-bottom: 1px solid var(--green);
}
#home #sec07 dl dd a::before {
	content: url(img/base/arow-green.png);
	margin-right: 8px;
}

#home p.bt-more a::after {
    content: url(img/base/arow-green.png);
    position: absolute;
    top: 3px;
    right: 6px;
}

#home #sec08 {
	padding: 80px 0;
	background: var(--green);
	color: #FFF;
}
#home #sec08 .title-box .h2-box p.en {
	color: #FFF;
}
#home #sec08 .title-box .h2-box p.en::before {
	content: url(img/home/i-jobs.png);
	margin-right: 10px;
}
#home #sec08 .title-box .h2-box h2 {
	color: #FFF;
}
#home #sec08 .title-box .h2-box h2 span::after {
	background: #FFF;
	left: 2px;
}
#home #sec08 .outer {
	width: 1000px;
	margin: 0 auto;
}
#home #sec08 .outer h3 {
	font-size: 26px;
	font-weight: bold;
	border-top: 2px solid #FFF;
	padding-top: 34px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 14px;
	margin-top: 40px;
	position: relative;
}
#home #sec08 .outer.salary h3,
#home #sec08 .outer.welfare h3 {
	font-size: 18px;
	border-bottom: none;
}
#home #sec08 .outer h3 span {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#home #sec08 .outer h3.bt-detail,
#home #sec08 .outer h3.bt-tgl {
	cursor: pointer;
}
#home #sec08 .outer h3.bt-detail::after {
	position: absolute;
	content: url(img/home/i-link-white.png);
	top: 50px;
	right: 0;
}
#home #sec08 .outer h3.bt-tgl::after {
	content: url(img/home/i-link-white.png);
	margin-left: 10px;
}
#home #sec08 .outer .tgl-box {
	overflow: hidden;
}
#home #sec08 .outer .hide {
	display: none;
}
#home #sec08 .outer dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}
#home #sec08 .outer.jobs dl dt {
	width: 8em;
	border-bottom: 1px dotted #FFF;
	padding: 14px 0;
}
#home #sec08 .outer.jobs dl dd {
	width: calc(100% - 8em);
	border-bottom: 1px dotted #FFF;
	box-sizing: border-box;
	padding: 14px 0;
}

#home #sec08 .outer.salary {
	margin: 70px auto 0;
}
#home #sec08 .outer.salary {
	padding-top: 34px;
}
#home #sec08 .outer p.bt-tgl {
	font-size: 18px;
	cursor: pointer;
	display: flex;
    align-items: end;
}
#home #sec08 .outer p.bt-tgl::after {
	font-family: var(--icon);
	content: 'highlight_off';
	transform: rotate(45deg);
	font-size: 24px;
	color: var(--yellow);
	transition: transform 0.6s;
	margin-left: 10px;
}
#home #sec08 .outer p.bt-tgl.show::after {
	transform: rotate(180deg);
}
#home #sec08 .outer.salary dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin-top: 10px;
}
#home #sec08 .outer.salary dl dt {
	width: 430px;
	border-bottom: 1px dotted #FFF;
	padding: 14px 0;
}
#home #sec08 .outer.salary dl dd {
	width: calc(100% - 430px);
	border-bottom: 1px dotted #FFF;
	box-sizing: border-box;
	padding: 14px 0;
}

#home #sec08 .outer.welfare {
	margin: 70px auto 0;
}
#home #sec08 .outer.welfare {
	padding-top: 34px;
}
#home #sec08 .outer.welfare dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin-top: 10px;
}
#home #sec08 .outer.welfare dl dt {
	width: 8em;
	border-bottom: 1px dotted #FFF;
	padding: 14px 0;
}
#home #sec08 .outer.welfare dl dd {
	width: calc(100% - 8em);
	border-bottom: 1px dotted #FFF;
	box-sizing: border-box;
	padding: 14px 0;
}

footer {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 40px;
	text-align: center;
	background: var(--green);
	color: #FFF;
	border-top: 2px solid #FFF;
}
footer p.f-add {
	margin: 20px 0 20px;
	font-size: 16px;
}
footer p.fnavi a {
	color: #333;
	text-decoration: none;
	font-size: 15px;
	margin: 0 15px;
}
footer p.fnavi a {
	color: #FFF;
}
footer p.fnavi a::before {
	content: "〉";
}
footer p.copy {
	margin-top: 20px;
	font-size: 12px;
	color: #00894F;
}
footer p.copy {
	color: #FFF;
}

main.contents h2.first {
	font-size: 38px;
	font-weight: bold;
	color: var(--green);
	width: 1000px;
	text-align: right;
	margin: 30px auto 40px;
}
main.contents .top {
	padding: 0 36px;
    position: relative;
    min-width: 1200px;
    box-sizing: border-box;
}
main.contents .top img {
	border-radius: 20px;
}

main.syokusyu #sec01 {
	padding: 60px 0;
	background: var(--lgreen);
}
main.syokusyu #sec01 .outer {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#kaigo #sec01 .outer,
#sougou #sec01 .outer {
	height: 698px;
}
#chiiki #sec01 .outer {
	height: 756px;
}
#soudan #sec01 .outer {
	height: 728px;
}
main.syokusyu #sec01 .outer h3 {
	font-size: 38px;
	font-weight: bold;
	color: var(--green);
	position: absolute;
	top: 278px;
	left: 0;
}
main.syokusyu #sec01 .outer h3::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: -20px;
	left: 0;
}
main.syokusyu #sec01 .outer figure img {
	border-radius: 15px;
}
main.syokusyu #sec01 .outer .photo01 {
	width: 346px;
	position: absolute;
	top: 64px;
	left: 50%;
	transform: translateX(-50%);
}
#chiiki #sec01 .outer .photo01,
#soudan #sec01 .outer .photo01 {
	width: 300px;
}
main.syokusyu #sec01 .outer .text-box {
	position: absolute;
	top: 460px;
	left: 0;
}
main.syokusyu #sec01 .outer .text-box h4 {
	font-size: 18px;
	font-weight: bold;
	color: var(--green);
}
main.syokusyu #sec01 .outer .text-box ul {
	margin-top: 20px;
}
main.syokusyu #sec01 .outer .text-box ul li {
	list-style: none;
	font-size: 16px;
}
main.syokusyu #sec01 .outer .text-box ul li::before {
	content: url(img/base/arow-green.png);
	margin-right: 8px;
}
main.syokusyu #sec01 .outer .photo02 {
	width: 212px;
	position: absolute;
	top: 0;
	left: 0;
}
main.syokusyu #sec01 .outer p.text {
	width: 276px;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 64px;
	right: 0;
	line-height: 170%;
}
#chiiki #sec01 .outer p.text,
#soudan #sec01 .outer p.text {
	width: 310px;
}
#sougou #sec01 .outer p.text {
	font-size: 21px;
}
main.syokusyu #sec01 .outer .photo03 {
	width: 212px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#soudan #sec01 .outer .photo03 {
	width: 268px;
	right: 450px;
}

main.syokusyu #sec02 {
	padding: 80px 0 0;
}
main.syokusyu #sec02 h3 {
	width: 100%;
    font-size: 16px;
    font-family: var(--century);
    text-align: center;
    color: var(--green);
    position: relative;
    padding-bottom: 10px;
    font-weight: normal;
	background-image: linear-gradient(to right, var(--green) 0 50%, transparent 50% 100%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom center;
}

main.syokusyu #sec02 .wrap {
	margin-top: 70px;
	background: url(img/kaigo/flow-bg.png) no-repeat center center;
}
main.syokusyu #sec02 .outer {
	width: 1000px;
	margin: 0 auto;
}
main.syokusyu #sec02 .outer h4 {
	font-size: 38px;
	margin-top: 100px;
	color: var(--green);
	margin-bottom: 40px;
}
main.syokusyu #sec02 .outer .title-box {
	display: flex;
	align-items: center;
	position: relative;
}
main.syokusyu #sec02 .outer .title-box figure.arow {
	margin-right: 20px;
}
main.syokusyu #sec02 .outer .title-box figure.step img {
	width: 30px;
}
main.syokusyu #sec02 .outer .title-box p.title {
	font-size: 26px;
	color: var(--green);
	font-weight: bold;
	margin: 0 20px;
}
main.syokusyu #sec02 .outer .title-box p.title.step01 {
	font-size: 32px;
}
main.syokusyu #sec02 .outer .title-box .line {
	flex-grow: 1;
	height: 1px;
	background: var(--green);
}
main.syokusyu #sec02 .outer .title-box::after {
	content: "";
	height: 50%;
	width: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	right: 0;
}
main.syokusyu #sec02 .outer .title-box::before {
	content: "";
	height: calc(50% - 20px);
	width: 1px;
	background: var(--green);
	position: absolute;
	top: 0;
	left: 0;
}
main.syokusyu #sec02 .outer .title-box:first-of-type::before {
	display: none;
}
main.syokusyu #sec02 .outer .title-box:last-of-type::after {
	display: none;
}
main.syokusyu #sec02 .outer .line-box {
	display: flex;
	align-items: center;
	position: relative;
	height: 50px;
}
main.syokusyu #sec02 .outer .line-box .line {
	flex-grow: 1;
	height: 1px;
	background: var(--green);
}
main.syokusyu #sec02 .outer .line-box::before,
main.syokusyu #sec02 .outer .line-box::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 1px;
	background: var(--green);
}
main.syokusyu #sec02 .outer .line-box::before {
	top: 0;
	right: 0;
}
main.syokusyu #sec02 .outer .line-box::after {
	bottom: 0;
	left: 0;
}
main.syokusyu #sec02 .outer p.text {
	padding-left: 156px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 170%;
	border-right: 1px solid var(--green);
}
main.syokusyu #sec02 .outer p.text.no-border {
	border-right: none;
	padding-right: 0;
}
main.syokusyu #sec02 .outer p.star {
	margin-top: 40px;
	font-size: 16px;
}
main.syokusyu p.bt-intern {
	margin: 40px auto 0;
}
main.syokusyu #sec02 p.caution {
	width: 1000px;
	margin: 40px auto 0;
	font-size: 16px;
}

#env {
	padding: 80px 0;
}
#env .outer {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#env h3.t-line {
	width: 200px;
	padding-top: 34px;
	font-size: 22px;
	font-weight: bold;
	color: var(--green);
	line-height: 200%;
	border-top: 2px solid var(--orange);
	margin-left: calc((100% - 1200px) / 2);
}
#env h3.t-line span {
	font-size: 40px;
	font-family: var(--century);
}
#env .cont {
	width: calc(100% - ((100% - 1200px) / 2) - 200px - 70px);
	border-top: 2px solid var(--green);
}

main.contents h3.u-line {
	width: 100%;
	font-size: 16px;
	font-family: var(--century);
	text-align: center;
	color: var(--green);
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
main.contents h3.u-line::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

main.syokusyu #sec03 {
	padding: 80px 0;
	background: var(--lgreen) url(img/home/bg-mark.png) no-repeat top 180px center;
}
main.syokusyu #sec03 h4 {
	font-size: 22px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 50px;
}
main.syokusyu #sec03 h5 {
	font-size: 32px;
	text-align: center;
	color: var(--green);
	margin-top: 70px;
}
main.syokusyu #sec03 dl {
	width: 1000px;
	margin: 50px auto 0;
	border-top: 1px dotted #999;
}
main.syokusyu #sec03 dl dt {
	padding: 14px 0 0;
	font-size: 22px;
}
main.syokusyu #sec03 dl dt strong {
	font-weight: bold;
	color: var(--green);
}
main.syokusyu #sec03 dl dt span,
main.syokusyu #sec03 dl dd span {
	font-size: 16px;
	font-weight: normal;
}
main.syokusyu #sec03 dl dd {
	text-align: right;
	padding: 0 0 14px;
	border-bottom: 1px dotted #999;
	font-size: 26px;
	font-weight: bold;
}
main.syokusyu #sec03 p.caution {
	font-size: 16px;
	margin: 20px auto 0;
	width: 1000px;
}

#voice {
	width: 1000px;
	margin: 0 auto 80px;
	box-sizing: border-box;
	padding: 30px 80px;
	border-top: 1px solid var(--green);
	border-bottom: 1px solid var(--green);
}
#voice p.title {
	font-size: 18px;
	width: 160px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--green);
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}
#voice p.title::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#voice p.text {
	font-size: 16px;
	margin-top: 20px;
}

main.syokusyu #sec04 {
	padding: 80px 0;
	background: var(--lgreen);
}

#surugakai .crslider {
	width: 100%;
	height: 648px;
	position: relative;
}
#surugakai .crslider p.text {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
#surugakai .crslider .slider-blur {
	opacity: 0;
	filter: blur(20px);
}
#surugakai .crslider .slider-blur.on {
	opacity: 1;
	filter: blur(0);
	transition: all 2s;
}
#surugakai .crslider .slider-blur:nth-of-type(2).on {
	transition: all 2s 1s;
}
#surugakai .crslider .slider01,
#surugakai .crslider .slider02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 8118px;
	height: 648px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
#surugakai .crslider .slider01 {
	background-image: url(img/surugakai/top-slide-02.png);
	z-index: 2;
}
#surugakai .crslider .slider02 {
	background-image: url(img/surugakai/top-slide-01.png);
	z-index: 1;
}
#surugakai .crslider .slider01.on {
	animation-duration: 400s;
	animation-name: crslider-anime;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
#surugakai .crslider .slider02.on {
	animation-duration: 300s;
	animation-timing-function: linear;
	animation-name: crslider-anime;
	animation-iteration-count: infinite;
}

@keyframes crslider-anime {
	from { 
	left: 0;
	}
	to {
	left: -5900px;
	}
}

#surugakai .top-bt-wrap {
	border-bottom: 1px solid var(--green);
	border-top: 1px solid var(--green);
	padding: 30px 0;
}
#surugakai .top-bt-wrap .bt-box {
	margin: 0 auto;
}
#surugakai .top-bt-wrap .bt-box p.bt-intern {
	margin-top: 0 !important;
}

#surugakai #sec01 {
	padding: 80px 0;
	background: var(--lgreen) url(img/home/bg-mark.png) no-repeat top 135px center;
}
#surugakai #sec01 h2 {
	width: 100%;
	font-size: 16px;
	font-family: var(--century);
	text-align: center;
	color: var(--green);
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
#surugakai #sec01 h2::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#surugakai #sec01 h3 {
	width: 1000px;
	font-size: 38px;
	color: var(--green);
	font-weight: bold;
	margin: 40px auto 0;
}
#surugakai #sec01 .outer {
	margin-top: 40px;
	overflow: hidden;
}
#surugakai #sec01 .outer .photo {
	float: right;
	width: calc(560px + ((100% - 1000px) / 2));
	height: 550px;
	background: url(img/surugakai/photo-about.jpg) no-repeat bottom right;
	background-size: cover;
	border-radius: 20px 0 0 20px;
}
#surugakai #sec01 .outer .text-box {
	width: 360px;
	margin-left: calc((100% - 1000px) / 2);
}
#surugakai #sec01 .outer .text-box p.lead {
	font-size: 22px;
	color: var(--green);
	font-weight: bold;
	position: relative;
	padding: 16px 0;
}
#surugakai #sec01 .outer .text-box p.lead::before,
#surugakai #sec01 .outer .text-box p.lead::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	left: 0;
}
#surugakai #sec01 .outer .text-box p.lead::before {
	top: 0;
}
#surugakai #sec01 .outer .text-box p.lead::after {
	bottom: 0;
}
#surugakai #sec01 .outer .text-box p.text {
	font-size: 16px;
	margin-top: 30px;
	line-height: 170%;
}
#surugakai p.bt-intern {
	margin: 40px auto 0;
}

#surugakai .secbox {
	padding: 140px 0 0;
	position: relative;
}
#surugakai .secbox p.num {
	width: 200px;
	text-align: center;
	font-size: 320px;
	color: var(--green);
	font-family: var(--century);
	position: absolute;
	top: 20px;
	right: calc((100% - 1200px) / 2);
}
#surugakai .secbox p.core {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: var(--green);
	font-family: var(--century);
	position: relative;
	padding-bottom: 14px;
}
#surugakai .secbox p.core::after {
	content: "";
	height: 1px;
	width: 50%;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 0;
}
#surugakai .secbox .title-box {
	width: 1000px;
	box-sizing: border-box;
	padding-right: 70px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#surugakai .secbox .title-box h3 {
	font-size: 38px;
	color: var(--green);
	font-weight: bold;
	margin-right: 30px;
}
#surugakai .secbox .title-box .line-box {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#surugakai .secbox .title-box .line-box .line {
	height: 1px;
	background: var(--green);
	flex-grow: 1;
}
#surugakai .secbox .title-box .line-box p {
	font-size: 16px;
	color: var(--green);
	font-weight: bold;
	display: flex;
    align-items: center;
}
#surugakai .secbox .title-box .line-box p::before {
	content: "●";
	font-size: 10px;
	color: var(--green);
	margin-right: 10px;
}
#surugakai .secbox .outer {
	margin-top: 40px;
	overflow: hidden;
}
#surugakai .secbox .outer .photo {
	float: right;
	width: calc(560px + ((100% - 1000px) / 2));
	height: 470px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 20px 0 0 20px;
}
#surugakai #sec02 .outer .photo {
	background-image: url(img/surugakai/photo-01.jpg);
}
#surugakai #sec03 .outer .photo {
	background-image: url(img/surugakai/photo-02.jpg);
}
#surugakai #sec04 .outer .photo {
	background-image: url(img/surugakai/photo-03.jpg);
}
#surugakai #sec05 .outer .photo {
	background-image: url(img/surugakai/photo-04.jpg);
}
#surugakai #sec06 .outer .photo {
	background-image: url(img/surugakai/photo-05.jpg);
}
#surugakai #sec07 .outer .photo {
	background-image: url(img/surugakai/photo-06.jpg);
}
#surugakai .secbox .outer .text-box {
	width: 360px;
	margin-left: calc((100% - 1000px) / 2);
}
#surugakai .secbox .outer .text-box p.lead {
	font-size: 22px;
	color: var(--green);
	font-weight: bold;
	position: relative;
	padding: 16px 0;
}
#surugakai .secbox .outer .text-box p.lead::before,
#surugakai .secbox .outer .text-box p.lead::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	left: 0;
}
#surugakai .secbox .outer .text-box p.lead::before {
	top: 0;
}
#surugakai .secbox .outer .text-box p.lead::after {
	bottom: 0;
}
#surugakai .secbox .outer .text-box p.text {
	font-size: 16px;
	margin-top: 30px;
	line-height: 170%;
}
#surugakai #sec07 {
	padding: 100px 0 80px;
}

#surugakai #sec08 {
	padding: 80px 0;
	background: var(--lgreen);
}
#surugakai #sec08 h3 {
	width: 100%;
	font-size: 16px;
	font-family: var(--century);
	text-align: center;
	color: var(--green);
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
#surugakai #sec08 h3::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#surugakai #sec08 p.lead {
	font-size: 22px;
	text-align: center;
	color: var(--green);
	font-weight: bold;
	margin-top: 50px;
}
#surugakai #sec08 .bg-white {
	background: #FFF;
	overflow: hidden;
	padding: 50px 0;
	margin-top: 50px;
}
#surugakai #sec08 article.syokusyu-cr {
	margin-top: 0;
}
#surugakai #sec08 p.text01 {
	font-size: 16px;
	width: 600px;
	margin: 50px auto 0;
	line-height: 170%;
}

/*--interview-top--*/

main#interview-top {
	width: 100%;
	display: block;
	overflow: hidden;
	background: url(img/interview/main-bg.png) no-repeat left top;
}
#interview-top .top {
	width: calc(750px + ((100% - 750px) / 2));
	margin-left: calc((100% - 750px) / 2);
	overflow: hidden;
	position: relative;
	height: 586px;
}
#interview-top .top .slider-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 683px;
	height: 586px;
	overflow: hidden;
	z-index: -1;
}
#interview-top .top .title {
	position: absolute;
	top: 150px;
	left: 0;
}
#interview-top .top .text {
	position: absolute;
	top: 282px;
	left: 120px;
}
#interview-top .text-our {
	text-align: center;
	margin-top: 20px;
}

#interview-top #director {
	padding: 80px 0 50px;
}
#interview-top #director h3 {
	text-align: center;
}
#interview-top #director .outer {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
}
#interview-top #director .outer figure {
	width: 450px;
}
#interview-top #director .outer .text-box {
	width: 490px;
	color: var(--green);
}
#interview-top #director .outer .text-box p.title {
	font-size: 22px;
	border-bottom: 1px solid var(--green);
	padding-bottom: 10px;
}
#interview-top #director .outer .text-box p.name {
	font-size: 36px;
	font-weight: bold;
	margin-top: 10px;
}
#interview-top #director .outer .text-box p.lead {
	font-size: 24px;
	line-height: 180%;
    margin-top: 30px;
}
#interview-top #director p.text {
	font-size: 16px;
	line-height: 180%;
	width: 1000px;
    margin: 30px auto 0;
}

#interview-top .tgl-bt-box {
	width: 978px;
	margin: 0 auto;
	overflow: hidden;
}
#interview-top .tgl-bt-box .tgl-bt {
	width: 236px;
	margin: 70px auto 0;
	cursor: pointer;
}
#interview-top .tgl-bt-box figure {
	float: left;
	width: 450px;
	margin-right: 78px;
	margin-top: 50px;
}
#interview-top .tgl-bt-box figure:nth-of-type(2) {
	margin-right: 0;
}

#interview-top #sec01 {
	padding: 80px 0;
	background: var(--lgreen);
	margin-top: 80px;
}
#interview-top #sec01 h3.u-line {
	width: 100%;
	font-size: 16px;
	font-family: var(--century);
	text-align: center;
	color: var(--green);
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
#interview-top #sec01 h3.u-line::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#interview-top .bt-intern {
	margin: 40px auto 0;
}

/*--interview--*/

main#interview {
	width: 100%;
	display: block;
	overflow: hidden;
}
#interview .top {
	width: calc(750px + ((100% - 750px) / 2));
	margin-left: calc((100% - 750px) / 2);
	overflow: hidden;
	position: relative;
	height: 620px;
}
#interview .top figure {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
}
#interview .top .text {
	position: absolute;
	top: 150px;
	left: 298px;
}
#interview .top .people {
	position: absolute;
	top: 130px;
	left: 0;
}
#interview .top .prof {
	position: absolute;
	top: 290px;
	left: 0;
}

#interview .movie {
	width: calc(750px + ((100% - 750px) / 2));
	margin-left: calc((100% - 750px) / 2);
	overflow: hidden;
	padding: 50px 0;
	background: linear-gradient(to bottom, #63BCE5,#3DAC79);
	margin-top: 80px;
}
#interview .movie.r-2024 {
	background: linear-gradient(to bottom, #0C978F,#0C844D);
}
#interview .movie .inner {
	width: 864px;
	overflow: hidden;
}
#interview .movie .movie-wrap {
	width: 520px;
	padding-top: calc(520px * 0.5625);
	background: #FFF;
	position: relative;
	float: right;
}
#interview .movie .movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#interview .movie figure {
	width: 520px;
	position: relative;
	float: right;
}
#interview .movie .title {
	width: 296px;
	text-align: center;
	margin-bottom: 30px;
}
#interview .movie .tag {
	width: 296px;
	background: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

#interview .text-box {
	margin-left: calc((100% - 750px) / 2);
	width: 863px;
	padding: 0 50px 50px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin-top: 80px;
}
#interview .text-box .inner {
	width: 325px;
	overflow: hidden;
	margin-top: 74px;
}
#interview .text-box .inner.wiz-bg {
	background: url(img/interview/like-bg.png) no-repeat center center;
}
#interview .text-box .inner.wakasugi-last {
	margin-top: -120px;
}
#interview .text-box .inner:first-of-type {
	margin-top: 0;
}
#interview .text-box .inner:nth-of-type(odd) {
	float: left;
	clear: left;
}
#interview .text-box .inner:nth-of-type(even) {
	float: right;
	clear: right;
}
#interview .text-box .inner h3 {
	margin-bottom: 20px;
}
#interview .text-box .inner h3.line {
	font-size: 16px;
	font-weight: bold;
	padding-left: 50px;
	position: relative;
}
#interview .text-box .inner h3.line::before {
	content: '';
	width: 40px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 13px;
	left: 0;
}
#interview .text-box .inner p {
	font-size: 14px;
}
#interview .text-box .inner p.name {
	color: #00894F;
	margin-top: 20px;
	margin-bottom: 10px;
}
#interview .text-box .inner p.date {
	text-align: right;
	margin-top: 20px;
}
#interview .text-box .inner.like {
	background: url(img/interview/like-bg.png) no-repeat center center;
}
#interview .text-box .inner figure {
	width: 280px;
	overflow: hidden;
}
#interview .text-box .bar {
	position: absolute;
	bottom: 0;
	right: 50px;
}

#interview #prof {
	width: calc(750px + ((100% - 750px) / 2));
	margin-left: calc((100% - 750px) / 2);
	margin-top: 100px;
	min-height: 440px;
	background: url(img/interview/prof-green.png) repeat-x right top;
	overflow: hidden;
}
#interview #prof .inner {
	width: 863px;
	min-height: 440px;
	background: url(img/interview/prof-green.png) no-repeat right top, #FFF;
	overflow: hidden;
}
#interview #prof .title {
	width: 325px;
	margin-top: 50px;
	margin-left: 50px;
}
#interview #prof .text {
	width: 325px;
	margin-top: 20px;
	margin-left: 50px;
	font-size: 14px;
}
#interview #prof .prof-cont {
	overflow: hidden;
	margin-top: 20px;
}
#interview #prof .prof-cont figure {
	margin-top: 0px;
	width: 250px;
	float: left;
	margin-right: 50px;
}
#interview #prof .prof-cont .prof-text {
	float: left;
	width: 325px;
	overflow: hidden;
}
#interview #prof .prof-cont .prof-text .name {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}
#interview #prof .prof-cont .prof-text .job {
	font-size: 18px;
	color: #00894F;
	margin-bottom: 10px;
}
#interview #prof .prof-cont .prof-text .comment {
	font-size: 14px;
}
#interview #prof .prof-cont .prof-text p.bt-bknm {
	width: 280px;
	margin-top: 20px;
}
#interview #prof .prof-cont .prof-text p.bt-bknm a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(to right, #068C84, #097B4D);
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-radius: 20px;
	padding-top: 10px;
}

#interview #epi {
	width: calc(750px + ((100% - 750px) / 2));
	margin-right: calc((100% - 750px) / 2);
	margin-top: 100px;
	min-height: 440px;
	background: url(img/interview/prof-green.png) repeat-x left top;
	overflow: hidden;
}
#interview #epi .inner {
	float: right;
	width: 863px;
	min-height: 440px;
	background: url(img/interview/prof-green.png) no-repeat left top, #FFF;
	text-align: right;
	position: relative;
	overflow: hidden;
}
#interview #epi figure {
	position: absolute;
	top: 126px;
	left: 114px;
	width: 360px;
}
#interview #epi .text {
	width: 325px;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 14px;
	text-align: left;
	float: right;
}
#interview #epi .date {
	width: 325px;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 14px;
	text-align: right;
	float: right;
	clear: right;
}
#interview #epi .inner .bar {
	position: absolute;
	bottom: 0;
	left: 50px;
}

#interview #sec01 {
	padding: 80px 0;
	background: var(--lgreen);
	margin-top: 80px;
}
#interview #sec01 h3.u-line {
	width: 100%;
	font-size: 16px;
	font-family: var(--century);
	text-align: center;
	color: var(--green);
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
#interview #sec01 h3.u-line::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#interview .bt-intern {
	margin: 40px auto 0;
}

#information #sec01,
#information-single #sec01 {
	padding: 80px 0;
	background: var(--lgreen);
	margin-top: 80px;
}
#information #sec01 h3.u-line,
#information-single #sec01 h3.u-line {
	width: 100%;
	font-size: 16px;
	font-family: var(--century);
	text-align: center;
	color: var(--green);
	position: relative;
	padding-bottom: 10px;
	font-weight: normal;
}
#information #sec01 h3.u-line::after,
#information-single #sec01 h3.u-line::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#information .bt-intern,
#information-single .bt-intern {
	margin: 40px auto 0;
}

#information-single #single-cont {
	background: var(--lgreen);
	margin: 80px 0;
	padding: 80px 0;
}
#information-single #single-cont p.title {
	color: var(--green);
	font-size: 26px;
	font-weight: bold;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
#information-single #single-cont p.title::after {
    content: "";
    width: 16px;
    height: 1px;
    background: var(--green);
    position: absolute;
    bottom: 0;
    left: 0;
}
#information-single #single-cont .content {
	width: 1000px;
	margin: 40px auto 0;
	background: #FFF;
	box-sizing: border-box;
	padding: 60px;
}
#information-single #single-cont .content p {
	margin-top: 1.5em;
	font-size: 16px;
	line-height: 170%;
}
#information-single #single-cont .content p:first-of-type {
	margin-top: 0;
}
#information-single #single-cont .content p img {
	margin: 10px 0;
}

#information-single p.bt-contact {
	line-height: 100%;
	width: 294px;
	margin: 40px auto 0;
}
#information-single p.bt-contact a {
	font-family: var(--century);
	font-size: 16px;
	color: var(--green);
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--green);
	text-align: center;
	padding-bottom: 8px;
	position: relative;
}
#information-single p.bt-contact a {
	background: linear-gradient(to top, var(--lgreen) 60%, transparent);
	padding-top: 4px;
	mix-blend-mode: multiply;
}
#information-single p.bt-contact a::after {
	content: url(img/base/arow-green.png);
	position: absolute;
	top: 7px;
	right: 6px;
}







}

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