.kv {
  background-color: #fff;
  background-image: url("../../images/top/bg-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  position: relative;
}
.kvInner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1366px;
}
.kv .imgWrapper {
  max-width: 831px;
  overflow: hidden;
  width: 60.8%;
}
.kv .imgWrapper .swiper1 {
  aspect-ratio: 729/385;
  width: 100%;
}
.kv .imgWrapper .swiper1 .swiper-slide {
  overflow: hidden;
}
.kv .imgWrapper .swiper1 .swiper-slide-active .slide-img,
.kv .imgWrapper .swiper1 .swiper-slide-duplicate-active .slide-img,
.kv .imgWrapper .swiper1 .swiper-slide-prev .slide-img {
  -webkit-animation: kvZoomOut 10s linear 0s;
  -webkit-animation-fill-mode: both;
  animation: kvZoomOut 10s linear 0s;
  animation-fill-mode: both;
}
.kv .imgWrapper .LowerSwipers {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.kv .imgWrapper .swiper2,
.kv .imgWrapper .swiper3 {
  aspect-ratio: 729/385;
  overflow: hidden;
  width: calc((100% - 8px) / 2);
}
.kv .textWrapper {
  margin-left: 52px;
  max-width: 400px;
  width: 39.2%;
}
.kv .textMessage {
  margin: 40px 0;
}
.kv .textWrapper p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 62px;
}
.kv .textWrapper img {
  margin: auto;
  max-width: 341px;
  width: 100%;
}

h2 {
  font-size: 4.2rem;
}
h2 span {
  font-size: 2.3rem;
}

.message {
  display: flex;
  gap: 28px;
  justify-content: flex-end;
  padding: 80px 0;
  position: relative;
}
.message .leftWrapper {
  width: 36.2%;
}
.message .rightWrapper {
  max-width: 683px;
  overflow: hidden;
  width: 50%;
}
.message .rightWrapper img {
  transition: transform 0.3s ease;
}
.message:hover .rightWrapper img {
  transform: scale(1.05);
}
.message h2 span:before {
  background-color: #222;
}
.message .textWrapper {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
}
.message .textWrapper p:first-child {
  font-size: 3.3rem;
  line-height: 1.3;
  margin-top: 60px;
}
.message .moreBtnWrapper {
  margin-top: 76px;
}
.message .moreBtn {
  background-color: #222;
  display: block;
  height: 49px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 202px;
}
.message .moreBtn span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.message .moreBtn:hover span {
  color: #222;
}

.business {
  background-image: url("../../images/top/bg-business.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.business .links {
  display: flex;
  gap: 11px;
  margin-top: 30px;
}
.business .links a {
  align-items: center;
  background-color: antiquewhite;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  height: 250px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  width: 33.3333333333%;
}
.business .links a .text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  z-index: 1;
}
.business .links a span {
  display: block;
  font-size: 1.4rem;
  margin-top: 12px;
  text-align: center;
}
.business .links a img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}
.business .links a:hover img {
  transform: scale(1.05);
}

.interview {
  background-image: url("../../images/top/bg-interview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.interview .swiper4 {
  margin-top: 30px;
  width: 100%;
}
.interview .swiper4 .swiper-wrapper {
  gap: 12px;
}
.interview .swiper4 .swiper-slide {
  max-width: 334px;
  width: calc((100% - 24px) / 3);
}
.interview .swiper4 .swiper-slide a {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  position: relative;
}
.interview .swiper4 .swiper-slide .slide-imgWrapper {
  max-height: 250px;
  overflow: hidden;
}
.interview .swiper4 .swiper-slide a img {
  transition: transform 0.3s ease;
}
.interview .swiper4 .swiper-slide a:hover img {
  transform: scale(1.05);
}
.interview .swiper4 .swiper-slide a .text {
  font-size: 28px;
  padding: 10px 0;
}
.interview .swiper4 .swiper-slide a span {
  display: block;
  font-size: 1.2rem;
  margin-top: 12px;
  text-align: center;
}
.interview .swiper-button-prev,
.interview .swiper-button-next {
  display: none;
}
.interview .swiper-button-prev::after,
.interview .swiper-button-next::after {
  content: "";
}
.interview .swiper-button-prev {
  background: url("../../images/common/slider-arrow-prev.svg") no-repeat center center/contain;
}
.interview .swiper-button-next {
  background: url("../../images/common/slider-arrow-next.svg") no-repeat center center/contain;
}
.interview .banner {
  align-items: flex-end;
  background-image: url("../../images/top/img_interview_04.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  height: 206px;
  justify-content: flex-start;
  margin-top: 40px;
  padding-bottom: 23px;
  padding-left: 31px;
  transition: background-size 0.3s ease;
  width: 100%;
}
.interview .banner:hover {
  background-size: 105%;
}

.crosstalk {
  background-image: url("../../images/top/bg-crosstalk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.crosstalk .moreBtnWrapper {
  padding-left: 52px;
}
.crosstalk .imgWrapper {
  height: 100%;
  margin-top: 30px;
  max-height: 300px;
  overflow: hidden;
  width: 100%;
}
.crosstalk .imgWrapper img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  width: 100%;
}
.crosstalk:hover .imgWrapper img {
  transform: scale(1.05);
}
.crosstalk .crosstalkWrapper {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  justify-content: space-between;
  line-height: 1.33;
  margin-top: 39px;
}
.crosstalk .crosstalkWrapper .moreBtn {
  background-color: #222;
  color: #fff;
  display: flex;
  height: 49px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 202px;
}
.crosstalk .crosstalkWrapper .moreBtn span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.crosstalk .crosstalkWrapper .moreBtn:hover span {
  color: #222;
}

.support {
  background-image: url("../../images/top/bg-support.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 556px;
  padding-top: 80px;
  position: relative;
}
.support .sectionInner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.support .sectionInnerWide {
  margin: 0 0 0 auto;
  max-width: 100%;
  padding-left: calc(49.2vw - 500px);
  width: 100%;
}
.support .supportWrapper {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  margin-top: auto;
  width: 100%;
}
.support .supportWrapper .imgWrapper {
  max-width: 348px;
  min-height: 416px;
  width: 29%;
}
.support .supportWrapper .imgWrapper {
  background-image: url("../../images/top/img_support_01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.support .supportWrapper ul {
  margin-left: 77px;
  padding: 73px 0;
  width: 445px;
}
.support .supportWrapper ul li {
  border-top: 1px solid #D5D5D5;
  color: #222;
  height: 90px;
  position: relative;
}
.support .supportWrapper ul li:last-child {
  border-bottom: 1px solid #D5D5D5;
}
.support .supportWrapper ul li a {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 2.2rem;
  height: 100%;
  justify-content: space-between;
  padding: 32px 80px;
  position: relative;
}
.support .supportWrapper ul li a span {
  color: #0D5EA2;
  font-size: 1.2rem;
  left: 32px;
  position: absolute;
  top: 16px;
}
.support .supportWrapper ul li a img {
  height: 12px;
  transition: 0.3s;
  width: 16px;
}
.support .supportWrapper ul li a:hover img {
  transform: translateX(10px);
}

.faq {
  background-image: url("../../images/top/bg-faq-section.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  gap: 28px;
  justify-content: center;
  padding: 80px 0;
  position: relative;
}
.faq .leftWrapper {
  width: 36.2%;
}
.faq .rightWrapper {
  max-width: 683px;
  overflow: hidden;
  width: 36.2%;
}
.faq .rightWrapper img {
  transition: transform 0.3s ease;
}
.faq:hover .rightWrapper img {
  transform: scale(1.05);
}
.faq h2 span:before {
  background-color: #222;
}
.faq .textWrapper {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  padding-top: 56px;
}
.faq .textWrapper p:first-child {
  font-size: 3.3rem;
  line-height: 1.3;
  margin-top: 60px;
}
.faq .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 12px;
  height: auto;
  width: 100%;
}
.faq .item {
  background-color: white;
  font-size: 26px;
  padding: 16px 24px;
  position: relative;
  vertical-align: middle;
}
.faq .item::before {
  border: 25px solid transparent;
  border-top: 15px solid white;
  bottom: -4px;
  content: "";
  left: 40%;
  position: absolute;
  transform: rotate(210deg);
}
.faq .itemLast {
  background-color: white;
  font-size: 26px;
  padding: 16px 40px;
  position: relative;
  vertical-align: middle;
}
.faq .itemLast::before {
  border: 25px solid transparent;
  border-top: 15px solid white;
  bottom: -4px;
  content: "";
  left: 40%;
  position: absolute;
  transform: rotate(210deg);
}
.faq .moreBtnWrapper {
  margin-top: 76px;
  padding-left: 52px;
}
.faq .moreBtn {
  background-color: #222;
  display: block;
  height: 49px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 202px;
}
.faq .moreBtn span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.faq .moreBtn:hover span {
  color: #222;
}

.recruit {
  height: 666px;
  position: relative;
}
.recruit h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 120px;
}
.recruit h2 span {
  margin-left: -20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: none;
    padding-top: 55px;
  }
  .kvInner {
    flex-direction: column;
  }
  .kv .imgWrapper {
    width: 100%;
  }
  .kv .textWrapper {
    background-image: url("../../images/top/bg-hero.jpg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 446px;
    margin-left: 0;
    max-width: unset;
    padding: 69px 16px 0;
    width: 100%;
  }
  .message {
    flex-direction: column-reverse;
    gap: 0;
    height: 472px;
    margin-top: 156px;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .message .leftWrapper {
    width: 100%;
  }
  .message .rightWrapper {
    margin: 0 auto;
    max-height: 290px;
    overflow: visible;
    width: 100%;
  }
  .message .rightWrapper img {
    -o-object-fit: cover;
    height: 100%;
    margin: auto;
    object-fit: cover;
  }
  .message h2 {
    left: 12px;
    position: absolute;
    top: -100px;
  }
  .message .textWrapper p:first-child {
    font-size: 2.2rem;
    margin-top: 28px;
  }
  .message .moreBtnWrapper {
    margin: 28px auto;
  }
  .message .moreBtn {
    height: 72px;
    margin: 0 auto;
    width: 300px;
  }
  .message .moreBtn span {
    font-size: 24px;
  }
  .business {
    margin-top: 135px;
    padding: 50px 0;
  }
  .business .links a {
    font-size: 2rem;
    margin: auto;
    width: 100%;
  }
  .interview {
    padding: 50px 0;
  }
  .interview .swiper4 {
    margin-top: 20px;
  }
  .interview .swiper4 .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: unset;
    gap: 11px;
  }
  .interview .swiper4 .swiper-slide {
    max-width: unset;
    width: 100%;
  }
  .interview .swiper4 .swiper-slide a .text {
    font-size: 24px;
    padding: 17px 0 0;
  }
  .interview .swiper-button-prev,
.interview .swiper-button-next {
    color: #fff;
    display: block;
    height: 46px;
    top: 45%;
    width: 20px;
  }
  .interview .banner {
    background-image: url("../../images/top/img_interview_04-sp.jpg");
    font-size: 1.9rem;
    height: 157px;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 12px;
  }
  .crosstalk {
    padding: 50px 0;
  }
  .crosstalk .moreBtnWrapper {
    margin: 0 auto;
    padding-left: 0;
  }
  .crosstalk .imgWrapper {
    height: auto;
    margin: 30px auto 0;
  }
  .crosstalk .imgWrapper img {
    -o-object-position: 36%;
    object-position: 36%;
  }
  .crosstalk .crosstalkWrapper {
    align-items: baseline;
    flex-direction: column;
    margin: 20px auto 0;
    width: calc(100% - 24px);
  }
  .crosstalk .crosstalkWrapper .moreBtn {
    height: 72px;
    margin-left: 0;
    margin-top: 30px;
    width: 300px;
  }
  .crosstalk .crosstalkWrapper .moreBtn span {
    font-size: 24px;
  }
  .support {
    height: auto;
    padding: 53px 0 0;
  }
  .support .sectionInner {
    padding-right: 0;
  }
  .support .sectionInnerWide {
    margin: 0;
    padding: 0 0 0 13px;
  }
  .support .supportWrapper {
    flex-direction: column;
    margin-left: auto;
    margin-top: 37px;
    max-width: 336px;
    padding: 0;
  }
  .support .supportWrapper .imgWrapper {
    height: 133px;
    max-width: unset;
    min-height: unset;
    width: 100%;
  }
  .support .supportWrapper ul {
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 0;
    width: calc(100% - 24px);
  }
  .support .supportWrapper ul li a {
    font-size: 1.8rem;
    padding: 32px 16px 32px 42px;
  }
  .support .supportWrapper ul li a span {
    left: 16px;
  }
  .faq {
    flex-direction: column-reverse;
    padding: 128px 0 32px;
  }
  .faq .leftWrapper {
    width: 100%;
  }
  .faq .rightWrapper {
    max-height: 290px;
    width: 100%;
  }
  .faq .rightWrapper img {
    -o-object-fit: cover;
    height: 100%;
    margin: auto;
    object-fit: cover;
  }
  .faq h2 {
    left: 12px;
    position: absolute;
    top: 36px;
  }
  .faq .textWrapper p:first-child {
    font-size: 2.2rem;
    margin-top: 28px;
  }
  .faq .items {
    margin: 0 auto;
    max-width: 300px;
  }
  .faq .item {
    font-size: 23px;
    padding: 16px 18px;
  }
  .faq .itemLast {
    font-size: 23px;
    padding: 16px 30px;
  }
  .faq .moreBtnWrapper {
    margin: 0px auto;
    padding-left: 0;
  }
  .faq .moreBtn {
    height: 72px;
    margin-left: 0;
    margin-top: 30px;
    width: 300px;
  }
  .recruit {
    height: auto;
    margin-top: 198px;
  }
  .recruit h2 {
    color: #222;
    height: auto;
    left: 12px;
    top: -100px;
  }
  .recruit h2 span {
    margin-left: 0;
  }
  .recruit h2 span::before {
    background-color: #222;
  }
}
@media screen and (min-width: 769px) and (max-width: 1230px) {
  .message .leftWrapper {
    width: 45%;
  }
  .faq .leftWrapper {
    width: 45%;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .message .textWrapper {
    margin: 0 2% 60px;
    padding-left: 0;
  }
  .faq .textWrapper {
    margin: 0 2% 60px;
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .message .textWrapper {
    margin: 0 auto;
    padding-left: 0;
    width: calc(100% - 20px);
  }
  .faq .textWrapper {
    margin: 0 auto;
    padding-left: 0;
    padding-top: 28px;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 682px) and (max-width: 768px) {
  .business .links {
    gap: 18px;
  }
}
@media screen and (max-width: 681px) {
  .business .links {
    flex-direction: column;
    gap: 24px;
  }
}