.home .main{
	background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
	padding-top: 40px;
	height: 700px;
	margin-bottom: 200px;
}
.home .main .txtarea {
  position: absolute;
  top: 300px;
  left: 10vw;
  z-index: 99;
}
.home .main .txtarea h1{
	margin-bottom: 50px;
}
.home .main .txtarea .logo{
	margin-bottom: 30px;
}
.home .main .txtarea p{
	font-size: 1.8rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 3px;
}

.main_slide_ww{
	position: relative;
	top: 70px;
	width: 65vw;
	height: 690px;
	margin-left: auto;
	margin-right: 0;
}
.main_slide_w{
	width: 100%;
	height: 100%;
}
.main_slide_i{
	background-size: cover;
	width: 100%;
	height: 100%;
	margin-left: auto;
	background-position: center;
	overflow: hidden;
}
.main_slide_i .slide-img{
	background-size: cover;
	width: 100%;
	height: 100%;
	margin-left: auto;
	background-position: center;
}
.main_slide_i.main_slide_i_01 .slide-img{
	background-image: url(../images/home/slide_01.jpg);
}
.main_slide_i.main_slide_i_02 .slide-img{
	background-image: url(../images/home/slide_02.jpg);
}
.main_slide_i.main_slide_i_03 .slide-img{
	background-image: url(../images/home/slide_03.jpg);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}

@media screen and (max-width: 750px) {
	.home .main{
		height:auto;
    margin-bottom: 100px;
		padding-bottom: 10px;
	}
	.main_slide_ww{
		width: 100vw;
  	height: 50vh;
		top:20px;
	}
	.main_slide_w{
		width: 100vw;
  	height: 50vh;
		top:20px;
	}
	.home .main .txtarea{
		left: 3vw;
		width: 90%;
		top: -25px;
		position: relative;
	}
	.home .main .txtarea h1 {
    margin-bottom: 30px;
	}
	.home .main .txtarea .logo{
		margin-bottom: 10px;
	}
	.home .main .txtarea p {
    font-size: 1.2rem;
	}
}



.points{
}
.points_i{
	position: relative;
	margin-bottom: 100px;
}
.points_i:nth-last-of-type(1){
	margin-bottom: 0;
}

.points_i .txtarea{
	background: linear-gradient(45deg, #ffead6 0%, #ffe3e0 100%);
	width: 65%;
	padding: 100px 200px 100px 70px;
	box-sizing: border-box;
}
.points_i:nth-of-type(2n) .txtarea{
	padding: 100px 70px 100px 200px;
	box-sizing: border-box;
	margin-left: auto;
}
.points_i .txtarea .sub_ttl{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
.points_i .txtarea h3{
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 5px;
	color: #ff7f55;
	margin-bottom: 30px;
}
.points_i .txtarea .txt{
	margin-bottom: 20px;
}
.points_i .imgarea{
	position: absolute;
  right: 0;
  top: -80px;
}
.points_i .imgarea.active{
	top: -40px;
}
.points_i:nth-of-type(2n) .imgarea{
	position: absolute;
  right: auto;
	left: 0;
}

.points .more_us{
	position: relative;
	margin-top: 80px;
	padding: 80px 0 50px;
	text-align: center;
	background-image: url(../images/home/x2/top_cl_btn_bg.jpg);
	background-size: cover;
	background-position: center;
}
.points .more_us:before{
	position:absolute;
	display: block;
	width: 1px;
	height: 50px;
	background: #fff;
	content: "";
	left: 50%;
  top: 0;
}
.points .more_us h3{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.points .more_us a{
	margin: auto;
}

@media screen and (max-width: 750px) {
	.points_i,.points_i:nth-last-of-type(1){
		margin-bottom: 250px;
	}
	.points_i .imgarea,
	.points_i:nth-of-type(2n) .imgarea{
		position: absolute;
    right: -6%;
		left: auto;
    top: -40px;
    width: 105vw;
	}
	.points_i .imgarea.active,
	.points_i:nth-of-type(2n) .imgarea.active{
		top: 0px;
	}
	.points_i .txtarea,
	.points_i:nth-of-type(2n) .txtarea{
    width: 100%;
    padding: 30px;
    z-index: 2;
    position: relative;
    top: 200px;
	}
	.points_i .txtarea .sub_ttl{
    font-size: 1.4rem;
    letter-spacing: 3px;
	}
	.points_i .txtarea h3{
		font-size: 2.6rem;
	}
	.points_i .txtarea .txt{
		line-height: 2;
	}
	.points .more_us h3{
		color: #fff;
    font-size: 2.0rem;
    letter-spacing: 3px;
	}
}

.insta_feed{
	padding: 80px 0 20px;
}
.insta_feed h3{
	color: #fe9834;
	padding: 10px;
	background: -webkit-linear-gradient(bottom left, #fe9834 0%, #fb574b 100%);
	background: -o-linear-gradient(bottom left, #fe9834 0%, #fb574b 100%);
	background: linear-gradient(to top right, #fe9834 0%, #fb574b 100%);
	-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
	font-size: 8rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.sbi_load_btn{
	display: none !important;
}
@media screen and (max-width: 750px) {
	.insta_feed h3{
		    font-size: 6rem;
	}
}

.vison{
	padding: 100px 0 80px;
}
.vison .sec_ttl{
	margin-bottom: 50px;
}
.vison .sec_ttl .lead{
	font-size: 1.8rem;
	margin-top: 20px;
	position: relative;
	z-index: 2;
	font-weight: bold;
}
.vision_w{
	position: relative;
	padding: 80px 0;
}
.vision_w:before{
	background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
	position: absolute;
	width: 100%;
	height: 500px;
	content: "";
	top:0px;
}
.vision_w .sub_ttl_w{
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.vision_w .sub_ttl_w .en{
	font-size: 10rem;
	line-height: 1;
}
.vision_w .sub_ttl_w h3{
	font-size: 1.8rem;
}
.vision_c_w{
	justify-content: space-between;
}
.vison_i{
	width: 30%;
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding:20px 40px;
	text-align: center;
}
.vison_i .imgarea{
	margin-bottom: 20px;
	min-height: 200px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.vison_i h4{
	font-size: 1.6rem;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.vison_i a{
	margin: auto;
}
@media screen and (max-width: 750px) {
	.vision_w .sub_ttl_w .en{
		font-size: 7rem;
	}
	.vison_i {
    width: 100%;
    margin-bottom: 20px;
	}
	.vision_w:before{
		height: 100%;
	}
}

.feature{

}
.feature_h_w{
	align-items:center;
	margin-bottom: 30px;
}
.feature_h_w .txtarea{
	box-sizing: border-box;
}
.feature_h_w .txtarea .sub_ttl{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
.feature_h_w .txtarea h3{
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 5px;
	color: #ff7f55;
	margin-bottom: 30px;
}
.feature_h_w .txtarea .txt{
	margin-bottom: 20px;
}
.feature_h_w .imgarea{
	flex-shrink: 0;
	margin-right: 80px;
	position: relative;
	z-index: 2;
}
.feature_h_w .imgarea:after{
	background: linear-gradient(45deg, #ffead6 0%, #ffe3e0 100%);
	content: "";
	width: 100%;
	height: 350px;
	display: block;
	position: absolute;
	z-index: -1;
	left: 30px;
	bottom:-30px;
}
.whats_feature{
	background: #fafafa;
	padding: 80px 0 0;
}
.whats_feature_img{
	text-align: center;
}
.whats_feature_ico_w{
	position: relative;
	top:60px;
}
.whats_feature_ico_i{
	width: 33%;
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.05);
	padding: 30px;
}
.whats_feature_ico_i .imgarea{
	text-align: center;
	margin-bottom: 30px;
	height: 60px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.whats_feature_ico_i h4{
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.75;
	margin-bottom: 20px;
}
.whats_feature_ico_i h4:after{
	content: "";
	width: 50px;
	height: 3px;
	display: block;
	margin:20px auto 0;
	background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
}
.reason_feature{
	padding-top: 150px;
	position: relative;
}
.reason_feature:before{
	content: "";
	background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
	height: 400px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	top:0;
}
.reason_feature_ico_w{
	justify-content:space-between;
}
.reason_feature_ico_i{
	width: 30%;
	padding-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
}
.reason_feature_ico_i .imgarea{
	margin-bottom: 20px;
}
.reason_feature_ico_i h4{
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.reason_feature_ico_i p{
	line-height: 1.75;
}
@media screen and (max-width: 750px) {
	.feature_h_w .imgarea{
		flex-shrink: unset;
    margin-right: 0;
    position: relative;
		margin-bottom: 40px;
	}
	.feature_h_w .imgarea:after{
    content: "";
    width: 100%;
    height: 240px;
    display: block;
    position: absolute;
    z-index: -1;
    left: 30px;
    bottom: -20px;
	}
	.feature_h_w .txtarea .sub_ttl{
		font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5px;
	}
	.feature_h_w .txtarea h3{
		font-size: 2.6rem;
	}
	.feature_h_w .txtarea .txt{
		line-height: 2;
	}
	.whats_feature_ico_i{
		width: 100%;
    margin-bottom: 20px;
	}
	.with_en_sub_ttl h3{
		font-size: 2.2rem;
    letter-spacing: 3px;
    line-height: 1.25;
    text-align: center;
	}

	.reason_feature_ico_i {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 40px;
	}
	.reason_feature_ico_i .imgarea img{
		width: 100%;
	}
}



.voice{
	margin-top: 100px;
	padding: 120px 0 60px;
	background: linear-gradient(45deg, #ffead6 0%, #ffe3e0 100%);
}
.voice_w{
	justify-content: center;
}
.voice_w .voice_i{
	width: 40%;
	align-items: center;
	margin: 30px;
	margin-top: 0;
}
.voice_w .voice_i .imgarea{
	width: 75px;
	text-align: center;
	flex-shrink: 0;
}
.voice_w .voice_i .txtarea{
	margin-left: 30px;
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 100%;
	border-radius: 10px;
}
.voice .more_btn_gr{
	margin:40px auto 0;
}
@media screen and (max-width: 750px) {
	.voice{
		margin-top: 50px;
	}
	.voice .sec_ttl{
		margin-bottom: 20px;
	}
	.voice_w .voice_i{
		width: 100%;
    margin: 30px 0;
	}
	.voice_w .voice_i .txtarea{
		padding: 20px;
		margin-left: 0;
	}
}


.news{
	padding: 60px 0 60px;
	background: #f0f0f0;
}
.news_w_w{
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding:20px 40px;
	align-items: flex-start;
}
.news_w_w .n_sec_ttl{
	flex-shrink: 0;
	margin-right: 30px;
}
.news_w_w .n_sec_ttl h2{
	font-size: 3.8rem;
	letter-spacing: 3px;
}
.news .more_btn_gr{
	margin:40px auto 0;
}
.news_w{
	width: 100%;
}
.news_i{
	border-bottom: 1px solid #cfcfcf;
}
.news_i a{
	padding: 10px;
}
.news_i a .date{
	font-weight: bold;
	margin-right: 20px;
	flex-shrink: 0;
}
@media screen and (max-width: 750px) {
	.news_w_w .n_sec_ttl {
    flex-shrink: unset;
    margin-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	}
}

.company{
	padding: 50px 0;
	background-image: url(../images/home/x2/top_company_bg.jpg);
	background-position: center;
	background-size: cover;
}

.company .c_sec_ttl{
	flex-shrink: 0;
	margin-right: 30px;
	color: #fff;
	width: 45%;
}
.company .c_sec_ttl h2{
	font-size: 5.8rem;
	letter-spacing: 3px;
}
.company table{
	width: 50%;
}
.company table th,
.company table td{
	color: #fff;
	font-weight: 300;
	text-align: left;
	padding: 10px 0;
	line-height: 1.75;
}
@media screen and (max-width: 750px) {
	.company .c_sec_ttl{
		flex-shrink: 0;
    margin-right: 0;
    color: #fff;
    width: 100%;
    margin-bottom: 40px;
	}
	.company table{
		width: 100%;
	}
	.company table th{
		width: 30%;
	}
}

.recruit{
	padding: 60px 0;
	position: relative;
}
.recruit:before{
	position:absolute;
	display: block;
	width: 1px;
	height: 50px;
	background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
	content: "";
	left: 50%;
	top: 0;
}
.recruit h2{
	color: #fe9834;
  background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 6.4rem;
	text-align: center;
	margin-bottom: 40px;
}
.recruit a.more_btn{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background: linear-gradient(45deg, #fe9834 0%, #fb574b 100%);
	display: block;
	width:200px;
	border-radius: 100px;
	padding: 20px;
	text-align: center;
	margin: auto;
	transition: 0.5s;
	box-sizing: border-box;
}
.recruit a.more_btn:hover{
	border: 1px solid #fb574b;
	color: #fb574b;
	background: #fff;
	opacity: 1;
}



.w_bnr_w{
	margin-bottom: 150px;
	padding-bottom: 0;
}
@media screen and (max-width: 750px) {
	.w_bnr_w{
		margin-bottom: 100px;
	}
}





















