@charset "utf-8";
/* common
-------------------------------------------------------------- */

/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
}

#mv h2 {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 1100px;
  color: var(--color-green);
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff,
    0 0 10px #fff;
  text-align: left;
  font-size: 4.2rem;
  font-weight: 700;
  z-index: 10;
}

#mv img {
  width: 100%;
}

@media (max-width: 767px) {
  #mv h2 {
    font-size: 1.8rem;
  }
}


/* news
-------------------------------------------------------------- */
#news {
  padding: 90px 0;
  background: var(--color-green);
  color: var(--color-white);
}

#news h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#news h2 span {
  display: block;
  margin: 20px 0 40px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#news .postArea {
  margin: 0 auto 30px;
  max-width: 660px;
}
#news .postArea li a {
  padding: 10px 0;
  font-size: 1.5rem;
}

#news .postArea li .date {
  width: 120px;
}

#news .postArea li .ttl {
  width: calc(100% - 120px);
}

#news .postArea li.none {
  text-align: center;
}
#news .btn a {
  margin: auto;
}

@media (max-width: 767px) {
  #news {
    padding: 50px 0;
  }
  
  #news h2 {
    font-size: 3.6rem;
  }
  
  #news h2 span {
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }
  
  #news .postArea li a {
    font-size: 1.4rem;
  }
  
  #news .postArea li .date,
  #news .postArea li .ttl {
    width: 100%;
  }
}

/* about
-------------------------------------------------------------- */
#about {
  padding-top: 150px;
  background: url(../img/index/business_bg.png);
}

#about h2 {
  padding-bottom: 50px;
  color: var(--color-green);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

#about figure {
  margin-bottom: -50px;
  width: 48%;
}

#about .txtArea {
  width: 48%;
}

#about .txtArea p {
  padding-bottom: 50px;
  line-height: 2.5;
}

#about .btnWhite {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  #about {
    padding: 60px 0;
  }
  
  #about h2 {
    padding: 30px 0 20px;
    font-size: 3.6rem;
  }
  
  #about figure {
    margin-bottom: 0;
    width: 100%;
  }
  
  #about .txtArea {
    width: 100%;
  }
  
  #about .txtArea p {
    padding-bottom: 30px;
    line-height: 2;
  }
}

/* works
-------------------------------------------------------------- */
#works {
  padding: 200px 0 100px;
}

#works h2 {
  color: var(--color-green);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#works h2 span {
  display: block;
  margin: 20px 0 40px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#works .postArea {
  justify-content: flex-start;
  gap: 50px 20px;
}

#works .postArea li {
  width: calc(25% - 20px);
}

#works .postArea li a {
  display: block;
}

#works .postArea li .eyecatch {
  border-radius: 30px;
  background-size: cover;
  aspect-ratio: 26 / 18;
}

#works .postArea li .term {
  margin: 15px 0 5px;
  justify-content: flex-start;
  gap: 5px;
}
#works .postArea li .term span {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

#works .postArea li .ttl {
  font-size: 1.8rem;
}

#works .postArea li.none {
  width: 100%;
  text-align: center;
}

#works .btn a {
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  #works {
    padding: 50px 0;
  }
  
  #works h2 {
    font-size: 3.6rem;
  }
  
  #works h2 span {
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }
  
  #works .postArea li {
    width: 100%;
  }
  
  #works .postArea li .eyecatch {
    border-radius: 15px;
  }
  
  #works .postArea li .term span {
    font-size: 1.3rem;
  }
  
  #works .postArea li .ttl {
    font-size: 1.6rem;
  }
}

/* business
-------------------------------------------------------------- */
#business {
  padding: 100px 0;
  background: url(../img/index/business_bg.png);
}

#business h2 {
  color: var(--color-green);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#business h2 span {
  display: block;
  margin: 20px 0 60px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#business ul {
  gap: 50px;
}

#business li {
  width: calc(50% - 50px);
}

#business li a {
  display: block;
}

#business li figure {
  position: relative;
}

#business li figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  border-radius: 0 30px 0 0;
  min-width: 200px;
  background: var(--color-white);
  color: var(--color-green);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

#business li p {
  padding-top: 20px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  #business {
    padding: 50px 0;
  }
  
  #business h2 {
    font-size: 3.6rem;
  }
  
  #business h2 span {
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }
  
  #business li {
    width: 100%
  }
  
  #business li figcaption {
    border-radius: 0 15px 0 0;
    min-width: 180px;
    font-size: 1.6rem;
  }
  
  #business li p {
    padding-top: 15px;
    font-size: 1.4rem;
  }
}

/* flow
-------------------------------------------------------------- */
#flow {
  padding: 80px 0;
  background: var(--color-green);
  color: var(--color-white);
}

#flow h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

#flow h2 span {
  display: block;
  margin: 20px 0 50px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#flow figure {
  width: 50%;
}

#flow .txtArea {
  width: 48%;
}

#flow .txtArea p {
  padding-bottom: 50px;
  line-height: 2.5;
}

@media (max-width: 767px) {
  #flow {
    padding: 50px 0;
  }
  
  #flow h2 {
    font-size: 3.6rem;
  }
  
  #flow h2 span {
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }
  
  #flow figure {
    padding-top: 30px;
    width: 100%;
  }
  
  #flow .txtArea {
    width: 100%;
    text-align: center;
  }
  
  #flow .txtArea p {
    padding-bottom: 30px;
    line-height: 2;
  }

  #flow .btn {
    justify-content: center;
  }
}

/* recruit
-------------------------------------------------------------- */
#recruit {
  margin: 100px auto;
  width: 90%;
  max-width: 1100px;
  color: var(--color-white);
  text-align: center;
}

#recruit h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

#recruit h2 span {
  display: block;
  margin: 20px 0 50px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#recruit a {
  display: block;
  position: relative;
  padding: 100px 0;
  border-radius: 30px;
  background: url(../img/index/recruit_bg.png) no-repeat center / cover;
}

#recruit a::before {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background: url(../img/common/arrow_white.png) no-repeat center / contain;
  content: "";
  z-index: 1;
}

#recruit a::after {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: var(--color-green);
  opacity: 0;
  content: "";
  transition: all 0.5s ease-in-out;
}

#recruit a:hover {
  opacity: 1;
}

#recruit a:hover::after {
  opacity: .8;
}

#recruit .txtArea {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 470px;
  font-size: 1.8rem;
  z-index: 1;
}
@media (max-width: 767px) {
  #recruit {
    margin: 50px auto;
  }
  
  #recruit h2 {
    font-size: 3.6rem;
  }
  
  #recruit h2 span {
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }
  
  #recruit a {
    padding: 50px 0;
    border-radius: 15px;
  }
  
  #recruit a::before {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
  
  #recruit a::after {
    border-radius: 15px;
  }
  
  #recruit .txtArea {
    font-size: 1.4rem;
  }
}

/* instagram
-------------------------------------------------------------- */
#instagram .ico {
  padding-bottom: 50px;
  text-align: center;
}

#instagram .btn a {
  margin: 50px auto 100px;
}

#instagram .btn a::after {
  background: url(../img/common/arrow_white_bl.png) no-repeat top center / 100% auto;
}

#instagram  .btn a:hover::after {
  right: 0;
  background: url(../img/common/arrow_white_bl_on.png) no-repeat top center / 100% auto;
}

@media (max-width: 767px) {
  #instagram .btn a {
    margin: 30px auto 50px;
  }
}

/* contact
-------------------------------------------------------------- */
#contact {
  padding: 100px 0;
  background: var(--color-green);
  color: var(--color-white);
}

#contact h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#contact h2 span {
  display: block;
  margin: 20px 0 60px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#contact ul {
  margin: auto;
  max-width: 520px;
  gap: 40px;
}

#contact li {
  width: calc(50% - 20px);
}

#contact li.tel a {
  padding: 20px 30px;
  border-radius: 30px;
  background: var(--color-orange);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#contact li a {
  display: block;
}

#contact p {
  padding-bottom: 80px;
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  #contact {
    padding: 50px 0;
  }
  
  #contact h2 {
    font-size: 3.6rem;
  }
  
  #contact h2 span {
    margin: 10px 0 20px;
    font-size: 1.3rem;
  }
  
  #contact ul {
    margin: auto;
    max-width: 232px;
    gap: 20px;
  }
  
  #contact li {
    width: 100%
  }
  
  #contact li.tel a {
    padding: 20px;
    text-align: center;
  }
  
  #contact p {
    padding: 0 0 30px;
    font-size: 1.4rem;
  }
}
