@charset "UTF-8";
/*
 * reset.css • v1.0.0
 * andex
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: inherit;
  border-style: none;
}

:focus-visible {
  outline: 2px solid #0057a0;
  outline-offset: 3px;
}

:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html, body {
  background: #FFF;
  width: 100%;
  color: #2B2B2B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}
@media screen and (max-width: 679px) {
  html, body {
    font-size: 15px;
  }
}

body {
  overflow-x: hidden;
}
body .page-top {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/right-arrow.svg) no-repeat 0 0;
  background-size: 60px 60px;
  transform: rotate(270deg);
  z-index: 11;
  position: fixed;
  right: 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, bottom 0.3s ease;
  cursor: pointer;
}
body .page-top:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 679px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 80px;
  background: #FFF;
  display: grid;
  align-items: center;
  grid-template-columns: 200px 4.5fr 0 245px 170px;
  box-shadow: 0 3px 6px rgba(137, 137, 137, 0.11);
}
@media screen and (max-width: 1200px) {
  header {
    grid-template-columns: 190px 4.5fr 0 215px 80px;
  }
}
header .header__title {
  z-index: 15;
  padding-inline: 30px 20px;
  display: flex;
  gap: 0 0.1em;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .header__title {
    padding-inline: 20px 10px;
  }
}
header .header__title a > img {
  width: 110px;
}
header .header__title img {
  width: 50px;
}
header .header__title .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
header nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
  justify-content: flex-end;
  padding-inline: 40px;
}
@media screen and (max-width: 1200px) {
  header nav > ul {
    gap: 0 1em;
    padding-inline: 30px;
  }
}
header nav > ul li a {
  text-decoration: none;
  transition: ease all 0.3s;
  color: #2B2B2B;
}
@media screen and (max-width: 1200px) {
  header nav > ul li a {
    font-size: 15px;
  }
}
header nav > ul li a:hover {
  color: #00B1AE;
}
header .header__box-tel {
  color: #00B1AE;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", serif;
}
@media screen and (max-width: 1200px) {
  header .header__box-tel {
    font-size: 18px;
  }
}
header .header__box-tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 0.7rem;
  color: #2B2B2B;
}
@media screen and (max-width: 1200px) {
  header .header__box-tel span {
    font-size: 0.6rem;
  }
}
header .header__box-tel a {
  color: #00B1AE;
  font-size: 26px;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  header .header__box-tel a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  header .header__box-tel {
    display: none;
  }
}
header .header__box-contact {
  z-index: 15;
}
@media screen and (max-width: 679px) {
  header .header__box-contact {
    margin-left: auto;
  }
}
header .header__box-contact a {
  background: #00B1AE;
  color: #FFF;
  display: flex;
  height: 80px;
  line-height: 1;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
}
@media screen and (max-width: 1200px) {
  header .header__box-contact a {
    flex-direction: column;
    gap: 0.7em 0;
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 679px) {
  header .header__box-contact a {
    width: 80px;
  }
}
header .header__box-contact a::before {
  content: "";
  background: url(../img/ico-contact.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 15px;
  display: block;
}
@media screen and (max-width: 1200px) {
  header .header__box-contact a::before {
    width: 24px;
    height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  header {
    grid-template-columns: 180px 4.5fr 0 80px;
  }
}
@media screen and (max-width: 679px) {
  header .header-menu {
    background-color: #FFFFFF;
  }
  header nav {
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 10;
  }
  header nav ul {
    display: block;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    list-style: none;
    margin: 55px 0 0;
  }
  header nav ul.open {
    padding: 30px;
    background: #FFF;
  }
  header nav ul li a {
    padding: 8px;
    font-size: 16px;
    color: #464646;
    display: block;
    text-align: center;
  }
  header .hamburger {
    position: absolute;
    top: 26px;
    right: 24px;
    cursor: pointer;
    width: 32px;
    height: 24px;
    z-index: 10;
  }
  header .hamburger span {
    /*3本の線を作る*/
    transition: all 0.3s;
    position: absolute;
    height: 2px;
    background-color: #333;
    width: 100%;
    z-index: 10;
  }
  header .hamburger span:nth-of-type(1) {
    /*上の線の位置*/
    top: 4px;
  }
  header .hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 12px;
  }
  header .hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 20px;
  }
  header .hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
  }
  header .hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
  }
  header .hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
  }
}

.header-sub {
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 360px;
}
.header-sub h1 {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(63, 112, 124, 0.16);
  position: relative;
  left: 7%;
  padding: auto 0;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  margin-left: 8%;
}
.header-sub h1 :first-child {
  font-weight: 600;
  font-size: clamp(18px, 2.6vw, 32px);
}
.header-sub h1 :nth-child(2) {
  font-weight: 600;
  font-size: clamp(22px, 3.6vw, 44px);
}
.header-sub h1 :nth-child(3) {
  font-size: clamp(12px, 1.8vw, 22px);
  font-weight: 400;
  padding-top: 8px;
}
@media screen and (max-width: 1000px) {
  .header-sub {
    height: 280px;
  }
}
@media screen and (max-width: 679px) {
  .header-sub {
    height: 200px;
  }
}

.list-item {
  background-color: #ECF4F5;
  width: 100%;
  margin-block: 0px 0px !important;
  box-shadow: 0 0 0 100vmax #ECF4F5;
  clip-path: inset(0 -100vmax);
  padding: 30px 0;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0 40px;
  text-align: center;
}
.list-item li {
  border-bottom: solid 2px #00B1AE;
  background: url(../img/right-arrow.svg) no-repeat 0 0;
  background-size: auto 20px;
  background-position: 0;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.list-item li a {
  padding: 15px 0;
  text-decoration: none;
  color: #000000;
  transition: ease all 0.3s;
}
.list-item li a:hover {
  color: #3F707C;
}
@media screen and (max-width: 679px) {
  .list-item {
    display: none;
  }
}

.header-sp-subnav {
  display: none;
}
@media screen and (max-width: 679px) {
  .header-sp-subnav {
    display: block;
    position: relative;
    top: 10px;
  }
  .header-sp-subnav select {
    border-radius: 10px;
    background-color: #ECF4F5;
    padding: 1em 1em;
    width: 100%;
    font-size: 15px;
    color: #2B2B2B;
  }
  .header-sp-subnav select:hover {
    color: #3F707C;
  }
  .header-sp-subnav::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/right-arrow.svg) no-repeat 0 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(90deg);
  }
}

.vehicle-img {
  background-image: url("../img/vehicle-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.vehicle-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.company-img {
  background-image: url("../img/company-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.company-img h1 :first-child {
  font-weight: 600;
  padding-top: 32px;
  font-size: clamp(22px, 3.6vw, 44px);
}
.company-img h1 :nth-child(2) {
  font-size: clamp(12px, 1.8vw, 22px);
  font-weight: 400;
  padding-top: 8px;
}
.company-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.manegiment-img {
  background-image: url("../img/manegiment-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.manegiment-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.top-img {
  height: 680px;
  background-image: url("../img/top-main.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.top-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.top-img .cover {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.top-img .cover h1 {
  position: initial;
  top: initial;
  left: initial;
  transform: translateY(0);
  margin-left: 0;
}
.top-img .cover .btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .top-img .cover .btn {
    gap: 0 10px;
  }
}
.top-img .cover .btn a {
  background-color: #00B1AE;
  border: 2px solid #00B1AE;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  transition: ease all 0.3s;
  font-size: 1em;
  font-weight: 500;
  margin: 20px 0;
}
.top-img .cover .btn a:hover {
  background-color: #FFFFFF;
  border: 2px solid #00B1AE;
  color: #00B1AE;
}
@media screen and (max-width: 679px) {
  .top-img .cover .btn a {
    gap: 0 10px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .top-img {
    height: 500px;
  }
}
@media screen and (max-width: 679px) {
  .top-img {
    height: 300px;
  }
}

main {
  margin: 80px auto;
  width: 92%;
  max-width: 1200px;
}

footer {
  width: 100%;
  background: #2B2B2B;
  color: #FFF;
  padding: 30px;
}
footer .tel {
  text-decoration: none;
}
footer .tel span a {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  footer {
    padding: 0 30px 30px;
  }
}
footer .footer__main {
  display: flex;
  justify-content: space-between;
}
footer .footer__main .footer__main-company {
  width: max(300px, 40%);
}
footer .footer__main .footer__main-company dt {
  display: flex;
  align-items: center;
  margin-block: 0 15px;
}
footer .footer__main .footer__main-company dt .site-title__logo {
  width: 90px;
}
footer .footer__main .footer__main-company dd {
  font-size: 0.9em;
}
footer .footer__main .footer__main-company dd a {
  text-decoration: none;
  color: #FFFFFF;
}
footer .footer__main .footer__main-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 1em;
}
footer .footer__main .footer__main-nav ul li a {
  color: #FFF;
  text-decoration-color: transparent;
  transition: ease all 0.3s;
}
footer .footer__main .footer__main-nav ul li a:hover {
  text-decoration-color: #FFF;
}
footer .footer__main .footer__main-contact {
  width: 350px;
  margin: 30px 0 0 auto;
}
footer .footer__main .footer__main-contact a {
  background: #00B1AE;
  padding: 10px 10px 10px 30px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #FFF;
}
footer .footer__main .footer__main-contact a::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: url("../img/ico-contact-green.svg") no-repeat center center/cover, #FFF;
  background-size: 20px 16px;
}
footer .footer__copy {
  color: #C1C1C1;
  font-size: 0.8rem;
  margin-block: 40px 0;
}
@media screen and (max-width: 1000px) {
  footer .footer__main-nav ul {
    flex-wrap: wrap;
    width: 350px;
  }
}
@media screen and (max-width: 780px) {
  footer .footer__main {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .footer__main .footer__main-company {
    width: 100%;
    margin-top: 15px;
  }
  footer .footer__main .footer__main-company dt {
    display: flex;
    flex-direction: column;
    margin-block: 20px;
  }
  footer .footer__main .footer__main-company dt .site-title__logo {
    width: 28%;
  }
  footer .footer__main .footer__main-company dt span {
    margin-top: 15px;
  }
  footer .footer__main .footer__main-company dd {
    text-align: center;
  }
  footer .footer__main .footer__main-nav ul {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    display: block;
  }
  footer .footer__main .footer__main-nav ul li {
    position: relative;
    border-bottom: 1px solid #3B3B3B;
  }
  footer .footer__main .footer__main-nav ul li a {
    display: block;
    padding: 18px 3%;
  }
  footer .footer__main .footer__main-nav .footer__main-contact {
    width: 100%;
  }
  footer .footer__copy {
    font-size: 0.7em;
    text-align: center;
    margin-block: 20px 0;
  }
}

.wrapper {
  margin-block: 80px 0px;
}

.safety h2 {
  text-align: center;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  font-weight: 600;
  margin-block: 0px 60px;
}
.safety .grid {
  display: grid;
  grid-template-columns: 20% 80%;
  border-bottom: 1.5px solid #2B2B2B;
  padding: 20px 25px;
}
@media screen and (max-width: 1000px) {
  .safety .grid {
    display: block;
  }
  .safety .grid dt {
    font-weight: 600;
    margin-bottom: 5px;
  }
}
.safety .grid:first-of-type {
  padding: 0 25px 20px;
}
.safety .education-table {
  margin-bottom: 20px;
}
.safety .kakko {
  list-style-position: outside;
  counter-reset: num 0; /*カウンタの作成と初期化*/
}
.safety .kakko li {
  padding: 0 0 0 1.3em; /*複数行になった場合を想定*/
  text-indent: -1.3em; /*複数行になった場合を想定*/
  counter-increment: num 1; /*カウンタに1ずつ追加*/
}
.safety .kakko li::before {
  content: "(" counter(num) ")"; /*numを呼び出し前後にカッコを追加*/
}
.safety .pdf-cover {
  width: 80%;
  aspect-ratio: 1/1.414;
  margin: 0 auto;
}
.safety .number {
  list-style-position: outside;
  counter-reset: num 0; /*カウンタの作成と初期化*/
}
.safety .number > li {
  padding: 0 0 0 1.3em; /*複数行になった場合を想定*/
  text-indent: -1.3em; /*複数行になった場合を想定*/
  counter-increment: num 1; /*カウンタに1ずつ追加*/
}
.safety .number > li::before {
  content: counter(num) ". "; /*numを呼び出し前後にカッコを追加*/
}
.safety .number > li:first-child::before {
  content: "";
  display: inline-block;
  width: 1.3em;
}
.safety .number .kakko li::before {
  content: "(" counter(num) ")"; /*numを呼び出し前後にカッコを追加*/
}
.safety .number .style-none {
  list-style-type: none;
  padding: 0 0 0 1em;
  text-indent: 0;
}
.safety .number .style-none li::before {
  display: none;
}
.safety .number-nomal {
  padding: 0 0 0 1.3em; /*複数行になった場合を想定*/
  list-style-type: decimal !important;
}
.safety p.right-align {
  text-align: right;
}
.safety .wrapper section {
  padding: 40px 0 0;
}
.safety .wrapper section h3 {
  font-weight: 700;
  font-size: 16px;
}
.safety .wrapper section h4 {
  padding: 1em 0 0;
  font-weight: 400;
}
.safety .safety-grid {
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 20px 25px;
}
@media screen and (max-width: 1000px) {
  .safety .safety-grid {
    display: block;
  }
}
.safety .safety-grid:first-of-type {
  padding: 0 25px 20px;
}
.safety th {
  padding: 5px 5px 0;
  font-weight: 400;
}
.safety td {
  text-align: right;
  padding-right: 10px;
}
.safety p.padding-top {
  padding-top: 60px;
}
.safety p.font-size {
  font-size: 18px;
}

.grid {
  display: grid;
  grid-template-columns: 20% 80%;
  border-bottom: 1.5px solid #2B2B2B;
  padding: 20px 25px;
}
.grid dd a {
  display: block;
  text-decoration-color: transparent;
  color: #2B2B2B;
  transition: ease all 0.3s;
}
.grid dd a:hover {
  text-decoration-color: #2B2B2B;
}
@media screen and (max-width: 1000px) {
  .grid {
    display: block;
  }
  .grid dt {
    font-weight: 600;
    margin-bottom: 5px;
  }
}
.grid:first-of-type {
  padding: 0 25px 20px;
}

.map {
  padding-top: 15px;
}
.map iframe {
  width: 100%;
  aspect-ratio: 4/2.5;
}

.association {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FAFAFA;
  margin-top: 100px;
}
.association h2 {
  padding: 70px 0 0 80px;
}
.association .frame {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 1000px) {
  .association .frame {
    display: block;
  }
}
.association .frame:first-of-type {
  padding: 40px;
}
.association .frame .company-grid {
  padding: 10px 20px;
  margin: 30px 30px;
  background-color: #FFFFFF;
}
.association .frame .company-grid dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  height: 240px;
}
.association .frame .company-grid dd {
  padding: 0 15px 20px 15px;
}
@media screen and (max-width: 679px) {
  .association {
    margin-top: 50px;
  }
  .association h2 {
    padding: 50px 0 0 30px;
  }
  .association .frame:first-of-type {
    padding: 0px;
  }
}

.vehicle {
  margin: 80px auto 0;
}
.vehicle .wrapper {
  margin-block: 60px 0;
}

.news h1.ttl {
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  margin-block: 0 30px;
}
.news .btn {
  width: min(80%, 400px);
  margin: 30px auto 0;
}
.news .btn a {
  display: block;
  text-align: center;
  background: #00B1AE;
  border: 2px solid #00B1AE;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 15px 0;
  text-decoration: none;
  transition: ease all 0.3s;
}
.news .btn a:hover {
  background-color: #FFFFFF;
  border: 2px solid #00B1AE;
  color: #00B1AE;
}

.cover-relative {
  position: relative;
}
.cover-relative .busirast {
  bottom: -220px;
  right: 10px;
  position: absolute;
  width: min(30%, 368px);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .cover-relative .busirast {
    bottom: -150px;
  }
}
@media screen and (max-width: 679px) {
  .cover-relative .busirast {
    position: initial;
    bottom: initial;
    right: initial;
    display: block;
    width: 70%;
    margin: 40px auto 0;
  }
}

.top-vehicle-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 45% 45%;
  margin-block: 30px;
  column-gap: 80px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .top-vehicle-grid {
    display: block;
  }
}
.top-vehicle-grid .text-content {
  order: 2;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.top-vehicle-grid .text-content h2.attempt {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  font-size: clamp(28px, 3.6vw, 32px);
}
@media screen and (max-width: 679px) {
  .top-vehicle-grid .text-content h2.attempt {
    font-size: 22px;
  }
}
.top-vehicle-grid .handle-bus {
  height: 100%;
}
.top-vehicle-grid .handle-bus img {
  order: 1;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden; /* はみ出た部分を隠す */
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.top .top-scene {
  background-color: #ECF4F5;
  padding: 80px 0;
  width: 100%;
  margin-block: 70px -90px !important;
  box-shadow: 0 0 0 100vmax #ECF4F5;
  clip-path: inset(0 -100vmax);
  margin: 0 auto;
}
@media screen and (max-width: 679px) {
  .top .top-scene {
    padding: 50px 0;
  }
}
.top .top-scene h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 679px) {
  .top .top-scene h3 {
    font-size: 18px;
  }
}
.top .top-scene p {
  text-align: center;
}
.top .top-scene .scene-grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin-block: 40px;
}
.top .top-scene .scene-grid .event-grid {
  display: grid;
  grid-template-columns: auto;
  background-color: #FFFFFF;
  margin: 15px;
}
.top .top-scene .scene-grid .event-grid .event-name {
  order: 2;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 18px 0 18px;
}
.top .top-scene .scene-grid .event-grid .event-img {
  order: 1;
}
.top .top-scene .scene-grid .event-grid .event-text {
  order: 3;
  padding: 2px 18px 20px 18px;
}
@media screen and (max-width: 1000px) {
  .top .top-scene .scene-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 679px) {
  .top .top-scene .scene-grid {
    display: block;
  }
}

h2.title {
  font-size: clamp(30px, 3.6vw, 48px);
}
h2.title span.subtitle {
  display: block;
  font-size: 0.35em;
  margin-top: -0.5em;
  font-weight: 500;
}

.topics {
  padding-top: 80px;
}
@media screen and (max-width: 679px) {
  .topics {
    padding-top: 50px;
  }
}
.topics .topics-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  column-gap: 80px;
  margin-bottom: 80px;
}
.topics .topics-grid .certification {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-bottom: 20px;
}
.topics .topics-grid .certification p.explanation {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em; /* 例：文字の間隔を広げる */
  padding: 40px 0 25px 0;
}
@media screen and (max-width: 679px) {
  .topics .topics-grid .certification p.explanation {
    padding: 35px 0 25px 0;
  }
}
.topics .topics-grid .symbol-wrap {
  background-color: #ECF4F5;
  grid-row: 2/3;
  grid-column: 1/2;
}
.topics .topics-grid .symbol-wrap h3 {
  color: #FFFFFF;
  background-color: #00B1AE;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 15px;
  width: fit-content;
}
.topics .topics-grid .symbol-wrap p {
  padding: 25px 30px;
}
.topics .topics-grid .safetybus-wrap {
  grid-row: 1/3;
  grid-column: 2/3;
  text-align: center;
  align-content: end;
  margin: 20px 20px;
}
.topics .topics-grid .safetybus-wrap img {
  margin: 0 auto;
  padding: 60px 0;
}
.topics .topics-grid .safetybus-wrap a {
  width: 100%;
  background-color: #00B1AE;
  border: 2px solid #00B1AE;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 10px 36px;
  text-decoration: none;
  text-align: center;
  transition: ease all 0.3s;
}
.topics .topics-grid .safetybus-wrap a:hover {
  background-color: #FFFFFF;
  border: 2px solid #00B1AE;
  color: #00B1AE;
}
@media screen and (max-width: 1000px) {
  .topics .topics-grid {
    display: block;
  }
}

.vehicle-wrap {
  background-color: #FAFAFA;
  padding: 70px 0 20px 0;
  width: 100%;
  margin-block: 70px 0 !important;
  box-shadow: 0 0 0 100vmax #FAFAFA;
  clip-path: inset(0 -100vmax);
  margin: 0 auto;
}
@media screen and (max-width: 679px) {
  .vehicle-wrap {
    padding: 50px 0 1px 0;
  }
}
.vehicle-wrap .vehicle-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto;
  margin-block: 40px;
  gap: 30px;
}
.vehicle-wrap .vehicle-grid .type-grid {
  display: grid;
  grid-template-columns: auto;
  background-color: #FFFFFF;
}
.vehicle-wrap .vehicle-grid .type-grid .type-name {
  order: 2;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 18px 18px 18px;
}
.vehicle-wrap .vehicle-grid .type-grid .type-img {
  order: 1;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden; /* はみ出た部分を隠す */
}
.vehicle-wrap .vehicle-grid .type-grid .type-text {
  order: 3;
  padding: 2px 18px 18px 18px;
}
.vehicle-wrap .vehicle-grid .type-grid .type-link {
  order: 4;
}
.vehicle-wrap .vehicle-grid .type-grid .type-link a {
  display: block;
  width: 90%;
  background-color: #00B1AE;
  border: 2px solid #00B1AE;
  color: #FFFFFF;
  border-radius: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  margin: 15px auto;
  transition: ease all 0.3s;
}
.vehicle-wrap .vehicle-grid .type-grid .type-link a:hover {
  background-color: #FFFFFF;
  border: 2px solid #00B1AE;
  color: #00B1AE;
}
@media screen and (max-width: 1000px) {
  .vehicle-wrap .vehicle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 679px) {
  .vehicle-wrap .vehicle-grid {
    display: block;
  }
}

.news-wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 30% 70%;
}
.news-wrap h2 {
  padding-bottom: 20px;
}
.news-wrap .news-items {
  margin: 10px 0;
}
.news-wrap .news-items .grid:first-of-type {
  padding: 20px 25px;
}
@media screen and (max-width: 1000px) {
  .news-wrap {
    display: block;
  }
  .news-wrap dt {
    font-weight: 600;
    margin-bottom: 5px;
  }
}
.news-wrap:first-of-type {
  padding: 0 25px 20px;
}
@media screen and (max-width: 679px) {
  .news-wrap {
    margin-top: 40px;
  }
}

.introduction p.type {
  padding-bottom: 40px;
  text-align: center;
}
.introduction .title-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 70% 30%;
}
.introduction .people {
  font-size: clamp(22px, 3.6vw, 28px);
  font-weight: 600;
  text-align: end;
}
.introduction .capacity {
  top: 15px;
}
.introduction .bus-title {
  font-weight: 600;
  font-size: clamp(22px, 3.6vw, 28px);
}
.introduction .seat {
  text-align: end;
}
.introduction .bus-explanation {
  padding-bottom: 20px;
}
.introduction .inside {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 32px;
  margin-block: 20px 30px;
}
@media screen and (max-width: 1000px) {
  .introduction .inside {
    grid-template-columns: auto auto;
    gap: 20px;
  }
}
.introduction .seat-map {
  margin-top: 20px;
}

.company {
  margin: 80px auto 0;
}
.company .wrapper {
  margin-block: 50px 0;
}
@media screen and (max-width: 1000px) {
  .company .wrapper {
    margin-block: 40px 0;
  }
}
