  @charset "UTF-8";

/*==============================
home common
==============================*/

@media (max-width: 767px) {
  .home .header{
    background-color: #fff;
  }
}

.home_container {
  padding: 0 70px;
}
@media screen and (max-width: 1240px) {
  .home_container {
    padding: 0 30px;
    /* max-width: 1400px; */
    /* min-width: 1100px; */
  }
}
@media (max-width: 767px) {
  .home_container {
    padding: 0 5%;
    max-width: initial;
    min-width: initial;
    width: 100%;
  }
}

.home_service_sec .home_container,
.home_company_sec .home_container,
.home_business_sec .home_container,
.home_recruit_sec .home_container{
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position:relative;
}

.home_sec {
  position: relative;
  /* margin-bottom: 70px; */
  padding: 60px 0 110px;
  height: 950px;
  color: #fff;
	position:relative;
	z-index:1;
}
@media (max-width: 1240px) {
  .home_sec {
    padding: 60px 0 55px;
  }
  .home_service_sec{
    margin-bottom:70px;
  }
  .home_company_sec{
    margin-bottom:50px;
  }
}
@media (max-width: 767px) {
  .home_sec {
    margin-bottom: 20px;
    padding: 22px 0 30px;
    height: 530px;
  }
}
.home_business_sec,
.home_recruit_sec{
  padding: 60px 0 60px;
}
.home_business_sec{
  margin-bottom:35px;
}
@media (max-width: 767px) {
  .home_business_sec,
  .home_recruit_sec{
    padding: 22px 0 30px;
  }
  .home_business_sec{
    margin-bottom:20px;
  }
}


/* .home_sec .bg
====================*/
.home_sec .bg{
	height:100%;
	position:absolute;
	left:0; top:0;
	overflow:hidden;
	z-index:1;
}

.home_sec .bg:before{
	content:"";
	width: 100vw;
	height:100%;
	display:block;
	position:absolute;
	left:0; top:0;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:cover;
}
.home_service_sec .bg:before{	background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_service_bg01_pc.jpg");}
.home_company_sec .bg:before{	background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_company_bg01_pc.jpg");}
.home_business_sec .bg:before{	background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_business_bg01_pc.jpg");}
.home_recruit_sec .bg:before{	background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_recruit_bg01_pc.jpg");}

@media (max-width: 767px) {
	.home_service_sec .bg:before{
    background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_service_bg01_sp.jpg");
    background-position: center center;
  }
	.home_company_sec .bg:before{	background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_company_bg01_sp.jpg");}
	.home_business_sec .bg:before{	background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_business_bg01_sp.jpg");}
	.home_recruit_sec .bg:before{	background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_recruit_bg01_sp.jpg");}
}

/* .home_container
====================*/
.home_container{
	position:relative;
	z-index:2;
}
@media (max-width: 767px){
	.home_container{
		width: 100%;
		height: 100%;
	}
}

.home_sec .sec_ttl {
  font-size: 2rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .home_sec .sec_ttl {
    font-size: 1.3rem;
  }
}

.home_sec .sec_ttl span {
  display: block;
  font-size: 5.3rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.home_service_sec .sec_ttl span {
  font-size: 5.2rem;
}

@media (max-width: 767px) {
  .home_sec .sec_ttl span {
    font-size: 3.2rem;
  }
}

.home_sec .sec_catch {
  font-size: 4rem;
  font-weight: 500;
}
@media (max-width: 1240px) {
  .home_sec .sec_catch {
   font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .home_sec .sec_catch {
    margin-bottom: 25px;
    font-size: 2.3rem;
  }
}
@media (max-width: 450px) {
  .home_sec .sec_catch {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}
@media (max-width: 390px) {
  .home_sec .sec_catch {
    font-size: 1.95rem;
  }
}

.home_sec .sec_btn {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .home_sec .sec_btn {
    margin-bottom: 0;
  }
}

.home_sec .sec_btn a {
  width: 270px;
}

@media (max-width: 767px) {
  .home_sec .sec_btn a {
    width: 162px;
  }
}

@media (max-width: 767px) {
  .home_company_sec .sec_btn a {
    width: 280px;
  }
}

.home_sec .sec_bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .home_sec .sec_bottom {
    flex-direction: column;
    align-items: initial;
  }
}

br.br_pc{  display:block;}
br.br_sp{  display:none;}
@media (max-width: 767px) {
  br.br_pc{  display:none;}
  br.br_sp{  display:block;}
}

/*==============================
home contents
==============================*/

/* home_kv_box
====================*/
.home_kv_box{
	width:100%;
  max-height:var(--max-kvh);
  aspect-ratio:16 / 9;
  margin: 0 0 80px 0;
	position: relative;
	overflow: hidden;
	object-fit: cover;
}
body.safari .home_kv_box{
  max-height:none;
  aspect-ratio: auto;
}
.home_kv_box .video_wrap{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
  background-image:url(/wp/wp-content/themes/nohara-v1/assets/video/home_kv_poster.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  filter: brightness(0.75);
}
.home_kv_box .video_wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/wp/wp-content/themes/nohara-v1/assets/img/home/home_kv_dot.png);
  background-size: 3px 3px;
}
.home_kv_box video{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
@media (max-width: 767px) {
	.home_kv_box{
		height:486px;
    margin-top: 66px;
    margin-bottom: 40px;
	}
}

/* home_kv_catch
====================*/
.home_kv_catch{
	position:absolute;
	left:4.375%;
	bottom:70px;

  color:#fff;
  font-size:3.9vw;
  font-weight:500;
  line-height:1.8;
  letter-spacing: 0.1em;
}
.home_kv_catch .red{
  color:#d7092f;
}
@media (max-width: 1280px) {
  .home_kv_catch{
    font-size:50px;
  }
}
@media (max-width: 767px) {
  .home_kv_catch{
    left:5%;
    bottom:40px;
    font-size: 25px;
    font-weight:700;
  }
}

.en_space {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .en_space {
    margin-right: 10px;
  }
}

/* kv_scroll
====================*/
.home_kv_box .kv_scroll{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:30px;
	bottom:80px;
	transform:none;
}
.home_kv_box .kv_scroll .scroll-text{
	margin-bottom: 2em;
	display:block;
	color:#fff;
	font-size:13.5px;
	font-weight:400;
	line-height:1;
	transform-origin:center center;
	transform:rotate(90deg);
}
@media (max-width: 767px){
	.home_kv_box .kv_scroll{
		right:13px;
		bottom:50px;
	}
  .home_kv_box .kv_scroll .scroll-text{
    font-size:12px;
  }
}
.home_kv_box .kv_scroll .scroll-line{
	width:1px;
	height:100px;
	background-color:rgba(255,255,255,0.3);
}
.home_kv_box .kv_scroll .scroll-line:before{
	content:"";
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,1);
	transform-origin:left top;
	animation: scrollLineExtend 2.8s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite normal forwards;
}
@keyframes scrollLineExtend{
  0%{
    transform-origin:left top;
    transform:scaleY(0);
  }
  49%{
    transform-origin:left top;
    transform:scaleY(1);
  }
  50%{
    transform-origin:left bottom;
    transform:scaleY(1);
  }
  100%{
    transform-origin:left bottom;
    transform:scaleY(0);
  }
}


/* home_news_sec
====================*/

.home_news_sec {
  background: #f2f2f2;
}

.home_news_sec .home_container {
  padding: 130px 130px 122px;
}
@media (max-width: 1240px) {
  .home_news_sec .home_container {
    padding: 80px 5% 90px;
  }
}
@media (max-width: 767px) {
  .home_news_sec .home_container {
    padding: 42px 20px 30px;
  }
}

.home_news_sec .sec_ttl {
  width: 340px;
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .home_news_sec .sec_ttl {
    margin-bottom: 25px;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
  }
}

.home_news_sec .sec_ttl span {
  display: block;
  font-size: 6.7rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .home_news_sec .sec_ttl span {
    font-size: 4.2rem;
  }
}

.home_news_pickup_area {
  margin-bottom: 45px;
  display: flex;
}

@media (max-width: 767px) {
  .home_news_pickup_area {
    flex-direction: column;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}

.home_news_pickup_area .news_pickup_box {
  padding: 0 0 25px 60px;
  border-left: 1px solid #ccc;
  width: 100%;
}

@media (max-width: 767px) {
  .home_news_pickup_area .news_pickup_box {
    padding: 0;
    border: none;
  }
}

.home_news_pickup_area .news_pickup_ttl {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home_news_pickup_area .news_pickup_ttl {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
}
.home_news_pickup_area .news_pickup_list {
  display: flex;
  justify-content: space-between;
}

.news_pickup_list > li:nth-of-type(1){animation-delay:0s;}
.news_pickup_list > li:nth-of-type(2){animation-delay:0.2s;}
.news_pickup_list > li:nth-of-type(3){animation-delay:0.4s;}

.home_news_pickup_area .news_pickup {
  position: relative;
  width: 31%;
}

.home_news_pickup_area .news_pickup a:hover {
  color: #000;
  text-decoration: none;
}

.home_news_pickup_area .pickup_img {
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 3 / 2;
}

.home_news_pickup_area .pickup_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
	display:block;
	position: relative;
}
.news_pickup_list > li .pickup_img:after{
	content:"";
	width:100%;
	aspect-ratio: 3 / 2;
	display:block;
	position:absolute;
	left:0; top:0;
	background-color:rgba(217,217,217,0.15);
	transform-origin:right top;
	transform:scaleX(0);
	transition:transform 0.3s ease;
}
.news_pickup_list > li a:hover .pickup_img:after{
	transform-origin:left top;
	transform:scaleX(1);
}

.home_news_pickup_area .pickup_cat {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 10px;
  font-size: 1.2rem;
  background: #fff;
  line-height: 1;
}

.home_news_pickup_area .pickup_date {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.home_news_pickup_area .pickup_ttl {
  font-size: 1.5rem;
}

.home_news_pickup_area a:hover .pickup_ttl {
  color: #d7092f;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .home_news_pickup_area .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .home_news_pickup_area .slick-slide {
    margin-right: 25px;
  }
  .home_news_pickup_area .slick-list img {
    width: 100%;
  }
}

.home_news_new_area {
  display: flex;
}

@media (max-width: 767px) {
  .home_news_new_area {
    flex-direction: column;
  }
}

.home_news_new_area .news_tab_box {
  padding-top: 10px;
  width: 340px;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_box {
    padding-top: 0;
    width: 100%;
  }
}

.home_news_new_area .news_tab_list {
  padding: 0 1em;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    width: 100%;
  }
}

.home_news_new_area .news_tab_list li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 1;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_list li {
    width: 50%;
    font-size: 1.4rem;
  }
}

.home_news_new_area .news_tab_list li:hover {
  opacity: 0.5;
}

.home_news_new_area .news_tab_list li.is-active {
  color: #d7092f;
}

.home_news_new_area .news_tab_btn a {
  width: 190px;
}

.home_news_new_area .news_tab_content {
  width: 100%;
}

.home_news_new_area .news_new_box {
  padding: 0 0 0 60px;
  border-left: 1px solid #ccc;
  width: 100%;
}

@media (max-width: 767px) {
  .home_news_new_area .news_new_box {
    border-left: none;
    padding: 0;
  }
}

.home_news_new_area .news_new_box {
  display: none;
  padding-bottom: 30px;
}

.home_news_new_area .news_new_box.is-show {
  display: block;
}

.home_news_new_area .news_new_ttl {
  padding-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .home_news_new_area .news_new_list {
    font-size: 2.1rem;
  }
}

.home_news_new_area .news_new_list li {
  padding: 30px 0 30px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .home_news_new_area .news_new_list li {
    padding: 20px 0 20px;
  }
}
.home_news_new_area .news_new_list li:nth-of-type(1) { animation-delay:0.1s;}
.home_news_new_area .news_new_list li:nth-of-type(2) { animation-delay:0.2s;}
.home_news_new_area .news_new_list li:nth-of-type(3) { animation-delay:0.3s;}
.home_news_new_area .news_new_list li:nth-of-type(4) { animation-delay:0.4s;}
.home_news_new_area .news_new_list li:nth-of-type(5) { animation-delay:0.5s;}

.home_news_new_area .news_new_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_news_new_area .news_info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .home_news_new_area .news_ttl {
   padding-right: 5px;
  }
}

.home_news_new_area  li a:hover .news_ttl {
  text-decoration: none;
}

.home_news_new_area a:hover {
  text-decoration: none;
}

.home_news_new_area .news_cat {
  margin-right: 20px;
  padding: 5px 0;
  width: 130px;
  color: #333;
  font-size: 1.2rem;
  background: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
}

.home_news_new_area .news_date {
  margin-right: 10px;
  color: #333;
}

.home_news_new_area .news_new {
  color: #d7092f;
}

.home_news_new_area a:hover .news_ttl {
  color: #d7092f;
  text-decoration: underline;
}

.home_news_new_area .ico {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .home_news_new_area .ico {
    font-size: 2rem;
  }
}
.home_news_new_area .news_exlink .ico:before {
  content: "\e908";
}

.home_news_new_area .news_pdf .ico:before {
  content: "\e909";
}

@media (max-width: 767px) {
  .news_new_ttl_sp {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 35px;
  }
  .news_new_ttl_sp .news_new_ttl {
    padding: 0;
    border: none;
  }
  .news_new_ttl_sp .news_new_link a {
    font-size: 1.5rem;
  }
}


/* ==============================================================================================
home_service_sec
============================================================================================== */
/* .home_service_sec {
  height: 1000px;
}
@media (max-width: 767px) {
  .home_service_sec {
    height: 530px;
    margin-bottom: 50px;
  }
  .home_service_sec .sec_btn a {
    width: 218px;
  }
}

@media (min-width:1101px) and (max-width: 1525px) {
  .home_service_sec .sec_catch {
    font-size: 2.75vw;
  }
}
@media (min-width:768px) and (max-width:1100px){
  .home_service_sec .sec_catch {
    font-size: 3.2rem;
  }
} */


/* -----------------------------------------------
home_service_contents
----------------------------------------------- */
/* .home_service_contents {
  position: relative;
  margin: -50px 70px 120px;
  padding: 80px 60px 0 60px;
  background: #fff;
	position:relative;
	z-index:2;
}
@media (max-width: 1240px) {
  .home_service_contents {
    min-width:0;
    margin: 0 0 50px;
    padding: 0 5%;
  }
} */

/* -----------------------------------------------
serviceFlowList
----------------------------------------------- */
/* #serviceFlowList{
	width:100%;
}
.serviceFlow{
	width:100%;
	padding-left:54px;
	position:relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .serviceFlow{
    padding-left:22px;
  }
}
.serviceFlow:before{
	content:"";
	width:0;
	height:100%;
	display:block;
	position:absolute;
	left:0; top:15px;
	border-left:solid 8px #e5edf6;
}
@media (max-width: 767px) {
  .serviceFlow:before{
	  border-left:solid 6px #e5edf6;
  }
} */

/* -----------------------------------------------
serviceFlowInner
----------------------------------------------- */
/* .serviceFlowInner{
	padding:52px 0 52px;
	display:flex;
  flex-wrap:wrap;
	justify-content:space-between;
	border-top:dotted 3px #ddd;
}
#serviceFlow1 .serviceFlowInner{
	padding-top:0;
	flex-direction:column;
	align-items:flex-start;
	border-top:none;
}
#serviceFlow4 .serviceFlowInner{
	padding:52px 0 0;
}
@media (max-width: 767px) {
  .serviceFlowInner{
    padding:30px 0 40px;
    flex-direction: column;
  }
  #serviceFlow4 .serviceFlowInner{
    padding:30px 0 0;
  }
} */

/* -----------------------------------------------
.serviceFlow .text
----------------------------------------------- */
/* .serviceFlow .text{
	width:47%;
}
@media (max-width: 767px) {
  .serviceFlow .text{
    margin-bottom: 40px;
  }
}
.serviceFlow h3{
	margin-bottom:28px;
	position:relative;
	color:#004ea2;
	font-size:28px;
	font-weight:bold;
	line-height:1.5;
  letter-spacing: 0.03em;
}

.serviceFlow h3:before{
	content:"";
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	left:-65px; top:7px;
	box-sizing:border-box;
	background-color:#fff;
	border:solid 2px #004ea2;
	border-radius:50%;
  transform:scale(0);
  transition:transform 0.3s
}
.serviceFlow h3:after{
	content:"";
	width:14px;
	height:14px;
	display:block;
	position:absolute;
	left:-57px; top:15px;
	box-sizing:border-box;
	background-color:#004ea2;
	border-radius:50%;
  transform:scale(0);

}
.serviceFlow h3.anim:before,
.serviceFlow h3.anim:after{
  transform:scale(1);
}

.serviceFlow .text p{
	font-size:16px;
}
.serviceFlow .text p.anim{
	animation-delay:0.2s;
}
@media (max-width: 767px) {
  .serviceFlow .text{
    width:100%;
  }
  .serviceFlow h3{
    font-size:20px;
  }
  .serviceFlow h3:before{
    width:20px;
    height:20px;
    left:-29px;
    top:5px;
  }
  .serviceFlow h3:after{
    width:8px;
    height:8px;
    left:-23px;
    top:11px;
  }
} */

/* -----------------------------------------------
.serviceFlow .image
----------------------------------------------- */
/* .serviceFlow .image{
	width:47%;
}
.serviceFlow .image.anim{
	animation-delay:0.4s;
}

.serviceFlow .image img{
	width:87%;
  margin:0 auto;
  display:block;
}
#serviceFlow4 .image img{
	width:95%;
}
#serviceFlow2 .image span{
  margin-top:25px;
  display: block;
  font-size:14px;
  font-weight:700;
  text-align: center;
}
@media (max-width: 767px) {
  .serviceFlow .image{
    width:100%;
  }
  .serviceFlow .image img{
    width:100%;
  }
  #serviceFlow4 .image img{
    width:100%;
  }
  #serviceFlow2 .image span{
    font-size:13px;
  }
} */

/* -----------------------------------------------
kadaiList
----------------------------------------------- */
/* #kadaiList{
	width:100%;
	display:flex;
	justify-content:space-between;
}
#kadaiList>li{
	width:18.818%;
	aspect-ratio:1 / 1;
	display:flex;
  flex-direction: column;
	justify-content:center;
	align-items:center;
	background-color:#e6eef7;
	border-radius:50%;
}
#kadaiList>li.anim{
	animation: slidein_BtoT 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
}
#kadaiList>li:nth-of-type(1).anim{ animation-delay:0s;}
#kadaiList>li:nth-of-type(2).anim{ animation-delay:0.2s;}
#kadaiList>li:nth-of-type(3).anim{ animation-delay:0.4s;}
#kadaiList>li:nth-of-type(4).anim{ animation-delay:0.6s;}
#kadaiList>li:nth-of-type(5).anim{ animation-delay:0.8s;}

#kadaiList>li .kadai_icon{
  width:31%;
  aspect-ratio: 1 / 1;
  margin-bottom:3%;
}
#kadaiList>li .kadai_icon img{
  width:100%;
  display: block;
}
#kadaiList>li .kadai_text{
  width: 100%;
  font-size:14px;
  font-weight:700;
  line-height:1.7;
  text-align:center;
}
@media (max-width: 1280px) {
  #kadaiList>li .kadai_text{
    font-size:13px;
  }
}
@media (max-width: 767px) {
  #kadaiList{
    flex-direction: column;
  }
  #kadaiList>li{
    width:100%;
    height:70px;
    aspect-ratio:auto;
    padding:0 19px;
    margin-bottom:10px;
    flex-direction: row;
    justify-content:flex-start;
    border-radius:8px;
  }
  #kadaiList>li .kadai_icon{
    width:48px;
    margin:0 19px 0 0;
  }
  #kadaiList>li .kadai_text{
    font-size:13px;
    text-align:left;
  }
} */

/* -----------------------------------------------
ba2min
----------------------------------------------- */
/* .ba2min{
  width:100%;
  padding:30px 30px 30px 0;
  margin-top:60px;
  display:flex;
  align-items: center;
  background-image:url(/wp/wp-content/themes/nohara-v1/assets/img/home/home_service_ba2min_bg_pc.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
@media (max-width: 767px) {
  .ba2min{
    padding:30px 5.67% 25px;
    margin-top:50px;
    flex-direction: column;
    background-image:url(/wp/wp-content/themes/nohara-v1/assets/img/home/home_service_ba2min_bg_sp.jpg);
  }
}

.ba2min_logo{
  width: 29.2%;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: solid 1px rgba(255,255,255,0.6);
}
.ba2min_logo picture{
  width:67%;
  margin:0 auto;
  display:block;
}
.ba2min_logo img{
  width:100%;
  display:block;
}
@media (max-width: 767px) {
  .ba2min_logo{
    width: 100%;
    height: auto;
    display: block;
    border-right: none;
    border-bottom: solid 1px rgba(255,255,255,0.6);
  }
  .ba2min_logo picture{
    width:85%;
    margin:0 auto 30px;
  }
}

.ba2min_text{
  width:42.1%;
  padding-left:4.77%;
  padding-right:2.35%;
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.87;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .ba2min_text{
    width:100%;
    padding:20px 0;
    font-size:14px;
    text-align: center;
    letter-spacing: 0;
  }
}

.ba2min_thumb{
  width:28.7%;
  aspect-ratio:16 / 9;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position:relative;
  box-sizing: border-box;
  background-image:url(/wp/wp-content/themes/nohara-v1/assets/img/home/home_service_ba2min_thumbnail.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  border:solid 2px #fff;
}
.ba2min_thumb:hover{
  text-decoration: none;
}
.ba2min_thumb .playicon{
  width:60px;
  height:60px;
  margin-bottom:15px;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: #d7092f;
  border-radius: 50%;
}
.ba2min_thumb .playicon:before{
  content:"";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 9.5px 0 9.5px 16px;
  border-color: transparent transparent transparent #ffffff;
}
.ba2min_thumb span{
  display:block;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  letter-spacing:0.05em;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.85));
}
@media (max-width: 767px) {
  .ba2min_thumb{
    width:100%;
  }
} */

/* -----------------------------------------------
popup-youtube
----------------------------------------------- */
/* .popup-youtube{
  cursor:pointer;
} */
/* -----------------------------------------------
modal-youtube
----------------------------------------------- */
/* .modal-youtube{
  width:80%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  position:relative;
  line-height: 0;
}
.modal-youtube iframe{
  width:100%;
  height:100%;
  display: block;
}
.modal-youtube .mfp-close {
  top: -60px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  background: url(/wp/wp-content/themes/nohara-v1/assets/img/digital_transformation/icon_close.png) 0 0 no-repeat !important;
  background-size: 100% auto !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .modal-youtube{
    width:100%;
  }
} */

/* -----------------------------------------------
BuildApp¥Ð¥Ê©`ÄÚ¤Î¥Ü¥¿¥ó
----------------------------------------------- */
/* .serviceFlow .ba2min .btbox-inBa2min{
  width:28.7%;
  aspect-ratio:16 / 8;
  padding-right:2%;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.serviceFlow .ba2min .bt-fill{
  margin-top:0;
  color: #044ea2;
  background-color:#fff;
}
.serviceFlow .ba2min .bt-fill i{
  color: #044ea2;
}
.serviceFlow .ba2min .bt-fill:hover i{
  color: #fff;
  background-color:#044ea2;
}
@media (max-width: 1280px) {
  .serviceFlow .ba2min .btbox-inBa2min{
    padding-right:0;
  }
}
@media (max-width: 767px) {
  .serviceFlow .ba2min .btbox-inBa2min{
    width:100%;
    aspect-ratio:auto;
    margin-top:10px;
    margin-bottom:10px;
    justify-content: center;
  }
} */

/* -----------------------------------------------
btbox
----------------------------------------------- */
/* .serviceFlow .btbox{
  width:100%;
  margin-top:40px;
  display: flex;
  justify-content: center;
}
.serviceFlow.anim .btbox{
	animation: slidein_BtoT 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 1 normal forwards;
}
.serviceFlow .btbox .bt-fill{
  margin-top:0;
}
@media (max-width: 767px) {
  .serviceFlow .btbox{
    margin-top:30px;
    justify-content: flex-start;
  }
} */

/* -----------------------------------------------
.serviceFlow .bt-fill
----------------------------------------------- */
/* .serviceFlow .bt-fill{
  margin-top:28px;
  height: 58px;
  background-color: #044ea2;
}
.ico {
  margin-bottom:0;
}
.serviceFlow .bt-fill:hover i{
  color:#044ea2;
}
@media (max-width: 767px) {
  .serviceFlow .bt-fill{
    margin-top:28px;
    height: 52px;
    padding: 20px 18px 20px 25px;
    font-size:15px;
  }
}
.serviceFlow .text .bt-fill.anim{
	animation-delay:0.4s;
} */


/* -----------------------------------------------
.visual-hover-effect
----------------------------------------------- */
.visual-hover-effect:before{
	content:"";
	width:100%;
	height:100%;
	display: block;
	position:absolute;
	left:0; top:0;
	background-color:rgba(255,255,255,0.1);
	transform-origin:right top;
	transform:scaleX(0);
	transition:transform 0.3s ease;
}
.visual-hover-effect:hover:before{
	transform-origin:left top;
	transform:scaleX(1);
}


/* home_company_sec
====================*/

.home_company_sec {
  height: 1000px;
}
@media (max-width: 767px) {
  .home_company_sec {
    height: 530px;
  }
}

.home_company_nav {
  position: relative;
  margin: -50px 70px 165px;
  padding: 53px 60px 0 60px;
  background: #fff;
	position:relative;
	z-index:2;
}
@media (max-width: 1240px) {
  .home_company_nav {
    position: relative;
    min-width:0;
    margin: 0 0 150px;
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  .home_company_nav {
    margin: 0 0 50px;
    padding: 0 5%;
    min-width: inherit;
  }
}

.home_company_nav_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .home_company_nav_list {
    flex-direction: column;
  }
}

.home_company_nav_list li {
  width: 32.3%;
  background: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_company_img01.jpg") no-repeat center center;
  background-size: cover;
	position:relative;
	background-size:100% auto;
	transform-origin: center center;
	transition:background 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .home_company_nav_list li {
    margin-bottom: 12px;
    width: 100%;
  }
}

.home_company_nav_list > li:nth-of-type(1){animation-delay:0s;}
.home_company_nav_list > li:nth-of-type(2){animation-delay:0.2s;}
.home_company_nav_list > li:nth-of-type(3){animation-delay:0.4s;}

.home_company_nav_list a:hover {
  color:#333;
}
@media (max-width: 767px) {
  .home_company_nav_list a {
    padding: 25px 20px;
  }
}

.home_company_nav_list a:hover .ico {
  background: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .home_company_nav_list .ico {
    right: 18px;
    bottom: 18px;
  }
}
.home_company_nav_list li:nth-of-type(2) {
  background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_company_img02.jpg")
}

.home_company_nav_list li:nth-of-type(3) {
  background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_company_img03.jpg")
}

.home_company_nav_list .list_ttl {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home_company_nav_list .list_ttl {
    font-size: 1.4rem;
  }
}
.home_company_nav_list .list_ttl span {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home_company_nav_list .list_ttl span {
    font-size: 2.2rem;
  }
}

/* home_business_sec
====================*/

.home_business_sec {

}
@media (max-width: 767px) {
  .home_business_sec {

  }
}

/* home_recruit_sec
====================*/

/* .home_recruit_sec {

}
@media (max-width: 767px) {
  .home_recruit_sec {

  }
} */

/* ==============================================================================================
 ¥¹¥¯¥í©`¥ë¥È¥ê¥¬©`évßB¤Î¥¯¥é¥¹
============================================================================================== */
.animin{
	visibility: hidden;
	opacity:0;
}
.animin.anim{
	visibility: visible;
	animation: slidein_BtoT 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal forwards;
}
@keyframes slidein_BtoT{
  0%{
    transform:translateY(50px);
    opacity: 0;
  }
  100%{
    transform:translateY(0px);
    opacity: 1;
  }
}

/* ==============================================================================================
 ¥Ó¥¸¥å¥¢¥ë¥¢¥Ë¥á©`¥·¥ç¥óévßB¤Î¥¯¥é¥¹
============================================================================================== */
.animin_visual .bg{
	width:0;
}
.animin_visual.anim .bg{
	animation: wipeinVisual_LtoR 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal forwards;
}
@keyframes wipeinVisual_LtoR{
  0%{		width:0%;}
  100%{	width:100%;}
}

/* .animin_visualÄÚ¤Î¥Æ¥­¥¹¥È
============================*/
.animin_visual .sec_btn{
	opacity:0;
}
.animin_visual.anim .sec_btn{
	animation: slidein_BtoT 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s 1 normal forwards;
}

/* ==============================================================================================
 ¥Æ¥­¥¹¥È¥¢¥Ë¥á©`¥·¥ç¥óévßB¤Î¥¯¥é¥¹
============================================================================================== */
.sec_catch{
	line-height:1;
	overflow:hidden;
	visibility:hidden;
}
/* .char
====================*/
.sec_catch .char{
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
}
.sec_catch .charInner{
	display:block;
	position:relative;
	box-sizing:border-box;
	line-height:1.8;
  letter-spacing: 0.05em;
	transform:translateY(100%);
}
.home_kv_box .charInner{
	line-height:1.5;
  letter-spacing: 0;
}
/* .line
====================*/
.sec_catch .line{
  font:inherit;
  line-height:1.8;
  letter-spacing: 0em;
  opacity:0;
}
.animin_visual.anim .line{
	animation: slidein_BtoT 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s 1 normal forwards;
}
.animin_visual.anim .line:nth-of-type(1){animation-delay:0.9s;}
.animin_visual.anim .line:nth-of-type(2){animation-delay:1.1s;}
.animin_visual.anim .line:nth-of-type(3){animation-delay:1.3s;}
.animin_visual.anim .line:nth-of-type(4){animation-delay:1.5s;}

body.touch .animin_visual.anim .sec_btn{
	animation-delay:1.5s;
}
