@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;
}

#home .top {
	padding: 0 36px;
	position: relative;
	min-width: 1200px;
	box-sizing: border-box;
}
#home .top .slider img {
	border-radius: 20px;
}
#home .top .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#home .top .text p:nth-of-type(1){
	margin-bottom: 10px;
}
#home .top .bt-intern {
	position: absolute;
	top: 30px;
	right: 18px;
}
.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;
}
#home .top .bt-intern a {
	border: 2px solid #FFF;
}

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;
}
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;
}

#home #sec01 {
	width: 100%;
	padding: 80px 0;
	background: var(--lgreen) url(img/home/bg-mark.png) no-repeat top 180px center;
}
#home #sec01 .text-box {
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#home 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;
}
#home h2.u-line::after {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#home #sec01 .text-box h3 {
	font-size: 22px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 50px;
}
#home #sec01 .text-box .p-box {
	margin-top: 50px;
}
#home #sec01 .text-box .p-box p {
	font-size: 16px;
	line-height: 170%;
	margin-bottom: 1em;
}
#home #sec01 .text-box .p-box p:last-of-type {
	margin-left: 0.7em;
	margin-bottom: 0;
}

#home #sec01 .text-box p.bt-more {
	margin-top: 50px;
}

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;
}

.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;
}

#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);
}

.env-cr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.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;}

#home #sec03 {
	width: 100%;
	padding: 80px 0;
	background: var(--lgreen) url(img/home/bg-mark.png) no-repeat top 180px center;
}
#home #sec03 .text-box {
	width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#home #sec03 .text-box h3 {
	font-size: 22px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 50px;
}
#home #sec03 .text-box p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 170%;
}

#home #sec03 .wrap {
	width: 100%;
	position: relative;
}
#home #sec03 .wrap .bar {
	width: calc((100% - 1200px) / 2);
	height: 1px;
	background: var(--green);
	position: absolute;
	top: 80px;
	left: 0;
}
#home #sec03 .outer {
	width: 1200px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
#home #sec03 .outer .left {
	width: 536px;
	background-image: url(img/home/core-left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	border-radius: 20px;
}
#home #sec03 .outer .left h3 {
	font-size: 42px;
	color: #FFF;
	margin-top: 50px;
	display: flex;
	align-items: center;
}
#home #sec03 .outer .left h3::before {
	content: "";
	height: 1px;
	width: 100px;
	background: #FFF;
	margin-right: 10px;
	display: block;
}
#home #sec03 .outer .right {
	width: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home #sec03 .outer .right .inner {
	width: 280px;
	margin-bottom: 30px;
}
#home #sec03 .outer .right .inner .photo {
	width: 100%;
	padding-top: calc(100% * 0.64);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	border-radius: 15px;
	position: relative;
}
#home #sec03 .outer .right .inner:nth-of-type(1) .photo {background-image: url(img/home/core-01.jpg);}
#home #sec03 .outer .right .inner:nth-of-type(2) .photo {background-image: url(img/home/core-02.jpg);}
#home #sec03 .outer .right .inner:nth-of-type(3) .photo {background-image: url(img/home/core-03.jpg);}
#home #sec03 .outer .right .inner:nth-of-type(4) .photo {background-image: url(img/home/core-04.jpg);}
#home #sec03 .outer .right .inner:nth-of-type(5) .photo {background-image: url(img/home/core-05.jpg);}
#home #sec03 .outer .right .inner:nth-of-type(6) .photo {background-image: url(img/home/core-06.jpg);}

#home #sec03 .outer .right .inner .photo p.bt-more {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
}
#home #sec03 .outer .right .inner h4 {
	color: var(--green);
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 10px 0 6px;
}
#home #sec03 .outer .right .inner h4::after {
	content: "";
	height: 1px;
	background: var(--green);
	margin-left: 10px;
	display: block;
	flex-grow: 1;
}
#home #sec03 .outer .right .inner p {
	font-size: 14px;
}
#home #sec03 .outer .right .box {
	width: 100%;
	display: flex;
	justify-content: center;
}
#home #sec03 .bt-intern {
	margin: 40px auto 0;
}

#home #sec04 {
	padding: 80px 0;
}
#home #sec04 h3 {
	font-size: 22px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 50px;
}
#home #sec04 .bt-intern {
	margin: 40px auto 0;
}

#home #sec05 {
	width: 100%;
	padding: 80px 0;
	background: var(--lgreen);
}
#home #sec05 .wrap {
	width: 100%;
	position: relative;
}
#home #sec05 .wrap .bar {
	width: calc((100% - 1200px) / 2);
	height: 1px;
	background: var(--green);
	position: absolute;
	top: 80px;
	left: 0;
}
#home #sec05 .outer {
	width: 1200px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
#home #sec05 .outer .left {
	width: 536px;
	background-image: url(img/home/interview-left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	border-radius: 20px;
	height: 680px;
	position: relative;
}
#home #sec05 .outer .left h3 {
	font-size: 42px;
	color: #FFF;
	margin-top: 50px;
	display: flex;
	align-items: center;
}
#home #sec05 .outer .left h3::before {
	content: "";
	height: 1px;
	width: 100px;
	background: #FFF;
	margin-right: 10px;
	display: block;
}
#home #sec05 .outer .left p.name {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	bottom: 100px;
	left: 100px;
}
#home #sec05 .outer .left p.bt-more {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
#home #sec05 .outer .right {
	width: 600px;
}
#home #sec05 .outer .right h3 {
	font-size: 22px;
	line-height: 170%;
	color: var(--green);
	margin-bottom: 30px;
}
#home #sec05 .outer .right .inner {
	position: relative;
	padding: 20px 0 20px 150px;
	border-top: 1px solid var(--green);
	min-height: 115px;
}
#home #sec05 .outer .right .inner:last-of-type {
	border-bottom: 1px solid var(--green);
}
#home #sec05 .outer .right .inner figure {
	width: 115px;
	position: absolute;
	top: 20px;
	left: 0;
}
#home #sec05 .outer .right .inner p.name {
	font-size: 18px;
	color: var(--green);
	font-weight: bold;
}
#home #sec05 .outer .right .inner p.gakureki {
	font-size: 14px;
	color: var(--green);
	margin: 6px 0 8px;
}
#home #sec05 .outer .right .inner p.coment {
	font-size: 16px;
	font-weight: bold;
}
#home #sec05 .outer .right .inner p.bt-more {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#home #sec05 > p.bt-more {
	margin: 70px auto 0;
}

#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: var(--lgreen);
}
#home #sec07 h3 {
	font-size: 22px;
	line-height: 170%;
	text-align: center;
	color: var(--green);
	margin-top: 50px;
	margin-bottom: 50px;
}
#home #sec07 dl {
	width: 1000px;
	margin: 0 auto;
}
#home #sec07 dl dt {
	font-size: 16px;
	border-bottom: 1px solid var(--green);
	margin-top: 18px;
	position: relative;
	padding-left: 35px;
	padding-bottom: 8px;
	cursor: pointer;
}
#home #sec07 dl dt:first-of-type {
	margin-top: 0;
}
#home #sec07 dl dt::before {
	content: url(img/home/faq-q.png);
	position: absolute;
	top: 0;
	left: 0;
}
#home #sec07 dl dt::after {
	font-family: var(--icon);
	content: 'highlight_off';
	font-size: 24px;
	color: var(--green);
	position: absolute;
	top: 5px;
	right: 0;
	transform: rotate(45deg);
	transition: transform 0.6s;
}
#home #sec07 dl dt.show::after {
	transform: rotate(180deg);
}

#home #sec07 dl dd {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 30px;
	margin-left: 35px;
	display: none;
}
#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);
}
#home #sec08 .outer {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home #sec08 .outer h2.t-line {
	width: 200px;
	padding-top: 34px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 200%;
	border-top: 2px solid var(--orange);
}
#home #sec08 .outer h2.t-line span {
	font-size: 40px;
	font-family: var(--century);
}
#home #sec08 .outer .cont {
	width: 930px;
	color: #FFF;
}
#home #sec08 .outer .cont h3 {
	font-size: 20px;
	color: var(--yellow);
	font-weight: bold;
	border-top: 2px solid #FFF;
	padding-top: 34px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 14px;
	margin-top: 40px;
}
#home #sec08 .outer .cont h3 span {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#home #sec08 .outer .cont h3.first {
	margin-top: 0;
}
#home #sec08 .outer .cont .tgl-box {
	overflow: hidden;
}
#home #sec08 .outer .cont .hide {
	display: none;
}
#home #sec08 .outer .cont dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
}
#home #sec08 .outer.jobs .cont dl dt {
	width: 8em;
	border-bottom: 1px dotted #FFF;
	padding: 14px 0;
}
#home #sec08 .outer.jobs .cont dl dd {
	width: calc(100% - 8em);
	border-bottom: 1px dotted #FFF;
	box-sizing: border-box;
	padding: 14px 0;
}
#home #sec08 .outer.jobs .cont p.bt-detail {
	float: right;
	margin-top: 20px;
	font-size: 16px;
	position: relative;
	padding-right: 28px;
	cursor: pointer;
}
#home #sec08 .outer.jobs .cont p.bt-detail::after {
	font-family: var(--icon);
	content: 'highlight_off';
	transform: rotate(45deg);
	font-size: 24px;
	color: var(--yellow);
	position: absolute;
	top: 0;
	right: 0;
	transition: transform 0.6s;
}
#home #sec08 .outer.jobs .cont p.bt-detail.show::after {
	transform: rotate(180deg);
}
#home #sec08 .outer.jobs .cont p.bt-detail.show span.open {
	display: none;
}
#home #sec08 .outer.jobs .cont p.bt-detail span.close {
	display: none;
}
#home #sec08 .outer.jobs .cont p.bt-detail.show span.close {
	display: block;
}

#home #sec08 .outer.salary {
	margin: 70px auto 0;
}
#home #sec08 .outer.salary .cont {
	border-top: 2px solid #FFF;
	padding-top: 34px;
}
#home #sec08 .outer .cont p.bt-tgl {
	font-size: 18px;
	cursor: pointer;
	display: flex;
    align-items: end;
}
#home #sec08 .outer .cont 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 .cont p.bt-tgl.show::after {
	transform: rotate(180deg);
}
#home #sec08 .outer.salary .cont dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin-top: 10px;
}
#home #sec08 .outer.salary .cont dl dt {
	width: 430px;
	border-bottom: 1px dotted #FFF;
	padding: 14px 0;
}
#home #sec08 .outer.salary .cont 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 .cont {
	border-top: 2px solid #FFF;
	padding-top: 34px;
}
#home #sec08 .outer.welfare .cont dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin-top: 10px;
}
#home #sec08 .outer.welfare .cont dl dt {
	width: 8em;
	border-bottom: 1px dotted #FFF;
	padding: 14px 0;
}
#home #sec08 .outer.welfare .cont 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;
}
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 .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;
}

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 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-----------------------------------*/