  @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;
  }
}

@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;
  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: 4.5rem;
  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: 230px;
}

@media (max-width: 767px) {
  .home_sec .sec_btn a {
    width: 162px;
  }
}

.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: 28px;
    font-weight: 700;
  }
}


/* 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_sec02 {
  background: #f2f2f2;
}

.home_news_sec .home_container {
  padding: 105px 130px 80px;
}

.home_news_sec02 .home_container {
  padding: 150px 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: 45px 20px 20px;
  }
}

.home_news_pickup_area .sec_ttl {
  padding-right: 37px;
  width: 330px;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: right;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .home_news_pickup_area .sec_ttl {
    margin-bottom: 25px;
    width: 100%;
    font-size: 2.1rem;
    text-align: left;
  }
}

.home_news_pickup_area {
  margin-bottom: 45px;
  display: flex;
}

@media (max-width: 767px) {
  .home_news_pickup_area {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.home_news_pickup_area .news_pickup_box {
  padding: 10px 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_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 .news_exlink .ico:before {
  content: "\e908";
}

.home_news_pickup_area .news_pdf .ico:before {
  content: "\e909";
}

.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: 330px;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_box {
    padding-top: 0;
    width: 100%;
  }
}

.home_news_new_area .sec_ttl {
  margin: -50px 0 76px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .home_news_new_area .sec_ttl {
    margin: 0 0 35px;
    width: 100%;
    font-size: 1.5rem;
  }
}

.home_news_new_area .sec_ttl span {
  display: block;
  font-size: 6.7rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .home_news_new_area .sec_ttl span {
    font-size: 3.3rem;
  }
}

.news_new_box_outer {
  padding: 0 0 0 60px;
  width: 100%;
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .news_new_box_outer {
    border-left: none;
    padding: 0;
  }
}

.home_news_new_area .news_tab_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_list {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 100%;
  }
}

.home_news_new_area .news_tab_list li {
  margin-bottom: 3px;
  width: 24.6%;
  height: 50px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  background: #e5e5e5;
  cursor: pointer;
  transition: all 0.1s;
  opacity: 1;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 49%;
    height: 40px;
    font-size: 1.3rem;
    line-height: 40px;
  }
}

.home_news_new_area .news_tab_list li span {
  display: block;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_list li span {
    font-size: 1.2rem;
  }
}

.home_news_new_area .news_tab_list li:hover {
  opacity: 0.8;
}

.home_news_new_area .news_tab_list li.is-active {
  position: relative;
  bottom: 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: -3px;
  height: 53px;
  background: none;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_list li.is-active {
    margin-bottom: -3px;
    height: 40px;
  }
}

.home_news_new_area .news_tab_list li.is-active::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d7092f;
}

.home_news_new_area .news_tab_list .tab--2line {
  padding-top: 5px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .home_news_new_area .news_tab_list .tab--2line {
    line-height: 15px;
  }
}

.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 {
  width: 100%;
}

.home_news_new_area .news_new_box {
  display: none;
  padding-bottom: 30px;
}

.home_news_new_area .news_new_box.is-show {
  display: block;
}

@media (max-width: 767px) {
  .home_news_new_area .news_new_list {
    font-size: 2.1rem;
  }
}

.home_news_new_area .news_new_list li {
  padding: 36px 0 36px;
  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;
  align-items: center;
  margin-bottom: 15px;
}

@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: 9px 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;
  font-size: 1.3rem;
}

.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; */
    position: absolute;
    top: 83px;
    right: 20px;
    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_important_sec
==========================================================*/
.home_announce_banner,
.home_announce_txt {
  margin: 0 70px 80px;
}
.home_announce_txt {
  padding: 30px 80px;
}
@media screen and (max-width: 1400px) {
  .home_announce_banner,
  .home_announce_txt {
    margin: 0 70px 80px;
  }
  .home_announce_txt {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 1100px) {
  .home_announce_banner,
  .home_announce_txt {
    margin: 0 20px 130px;
  }
}
/* ¥Æ¥­¥¹¥ÈÀûÓÃ ---------------------------- */
.home_announce_txt {
  padding: 30px 80px;
  border: solid 2px #d7092f;
  border-radius: 5px;
}
@media screen and (max-width: 1400px) {
  .home_announce_txt {
    padding: 30px 60px;
  }
}
@media (max-width: 767px) {
  .home_announce_txt {
    padding: 25px 20px;
  }
}
.home_announce_txt h3 {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #d7092f;
}
.home_announce_txt p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .home_announce_txt h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  .home_announce_txt p {
    line-height: 1.75;
  }
}
.home_announce_btn {
  text-align: center;
  margin-top: 30px;
}
.home_announce_btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  background-color: #d7092f;
  border-radius: 100px;
}
.home_announce_btn a span {
  flex: 0 1 100%;
  padding-left: 5px;
  text-align: center;
}
.home_announce_btn .ico {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  background-color: #d7092f;
  border: solid 1px #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.home_announce_btn a:hover {
  text-decoration: none;
}
.home_announce_btn a:hover .ico {
  color: #d7092f;
  background-color: #fff;
}
@media (max-width: 500px) {
  .home_announce_btn a {
    font-size: 1.4rem;
  }
}
/* ¥Ð¥Ê©`ÀûÓÃ ---------------------------- */
.home_announce_banner img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .home_announce_banner img.sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_announce_banner img.pc {
    display: none;
  }
}

/* home_important_sec ¾ÉÔO¶¨ / Î´Ê¹ÓÃ
====================

.home_important_sec_pc {
  position: relative;
  margin: 0 70px 80px;
}

.home_important_sec_pc a {
  display: block;
  padding: 53px 80px 60px;
  background-image: url("/wp/wp-content/themes/nohara-v1/assets/img/home/home_important_img01.png");
  background-repeat: no-repeat;
  background-color: #e8e8e8;
  background-position: right 10% center;
  background-size: auto 100%;
  transition: all 0.5s;
  opacity: 1;
}

.home_important_sec_pc a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 1400px) {
  .home_important_sec_pc {
    margin: 0 20px 130px;
  }
  .home_important_sec_pc a {
    padding: 43px 60px 50px;
  }
}

@media screen and (max-width: 1240px) {
  .home_important_sec_pc {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .home_important_sec_pc {
    margin: 0 20px 130px;
    background-position: right 0 center;
  }
}

.home_important_sec_pc .important_ttl {
  margin-bottom: 10px;
  color: #d7092f;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.home_important_sec_pc .important_txt {
  width: 50%;
  font-size: 1.6rem;
  line-height: 2;
}

.home_important_sec_pc .important_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  margin: auto;
  height: 64px;
}

.home_important_sec_sp {
  margin: 0 auto 40px;
  width: 90%;
  display: none;
}

@media screen and (max-width: 1240px) {
  .home_important_sec_sp {
    display: block;
  }
}

.home_important_sec_sp a {
  position: relative;
  display: block;
  padding: 25px 20px 45px;
  max-width: initial;
  min-width: initial;
  background: #e8e8e8;
}

@media (max-width: 767px) {
  .home_important_sec_sp a {
    padding: 25px 20px 65px;
  }
}

.home_important_sec_sp a:hover {
  color: #000;
  text-decoration: none;
}

.home_important_sec_sp .important_ttl {
  margin-bottom: 10px;
  color: #d7092f;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .home_important_sec_sp .important_ttl {
    font-size: 1.6rem;
  }
}

.home_important_sec_sp .important_txt {
  width: 100%;
}

@media (max-width: 767px) {
  .home_important_sec_sp .important_txt {
    font-size: 1.3rem;
  }
}

.home_important_sec_sp .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  background-color: #d7092f;
  border: solid 1px transparent;
  border-radius: 15px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

@media (max-width: 767px) {
  .home_important_sec_sp .ico {
    width: 26px;
    height: 26px;
    font-size: 24px;
  }
}
*/

/* ==============================================================================================
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 40px;
  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 20px;
    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%;
  width: 45%;
  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 {
  margin-bottom: 8px;
  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;
}


/* .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;
}
