@charset "UTF-8";

/* ▼▼▼ トップ
====================================================== */
header{
	position: absolute;
	transform: translateX(-50%);
	top: 0;
	left: 50%;
}
.title_01{
	margin: 110px 0;
	font-size: 120px;
	line-height: 1;
	text-align: center;
	position: relative;
}
.title_01::after{
	content: "";
	border-left: 2px solid #000;
	height: 40px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -65px;
}
	.title_01 small{
		display: block;
		font-size: 46px;
		width: 100%;
		color: #000;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 12px;
	}

/*  mainVisual
---------------------------------------- */
#mainVisual {
	background: url(../img/top/mv_bg.jpg) no-repeat center/cover;
	width: 100%;
	height: calc(48vw + 150px);
	max-height: 925px;
	position: relative;
	overflow: hidden;
}
.img_wrap{
	max-width: 1366px;
	width: 100%;
	height: calc(100% - 150px);
	margin: 150px auto 0;
	position: relative;
	z-index: 2;
}
.img_wrap > div{
	width: 25%;
	max-width: 390px;
	position: absolute;
	bottom: 10%;
}
.img_wrap > div:nth-of-type(-n + 3),
.img_wrap > div:last-of-type{
	bottom: 45%;
}
.img_wrap > div:nth-of-type(1){
	left: 0;
}
.img_wrap > div:nth-of-type(2){
	left: 33%;
}
.img_wrap > div:nth-of-type(3){
	left: 66%;
}
.img_wrap > div:nth-of-type(4){
	left: 17%;
}
.img_wrap > div:nth-of-type(5){
	left: 50%;
}
.img_wrap > div:nth-of-type(6){
	left: 83%;
}
.img_wrap > div{
	left: 100%;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* wave Animation */
.wave_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.waves {
  position: relative;
	transform: translateY(-50%);
	top: 50%;
  width: 100%;
  height:20vh;
  min-height:100px;
}
.contents .waves{
	top: 42%;
	z-index: -1;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

/* ie時bg切り替え */
@media all and (-ms-high-contrast: none) {
  #mainVisual{
		background: url(../img/top/mv_bg_ie.jpg)no-repeat center/cover;
	}
	.contents .wave_wrap{
		background: url(../img/top/contents_wave.jpg) no-repeat center 40%/100%;
	}
	#mainVisual .wave_wrap,
	.contents .wave_wrap svg{
		display: none;
	}
}

/* アニメーション */
@keyframes fadeUp01 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-45%, -100%, 0);
    transform: translate3d(-45%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp01 {
	opacity: 0;
  animation: fadeUp01 forwards;
}

@keyframes fadeUp02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, -100%, 0);
    transform: translate3d(-10%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp02 {
	opacity: 0;
  animation: fadeUp02 forwards;
}

@keyframes fadeUp03 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(45%, -100%, 0);
    transform: translate3d(45%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp03 {
	opacity: 0;
  animation: fadeUp03 forwards;
}

@keyframes fadeUp04 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(45%, 100%, 0);
    transform: translate3d(45%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp04 {
	opacity: 0;
  animation: fadeUp04 forwards;
}

@keyframes fadeUp05 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 100%, 0);
    transform: translate3d(15%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp05 {
	opacity: 0;
  animation: fadeUp05 forwards;
}

@keyframes fadeUp06 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(45%, 100%, 0);
    transform: translate3d(45%, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp06 {
	opacity: 0;
  animation: fadeUp06 forwards;
}

@keyframes fadeUp07 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(45%, -100%, 0);
    transform: translate3d(45%, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeUp07 {
	opacity: 0;
  animation: fadeUp07 forwards;
}

/* intro
---------------------------------------- */
.intro{
	background: #F4F6F6;
}
.intro .inner{
	padding: 195px 15px 155px;
}
.main_title{
	width: 100%;
	font-size: 68px;
	font-weight: 500;
	line-height: 1.3;
	position: absolute;
	top: -140px;
	left: 0;
	z-index: 2;
}
.main_title span:not(.sm_txt){
	display: inline-block;
	padding-left: 25px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	position: relative;
	letter-spacing: .04em;
	font-weight: 600;
}
.main_title span:not(.sm_txt)::after{
	content: "";
	border-top: 2px solid #000;
	width: 16px;
	position: absolute;
	transform: translateY(-50%);
	top: 55%;
	left: 0;
}
.main_title span:not(.sm_txt)::first-letter{
	color: #006934;
}
.main_title .sm_txt{
	font-size: 20px;
	vertical-align: middle;
	padding-left: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .16em;
	font-weight: bold;
}
.intro p{
	line-height: 2.5;
	letter-spacing: .08em;
	max-width: 872px;
	width: 75%;
	letter-spacing: .08em;
	font-size: 16px;
}
.intro p::after{
	content: "";
	background: url(../img/top/intro_img.png) no-repeat center bottom/100%;
	max-width: 412.5px;
	width: 30%;
	height: 521.5px;
	position: absolute;
	bottom: -30px;
	right: 0;
	z-index: 2;
}
.txt_right{
	display: block;
	text-align: right;
}

/* ビジョン、ミッションステートメント
---------------------------------------- */
.purpose{
	position: relative;
	z-index: 1;
}
.purpose .title_01 {
	color: #edf4bf;
}
.purpose_read {
	margin-top: -20px;
	color: #b4ce00;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.purpose_container {
	max-width: 1080px;
	padding-bottom: 20px;
} 

.purpose_textBox {
	margin-top: 32px;
	font-size: clamp(18px ,calc(25 / 1342 * 100vw),25px);
	line-height: 1.95;
}

.purpose_textBox p {
	text-align: center;
}

.purpose_textBox p+p{
	margin-top: 2em;
}

.purpose .wave_wrap {
	z-index: -1;
}

.purpose_textBox .purpose_empText {
	margin-top: 2em;
}
.purpose_empText span{
	background:linear-gradient(transparent 60%, rgba(179, 206, 0, 0.5) 60%);
}

@media screen and (max-width: 1024px) {
	.purpose_container {
		margin-top: 50px;
	}
	/* .purpose_imgBox {
		margin-right: calc(180 / 1024 * -100vw);
	} */
}

@media screen and (max-width: 767px) {
	.purpose .title_01 {
		margin-top: 60px;
	}

	.purpose_container {
		display: block;
		margin-top: 10px;
	}

	.purpose_contBox {
		line-height: 1.96;
	}

	.purpose_textBox {
		margin-top: 0;
		font-size: 13px;
	}

	.purpose_textBox p+p{
		margin-top: 1.95em;
	}

	.purpose_read {
		/* margin-top: -20px; */
		font-size: 5vw;
	}

	/* .purpose_imgBox {
		width: calc(100% + 40px);
		margin: 20px 0 0 -20px;
		margin-top: 40px;
		margin-right: 0;
	} */
}

/* aim
---------------------------------------- */
.aim{
	padding-bottom: 72px;
}
.aim h2{
	color: #F1F6CC;
}
.aim .bg{
	background: #F1F6CC;
	padding: 80px 0;
	position: relative;
}
.aim .bg::before{
	content: "";
	background: url(../img/top/aim_img.jpg) no-repeat left center/cover;
	width: 40vw;
	height: 750px;
	position: absolute;
	top: 80px;
	left: 0;
}
.aim .bg .txt_area{
	width: 57%;
	margin-left: auto;
	line-height: 2.2;
}

/* action
---------------------------------------- */
.action {
	padding-bottom: calc(418 / 1342 * 100vw);
	background: url(../img/top/action_bg_pc.jpg) center bottom / 100% auto no-repeat;
}

.action .title_01 {
	color: #d5e5dd;
}
.action_list {
	max-width: 1116px;
	margin-top: 174px;
}
.action_list li {
	margin-top: -88px;
}
.action_list li:first-child {
	margin-top: 0;
}
.action_list li:nth-child(odd) {
	width: 510px;
}
.action_list li:nth-child(even) {
	width: 498px;
	margin-right: 6px;
	margin-left: auto;
}
.action_list li:nth-child(even) *:not(.action_desc){
	text-align: right;
}
.action_num {
	color: #006934;
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
}
.action_contEnTtl {
	height: 90px;
	margin-top: 12px;
}
.action_contTtl {
	font-size: 18px;
	font-weight: bold;	
}
.action_desc{
	margin-top: 11px;
	font-size: 16px;
	line-height: 1.82;
	text-align: justify;
}

@media screen and (max-width: 1100px) {
	.action_list li {
		margin-top: 0px;
	}
	.action_list li:nth-child(even) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.action {
		padding-bottom: calc(291 / 565 * 100vw);
		background-image: url(../img/top/action_bg_sp.jpg);
	}
	.action_list {
		margin-top: 60px;
	}
	.action_num {
		font-size: 28px;
	}
	.action_list li {
		margin-top: 36px;
	}
	.action_list li:nth-child(odd) {
		width: 100%;
	}
	.action_list li:nth-child(even) {
		width: 100%;
	}
	.action_list li:nth-child(even) *:not(.action_desc){
		text-align: left;
	}
	.action_contEnTtl {
		margin-top: 15px;
		height: 50px;
	}
	.action_contEnTtl img {
		width: auto;
		height: 48px;
	}
	.action_contEnTtl img.-min {
		height: calc(48px * 0.796);
	}
	.action_contTtl {
		font-size: 15px;
	}
	.action_desc{
		margin-top: 2px;
		font-size: 13px;
	}
}

/* company
---------------------------------------- */
.company h2{
	color: #EFF1F2;
}
.company .flex_box{
	display: flex;
	justify-content: space-between;
}
.company .flex_box table,
.company .flex_box > div{
	width: 48%;
}
.company .flex_box table{
	border-top: 1px solid #000;
	margin-right: 30px;
}
.company .flex_box table th,
.company .flex_box table td{
	height: 100px;
	vertical-align: middle;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
.company .flex_box table td{
	padding: 0 20px;
}
.company .flex_box table tr:nth-child(1) td span{
	display: block;
	padding-left: 60px;
	position: relative;
}
.company .flex_box table tr:nth-child(1) td span::before{
	content: "";
	background: url(../img/logo.svg) no-repeat center/100%;
	width: 55px;
	height: 55px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

/* ▼▼▼ 1024px
====================================================== */
@media screen and (max-width: 1024px) {
	.contents .container{
		transform:scale(0.8);
	}
}

/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {
	.title_01{
		margin: 90px 0 60px;
		font-size: 13vw;
	}
	.title_01::after{
		border-left: 1px solid #000;
		height: 21px;
		bottom: -30px;
	}
		.title_01 small{
			display: block;
			font-size: 5vw;
			width: 100%;
			color: #000;
			text-align: center;
			position: absolute;
			left: 0;
			bottom: 1vw;
		}
	
	/*  mainVisual
	---------------------------------------- */
	#mainVisual {
		background: url(../img/top/mv_bg_sp.jpg) no-repeat center/cover;
		height: 134vw;
		max-height: 100%;
		overflow: unset;
	}
	.img_wrap{
		max-width: 1366px;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.img_wrap > div{
		width: 47%;
		max-width: auto;
		bottom: auto;
	}
	.img_wrap > div:nth-of-type(-n + 3),
	.img_wrap > div:last-of-type{
		bottom: auto;
	}
	.img_wrap > div:nth-of-type(1){
		top: 5vw;
		left: 7%;
	}
	.img_wrap > div:nth-of-type(2){
    top: 25vw;
    left: 35%;
	}
	.img_wrap > div:nth-of-type(3){
		top: 53vw;
		left: 7%;
	}
	.img_wrap > div:nth-of-type(4){
		top: 53vw;
		left: 63%;
	}
	.img_wrap > div:nth-of-type(5){
		top: 83vw;
    left: 35%;
	}
	.img_wrap > div:nth-of-type(6){
		top: 113vw;
		left: 63%;
	}
	.img_wrap > div:nth-of-type(7){
		top: 5vw;
		left: 63%;
	}
	
	/* wave Animation */
	.wave_wrap{
		width: 200%;
		height: 100%;
	}
	#mainVisual .wave_wrap{
		position: absolute;
		transform: translateX(-50%);
		top: -10%;
		left: 50%;
	}
	#mainVisual .waves {
		transform: rotate(-30deg);
	}
	.contents .waves{
		top: 48%;
	}
	
	/* アニメーション */	
	@keyframes fadeUp02 {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
	.fadeUp02 {
		opacity: 0;
		animation: fadeUp02 forwards;
	}
	
	
	@keyframes fadeUp03 {
		from {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
	.fadeUp03 {
		opacity: 0;
		animation: fadeUp03 forwards;
	}
	
	@keyframes fadeUp04 {
		from {
			opacity: 0;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}
	
		to {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
	.fadeUp04 {
		opacity: 0;
		animation: fadeUp04 forwards;
	}
	
	/* intro
	---------------------------------------- */
	.intro{
	}
	.intro .inner{
		padding: 150px 15px 170px;
	}
	.main_title{
		font-size: 32px;
		line-height: 1.5;
		top: -70px;
		left: 15px;
	}
	.main_title span:not(.sm_txt){
		display: inline-block;
		padding-left: 15px;
		position: relative;
		letter-spacing: .06em;
		line-height: 1;
	}
	.main_title span:not(.sm_txt)::after{
		border-top: 1px solid #000;
		width: 8px;
	}
	.main_title .sm_txt{
		display: block;
		font-size: 13px;
		margin-top: 10px;
		padding-left: 10px;
		letter-spacing: .1em;
	}
	.intro p{
		letter-spacing: 0;
		line-height: 2;
		font-size: 13px;
		width: 100%;
		padding: 0 15px;
	}
	.intro p::after{
		width: 173px;
		height: 220.41px;
		bottom: -11px;
		right: 10px;
	}
	.txt_right{
		margin-top: 20px;
		text-align: left;
	}

	/* ビジョン、ミッションステートメント
	---------------------------------------- */
	.contents{
		background: url(../img/top/bg02.jpg) no-repeat 80% bottom/865px;
		padding: 60px 0 245px;
		position: relative;
	}
	.contents .container{
		position: static;
		transform: unset;
	}
	.contents .container::before{
		background: url(../img/top/bg_sp.png) no-repeat center/135%;
		width: 100%;
		height: 100%;
		transform: translate(-50%,0%);
		top: -4%;
		left: 50%;
	}
	.contents .container > div{
		display: block;
	}
	.contents .container > div h2{
		display: inline-block;
		font-size: 37px;
		position: relative;
		z-index: 2;
	}
	.contents .container > div h2::after{
		border-top: 1px solid #000;
		width: 19px;
		transform: translateY(0%);
		top: auto;
	}
	.contents .container > div h2 small{
		display: block;
		font-size: 10px;
		transform: translateY(0%);
		top: auto;
	}
	.contents .container > div div{
		font-size: 14px;
		padding: 0 15px;
	}
	.contents .container > div div span{
		width: 140px;
		height: 120px;
	}
	.contents .container > div span::before{
		width: 53vw;
		height: 53vw;
		margin: -26vw 0 0 -26vw;
		border-radius: 16px;
	}
	.contents .container > div:nth-of-type(1){
		text-align: right;
	}
	.contents .container > div:nth-of-type(1) h2{
		margin: 0 0 30px;
	}
	.contents .container > div:nth-of-type(1) h2::after{
		right: auto;
		left: 0;
		bottom: 15px;
	}
	.contents .container > div:nth-of-type(1) h2 small{
		right: auto;
		left: 30px;
		bottom: 10px;
	}
	.contents .container > div:nth-of-type(2){
		margin-top: 11%;
	}
	.contents .container > div:nth-of-type(2) h2{
		margin: 0;
		position: absolute;
		top: 68%;
	}
	.contents .container > div:nth-of-type(2) h2::after{
		top: 34px;
		left: auto;
		right: -30px;
	}
	.contents .container > div:nth-of-type(2) h2 small{
		top: 25px;
		right: 0;
	}
	.contents .container > div:nth-of-type(2) div{
		text-align: right;
	}
	.contents .container > div:nth-of-type(2) div span{
		margin-left: auto;
	}
	.contents .container > div:nth-of-type(2) div span::before{

	}

	/* aim
	---------------------------------------- */
	.aim{
		padding: 0;
	}
	.aim h2{
		color: #F1F6CC;
	}
	.aim .bg{
		padding: 200px 0 40px;
		position: relative;
	}
	.aim .bg::before{
		content: "";
		background: url(../img/top/aim_img.jpg) no-repeat center 30%/cover;
		width: 100%;
		height: 160px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.aim .bg .txt_area{
		width: 100%;
		font-size: 13px;
		line-height: 2;
		padding: 0 10px;
	}


	/* company
	---------------------------------------- */
	.company .flex_box{
		display: block;
		justify-content: space-between;
	}
	.company .flex_box table,
	.company .flex_box > div{
		width: 100%;
	}
	.company .flex_box table{
		border-top: 1px solid #000;
		margin: 0 0 40px;
		font-size: 12px;
	}
	.company .flex_box table th,
	.company .flex_box table td{
		height: auto;
		vertical-align: middle;
		padding: 18px 0;
		border-bottom: 1px solid #000;
	}
	.company .flex_box table th{
		width: 6em;
	}
	.company .flex_box table td{
		padding: 15px 15px 15px 0;
	}
	.company .flex_box table tr:nth-child(1) td span{
		padding-left: 35px;
	}
	.company .flex_box table tr:nth-child(1) td span::before{
		width: 31px;
		height: 31px;
	}
	.company .flex_box > div{
		height: 230px;
		width: 100vw;
		margin-left: -20px;
	}
	
}

/* ▼▼▼ 〜375px
====================================================== */
@media screen and (min-width: 375px) and (max-width: 767px){
	.contents .container{
		max-width: 400px;
		transform: unset;
	}
	.contents .container::before{
		background: url(../img/top/bg_sp.png) no-repeat center/565px;
		width: 100%;
		height: 100%;
		transform: translate(-50%,0%);
		top: -4%;
		left: 50%;
	}
	.contents .container > div:nth-of-type(2){
		padding-top: 20px;
	}
	.contents .container > div span::before{
		width: 190px;
		height: 190px;
		margin: -95px 0 0 -95px;
	}
}
