@charset "UTF-8";
/* .mv */
.mv {
  position: relative;
  width: calc(100% - 104px);
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
}

.mv .mv-slider {
  max-width: 1208px;
  margin: 0 auto;
  padding: 32px 0 72px;
}

/* .mv .mv-wrap .mv-text {
  width: 44%;
}

.mv .mv-wrap .mv-text .mv-title {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--main-color-blue);
}

.mv .mv-wrap .mv-text p {
  margin: 20px 0 0;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--main-color-black);
}

.mv .mv-wrap > figure {
  width: 52.5%;
} */

.mv .mv-slider .swiper-wrapper {
  margin: 0;
  padding: 0;
}

.mv .mv-slider .swiper-slide {
  aspect-ratio: 1208 / 300;
  width: 100%;
  height: auto;
  min-height: 240px;
}

.mv .mv-slider .swiper-slide figure {
  width: 100%;
  height: 100%;
}

.mv .mv-slider .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .swiper-pagination {
  bottom: 40px;
}

.mv .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: var(--border-color);
  opacity: 1;
}

.mv .swiper-pagination-bullet-active {
  background: var(--main-color-blue);
}

.mv .swiper-button-prev {
  top: calc(50% - 5px);
  left: 0;
}

.mv .swiper-button-next {
  top: calc(50% - 5px);
  right: 0;
}

.mv .swiper-button-prev::after,
.mv .swiper-button-next::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 4px solid var(--main-color-blue);
  border-right: 4px solid var(--main-color-blue);
  content: "";
}

.mv .swiper-button-prev::after {
  transform: translateY(-50%) rotate(-135deg);
}

.mv .swiper-button-next::after {
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 839px) {
  .mv {
    width: 100%;
    padding: 0;
  }

  .mv .mv-slider {
    margin: 0 24px;
    padding: 8px 0 0;
  }

  /* .mv .mv-wrap .mv-text {
    width: 100%;
    max-width: 507px;
  }
  
  .mv .mv-wrap .mv-text .mv-title {
    font-size: 1.75em;
  }
  
  .mv .mv-wrap .mv-text p {
    margin: 16px 0 0;
  } */

  .mv .mv-slider .swiper-slide {
    aspect-ratio: 345 / 86;
    min-height: 0;
  }

  .mv .swiper-pagination {
    bottom: -21px;
    pointer-events: none;
  }

  .mv .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
}

/* .news */
.news {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.news .emergency-area ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 0;
  padding: 0;
}

.news .emergency-area a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 24px;
  border-radius: 4px;
  border: 2px solid #eb1f14;
  color: #eb1f14;
  background-color: transparent;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.news .emergency-area a::after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #eb1f14;
  border-right: 3px solid #eb1f14;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.news .news-wrap {
  display: flex;
  column-gap: 48px;
}

.news .emergency-area + .news-wrap {
  margin: 72px 0 0;
}

.news .news-list {
  width: calc(50% - 24px);
}

.news .news-wrap .news-list-heading {
  display: flex;
  justify-content: space-between;
}

.news .news-list ul {
  margin: 28px 0 0;
  padding: 0;
}

.news .news-list ul li {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  padding: 15px 0 14px;
  border-top: 2px solid var(--border-color);
}

.news .news-list ul li:last-child {
  border-bottom: 2px solid var(--border-color);
}

.news .news-list ul li .news-item-header {
  display: flex;
  align-items: center;
  column-gap: 21px;
}

.news .news-list ul li .news-item-title {
  margin: 0;
}

.news .news-list ul li .news-item-title a {
  display: block;
  color: var(--main-color-black);
  text-decoration: none;
  width: 100%;
  max-width: 580px;
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  transition: color 0.3s ease;
}

@media screen and (min-width: 840px) {
  .news .emergency-area a:hover {
    background-color: #fbd2d0;
  }

  .news .news-list ul li .news-item-title a:hover {
    color: var(--main-color-blue);
  }
}

@media screen and (max-width: 839px) {
  .news {
    margin: 42px auto 0;
    padding: 0 24px;
  }

  .news .emergency-area a {
    padding: 10px 35px 10px 10px;
    font-size: 0.875em;
  }

  .news .emergency-area a::after {
    right: 23px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #eb1f14;
    border-right: 2px solid #eb1f14;
  }

  .news .news-wrap {
    flex-direction: column;
    row-gap: 24px;
  }
  
  .news .emergency-area + .news-wrap {
    margin: 37px 0 0;
  }

  .news .news-list {
    width: 100%;
  }

  .news .news-list ul {
    margin: 18px 0 0;
  }

  .news .news-wrap .news-list-heading {
    align-items: center;
  }

  .news .news-list ul li {
    row-gap: 3px;
    padding: 12px 0 14px;
    border-top: 2px solid var(--border-color);
  }

  .news .news-list ul li:last-child {
    border-bottom: 2px solid var(--border-color);
  }

  .news .news-list ul li .news-item-header {
    display: flex;
    align-items: center;
    column-gap: 27px;
  }

  .news .news-list ul li .news-item-title a {
    max-width: none;
    white-space: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* .info */
.info {
  margin: 72px 0 0;
  background-color: #f5f5f5;
}

.info .info-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 36px;
}

.info .info-wrap ul {
  margin: 28px 0 0;
  padding: 0;
}

@media screen and (max-width: 839px) {
  .info {
    margin: 40px 0 0;
  }

  .info .info-wrap {
    padding: 35px 24px;
  }

  .info .info-wrap ul {
    row-gap: 8px;
    margin: 17px 0 0;
  }
}

/* .about */
.about {
  max-width: 1280px;
  margin: 71px auto 0;
  padding: 0 36px;
}

.about .banner-block + .about-block,
.about .about-block + .about-block {
  margin: 74px 0 0;
}

.about .about-inner {
  display: flex;
  justify-content: space-between;
  column-gap: 36px;
  margin: 23px 0 0;
}

.about .about-inner .about-text {
  flex: 1;
}

.about .about-desc {
  margin: 0;
  line-height: 1.6;
}

.about .common-btn {
  margin: 24px 0 0;
}

.about .about-inner.about-obd > figure {
  width: 318px;
}

.about .about-inner.about-obd > figure img {
  width: 100%;
}

.about .about-inner + .sec-main-title {
  margin: 23px 0 0;
}

.about .sec-title + .about-inner {
  margin: 25px 0 0;
}

.about .about-flow {
  margin: 12px 0 0;
}

.about .about-flow ul {
  display: flex;
  column-gap: 24px;
  margin: 0;
  padding: 0;
}

.about .about-flow ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 285px;
}

.about .about-flow ul li + li::before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 40px;
  height: 20px;
  background-color: rgb(4, 182, 192, 0.6);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  transform: translateY(-50%) rotate(90deg);
}

.about .about-flow ul li .about-flow-title {
  margin: 0 auto;
  font-size: 1.125em;
  font-weight: 600;
  color: var(--main-color-blue);
  text-align: center;
}

.about .about-flow ul li > figure {
  margin: 13px 0 0;
  width: 80px;
  height: 80px;
}

.about .about-flow ul li > figure img {
  width: 100%;
}

.about .about-flow .about-flow-desc {
  margin: 16px 0 0;
  line-height: 1.6;
  text-align: center;
}

.about .about-know > figure {
  max-width: 525px;
  margin: 0 auto;
}

.about .about-know > figure img {
  width: 100%;
}

.about .about-list {
  margin: 23px 0 0;
}

.about .about-list .about-list-title {
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
  color: var(--main-color-blue);
}

.about .about-list ul {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin: 16px 0 0;
  padding: 0;
}

.about .about-list li {
  position: relative;
  padding-left: 12px;
}

.about .about-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--main-color-blue);
  transform: translateY(-50%);
  content: "";
}

.about .banner-block {
  margin: 67px auto 0;
}

@media screen and (max-width: 839px) {
  .about {
    margin: 44px auto 0;
    padding: 0 24px;
  }

  .about .about-block:nth-child(2),
  .about .about-block:nth-child(3) {
    margin: 42px 0 0;
  }

  .about .about-block + .about-block {
    margin: 40px 0 0;
  }

  .about .about-inner {
    flex-direction: column;
    row-gap: 15px;
    margin: 20px 0 0;
  }

  .about .common-btn {
    margin: 16px 0 0;
  }

  .about .about-flow .common-btn {
    margin: 25px 0 0;
  }

  .about .about-inner + .sec-main-title {
    margin: 37px 0 0;
  }

  .about .sec-main-title + .about-inner {
    margin: 16px 0 0;
  }

  .about .about-inner.about-obd > figure {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
  }

  .about .about-flow {
    margin: 10px 0 0;
  }

  .about .about-flow ul {
    flex-direction: column;
    max-width: 345px;
    row-gap: 47px;
    margin: 0 auto;
  }

  .about .about-flow ul li {
    position: relative;
    align-items: unset;
    width: 100%;
    padding-left: 86px;
    align-items: unset;
  }

  .about .about-flow ul li + li::before {
    top: -22px;
    left: 50%;
    width: 40px;
    height: 18px;
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .about .about-flow ul li > figure {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 64px;
    height: 64px;
  }

  .about .about-flow ul li .about-flow-title {
    margin: 0;
    font-size: 1em;
    text-align: left;
  }

  .about .about-flow .about-flow-text {
    flex: 1;
  }

  .about .about-flow .about-flow-desc {
    margin: 7px 0 0;
    line-height: 1.45;
    text-align: left;
  }

  .about .about-list {
    margin: 14px 0 0;
  }

  .about .about-list .about-list-title {
    font-size: 1em;
  }

  .about .about-list ul {
    row-gap: 6px;
    margin: 14px 0 0;
  }

  .about .banner-block {
    margin: 24px auto 0;
  }
}
