@charset "UTF-8";

/*--SP-----------------------------------*/

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

.no-sp {
	display: none !important;
}

.anker {
	display: block;
	margin-top: -85px;
    padding-top: 85px;
}
.anker-mt {
	display: block;
	margin-top: -107px;
    padding-top: 107px;
}

main {
	margin-top: 85px;
	overflow: hidden;
}

.bt-intern {
	width: 300px;
}
.bt-intern a {
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	background: var(--lorange);
	font-size: 16px;
	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 {
	margin: 50px auto 0;
}
.bt-box p.bt {
	width: 300px;
	margin: 20px auto 0;
}
.bt-box p.bt a {
	width: 100%;
	height: 38px;
	display: block;
	background: var(--green);
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding-top: 6px;
	border-radius: 19px;
}

article.news-top {
	padding: 0 20px 20px;
}
article.news-top .inner {
	font-size: 14px;
	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-bottom: 6px;
}
article.news-top .inner p.title {
	clear: both;
}
article.news-top .inner p.title a {
	color: var(--black);
	text-decoration: none;
	position: relative;
	padding-left: 16px;
	display: block;
}
article.news-top .inner p.title a::before {
	content: url(img/base/arow-green.png);
	position: absolute;
	top: 5px;
	left: 0;
}

article.syokusyu-cr {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
article.syokusyu-cr .swiper {
	margin: 0 20px;
	overflow: visible;
}
article.syokusyu-cr .swiper-slide {
	width: 290px;
	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: 10px;
}
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: 0;
}
article.syokusyu-cr .swiper-button-next {
	background-image: url(img/home/arow-next.png) !important;
	right: 0;
}

#home .bt-shadow-box {
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#home .bt-shadow-box .bt-shadow {
	width: 100%;
	margin-top: 20px;
}
#home .bt-shadow-box .bt-shadow a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	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-sp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-color: var(--lgreen);
	padding: 20px 0 40px;
}
#home .top .outer {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#home .top .text {
	font-size: 30px;
	font-weight: bold;
}
#home .top .text span.green {
	color: var(--green);
}
#home .top .text span.f-space {
	margin-left: -14px;
	margin-right: -14px;
}
#home .top .slider {
	width: 80%;
	margin-top: 20px;
}
#home .top .slider img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

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

.env-cr {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
#home .env-cr {
	margin-top: 0;
}

.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: calc(190px * 0.8);}
.env-cr .env-02 {width: calc(500px * 0.8);}
.env-cr .env-03 {width: calc(300px * 0.8);}
.env-cr .env-04 {width: calc(500px * 0.8);}
.env-cr .env-05 {width: calc(335px * 0.8);}
.env-cr .env-06 {width: calc(275px * 0.8);}
.env-cr .env-07 {width: calc(500px * 0.8);}
.env-cr .env-08 {width: calc(254px * 0.8);}
.env-cr .env-09 {width: calc(536px * 0.8);}
.env-cr .env-10 {width: calc(285px * 0.8);}
.env-cr .env-11 {width: calc(404px * 0.8);}
.env-cr .env-12 {width: calc(603px * 0.8);}
.env-cr .env-13 {width: calc(517px * 0.8);}
.env-cr .env-14 {width: calc(594px * 0.8);}
.env-cr .env-15 {width: calc(281px * 0.8);}
.env-cr .env-16 {width: calc(542px * 0.8);}
.env-cr .env-17 {width: calc(450px * 0.8);}
.env-cr .env-18 {width: calc(410px * 0.8);}
.env-cr .env-19 {width: calc(580px * 0.8);}
.env-cr .env-20 {width: calc(340px * 0.8);}
.env-cr .env-21 {width: calc(481px * 0.8);}
.env-cr .env-22 {width: calc(327px * 0.8);}
.env-cr .env-23 {width: calc(482px * 0.8);}
.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 {
	margin: 20px 40px 0;
	font-size: 14px;
	overflow: hidden;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
article.news-top-home .inner p.cate {
	width: 50px;
	color: var(--green);
	font-family: var(--century);
}
article.news-top-home .inner p.date {
	font-family: var(--century);
	width: calc(100% - 50px);
}
article.news-top-home .inner p.title {
	margin-top: 10px;
}
article.news-top-home .inner p.title a {
	color: var(--black);
	text-decoration: none;
	background-image: url(img/home/i-link.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
	display: block;
	padding-right: 30px;
}
article.news-top-home .inner p.title a::after {
}

#home #sec02 {
	width: 100%;
	background: var(--green);
	padding-top: 40px;
	padding-bottom: 250px;
	box-shadow: 0 0 20px #AAA;
	background-image: url(img/home/sec02-bg-sp.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#home #sec02 p.lead {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#home #sec02 .outer {
	margin: 40px 0 0;
}
#home #sec02 .outer .bt-shadow-box {
}
#home #sec02 .outer .bt-shadow-box .bt-shadow {
}
#home #sec02 .outer .bt-shadow-box .bt-shadow:first-of-type {
	margin-top: 0px;
}

#home #sec02 .outer .greeting {
	margin: 20px 40px 0;
	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;
}
#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 {
	margin: 40px 20px 0;
}
#home #sec02 .bt-box .bt {
}
#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: 60px 0;
	position: relative;
}
#home .title-box {
	width: 1000px;
	margin: 0 40px;
}
#home .title-box .h2-box {
}
#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 {
	margin-top: 20px;
	font-size: 16px !important;
}
#home #sec03 .title-box p.lead {
	font-weight: bold;
	font-size: 18px;
	line-height: 180%;
}
#home #sec03 .outer {
}
#home #sec03 .outer .inner {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}
#home #sec03 .outer .inner figure {
}
#home #sec03 .outer .inner:nth-of-type(2n) figure {
	left: 0;
}
#home #sec03 .outer .inner .text-box {
	margin-top: -20px;
}
#home #sec03 .outer .inner:nth-of-type(2n) .text-box {
}
#home #sec03 .outer .inner .text-box p.text {
	background: #FFF;
	color: var(--green);
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 8px;
	margin: 0 40px 10px;
	position: relative;
}
#home #sec03 .outer .inner .text-box p.link {
	text-align: right;
	margin: 0 40px;
}
#home #sec03 .outer .inner:nth-of-type(2n) .text-box p.link {
}
#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: 50px 0 80px;
}
#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: 40px auto 0;
}
article.interview-cr .swiper {
	width: 100%;
	margin: 0 auto;
}
article.interview-cr .swiper-slide {
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
}
article.interview-cr .swiper-slide figure {
	width: 100%;
}
article.interview-cr .swiper-slide .text-box {
	color: #FFF;
	text-align: center;
}
article.interview-cr .swiper-slide .text-box p.lead {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
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 {
	margin-top: 20px;
}
article.interview-cr .swiper-slide .text-box .year p {
	width: 226px;
	float: left;
}
article.interview-cr .swiper-slide .text-box .year p:nth-of-type(2) {
	float: right;
	margin-top: 10px;
}
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: 40%;
	transform: translateY(-50%);
}
article.interview-cr .swiper-button-prev {
	background-image: url(img/home/arow-prev.png) !important;
	left: 10px;
}
article.interview-cr .swiper-button-next {
	background-image: url(img/home/arow-next.png) !important;
	right: 10px;
}

#home #sec04 p.bt-all {
	margin: 60px auto 0;
	text-align: center;
}
#home #sec04 p.bt-all img {
	width: 270px;
}

#home #sec04 .greeting {
	margin-top: 60px;
	width: 100%;
	background-color: var(--green);
	border-top: 1px solid #FFF;
}
#home #sec04 .greeting .triangle {
}
#home #sec04 .greeting .outer {
	background: var(--green);
}
#home #sec04 .greeting .outer .title-box-g {
	text-align: center;
	color: #FFF;
}
#home #sec04 .greeting .outer .title-box-g p.title-jp {
	font-size: 14px;
	margin-top: 40px;
}
#home #sec04 .greeting .outer .title-box-g h3 {
	font-size: 42px;
	font-family: var(--century);
	margin-bottom: 20px;
}
#home #sec04 .greeting .outer .text-box {
	color: #FFF;
	margin: 0 40px;
}
#home #sec04 .greeting .outer .text-box p.text {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 180%;
}
#home #sec04 .greeting .outer .text-box p.name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	text-align: right;
}
#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(-337px);
}
}
#home #sec04 .your .scroll-your {
	margin-top: -1px;
	width: 3000px;
	height: 40px;
	background-image: url(img/home/greeting-your.png);
	background-repeat: repeat-x;
	background-size: auto 40px;
	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: 20px 20px 0 0;
	background-color: #FFF;
}
#home #sec05 .bg figure.photo {
	width: 100%;
}
#home #sec05 .bg figure.photo img {
	width: 50%;
}
#home #sec05 .bg figure.photo img:nth-of-type(1) {
	border-radius: 20px 0 0 0;
}
#home #sec05 .bg figure.photo img:nth-of-type(2) {
	border-radius: 0 20px 0 0;
}
#home #sec05 .bg .photo01 {
}
#home #sec05 .bg .photo02 {
}
#home #sec05 .bg .inner {
	padding: 40px 0 0;
}
#home #sec05 .title-box .h2-box p.en::before {
	content: url(img/home/i-about.png);
}
#home #sec05 .bg .inner p.text {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 40px 0;
	line-height: 180%;
}

#home #sec06 {
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 1;
	padding: 100px 0 60px;
}
#home #sec06 .title-box .h2-box p.en::before {
	content: url(img/home/i-about.png);
}
#home #sec06 ul.core-bt {
	margin: 0 40px;
}
#home #sec06 ul.core-bt li {
	list-style: none;
	margin-top: 20px;
}
#home #sec06 p.bt-all {
	margin: 30px auto 0;
	text-align: center;
}
#home #sec06 p.bt-all img {
	width: 270px;
}
#home #sec06 .bt-shadow-box {
	margin: 40px 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 {
}
#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 {
	background: var(--lgreen);
	padding-bottom: 24px;
	overflow: hidden;
	margin: 30px 40px 0;
	border-top: 1px dotted var(--green);
}
#info-home .inner {
	margin: 20px 0 0;
	font-size: 14px;
	overflow: hidden;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	border-bottom: 1px dotted var(--green);
	padding-bottom: 24px;
}
#info-home .inner p.cate {
	width: 50px;
	color: var(--green);
	font-family: var(--century);
}
#info-home .inner p.date {
	font-family: var(--century);
	width: calc(100% - 50px);
}
#info-home .inner p.title {
	margin-top: 10px;
}
#info-home .inner p.title a {
	color: var(--black);
	text-decoration: none;
	background-image: url(img/home/i-link.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: bottom right;
	display: block;
	padding-right: 30px;
}
article.news-top-home .inner p.title a::after {
}
#info-home p.bt-contact {
	line-height: 100%;
	width: 294px;
	margin: 10px 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 {
	margin: 0 auto;
	padding: 40px 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: 18px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 30px;
	margin-bottom: 40px;
}
#info .inner {
	overflow: hidden;
	margin-top: 20px;
	padding: 0 20px;
}
#info .inner .line-box {
	overflow: hidden;
}
#info .inner p.cate {
	font-size: 14px;
	float: left;
	color: var(--green);
	font-family: var(--century);
	min-width: 80px;
	border-bottom: 1px solid #CCC;
	height: 22px;
}
#info .inner p.date {
	font-size: 14px;
	float: left;
	font-family: var(--century);
	border-bottom: 1px solid  #CCC;
	margin-bottom: 10px;
	height: 22px;
}
#info .inner p.title {
	font-size: 15px;
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--green);
}
#info .inner p.title a {
	position: relative;
	color: var(--black);
	display: block;
	text-decoration: none;
	padding-left: 16px;
}
#info .inner p.title a::before {
	position: absolute;
	content: url(img/base/arow-green.png);
	top: 5px;
	left: 0;
}
#info .inner p.bt-more {
	display: none;
}
#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: 60px 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 .title-box p.lead {
	font-weight: bold;
	font-size: 18px;
	line-height: 180%;
}
#home #sec07 dl {
	margin: 0 40px;
	overflow: hidden;
}
#home #sec07 dl dt {
	height: 72px;
	background: var(--green);
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	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: top 10px left 10px, bottom 10px right 10px;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 10px 10px 10px 50px;
	border-radius: 10px 10px 10px 0;
}

#home #sec07 dl dt:first-of-type {
	margin-top: 40px;
}
#home #sec07 dl dd {
	display: none;
	border: 1px solid var(--green);
	padding: 10px 10px 10px 50px;
	background-image: url(img/home/faq-a.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top 10px left 10px;
	margin-top: 20px;
	margin-bottom: 40px;
	border-radius: 10px 10px 10px 0;
	line-height: 180%;
	font-size: 14px;
}
#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: 60px 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 {
	margin: 0;
}
#home #sec08 .outer h3 {
	font-size: 20px;
	font-weight: bold;
	border-top: 2px solid #FFF;
	padding-top: 34px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 14px;
	margin: 40px 40px 0;
	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: 14px;
	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: 35px;
	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: 14px;
	margin: 0 40px;
}
#home #sec08 .outer.jobs dl dt {
	width: 4em;
	border-bottom: 1px dotted #FFF;
	padding: 14px 0;
}
#home #sec08 .outer.jobs dl dd {
	width: calc(100% - 4em);
	border-bottom: 1px dotted #FFF;
	box-sizing: border-box;
	padding: 14px 0;
}

#home #sec08 .outer.salary {
	margin: 50px 0 0;
	padding-top: 34px;
}
#home #sec08 .outer p.bt-tgl {
	font-size: 18px;
	cursor: pointer;
	display: flex;
    align-items: end;
}
#home #sec08 .outer.salary dl {
	font-size: 14px;
}
#home #sec08 .outer.salary dl dt {
	padding: 14px 0 0;
}
#home #sec08 .outer.salary dl dd {
	border-bottom: 1px dotted #FFF;
	box-sizing: border-box;
	padding: 10px 0 14px;
}

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

footer {
	border-top: 2px solid #FFF;
	width: 100%;
	overflow: hidden;
	padding: 40px 0 30px;
	text-align: center;
}
footer {
	background: var(--green);
	color: #FFF;
}
footer p.f-add {
	font-size: 13px;
	margin: 20px 0 20px;
}
footer p.fnavi a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	line-height: 200%;
}
footer p.fnavi a::before {
	content: "｜";
}
footer p.fnavi a.after-b::after {
	content: "｜";
}
footer p.copy {
	margin-top: 20px;
	font-size: 12px;
	color: #00894F;
}
footer p.copy {
	color: #FFF;
}

main.contents h2.first {
	font-size: 18px;
	font-weight: bold;
	color: var(--green);
	text-align: center;
	margin: 20px auto;
}
main.contents .top {
	padding: 0 20px 20px;
    position: relative;
    box-sizing: border-box;
}
main.contents .top img {
	border-radius: 10px;
}

main.syokusyu #sec01 {
	padding: 40px 0;
	background: var(--lgreen);
}
main.syokusyu #sec01 .outer {
	margin: 0 auto;
}
#kaigo #sec01 .outer {
}
main.syokusyu #sec01 .outer h3 {
	font-size: 20px;
	text-align: center;
	color: var(--green);
}
main.syokusyu #sec01 .outer .photo01 {
	margin-top: 20px;
}
main.syokusyu #sec01 .outer .text-box {
	margin: 0 20px;
}
main.syokusyu #sec01 .outer .text-box h4 {
	font-size: 16px;
	font-weight: bold;
	color: var(--green);
	margin-top: 20px;
}
main.syokusyu #sec01 .outer .text-box ul {
	margin-top: 14px;
}
main.syokusyu #sec01 .outer .text-box ul li {
	list-style: none;
	font-size: 14px;
}
main.syokusyu #sec01 .outer .text-box ul li::before {
	content: url(img/base/arow-green.png);
	margin-right: 8px;
}
main.syokusyu #sec01 .outer .photo02 {
	margin: 20px 20px 0;
}
main.syokusyu #sec01 .outer .photo02 img,
main.syokusyu #sec01 .outer .photo03 img {
	width: 212px;
	height: auto;
	border-radius: 15px;
}
main.syokusyu #sec01 .outer p.text {
	font-size: 14px;
	line-height: 170%;
	margin: 20px 20px 0;
}
main.syokusyu #sec01 .outer .photo03 {
	margin: 20px 20px 0;
	text-align: right;
}

main.syokusyu #sec02 {
	padding: 40px 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: 40px;
	background: url(img/kaigo/flow-bg.png) no-repeat top 120px center;
	background-size: 80% auto;
}
main.syokusyu #sec02 .outer {
	margin: 0 20px;
}
main.syokusyu #sec02 .outer h4 {
	font-size: 24px;
	margin-top: 40px;
	color: var(--green);
	margin-bottom: 20px;
}
main.syokusyu #sec02 .outer .title-box {
	display: flex;
	align-items: center;
	position: relative;
}
main.syokusyu #sec02 .outer .title-box figure.arow {
	margin-right: 10px;
}
main.syokusyu #sec02 .outer .title-box figure.step img {
	width: 18px;
}
main.syokusyu #sec02 .outer .title-box p.title {
	font-size: 16px;
	color: var(--green);
	font-weight: bold;
	margin: 0 10px;
}
main.syokusyu #sec02 .outer .title-box p.title.step01 {
	font-size: 20px;
}
main.syokusyu #sec02 .outer .title-box .line {
	min-width: 20px;
	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: 60px;
}
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 {
	font-size: 14px;
	line-height: 160%;
	border-right: 1px solid var(--green);
	padding: 10px 20px 0 0;
}
main.syokusyu #sec02 .outer p.text.no-border {
	border-right: none;
	padding: 10px 0 0 0;
}
main.syokusyu #sec02 .outer p.star {
	margin-top: 20px;
	font-size: 14px;
}
main.syokusyu p.bt-intern {
	margin: 20px auto 0;
}
main.syokusyu #sec02 p.caution {
	margin: 30px 20px 0;
	font-size: 14px;
}

#env {
	padding: 40px 0;
}
#env .outer {
	margin: 0 auto;
}
#env h3.t-line {
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: var(--green);
	line-height: 200%;
	margin: 0 20px;
	background-image: linear-gradient(to right, var(--orange) 0 214px, #FFF 214px 234px, var(--green) 234px 100%);
	background-repeat: no-repeat;
	background-size: 100% 2px;
}
#env h3.t-line span {
	font-size: 30px;
	font-family: var(--century);
}
#env .cont {
}

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: 40px 0;
	background: var(--lgreen) url(img/home/bg-mark.png) no-repeat top 180px center;
	background-size: 270px auto;
}
main.syokusyu #sec03 h4 {
	font-size: 18px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 30px;
}
main.syokusyu #sec03 h5 {
	font-size: 20px;
	text-align: center;
	color: var(--green);
	margin-top: 35px;
}
main.syokusyu #sec03 dl {
	margin: 30px 20px 0;
	border-top: 1px dotted #999;
}
main.syokusyu #sec03 dl dt {
	padding: 14px 0 0;
	font-size: 16px;
}
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: 14px;
	font-weight: normal;
	color: #777;
}
main.syokusyu #sec03 dl dd {
	padding: 14px 0 14px;
	border-bottom: 1px dotted #999;
	font-size: 20px;
	font-weight: bold;
}
main.syokusyu #sec03 p.caution {
	font-size: 14px;
	margin: 20px auto 0;
}

#voice {
	margin: 0 20px 40px;
	box-sizing: border-box;
	padding: 30px 0;
	border-top: 1px solid var(--green);
	border-bottom: 1px solid var(--green);
}
#voice p.title {
	font-size: 16px;
	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: 14px;
	margin-top: 14px;
}

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

#surugakai .crslider {
	width: 100%;
	height: 380px;
	position: relative;
	margin: 20px 0;
}
#surugakai .crslider p.text {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}
#surugakai .crslider p.text img {
	width: 164px;
	height: auto;
}
#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: 4750px;
	height: 380px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
#surugakai .crslider .slider01 {
	background-image: url(img/surugakai/top-slide-02-sp.png);
	z-index: 2;
}
#surugakai .crslider .slider02 {
	background-image: url(img/surugakai/top-slide-01-sp.png);
	z-index: 1;
}
#surugakai .crslider .slider01.on {
	animation-duration: 300s;
	animation-name: crslider-anime;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
#surugakai .crslider .slider02.on {
	animation-duration: 200s;
	animation-timing-function: linear;
	animation-name: crslider-anime;
	animation-iteration-count: infinite;
}

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

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

#surugakai #sec01 {
	padding: 40px 0;
	background: var(--lgreen);
}
#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 {
	font-size: 18px;
	color: var(--green);
	font-weight: bold;
	margin: 30px auto 0;
	text-align: center;
}
#surugakai #sec01 .outer {
}
#surugakai #sec01 .outer .photo {
	margin-top: 20px;
}
#surugakai #sec01 .outer .text-box {
	padding: 20px 20px 0;
}
#surugakai #sec01 .outer .text-box p.lead {
	font-size: 16px;
	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: 14px;
	margin-top: 20px;
	line-height: 170%;
}
#surugakai p.bt-intern {
	margin: 20px auto 0;
}

#surugakai .secbox {
	padding: 40px 0 0;
	margin-top: 20px;
	position: relative;
}
#surugakai .secbox p.num {
	text-align: right;
	font-size: 200px;
	color: var(--green);
	font-family: var(--century);
	position: absolute;
	top: 20px;
	right: 0;
}
#surugakai #sec02 p.num {
	top: 10px;
	right: -20px;
}
#surugakai #sec03 p.num {
	top: -18px;
	right: 0;
}
#surugakai #sec04 p.num {
	top: -10px;
	right: 0;
}
#surugakai #sec05 p.num {
	top: 20px;
	right: 0;
}
#surugakai #sec06 p.num {
	top: -40px;
	right: 0;
}
#surugakai #sec07 p.num {
	top: 20px;
	right: 0;
}
#surugakai .secbox p.core {
	width: 50%;
	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: 100%;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 0;
}
#surugakai .secbox .title-box {
	width: 100%;
	box-sizing: border-box;
	margin: 20px auto 0;
}
#surugakai .secbox .title-box .line-box {
	width: 100%;
	display: flex;
	align-items: center;
}
#surugakai .secbox .title-box .line-box .line {
	height: 1px;
	background: var(--green);
	width: calc(50% - 5px);
}
#surugakai .secbox .title-box .line-box p {
	font-size: 14px;
	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 .title-box h3 {
	font-size: 18px;
	color: var(--green);
	font-weight: bold;
	margin: 10px 0 0 20px;
}
#surugakai .secbox .outer {
}
#surugakai .secbox .outer .photo {
	margin-top: 10px;
}
#surugakai .secbox .outer .text-box {
	padding: 20px 20px 0;
}
#surugakai .secbox .outer .text-box p.lead {
	font-size: 16px;
	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: 14px;
	margin-top: 20px;
	line-height: 170%;
}
#surugakai #sec07 {
	padding: 40px 0;
}

#surugakai #sec08 {
	padding: 40px 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: 18px;
	text-align: center;
	color: var(--green);
	font-weight: bold;
	margin-top: 30px;
}
#surugakai #sec08 .bg-white {
	background: #FFF;
	overflow: hidden;
	padding: 30px 0;
	margin-top: 30px;
}
#surugakai #sec08 article.syokusyu-cr {
	margin-top: 0;
}
#surugakai #sec08 p.text01 {
	font-size: 14px;
	margin: 30px 20px 0;
	line-height: 170%;
}

/*--interview-top--*/

main#interview-top {
	width: 100%;
	display: block;
	overflow: hidden;
}
#interview-top .top {
	position: relative;
}
#interview-top .top .slider-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
#interview-top .top .slider-wrap img {
	width: 100%;
	height: auto;
}
#interview-top .top .text {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	text-align: center;
}
#interview-top .text-our {
	text-align: center;
	margin: 30px 20px 0;
}
#interview-top .text-our img {
	max-width: 290px;
}

#interview-top #director {
	padding: 40px 0 20px;
}
#interview-top #director h3 {
	text-align: center;
}
#interview-top #director .outer {
	margin: 30px auto 0;
}
#interview-top #director .outer figure {
	margin: 0 20px;
}
#interview-top #director .outer .text-box {
	color: var(--green);
	margin: 0 20px;
}
#interview-top #director .outer .text-box p.title {
	font-size: 18px;
	border-bottom: 1px solid var(--green);
	padding-bottom: 10px;
	margin-top: 10px;
}
#interview-top #director .outer .text-box p.name {
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
}
#interview-top #director .outer .text-box p.lead {
	font-size: 16px;
	line-height: 180%;
    margin-top: 10px;
}
#interview-top #director p.text {
	font-size: 14px;
	line-height: 180%;
    margin: 20px 20px 0;
}

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

#interview-top #sec01 {
	padding: 40px 0;
	background: var(--lgreen);
	margin-top: 40px;
}
#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: 20px auto 0;
}

/*--interview--*/
main#interview {
	width: 100%;
	display: block;
	overflow: hidden;
}
#interview .top {
	overflow: hidden;
	position: relative;
}
#interview .top figure {
	z-index: -1;
	position: relative;
}
#interview .top .text {
	position: absolute;
	top: 30px;
	left: 40px;
}
#interview .top .text img {
	height: 320px;
	width: auto;
}
#interview .top .prof {
	margin: 30px 20px 0;
}

#interview .movie {
	overflow: hidden;
	padding: 30px 0;
	background: linear-gradient(to bottom, #63BCE5,#3DAC79);
	margin-top: 40px;
}
#interview .movie .inner {
	overflow: hidden;
}
#interview .movie .movie-wrap {
	width: calc(100% - 40px);
	position: relative;
	padding-top: calc((100% - 40px) * 0.5625);
	margin: 0 auto 0;
	background: #FFF;
}
#interview .movie.r-2024 {
	background: linear-gradient(to bottom, #0C978F,#0C844D);
}
#interview .movie .movie-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#interview .movie figure {
	position: relative;
	padding: 0 20px;
}
#interview .movie .title {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#interview .movie .tag {
	width: 230px;
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-left: 20px;
}

#interview .text-box {
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin-top: 0;
}
#interview .text-box .inner {
	overflow: hidden;
	margin: 40px 0 0;
}
#interview .text-box .inner.wiz-bg {
	background: url(img/interview/like-bg.png) no-repeat center center;
}
#interview .text-box .inner:first-of-type {
}
#interview .text-box .inner:nth-of-type(odd) {
}
#interview .text-box .inner:nth-of-type(even) {
}
#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: 50%;
	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 #prof {
	margin-top: 50px;
}
#interview #prof .inner {
	padding: 0 20px;
}
#interview #prof h3 img {
	width: auto;
	height: 40px;
}
#interview #prof .title {
	margin-top: 30px;
}
#interview #prof .text {
	margin-top: 20px;
	font-size: 14px;
}
#interview #prof .prof-cont figure {
	margin-top: 20px;
}
#interview #prof .prof-cont .prof-text {
	overflow: hidden;
}
#interview #prof .prof-cont .prof-text .name {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
#interview #prof .prof-cont .prof-text .job {
	font-size: 15px;
	color: #00894F;
	margin-bottom: 10px;
}
#interview #prof .prof-cont .prof-text .comment {
}

#interview #epi {
	margin-top: 50px;
	margin-bottom: 0;
}
#interview #epi .inner {
	padding: 0 20px;
}
#interview #epi h3 img {
	width: auto;
	height: 40px;
}
#interview #epi figure {
	margin-top: 20px;
}
#interview #epi .text {
	margin-top: 20px;
	font-size: 14px;
}
#interview #epi .date {
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}

#interview #sec01 {
	padding: 40px 0;
	background: var(--lgreen);
	margin-top: 40px;
}
#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: 20px auto 0;
}

#information #sec01,
#information-single #sec01 {
	padding: 40px 0;
	background: var(--lgreen);
	margin-top: 40px;
}
#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: 20px auto 0;
}

#information-single #single-cont {
	background: var(--lgreen);
	margin: 10px 0 40px;
	padding: 40px 0;
}
#information-single #single-cont p.title {
	color: var(--green);
	font-size: 18px;
	font-weight: bold;
	margin: 0 20px;
	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 {
	margin: 20px 20px 0;
	background: #FFF;
	box-sizing: border-box;
	padding: 20px;
}
#information-single #single-cont .content p {
	margin-top: 1.5em;
	font-size: 14px;
	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;
}










































}

/*--SP-----------------------------------*/