@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family:
    'Noto Sans JP',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

[v-cloak] {
  display: none;
}

@media screen and (min-width: 768px) {
  /* 電話番号　スマホのみ */
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* common */
.wrapper-primary {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapper-primary {
    width: 85%;
  }
}

@media screen and (min-width: 1540px) {
  .wrapper-primary {
    width: 100%;
  }
}

.white-shadow {
  text-shadow:
    2px 2px 2px #fff,
    2px -2px 2px #fff,
    -2px 2px 2px #fff,
    -2px -2px 2px #fff,
    1.41px 1.41px 2px #fff,
    1.41px -1.41px 2px #fff,
    -1.41px 1.41px 2px #fff,
    -1.41px -1.41px 2px #fff;
}

address,
.address,
[data-address] {
  text-decoration: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* main-visual */
.main-img-wrapper {
  position: relative;
}

.logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

.logo img {
  width: clamp(80px, 20vw, 190px);
  height: auto;
}

.main-img picture {
  display: flex;
  align-items: center;
}

.main-txt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .main-txt {
    top: 50%;
  }
}

.main-txt img {
  max-width: 1180px;
  width: 90vw;
  height: auto;
}

@media screen and (min-width: 768px) {
  .main-txt img {
    width: 62vw;
  }
}

.sub-txt {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: grid;
  grid-template-columns: repeat(2, clamp(160px, 40vw, 230px));
  row-gap: 15px;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sub-txt {
    bottom: 50px;
    width: 85%;
    grid-template-columns: repeat(4, clamp(160px, 20vw, 230px));
  }
}

@media screen and (min-width: 1280px) {
  .sub-txt {
    width: 74%;
  }
}

.subtxt-container {
  width: 100%;
  padding: 5% 15%;
  border-radius: 5px;
  text-align: center;
}

.subtxt-container:nth-of-type(odd) {
  background-color: #004097;
}

.subtxt-container:nth-of-type(even) {
  background-color: #0096df;
}

.subtxt-container span {
  font-size: clamp(1rem, 3.125vw, 1.5rem);
  font-weight: normal;
  color: #fff;
  position: relative;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .subtxt-container span {
    font-size: clamp(1rem, 1.67vw, 1.5rem);
  }
}

.subtxt-container span::before {
  content: '★';
  position: absolute;
  top: 0;
  left: -20px;
  width: 16px;
  height: 16px;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* date and time */
.wrapper-date {
  position: relative;
  padding: 35px 0;
  border-top: 4px double #0096df;
  border-bottom: 4px double #0096df;
}

.container-information {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .container-information {
    width: 70%;
    align-items: baseline;
    gap: 0;
  }
}

@media screen and (min-width: 1024px) {
  .container-information {
    width: 100%;
    flex-direction: row;
  }
}

.container-date h2 {
  font-family: Arial, sans-serif;
  font-size: clamp(1.75rem, 3.4vw, 3.25rem);
  font-weight: 900;
  color: #00469b;
}

.container-date h2 span {
  display: inline-block;
  font-size: 0.7em;
  color: #fff;
  background-color: #00469b;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
}

.container-date p {
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.25rem);
  font-weight: normal;
  line-height: 1.8;
  color: #00469b;
}

@media screen and (min-width: 768px) {
  .container-date p {
    line-height: 1.6;
  }
}

.container-date p span {
  border: 1px solid #00469b;
  border-radius: 20px;
  padding: 2px 10px;
  margin-right: 10px;
}

.container-place h2 {
  font-size: clamp(1.25rem, 2.8vw, 3rem);
  font-weight: bold;
  color: #231815;
}

.container-place p {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: normal;
  line-height: 1.6;
  color: #231815;
}

/* btn-cta */
.btn-container {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -40vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .btn-container {
    position: static;
    transform: translateX(0);
  }
}

.btn-container a,
.btn-container-footer a {
  max-width: 800px;
  max-height: 90px;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  margin: 20px auto 0;
  border-radius: 6px;
  background-color: #f2670f;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .btn-container a,
  .btn-container-footer a {
    width: 75%;
    padding: 15px 70px;
  }
}

.btn-container a:hover:active .btn-container-footer a:hover:active {
  transform: scale(0.98);
}

@media (hover: hover) {
  .btn-container a:hover,
  .btn-container-footer a:hover {
    background-color: #f79051;
  }
}

.btn-container a p,
.btn-container-footer a p {
  font-size: clamp(1.25rem, 2.8vw, 2.8rem);
  font-weight: bold;
  color: #fff;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* ドラ転とは */
.img-summary {
  position: absolute;
  top: -60px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .img-summary {
    top: -20px;
    left: -2.5%;
  }
}

.img-summary img {
  width: 74px;
  height: 70px;
  aspect-ratio: 37 / 35;
}

@media screen and (min-width: 768px) {
  .img-summary img {
    max-width: 159px;
    max-height: 136px;
    width: 11vw;
    height: auto;
    aspect-ratio: 159 / 136;
  }
}

.container-summary {
  width: 95%;
  background-color: #def1fb;
  margin: 80px auto 20px;
  padding: 10px 16px;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .container-summary {
    width: 90%;
    margin: 50px 0 30px auto;
    padding: 20px 30px;
  }
}

.container-summary p {
  font-size: clamp(1.125rem, 2vw, 1.75rem);
  font-weight: normal;
}

.container-summary p:first-of-type {
  margin-bottom: 1em;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* section-heading */
.section-heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.section-heading img {
  width: clamp(50px, 13.2vw, 70px);
  aspect-ratio: 14 / 9;
}

@media screen and (min-width: 768px) {
  .section-heading img {
    width: 110px;
  }
}

.section-heading h2 {
  font-size: clamp(1.25rem, 3.6vw, 3.25rem);
  font-weight: bold;
  color: #004097;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.section-heading h2 {
  padding: 0 8px;
}

@media screen and (min-width: 768px) {
  .section-heading h2 {
    padding: 0 15px;
  }
}

/* 見出しSVG のベース */
.heading-svg01,
.heading-svg02,
.heading-svg03,
.heading-svg04 {
  --font-size: 2.125rem;
  --tweak: 0.93;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .heading-svg01,
  .heading-svg02,
  .heading-svg03,
  .heading-svg04 {
    --font-size: 3.25rem;
    height: 80px;
  }
}

.heading-svg01 {
  width: clamp(100px, 23.5vw, 180px);
}

@media screen and (min-width: 768px) {
  .heading-svg01 {
    width: clamp(150px, 19.5vw, 220px);
  }
}

.heading-svg02 {
  width: clamp(260px, 47.3vw, 360px);
}

@media screen and (min-width: 768px) {
  .heading-svg02 {
    width: clamp(345px, 45.4vw, 510px);
  }
}

.heading-svg03 {
  width: clamp(100px, 34.7vw, 200px);
}

@media screen and (min-width: 768px) {
  .heading-svg03 {
    width: clamp(180px, 22.3vw, 260px);
  }
}

.heading-svg04 {
  width: clamp(120px, 36.7vw, 225px);
}

@media screen and (min-width: 768px) {
  .heading-svg04 {
    width: clamp(230px, 31.3vw, 310px);
  }
}

.heading-svg01 text,
.heading-svg02 text,
.heading-svg03 text,
.heading-svg04 text {
  font-weight: bold;
  font-size: calc(var(--font-size) * var(--tweak));
}

/* Strokeを重ねる*/
.heading-stroke {
  fill: none;
  paint-order: stroke fill;
  vector-effect: non-scaling-stroke;
}

.heading-stroke--blue {
  stroke: #004097;
  stroke-width: 10;
  stroke-linejoin: round;
}

.heading-stroke--white {
  stroke: #fff;
  stroke-width: 6;
  stroke-linejoin: round;
}

.heading-fill {
  fill: #004097;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* COMPANIES */
.wrapper-company {
  width: 100%;
  background-color: #def1fb;
  padding: 40px 0 0;
}

/* company-list */
.company-list {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .company-list {
    width: 80%;
  }
}

#company {
  width: 90%;
  height: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 40px 20px;
  margin: 40px auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  #company {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    margin: 60px auto;
  }
}

#company > div {
  width: 100%;
  place-items: center;
}

.coming-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: clamp(200px, 48vw, 690px);
  margin: 10px auto;
}

.coming-img img {
  max-width: 690px;
  max-height: 114px;
}

#company > div > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 20px 10px;
}

#company img {
  width: 100%;
  padding: 4px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  #company img {
    padding: 10px;
    border-radius: 10px;
  }
}

.coming-img img {
  background-color: transparent !important;
  box-shadow: none !important;
}

#company p {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-top: 14px;
  color: #000;
}

@media screen and (min-width: 768px) {
  #company p {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}

.follow-text {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

.follow-text p {
  font-size: clamp(0.625rem, 2.3vw, 1rem);
  color: #000;
}

/* bg-company */
.bg-company {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .bg-company {
    padding-top: 10px;
  }
}

.road {
  display: flex;
  align-items: center;
  position: relative;
  width: 100vw;
  overflow: hidden;
}

:root {
  --bus-w: clamp(50px, 14.3vw, 70px);
  --car-w: clamp(30px, 8.57vw, 45px);
}

@media screen and (min-width: 768px) {
  :root {
    --bus-w: clamp(100px, 13vw, 140px);
    --car-w: clamp(70px, 9vw, 90px);
  }
}

.bus,
.hire,
.taxi,
.track,
.delivery {
  display: block;
  width: 100%;
  height: auto;
}

.bus,
.hire {
  transform: scaleX(-1);
}

.rtl1,
.rtl2,
.ltr1,
.ltr2,
.rtl3 {
  position: absolute;
  bottom: 3px;
  will-change: transform;
}

/* bus */
.rtl1 {
  left: calc(-1 * var(--bus-w));
  width: var(--bus-w);
  animation: drive-ltr-bus 7s linear infinite;
}

/* hire */
.rtl2 {
  left: calc(-1 * var(--car-w));
  width: var(--car-w);
  animation: drive-ltr 6s linear infinite;
}

/* taxi */
.ltr1 {
  left: calc(-1 * var(--car-w));
  width: var(--car-w);
  animation: drive-rtl 5s linear infinite;
}

/* track */
.ltr2 {
  left: calc(-1 * var(--car-w));
  width: var(--car-w);
  animation: drive-rtl 8s linear infinite;
}

/* delivery */
.rtl3 {
  left: calc(-1 * var(--car-w));
  width: var(--car-w);
  animation: drive-rtl 8.5s linear infinite;
}

@keyframes drive-ltr {
  0% {
    transform: translateX(-1 * calc(100vw + 2 * var(--car-w)));
  }
  100% {
    transform: translateX(calc(100vw + 2 * var(--car-w)));
  }
}

@keyframes drive-ltr-bus {
  0% {
    transform: translateX(-1 * calc(100vw + 2 * var(--bus-w)));
  }
  100% {
    transform: translateX(calc(100vw + 2 * var(--bus-w)));
  }
}

@keyframes drive-rtl {
  0% {
    transform: translateX(calc(100vw + 2 * var(--car-w)));
  }
  100% {
    transform: translateX(-1 * calc(100vw + 2 * var(--car-w)));
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* benefits */
.wrapper-benefits {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 2.78vw, 40px);
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .wrapper-benefits {
    flex-direction: row;
    margin: 60px auto;
  }
}

.container-benefit {
  position: relative;
  width: clamp(300px, 38.2vw, 550px);
  height: clamp(200px, 26vw, 320px);
  background-color: #ffca32;
  color: #004097;
  padding: 10px 20px;
  border-radius: 6px;
}

.container-benefit h3 {
  font-size: clamp(1.5rem, 3.2vw, 2.875rem);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

.container-benefit p span {
  font-size: clamp(1.25rem, 2.92vw, 2.5rem);
  font-weight: bold;
}

.container-benefit p {
  font-size: clamp(1rem, 1.94vw, 1.75rem);
  font-weight: 500;
  line-height: 1.3;
}

.parag-benefit {
  font-size: clamp(0.875rem, 1.8vw, 1.25rem) !important;
  line-height: 1.6 !important;
  margin-top: 20px;
  white-space: pre-wrap;
}

.container-benefit img {
  position: absolute;
  top: 15px;
  right: 10px;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* events */
.wrapper-event {
  width: 100%;
  background-color: #def1fb;
  padding: 40px 0;
  clip-path: ellipse(250% 100% at bottom);
}

@media screen and (min-width: 768px) {
  .wrapper-event {
    padding: 100px 0;
    clip-path: ellipse(180% 100% at bottom);
  }
}

.container-event {
  position: relative;
  background-color: #fff;
  width: 90%;
  min-height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 35px;
  padding: clamp(16px, 4.2vw, 40px) 25px 20px 25px;
}

@media screen and (min-width: 768px) {
  .container-event {
    width: 90%;
    align-items: flex-start;
    gap: 35px;
    padding: clamp(16px, 2.5vw, 40px) 25px 20px 25px;
  }
}

@media screen and (min-width: 1024px) {
  .container-event {
    min-height: 280px;
  }
}

.container-event:nth-of-type(odd) {
  margin: 40px auto;
}

@media screen and (min-width: 768px) {
  .container-event:nth-of-type(odd) {
    margin: 100px 0 100px auto;
  }
}

.container-event:nth-of-type(even) {
  flex-direction: column;
  margin: 40px auto;
}

@media screen and (min-width: 768px) {
  .container-event:nth-of-type(even) {
    flex-direction: row-reverse;
    margin: 100px auto 100px 0;
  }
}

.event-text {
  max-width: clamp(290px, 60vw, 750px);
  width: 90vw;
}

@media screen and (min-width: 768px) {
  .event-text {
    max-width: clamp(290px, 37.2vw, 750px);
    width: 38vw;
  }
}

.event-text h3 {
  font-size: clamp(1.375rem, 4.17vw, 2.5rem);
  font-weight: 500;
  color: #004097;
  position: absolute;
  top: -5%;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .event-text h3 {
    font-size: clamp(1.375rem, 2.52vw, 2.5rem);
    top: -10%;
  }
}

.container-event:nth-of-type(odd) .event-text h3 {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .container-event:nth-of-type(odd) .event-text h3 {
    left: 28px;
    transform: translateX(0);
  }
}

.container-event:nth-of-type(even) .event-text h3 {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .container-event:nth-of-type(even) .event-text h3 {
    left: 55%;
    transform: translateX(0);
  }
}

@media screen and (min-width: 1600px) {
  .container-event:nth-of-type(even) .event-text h3 {
    left: 56%;
  }
}

.event-text p {
  font-size: clamp(0.875rem, 4vw, 1.125rem);
  line-height: 1.7;
  white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
  .event-text p {
    font-size: clamp(0.875rem, 2vw, 1.125rem);
  }
}

.event-img {
  flex-shrink: 0;
  position: static;
}

@media screen and (min-width: 768px) {
  .event-img {
    position: absolute;
    top: -40px;
  }
}

.container-event:nth-of-type(odd) .event-img {
  right: 10%;
}

@media screen and (min-width: 1600px) {
  .container-event:nth-of-type(odd) .event-img {
    right: 18%;
  }
}

.container-event:nth-of-type(even) .event-img {
  left: 10%;
}

@media screen and (min-width: 1600px) {
  .container-event:nth-of-type(even) .event-img {
    left: 18%;
  }
}

.event-img img {
  width: clamp(300px, 67vw, 520px);
}

@media screen and (min-width: 768px) {
  .event-img img {
    width: clamp(300px, 36.1vw, 520px);
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* point */
.wrapper-point {
  width: 100%;
  background-color: #0096df;
  padding: 50px 0;
}

.flex-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4.25vw, 90px);
  margin: 30px auto 10px;
}

@media screen and (min-width: 768px) {
  .flex-point {
    display: flex;
    flex-direction: row;
  }
}

.container-point {
  width: clamp(300px, 50vw, 510px);
  height: clamp(300px, 50vw, 510px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2.1vw, 30px);
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .container-point {
    width: clamp(300px, 40.4vw, 510px);
    height: clamp(300px, 40.4vw, 510px);
    justify-content: flex-start;
    padding-top: clamp(20px, 6%, 60px);
  }
}

.point-text p {
  font-size: clamp(0.875rem, 2.2vw, 1.25rem);
  font-weight: normal;
  line-height: 1.7;
  color: #004097;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .point-text p {
    font-size: clamp(1rem, 1.9vw, 1.25rem);
  }
}

.point-img {
  flex-shrink: 0;
  text-align: center;
}

.point-img img {
  width: clamp(210px, 34vw, 375px);
  height: auto;
}

@media screen and (min-width: 768px) {
  .point-img img {
    width: clamp(210px, 26vw, 375px);
  }
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* flow */
.wrapper-flow {
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}

.flex-flow {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto 20px;
}

@media screen and (min-width: 768px) {
  .flex-flow {
    width: 95%;
    align-items: center;
    flex-direction: row;
    margin: 60px auto 20px;
  }
}

.container-flow {
  max-width: 350px;
  height: 350px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  margin-right: 0;
  margin-bottom: -10px;
}

@media screen and (min-width: 768px) {
  .container-flow {
    max-width: 310px;
    height: 430px;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    margin-right: -10px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .container-flow {
    height: 400px;
    padding: 15px 40px;
  }
}

.container-flow:nth-of-type(odd) {
  background-color: #004097;
}

.container-flow:nth-of-type(even) {
  background-color: #0096df;
}

.container-flow:first-of-type {
  z-index: 3;
}

.container-flow:nth-of-type(2) {
  z-index: 2;
}

.container-flow:nth-of-type(3) {
  z-index: 1;
}

.container-flow:last-of-type {
  clip-path: none;
  z-index: 0;
}

.container-flow h3 {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .container-flow h3 {
    padding-right: 25px;
  }
}

.container-flow img {
  margin: 15px auto;
}

.container-flow p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  white-space: pre-wrap;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* qa */
.wrapper-qa {
  width: 100%;
  background-color: #def1fb;
  padding: 40px 0;
  border-bottom: 4px double #0096df;
}

.qa-area {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  border-radius: 20px;
  margin: 30px auto;
}

.qa-container {
  border-top: 1px solid #d8d8d9;
}

.qa-container:last-of-type {
  border-bottom: 1px solid #d8d8d9;
}

.qa-question {
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
}

@media screen and (min-width: 768px) {
  .qa-question {
    padding: 35px;
  }
}

.qa-question::before,
.qa-question::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 25px;
  bottom: 0;
  width: 15px;
  height: 3px;
  margin: auto;
  background: #000;
}

@media screen and (min-width: 768px) {
  .qa-question::before,
  .qa-question::after {
    right: 40px;
    width: 19px;
    height: 3px;
  }
}

.qa-question::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.qa-question.active::after {
  transform: rotate(0deg);
}

.qa-question p,
.qa-content p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 40px 0 25px;
  position: relative;
  white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
  .qa-question p,
  .qa-content p {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 2.2;
    padding: 0 40px 0 25px;
    position: relative;
    white-space: pre-wrap;
  }
}

.qa-question p {
  font-weight: bold;
}

.qa-question p::before {
  position: absolute;
  content: 'Q.';
  top: 1px;
  left: 0;
  color: #000;
  font-size: 1.125rem;
}

.qa-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1),
    margin 0.3s linear;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .qa-content {
    padding: 0 35px;
  }
}

.qa-content.active {
  max-height: 210px;
  margin: 5px 0 15px;
}

@media screen and (min-width: 768px) {
  .qa-content.active {
    max-height: 180px;
    margin: 5px 0 35px;
  }
}

.qa-content p::before {
  position: absolute;
  content: 'A.';
  top: 2px;
  left: 0;
  color: #000;
  font-size: 1.125rem;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* inquiry */
.wrapper-inquiry {
  width: 100%;
  padding: 40px 0;
}

.inquiry-heading {
  justify-content: flex-start;
}

.inquiry-text {
  width: 95%;
  margin: 10px auto;
}

.inquiry-text p {
  font-size: 1rem;
  font-weight: 500;
}

.window,
.operation {
  display: grid;
  align-items: center;
  margin: 20px auto;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .window,
  .operation {
    display: flex;
  }
}

.operation {
  margin-bottom: 0;
}

.inq-sub-head {
  position: relative;
}

.inq-sub-head img {
  width: 155px;
  height: 46px;
  display: flex;
  justify-content: center;
  padding-right: 10px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .inq-sub-head img {
    width: clamp(120px, 16vw, 155px);
    height: clamp(35px, 4.8vw, 46px);
  }
}

.inq-sub-head h4 {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 500;
  color: #888;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .inq-sub-head h4 {
    left: 43%;
    font-size: clamp(0.875rem, 1.67vw, 1rem);
  }
}

.company,
.phone {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .company,
  .phone {
    width: 100%;
  }
}

.phone {
  text-align: center;
}

@media screen and (min-width: 480px) {
  .phone {
    text-align: start;
  }
}

.company p {
  font-size: clamp(1rem, 1.67vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
}

.phone a {
  font-family: Arial, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.3;
  color: #0d3387;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .phone a {
    line-height: 1;
  }
}

.phone a::before {
  content: '';
  display: block;
  background-image: url(../images/ico_phone.webp);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: clamp(21px, 2.84vw, 41px);
  height: clamp(16px, 2.08vw, 30px);
}

.company p span,
.phone p {
  font-size: clamp(0.875rem, 1.56vw, 1rem);
  font-weight: 500;
  line-height: 1;
  color: #000;
}

.operation-company {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 480px) {
  .operation-company {
    width: 100%;
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
}

.operation-company p {
  font-size: clamp(1rem, 1.67vw, 1.5rem);
  font-weight: 500;
}

.spacer {
  width: 100%;
  height: 30px;
  background-color: #297fca;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* fixed-btn */
.btn-fixed {
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 15px;
  transform: translateZ(0);
  will-change: transform;
  z-index: 20;
}

/* --------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------- */
/* footer */
.container-footer {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.container-footer p,
.container-footer a {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

@media (hover: hover) {
  .container-footer a:hover {
    text-decoration: underline;
  }
}
