@charset "utf-8";
@import url("first-view.css");
@import url("../assets/plugin/swiper/css/swiper-bundle.min.css");
@import url("../assets/css/btn.css");
@import url("../assets/css/move.css");
@import url("../assets/css/news.css");
@import url("../assets/plugin/luminous/css/luminous-basic.min.css");
@import url("../assets/css/popup.css");
@import url("../assets/css/print.css");
main {
	margin-top: 4em
}
@media screen and (min-width: 1600px) {
	main {
	margin-top: 5em
}
}
article {
	overflow-x: hidden;
	overflow-y: clip
}
section h2 {
	margin-right: 40px;
	position: relative;
	font-size: 2.4em;
	font-family: 'Arial';
	font-weight: 300;
	z-index: 2
}
section h2::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -7%;
	left: 0;
	height: 15px;
	border-radius: 21px;
	z-index: -1
}
/*----------------
見出し文字　アニメーション
----------------*/
/*アイコン*/
.h-fade-up h2::before {
	width: 0;
	transition: all .4s;
	transition-delay : 1s
}
.h-fade-up.is-active h2::before {
	width: 60px;
}
@media screen and (min-width: 768px) {
	.h-fade-up.is-active h2::before {
		width: 70px
	}
}
@media screen and (min-width: 1200px) {
	.h-fade-up.is-active h2::before {
		width: 88px
	}
}
@media screen and (min-width: 1400px) {
	.h-fade-up.is-active h2::before {
		width: 98px
	}
}
/*英文テキスト*/
.each_txt {
	display: flex;
	overflow: hidden
}
.each_txt b {
	transform: translateY(60px)
}
.each_txt.appear b {
	display: inline-block;
	transition: all .4s;
	line-height: 0.8
}
.each_txt.fade-active b {
	transform: translateY(0);
}
/*和文テキスト*/
.h-fade-up .font_jp {
	transition: all .4s;
	opacity: 0;
	transform: translateY(20px)
}
.h-fade-up.is-active .font_jp {
	opacity: 1;
	transform: translateY(0); 
}
/*説明文*/
.h-fade-up dd, .h-fade-up dt {
	transition: all .6s;
	transform: translateY(25px);
	opacity: 0
}
.h-fade-up.is-active dd, .h-fade-up.is-active dt {
	transform: translateY(0);
	opacity: 1
}
#vision h2::before {
	background: linear-gradient(#28939E, #0457AA)
}
#vision h2 {
	color: #fff;
	opacity: 1;
}
#vision .flex_box {
	position: relative;
	z-index: 1
}
.content {
	position: relative;
	width: 100%;
	height: 100vh
}
.content::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(#ABE0FF 70%, #FFFFFF)
}
/*vision*/
#vision {
	top: 0;
	position: relative;
	width: 100%;
	padding-bottom: 4em;
	margin-top: 2em
}
@media print, screen and (min-width:400px) {
	#vision {
		margin-top: 0
	}
}
@media print, screen and (min-width:480px) {
	#vision {
	padding-bottom: 6em;
}
	section h2 {
		font-size: 3em;
	}
	#vision {
		margin-top: 2em
	}
}
@media print, screen and (min-width:660px) {
	#vision {
		margin-top: -2em
	}
}
@media print, screen and (min-width:768px) {
	section h2 {
		font-size: 3.5em
	}
	section h2::before {
		height: 19px;
	}
	#vision {
		margin-top: -4em
	}
}
@media screen and (min-width:1024px) {
	#vision {
		margin-top: -8em;
		padding-bottom: 8em;
	}
}
@media screen and (min-width:1200px) {
	#vision {
		margin-top: -10em
	}
}
@media screen and (min-width:1400px) {
	#vision {
		margin-top: -17em
	}
}
@media screen and (min-width:1600px) {
	#vision {
		margin-top: -18em
	}
}
@media screen and (min-width:3000px) {
	#vision {
		z-index: 1;
		margin-top: -8em;
		padding-top: 3em
	}
}
#vision::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 65%;
	top: 0;
	left: 0;
	background: linear-gradient(#ABE0FF 70%, #FFFFFF);
	background-repeat: no-repeat
}
#vision h2 {
	color: #fff
}
#vision h2::before {
	background: linear-gradient(50deg, #28939E, #0457AA)	
}
#vision h2::after ,#vision .flex_img::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: -123%;
	left: 156px;
	display: block;
	width: 87px;
	height: 76px;
	background: url(../images/vision_01.svg) no-repeat;
	background-size: 100%
}

#vision .flex_img::after {
	display: none
}
#vision .flex_box {
	position: relative;
	z-index: 1
}
#vision .flex_text, #vision .flex_img {
	width: 100%
}
@media print, screen and (min-width:480px) {
#vision::before {
	height: 100%;
}
section h2 {
	font-size: 3em;
}
#vision h2::after ,#vision .flex_img::after {
	top: -162%;
	left: 195px;
	width: 128px;
	height: 271px;
}
}
@media print, screen and (min-width:768px) {
#vision h2::after {
	top: -162%;
	left: 189px;
}	
}
@media print, screen and (min-width:1024px) {
	#vision .flex_img::after {
	top: -59%;
	left: 220px;
	}
	#vision h2::after {
		display: none
	}
	#vision .flex_img::after {
		display: block;
	    top: 0;
		left: 0;
		width: 175px
	}
	section .flex_box {
		display: flex;
		justify-content: space-between;
	}
	#vision .flex_text, #vision .flex_img {
		width: 48%
	}
}
#vision .flex_img {
	margin-top: 2em;
	position: relative;
	height: 240px
}
#vision p {
	margin-bottom: 1.5em;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.9
}

#vision .vision_catchcopy {
	position: relative;
    margin: 1em auto 0.9em 0;
    font-size: 1.3em;
    font-weight: bold;
	line-height: inherit;
    letter-spacing: 2px
}
#vision .vision_catchcopy span {
	color: #024C80
}
#vision .vision_catchcopy::before {
	content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: 51%;
    left: -6%;
    width: 191px;
    height: 76px;
    background: url(../about/images/vision_icon.svg) no-repeat;
    background-size: 100%
}
/*修正*/
.vision_btn {
    position: relative;
    display: flex;
    width: 12.4em;
    height: 2.7em;
    margin: 1.2em 0 0 auto;
    padding-right: 1em;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.95em;
    color: #00477E;
    border: solid 1px #00477E;
    border-radius: 25em
}
.vision_btn::after {
	content: "→";
	position: absolute;
	right: 1em;
	display: flex;
    font-weight: 500;
    font-size: 0.95em;
	transition: 700ms;
}
.vision_btn:hover{
	opacity: .7
}
.vision_btn:hover::after{
	right: 0.8em;
}

#vision .swiper-container {
	border-radius: 1.2em
}
@media print, screen and (min-width:480px) {
#vision .vision_catchcopy {
    font-size: 1.6em;
}
#vision .flex_img {
	height: 380px
}
}
@media print, screen and (min-width:768px) {
#vision .flex_img {
	height: 460px
}
}
@media print, screen and (min-width:1024px) {
	#vision .flex_img {
		margin-top: 0;
		height: auto
	}
	#vision .swiper-container {
		top: 37%;
		height: 60%;
	}
}
@media screen and (min-width:1200px) {
	section h2 {
		font-size: 4.3em
	}
	section h2::before {
		bottom: -5%;
		height: 28px
	}
	#vision .flex_img::after {
	    top: 7%;
		width: 175px
	}
	#vision .vision_catchcopy {
		margin: 0.6em auto 1em 0;
		font-size: 2em
	}
	#vision p {
		font-size: 1.1em
	}
	
	.vision_btn {
		width: 14em;
		height: 2.9em;
		font-size: 1em
	}
	.vision_btn::after {
		right: 1.6em;
		font-size: 1em	
	}
	.vision_btn:hover::after{
	right: 1.2em;
}
}
@media screen and (min-width:1400px) {
	section h2::before {
		bottom: -8%
	}
	section h2 {
		font-size: 4.7em
	}
	#vision .flex_img::after {
		width: 180px;
	    top: 6%;
	}
	#vision .vision_catchcopy {
		margin: 0.6em auto 1em 0;
		font-size: 2em
	}
	#vision .vision_catchcopy::before {
  	  	top: 47%;
   		left: -10%
	}
	#vision p {
		margin-bottom: 1.5em;
	}
	.vision_btn {
		font-size: 1.1em
	}
	.vision_btn::after {
		font-size: 1.1em	
	}
}

@media screen and (min-width:1500px) {
	#vision h2::after {
		right: -54%
	}
	#vision .flex_text{
		width: 46%
	}
	#vision .flex_img {
		width: 48%
	}
	#vision .vision_catchcopy::before {
		top: 15%;
		left: -17%

	}
}
@media screen and (min-width:1600px) {
	#vision .vision_catchcopy {
		font-size: 2.5em
	}
	#vision .swiper-container {
	width: 90%;
		height: 60%
}
#vision .flex_img::after {
		width: 210px;
	    top: 0;
	}
	#vision p {
		font-size: 1.2em
	}
}
/*アニメーション*/
#vision .vision_catchcopy {
	transition: all .4s;
	transform: translateY(35px);
	transition-delay: 1.2s;
	opacity: 0
}
#vision .h-fade-up.is-active .vision_catchcopy {
	transform: translateY(0);
	opacity: 1
}

#vision .fade-up {
	transition: all .4s;
	transition-delay: 1.8s;
}

#vision .swiper-container.fade-up {
	transition: all .4s;
	transform: translateY(35px);
	transition-delay: 2s;
	opacity: 0
}
#vision .is-active .swiper-container.fade-up {
	transform: translateY(0);
	opacity: 1	
}
#vision .h-fade-up .vision-trigger02 {
	opacity: 0;
	transition: all .3s;
	transform: translateY(-20px);	
}
#vision .h-fade-up.is-active .vision-trigger02 {
	transform: translateY(0);
	opacity: 1;
}
#vision .h-fade-up h2::after {
	opacity: 0;
	transition: all .8s;
	transform: translateY(-20px)
}
#vision .h-fade-up.is-active h2::after {
	transform: translateY(0);
	opacity: 1;
}
@media screen and (min-width: 768px) {
	#vision .h-fade-up .flex_img {
		opacity: 0;
		transition: all .8s;
		transform: translateY(-20px);	
	}
	#vision .h-fade-up.is-active .flex_img {
		transform: translateY(0);
		opacity: 1;
	}
	#vision .h-fade-up .vision-trigger01 {
		opacity: 0;
		transition: all .3s;
		transform: translateY(-20px);	
	}
	#vision .h-fade-up.is-active .vision-trigger01 {
		transform: translateY(0);
		opacity: 1;
	}
}
/*index common*/
section h2 .font_jp{
	margin-bottom: 0.5em;
	display: block;
	font-family: 'NotoSansJP';
	font-size: 0.4em;
	font-weight: 500
}
section h2 .each_txt b {
	font-weight: 300
}
dl{
}
dd{
	margin-top: 1em;
	font-size: 1.1em;
	line-height: 1.5em;
}

@media print, screen and (min-width: 1024px) {
dl{
	display: flex;
	align-items: center;
}
dd{
	margin-top: 0
}
}
@media screen and (min-width: 1200px) {
dd{
	font-size: 1.25em;
}
section h2 .font_jp {
	font-size: 0.25em;
}
}
@media screen and (min-width: 1600px) {
dd{
	font-size: 1.5em;
	line-height: 1.7em
}
}

.btn,
a.btn,
button.btn {
	margin: 0 auto;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.8em 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 0.8em 0;
	width: 13.5em;
  color: #fff;
  border-radius: 0;
  background: #0457AA;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 500%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(30%) translateY(25%) rotate(45deg);
  transform: translateX(30%) translateY(25%) rotate(45deg);
  background: #8D8D8D;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
@media screen and (min-width: 768px) {
.btn,
a.btn,
button.btn {
  padding: 1rem 3rem;
}
a.btn-flat {
  padding: 1rem 0;
}
a.btn-flat:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(24%) translateY(24%) rotate(45deg);
  transform: translateX(24%) translateY(24%) rotate(45deg);
}
}
@media screen and (min-width: 1200px) {
.btn,
a.btn,
button.btn {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 1rem 4rem;
}
a.btn-flat {
	padding: 1rem 0;
	width: 14em;
}
a.btn-flat:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(31%) translateY(25%) rotate(45deg);
  transform: translateX(31%) translateY(25%) rotate(45deg);
}
}
.h-fade-up .btn-flat {
	transition: all .6s;
	transform: translateY(80px);
	opacity: 0
}
.h-fade-up.is-active .btn-flat {
	transform: translateY(0);
	opacity: 1
}
/*business*/
#business{
	position: relative;
}
#business::before{
	content: "";
	position: absolute;
	top: 18%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #C3E7EB;
	z-index: -1
}
#business h2{
	z-index: 2
}
#business h2::before {
	background: linear-gradient(to right, #89C8CF, #28939E)
}
#business .flex_box{
	margin-top: 2em;
	display: block;
	position: relative;
	z-index: 1
}
#business .flex_box li{
	width: 100%;
	margin-bottom: 2.5em;
	position: relative;
	
}
#business .flex_box li{
	transition: all 0.5s ease;
}
#business .flex_box li:hover{
	opacity: 0.8;
	transform: translateY(-10px);
}
#business .flex_box li figure{
	width: 100%;
	position: relative;
	z-index: 1;
}
#business .flex_box li figure img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
#business .flex_box li h3{
	width: 90%;
	display: block;
	margin: -2.5em auto 0 auto;
	padding: 0.3em 0.3em 0.5em 0.6em;
	color: #000;
	font-size: 1.1em;
	font-weight: 300;
	background-color: #fff;
	box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.3);
	border-left: 5px solid var(--accent-color);
	position: relative;
	z-index: 2;
}
#business .flex_box li h3::after{
	content: "";
	width: 23px;
	height:23px;
	position: absolute;
	top: 29%;
	right: 0.5em;
	background: url("../images/icon01.svg") center / 100% auto no-repeat;
}
#business .flex_box li h3 b{
	height: 30px;
	display: block;
}
#business .flex_box li h3 span{
	display: block;
	font-family: 'Arial';
	color: #656565;
	font-size: 0.6em;
	font-weight: 300;
	letter-spacing: 0;
}
.top_product{
	margin-top: 2em;
	text-align: center;
}
.top_product h3{
	margin: 0 auto 0 -40px;
	padding-left: 40px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-family: 'Arial';
	font-weight: 300;
	font-size: 1.3em;
	letter-spacing: 0
}
.top_product h3 span{
	display: block;
	font-size: 0.55em;
	font-family: 'NotoSansJP';
	font-weight: 500
}
.top_product h3::before{
	content: "";
	width: 35px;
	height:39px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/product.svg") center / 100% auto no-repeat;
}
.top_product_img{
	margin: 1em 0 0 0;
}

.top_product img{
	width: 100%;
	height: 180px;
	margin-bottom: -5px;
	object-fit: cover;
	object-position: top center
}
.top_product>a.btn-flat{
	margin-top: 2em
}
@media print, screen and (min-width: 480px) {
#business::before{
	top: 25%;
}
#business .flex_box li h3{
	width: 85%;
	padding: 0.7em 0.7em 0.7em 1em;
	font-size: 1.2em;
}
#business .flex_box li figure img{
	height: 240px;
}
#business .flex_box li h3::after{
	width: 32px;
	height:32px;
	right: 0.8em;
}
#business .flex_box li h3 b{
	height: 35px;
}
.top_product_img{
	margin: 1em 0 0 0;
	display: flex;
}
.top_product img{
	height: 150px;
	margin-bottom: 0
}
.top_product .top_product_img a {
	width: calc(100% / 3) ;
}
.top_product h3{
	margin-left: -60px;
	padding-left: 60px;
	font-size: 1.5em;
}
.top_product h3::before{
	width: 50px;
	height:43px;
}
#business .flex_box li h3 span{
	font-size: 0.5em;
}
}
@media print, screen and (min-width: 600px) {
#business::before{
	top: 22%;
}
#business .flex_box li h3{
	width: 75%;
	margin: -2.5em auto 0 auto;
	font-size: 1.4em;
}
#business .flex_box li figure img{
	height: 320px;
}
.top_product img{
	height: 200px;
}
}
@media print, screen and (min-width: 768px) {
.top_product h3{
	margin-left: -70px;
	padding-left: 70px;
	font-size: 1.8em;
}
.top_product h3::before{
	width: 60px;
	height:54px;
}
}
@media print, screen and (min-width: 1024px) {
#business{
		margin-top: 2em
	}
#business::before{
	top: 28%;
}
#business .flex_box{
	display: flex;
	justify-content: space-between;
}
#business .flex_box li{
	width: 48%;
	margin-bottom: 0
}
#business .flex_box li figure img{
	height: 280px;
}
.top_product img{
	height: 300px;
}
}
@media screen and (min-width: 1200px) {
.top_product h3{
	margin-left: -90px;
	padding-left: 90px;
	font-size: 2.3em;
}
.top_product h3::before{
	width: 76px;
	height:68px;
}
.top_product{
	margin-top: 4em;
}
}
@media screen and (min-width: 1400px) {
#business .flex_box li figure img{
	height: 380px;
}
#business .flex_box li h3{
	width: 75%;
	margin: -2.5em auto 0 auto;
	padding: 1em;
	font-size: 1.6em;
}
#business .flex_box li h3::after{
	width: 32px;
	height:32px;
	top: 38%;
	right: 0.8em;
}
#business .flex_box li h3 b{
	height: 45px;
}
}
.triangle,.triangle2 {
	position: relative;
}
.triangle:after,.triangle2:after {
	content: "";
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	border-right: 50vw solid transparent;
	border-left: 50vw solid transparent;
}
.triangle:after {
	border-top: 100px solid #C3E7EB;
}
.triangle2:after {
	border-top: 100px solid #E1E1E1;
}
@media screen and (min-width: 1200px) {
.triangle:after {
	border-top: 250px solid #C3E7EB;
}
.triangle2:after {
	border-top: 250px solid #E1E1E1;
}
}
/*アニメーション*/
#business .h-fade-up dd {
	transition-delay : 1.3s
}
/*制作実績　見出し*/
#business .h-fade-up h3::before {
	transition: all .4s;
	transform: translateY(-20px);
	opacity: 0;
	transition-delay : .4s
}
#business .h-fade-up.is-active h3::before {
	transform: translateY(0);
	opacity: 1
}
#business .h-fade-up h3 div {
	transition: all .4s;
	transform: translateY(20px);
	opacity: 0;
	transition-delay : .8s
}
#business .h-fade-up.is-active h3 div {
	transform: translateY(0);
	opacity: 1
}
/*画像　横並び*/
#business .h-fade-up .top_product_img img {
	transition: all .4s;
	transform: translateY(10px);
	opacity: 0
}
#business .h-fade-up.is-active .top_product_img img {
	transform: translateY(0);
	opacity: 1
}
#business .h-fade-up.is-active .top_product_img img:first-child {
	transition-delay : 1s
}
#business .h-fade-up.is-active .top_product_img img:nth-child(2) {
	transition-delay : 1.1s
}
#business .h-fade-up.is-active .top_product_img img:nth-child(3) {
	transition-delay : 1.2s
}
#business .h-fade-up .btn-flat {
	transition-delay : .6s
}
#business .flex_box .fade-up {
	transition-delay: 2s
}
#business .flex_box .fade-up.right {
	transition-delay: 2.1s
}
@media print {
	.triangle:after, .triangle2:after {
		border-right: 500px solid transparent;
		border-left: 500px solid transparent;
	}
		#business {
		margin-bottom: 7em
	}
	#business::before {
		height: 72%
	}
}
/*strengths*/
#strengths{
padding-top: 150px;
background: linear-gradient(to top, #E1E1E1, #F9F9F9);
	margin-bottom: 150px;
}
#strengths h2 i{
	color: var(--accent-color);
	font-style: normal;
}
#strengths h2::before {
	background: linear-gradient(to right, #EF5F5F, #BD272A)
}
#strengths br{
	display: none
}
#strengths dl div{
	margin-top: 1em
}
#strengths .h-fade-up.is-active dt {
	transition-delay : 1.2s
}
#strengths .h-fade-up.is-active dd {
	transition-delay : 1.3s
}
dt{
	padding-left: 25px;
	margin-bottom: 0.5em;
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: bold
}
dt::before{
	content: "";
	width: 18px;
	height: 2px;
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #000;
}
#strengths ol{
	padding-top: 2em;
}

#strengths ol li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#strengths ol li figure{
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
	order: 1
}
#strengths ol li figure img{
	width: 100%;
	height: auto
}
.strengths_content{
	width: 100%;
	order: 2
}
.strengths_content h3{
	position: relative;
font-size: 1.6em	
}
.strengths_content h3 i{
	margin-right: 0.3em;
	padding-left: 32px;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	position: relative
}
.streng_icon01,.streng_icon02{
}
.streng_icon01::before,.streng_icon02::before{
	  content: "";
	  width: 32px;
	  height: 30px;
	  position: absolute;
	  top: 4px;
	  left: 0;
}
.streng_icon01::before{
	background: url("../images/strengths_icon01.svg") center / 100% auto no-repeat;
}
.streng_icon02::before{
	background: url("../images/strengths_icon02.svg") center / 100% auto no-repeat;
}
.strengths_content .font_en{
	margin-bottom: .5em;
	display: block;
	color: #656565;
	font-family: 'Arial';
	letter-spacing: 0;
	font-size: 1.2em;
	font-weight: 300
}
.strengths_content p{
	font-size: 1.1em;
	line-height: 1.5
}
.strengths_content a{
	margin-top: 1em;
	margin-left: 3px;
	padding-right: 35px;
	display: inline-block;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	transition: all 0.5s ease;
}
.strengths_content a::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 2px;
	right: 2px;
	background: url("../images/icon01.svg") center / 100% auto no-repeat;
}
.strengths_content a:hover{
	opacity: .7;
	transform: translateY(-5px);
}
.strengths_content a:hover::after{
}
.strengths_content figure{
	width: 40%;
	height: auto;
	margin: 0 5% 0 auto;
	display: block;
}
.strengths_content figure img{
	width: 100%;
	height: auto
}
/*アニメーション*/
#strengths li:first-of-type .fade-up {
	transition-delay : .6s;
}
#strengths .fade-btn_strengths {
	transition: all .6s;
	transform: translateY(80px);
	opacity: 0;
	transition-delay : .2s
}
#strengths .fade-btn_strengths.fade-active {
	transform: translateY(0);
	opacity: 1
}
.carousel {
	width: 320px;
	height: 300px;
	display: flex;   
	overflow: hidden; 
	margin: -3em -3em 0 auto;
}
@keyframes scroll {
	0% { margin-left: 0; }      
	15% { margin-left: -320px; }
	20% { margin-left: -320px; }
	30% { margin-left: -640px; }
	35% { margin-left: -640px; }
	45% { margin-left: -960px; }
	50% { margin-left: -960px; }
	60% { margin-left: -1280px; }
	80% { margin-left: -1280px; }
	95% { margin-left: -1600px; }
	100% { margin-left: -1600px; }
}
.carousel > :first-child {
	animation-name: scroll;    
	animation-duration: 18s;  
	animation-delay: 0s;      
	animation-iteration-count: infinite;  
}
.slider01,.slider02,.slider03,.slider04,.slider05 {
	width: 320px;
	height: 300px;
}
.slider01{
	background: url(../strengths/images/strengths_01.svg) center / 60% no-repeat
}
.slider02{
	background: url(../strengths/images/strengths_02.svg) center / 60% no-repeat
}
.slider03 {
	background: url(../strengths/images/strengths_03.svg) center / 60% no-repeat
}
.slider04 {
	background: url(../strengths/images/strengths_04.svg) center / 60% no-repeat
}
.slider05 {
	background: url(../strengths/images/strengths_05.svg) center / 60% no-repeat
}
.technical_img{
	margin-top: -2em;
	margin-right: 5%;
	text-align: right;
}
.technical_img img{
	width: 180px;
	height: 250px;
}
.strengths_btn{
	text-align: center
}
.strengths_btn>a.btn-flat {
	margin-top: 2em;
  background: linear-gradient(to top,#AD0306 , #DA2529)
}
.streng_line{
	position:absolute;
	left:50%;
	bottom:-100px;
	height:50px;
	z-index: 1;
}

.streng_line::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 60px;
	background: #222020;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:60px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
@media print, screen and (min-width: 480px) {
dt{
	padding-left: 30px;
	font-size: 1.3em;
}
dt::before{
	content: "";
	width: 22px;
	top: 16px;
}
.strengths_content h3{
	font-size: 1.8em	
}
.strengths_content a{
	margin-top: 1.5em;
	font-size: 1.15em;
}
.strengths_content a::after{
	right: 0;
}
.carousel {
	margin: -3em 2em 0 auto;
}
slider01{
	background: url(../strengths/images/strengths_01.svg) center / 75% no-repeat
}
.slider02{
	background: url(../strengths/images/strengths_02.svg) center / 75% no-repeat
}
.slider03 {
	background: url(../strengths/images/strengths_03.svg) center / 75% no-repeat
}
.slider04 {
	background: url(../strengths/images/strengths_04.svg) center / 75% no-repeat
}
.slider05 {
	background: url(../strengths/images/strengths_05.svg) center / 75% no-repeat
}
.strengths_content .font_en{
	font-size: 1.4em;
}
.technical_img{
	margin-right: 13%;
}
}
@media print, screen and (min-width: 768px) {
dt{
	font-size: 1.5em;
}
dt::before{
	top: 17px;
}
#strengths ol{
	padding-top: 4em;
}
#strengths ol li{
	margin-bottom: 0;
	flex-wrap: nowrap;
}
#strengths ol li figure{
	width: 45%;
	margin-bottom: 1.5em;
	order: inherit
}
.strengths_content p{
	font-size: 1.2em;
}
.strengths_content{
	width: 50%;
	order: inherit
}
.carousel {
	margin: -3em -3em 0 auto;
}
.slider01{
	background: url(../strengths/images/strengths_01.svg) center / 55% no-repeat
}
.slider02{
	background: url(../strengths/images/strengths_02.svg) center / 55% no-repeat
}
.slider03 {
	background: url(../strengths/images/strengths_03.svg) center / 55% no-repeat
}
.slider04 {
	background: url(../strengths/images/strengths_04.svg) center / 55% no-repeat
}
.slider05 {
	background: url(../strengths/images/strengths_05.svg) center / 55% no-repeat
}
.technical_img{
	margin-right: 10%;
}
.streng_line{
	height: 80px;
	bottom: -150px;
}
.streng_line::after{
	height: 80px;
}

}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:80px;
		opacity: 1;
	}
	100%{
		height:0;
		top:80px;
		opacity: 0;
	}

}
@media print, screen and (min-width: 1024px) {
#strengths dl div{
	margin-top: 3em
}
#strengths br{
	display: block
}
#strengths ol li{
	margin-bottom: 3em
}
.strengths_content h3{
font-size: 2.3em	
}
.strengths_content h3 i{
	padding-left: 40px;
	font-size: 1.1em;
}
.strengths_content h3::before{
	  width: 35px;
	  height: 40px;
}
.strengths_content .font_en{
	font-size: 1.8em;
}
.strengths_content a{
	margin-top: 1.5em;
	padding-right: 45px;
	font-size: 1.35em;
}
.strengths_content a::after{
	width: 35px;
	height: 35px;
	top: 1px;
}
.slider01{
	background: url(../strengths/images/strengths_01.svg) center / 70% no-repeat
}
.slider02{
	background: url(../strengths/images/strengths_02.svg) center / 70% no-repeat
}
.slider03 {
	background: url(../strengths/images/strengths_03.svg) center / 70% no-repeat
}
.slider04 {
	background: url(../strengths/images/strengths_04.svg) center / 70% no-repeat
}
.slider05 {
	background: url(../strengths/images/strengths_05.svg) center / 70% no-repeat
}
.technical_img{
	margin-top: -3em;
	margin-right: 6%;
}
.technical_img img{
	width: 220px;
	height: 290px;
}
}
@media screen and (min-width: 1200px) {
#strengths{
padding-top: 320px;
}
#strengths dl div>dd{
	margin-left: 37px
}
dt{
	padding-left: 35px;
	font-size: 1.7em;
}
dt::before{
	width: 27px;
	top: 20px;
}
.streng_line{
	height: 100px;
	bottom: -300px;
}
.streng_line::after{
	height: 100px;
}
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:100px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}
@media screen and (min-width: 1600px) {
dt{
	font-size: 1.95em;
}
.strengths_content h3{
font-size: 2.8em	
}
.strengths_content h3 i{
	margin-right: 0.3em;
	padding-left: 57px;
	font-size: 1.3em;
}
.strengths_content h3::before{
	  width: 53px;
	  height: 55px;
	  top: 1px;
}
.strengths_content .font_en{
	margin-bottom: .7em;
	font-size: 2.2em;
}
.carousel {
	width: 320px;
	height: 300px;
	margin: 0 4em 0 auto;
}
}
@media print {
	#strengths {
		padding-top: 50px
	}
	.carousel {
		transform: scale(.7);
		height: 264px
	}
	.technical_img img {
		width: 180px;
		height: 250px
	}
	#strengths ol li {
		margin-bottom: 0
	}
}
#staff{
	padding-top: 50px
}
#staff .staff_btn {
	text-align: center
}
#staff dl {
	position: relative
}
#staff dl::before {
	position: absolute;
	content: "";
	display: block;
	top: 0.5em;
	left: 0;
	width: 4em;
	height: 4em;
	background: url("../images/staff_01.svg") center / 100% no-repeat
}
#staff h2 {
	margin-left: 2.2em
}
#staff h2::before {
	background: linear-gradient(to right, #41A5E1, #007BC4)
}
#staff .flex_box {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap
}
#staff .flex_box div:nth-child(odd) {
	position: relative;
	width: 50%;
	display: block;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
#staff .flex_box div:nth-child(even) {
	position: relative;
	width: 50%;
	display: block;
	clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);	
}

#staff .flex_box div:nth-child(-n+2) {
	margin-bottom: -5em
}
#staff .flex_box img {
	width: 100%;
	vertical-align: middle
}
#staff .staff_text_box {
	box-sizing: border-box;
    width: 100%;
	margin-top: 5em;
    /*margin: 0 auto;*/
    padding: 0 35px
}
#staff .staff_text {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2em;
	width: 100%;
	background: #fff;
	box-shadow: 0 0.3em 0.4em #00000033
}
#staff .staff_text p {
	margin-bottom: 1.1em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8
}
#staff a.btn-flat {
	margin-right: 0
}
#staff .staff_text::after {
	position: absolute;
	content: "";
	right: 1em;
	top: -10.9em;
	width: 13em;
	height: 13em;
	background: url("../images/staff_06.png") center / 100% no-repeat
}
@media print, screen and (min-width: 480px) {
#staff dl::before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 5em;
	height: 5em;
	background: url("../images/staff_01.svg") center / 100% no-repeat
}
}

@media print, screen and (min-width: 600px) {
	#staff h2 {
	margin-left: 2em
	}
	#staff .staff_text::after {
		right: 1em;
		top: -14.9em;
		width: 18em;
		height: 18em
	}
}
@media print, screen and (min-width: 768px) {
	#staff .flex_box {
		margin-top: 2em;
		flex-wrap: nowrap
	}
	#staff .flex_box div {
		width: calc(100% / 4)
	}
	#staff .flex_box div {
		margin-left: -1px
	}
	#staff .flex_box div:nth-child(-n+2) {
		margin-bottom: 0
	}
	#staff .staff_text_box {
		position: relative;
		margin-top: -3em;
		padding: 0 10% 0 0
	}
	#staff .staff_text {
		margin: 0 0 auto auto;
		width: 21em
	}
	#staff .staff_text::after {
		top: auto;
		right: auto;
		left: -13em;
		bottom: -2.8em;
		width: 16em;
		height: 16em
	}
}
@media print, screen and (min-width: 1024px) {
	#staff dl::before {
		top: -0.5em;
		width: 6em;
		height: 6em
	}	
	#staff h2 {
		margin-left: 2.3em
	}
	#staff .staff_text_box {
		margin-top: -5em;
		padding: 0 7% 0 0
	}
	#staff .staff_text {
	width: 24em
	}
	#staff .staff_text::after {
		left: -17.5em;
		bottom: -3.3em;
		width: 19em;
		height: 19em
	}
}
@media screen and (min-width: 1200px) {
#staff{
	padding-top: 230px
}
	#staff h2 {
		margin-left: 1.9em
	}
	#staff dl::before {
		top: 0;
		width: 6.5em;
		height: 6.5em
	}
	#staff .staff_text {
		width: 32em;
		padding: 2em 3em;
	}
	#staff .staff_text p {
		margin-bottom: 1.3em;
		font-size: 1.2em
	}
}
@media screen and (min-width: 2000px) {
	#staff .staff_text_box{
		margin-top: -6em;
		padding: 0 16% 0 0
	}
}
@media screen and (min-width: 3000px) {
	#staff .staff_text_box {
		margin-top: -7em;
		padding: 0 20% 0 0
	}
}
/*アニメーション*/
#staff .h-fade-up dl::before {
	transition: all .4s;
	transform: translateY(-50px);
	opacity: 0;
}
#staff .h-fade-up.is-active dl::before {
	transform: translateY(0);
	opacity: 1
}
#staff .h-fade-up .font_jp {
	transition-delay : .4s
}
#staff .h-fade-up.is-active dd {
	transition-delay: 1.4s;
}
#staff .h-fade-up .staff_box .flex_box {
	position: relative;
	opacity: 0;
	transition: all .6s;
	transition-property: opacity;
	overflow: hidden;
	transition-delay : 1.9s
}
#staff .h-fade-up.is-active .staff_box .flex_box {
	opacity: 1;
}
#staff .fade-cover::before {
	transition-delay : 2.1s;
}
#staff .fade-cover:first-of-type::before {
	background: linear-gradient(to left, #41A5E1, #329BDA);
}
#staff .fade-coverv:nth-child(2)::before {
	background: linear-gradient(to left, #329BDA, #208FD2);
}
#staff .fade-cover:nth-child(3)::before {
	background: linear-gradient(to left, #208FD2, #188ACF);
}
#staff .fade-cover:nth-child(4)::before {
	background: linear-gradient(to left, #188ACF, #007BC4);
}
/*吹き出し*/
#staff .staff_text_box .fade-up {
	transition-delay : 2.5s
}
#news {
	margin: 6em 0;
}
#news h2 {
	display: flex;
	align-items: center;
	font-size: 2.2em;
	font-family: 'Arial';
	font-weight: 200
}
#news h2 .font_jp {
	margin-left: 1.8em;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 0.38em;
	font-weight: 500
}
#news h2 .font_jp::after {
	position: absolute;
	display: block;
	content: "";
	left: -1em;
	width: 0.8em;
	height: 1px;
	background: #707070
}
#news h2 i {
	color: var(--main-color);
	font-style: normal 
}
#news ul{
	margin-top: 3em;
}
news_cont{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#news ul li:nth-child(n+4){
   display:none;
}
.news_item{
	width: 100%;
	display: block
}
.news_item figure,.news_txt{
	width: 100%;
}
.news_txt{
	margin-top: 1em
}
.news_txt p{
	display: none
}
.news_txt .news_btn-more {
	width: 100%;
	text-align: right
}
.news_txt .btn2 {
	font-size: 1em;
	padding-right: 1.2em;
	position: relative;
	transition: all 0.5s ease;
}
.news_txt .btn2::after{
	content: "→";
	position: absolute;
	right: 0;
}
.news_txt .btn2:hover{
	opacity: 0.8;
	transform: translateY(-10px);
}
.news_btn{
	text-align: center
}

@media print, screen and (min-width: 480px) {
	#news h2 {
		font-size: 2.5em
	}
	#news h2 .font_jp {
		margin-left: 2em
	}
}
@media print, screen and (min-width: 768px) {
.news_item{
	width: 31%;
}
.news_txt .btn2 {
	margin-top: 1.3em;
}
}
@media screen and (min-width: 1200px) {
	#news h2 {
		font-size: 3.3em
	}
}
/*アニメーション*/
#news .news-trigger {
	opacity: 0;
	transition: all .1s;
	transition-delay : .1s
}

#news .news-trigger.is-active {
	opacity: 1
}
#news h2 .each_txt b {
	transform: translateY(1em)
}
#news h2 .each_txt.appear b {
	display: inline-block;
	transition: all .8s;
	line-height: 0.8
}
#news .fade_news.fade-active b {
	transform: translateY(0);
}
#news h2 .each_txt b:first-child {
    color: var(--main-color);
    font-style: normal;
}
#news h2 .font_jp {
	transition-delay : 1.2s
}
#news .h-fade-up li {
	transition: all 1s;
	transform: translateY(25px);
	opacity: 0
}
#news .h-fade-up li:first-of-type {
	transition-delay : 1.8s
}
#news .h-fade-up li:nth-child(2) {
	transition-delay : 2.4s
}
#news .h-fade-up li:nth-child(3) {
	transition-delay : 2.8s
}
#news .h-fade-up.is-active li {
	opacity: 1;
	transform: translateY(0)
}
#news .h-fade-up .btn-flat {
	transition-delay : 3.2s
}
#news .news_btn {
	overflow: hidden;
}
@media print {
	.animation_item1,
	.animation_item2,
	.animation_town,
	.animation_base,
	.animation_mark,
	.animation_pin,
	.town-smoke01, 
	.town-smoke02,
	.vision-trigger02,
	#vision .h-fade-up h2::after,
	.h-fade-up h2::after,
	.vision_catchcopy,
	.each_txt b,
	.h-fade-up .font_jp,
	#business .h-fade-up .top_product_img img,
	#business .h-fade-up h3 div,
	#business .h-fade-up h3::before,
	#strengths .fade-btn_strengths.fade-active,
	.top_product_img img,
	.h-fade-up .btn-flat,
	.h-fade-up dd, 
	.h-fade-up dt,
	#strengths .fade-btn_strengths,
	#staff .h-fade-up dl::before,
	#news .news-trigger,
	#news .h-fade-up li {
		opacity: 1 !important;
		transform: translateY(0) !important
	}
.catchcopy_area {
		animation: none !important;
		opacity: 1 !important
	}
		.animation_area_box::before {
		width: 300em !important;
		animation: none !important;
		opacity: 1 !important;
		transform: rotate(-31deg) translateY(-39em) !important;
		right: -85em !important;
		top: -137em !important;
		height: 127em !important
	}
		#vision .swiper-container.fade-up {
		transition-delay: 0
	}
	#vision {
		margin-top: -11em
	}
		.h-fade-up h2::before {
		width: 60px !important
	}
		.scroll_area {
		display: none !important
	}
		.streng_line::after {
		animation: none !important;
		opacity: 1 !important;
		top: 0 !important
	}
@-moz-document url-prefix() {
	}
}