@charset "UTF-8";

/* --------------------------------------------------
	共通
-------------------------------------------------- */
#globalHeader {
  background: none;
  border-bottom: none;
  /*
  transform: translateY(-100%);
  transition: all .5s;
  */
}
/*
#globalHeader.active {
  transform: none;
}
*/
#globalHeader.fixed {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: solid 1px #C3C3C3;
}
#globalNavi {
  transform: translateY(-100%);
  transition: all .5s;
}
#globalHeader.active #globalNavi {
  transform: none;
}
main {
  padding-top: 0;
}
h2 {
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
h2 span {
  margin-right: 20px;
  color: #ea5703;
  /*color: #faa16b;*/
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 9.2rem;
  font-weight: 700;
}
h3 {
  margin-bottom: 12px;
  font-size: 2.9rem;
  line-height: 1.6;
}
h3 span {
  color: #ea5703;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 40px;
    width: 100%;
    font-size: 1.8rem;
  }
  h2 span {
    margin-right: 10px;
    font-size: 4.2rem;
  }
  h2 strong {
    display: none;
  }
  h3 {
    font-size: 2.4rem;
  }
}
/* --------------------------------------------------
	MV
-------------------------------------------------- */
#MV {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#MV .mv-slide01 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#MV .mv-slide-sp {
  display: none;
}
#MV .mv-slide01 .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(6, 57, 96, 0) 19.97%, rgba(0, 12, 21, 0.5) 81.36%);
}
#MV .mv-slide01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#MV .mv-slide01 .swiper-slide-active img,
#MV .mv-slide01 .swiper-slide-duplicate-active img,
#MV .mv-slide01 .swiper-slide-prev img{
  animation: zoom-in 10s linear 0s 1 normal both;  
}
@keyframes zoom-in {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

#MV .inner {
  height: 100%;
  padding-top: 110px; /* globalHeader height */
  position: relative;
  z-index: 1;
}
#MV .catch {
  margin-bottom: 0;
  border-bottom: none;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: 40%;

}
#MV .catch span {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
  opacity: 0; 
  transform: translate(0, 30px);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s, opacity linear 1s;
}
#MV .catch span:nth-of-type(2){
  transition-delay:0.2s;
}
#MV .catch span.en {
  margin-right: 0;
  margin-top: 28px;
  display: block;
  color: #faa16b;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  transform: translate(0, 20px);
  transition-delay: 0.4s;
  /*transition-delay: 0.8s;*/
}
#MV .catch.active span {
  opacity: 1;
  transform: translate(0, 0);
}
#MV .catch.active span.en {
  transform: translate(0, 0);
}
/*
#MV .mv-btm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
#MV .mv-btm .wrapper {
  display: flex;
  animation: loop-text 15s linear infinite;
}
#MV .mv-btm .wrapper p {
  margin-right: 100px;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#MV .mv-btm p {
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 21.6rem;
  font-weight: 500;
  line-height: 1.0;
  white-space: nowrap;
  color: #fff;
  mix-blend-mode: plus-lighter;
  opacity: 0.35;
}
*/

@media screen and (max-width: 1000px) {
  #MV .inner {
    padding-top: 60px; /* globalHeader height */
  }
}
@media screen and (max-width: 767px) {
  #MV .mv-slide-pc {
    display: none;
  }
  #MV .mv-slide-sp {
    display: block;
  }
  #MV .mv-slide01 .swiper-wrapper::after {
    background: linear-gradient(180deg, rgba(6, 57, 96, 0) 19.97%, rgba(0, 12, 21, 0.5) 72%);
  }
  #MV .catch {
    top: auto;
    bottom: 15rem;
  }
  #MV .catch span {
    font-size: 3.3rem;
  }
  #MV .catch span.en {
    margin-top: 10px;
    font-size: 2rem;
  }
  #MV .mv-btm p {
    font-size: 16rem;
  }
}

/* --------------------------------------------------
	news
-------------------------------------------------- */
#news {
  padding: 80px 0;
  border-bottom: solid 1px #C3C3C3;
}
#news .flex-box {
  display: flex;
  justify-content: space-between;
}
#news .news_left {
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}
#news h2 {
  margin-bottom: 0;
}
#news h2 span {
  font-size: 9.2rem;
  /*font-size: 5.0rem;*/
}
#news .news_left .btn01 {
  margin-top: auto;
  margin-bottom: 0;
}
#news .news_right {
  width: 100%;
}
#news ul li {
  padding: 10px 50px;
  list-style: none;
  display: flex;
}
#news ul li span {
  margin-right: 20px;
  color: #878787;
  font-weight: 500;
  flex-shrink: 0;
}
#news ul li a {
  color: #333;
  text-decoration: none;
}
#news ul li a:hover {
  text-decoration: underline;
}
#news ul li .eyecatch { 
  display: none;
 }
@media screen and (max-width: 1000px) {
  #news .news_left {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #news {
    padding: 60px 0;
  }
  #news h2 span {
    font-size: 4.2rem;
  }
  #news .flex-box {
    display: block;
    position: relative;
    padding-bottom: 80px;
  }
  #news .news_left {
    margin: 0;
  }
  #news .news_left .btn01 {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #news .news_left .btn01 a {
    padding: 10px 40px;
    background: #faa16b;
    border-bottom: none;
    border-radius: 100vw;
    color: #fff;
  }
  #news ul li {
    padding: 10px 0;
    /*padding: 10px 20px;*/
    display: block;
  }
  #news ul li span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/* --------------------------------------------------
	company
-------------------------------------------------- */
#company {
  padding: 80px 0 120px;
}
#company .flex-box {
  display: flex;
  gap: 80px;
}
#company .flex-box.title {
  margin-bottom: 60px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
}
#company h2 {
  margin-bottom: 0;
}
#company .btn01.sp {
  display: none;
}
#company .btn01.pc {
  display: block;
}
#company h3 {
  position: relative;
}
#company h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ea5703;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 0;
}
#company h3 span {
  padding-right: 30px;
  background: #fff;
  position: relative;
}
#company .flex-box .text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  width: 100%;
}
#company .flex-box .text section:first-of-type {
  margin-bottom: 30px;
}
#company .flex-box .text p {
  margin-left: 20px;
}
#company .flex-box .text strong {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #company {
    padding: 60px 0 80px;
  }
  #company .flex-box {
    display: block;
  }
  #company .flex-box .text {
    font-weight: 400;
  }
  #company .btn01.pc {
    display: none;
  }
  #company .btn01.sp {
    display: flex;
  }
  #company .img {
    text-align: center;
  }
  #company .img img {
    margin-bottom: 40px;
    width: 100%;
    max-width: 430px;
  }
  #company .flex-box .text {
    padding: 0 20px;
    font-size: 1.6rem;
  }
  #company .flex-box .text strong {
    padding: 0;
    font-size: 2rem;
  }
  #company .flex-box .text p {
    padding: 0;
    margin: 0;
  }
  #company .btn01 a {
    margin: 40px auto 0;
    display: inline-flex;
    padding: 10px 40px;
    background: #faa16b;
    border-bottom: none;
    border-radius: 100vw;
    color: #fff;
  }
}

/* --------------------------------------------------
	service
-------------------------------------------------- */
#service {
  padding: 100px 0 120px;
  background: #F6F6F6;
}
#service .service-li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
#service .service-li li {
  width: calc((100% - 60px)/3);
  position: relative;
}
#service .service-li li::before {
  content: '';
  padding-top: 100%;
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
#service .service-li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#service .service-li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#service .service-li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .over-text {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
  /*z-index: 10;*/
}
#service li:hover>.over-text {
  opacity: 1;
}
#service .over-text p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
#service .service-li .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  position: absolute;
  bottom: 0px;
  z-index: 20;
}
#service li:hover .text {
  opacity: 0.8;
}
#service .service-li .num {
  width: 19%;
  flex-shrink: 0;
}
#service .service-li .text .name {
  padding-right: 2.4%;
  padding-bottom: 2.4%;
  text-align: right;
  font-size: 2.6rem;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#service .service-li .text .name span {
  display: block;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}
#service .service-li .s-last::before {
  content: none;
}
#service .service-li .s-last ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
#service .service-li .s-last li {
  width: 100%;
}
#service .service-li .s-last li::before {
  padding-top: calc((100% - 30px)/2);
}
#service .s-last .over-text p {
  font-size: 2.4rem;
  /*font-size: 1.6vw;*/
  transform: translateY(-20px);
}
#service .service-li .s-last a::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 90%);
}
#service .service-li .s12 img {
  object-position: top;
}
@media screen and (max-width: 1200px) {
  #service .service-li .text .name {
    font-size: 2.2vw;
  }
  #service .service-li .text .name span {
    font-size: 1.09vw;
  }
  #service .over-text p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #service {
    padding: 60px 0;
  }
  #service .service-li {
    gap: 20px;
  }
  #service .service-li li {
    width: calc((100% - 20px)/2);
    position: relative;
    /* margin-bottom: 60px; */
  }
  #service .service-li a {
    overflow: auto;
  }
  #service .service-li a::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 90%);
  }
  #service .service-li .num {
    width: 20%;
    flex-shrink: 0;
  }
  #service .service-li .text .name {
    padding-right: 6px;
    padding-bottom: 6px;
    font-size: 4vw;
  }
  #service .service-li .text .name span {
    font-size: 2.2vw;
    font-weight: normal;
    line-height: 1.2;
  }
  #service .service-li .s-last {
    width: 100%;
    margin-bottom: 0;
  }
  #service .service-li .s-last ul {
    flex-direction: row;
    gap: 20px;
  }
  #service .service-li .s-last li::before {
    padding-top: 100%;
  }
  #service .over-text {
    padding: 10px 0;
    width: 100%;
    height: 60px;
    display: block;
    background: none;
    position: absolute;
    top: auto;
    bottom: -60px;
    opacity: 1;

    display: none;
  }
  #service .over-text p {
    font-size: 1.2rem;
    color: #333;
  }
  #service .s-last .over-text p {
    font-size: 1.2rem;
    transform: none;
  }
  #service .service-li .s-last a::after  {
     background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 90%);
  }
}

/* --------------------------------------------------
	recruit
-------------------------------------------------- */
#recruit {
  padding: 100px 0 130px;
  background: #FFF;
}
#recruit .pc {
  display: block;
}
#recruit .sp {
  display: none;
}
#recruit img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #recruit {
    padding: 60px 0 80px;
  }
  #recruit .pc {
    display: none;
  }
  #recruit .sp {
    display: block;
  }
}

/* --------------------------------------------------
	contact
-------------------------------------------------- */
#contact{
  padding: 80px 0;
  position: relative;
  background: #F6F6F6;
}
#contact .inner {
 
}
#contact a {
  text-decoration: none;
  color: #333;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
#contact .flex-box {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
#contact h2 {
  margin-bottom: 16px;
  color: #333;
}
#contact h2 span {
  display: inline-block;
  font-size: 7rem;
  line-height: 1;
}
#contact .left p {
  line-height: 2.0;
  color: #333;
}
#contact .contact-btn {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 2.0rem;
  font-weight: 500;
  flex-shrink: 0;
}
#contact .contact-btn img:first-of-type {
  margin-right: 10px;
  width: 30px;
}
#contact .contact-btn p {
  transition: all .3s;
}
#contact .contact-btn img.arrow {
  margin-left: 20px;
  transition: all .3s;
}
#contact a:hover {
  background: #faa16b;
}
#contact a:hover .contact-btn img {
  filter: brightness(0);
}


/*
#contact a:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
#contact a:hover .contact-btn p {
  color: #faa16b;
}
#contact a:hover .contact-btn img.arrow {
  transform: translateX(3px);
}
*/
/* #contact .contact-btn {
  padding: 30px;
  width: 530px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: left;
  background: #ea5703;
  border-radius: 10px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
#contact .contact-btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: url(../img/home/contact-bg.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: all .3s;
}
#contact .contact-btn:hover::before {
  opacity: 0.1;
}
#contact .contact-btn p,#contact .contact-btn img {
  position: relative;
  z-index: 2;
}
#contact .contact-btn img:first-of-type {
  margin-right: 10px;
}
#contact .contact-btn img.arrow {
  margin-left: auto;
  margin-right: 0;
}
   */
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  #contact {
    display: none;
  }
  /*
  #contact {
    padding: 50px 0;
  }
  #contact .flex-box {
    display: block;
    padding: 28px 32px;
  }
  #contact h2 span {
    font-size: 4.2rem;
    display: block;
    margin-bottom: 5px;
  }
  #contact .contact-btn {
    margin-top: 20px;
  }
  */
}

/* --------------------------------------------------
	contact (sp)
-------------------------------------------------- */

#contact-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  #contact-sp {
    padding: 80px 0;
    background: #F6F6F6;
    display: block;
  }
  #contact-sp .inner {
    padding: 28px 32px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  #contact-sp h2 {
    margin-bottom: 16px;
    color: #ea5703;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
  }
  #contact-sp p {
    line-height: 2.0;
  }
  #contact-sp .tel {
    margin: 24px 0 20px;
    line-height: 1.1;
  }
  #contact-sp .tel strong {
    font-size: 1.6rem;
    display: block;
    padding-bottom: 14px;
  }
  #contact-sp .tel a {
    color: #333;
    font-size: 3.8rem;
    font-weight: bold;
    text-decoration: none;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 700;
  }
  #contact-sp .tel p {
    font-size: 1.4rem;
  }
  #contact-sp .mail {
    display: flex;
    justify-content: center;
  }
  #contact-sp .mail a {
    padding: 10px 30px;
    background: #faa16b;
    border-bottom: none;
    border-radius: 100vw;
    color: #fff;
    display: inline-flex;
  }
}