html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  min-height: 100vh;
}
body.is-fixed {
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.c-modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal.is-active {
  display: block;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-modal__inner {
  aspect-ratio: 16/9;
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 1113px;
          transform: translate(-50%, -50%);
}
.c-modal__close {
  aspect-ratio: 1/1;
  position: absolute;
  top: -48px;
  right: 0;
  width: 25px;
}
.c-modal__close img {
  width: 100%;
  height: 100%;
}
.c-modal iframe {
  width: 100%;
  height: 100%;
}
.c-modal__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  margin-top: 24px;
  gap: 8px;
  color: #fff;
  font-size: 20px;
}
.c-modal__link img {
  aspect-ratio: 1/1;
  width: 24px;
}
.c-modal--driver .c-modal__container {
  -ms-grid-columns: 420fr 650fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 420fr 650fr;
  grid-template-columns: 420fr 650fr;
          align-items: center;
  gap: 32px;
}
.c-modal--driver .c-modal__name {
  grid-area: name;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-modal--driver .c-modal__name span {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
}
.c-modal--driver .c-modal__text {
  grid-area: text;
  margin-top: 32px;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.c-modal--calender .c-modal__inner {
  max-width: 650px;
}
.c-modal--calender .c-modal__title {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.c-modal--calender .c-modal__text {
  margin-top: 26px;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.c-text {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.c-text--sm {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-text--lg {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.l-footer {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 144px;
  margin-top: 144px;
  background-color: #1c1c1c;
}
.l-footer img {
  width: 167px;
  height: auto;
}

.l-header {
  width: 100%;
  background-color: #1c1c1c;
}
.l-header.is-top {
  z-index: 999;
  position: absolute;
  top: 0;
}
.l-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding: 36px 48px;
}
.l-header__logo {
  aspect-ratio: 1/1;
  width: 56px;
}
.l-header__logo img {
  width: 100%;
  height: 100%;
}
.l-header__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  gap: 0 40px;
}
.l-header__nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}
.l-header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
}
.l-header__snsList {
  aspect-ratio: 1/1;
  width: 48px;
}
.l-header__snsList img {
  width: 100%;
  height: 100%;
}
.l-header__navLink {
  display: block;
  height: 18px;
}
.l-header__navLink img {
  width: 100%;
  height: 100%;
}
.l-header__hamburger {
  display: none;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin: auto;
  padding: 0 140px;
}

.page-report {
  position: relative;
}
.page-report .report {
  padding-top: 105px;
}
.page-report .report__title {
  height: 30px;
}
.page-report .report__title img {
  width: auto;
  height: 100%;
}
.page-report .report__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  margin-top: 60px;
  gap: 26px;
}
.page-report .report__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 24px 32px;
  gap: 11px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background-color: #fff;
}
.page-report .report__item.is-hidden {
  display: none;
}
.page-report .report__item-date {
  color: #888888;
  font-size: 12px;
  line-height: 1.75;
}
.page-report .report__item-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: break-all;
}
.page-report .report__item-link {
  font-size: 12px;
  line-height: 1.75;
  text-align: right;
}
.page-report .report__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-top: 48px;
  gap: 24px;
}
.page-report .report__back {
  display: block;
  width: 53px;
}
.page-report .report__more {
  display: block;
  width: 250px;
}
.page-report .report__more.is-hidden {
  display: none;
}
.page-report .report__more img {
  width: 100%;
  height: auto;
}
.page-report .report-detail {
  max-width: 690px;
  margin: 0 auto;
  padding: 96px 20px 0;
}
.page-report .report-detail__date {
  color: #888888;
  font-size: 14px;
  line-height: 1.75;
}
.page-report .report-detail__title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.page-report .report-detail__content {
  margin-top: 40px;
}
.page-report .report-detail__content * {
  margin-top: 10px;
  font-size: 16px;
  line-height: 2.1;
}
.page-report .report-detail__content img {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.page-report .report-detail__content h1 {
  font-weight: 700;
  font-size: 2em;
}
.page-report .report-detail__content h2 {
  font-weight: 700;
  font-size: 1.5em;
}
.page-report .report-detail__content h3 {
  font-weight: 700;
  font-size: 1.6em;
}
.page-report .report-detail__content h4 {
  font-weight: 700;
  font-size: 1.4em;
}
.page-report .report-detail__content h5 {
  font-weight: 700;
  font-size: 1.2em;
}
.page-report .report-detail__content h6 {
  font-weight: 700;
  font-size: 1em;
}
.page-report .report-detail__content strong {
  font-weight: 700;
}
.page-report .report-detail__content em {
  font-style: italic;
}
.page-report .report-detail__content a {
  color: #563bff;
  text-decoration: underline;
}
.page-report .report-detail__content a:hover {
  text-decoration: none;
}
.page-report .report-detail__content ol li {
  list-style: decimal;
}
.page-report .report-detail__content ul li {
  list-style: disc;
}
.page-report .report-detail__content li {
  margin-left: 1em;
  font-size: 1em;
}
.page-report .report-detail__content hr {
  border-width: 3px 0 0;
  border-color: #000;
}
.page-report .report-detail__content .bg-yellow {
  background-color: #ffbd12;
}
.page-report .report-detail__back {
  display: block;
  width: 53px;
  margin-top: 48px;
}
.page-report .report-detail__back img {
  width: 100%;
  height: auto;
}

.page-top {
  position: relative;
}
.page-top .bar {
  -webkit-transform: translateX(-50%);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-transition: height 1s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
          justify-content: flex-start;
  width: 100%;
  max-width: 1380px;
  height: 0;
  padding: 0 20px;
  gap: 16px;
          transform: translateX(-50%);
  pointer-events: none;
  transition: height 1s ease-in-out;
}
.page-top .bar::before, .page-top .bar::after {
  display: block;
  z-index: 1;
  width: 32px;
  height: 100%;
  background-color: #ff0019;
  content: "";
}
.page-top .bar.is-active {
  height: 100%;
}
.page-top .kv {
  aspect-ratio: 1920/1080;
  position: relative;
  width: 100%;
  background-image: url(../img/kv/bg.jpg);
  background-position: bottom center;
  background-size: cover;
}
.page-top .kv::after {
  aspect-ratio: 1920/491;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.87%, rgba(0, 0, 0, 0.36)), color-stop(96.03%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 25.87%, rgba(0, 0, 0, 0) 96.03%);
  content: "";
}
.page-top .kv__title {
  -webkit-transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  top: calc(253 / 1920 * 100vw);
  left: 50%;
  width: calc(720 / 1920 * 100vw);
          transform: translateX(-50%);
  text-align: center;
}
.page-top .kv__title img {
  width: 100%;
  height: 100%;
}
.page-top .kv__car {
  z-index: 10;
  position: absolute;
  top: calc(505 / 1080 * 100%);
  left: calc(87 / 1920 * 100%);
  width: calc(1079 / 1920 * 100%);
}
.page-top .about {
  width: 100%;
  height: 1280px;
  padding-top: 147px;
  background-image: url(../img/about/bg.jpg);
  background-position: bottom center;
  background-size: cover;
}
.page-top .about__title {
  width: auto;
  height: 30px;
}
.page-top .about__title img {
  width: auto;
  height: 100%;
}
.page-top .about__text {
  max-width: 720px;
  margin-top: 40px;
  color: #fff;
}
.page-top .video {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: flex-end;
  width: 100%;
  height: 950px;
}
.page-top .video__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-top .video__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.page-top .video__bg video {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
}
.page-top .video__inner {
  position: relative;
  margin-bottom: 105px;
}
.page-top .video__title {
  height: 30.3px;
}
.page-top .video__title img {
  width: auto;
  height: 100%;
}
.page-top .video__text {
  max-width: 720px;
  margin-top: 40px;
  color: #fff;
}
.page-top .video__button {
  width: auto;
  height: 53px;
  margin-top: 32px;
}
.page-top .video__button img {
  width: auto;
  height: 100%;
}
.page-top .members {
  padding-top: 155px;
}
.page-top .members__title {
  height: 30px;
}
.page-top .members__title img {
  width: auto;
  height: 100%;
}
.page-top .members__driver {
  -ms-grid-columns: (1fr)[2];
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
  margin-bottom: 155px;
  gap: 26px;
}
.page-top .members__driver-position {
  margin-top: 22px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.page-top .members__driver-name {
  margin-top: 8px;
  font-weight: 700;
}
.page-top .members__driver-button {
  width: 250px;
  margin-top: 30px;
}
.page-top .members__driver-button img {
  width: 100%;
  height: auto;
}
.page-top .members__staff {
  -ms-grid-columns: (1fr)[4];
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  margin-bottom: 145px;
  gap: 64px 26px;
}
.page-top .members__staff-position {
  margin-top: 22px;
  font-weight: 700;
}
.page-top .members__staff-name {
  margin-top: 14px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  letter-spacing: 0.1em;
}
.page-top .members__staff-button {
  width: 11rem;
  height: 4.1rem;
  background-image: url(../img/members/button_sp.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-top .members__staff-button.is-active {
  background-image: url(../img/members/button_close.svg);
}
.page-top .report {
  padding-top: 155px;
  padding-bottom: 145px;
  background-color: #f6f6f6;
}
.page-top .report__title {
  height: 30px;
}
.page-top .report__title img {
  width: auto;
  height: 100%;
}
.page-top .report__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  margin-top: 60px;
  gap: 26px;
}
.page-top .report__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 24px 32px;
  gap: 11px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background-color: #fff;
}
.page-top .report__item-date {
  color: #888888;
  font-size: 12px;
  line-height: 1.75;
}
.page-top .report__item-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: break-all;
}
.page-top .report__item-link {
  font-size: 12px;
  line-height: 1.75;
  text-align: right;
}
.page-top .report__more {
  display: block;
  width: 250px;
  margin-top: 48px;
}
.page-top .report__more img {
  width: 100%;
  height: auto;
}
.page-top .calendar {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
  width: 100%;
  height: 944px;
  background-image: url(../img/calendar/bg.jpg);
  background-position: bottom center;
  background-size: cover;
}
.page-top .calendar__inner {
  margin-bottom: 72px;
}
.page-top .calendar__title {
  height: 82px;
}
.page-top .calendar__title img {
  width: auto;
  height: 100%;
}
.page-top .calendar__date {
  width: 100%;
  max-width: 720px;
  margin-top: 40px;
}
.page-top .calendar__button {
  display: block;
  width: auto;
  height: 53px;
  margin-top: 32px;
}
.page-top .calendar__button img {
  width: auto;
  height: 100%;
}
.page-top .media {
  padding-top: 155px;
}
.page-top .media__title {
  height: 30px;
}
.page-top .media__title img {
  width: auto;
  height: 100%;
}
.page-top .media__text {
  margin-top: 60px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.page-top .media__attention {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.page-top .media__button {
  display: block;
  width: 250px;
  margin-top: 40px;
}
.page-top .media__button img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.3364485981vw;
  }
  .c-modal__inner {
    aspect-ratio: 16/9;
    width: 100vw;
  }
  .c-modal__close {
    top: -1.6rem;
    right: 2rem;
    width: 2rem;
  }
  .c-modal__link {
    margin-top: 1.8rem;
    margin-right: 1.6rem;
    gap: 0.8rem;
    font-size: 1.6rem;
  }
  .c-modal__link img {
    width: 2rem;
  }
  .c-modal--driver .c-modal__close {
    top: -4.4rem;
    right: 5.6rem;
  }
  .c-modal--driver .c-modal__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-height: 70vh;
    padding: 0 5.6rem;
    overflow-y: auto;
    gap: 1.6rem;
  }
  .c-modal--driver .c-modal__name {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .c-modal--driver .c-modal__name span {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .c-modal--driver .c-modal__text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
  .c-modal--calender .c-modal__close {
    top: -4.4rem;
    right: 5.6rem;
  }
  .c-modal--calender .c-modal__inner {
    padding: 0 5.6rem;
  }
  .c-modal--calender .c-modal__container {
    max-height: 70vh;
    overflow-y: auto;
  }
  .c-modal--calender .c-modal__title {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .c-modal--calender .c-modal__text {
    margin-top: 3.2rem;
    font-size: 1.6rem;
  }
  .c-text {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .c-text--sm {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .c-text--lg {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .l-footer {
    height: 11.4rem;
    margin-top: 13.6rem;
    padding-top: 3rem;
  }
  .l-footer img {
    width: 16.7rem;
  }
  .l-header__inner {
    padding: 1.2rem 1.6rem;
  }
  .l-header__logo {
    width: 2.4rem;
  }
  .l-header__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
            justify-content: flex-end;
  }
  .l-header__nav-sns {
    height: 2.4rem;
    margin-right: 1.6rem;
    gap: 0 1.6rem;
  }
  .l-header__nav-sns img {
    height: 100%;
  }
  .l-header__nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-start;
    width: 100%;
    height: 100vh;
    padding: 12.7rem 4.8rem 2rem;
    overflow: auto;
    gap: 6.3rem 0;
    background-color: #1c1c1c;
  }
  .l-header__nav-menu.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__navLink {
    height: 2.4rem;
  }
  .l-header__hamburger {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../img/common/icon-menu.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-header__hamburger.is-active {
    z-index: 1000;
    position: fixed;
    top: 1.2rem;
    right: 1.6rem;
    background-image: url(../img/common/icon-close.svg);
  }
  .l-inner {
    padding: 0 5.6rem;
  }
  .page-report .report {
    padding-top: 4.7rem;
  }
  .page-report .report__title {
    height: 2.4rem;
  }
  .page-report .report__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 4rem;
    gap: 1.6rem;
  }
  .page-report .report__item {
    padding: 2.4rem;
    gap: 0.8rem;
    border-width: 0.1rem;
    border-radius: 0.8rem;
  }
  .page-report .report__item-date {
    font-size: 1.2rem;
  }
  .page-report .report__item-title {
    font-size: 1.8rem;
  }
  .page-report .report__item-link {
    font-size: 1.2rem;
  }
  .page-report .report__buttons {
    margin-top: 4rem;
  }
  .page-report .report__back {
    width: 4.1rem;
  }
  .page-report .report__more {
    width: 11rem;
  }
  .page-report .report-detail {
    padding-top: 3.2rem;
    padding-bottom: 0;
  }
  .page-report .report-detail__content * {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .page-report .report-detail__content hr {
    border-width: 0.3rem 0 0;
  }
  .page-top .bar {
    padding: 0 1.6rem;
    gap: 0.4rem;
  }
  .page-top .bar::before, .page-top .bar::after {
    width: 1rem;
  }
  .page-top .kv {
    aspect-ratio: 428/288;
    background-image: url(../img/kv/bg_sp.jpg);
  }
  .page-top .kv::after {
    aspect-ratio: 428/179;
  }
  .page-top .kv__title {
    top: 4.4rem;
    width: 25rem;
  }
  .page-top .kv__car {
    top: 13.7rem;
    left: 0.2rem;
    width: 25.7rem;
  }
  .page-top .about {
    height: 99.7rem;
    padding-top: 10.6rem;
    background-image: url(../img/about/bg_sp.jpg);
  }
  .page-top .about__title {
    height: 2.4rem;
  }
  .page-top .about__text {
    margin-top: 4rem;
  }
  .page-top .video {
    height: 71.1rem;
  }
  .page-top .video__bg video {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
  .page-top .video__inner {
    margin-bottom: 14rem;
  }
  .page-top .video__title {
    height: 6.8rem;
  }
  .page-top .video__text {
    max-width: unset;
    margin-top: 4rem;
  }
  .page-top .video__button {
    height: 5.3rem;
    margin-top: 3.2rem;
  }
  .page-top .members {
    padding-top: 15rem;
    padding-bottom: 13.6rem;
  }
  .page-top .members__title {
    height: 2.4rem;
  }
  .page-top .members__driver {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 7rem;
    margin-bottom: 15rem;
    gap: 6.4rem;
  }
  .page-top .members__driver-position {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .page-top .members__driver-name {
    margin-top: 1.6rem;
  }
  .page-top .members__driver-button {
    width: 11rem;
    margin-top: 1.6rem;
  }
  .page-top .members__staff {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7rem;
    margin-bottom: 4rem;
    gap: 3.2rem 1.6rem;
  }
  .page-top .members__staff.is-active .members__staff-item:nth-child(n+7) {
    display: block;
  }
  .page-top .members__staff-item:nth-child(n+7) {
    display: none;
  }
  .page-top .members__staff-position {
    margin-top: 1.2rem;
  }
  .page-top .members__staff-name {
    margin-top: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .page-top .report {
    padding-top: 15rem;
    padding-bottom: 13rem;
  }
  .page-top .report__title {
    height: 2.4rem;
  }
  .page-top .report__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 7rem;
    gap: 1.6rem;
  }
  .page-top .report__item {
    min-height: 18.6rem;
    padding: 2.4rem;
    gap: 0.8rem;
    border-width: 0.1rem;
    border-radius: 0.8rem;
  }
  .page-top .report__item-date {
    font-size: 1.2rem;
  }
  .page-top .report__item-title {
    font-size: 1.8rem;
  }
  .page-top .report__item-link {
    font-size: 1.2rem;
  }
  .page-top .report__more {
    width: 11rem;
    margin-top: 4rem;
  }
  .page-top .calendar {
    height: 89.3rem;
    background-image: url(../img/calendar/bg_sp.jpg);
  }
  .page-top .calendar__inner {
    margin-bottom: 9.6rem;
  }
  .page-top .calendar__title {
    height: 11.2rem;
  }
  .page-top .calendar__date {
    margin-top: 4rem;
  }
  .page-top .calendar__button {
    height: 5.3rem;
    margin-top: 3.2rem;
  }
  .page-top .media {
    padding-top: 15rem;
  }
  .page-top .media__title {
    height: 2.4rem;
  }
  .page-top .media__text {
    margin-top: 7.2rem;
    font-size: 2rem;
    letter-spacing: 0.09em;
  }
  .page-top .media__attention {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .page-top .media__button {
    width: 22rem;
    margin-top: 5.6rem;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
  a,
button {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  a:hover,
button:hover {
    opacity: 0.7;
  }
  .l-header.is-top {
    background-color: transparent;
  }
}
