@charset "UTF-8";
.c-subtitle-ellipse {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1024px) {
  .c-subtitle-ellipse {
    margin-bottom: 32px;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}
#loading.active .logo {
  animation: bound-o 1s 0s both;
}
#loading.active .logo-line {
  transform: scale(5);
  opacity: 0;
}
#loading.active .logo-base {
  opacity: 0;
}
#loading .logo {
  position: relative;
  width: 560px;
  max-width: 30vw;
  height: 392px;
}
#loading .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transform: scale(1);
  transition: transform 2s 1.2s ease-in-out, opacity 2s 1.2s ease-in-out;
}
@media print, screen and (max-width: 1024px) {
  #loading .logo {
    width: 30vw;
    min-width: 150px;
  }
}

#mv {
  height: 100lvh;
  overflow: hidden;
}
#mv.active .sec-title::before,
#mv.active .sec-title::after {
  animation: bound-o 1s 0.5s both;
}
#mv .sec-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: calc(88px + 5lvh) 5.2vw 5lvh;
}
#mv .sec-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
#mv .sec-text span {
  display: block;
}
#mv .sec-text span + span {
  margin-top: 0.63em;
}
#mv .sec-text span:last-child {
  padding-left: 0.61em;
}
#mv .sec-title {
  --width: 702px;
  position: relative;
  width: var(--width);
  height: calc(var(--width) * 0.349);
  background: url(../img/common/yamatogomu-base.svg) left/contain no-repeat;
  font-size: 0;
  flex-shrink: 0;
}
#mv .sec-title::before, #mv .sec-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 83%;
  display: block;
  height: 46.53%;
  width: 15.09%;
  background: url(../img/common/yamatogomu-o.svg) center/contain no-repeat;
}
#mv .sec-title::after {
  top: 53%;
  left: 16%;
}
@media print, screen and (max-width: 1024px) {
  #mv .sec-inner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  #mv .sec-text {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  #mv .sec-title {
    --width: 675px;
  }
}
@media only screen and (max-width: 768px) {
  #mv .sec-inner {
    justify-content: flex-end;
  }
  #mv .sec-text {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  #mv .sec-text span + span {
    margin-top: 0.8em;
  }
  #mv .sec-title {
    --width: 88vw;
  }
}

#introduction .sec-inner {
  padding: 130px 0 190px;
}
#introduction .sec-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
#introduction .sec-text p + p {
  margin-top: 1.6em;
}
@media print, screen and (max-width: 1024px) {
  #introduction .sec-inner {
    padding: 100px 0 160px;
  }
  #introduction .sec-text {
    font-size: 22px;
    font-size: clamp(0px, 4.13vw, 28px);
  }
}
@media only screen and (max-width: 768px) {
  #introduction .sec-inner {
    padding: 87px 0 130px;
  }
}

#service {
  padding: 0;
}
#service .sec-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 28.59vw;
  max-height: 549px;
}
#service .sec-outer {
  padding-bottom: 120px;
}
#service .sec-box {
  max-width: 1428px;
  margin: -6.4vw auto 0;
  padding: 112px 15px;
}
#service .sec-box-inner {
  max-width: 1144px;
  margin: 0 auto;
}
#service .sec-box-inner .inner-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px 16px;
  margin-bottom: 40px;
}
#service .sec-box-inner .texts {
  max-width: 656px;
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  #service .sec-outer {
    padding-bottom: 85px;
  }
  #service .sec-box {
    padding: 80px 15px;
  }
  #service .sec-box-inner .inner-top {
    display: block;
  }
  #service .sec-box-inner .btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #service .sec-outer {
    padding-bottom: 50px;
  }
  #service .sec-box {
    padding: 50px 1.5rem;
  }
  #service .sec-box-inner .btn {
    margin: 32px 0 0;
  }
}

#strengths {
  clip-path: inset(0);
  overflow: hidden;
}
#strengths .sec-outer {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 11.56vw;
  position: relative;
}
#strengths .sec-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 16px;
  background: url(../img/common/bg-image.png) center/cover no-repeat;
  z-index: -2;
  border-radius: 24px;
  overflow: hidden;
}
#strengths .sec-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000000 0%, transparent 100%);
  z-index: -1;
  border-radius: 24px;
}
#strengths .sec-bg img {
  display: block;
  flex: 0 0 auto;
  width: 100vw;
  overflow: hidden;
}
#strengths .sec-bg img:first-child {
  animation: loop 50s -25s linear infinite;
}
#strengths .sec-bg img:last-child {
  animation: loop2 50s linear infinite;
}
#strengths .sec-box {
  position: relative;
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding-right: 33.72%;
}
#strengths .sec-box-inner {
  display: flex;
  align-items: flex-end;
  padding-bottom: 109px;
}
#strengths .sec-title {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 52px;
  padding-bottom: 22px;
  white-space: nowrap;
}
#strengths .sec-title .en {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #E81E10;
  writing-mode: sideways-lr;
}
#strengths .sec-title .ja {
  font-size: 9.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  writing-mode: vertical-lr;
  position: relative;
}
#strengths .sec-title .ja::before {
  position: absolute;
  content: "";
  width: 98px;
  height: 47px;
  bottom: -23px;
  right: -10px;
  background: url(../img/top/figure-curve.svg) center/contain no-repeat;
}
#strengths .sec-main {
  max-width: 620px;
  width: 100%;
}
#strengths .sec-main .title {
  margin-bottom: 32px;
  color: #FFFFFF;
}
#strengths .sec-main .text {
  color: #FFFFFF;
  margin-bottom: 32px;
}
#strengths .sec-main .images {
  display: flex;
  gap: 0 8px;
}
#strengths .sec-main .images .image {
  width: 100%;
  aspect-ratio: 199/133;
}
#strengths .sec-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 580px;
  width: 33.72%;
  aspect-ratio: 580/495;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  transition: transform 0s ease-out;
  will-change: transform;
}
#strengths .sec-btn.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#strengths .sec-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top/strengths-btn.svg) center/contain no-repeat;
}
#strengths .sec-btn .arw {
  width: 62px;
  height: 47px;
  background: url(../img/common/icon-ellipse-gray.svg) center/contain no-repeat;
}
#strengths .sec-btn .arw::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -2px;
  background: url(../img/common/icon-arrow.svg) center/14px no-repeat;
}
#strengths .sec-btn .train {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  transform-origin: 0 0;
}
#strengths .sec-btn .train > div {
  animation: train-animation 8000ms linear infinite;
  animation-delay: calc(var(--i) * 100ms);
  animation-direction: reverse;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  visibility: hidden;
  offset-rotate: auto -180deg;
}
@media print, screen and (min-width: 1025px) {
  #strengths .sec-main .title {
    font-size: 4rem;
    font-weight: 700;
  }
}
@media print, screen and (max-width: 1024px) {
  #strengths .sec-outer {
    padding-bottom: 10vw;
  }
  #strengths .sec-box {
    padding: 0;
  }
  #strengths .sec-box-inner {
    display: block;
    padding-bottom: 40px;
  }
  #strengths .sec-title {
    flex-direction: column;
    align-items: flex-start;
  }
  #strengths .sec-title .en {
    font-size: 24px;
    writing-mode: initial;
  }
  #strengths .sec-title .ja {
    display: inline-block;
    font-size: 55px;
    writing-mode: initial;
  }
  #strengths .sec-title .ja::before {
    width: 1em;
    height: 1em;
    bottom: -0.3em;
    right: -0.5em;
    transform: rotate(-28deg);
  }
  #strengths .sec-main {
    max-width: 100%;
  }
  #strengths .sec-main .images {
    gap: 5px;
    margin: 32px -2.4rem 0;
  }
  #strengths .sec-main .images .image {
    aspect-ratio: 129/130;
  }
}
@media only screen and (max-width: 768px) {
  #strengths .sec-outer {
    padding-bottom: 35vw;
  }
  #strengths .sec-bg {
    padding-bottom: 10vw;
  }
  #strengths .sec-box-inner {
    padding-bottom: 0;
  }
  #strengths .sec-title .ja {
    font-size: 40px;
  }
}

#product {
  margin-top: 110px;
  margin-bottom: 290px;
}
#product .sec-box-top {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 40px;
}
#product .sec-box-top .texts {
  max-width: 532px;
  width: 100%;
  padding-top: 20px;
}
#product .sec-box-top .title {
  margin-bottom: 50px;
}
#product .sec-list {
  margin-bottom: 40px;
}
#product .sec-list .txt {
  display: inline;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#product .sec-list .btn {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
}
@media print, screen and (max-width: 1024px) {
  #product {
    margin-bottom: 200px;
  }
  #product .sec-outer {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  #product .sec-inner {
    position: relative;
    width: calc(100% - 4.8rem);
    margin: -60px auto 0;
    padding: 50px 15px;
    border-radius: 24px;
    z-index: 2;
  }
  #product .sec-inner::before, #product .sec-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }
  #product .sec-inner::before {
    top: 1px;
    height: calc(100% - 2px);
    background: url(../img/common/bg-box.jpg) left top/489px 366px repeat;
    z-index: -1;
  }
  #product .sec-inner::after {
    background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
    border-radius: inherit;
    z-index: -2;
  }
  #product .sec-box-top {
    display: block;
    padding: 0;
  }
  #product .sec-box-top .title {
    margin-bottom: 32px;
  }
  #product .sec-btn {
    margin-top: 32px;
  }
  #product .sec-list {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #product {
    margin-bottom: 100px;
  }
}

#company .sec-inner {
  padding: 112px 20px;
  position: relative;
}
#company .sec-box-top {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 40px;
}
#company .sec-box-top .texts {
  max-width: 710px;
  width: 100%;
}
#company .sec-box-top .subtitle {
  margin-bottom: 40px;
}
#company .sec-box-top .title {
  margin-bottom: 32px;
}
#company .sec-image {
  position: relative;
  z-index: -4;
  display: flex;
  margin-top: -12.3vw;
}
@media print, screen and (max-width: 1024px) {
  #company {
    display: flex;
    flex-direction: column-reverse;
  }
  #company .sec-image {
    margin: 0 0 -60px;
  }
  #company .sec-inner {
    padding: 50px 15px;
  }
  #company .sec-box-top {
    display: block;
  }
  #company .sec-box-top .subtitle {
    margin-bottom: 30px;
  }
  #company .sec-btn {
    margin-top: 32px;
  }
}

#sustainability .sec-outer {
  position: relative;
}
#sustainability .sec-outer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: url(../img/common/bg-box.png) left top/690px 517px repeat;
  z-index: -1;
}
#sustainability .sec-outer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: #FFFFFF;
  z-index: -2;
}
#sustainability .sec-inner {
  padding: 112px 0;
}
#sustainability .sec-texts {
  width: 100%;
}
#sustainability .sec-texts .subtitle {
  margin-bottom: 40px;
}
#sustainability .sec-texts .title {
  margin-bottom: 32px;
}
#sustainability .sec-texts .text {
  max-width: 748px;
  margin-bottom: 40px;
}
#sustainability .sec-box {
  position: relative;
  display: block;
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px 20px;
}
#sustainability .sec-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#sustainability .sec-box .top {
  display: flex;
  align-items: center;
  gap: 0 24px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px;
  z-index: 2;
  position: relative;
}
#sustainability .sec-box .top .title {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sustainability .sec-box .top .arw {
  width: 110px;
  position: relative;
}
#sustainability .sec-box .top .arw::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 14px;
  left: 0;
  top: calc(50% - 7px);
  background: url(../img/common/icon-arrow-white.svg) center/contain no-repeat;
}
#sustainability .sec-box .top .arw::after {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 110/86;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/common/icon-ellipse-gradient.svg) center/contain no-repeat;
  z-index: -1;
}
#sustainability .sec-box .list {
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  gap: 0 8px;
  z-index: 2;
  position: relative;
}
#sustainability .sec-box .item {
  width: 100%;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
     border-image: linear-gradient(90deg, #3A982A 0%, #008DD4 100%) 1;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
}
#sustainability .sec-box .item .image {
  width: 100%;
  aspect-ratio: 233/168;
}
#sustainability .sec-box .item .btm {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
  padding: 8px;
  text-align: center;
}
#sustainability .sec-box .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
#sustainability .sec-box .hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  opacity: 0.8;
  z-index: -1;
}
#sustainability .sec-box .hover-img {
  max-width: 558px;
  padding: 3.3rem;
  background: #fff;
}
#sustainability .sec-box .hover-text {
  max-width: 660px;
  margin: 13px auto;
  text-align: center;
}
#sustainability .sec-box:hover .hover {
  opacity: 1;
}
@media print, screen and (max-width: 1024px) {
  #sustainability {
    margin-top: 50px;
  }
  #sustainability .sec-inner {
    padding: 50px 0;
  }
  #sustainability .sec-box {
    padding: 0.8rem;
  }
  #sustainability .sec-box .top,
  #sustainability .sec-box .list {
    display: none;
  }
  #sustainability .sec-box .hover {
    position: relative;
    top: 0;
    left: 0;
    padding: 50px 2.4rem;
    opacity: 1;
    pointer-events: initial;
  }
  #sustainability .sec-box .hover::before {
    opacity: 1;
  }
  #sustainability .sec-box .hover-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  #sustainability .sec-box .hover-img {
    padding: 16px;
  }
  #sustainability .sec-box .hover-text {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
  }
  #sustainability .sec-box .hover-images {
    display: flex;
    margin-bottom: 20px;
  }
  #sustainability .sec-box .hover-images img {
    width: 25%;
    height: auto;
    aspect-ratio: 705/742;
  }
}
@media only screen and (max-width: 768px) {
  #sustainability .sec-box .hover-btn {
    width: calc(100% + 34px);
    margin-left: -17px;
    margin-right: -17px;
  }
}

#news .sec-outer {
  padding-top: 112px;
  padding-bottom: 112px;
}
#news .sec-inner {
  padding: 44px 20px;
  position: relative;
}
#news .sec-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.12;
  background: url(../img/common/bg-box.png) left top/470px 352px repeat;
  border-radius: 24px;
  z-index: -1;
}
#news .sec-inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 24px;
  z-index: -2;
}
#news .sec-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#news .sec-list .item {
  display: grid;
  grid-template-columns: 1fr 61px;
  align-items: center;
  gap: 0 10px;
  border-radius: 4px;
  background: #F5F5F5;
  padding: 24px 32px;
}
#news .sec-list .item:not(:nth-of-type(1)) {
  margin-top: 8px;
}
#news .sec-list .item:hover .arw::before {
  background-image: url(../img/common/icon-arrow-white.svg);
}
#news .sec-list .item:hover .arw::after {
  opacity: 1;
}
#news .sec-list .content {
  display: grid;
  grid-template-columns: 117px 1fr;
  align-items: center;
  gap: 10px;
}
#news .sec-list .image {
  aspect-ratio: 117/89;
  border-radius: 8px;
  overflow: hidden;
}
#news .sec-list .texts {
  max-width: 523px;
  width: 100%;
  overflow: hidden;
}
#news .sec-list .top {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 4px;
}
#news .sec-list .date {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.4;
}
#news .sec-list .category {
  font-size: 16px;
  line-height: 1;
  padding: 5px 18px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
#news .sec-list .category::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 100px;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#news .sec-list .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .sec-list .arw {
  position: relative;
  width: 61px;
  height: 48px;
  background: url(../img/common/icon-ellipse-outline.svg) center/contain no-repeat;
}
#news .sec-list .arw::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  left: 0;
  top: calc(50% - 7px);
  background: url(../img/common/icon-arrow.svg) center/contain no-repeat;
  z-index: 2;
}
#news .sec-list .arw::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/common/icon-ellipse.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 1024px) {
  #news .sec-outer {
    padding: 50px 2.4rem;
  }
  #news .sec-inner {
    padding: 50px 15px;
  }
  #news .sec-inner::before {
    opacity: 1;
    background-image: url(../img/common/bg-box.jpg);
  }
  #news .sec-inner::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
    z-index: -2;
  }
}
@media only screen and (max-width: 768px) {
  #news .sec-list {
    margin-bottom: 40px;
  }
  #news .sec-list .item {
    display: block;
    position: relative;
    padding: 24px;
  }
  #news .sec-list .content {
    grid-template-columns: 1fr;
  }
  #news .sec-list .image {
    width: 10rem;
  }
  #news .sec-list .texts {
    max-width: 100%;
  }
  #news .sec-list .top {
    margin-bottom: 10px;
  }
  #news .sec-list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin-right: 9rem;
  }
  #news .sec-list .arw {
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
}

#recruit .sec-outer {
  padding-top: 112px;
  padding-bottom: 130px;
  position: relative;
}
#recruit .sec-outer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: url(../img/common/bg-box.png) left top/525px 393px repeat;
  z-index: -1;
}
#recruit .sec-outer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: #F8F8F8;
  z-index: -2;
}
#recruit .sec-inner {
  position: relative;
  display: grid;
  grid-template-columns: 410fr 730fr;
}
#recruit .sec-inner::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #3A982A 0%, #008DD4 100%);
  z-index: -1;
}
#recruit .sec-inner::after {
  content: "";
  position: absolute;
  max-width: 585px;
  width: 100%;
  height: auto;
  aspect-ratio: 600/185;
  left: 37px;
  bottom: -10px;
  background: url(../img/top/recruit-text.png) center/contain no-repeat;
}
#recruit .sec-texts {
  padding: 73px 20px 164px 3.6rem;
}
#recruit .sec-texts .title {
  color: #FFFFFF;
  margin-bottom: 14px;
  margin-left: 10px;
}
#recruit .sec-texts .text {
  color: #FFFFFF;
  margin-bottom: 34px;
}
#recruit .sec-images {
  display: flex;
}
#recruit .sec-images.inview .image::before {
  transform: scale(1);
}
#recruit .sec-images .image {
  position: relative;
  height: 100%;
}
#recruit .sec-images .image::before {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: transform 0.3s;
}
#recruit .sec-images .image:nth-of-type(1)::before {
  width: 29.87%;
  height: 11.7%;
  top: 3.92%;
  left: 11.18%;
  background: url(../img/top/recruit-icon-1.png) center/contain no-repeat;
}
#recruit .sec-images .image:nth-of-type(2)::before {
  width: 16.98%;
  height: 13.6%;
  top: 3.92%;
  left: 6.25%;
  background: url(../img/top/recruit-icon-2.png) center/contain no-repeat;
  transition-delay: 0.3s;
}
#recruit .sec-images .image:nth-of-type(3)::before {
  width: 30.6%;
  height: 10.9%;
  top: 4.66%;
  left: 4.6%;
  background: url(../img/top/recruit-icon-3.png) center/contain no-repeat;
  transition-delay: 0.6s;
}
@media print, screen and (min-width: 1025px) {
  #recruit .sec-texts .btn {
    min-width: 322px;
  }
}
@media print, screen and (max-width: 1024px) {
  #recruit {
    margin-bottom: 100px;
  }
  #recruit .sec-outer {
    padding: 0;
  }
  #recruit .sec-inner {
    grid-template-columns: 1fr;
  }
  #recruit .sec-inner::before {
    width: 100%;
  }
  #recruit .sec-inner::after {
    content: none;
  }
  #recruit .sec-texts {
    position: relative;
    max-width: 700px;
    padding: 50px 3rem 134px;
  }
  #recruit .sec-texts::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    max-width: 450px;
    height: 87px;
    max-height: 21vw;
    background: url(../img/top/recruit-text.png) center/contain no-repeat;
  }
  #recruit .sec-texts .title {
    margin: 0 0 40px;
  }
}/*# sourceMappingURL=index.css.map */