@charset "UTF-8";
#container {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #container {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 768px) {
  #container {
    width: 90%;
  }
}

.page-link-area {
  width: 90%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1300px) {
  .page-link-area {
    width: 100%;
  }
}
.page-link-area ul {
  width: 100%;
  display: grid;
  grid-template-columns: 49% 49%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1100px) {
  .page-link-area ul {
    grid-template-columns: 49% 49%;
    justify-content: center;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-link-area ul {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .page-link-area ul {
    width: 100%;
  }
}
.page-link-area ul li {
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 1100px) {
  .page-link-area ul li:nth-child(3) {
    grid-column: 1/3;
    width: 49%;
    justify-self: center;
  }
}
@media screen and (max-width: 768px) {
  .page-link-area ul li:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }
}
.page-link-area ul li.is-show {
  opacity: 1;
  transform: translateY(0);
}
.page-link-area ul li:nth-child(1) {
  transition-delay: 0s;
}
.page-link-area ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.page-link-area ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.page-link-area ul li .e-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .page-link-area ul li .e-title {
    margin-bottom: 20px;
  }
}
.page-link-area ul li .j-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .page-link-area ul li .j-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-link-area ul li .j-title {
    font-size: 18px;
  }
}
.page-link-area ul li .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-link-area ul li .text {
    font-size: 16px;
  }
}
.page-link-area ul li .bt {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 270px;
  margin: auto auto 0;
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  transition: 0.45s;
}
@media screen and (max-width: 1200px) {
  .page-link-area ul li .bt {
    width: 220px;
  }
}
@media screen and (max-width: 1100px) {
  .page-link-area ul li .bt {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .page-link-area ul li .bt {
    width: 90%;
  }
}
.page-link-area ul li .bt:hover {
  background-color: #6E60A8;
  border: 1px solid #fff;
}
.page-link-area ul li .bt:hover svg {
  stroke: #fff;
}
.page-link-area ul li .bt:hover p {
  color: #fff;
}
.page-link-area ul li .bt svg {
  stroke: #000;
  transition: 0.45s;
}
.page-link-area ul li .bt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .page-link-area ul li .bt p {
    font-size: 16px;
  }
}

.news-area {
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
}
.news-area .area-title {
  display: inline-block;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-area .area-title {
    margin: 0 auto 50px;
  }
}
.news-area .area-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .news-area .area-title::before {
    width: 80px;
    left: -120px;
  }
}
@media screen and (max-width: 450px) {
  .news-area .area-title::before {
    width: 60px;
    left: -80px;
  }
}
.news-area .area-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .news-area .area-title::after {
    width: 80px;
    right: -120px;
  }
}
@media screen and (max-width: 450px) {
  .news-area .area-title::after {
    width: 60px;
    right: -80px;
  }
}
.news-area .area-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .news-area .area-title h2 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.news-area .area-title .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .news-area .area-title .sub-title {
    font-size: 16px;
  }
}
.news-area .inner-box {
  display: grid;
  grid-template-columns: 48% 47%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .news-area .inner-box {
    display: block;
  }
}
.news-area .inner-box .news-box {
  width: 100%;
  order: 1;
}
.news-area .inner-box .news-box li {
  padding-bottom: 30px;
  padding-left: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 520px) {
  .news-area .inner-box .news-box li {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.news-area .inner-box .news-box li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.news-area .inner-box .news-box li .ymd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  .news-area .inner-box .news-box li .ymd {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  }
}
.news-area .inner-box .news-box li .news {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
@media screen and (max-width: 520px) {
  .news-area .inner-box .news-box li .news {
    font-size: 16px;
  }
}
.news-area .inner-box .image-box {
  order: 2;
  width: 90%;
  height: 300px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .news-area .inner-box .image-box {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .news-area .inner-box .image-box {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .news-area .inner-box .image-box {
    height: 250px;
  }
}
.news-area .inner-box .image-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(0);
  transition: transform 0.9s ease;
  z-index: 2;
  pointer-events: none;
}
.news-area .inner-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-area .inner-box.is-show .image-box::after {
  transform: translateY(-100%);
}
.news-area .inner-box.is-show .news-box li .news {
  opacity: 1;
  transform: translateX(0);
}
.news-area .inner-box.is-show .news-box li:nth-child(1) .news {
  transition-delay: 0.25s;
}
.news-area .inner-box.is-show .news-box li:nth-child(2) .news {
  transition-delay: 0.4s;
}
.news-area .inner-box.is-show .news-box li:nth-child(3) .news {
  transition-delay: 0.55s;
}
.news-area .inner-box.is-show .news-box li:nth-child(4) .news {
  transition-delay: 0.7s;
}
.news-area .inner-box.is-show .news-box li:nth-child(5) .news {
  transition-delay: 0.85s;
}

.company-area {
  width: 100%;
  margin-bottom: 120px;
}
.company-area .area-title {
  position: relative;
  border-left: 5px solid #6E60A8;
  padding: 5px 10px;
  margin-bottom: 50px;
}
.company-area .area-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .company-area .area-title h2 {
    margin-bottom: 10px;
  }
}
.company-area .area-title .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
}
.company-area .greeting {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 55%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .company-area .greeting {
    align-items: center;
  }
}
@media screen and (max-width: 1100px) {
  .company-area .greeting {
    display: block;
  }
}
.company-area .greeting .ceo-image,
.company-area .greeting .text-box p,
.company-area .greeting .name-box {
  position: relative;
  overflow: hidden;
}
.company-area .greeting .ceo-image,
.company-area .greeting .text-box p,
.company-area .greeting .name-box {
  opacity: 0;
}
.company-area .greeting.is-show .ceo-image,
.company-area .greeting.is-show .text-box p,
.company-area .greeting.is-show .name-box {
  opacity: 1;
}
.company-area .greeting.is-show .ceo-image::after,
.company-area .greeting.is-show .text-box p::after,
.company-area .greeting.is-show .name-box::after {
  animation: white-wipe 1s ease forwards;
}
.company-area .greeting.is-show .text-box p::after {
  animation-delay: 0.25s;
}
.company-area .greeting.is-show .name-box::after {
  animation-delay: 0.5s;
}
.company-area .greeting .ceo-image::after,
.company-area .greeting .text-box p::after,
.company-area .greeting .name-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0);
  z-index: 2;
  pointer-events: none;
}
@keyframes white-wipe {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.company-area .greeting .ceo-image {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .company-area .greeting .ceo-image {
    margin: 0 auto 30px;
  }
}
.company-area .greeting .ceo-image img {
  display: block;
  width: 400px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 1100px) {
  .company-area .greeting .ceo-image img {
    width: 70%;
    height: 350px;
  }
}
@media screen and (max-width: 520px) {
  .company-area .greeting .ceo-image img {
    width: 100%;
    height: 280px;
  }
}
.company-area .greeting .text-box {
  width: 100%;
}
.company-area .greeting .text-box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .company-area .greeting .text-box p {
    font-size: 14px;
  }
}
.company-area .greeting .text-box p span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .company-area .greeting .text-box p span {
    font-size: 18px;
  }
}
.company-area .greeting .text-box .name-box {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 20px;
}
.company-area .greeting .text-box .name-box .class {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .company-area .greeting .text-box .name-box .class {
    font-size: 14px;
  }
}
.company-area .greeting .text-box .name-box .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 24px;
}
@media screen and (max-width: 520px) {
  .company-area .greeting .text-box .name-box .name {
    font-size: 22px;
  }
}
.company-area .company-info {
  width: 100%;
  display: grid;
  grid-template-columns: 55% 43%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1100px) {
  .company-area .company-info {
    display: block;
  }
}
.company-area .company-info .info-area {
  order: 1;
}
.company-area .company-info .info-area li {
  padding-bottom: 30px;
  padding-left: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media screen and (max-width: 768px) {
  .company-area .company-info .info-area li {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .company-area .company-info .info-area li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.company-area .company-info .info-area li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.company-area .company-info .info-area li .info-l {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .company-area .company-info .info-area li .info-l {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  }
}
.company-area .company-info .info-area li .info-r {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .company-area .company-info .info-area li .info-r {
    line-height: 1.5;
  }
}
.company-area .company-info .image-area {
  order: 2;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .company-area .company-info .image-area {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
  }
}
.company-area .company-info .image-area div {
  position: absolute;
  width: 300px;
  aspect-ratio: 10/13;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .company-area .company-info .image-area div {
    width: 250px;
  }
}
@media screen and (max-width: 1100px) {
  .company-area .company-info .image-area div {
    position: static;
    width: 100%;
    aspect-ratio: unset;
    border-radius: 0px;
    height: 300px;
  }
}
.company-area .company-info .image-area div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 2;
  transform: translateX(0);
  transition: transform 1s ease;
}
.company-area .company-info .image-area div::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .company-area .company-info .image-area div::after {
    display: none;
  }
}
.company-area .company-info .image-area div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
}
.company-area .company-info .image-area .image-1 {
  bottom: 0;
  left: 10px;
}
.company-area .company-info .image-area .image-2 {
  top: 10px;
  right: 20px;
}
@media screen and (max-width: 1100px) {
  .company-area .company-info .image-area .image-2 {
    display: none;
  }
}
.company-area .company-info.is-show .info-area li .info-r {
  opacity: 1;
  transform: translateX(0);
}
.company-area .company-info.is-show .info-area li:nth-child(1) .info-r {
  transition-delay: 0.15s;
}
.company-area .company-info.is-show .info-area li:nth-child(2) .info-r {
  transition-delay: 0.25s;
}
.company-area .company-info.is-show .info-area li:nth-child(3) .info-r {
  transition-delay: 0.35s;
}
.company-area .company-info.is-show .info-area li:nth-child(4) .info-r {
  transition-delay: 0.45s;
}
.company-area .company-info.is-show .info-area li:nth-child(5) .info-r {
  transition-delay: 0.55s;
}
.company-area .company-info.is-show .info-area li:nth-child(6) .info-r {
  transition-delay: 0.65s;
}
.company-area .company-info.is-show .info-area li:nth-child(7) .info-r {
  transition-delay: 0.75s;
}
.company-area .company-info.is-show .info-area li:nth-child(8) .info-r {
  transition-delay: 0.85s;
}
.company-area .company-info.is-show .image-area .image-1::before {
  transform: translateX(101%);
  transition-delay: 0s;
}
.company-area .company-info.is-show .image-area .image-2::before {
  transform: translateX(101%);
  transition-delay: 0.15s;
}

.history-area {
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.history-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: 2;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
.history-area.is-show::before {
  transform: translateY(100%);
}
.history-area .area-title {
  display: inline-block;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history-area .area-title {
    margin: 0 auto 50px;
  }
}
.history-area .area-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .history-area .area-title::before {
    width: 80px;
    left: -120px;
  }
}
@media screen and (max-width: 450px) {
  .history-area .area-title::before {
    width: 60px;
    left: -80px;
  }
}
.history-area .area-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .history-area .area-title::after {
    width: 80px;
    right: -120px;
  }
}
@media screen and (max-width: 450px) {
  .history-area .area-title::after {
    width: 60px;
    right: -80px;
  }
}
.history-area .area-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .history-area .area-title h2 {
    font-size: 27px;
    margin-bottom: 0px;
  }
}
.history-area .area-title .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .history-area .area-title .sub-title {
    font-size: 16px;
  }
}
.history-area .h-box {
  width: 70%;
  height: 500px;
  margin: 0 auto;
  overflow-y: scroll;
  background-color: #fff;
  box-shadow: inset 0 0 10px #1A2952;
  border-radius: 10px;
  padding: 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.history-area .h-box::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .history-area .h-box {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .history-area .h-box {
    width: 100%;
    padding: 40px 10px;
  }
}
.history-area .h-box .h-list {
  width: 100%;
}
.history-area .h-box .h-list li {
  display: grid;
  grid-template-columns: 20% 78%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-bottom: 25px;
  padding: 0 20px 25px;
  border-bottom: 1px solid #1A2952;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .history-area .h-box .h-list li {
    display: block;
  }
}
.history-area .h-box .h-list li div {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #1A2952;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .history-area .h-box .h-list li .yymm {
    margin-bottom: 10px;
  }
}
.history-area .h-box .h-list li .content {
  letter-spacing: 0.1em;
}

.trucks-area {
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
}
.trucks-area .area-title {
  display: inline-block;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .trucks-area .area-title {
    margin: 0 auto 50px;
  }
}
.trucks-area .area-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .trucks-area .area-title::before {
    width: 80px;
    left: -120px;
  }
}
@media screen and (max-width: 450px) {
  .trucks-area .area-title::before {
    width: 60px;
    left: -80px;
  }
}
.trucks-area .area-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .trucks-area .area-title::after {
    width: 80px;
    right: -120px;
  }
}
@media screen and (max-width: 450px) {
  .trucks-area .area-title::after {
    width: 60px;
    right: -80px;
  }
}
.trucks-area .area-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .trucks-area .area-title h2 {
    font-size: 27px;
    margin-bottom: 0px;
  }
}
.trucks-area .area-title .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .trucks-area .area-title .sub-title {
    font-size: 16px;
  }
}
.trucks-area .truck-list {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1300px) {
  .trucks-area .truck-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .trucks-area .truck-list {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .trucks-area .truck-list {
    width: 100%;
  }
}
.trucks-area .truck-list li {
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.trucks-area .truck-list li.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .trucks-area .truck-list li {
    margin-bottom: 40px;
  }
}
.trucks-area .truck-list li .image-box {
  width: 100%;
  height: 300px;
  background-color: #c9c9c9;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .trucks-area .truck-list li .image-box {
    height: 250px;
  }
}
.trucks-area .truck-list li .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trucks-area .truck-list li .name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  text-align: center;
}
.trucks-area .truck-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.trucks-area .truck-list li:nth-child(2) {
  transition-delay: 0.25s;
}
.trucks-area .truck-list li:nth-child(3) {
  transition-delay: 0.4s;
}

.recruit-area {
  width: 100%;
  margin-bottom: 120px;
  text-align: center;
}
.recruit-area .area-title {
  display: inline-block;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-area .area-title {
    margin: 0 auto 50px;
  }
}
.recruit-area .area-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .recruit-area .area-title::before {
    width: 80px;
    left: -120px;
  }
}
@media screen and (max-width: 450px) {
  .recruit-area .area-title::before {
    width: 60px;
    left: -80px;
  }
}
.recruit-area .area-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  width: 120px;
  height: 3px;
  background-color: #6E60A8;
}
@media screen and (max-width: 520px) {
  .recruit-area .area-title::after {
    width: 80px;
    right: -120px;
  }
}
@media screen and (max-width: 450px) {
  .recruit-area .area-title::after {
    width: 60px;
    right: -80px;
  }
}
.recruit-area .area-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 450px) {
  .recruit-area .area-title h2 {
    font-size: 27px;
    margin-bottom: 0px;
  }
}
.recruit-area .area-title .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .recruit-area .area-title .sub-title {
    font-size: 16px;
  }
}
.recruit-area .tab-container {
  display: flex;
  gap: 2%;
  width: 100%;
  margin: 0 auto 80px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1300px) {
  .recruit-area .tab-container {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .recruit-area .tab-container {
    width: 100%;
  }
}
.recruit-area .tab {
  text-align: center;
  width: 50%;
  padding: 15px;
  background-color: #D9D9D9;
  cursor: pointer;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .recruit-area .tab {
    font-size: 16px;
    width: 100%;
  }
}
.recruit-area .tab.active {
  background-color: #7670B9;
  color: #fff;
}
.recruit-area .content-container {
  width: 100%;
}
.recruit-area .content-container .atention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-area .content-container .atention {
    font-size: 15px;
    width: 100%;
  }
}
.recruit-area .content {
  display: none; /*必須*/
}
.recruit-area .content.show {
  display: block; /*必須*/
}
.recruit-area .content {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .recruit-area .content {
    width: 100%;
  }
}
.recruit-area .content .info-list {
  margin-bottom: 50px;
}
.recruit-area .content .info-list li {
  display: grid;
  grid-template-columns: 25% 70%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #A09CCC;
}
.recruit-area .content .info-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .recruit-area .content .info-list li {
    display: block;
  }
}
.recruit-area .content .info-list li .info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruit-area .content .info-list li .info {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  }
}
@media screen and (max-width: 520px) {
  .recruit-area .content .info-list li .info {
    font-size: 16px;
  }
}
.recruit-area .content .info-list li .detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruit-area .content .info-list li .detail {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  }
}
@media screen and (max-width: 520px) {
  .recruit-area .content .info-list li .detail {
    font-size: 16px;
  }
}
.recruit-area .content .info-list li .detail span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-area .content .info-list li .detail span {
    font-size: 12px;
  }
}
.recruit-area .content .rec-link {
  text-align: center;
}
.recruit-area .content .rec-link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 0, "pkna" 0, "zero" 0;
  color: #02003D;
  font-size: 25px;
  padding: 15px 30px;
  border: 1px solid #02003D;
  transition: 0.45s;
}
.recruit-area .content .rec-link a:hover {
  background-color: #02003D;
  color: #fff;
}/*# sourceMappingURL=index.css.map */