@charset "UTF-8";
/*
Theme Name: 東陽製作所
Theme URI: 
Description:  
Author: 
Author URI: 
Version: 1.0
*/
/* トップページ */
#top .home_fv {
  width: 100%;
  height: 100vh;
  background-image: url("img/top/fv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
#top .home_fv .home_fv-catch {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  font-size: clamp(5rem, 1.231rem + 17.23vw, 12rem);
  line-height: 1;
}
#top .home_fv .home_fv-catch .font-en {
  font-family: var(--font-family-heading);
}
@media screen and (max-width: 767px) {
  #top .home_fv {
    background-image: url("img/top/fv_sp.jpg");
  }
  #top .home_fv .home_fv-catch {
    top: 20%;
    left: 5%;
  }
}
#top h2 {
  font-family: var(--font-family-heading);
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
}
#top h2:has(+ .title-sub) {
  margin-bottom: 0;
}
#top h2 + .title-sub {
  margin-bottom: 40px;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  padding-left: 130px;
  font-weight: 600;
}
#top h2 + .title-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 120px;
  height: 1px;
  background-color: var(--font-color-text);
}
#top section .flex {
  gap: 60px;
  align-items: center;
}
#top section .flex .imgarea {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #top section .flex {
    gap: 20px;
  }
}
#top section .flex .textarea {
  width: 50%;
}
#top section .flex .textarea h3 {
  font-size: clamp(1.375rem, 1.308rem + 0.31vw, 1.5rem);
  margin-bottom: 20px;
}
#top section .flex .textarea p {
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top section .flex .textarea {
    width: 100%;
  }
  #top section .flex .textarea p {
    margin-bottom: 20px;
  }
}
#top section .flex:has(+ .flex) {
  margin-bottom: 60px;
}
#top .businessSec {
  background-color: var(--bg-highlight);
}
#top .strengthSec .container {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top .strengthSec .strength-title {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#top .strengthSec .strength-list {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
#top .strengthSec .strength-list li {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#top .strengthSec .strength-list li .strength-list__title {
  text-align: center;
  color: var(--main-color);
  font-size: 1.2rem;
}
#top .strengthSec .strength-list li .strength-list__title small {
  display: block;
  font-family: var(--font-family-heading);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #top .strengthSec .strength-list li:nth-child(2) {
    margin-top: 60px;
  }
  #top .strengthSec .strength-list li:nth-child(3) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #top .strengthSec .strength-list {
    flex-direction: column;
    gap: 20px;
  }
  #top .strengthSec .strength-list li {
    width: 100%;
  }
}
#top .recruitSec {
  background: var(--sub-color01);
  padding: 60px 0;
}
#top .recruitSec .container {
  background: #fff;
  padding: 60px;
}
#top .recruitSec .container h2 {
  text-align: center;
}
#top .recruitSec .container .title-sub {
  text-align: center;
  width: 200px;
  margin: 0 auto 40px;
}
#top .recruitSec .container h3 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: var(--sub-color01);
}
#top .recruitSec .container p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top .recruitSec {
    padding: 40px 15px;
  }
  #top .recruitSec .container {
    padding: 30px;
  }
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(170, 143, 123, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(170, 143, 123, 0);
  }
}/*# sourceMappingURL=style.css.map */