.site-main__hero {
  position: relative;
  width: calc(100% - 35px);
  height: 400px;
  margin-left: auto;
}
.site-main__hero:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .site-main__hero {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero {
    height: 600px;
    width: calc(100% - 70px);
  }
}
.site-main__hero .inner {
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 100%;
}
.site-main__hero .inner .hero-slider {
  height: 100%;
}
.site-main__hero .inner .hero-slider .swiper-wrapper .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.site-main__hero .inner .hero-slider .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.site-main__hero .inner .hero-slider .swiper-wrapper .swiper-slide[class*=-active] img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.site-main__hero .catch {
  position: absolute;
  z-index: 15;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-weight: 900;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 768px) {
  .site-main__hero .catch {
    bottom: 20px;
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .catch {
    bottom: 25px;
    left: 40px;
  }
}
.site-main__hero .catch__main {
  font-size: 35px;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .site-main__hero .catch__main {
    font-size: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__hero .catch__main {
    font-size: 75px;
  }
}
.site-main__hero .cp {
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -1px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #5E9AF8;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .cp {
    font-size: 12px;
    left: -40px;
  }
}
.site-main__hero .scroll {
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: -23px;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .scroll {
    left: -41px;
  }
}
.site-main__hero .scroll__text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -1px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
@media screen and (min-width: 1024px) {
  .site-main__hero .scroll__text {
    font-size: 12px;
  }
}
.site-main__hero .scroll__bar {
  margin-top: 10px;
  width: 2px;
  height: 40px;
  background: #5E9AF8;
  margin-inline: auto;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: dropFill-pt 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s infinite;
          animation: dropFill-pt 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s infinite;
}
@media screen and (min-width: 1024px) {
  .site-main__hero .scroll__bar {
    margin-top: 15px;
    width: 3px;
    height: 50px;
    -webkit-animation: dropFill-lt 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s infinite;
            animation: dropFill-lt 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s infinite;
  }
}
@-webkit-keyframes dropFill-pt {
  0% {
    -webkit-transform: translateY(0) scaleY(0);
            transform: translateY(0) scaleY(0);
  }
  50% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(40px) scaleY(0);
            transform: translateY(40px) scaleY(0);
  }
}
@keyframes dropFill-pt {
  0% {
    -webkit-transform: translateY(0) scaleY(0);
            transform: translateY(0) scaleY(0);
  }
  50% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(40px) scaleY(0);
            transform: translateY(40px) scaleY(0);
  }
}
@-webkit-keyframes dropFill-lt {
  0% {
    -webkit-transform: translateY(0) scaleY(0);
            transform: translateY(0) scaleY(0);
  }
  50% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(50px) scaleY(0);
            transform: translateY(50px) scaleY(0);
  }
}
@keyframes dropFill-lt {
  0% {
    -webkit-transform: translateY(0) scaleY(0);
            transform: translateY(0) scaleY(0);
  }
  50% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(50px) scaleY(0);
            transform: translateY(50px) scaleY(0);
  }
}
.site-main__vehicle .vehicle-wrap .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #dde2ee;
}
.site-main__vehicle .vehicle-wrap .tab-list .tab {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  background: #f7f7f7;
  color: #A1A1A1;
  cursor: pointer;
  pointer-events: auto;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.site-main__vehicle .vehicle-wrap .tab-list .tab:hover {
  color: #5E9AF8;
}
@media screen and (min-width: 1024px) {
  .site-main__vehicle .vehicle-wrap .tab-list .tab {
    padding: 15px 0;
    font-size: 16px;
  }
}
.site-main__vehicle .vehicle-wrap .tab-list .selected {
  background: #fff;
  color: #5E9AF8;
  font-weight: 700;
  border-bottom-color: #5E9AF8;
}
.site-main__vehicle .vehicle-wrap .block-list {
  margin-top: 25px;
}
.site-main__vehicle .vehicle-wrap .block-list .block {
  display: none;
}
.site-main__vehicle .vehicle-wrap .block-list .is-show {
  display: block;
}
.site-main__about {
  position: relative;
  overflow: hidden;
  background: #5E9AF8;
  color: #fff;
}
.site-main__about .sec-title {
  color: #fff;
}
.site-main__about .sec-title::before {
  background: rgba(255, 255, 255, 0.7);
}
.site-main__about .column {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__about .column .contents .title {
  margin-top: -10px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .contents .title {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__about .column .contents .title {
    font-size: 45px;
  }
}
.site-main__about .column .contents .desc {
  margin-top: 13px;
  line-height: 1.8em;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .contents .desc {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents .desc {
    font-size: 16px;
    margin-top: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__about .column .contents .desc {
    font-size: 18px;
    margin-top: 28px;
  }
}
.site-main__about .column .contents .desc p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents .desc p:not(:first-child) {
    margin-top: 25px;
  }
}
.site-main__about .column .img {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .img {
    width: 45%;
    margin-top: 0;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__about .column .img {
    width: 50%;
  }
}
.site-main__about .column .img img {
  border-radius: 5px;
}
.site-main__about .scl-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
}
.site-main__about .scl-text .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.site-main__about .scl-text .swiper-wrapper .swiper-slide {
  width: 600px;
  margin: 0 7.5px;
}
@media screen and (min-width: 768px) {
  .site-main__about .scl-text .swiper-wrapper .swiper-slide {
    width: 800px;
    margin: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .scl-text .swiper-wrapper .swiper-slide {
    width: 1000px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__about .scl-text .swiper-wrapper .swiper-slide {
    width: 1200px;
  }
}
.site-main__flow .catch {
  margin-top: -5px;
  text-align: center;
  font-weight: bold;
  color: #5E9AF8;
  line-height: 1.4em;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .site-main__flow .catch {
    margin-top: -9px;
    font-size: 30px;
  }
}
.site-main__flow .flow-wrap {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-wrap {
    margin-top: 45px;
  }
}
.site-main__flow .flow-wrap .flow-block {
  width: calc(50% - 7.5px);
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-wrap .flow-block {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
}
.site-main__flow .flow-wrap .flow-block:nth-child(2n) {
  margin-right: 0;
}
.site-main__flow .flow-wrap .flow-block .title {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-wrap .flow-block .title {
    padding: 15px 0;
    font-size: 16px;
  }
}
/* 買取ブロック（1番目）はオレンジ */
.site-main__flow .flow-wrap .flow-block:first-child .title {
  background: #E96A46;
}
.site-main__flow .flow-wrap .flow-block:nth-child(2) .title {
  background: #5E9AF8;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block:first-child .flow-list .item:not(:first-child):before {
    background: #E96A46;
  }
}
.site-main__flow .flow-wrap .flow-block:first-child .flow-list .item .contents .step {
  color: #E96A46;
}
.site-main__flow .flow-wrap .flow-block .flow-list {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block .flow-list {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-wrap .flow-block .flow-list {
    margin-top: 45px;
  }
}
.site-main__flow .flow-wrap .flow-block .flow-list .item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-main__flow .flow-wrap .flow-block .flow-list .item:not(:first-child) {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item:not(:first-child) {
    padding-top: 30px;
  }
  .site-main__flow .flow-wrap .flow-block .flow-list .item:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 40.5px;
    width: 20px;
    height: 100%;
    background: #5E9AF8;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item:not(:first-child) {
    padding-top: 40px;
  }
}
.site-main__flow .flow-wrap .flow-block .flow-list .item .icon {
  width: 60px;
  height: 60px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item .icon {
    width: 100px;
    height: 87.5px;
  }
}
.site-main__flow .flow-wrap .flow-block .flow-list .item .icon img {
  border-radius: 5px;
}
.site-main__flow .flow-wrap .flow-block .flow-list .item .contents {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    margin-left: 15px;
  }
}
.site-main__flow .flow-wrap .flow-block .flow-list .item .contents .step {
  font-size: 12px;
  color: #5E9AF8;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item .contents .step {
    text-align: initial;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item .contents .step {
    font-size: 14px;
  }
}
.site-main__flow .flow-wrap .flow-block .flow-list .item .contents .flow-title {
  margin: 6px 0;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item .contents .flow-title {
    margin: 8px 0 6px;
    text-align: initial;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item .contents .flow-title {
    margin: 10px 0 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__flow .flow-wrap .flow-block .flow-list .item .contents .flow-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .site-main__company .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__company .column .ele{
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .site-main__company .column .ele {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
}
.site-main__company .column .ele:first-child {
  padding: 25px;
  background: #5E9AF8;
}
@media screen and (min-width: 768px) {
  .site-main__company .column .ele:first-child {
    padding: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__company .column .ele:first-child {
    padding: 45px;
  }
}
.site-main__company .column .ele:first-child .sec-title {
  color: #fff;
  margin-bottom: 0;
}
.site-main__company .column .ele:first-child .sec-title::before {
  background: rgba(255, 255, 255, 0.7);
}
.site-main__company .column .ele:first-child .btn-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .site-main__company .column .ele:first-child .btn-list {
    margin-top: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__company .column .ele:first-child .btn-list {
    margin-top: 100px;
  }
}
.site-main__company .column .ele:first-child .btn-list .btn {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__company .column .ele:first-child .btn-list .btn {
    margin-top: 25px;
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }
}
.site-main__company .column .ele:first-child .btn-list .btn:nth-child(-n+2) {
  margin-top: 0;
}
.site-main__company .column .ele:first-child .btn-list .btn:nth-child(2n) {
  margin-right: 0;
}
.site-main__company .column .ele:first-child .btn-list .btn a {
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  color: #5E9AF8;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .site-main__company .column .ele:first-child .btn-list .btn a {
    padding: 20px;
  }
}
.site-main__company .column .ele:first-child .btn-list .btn a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: calc(50% - 7px);
  right: 15px;
  background-image: url("../../../assets/images/home/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1200px) {
  .site-main__company .column .ele:first-child .btn-list .btn a:after {
    right: 20px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}
.site-main__company .column .ele:nth-child(2) {
  margin-top: 25px;
  overflow: hidden;
  padding: 0 25px;
  background: #333;
  height: 244px;
}
@media screen and (min-width: 768px) {
  .site-main__company .column .ele:nth-child(2) {
    margin-top: 0;
    padding: 0 35px;
    margin-right: 0;
    height: 309px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__company .column .ele:nth-child(2) {
    padding: 0 45px;
    height: 386px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__company .column .ele:nth-child(2) {
    height: 409px;
  }
}
.site-main__company .column .ele:nth-child(2) .vertical-slider .img {
  position: relative;
  margin: 5px 0;
}
@media screen and (min-width: 1024px) {
  .site-main__company .column .ele:nth-child(2) .vertical-slider .img {
    margin: 10px 0;
  }
}
.site-main__company .column .ele:nth-child(2) .vertical-slider .img img {
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .site-main__news .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .column .ele:first-child {
    width: 300px;
    margin-right: 50px;
  }
}
.site-main__news .column .ele:first-child .cat-wrap {
  padding: 15px;
  background: #5E9AF8;
}
@media screen and (min-width: 1200px) {
  .site-main__news .column .ele:first-child .cat-wrap {
    padding: 20px;
  }
}
.site-main__news .column .ele:first-child .cat-wrap .cat-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.site-main__news .column .ele:first-child .cat-wrap .cat-list .cat {
  border: 2px solid #fff;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  display: block;
  padding: 15px;
  background: #fff;
  color: #5E9AF8;
}
@media screen and (min-width: 1200px) {
  .site-main__news .column .ele:first-child .cat-wrap .cat-list .cat {
    padding: 20px;
  }
}
.site-main__news .column .ele:first-child .cat-wrap .cat-list .cat:not(:first-child) {
  margin-top: 10px;
}
.site-main__news .column .ele:first-child .cat-wrap .cat-list .selected {
  color: #fff;
  font-weight: 700;
  background: #5E9AF8;
}
.site-main__news .column .ele:nth-child(2) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-main__news .column .ele:nth-child(2) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .column .ele:nth-child(2) {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__news .column .ele:nth-child(2) .news-list {
  display: none;
}
.site-main__news .column .ele:nth-child(2) .news-list .item {
  border-top: 1px solid #ccc;
}
.site-main__news .column .ele:nth-child(2) .news-list .item:last-child {
  border-bottom: 1px solid #ccc;
}
.site-main__news .column .ele:nth-child(2) .news-list .item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
.site-main__news .column .ele:nth-child(2) .news-list .item a .thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1000/667;
  background: #ccc;
  width: 30%;
  max-width: 150px;
  margin-right: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__news .column .ele:nth-child(2) .news-list .item a .thumb {
    margin-right: 25px;
  }
}
.site-main__news .column .ele:nth-child(2) .news-list .item a .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main__news .column .ele:nth-child(2) .news-list .item a .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-main__news .column .ele:nth-child(2) .news-list .item a .contents .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .site-main__news .column .ele:nth-child(2) .news-list .item a .contents .info {
    font-size: 13px;
  }
}
.site-main__news .column .ele:nth-child(2) .news-list .item a .contents .info .date {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__news .column .ele:nth-child(2) .news-list .item a .contents .info .date {
    margin-right: 15px;
  }
}
.site-main__news .column .ele:nth-child(2) .news-list .item a .contents .info .cat {
  color: #5E9AF8;
}
.site-main__news .column .ele:nth-child(2) .news-list .item a .contents .title {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .site-main__news .column .ele:nth-child(2) .news-list .item a .contents .title {
    margin-top: 15px;
    font-size: 16px;
  }
}
.site-main__news .column .ele:nth-child(2) .is-show {
  display: block;
}
.site-main__recruit {
  background: #5E9AF8;
}
.site-main__recruit .inner {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .site-main__recruit .inner {
    padding: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__recruit .inner {
    padding: 45px;
  }
}
.site-main__recruit .inner .column {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .site-main__recruit .inner .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__recruit .inner .column .ele:first-child {
    width: 300px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__recruit .inner .column .ele:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__recruit .inner .column .ele .desc {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: -4px;
  letter-spacing: -1px;
}
@media screen and (min-width: 1024px) {
  .site-main__recruit .inner .column .ele .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__recruit .inner .column .ele .desc {
    font-size: 18px;
  }
}
.site-main__recruit .inner .column .ele .img {
  position: relative;
  aspect-ratio: 3/2;
  margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
  .site-main__recruit .inner .column .ele .img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__recruit .inner .column .ele .img {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__recruit .inner .column .ele .img {
    aspect-ratio: 2.5/1;
  }
}
.site-main__recruit .inner .column .ele .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main__recruit .inner .scl-text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
}
.site-main__recruit .inner .scl-text .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.site-main__recruit .inner .scl-text .swiper-wrapper .swiper-slide {
  width: 600px;
  margin: 0 7.5px;
}
@media screen and (min-width: 768px) {
  .site-main__recruit .inner .scl-text .swiper-wrapper .swiper-slide {
    width: 800px;
    margin: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__recruit .inner .scl-text .swiper-wrapper .swiper-slide {
    width: 1000px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__recruit .inner .scl-text .swiper-wrapper .swiper-slide {
    width: 1200px;
  }
}
.site-main__faq .faq-wrap .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.site-main__faq .faq-wrap .tab-list .tab {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  pointer-events: auto;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.site-main__faq .faq-wrap .tab-list .tab:hover {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__faq .faq-wrap .tab-list .tab {
    padding: 15px 0;
    font-size: 16px;
  }
}
.site-main__faq .faq-wrap .tab-list .selected {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 700;
  border-bottom-color: #fff;
}
.site-main__faq .faq-wrap .block-list {
  padding: 25px;
  background: #5E9AF8;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .site-main__faq .faq-wrap .block-list {
    padding: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__faq .faq-wrap .block-list {
    padding: 45px;
  }
}
.site-main__faq .faq-wrap .block-list .block {
  display: none;
}
.site-main__faq .faq-wrap .block-list .is-show {
  display: block;
}
.site-main__faq .faq-wrap .block-list .faq-list .item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 2px 8px rgba(0,0,0,.04);
  box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 2px 8px rgba(0,0,0,.04);
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(.4,0,.2,1);
  transition: box-shadow 0.2s cubic-bezier(.4,0,.2,1);
}
.site-main__faq .faq-wrap .block-list .faq-list .item:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 6px 20px rgba(0,0,0,.07);
  box-shadow: 0 2px 6px rgba(0,0,0,.06), 0 6px 20px rgba(0,0,0,.07);
}
.site-main__faq .faq-wrap .block-list .faq-list .item:not(:first-child) {
  margin-top: 10px;
}
.site-main__faq .faq-wrap .block-list .faq-list .item a {
  position: relative;
  padding: 15px 45px 15px 48px;
  display: block;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: background 0.18s cubic-bezier(.4,0,.2,1);
  transition: background 0.18s cubic-bezier(.4,0,.2,1);
}
.site-main__faq .faq-wrap .block-list .faq-list .item a::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #eef4ff;
  color: #5E9AF8;
  font-weight: 800;
  font-size: 11px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.site-main__faq .faq-wrap .block-list .faq-list .item a:hover {
  background: #f8faff;
}
.site-main__faq .faq-wrap .block-list .faq-list .item a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  background-image: url("../../../assets/images/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(.34,1.56,.64,1), opacity 0.18s ease;
  transition: transform 0.2s cubic-bezier(.34,1.56,.64,1), opacity 0.18s ease;
}
.site-main__faq .faq-wrap .block-list .faq-list .item a:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  opacity: 1;
}