@charset "UTF-8";


.about-index .first-content .intro-txt {
	text-align: center;
}
.about-index .index-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 100px;
}
.about-index .index-menu li {
	position: relative;
	width: 47%;
	margin-bottom: 50px;
}
.about-index .index-menu li .bnr-section-ttl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 32px;
	display: inline-block;
	padding: 20px 20px;
	line-height: 1em;
}
.about-index .index-menu li .bnr-section-ttl:before {
	width: 60px;
	height: 2px;
	background: #000;
	right: -45px;
	bottom: 20px;
	z-index: 3;
}
.about-index .index-menu li .bnr-section-ttl:after {
	width: 110%;
	height: 100%;
	background: #FFF;
	left: 0;
	top: 0;
	z-index: -1;
}
.about-index .index-menu li .bnr-main-ttl {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	font-size: 55px;
	display: inline-block;
	padding: 20px 20px;
	line-height: 1em;
	min-width:  280px;
	text-align: right;
}
.about-index .index-menu li .bnr-main-ttl:before {
	width: 110%;
	height: 4px;
	background-size: 200% auto;
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	right: 0;
	bottom: 0;
	z-index: 3;
	transition: all .5s;
}
.about-index .index-menu li .bnr-main-ttl:after {
	width: 110%;
	height: 100%;
	background: #FFF;
	left: 0;
	top: 0;
	z-index: -1;
}
@media (hover: hover) {
	.about-index .index-menu li:hover .bnr-main-ttl:before {
		background-position: center left;
	}
}
@media screen and (max-width: 1024px) {
	.about-index .first-content .intro-txt {
		text-align: center;
	}
	.about-index .index-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 40px;
		margin-bottom: 100px;
	}
	.about-index .index-menu li {
		position: relative;
		width: 47%;
		margin-bottom: 50px;
	}
	.about-index .index-menu li .bnr-section-ttl {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		font-size: 23px;
		display: inline-block;
		padding: 12px 20px;
		line-height: 1em;
	}
	.about-index .index-menu li .bnr-section-ttl:before {
		width: 60px;
		height: 2px;
		background: #000;
		right: -45px;
		bottom: 20px;
		z-index: 3;
	}
	.about-index .index-menu li .bnr-section-ttl:after {
		width: 110%;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.about-index .index-menu li .bnr-main-ttl {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		font-size: 38px;
		display: inline-block;
		padding: 20px 20px;
		line-height: 1em;
		min-width:  220px;
		text-align: right;
	}
	.about-index .index-menu li .bnr-main-ttl:before {
		width: 110%;
		height: 4px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		right: 0;
		bottom: 0;
		z-index: 3;
		transition: all .5s;
	}
	.about-index .index-menu li .bnr-main-ttl:after {
		width: 110%;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
}
@media screen and (max-width: 834px) {
	.about-index .first-content .intro-txt {
		text-align: center;
	}
	.about-index .index-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px auto 60px;
		max-width: 500px;
	}
	.about-index .index-menu li {
		position: relative;
		width: 100%;
		margin-bottom: 50px;
	}
	.about-index .index-menu li .bnr-section-ttl {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		font-size: 22px;
		display: inline-block;
		padding: 10px 10px;
		line-height: 1em;
	}
	.about-index .index-menu li .bnr-section-ttl:before {
		width: 30px;
		height: 2px;
		background: #000;
		right: -25px;
		bottom: 10px;
		z-index: 3;
	}
	.about-index .index-menu li .bnr-section-ttl:after {
		width: 110%;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.about-index .index-menu li .bnr-main-ttl {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
		font-size: 30px;
		display: inline-block;
		padding: 10px 10px;
		line-height: 1em;
		min-width:  200px;
		text-align: right;
	}
	.about-index .index-menu li .bnr-main-ttl:before {
		width: 110%;
		height: 4px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		right: 0;
		bottom: 0;
		z-index: 3;
		transition: all .5s;
	}
	.about-index .index-menu li .bnr-main-ttl:after {
		width: 110%;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
}













.page-about .about-main {
	position: relative;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-about.safety .about-main {
	background-image: url("../img/about_img/about-safety-main.jpg");
}
.page-about.tech .about-main {
	background-image: url("../img/about_img/about-tech-main.jpg");
}
.page-about.society .about-main {
	background-image: url("../img/about_img/about-society-main.jpg");
}
.page-about.hr .about-main {
	background-image: url("../img/about_img/about-hr-main.jpg");
	background-position: center 20%;
}
.page-about .about-main .content {
	height: 400px;
	z-index: 2;
}
.page-about .about-main .page-ttl {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.page-about .about-main .page-ttl .eft {
	opacity : 0;
	transform : translate(-10px, 0);
	transition-duration: 1.2s;
	transition-property: all;
}
.page-about .about-main .page-ttl .eft.eon {
	opacity : 1;
	transform : translate(0, 0);
}
.page-about .about-main .page-ttl h1.eft.eon {
	transition-delay: .2s;
}
.about-main .page-ttl .en-ttl {
	font-family: var(--en-font);
	color: #39992D;
	line-height: 1.4em;
	font-size: 20px;
}
.about-main .page-ttl .section-ttl {
	font-size: 32px;
	line-height: 1.5em;
	position: relative;
	padding: 0 20px 0 10px;
	display: inline-block;
}
.about-main .page-ttl h1 {
	font-size: 64px;
	line-height: 1.5em;
	position: relative;
	padding: 0 30px 0 15px;
}
.about-main .page-ttl .section-ttl:before {
	width: 50px;
	height: 2px;
	background: #000;
	right: -35px;
	bottom: 10px;
	z-index: 3;
}
.about-main .page-ttl .section-ttl:after{
	width: 100%;
	height: 100%;
	background: #FFF;
	left: 0;
	top: 0;
	z-index: -1;
}
.about-main .page-ttl h1:before {
	width: 120%;
	height: 4px;
	background-size: 200% auto;
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	left: 0;
	bottom: 0;
	z-index: 3;
	transition: all .5s;
}
.about-main .page-ttl h1:after {
	width: 400px;
	height: 100%;
	background: #FFF;
	left: 0;
	top: 0;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.page-about .about-main {
		position: relative;
		height: 250px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-about.society .about-main {
		background-image: url("../img/about_img/about-society-main.jpg");
		background-position: center 10%;
	}
	.page-about .about-main .content {
		height: 220px;
		z-index: 2;
	}
	.page-about .about-main .page-ttl {
		position: absolute;
		display: inline-block;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
	.page-about .about-main .page-ttl .eft {
		opacity : 0;
		transform : translate(-10px, 0);
		transition-duration: 1.2s;
		transition-property: all;
	}
	.page-about .about-main .page-ttl .eft.eon {
		opacity : 1;
		transform : translate(0, 0);
	}
	.page-about .about-main .page-ttl h1.eft.eon {
		transition-delay: .2s;
	}
	.about-main .page-ttl .en-ttl {
		font-family: var(--en-font);
		color: #39992D;
		line-height: 1.4em;
		font-size: 20px;
	}
	.about-main .page-ttl .section-ttl {
		font-size: 24px;
		line-height: 1.6em;
		position: relative;
		padding: 0 20px 0 10px;
		display: inline-block;
	}
	.about-main .page-ttl h1 {
		font-size: 54px;
		line-height: 1.6em;
		position: relative;
		padding: 0 30px 0 15px;
	}
	.about-main .page-ttl .section-ttl:before {
		width: 50px;
		height: 2px;
		background: #000;
		right: -35px;
		bottom: 10px;
		z-index: 3;
	}
	.about-main .page-ttl .section-ttl:after {
		width: 100%;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.about-main .page-ttl h1:before {
		width: 120%;
		height: 4px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		z-index: 3;
		transition: all .5s;
	}
	.about-main .page-ttl h1:after {
		width: 300px;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
}
@media screen and (max-width: 834px) {
	.page-about .about-main {
		position: relative;
		height: 250px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-about .about-main .content {
		height: 150px;
		z-index: 2;
	}
	.page-about .about-main .page-ttl {
		position: absolute;
		display: inline-block;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
	.page-about .about-main .page-ttl .eft {
		opacity : 0;
		transform : translate(-10px, 0);
		transition-duration: 1.2s;
		transition-property: all;
	}
	.page-about .about-main .page-ttl .eft.eon {
		opacity : 1;
		transform : translate(0, 0);
	}
	.page-about .about-main .page-ttl h1.eft.eon {
		transition-delay: .2s;
	}
	.about-main .page-ttl .en-ttl {
		font-family: var(--en-font);
		color: #39992D;
		line-height: 1.4em;
		font-size: 14px;
		padding-left: 10px;
	}
	.about-main .page-ttl .section-ttl {
		font-size: 18px;
		line-height: 1.7em;
		position: relative;
		padding: 0 20px 0 10px;
		display: inline-block;
	}
	.about-main .page-ttl h1 {
		font-size: 28px;
		line-height: 1.5em;
		position: relative;
		padding: 0 10px 0 10px;
	}
	.about-main .page-ttl .section-ttl:before {
		width: 50px;
		height: 2px;
		background: #000;
		right: -35px;
		bottom: 10px;
		z-index: 3;
	}
	.about-main .page-ttl .section-ttl:after {
		width: 100%;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.about-main .page-ttl h1:before {
		width: 120%;
		height: 3px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		z-index: 3;
		transition: all .5s;
	}
	.about-main .page-ttl h1:after {
		width: 110%;
		height: 100%;
		background: #FFF;
		left: 0;
		top: 0;
		z-index: -1;
	}
}

@media screen and (max-width: 600px) {
	.page-about .about-main {
		position: relative;
		height: 140px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/* /////////////////////////// NEEと　-共通-　 */

@keyframes moveRight {
  from {
		opacity: 0;
    right: 15px;
  }
  to {
		opacity: 1;
    right: 10px;
  }
}



/* /////////////////////////// 安心・安全 */
.section-safty {
	padding: 80px 0;
}
.section-area {
	padding: 0 0 100px;
}
.cycle-box {
	margin: 30px auto;
}
.section-area .scroll-box {
	margin-bottom: 50px;
}
.cycle-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.cycle-box ul:after {
	width: 300px;
	height: 300px;
	background-image: url("../img/about_img/cycle-pc.png");
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.cycle-box ul li {
	width: calc(50% - 80px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cycle-box ul li:nth-child(-n + 2) {
	margin-bottom: 100px;
}
.cycle-box ul li:nth-child(1) .txt .list-ttl {
	order: 2;
}
.cycle-box ul li:nth-child(3) .txt .list-ttl {
	order: 2;
}
.cycle-box ul li:nth-child(3) .img {
	order: 2;
}
.cycle-box ul li:nth-child(4) .img {
	order: 2;
}
.cycle-box ul li .img {
	margin: 5px 0;
}
.cycle-box ul li .txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5px 0;
}
.cycle-box ul li .txt .list-ttl {
	width: 140px;
	height: 70px;
	background: #39992D;
	position: relative;
}
.cycle-box ul li .txt .list-ttl p {
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4em;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.cycle-box ul li .txt .list-detail {
	width: calc(100% - 150px);
}
.cycle-box ul li .txt .list-detail p {
	font-size: 14px;
	line-height: 1.8em;
}
.other-services ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.other-services ul li {
	width: 23%;
}

.other-services ul li .txt .list-ttl {
	background: #39992D;
	position: relative;
}
.other-services ul li .txt .list-ttl p {
	text-align: center;
	color: #FFF;
	font-size: 13px;
}
.other-services ul li .txt .list-detail p {
	font-size: 14px;
	line-height: 1.8em;
	padding: 10px 0 0;
}

@media screen and (max-width: 834px) {
	.cycle-figure {
		max-width: 400px;
		margin: 0 auto 40px;
		
	}
	.section-safty {
		padding: 40px 0;
	}
	.section-area {
		padding: 0 0 50px;
	}
	.cycle-box {
		margin: 30px auto;
	}
	.section-area .scroll-box {
		margin-bottom: 50px;
	}
	.cycle-box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	.cycle-box ul:after {
		display: none;
	}
	.cycle-box ul li {
		width: calc(100%);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cycle-box ul li {
		margin-bottom: 20px!important;
	}
	.cycle-box ul li:nth-child(1) .txt .list-ttl {
		order: 1;
	}
	.cycle-box ul li:nth-child(1) .txt .list-detail {
		order: 2;
	}
	.cycle-box ul li:nth-child(3) .txt .list-ttl {
		order: 1;
	}
	.cycle-box ul li:nth-child(3) .txt .list-detail {
		order: 2;
	}
	
	.cycle-box ul li:nth-child(3) .img {
		order: 1;
	}
	.cycle-box ul li:nth-child(3) .txt {
		order: 2;
	}
	.cycle-box ul li:nth-child(4) .img {
		order: 1;
	}
	.cycle-box ul li:nth-child(4) .txt {
		order: 2;
	}
	.cycle-box ul li .img {
		margin: 0;
	}
	.cycle-box ul li .txt {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0;
	}
	.cycle-box ul li .txt .list-ttl {
		width: 100%;
		height: 30px;
		background: #39992D;
		position: relative;
	}
	.cycle-box ul li .txt .list-ttl p {
		text-align: center;
		color: #FFF;
		font-size: 13px;
		line-height: 1.4em;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.cycle-box ul li .txt .list-detail {
		width: calc(100%);
		padding: 10px 0 0;
	}
	.cycle-box ul li .txt .list-detail p {
		font-size: 13px;
		line-height: 1.8em;
	}
	.other-services ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.other-services ul li {
		width: 49%;
		margin-bottom: 20px;
	}

	.other-services ul li .txt .list-ttl {
		background: #39992D;
		position: relative;
	}
	.other-services ul li .txt .list-ttl p {
		text-align: center;
		color: #FFF;
		font-size: 12px;
	}
	.other-services ul li .txt .list-detail p {
		font-size: 12px;
		line-height: 1.8em;
		padding: 10px 0 0;
	}
}






/* /////////////////////////// 技術 */

.tech .first-content {
	padding: 50px 0 40px;
}
.tech .in-section {
	padding: 40px 0;
}
.tech .sub-block {
	margin-bottom: 50px;
}
.tech-action-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.tech-action-list li {
	width: 46%;
	display: flex;
   flex-direction: column;
}
.tech-action-list:has(li:first-child):not(:has(li:nth-child(2)))  {
  justify-content: center;
}
.tech-action-list li .ttl {
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1.4em;
}
.tech-action-list li .ttl span {
	font-size: 12px;
	display: block;
	line-height: 1.4em;
}
.tech-action-list li .img {
	width: 80%;
	max-width: 350px;
	padding-top: 30px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}
.bim-movie {
	padding: 30px 0 0;
}
.bim-movie .movie-ttl {
	text-align: center;
	color: var(--main-color);
	padding-bottom: 10px;
}
.block-smh .ttl {
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1.4em;
}
.block-smh .grid-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.block-smh .grid-box .txt {
	width: 100%;
}
.block-smh .grid-box .img {
	width: 30%;
	margin: 30px auto 0;
}

.block-pickup {
	background: #F2F2F2;
	padding: 40px 0;
}
.block-pickup .ttl-pickup {
	text-align: center;
	font-size: 20px;
	color: var(--main-color);
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
}
.block-pickup .ttl-pickup:before {
	width: 35px;
	height: 35px;
	background-image: url("../img/common_img/icon-check.svg");
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.block-pickup .ttl {
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1.4em;
}
.smh-point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.smh-point-list li {
	width: 48%;
	padding: 30px;
	background: #FFF;
	margin-bottom: 4%;
	position: relative;
}
.smh-point-list li:before {
	width: 32px;
	height: 32px;
	background-image: url("../img/common_img/bracket.svg");
	left: 0;
	top: 0;
}
.smh-point-list li .list-ttl {
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1.4em;
}
.ttl-movision {
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 1.4em;
}
.ttl-movision span {
	color: #C81D1D;
}
.movision-logo {
	width: 80%;
	margin: 30px auto 0;
	max-width: 350px;
}


@media screen and (max-width: 834px) {
	.tech .first-content {
		padding: 30px 0 30px;
	}
	.tech .in-section {
		padding: 30px 0;
	}
	.tech .sub-block {
		margin-bottom: 50px;
	}
	.tech-action-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
	}
	.tech-action-list li {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
	}
	.tech-action-list li .ttl {
		text-align: center;
		font-size: 18px;
		padding-bottom: 12px;
		line-height: 1.4em;
	}
	.tech-action-list li .ttl span {
		font-size: 12px;
		display: block;
		line-height: 1.4em;
	}
	.tech-action-list li .img {
		width: 100%;
		max-width: 350px;
		padding-top: 10px;
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.bim-movie {
		padding: 30px 0 0;
	}
	.bim-movie .movie-ttl {
		text-align: center;
		color: var(--main-color);
		padding-bottom: 10px;
	}
	.block-smh .ttl {
		text-align: center;
		font-size: 18px;
		padding-bottom: 15px;
		line-height: 1.4em;
	}
	.block-smh .grid-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
	}
	.block-smh .grid-box .txt {
		width: 100%;
		order: 1;
	}
	.block-smh .grid-box .img {
		width: 50%;
		max-width: 300px;
		margin: 30px auto 10;
		order: 2;
	}

	.block-pickup {
		background: #F2F2F2;
		padding: 40px 0;
	}
	.block-pickup .ttl-pickup {
		text-align: center;
		font-size: 20px;
		color: var(--main-color);
		padding-top: 40px;
		padding-bottom: 10px;
		position: relative;
	}
	.block-pickup .ttl-pickup:before {
		width: 35px;
		height: 35px;
		background-image: url("../img/common_img/icon-check.svg");
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.block-pickup .ttl {
		text-align: center;
		font-size: min(3.4vw,16px);
		padding-bottom: 15px;
		line-height: 1.4em;
	}
	.smh-point-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.smh-point-list li {
		width: 100%;
		padding: 30px;
		background: #FFF;
		margin-bottom: 4%;
		position: relative;
	}
	.smh-point-list li:before {
		width: 32px;
		height: 32px;
		background-image: url("../img/common_img/bracket.svg");
		left: 0;
		top: 0;
	}
	.smh-point-list li .list-ttl {
		text-align: center;
		font-size: 15px;
		padding-bottom: 15px;
		line-height: 1.4em;
	}
	.ttl-movision {
		text-align: center;
		font-size: 24px;
		padding-bottom: 15px;
		line-height: 1.4em;
	}
	.ttl-movision span {
		color: #C81D1D;
	}
	.movision-logo {
		width: 80%;
		margin: 20px auto 0;
		max-width: 350px;
	}
}





/* /////////////////////////// 社会 */

.society .first-content {
	padding: 50px 0 40px;
}
.society .first-content .catch-txt ~ p {
	padding-bottom: 50px;
}
.society .section-ttl-header {
	margin-bottom: 20px;
}
.society .first-content .grid-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}
.society .first-content .grid-box .txt {
	width: 47%;
}
.society .first-content .grid-box .img {
	width: 47%;
}

@media screen and (max-width: 834px) {
	.society .first-content {
		padding: 40px 0 40px;
	}
	.society .first-content .catch-txt ~ p {
		padding-bottom: 40px;
	}
	.society .section-ttl-header {
		margin-bottom: 10px;
	}
	.society .first-content .grid-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.society .first-content .grid-box .txt {
		width: 100%;
	}
	.society .first-content .grid-box .img {
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
	}
}


/* /////////////////////////// ひと */

.hr .first-content {
	padding: 80px 0 80px;
}
.hr .in-section {
	padding: 40px 0;
}
.grid-box-hr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.grid-box-hr .txt {
	width: 75%;
}
.grid-box-hr .figure {
	width: 20%;
}
.pr-box {
	background: #F4F4F4;
	padding: 30px;
	margin: 50px auto 80px;
}
.pr-ttl {
	position: relative;
}
.pr-ttl span {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	line-height: 1.6em;
	color: #FFF;
	font-family: var(--en-font);
	padding: 0 20px;
}
.pr-box .box-ttl {
	text-align: center;
	font-size: 20px;
	color: var(--main-color);
	padding-bottom: 15px;
}
.pr-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pr-box ul li {
	width: 28%;
	position: relative;
}
.pr-box ul li .list-ttl {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}
.pr-box ul li .number {
	text-align: center;
	font-size: 32px;
}
.pr-box ul li .number span {
	font-family: var(--en-font);
	font-size: 80px;
	letter-spacing: 0.08em;
}
.hr-pickup {
	margin-bottom: 40px;
}
.hr-pickup .ttl {
	font-size: 24px;
	line-height: 1.4em;
	padding-bottom: 15px;
}
.hr-pickup .ttl span {
	display: block;
	font-family: var(--en-font);
	color: var(--main-color);
	line-height: 1.4em;
}
.hr-pickup .grid-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hr-pickup .grid-box .txt {
	width: 47%;
}
.hr-pickup .grid-box .img {
	width: 47%;
}
.training-box {
	margin: 20px 0;
	background: #F2F2F2;
	padding: 30px;
}
.trainging-ttl {
	position: relative;
}
.trainging-ttl span {
	font-size: 20px;
	pointer-events: none;
	display: inline-block;
	background: var(--grd);
	letter-spacing: 0.09em;
	padding: 0 15px;
	border: solid 1px #000;
	color: #FFF;
	line-height: 1.6em;
	margin-bottom: 15px;
	position: relative;
}
.grid-box-training {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.grid-box-training .txt {
	width: 47%;
}
.grid-box-training .img {
	width: 47%;
}
.training-detail-list {
	margin-top: 20px;
	box-sizing: border-box;
	background: var(--main-color);
	border-radius: 4px;
	padding: 30px;
}
.training-detail-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.training-detail-list .list-row-three li {
	width: 30%;
}
.training-detail-list .list-row-two li {
	width: 48%;
}
.training-detail-list ul li {
	position: relative;
	padding-left: 16px;
	color: #FFF;
	line-height: 1.6em;
	font-size: 14px;
	padding-bottom: 10px;
}
.training-detail-list li:before {
	width: 8px;
	height: 8px;
	background: #FFF;
	border-radius: 2px;
	left: 0;
	top: 8px;
}
.training-detail-list > p {
	color: #FFF;
}
.hr .grid-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hr .grid-box .txt {
	width: 47%;
}
.hr .grid-box .img {
	width: 47%;
}
.block-special-bnr {
	padding: 50px 0 0;
}
.block-special-bnr > p {
	text-align: center;
	color: var(--main-color);
	padding-bottom: 5px;
}
.block-special-bnr .speclal-bnr {
	position: relative;
	width: 80%;
	max-width: 540px;
	margin: 0 auto;
}
.block-special-bnr .speclal-bnr .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FFF;
	padding: 15px 15px 15px 20px;
	width: 70%;
}
.block-special-bnr .speclal-bnr .txt:before {
	width: 100%;
	height: 1px;
	background-size: 200% auto;
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	left: 0;
	bottom: 0;
	z-index: 3;
	transition: all .5s;
}
.block-special-bnr .speclal-bnr .txt:after {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-black.svg");
	right: 10px;
	bottom: 10px;
	transition: all .4s;
}
.hr .sub-block {
	margin-bottom: 50px;
}
.mirai-box {
	margin-bottom: 50px;
}
.mirai-box .ttl {
	font-size: 20px;
	line-height: 1.4em;
	padding-bottom: 10px;
	color: var(--main-color);
}
.mirai-box .grid-box .img p {
	text-align: right;
	display: block;
	font-size: 90%;
}
@media (hover: hover) {
	.block-special-bnr .speclal-bnr:hover .txt:before {
		background-position: center left;
	}
	.block-special-bnr .speclal-bnr:hover .txt:after {
		background-image: url("../img/common_img/arrow-green.svg");
		animation: moveRight .4s ease-in-out;
	}
}

@media screen and (max-width: 834px) {
	.hr .first-content {
		padding: 40px 0 0;
	}
	.hr .in-section {
		padding: 30px 0;
	}
	.grid-box-hr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.grid-box-hr .txt {
		width: 100%;
		order: 2;
	}
	.grid-box-hr .figure {
		width: 80%;
		max-width: 160px;
		margin: 0 auto 20px;
		order: 1;
	}
	.pr-box {
		background: #F4F4F4;
		padding: 15px;
		margin: 30px auto 50px;
	}
	.pr-ttl {
		position: relative;
	}
	.pr-ttl span {
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		background: #000;
		line-height: 1.6em;
		color: #FFF;
		font-family: var(--en-font);
		padding: 0 20px;
	}
	.pr-box .box-ttl {
		text-align: center;
		font-size: 16px;
		color: var(--main-color);
		padding-bottom: 15px;
	}
	.pr-box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.pr-box ul li {
		width: 100%;
		position: relative;
	}
	.pr-box ul li:nth-child(-n + 2) {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.pr-box ul li:nth-child(-n + 2):after {
		width: 120px;
		height: 1px;
		background: #000;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	.pr-box ul li .list-ttl {
		text-align: center;
		font-size: 14px;
		padding-bottom: 5px;
	}
	.pr-box ul li .number {
		text-align: center;
		font-size: 22px;
	}
	.pr-box ul li .number span {
		font-family: var(--en-font);
		font-size: 50px;
		letter-spacing: 0.08em;
	}
	.hr-pickup {
		margin-bottom: 40px;
	}
	.hr-pickup .ttl {
		font-size: 18px;
		line-height: 1.4em;
		padding-bottom: 15px;
	}
	.hr-pickup .ttl span {
		display: block;
		font-family: var(--en-font);
		color: var(--main-color);
		line-height: 1.4em;
		font-size: 13px;
	}
	.hr-pickup .grid-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hr-pickup .grid-box .txt {
		width: 100%;
		padding-bottom: 10px;
	}
	.hr-pickup .grid-box .img {
		width: 100%;
	}
	.training-box {
		margin: 20px 0 0;
		background: #F2F2F2;
		padding: 15px;
	}
	.trainging-ttl {
		position: relative;
	}
	.trainging-ttl span {
		font-size: 16px;
		pointer-events: none;
		display: inline-block;
		background: var(--grd);
		letter-spacing: 0.09em;
		padding: 0 15px;
		border: solid 1px #000;
		color: #FFF;
		line-height: 1.6em;
		margin-bottom: 15px;
		position: relative;
	}
	.grid-box-training {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.grid-box-training .txt {
		width: 100%;
		padding-bottom: 10px;
	}
	.grid-box-training .img {
		width: 100%;
	}
	.training-detail-list {
		margin-top: 20px;
		box-sizing: border-box;
		background: var(--main-color);
		border-radius: 4px;
		padding: 15px;
	}
	.training-detail-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.training-detail-list .list-row-three li {
		width: 100%;
	}
	.training-detail-list .list-row-two li {
		width: 100%;
	}
	.training-detail-list ul li {
		position: relative;
		padding-left: 12px;
		color: #FFF;
		line-height: 1.6em;
		font-size: 12px;
		padding-bottom: 5px;
	}
	.training-detail-list li:before {
		width: 6px;
		height: 6px;
		background: #FFF;
		border-radius: 2px;
		left: 0;
		top: 7px;
	}
	.training-detail-list > p {
		color: #FFF;
	}
	.hr .grid-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.hr .grid-box .txt {
		width: 100%;
		padding-bottom: 10px;
	}
	.hr .grid-box .img {
		width: 100%;
	}
	.block-special-bnr {
		padding: 50px 0 0;
	}
	.block-special-bnr > p {
		text-align: center;
		color: var(--main-color);
	}
	.block-special-bnr .speclal-bnr {
		position: relative;
		width: 80%;
		max-width: 540px;
		margin: 0 auto;
	}
	.block-special-bnr .speclal-bnr .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		background: #FFF;
		padding: 10px 10px 10px 10px;
		width: 70%;
	}
	.block-special-bnr .speclal-bnr .txt p {
		font-size: 12px;
	}
	.block-special-bnr .speclal-bnr .txt:before {
		width: 100%;
		height: 1px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		z-index: 3;
		transition: all .5s;
	}
	.block-special-bnr .speclal-bnr .txt:after {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 10px;
		bottom: 10px;
		transition: all .4s;
	}
	.hr .sub-block {
		margin-bottom: 50px;
	}
	.mirai-box {
		margin-bottom: 50px;
	}
	.mirai-box .ttl {
		font-size: 16px;
		line-height: 1.4em;
		padding-bottom: 10px;
		color: var(--main-color);
	}
}