@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&family=Shippori+Mincho:wght@500;600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

section {
  width: 100%; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit;
  /* 1 */
  font-size: inherit;
  /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap; }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* --- Responsive --- */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important; } }
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important; } }
/* --- Others --- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; }
  @media (min-width: 1001px) {
    html {
      scroll-padding-top: 120px; } }

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important; }

.gray-out {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: .5; }

.spacer {
  width: 100%; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.mt-0 {
  margin-top: 0 !important; }
.mt-s {
  margin-top: 25px !important; }
.mt-m {
  margin-top: 50px !important; }
.mt-l {
  margin-top: 100px !important; }

.mb-0 {
  margin-bottom: 0 !important; }
.mb-s {
  margin-bottom: 25px !important; }
.mb-m {
  margin-bottom: 50px !important; }
.mb-l {
  margin-bottom: 100px !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.my-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }
.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }
.my-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }
.mx-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }
.mx-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }
.mx-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.py-s {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }
.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
.py-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.pt-0 {
  padding-top: 0 !important; }
.pt-s {
  padding-top: 25px !important; }
.pt-m {
  padding-top: 50px !important; }
.pt-l {
  padding-top: 100px !important; }

.pb-0 {
  padding-bottom: 0 !important; }
.pb-s {
  padding-bottom: 25px !important; }
.pb-m {
  padding-bottom: 50px !important; }
.pb-l {
  padding-bottom: 100px !important; }

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.md-inner {
  width: 1000px;
  max-width: calc(100% - 15vw);
  margin: 0 auto; }
  @media (min-width: 1001px) {
    .md-inner {
      max-width: calc(100% - 6vw); } }

.lg-inner {
  width: 1000px;
  max-width: calc(100% - 10vw);
  margin: 0 auto; }
  @media (min-width: 1001px) {
    .lg-inner {
      max-width: calc(100% - 6vw); } }

main {
  overflow-x: hidden; }

/* --- Others --- */
section {
  position: relative;
  z-index: 10; }

/* Setting
======================================== */
body {
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: .1rem;
  word-break: break-all; }

img {
  display: block;
  max-width: 100%; }

/* Parts
======================================== */
/* --- Button --- */
.btn-chevron {
  display: flex;
  position: relative;
  align-items: center;
  transition: .3s all;
  justify-content: right;
  margin-top: 25px;
  width: fit-content; }
  .btn-chevron:hover span {
    border-bottom: 1px solid #3065BB;
    transition: all 0.3s ease 0s; }
  @media (min-width: 1001px) {
    .btn-chevron {
      margin-top: 50px; } }
  .btn-chevron span {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 5px;
    font-size: 14px; }
  .btn-chevron:after {
    content: '';
    display: block;
    background-image: url(../img/icon-chevron.png);
    background-size: cover;
    width: 39px;
    height: 39px;
    margin-left: 10px; }
    @media (min-width: 1001px) {
      .btn-chevron:after {
        width: 55px;
        height: 55px;
        margin-left: 20px; } }
  .btn-chevron.center {
    justify-content: center; }
  .btn-chevron.left {
    justify-content: left; }
  .btn-chevron.right {
    justify-content: right;
    margin-left: auto !important; }
  .btn-chevron.prev:before {
    content: '';
    display: block;
    background-image: url(../img/icon-chevron.png);
    background-size: cover;
    width: 39px;
    height: 39px;
    margin-left: 10px;
    margin-right: 20px;
    margin-left: 0px;
    transform: scale(-1, 1); }
    @media (min-width: 1001px) {
      .btn-chevron.prev:before {
        width: 55px;
        height: 55px;
        margin-left: 20px; } }
  .btn-chevron.prev:after {
    display: none; }
  .btn-chevron.white:hover {
    opacity: .6; }
    .btn-chevron.white:hover span {
      border-bottom: 1px solid #fff !important; }
  .btn-chevron.white:after {
    background-image: url(../img/icon-chevron_w.png); }

/* --- Title --- */
.ttl-high {
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-size: 22px; }
  @media (min-width: 1001px) {
    .ttl-high {
      font-size: 40px; } }
  .ttl-high span {
    display: block;
    color: #DAE0EB;
    font-size: 50px;
    font-family: "Almarai", sans-serif;
    z-index: -10;
    width: 100%;
    line-height: 1; }
    @media (min-width: 1001px) {
      .ttl-high span {
        font-size: 150px;
        text-align: left; } }
  .ttl-high.center {
    text-align: center; }
    .ttl-high.center span {
      width: 100%;
      text-align: center; }
      @media (max-width: 1000px) {
        .ttl-high.center span {
          left: 0; } }
  .ttl-high.mt {
    margin-top: 100px; }
    @media (min-width: 1001px) {
      .ttl-high.mt {
        margin-top: 100px; } }

.ttlnotes_md {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6; }
  @media (min-width: 1001px) {
    .ttlnotes_md {
      font-size: 26px;
      margin-top: 35px; } }
  .ttlnotes_md.mb {
    margin-bottom: 30px; }
    @media (min-width: 1001px) {
      .ttlnotes_md.mb {
        margin-bottom: 60px; } }

.ttlnotes_sm {
  margin-top: 30px;
  font-size: 14px;
  text-align: left; }
  @media (min-width: 1001px) {
    .ttlnotes_sm {
      font-size: 16px;
      margin-top: 35px;
      text-align: center; } }
  .ttlnotes_sm.mb {
    margin-bottom: 30px; }
    @media (min-width: 1001px) {
      .ttlnotes_sm.mb {
        margin-bottom: 60px; } }

/* 
.ttl-high {
    @include mincho;
    position: relative;
    font-size: 22px;
    margin: 50px 0 25px;

    @include lg {
        font-size: 40px;
        margin: 150px 0 40px;
    }

    span {
        display: block;
        position: absolute;
        top : -.8em;
        left: -.2em;
        color: #DAE0EB;
        font-size: 50px;
        @include almarai;
        z-index: -10;
        width: 100%;

        @include lg {
            top : -.6em;
            left: -.2em;
            font-size: 150px;
            width: 100vw;
            text-align: left;
        }
    }

    &.center {
        text-align: center;

        span {
            width: 100%;
            text-align: center;

            @include to-lg {
                left: 0;
            }

            @include lg {
                left: -.2em;   
            }
        }
    }

    &+.note {
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
    }
}
*/
.ttl-en {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  margin-bottom: 40px; }
  @media (min-width: 1001px) {
    .ttl-en {
      font-size: 40px; } }
  .ttl-en span {
    font-family: "Almarai", sans-serif;
    font-size: 18px;
    color: #3065BB;
    display: block;
    margin-bottom: 10px; }
  .ttl-en.white span {
    color: #fff; }
  .ttl-en.center {
    text-align: center; }

.ttl-tl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 60px; }
  .ttl-tl:before {
    content: '';
    display: block;
    height: 3px;
    background-color: #3065BB;
    width: 40px;
    margin: 0 auto 15px; }

.highlight {
  font-family: "Almarai", sans-serif;
  position: absolute;
  color: #ECEFF5;
  font-size: 40px;
  z-index: -10; }
  @media (min-width: 1001px) {
    .highlight {
      font-size: 150px; } }

.ttl-basic {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.5; }
  @media (min-width: 1001px) {
    .ttl-basic {
      font-size: 26px; } }
  .ttl-basic.center {
    text-align: center; }
  .ttl-basic.blue {
    color: #3065BB; }
  .ttl-basic.lg {
    font-size: 20px;
    margin-bottom: 25px; }
    @media (min-width: 1001px) {
      .ttl-basic.lg {
        font-size: 32px; } }
  @media (min-width: 1001px) {
    .ttl-basic {
      font-size: 26px; } }
  .ttl-basic + .note {
    margin-top: 30px;
    text-align: left; }
    @media (min-width: 1001px) {
      .ttl-basic + .note {
        text-align: center; } }

/* --- Sub Visual --- */
section.sv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 1001px) {
    section.sv .bg {
      width: 90vw;
      max-width: none;
      margin-left: calc(50% - 50vw);
      margin-right: auto; } }
  @media (max-width: 1000px) {
    section.sv .bg {
      width: 100vw;
      height: 100%;
      margin: 0 calc(50% - 50vw);
      max-width: none;
      object-fit: cover;
      aspect-ratio: 375 / 316; } }
  section.sv h1 {
    visibility: hidden;
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho", serif;
    font-size: 30px;
    background-color: #fff;
    padding: 10px 20px;
    line-height: 1.3; }
    @media (min-width: 1001px) {
      section.sv h1 {
        font-size: 40px; } }

/* Animation
======================================== */
.delay-1 {
  animation-delay: .5s !important; }

.delay-2 {
  animation-delay: 1s !important; }

.TtoB, .LtoR, .BtoT {
  opacity: 0; }
  .TtoB.start, .LtoR.start, .BtoT.start {
    z-index: 100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0; }

.LtoR.start {
  animation-name: LtoR; }

@keyframes LtoR {
  from {
    opacity: 0;
    transform: translateX(-50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.TtoB.start {
  animation-name: TtoB; }

@keyframes TtoB {
  from {
    opacity: 0;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
.BtoT.start {
  animation-name: BtoT; }

@keyframes BtoT {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
/* Header
======================================== */
header {
  height: 60px;
  background-color: #fff;
  width: 100%; }
  @media (min-width: 1001px) {
    header {
      height: 100px; } }
  header .header-wrap {
    height: 60px;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 1001px) {
      header .header-wrap {
        height: 100px; } }
    header .header-wrap .inner {
      width: calc(100% - 6vw);
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      header .header-wrap .inner .logo {
        width: 200px;
        height: auto; }
        @media (min-width: 1001px) {
          header .header-wrap .inner .logo {
            width: 300px; } }
        @media screen and (min-width: 1001px) and (max-width: 1400px) {
          header .header-wrap .inner .logo {
            width: 180px; } }
    header .header-wrap nav ul.nav {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      align-items: center; }
      header .header-wrap nav ul.nav li {
        display: inline-block;
        position: relative;
        text-decoration: none;
        font-weight: 700; }
        header .header-wrap nav ul.nav li:after {
          position: absolute;
          content: '';
          bottom: -5px;
          left: 0;
          width: 0;
          height: 2px;
          background: #3065BB;
          transition: all 0.3s ease 0s; }
        header .header-wrap nav ul.nav li:hover {
          cursor: pointer; }
          header .header-wrap nav ul.nav li:hover:after {
            width: 100%; }

@media screen and (min-width: 1001px) and (max-width: 1400px) {
  header .header-wrap .inner .logo {
    width: 100% !important;
    max-width: 300px !important; } }
/* --- ハンバーガーメニュー --- */
.hamburger {
  display: block;
  margin: 0 15px;
  cursor: pointer;
  position: relative;
  z-index: 99999; }
  .hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #3065BB; }
    .hamburger .bar:nth-child(1) {
      margin-top: 0px; }
  .hamburger.active .bar {
    background-color: white; }
    .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg); }
    .hamburger.active .bar:nth-child(2) {
      opacity: 0; }
    .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg); }

.nav-container {
  position: fixed;
  transition: 0.2s;
  top: 0;
  right: -100%;
  color: white;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  background-image: url("../img/ham-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1001px) {
    .nav-container {
      top: 70px;
      height: calc(100% - 70px); } }
  .nav-container.nav-active {
    right: 0; }
  .nav-container .inner_nav {
    width: 85%;
    font-size: 18px;
    padding-top: 70px; }
    .nav-container .inner_nav ul {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 20px;
      height: 100%; }
      .nav-container .inner_nav ul li {
        font-size: 18px;
        font-weight: 500; }
        .nav-container .inner_nav ul li span {
          font-size: 12px;
          font-family: "Almarai", sans-serif;
          display: block;
          line-height: 1; }
        .nav-container .inner_nav ul li.nav-policy {
          margin-top: auto; }
          .nav-container .inner_nav ul li.nav-policy a {
            font-size: 12px;
            padding-bottom: 30px;
            display: inline-block; }

/* Footer
======================================== */
.footer-list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1001px) {
    .footer-list {
      margin-top: 80px; } }
  .footer-list li {
    height: 160px;
    font-size: 24px;
    font-weight: 500;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center; }
    @media (min-width: 1001px) {
      .footer-list li {
        font-size: 32px; } }
    .footer-list li a {
      display: flex;
      width: 100%;
      height: 100%;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 100; }
    .footer-list li.taxi, .footer-list li.lost-item {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .footer-list li.taxi p, .footer-list li.lost-item p {
        font-size: 14px; }
      .footer-list li.taxi .box, .footer-list li.lost-item .box {
        flex: 2;
        padding-left: 25px;
        margin-left: 28px; }
        .footer-list li.taxi .box .ttl, .footer-list li.lost-item .box .ttl {
          display: block;
          font-size: 14px;
          text-align: left; }
    .footer-list li.taxi {
      position: relative;
      border-right: 1px solid #EDEFF4; }
      .footer-list li.taxi .free-dial {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        letter-spacing: 0.04em; }
        .footer-list li.taxi .free-dial:before {
          content: '';
          display: block;
          background-image: url(../img/icon-free.png);
          background-size: cover;
          width: 28px;
          height: 26px;
          margin-right: 10px; }
      .footer-list li.taxi .smartphone {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        letter-spacing: 0.04em; }
        .footer-list li.taxi .smartphone:before {
          content: '';
          display: block;
          background-image: url(../img/icon-phone.png);
          background-size: cover;
          width: 19px;
          height: 27px;
          margin-right: 20px; }
    .footer-list li.lost-item {
      position: relative;
      z-index: 10; }
      .footer-list li.lost-item .wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: auto; }
      .footer-list li.lost-item .navi-dial {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
        letter-spacing: 0.04em; }
        .footer-list li.lost-item .navi-dial:before {
          content: '';
          display: block;
          background-image: url(../img/icon-lost.png);
          background-size: cover;
          width: 22px;
          height: 23.6px;
          margin-right: 15px; }

section.footer-nav {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  background-image: url("../img/footer-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 405px;
  position: relative; }
  @media (min-width: 1001px) {
    section.footer-nav {
      height: 680px; } }
  section.footer-nav .sm-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 60px 0; }
  section.footer-nav .text {
    flex: 1;
    color: #fff; }
    section.footer-nav .text .logo {
      width: 295px;
      margin-bottom: 35px; }
  section.footer-nav ul.nav {
    display: flex;
    flex-wrap: wrap;
    width: 430px;
    gap: 15px 0; }
    section.footer-nav ul.nav li {
      color: #fff;
      width: 50%; }
      section.footer-nav ul.nav li a {
        position: relative; }
        section.footer-nav ul.nav li a:after {
          opacity: 0;
          position: absolute;
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          bottom: -5px;
          background-color: white; }
        section.footer-nav ul.nav li a:hover:after {
          opacity: 1;
          transition: .3s all; }
  section.footer-nav .copyright {
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 1001px) {
      section.footer-nav .copyright {
        bottom: 50px; } }

.mobile-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3000; }
  @media (min-width: 1001px) {
    .mobile-cta {
      display: none; } }
  .mobile-cta li {
    width: calc((100% - 10px * 1) / 2);
    background-color: #3065BB;
    color: #fff;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 100%;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
    gap: 3px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15); }
    .mobile-cta li.tel:before {
      content: '';
      display: block;
      background-image: url(../img/icon-tel_w.png);
      background-size: cover;
      width: 19px;
      height: 20.96px; }
    .mobile-cta li.lost:before {
      content: '';
      display: block;
      background-image: url(../img/icon-lost_w.png?ver1.1.1);
      background-size: cover;
      width: 18.69px;
      height: 20px; }

section.mv {
  position: relative; }
  section.mv .side-menu {
    position: fixed;
    right: 0;
    z-index: 3000; }
    section.mv .side-menu.side-menu_1 {
      top: 100px; }
    section.mv .side-menu.side-menu_2 {
      top: 400px; }
  section.mv .side-menu {
    display: flex;
    transition: .3s all;
    position: fixed;
    left: calc(100% - 65px); }
    @media (max-width: 1000px) {
      section.mv .side-menu {
        display: none; } }
    section.mv .side-menu.target.active {
      left: calc(100% - 765px); }
    section.mv .side-menu .tab {
      background-color: #3064BA;
      font-size: 18px;
      font-weight: 700;
      writing-mode: vertical-rl;
      color: #fff;
      border-radius: 10px 0 0 10px;
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      height: 275px;
      width: 65px;
      flex-shrink: 0; }
    section.mv .side-menu .container {
      border: 1px solid #3064BA;
      background-color: #fff;
      padding: 30px 50px;
      width: 700px;
      transition: .3s all;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      flex-shrink: 0; }
      section.mv .side-menu .container h2 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        font-size: 18px;
        color: #3065BB;
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 15px; }
        section.mv .side-menu .container h2:before {
          content: '';
          display: block;
          background-size: cover;
          margin-right: 20px; }
        section.mv .side-menu .container h2.tel {
          margin-top: 0px; }
          section.mv .side-menu .container h2.tel:before {
            background-image: url(../img/icon-tel.png);
            width: 19px;
            height: 20px; }
        section.mv .side-menu .container h2.map:before {
          background-image: url(../img/icon-map.png);
          width: 18.5px;
          height: 27px; }
        section.mv .side-menu .container h2.phone:before {
          background-image: url(../img/icon-phone.png);
          width: 19px;
          height: 27px; }
      section.mv .side-menu .container ul {
        display: flex;
        flex-wrap: wrap;
        background-color: #FAFAFA;
        padding: 20px 0; }
        section.mv .side-menu .container ul li {
          padding: 0 30px;
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
          width: 50%;
          align-items: center;
          justify-content: center; }
          section.mv .side-menu .container ul li span {
            display: block;
            font-size: 30px;
            font-weight: 600;
            font-family: "Almarai", sans-serif; }
          section.mv .side-menu .container ul li a img {
            width: auto;
            height: 44px;
            margin: 0 auto; }
          section.mv .side-menu .container ul li:nth-child(1) {
            border-right: 1px solid #D9D9D9; }
          section.mv .side-menu .container ul li.icon span {
            display: flex; }
            section.mv .side-menu .container ul li.icon span:before {
              content: '';
              display: block;
              background-size: cover;
              margin-right: 10px; }
          section.mv .side-menu .container ul li.icon.free span:before {
            background-image: url(../img/icon-free.png);
            width: 28px;
            height: 26.88px; }
          section.mv .side-menu .container ul li.icon.phone span:before {
            background-image: url(../img/icon-phone.png);
            width: 19px;
            height: 27px; }
          section.mv .side-menu .container ul li.icon.lost span:before {
            background-image: url(../img/icon-lost.png);
            width: 25.78px;
            height: 27.6px; }
        section.mv .side-menu .container ul.map li a {
          text-decoration: underline;
          text-align: center;
          display: block; }

/* Slider
======================================== */
.swiper {
  width: 100%;
  height: 300px;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  position: relative; }
  @media (min-width: 1001px) {
    .swiper {
      width: 90%;
      height: calc(100vh - 100px); } }
  .swiper .text {
    position: absolute;
    z-index: 100;
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    left: 10%;
    top: 20%; }
    @media (min-width: 1001px) {
      .swiper .text {
        font-size: 50px; } }
    .swiper .text span {
      background-color: white;
      display: block;
      padding: 10px;
      width: fit-content;
      height: auto; }
      .swiper .text span:nth-child(2) {
        margin-top: 25px; }
      .swiper .text span:nth-child(3) {
        margin-top: 50px; }
  .swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
@keyframes zoom {
  0% {
    transform: translateX(0px);
    scale: 1.3; }
  100% {
    transform: translateX(50px);
    scale: 1.3; } }
@keyframes zoomsp {
  0% {
    transform: translateX(0px);
    scale: 1.3; }
  100% {
    transform: translateX(20px);
    scale: 1.3; } }
  .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden; }
  .swiper .swiper-slide-prev img,
  .swiper .swiper-slide-active img,
  .swiper .swiper-slide-duplicate-active img {
    animation: zoomsp 6s linear 0s normal both; }
    @media (min-width: 1001px) {
      .swiper .swiper-slide-prev img,
      .swiper .swiper-slide-active img,
      .swiper .swiper-slide-duplicate-active img {
        animation: zoom 6s linear 0s normal;
        animation-fill-mode: forwards; } }
  .swiper .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
        /*  
        @include lg {
            animation: slide-animation-01 10s linear 0s 1 normal both;

        }

        @keyframes slide-animation-01 {
          0% {
              transform: translateX(0px);
              scale: (1.3);
              }
            
              100% {
              transform: translateX(100px);
              scale: (1.3);
              }
      }

      @keyframes slide-animation-sp {
        0% {
            transform: translateX(0px);
            scale: (1.3);
            }
          
            100% {
            transform: translateX(30px);
            scale: (1.3);
            }
    }*/ }

section.concept {
  padding: 100px 0 0; }
  @media (min-width: 1001px) {
    section.concept {
      padding: 170px 0 0; } }
  section.concept .highlight {
    top: 0;
    right: 0;
    font-size: 120px; }
  section.concept .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20%; }
    @media (min-width: 1001px) {
      section.concept .wrap {
        gap: 150px; } }
    section.concept .wrap .main {
      width: 50vw;
      margin-left: calc(50% - 50vw); }
    section.concept .wrap p {
      writing-mode: vertical-rl;
      font-family: "Shippori Mincho", serif;
      font-size: 16px;
      line-height: 150%;
      position: relative;
      z-index: 10; }
      @media (min-width: 1001px) {
        section.concept .wrap p {
          font-size: 34px; } }
    section.concept .wrap .highlight {
      top: 130px;
      right: calc(50% - 50vw); }
  section.concept .c-2 {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    margin-top: -50px;
    position: relative;
    z-index: 0; }
    @media (min-width: 1001px) {
      section.concept .c-2 {
        margin-top: -150px; } }

section.service {
  padding-bottom: 100px; }
  @media (min-width: 1001px) {
    section.service {
      padding-bottom: 190px; } }
  section.service .wrap {
    display: flex;
    gap: 50px;
    align-items: center; }
    @media (max-width: 1000px) {
      section.service .wrap {
        flex-direction: column;
        flex-wrap: wrap; } }
    section.service .wrap .btn-chevron {
      margin-left: auto; }
    @media (max-width: 1000px) {
      section.service .wrap .ttl-high {
        margin-bottom: 25px; } }
    @media (min-width: 1001px) {
      section.service .wrap .ttl-high {
        position: absolute;
        top: 0;
        left: 0; } }
    section.service .wrap .ttl-high:before {
      padding-top: 100%; }
    section.service .wrap .ttl-high span {
      margin-left: -3%; }
      @media (min-width: 1001px) {
        section.service .wrap .ttl-high span {
          margin-left: -8%;
          width: 100vw; } }
    @media (max-width: 1000px) {
      section.service .wrap .text {
        width: 100%; } }
    @media (min-width: 1001px) {
      section.service .wrap .text {
        flex: 1; } }
    section.service .wrap img {
      width: 100%;
      margin: 0px calc(50% - 50vw) 0 auto; }
      @media (min-width: 1001px) {
        section.service .wrap img {
          width: 70%;
          margin: 100px calc(50% - 50vw) 0 auto; } }
  section.service .price-2 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: none; }
    @media (max-width: 1000px) {
      section.service .price-2 {
        margin-top: 40px; } }

section.lineup {
  position: relative;
  padding-bottom: 68px;
  /* --- Slider --- */ }
  @media (min-width: 1001px) {
    section.lineup {
      padding-bottom: 140px; } }
  section.lineup:before, section.lineup:after {
    content: '';
    position: absolute;
    display: block;
    z-index: -10;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    left: 0;
    top: 0; }
    @media (min-width: 1001px) {
      section.lineup:before, section.lineup:after {
        width: 70vw;
        margin-left: calc(50% - 50vw);
        margin-right: auto; } }
  section.lineup:before {
    background-color: #ECEFF5;
    height: 100%; }
  section.lineup:after {
    background-color: #fff;
    height: 3%; }
    @media (min-width: 1001px) {
      section.lineup:after {
        height: 10%; } }
  section.lineup .ttl-high {
    margin-bottom: 40px; }
    section.lineup .ttl-high span {
      margin-left: -3%; }
      @media (min-width: 1001px) {
        section.lineup .ttl-high span {
          margin-left: -8%; } }
  section.lineup .swiper2 {
    width: 100%;
    position: relative;
    /* --- Parts --- */
    /* 幅・高さを指定 */
    /* 矢印を消す、画像に変更 */
    /* 前に戻る画像パス */ }
    @media (max-width: 1000px) {
      section.lineup .swiper2 {
        margin-top: 50px; } }
    @media (min-width: 1001px) {
      section.lineup .swiper2 {
        height: 420px;
        margin-top: -50px; } }
    section.lineup .swiper2 .swiper-wrapper {
      width: 100%;
      height: 100%; }
    section.lineup .swiper2 .swiper-slide {
      display: flex;
      flex-wrap: wrap;
      align-items: end;
      gap: 30px; }
      @media (max-width: 1000px) {
        section.lineup .swiper2 .swiper-slide {
          flex-direction: column-reverse; } }
      section.lineup .swiper2 .swiper-slide .text {
        flex: 1;
        padding-bottom: 100px; }
        @media (min-width: 1001px) {
          section.lineup .swiper2 .swiper-slide .text {
            padding-bottom: 150px; } }
        @media (max-width: 1000px) {
          section.lineup .swiper2 .swiper-slide .text {
            width: 100%; } }
        section.lineup .swiper2 .swiper-slide .text h3 {
          font-size: 26px; }
        section.lineup .swiper2 .swiper-slide .text span.tag {
          font-size: 14px;
          border: 1px solid #333;
          width: fit-content;
          padding: 10px;
          display: block;
          margin: 10px 0 20px; }
      section.lineup .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 4 / 3; }
        @media (min-width: 1001px) {
          section.lineup .swiper2 .swiper-slide img {
            width: 60%; } }
    section.lineup .swiper2 .parts {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      position: absolute;
      z-index: 1000;
      bottom: 0; }
      section.lineup .swiper2 .parts .swiper-pagination-horizontal {
        width: fit-content;
        position: relative; }
    section.lineup .swiper2 .swiper-pagination-bullet {
      background: #FFFFFF !important;
      opacity: 1 !important; }
    section.lineup .swiper2 .swiper-pagination-bullet-active {
      background: #3065BB !important; }
    section.lineup .swiper2 .swiper-button-prev,
    section.lineup .swiper2 .swiper-button-next {
      height: 50px;
      width: 50px;
      position: relative;
      z-index: 500; }
    section.lineup .swiper2 .swiper-button-prev:after,
    section.lineup .swiper2 .swiper-button-next:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      height: 50px;
      width: 50px;
      margin: auto; }
    section.lineup .swiper2 .swiper-button-prev:after {
      background-image: url(../img/icon-chevron.png);
      transform: scaleX(-1); }
    section.lineup .swiper2 .swiper-button-next:after {
      background-image: url(../img/icon-chevron.png); }

section.discount {
  padding-top: 90px; }
  @media (max-width: 1000px) {
    section.discount.lead_service .discount-list li {
      border: none !important; } }
  @media (min-width: 1001px) {
    section.discount {
      padding-top: 210px; } }
  section.discount .wrap {
    display: flex;
    gap: 55px;
    align-items: start; }
    @media (max-width: 1000px) {
      section.discount .wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
    @media (min-width: 1001px) {
      section.discount .wrap {
        gap: 120px; } }
    section.discount .wrap img {
      width: 100%; }
      @media (min-width: 1001px) {
        section.discount .wrap img {
          width: 30%; } }
    section.discount .wrap .btn-chevron {
      margin-left: auto; }
    section.discount .wrap .text {
      flex: 1; }
      @media (max-width: 1000px) {
        section.discount .wrap .text {
          text-align: center;
          width: 100%; } }
      section.discount .wrap .text .ttl-high {
        margin-bottom: 40px;
        margin-right: calc(50% - 50vw);
        margin-left: auto; }
        @media (max-width: 1000px) {
          section.discount .wrap .text .ttl-high {
            text-align: center; } }
        @media (min-width: 1001px) {
          section.discount .wrap .text .ttl-high span {
            margin-left: -3%; } }

section.app {
  padding-top: 110px;
  margin-bottom: 85px; }
  @media (min-width: 1001px) {
    section.app {
      padding-top: 200px;
      margin-bottom: 250px; } }
  section.app + .setsumei .wrap:after {
    display: none; }
  section.app .ttl-high {
    position: absolute;
    top: 0; }
    section.app .ttl-high span {
      margin-left: -8%; }
  section.app .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    position: relative; }
    @media (min-width: 1001px) {
      section.app .wrap {
        align-items: end; } }
    @media (max-width: 1000px) {
      section.app .wrap {
        padding-bottom: 70px; } }
    section.app .wrap:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: calc(50% - 50vw);
      background: #E5F2FF;
      width: 100vw;
      height: 100%;
      z-index: -20; }
      @media (min-width: 1001px) {
        section.app .wrap:before {
          width: 70vw; } }
    section.app .wrap:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: calc(50% - 50vw);
      background: #fff;
      width: 100vw;
      height: 3%;
      z-index: -20; }
      @media (min-width: 1001px) {
        section.app .wrap:after {
          width: 70vw;
          height: 15%; } }
    section.app .wrap .tex2 {
      padding-top: 30%; }
      @media (min-width: 1001px) {
        section.app .wrap .tex2 {
          padding-top: 50%; } }
    section.app .wrap .btn-chevron {
      margin-left: auto; }
      @media (max-width: 1000px) {
        section.app .wrap .btn-chevron {
          margin-bottom: 20px; } }
    @media (max-width: 1000px) {
      section.app .wrap img {
        width: 60%;
        margin: 0px auto 0; } }
    @media (min-width: 1001px) {
      section.app .wrap img {
        width: 40%; } }
    section.app .wrap .text {
      flex: 1; }
      @media (min-width: 1001px) {
        section.app .wrap .text {
          padding-bottom: 70px; } }
    section.app .wrap .sub {
      font-size: 12px;
      margin: 50px 0 10px; }
    section.app .wrap ul {
      display: flex;
      flex-wrap: wrap;
      gap: 28px; }
      section.app .wrap ul img {
        width: auto;
        height: 40px; }
        @media (min-width: 1001px) {
          section.app .wrap ul img {
            height: 53px; } }

section.img-sec {
  padding-bottom: 110px; }
  @media (min-width: 1001px) {
    section.img-sec {
      padding-bottom: 120px; } }
  @media (max-width: 1000px) {
    section.img-sec .btn-chevron {
      margin-left: auto; } }
  section.img-sec .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    @media (min-width: 1001px) {
      section.img-sec .wrap {
        gap: 70px; } }
    section.img-sec .wrap img {
      width: 60%; }
      @media (max-width: 1000px) {
        section.img-sec .wrap img {
          width: 100%;
          margin-left: calc(50% - 50vw);
          margin-right: auto; } }
    section.img-sec .wrap .text {
      flex: 1; }
      @media (max-width: 1000px) {
        section.img-sec .wrap .text a {
          justify-content: right; } }
      @media (min-width: 1001px) {
        section.img-sec .wrap .text {
          margin-top: 50px; } }
  section.img-sec.news .text {
    margin-top: 0px; }
  @media (max-width: 1000px) {
    section.img-sec.news .btn-chevron {
      margin-left: auto; } }
  section.img-sec.news .ul {
    width: 100%; }
    @media (max-width: 1000px) {
      section.img-sec.news .ul {
        font-size: 14px; } }
    @media (min-width: 1001px) {
      section.img-sec.news .ul {
        width: 70%; } }
  section.img-sec.news ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 10px;
    padding: 15px 0; }
    @media (max-width: 1000px) {
      section.img-sec.news ul li a {
        flex-direction: column; } }
    @media (min-width: 1001px) {
      section.img-sec.news ul li a {
        gap: 50px; } }
  section.img-sec.news ul li .date {
    width: 100px;
    color: #C7C8CB;
    font-size: 14px;
    display: block; }
  section.img-sec.news ul li .ttl {
    flex: 1; }
  section.img-sec.news ul li:not(:last-child) a {
    border-bottom: 1px solid #DEDEDE; }

section.recruit {
  background-image: url("../img/recruit-bg_sp.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff; }
  @media (max-width: 1000px) {
    section.recruit {
      aspect-ratio: 375 / 277;
      height: 100%; } }
  @media (min-width: 1001px) {
    section.recruit {
      height: 530px;
      background-image: url("../img/recruit-bg.jpg"); } }
  section.recruit p {
    font-family: "Shippori Mincho", serif;
    font-size: 26px;
    line-height: 130%; }
    @media (min-width: 1001px) {
      section.recruit p {
        font-size: 50px;
        margin-bottom: 75px; } }

section.contact {
  padding: 130px 0 180px; }

/* Service
======================================== */
section.lead_service {
  padding-top: 80px !important;
  text-align: center; }
  section.lead_service .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    width: 800px;
    max-width: 100%;
    margin: 70px auto 0;
    position: relative; }
    @media (max-width: 1000px) {
      section.lead_service .list {
        width: 85%;
        margin: 70px auto 0; } }
    @media (min-width: 1001px) {
      section.lead_service .list {
        gap: 150px; } }
    section.lead_service .list:before {
      content: '';
      display: block;
      position: absolute;
      background-color: #DDDDDD;
      width: 100%;
      height: 1px;
      position: absolute; }
      @media (max-width: 1000px) {
        section.lead_service .list:before {
          top: 48%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (min-width: 1001px) {
        section.lead_service .list:before {
          width: 1px;
          height: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
    @media (min-width: 1001px) {
      section.lead_service .list:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #DDDDDD;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    section.lead_service .list li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      text-align: left; }
      @media (min-width: 1001px) {
        section.lead_service .list li {
          width: calc((100% - 150px * 1) / 2); } }
      section.lead_service .list li img {
        width: 140px; }
      section.lead_service .list li h3 {
        font-size: 26px;
        font-family: "Shippori Mincho", serif;
        margin: 25px 0 35px;
        text-align: center; }

section.course {
  margin: 80px 0 0px;
  padding: 80px 0 80px;
  background-color: #ECEFF5;
  position: relative;
  z-index: 0; }
  @media (min-width: 1001px) {
    section.course {
      margin: 100px 0 0;
      padding: 100px 0; } }
  section.course:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    background-color: #ECEFF5;
    width: 100%;
    height: 100%;
    z-index: -1; }
  section.course:after {
    background-color: #ECEFF5;
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    right: -50px;
    top: 0;
    z-index: -1; }
  section.course .nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    margin: 0 auto;
    width: fit-content; }
    @media (max-width: 1000px) {
      section.course .nav-list {
        gap: 20px;
        justify-content: center;
        flex-direction: column;
        align-items: center; } }
    section.course .nav-list li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 0px; }
      section.course .nav-list li a span {
        font-size: 22px; }
      section.course .nav-list li a:after {
        content: '';
        display: block;
        background-image: url(../img//blue-arrow_btm.png);
        background-size: cover;
        width: 39px;
        height: 39px; }
  section.course h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Shippori Mincho", serif; }
    @media (max-width: 1000px) {
      section.course h3 {
        margin-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center; } }
    section.course h3:after {
      content: '';
      display: inline-block;
      height: 1px;
      background: #fff;
      width: 100vw;
      margin: 0 calc(50% - 50vw);
      padding: 0 calc(50vw - 50%); }
      @media (max-width: 1000px) {
        section.course h3:after {
          margin-top: 20px; } }
    @media (min-width: 1001px) {
      section.course h3 {
        font-size: 32px; } }
    section.course h3 span {
      display: block;
      font-size: 16px;
      border: 1px solid #333;
      margin-right: 20px;
      padding: 5px 10px;
      width: fit-content;
      margin: 10px 20px 0 0;
      line-height: 1;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500 !important;
      display: inline-block;
      margin-top: 0px; }
      @media (max-width: 1000px) {
        section.course h3 span {
          display: inline-block; } }
    section.course h3#airport {
      margin-top: 75px; }
      @media (min-width: 1001px) {
        section.course h3#airport {
          margin-top: 135px; } }
  @media (max-width: 1000px) {
    section.course.vehicle h3 {
      align-items: center;
      font-size: 20px; }
      section.course.vehicle h3 span {
        margin: 0; }
      section.course.vehicle h3:before {
        content: '';
        display: inline-block;
        background-color: #3065BB;
        width: 30px;
        height: 3px; }
      section.course.vehicle h3:after {
        display: none; } }
  @media (max-width: 1000px) {
    section.course.vehicle ul li .heading {
      flex-direction: column-reverse; } }
  @media (min-width: 1001px) {
    section.course.vehicle ul li .heading .btn-chevron {
      display: none !important; } }
  @media (max-width: 1000px) {
    section.course.vehicle ul li .heading .btn-chevron span {
      font-size: 18px !important; } }
  section.course.vehicle.bg-white h3:after {
    content: '';
    background: #DEDEDE; }
  section.course ul.list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 105px; }
    @media (min-width: 1001px) {
      section.course ul.list {
        gap: 100px; } }
    @media (min-width: 1001px) {
      section.course ul.list li:nth-child(1) {
        margin-top: -50px; } }
    @media (max-width: 1000px) {
      section.course ul.list li {
        width: 100%; } }
    section.course ul.list li .heading {
      display: flex;
      flex-wrap: wrap;
      gap: 40px 10px;
      position: relative; }
      @media (min-width: 1001px) {
        section.course ul.list li .heading {
          gap: 60px; } }
      section.course ul.list li .heading .text {
        flex: 1; }
        @media (min-width: 1001px) {
          section.course ul.list li .heading .text {
            padding-top: 100px; } }
        section.course ul.list li .heading .text h4 {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 20px;
          color: #3065BB;
          font-family: "Shippori Mincho", serif; }
          @media (min-width: 1001px) {
            section.course ul.list li .heading .text h4 {
              font-size: 32px; } }
          section.course ul.list li .heading .text h4 span {
            display: block;
            font-size: 16px;
            border: 1px solid #333;
            margin-right: 20px;
            padding: 5px 10px;
            width: fit-content;
            margin: 10px 20px 0 0;
            line-height: 1;
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 500 !important;
            color: #3C3C3C;
            font-size: 14px;
            border: 1px solid #707070;
            border-radius: 3px; }
      section.course ul.list li .heading .img {
        width: 100%; }
        @media (min-width: 1001px) {
          section.course ul.list li .heading .img {
            margin-right: -120px;
            margin-left: auto;
            width: 595px; } }
      section.course ul.list li .heading .price-tag {
        background: #fff;
        font-size: 14px;
        padding: 5px 10px; }
        @media (min-width: 1001px) {
          section.course ul.list li .heading .price-tag {
            position: absolute;
            left: 0;
            bottom: 0; } }
      section.course ul.list li .heading .scrollnotes {
        font-size: 12px;
        vertical-align: middle; }
        @media (min-width: 1001px) {
          section.course ul.list li .heading .scrollnotes {
            display: none; } }
    @media (max-width: 1000px) {
      section.course ul.list li:nth-child(odd) .img {
        margin-left: calc(50% - 50vw);
        margin-right: auto; } }
    @media (min-width: 1001px) {
      section.course ul.list li:nth-child(even) .heading {
        flex-direction: row-reverse; } }
    section.course ul.list li:nth-child(even) .img {
      margin-right: calc(50% - 50vw);
      margin-left: auto; }
      @media (min-width: 1001px) {
        section.course ul.list li:nth-child(even) .img {
          margin-left: calc(50% - 50vw);
          margin-right: auto; } }
    section.course ul.list li:nth-child(even) .price-tag {
      left: auto;
      right: 0; }
  @media screen and (max-width: 1000px) {
    section.course .table {
      display: block;
      border: none;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; } }
  section.course dl.price .row {
    display: flex;
    border-bottom: 1px solid #fff; }
    @media (max-width: 1000px) {
      section.course dl.price .row {
        width: fit-content; } }
    section.course dl.price .row.bold dt, section.course dl.price .row.bold dd {
      font-weight: 700 !important; }
    section.course dl.price .row.bold dt {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
    section.course dl.price .row.bold dd {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      section.course dl.price .row.bold dd:nth-child(3) {
        justify-content: start; }
    @media (min-width: 1001px) {
      section.course dl.price .row:nth-child(1) {
        border-bottom: 2px solid #273E71; } }
    section.course dl.price .row dt, section.course dl.price .row dd {
      padding: 10px;
      border-right: 1px solid #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1000px) {
        section.course dl.price .row dt, section.course dl.price .row dd {
          flex-shrink: 0; } }
    section.course dl.price .row dt {
      width: 140px;
      text-align: center; }
    section.course dl.price .row dd {
      width: 200px;
      text-align: center; }
      section.course dl.price .row dd:nth-child(3) {
        flex: 1;
        padding-left: 20px;
        text-align: left;
        border-right: none;
        justify-content: left; }
        @media (max-width: 1000px) {
          section.course dl.price .row dd:nth-child(3) {
            width: 500px; } }

/* --- 有馬温泉 --- */
section.arima {
  background: #fff; }
  section.arima:before, section.arima:after {
    content: '';
    display: none; }
  section.arima h3 {
    border-bottom: 1px solid #ddd; }
  section.arima .price-tag {
    border: 1px solid #333; }
  section.arima dl.price .row {
    border-bottom: 1px solid #ddd; }
    section.arima dl.price .row:nth-child(1) {
      border-bottom: 2px solid #333; }
    section.arima dl.price .row dt, section.arima dl.price .row dd {
      padding: 10px;
      border-right: 1px solid #ddd; }

section.vehicle.bg-white {
  background-color: white; }
  section.vehicle.bg-white:before {
    display: none; }
  section.vehicle.bg-white:after {
    display: none; }
section.vehicle.big {
  padding-top: 0px; }
section.vehicle li .heading {
  align-items: center; }
  section.vehicle li .heading .text {
    padding-top: 0 !important; }
section.vehicle dl.spec {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid #fff; }
  section.vehicle dl.spec dt, section.vehicle dl.spec dd {
    padding: 10px 0;
    border-bottom: 1px solid #fff; }
  section.vehicle dl.spec dt {
    width: 80px;
    font-weight: 700;
    border-right: 1px solid #9DA3A7; }
  section.vehicle dl.spec dd {
    flex: calc(100% - 80px);
    padding-left: 20px; }

section.caution {
  display: flex;
  flex-wrap: wrap;
  padding: 110px 0 130px;
  gap: 50px; }
  section.caution p {
    font-size: 20px;
    font-weight: 700;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  section.caution .list {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px; }
    section.caution .list li {
      display: flex; }
      section.caution .list li:before {
        content: '●';
        display: block;
        color: #3065BB;
        margin-right: 10px;
        font-size: 10px;
        flex-shrink: 0; }

.discount-list {
  display: flex;
  flex-wrap: wrap;
  margin: 55px 0 120px; }
  .discount-list.mincho {
    font-family: "Shippori Mincho", serif; }
  .discount-list li {
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
    line-height: 1.5;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 20px 0;
    justify-content: start; }
    @media (min-width: 1001px) {
      .discount-list li {
        padding: 30px 0; } }
    .discount-list li .ttl {
      font-family: "Shippori Mincho", serif; }
    @media (min-width: 1001px) {
      .discount-list li {
        padding: 0 30px;
        flex: 1;
        font-size: 26px; } }
    @media (min-width: 1001px) {
      .discount-list li:not(:last-child) {
        border-right: 1px solid #DDDDDD; } }
    @media (max-width: 1000px) {
      .discount-list li:not(:last-child) {
        border-bottom: 1px solid #DDDDDD; } }
    .discount-list li .old {
      padding: 5px 0;
      border-top: 1px solid #707070;
      border-bottom: 1px solid #707070;
      font-size: 18px; }
      @media (min-width: 1001px) {
        .discount-list li .old {
          margin-right: 10px; } }
      @media (max-width: 1000px) {
        .discount-list li .old {
          margin: 10px 5px 0 0;
          display: inline-block; } }
    .discount-list li a {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 18px;
      align-items: center;
      font-family: "Noto Sans JP", sans-serif;
      transition: .3s all; }
      .discount-list li a span {
        border-bottom: 1px solid #707070;
        padding-bottom: 5px; }
      .discount-list li a:hover {
        opacity: .6; }
      .discount-list li a:after {
        content: '';
        display: block;
        background-image: url(../img/blue-arrow_btm.png);
        background-size: cover;
        width: 39px;
        height: 39px; }

section.card {
  padding-bottom: 60px; }
  @media (min-width: 1001px) {
    section.card {
      padding-bottom: 130px; } }
  @media (max-width: 1000px) {
    section.card {
      background-color: #ECEFF5;
      margin: 0 calc(50% - 50vw) 100px;
      padding: 0 calc(50vw - 50%) 60px;
      width: 100vw; } }
  section.card .container {
    padding: 60px 0;
    background-color: #ECEFF5;
    position: relative; }
    @media (max-width: 1000px) {
      section.card .container {
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%) 30px;
        width: 100vw; } }
    @media (min-width: 1001px) {
      section.card .container {
        margin-left: calc(50% - 50vw);
        margin-right: auto;
        padding-left: calc(50vw - 50%);
        padding-right: auto;
        width: auto; } }
    section.card .container:after {
      position: absolute;
      content: '';
      display: block;
      background-color: #fff;
      right: 0;
      top: 0;
      width: 100%;
      height: 20%;
      z-index: 0; }
      @media (min-width: 1001px) {
        section.card .container:after {
          width: 5%;
          height: 100%; } }
  section.card .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    position: relative;
    z-index: 10;
    align-items: center; }
    @media (max-width: 1000px) {
      section.card .wrap {
        gap: 40px;
        flex-direction: column-reverse; } }
    section.card .wrap .text {
      flex: 1; }
      section.card .wrap .text h2 {
        font-size: 16px;
        margin-bottom: 25px; }
        @media (min-width: 1001px) {
          section.card .wrap .text h2 {
            font-size: 24px; } }
        section.card .wrap .text h2 span {
          color: #3065BB;
          display: block;
          font-family: "Shippori Mincho", serif;
          font-size: 24px; }
          @media (min-width: 1001px) {
            section.card .wrap .text h2 span {
              font-size: 32px;
              margin-top: 24px; } }
    section.card .wrap img {
      width: 100%; }
      @media (min-width: 1001px) {
        section.card .wrap img {
          width: 40%; } }
  section.card .discount-list {
    margin-bottom: 0px; }
    @media (max-width: 1000px) {
      section.card .discount-list {
        background-color: #fff;
        padding: 0px 20px;
        margin-top: 20px; } }
    section.card .discount-list li {
      font-size: 16px; }
      @media (max-width: 1000px) {
        section.card .discount-list li {
          gap: 5px;
          flex-direction: row;
          padding: 30px 0; } }
      section.card .discount-list li img {
        width: 85px;
        height: 85px; }
        @media (min-width: 1001px) {
          section.card .discount-list li img {
            width: 115px;
            height: 115px; } }
      section.card .discount-list li .ttl {
        font-size: 18px;
        text-align: center; }
        @media (max-width: 1000px) {
          section.card .discount-list li .ttl {
            flex: 1;
            font-size: 16px; } }

section.apply {
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 100px;
  width: 100vw; }
  @media (min-width: 1001px) {
    section.apply {
      text-align: center;
      padding: 100px 0 200px;
      border-top: 1px solid #DEDEDE; } }
  section.apply .list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    gap: 65px;
    justify-content: center;
    margin-top: 40px; }
    @media (min-width: 1001px) {
      section.apply .list {
        margin-top: 75px; } }
    section.apply .list img {
      width: 100%;
      transition: .3s all; }
      section.apply .list img:hover {
        opacity: .6; }
      @media (min-width: 1001px) {
        section.apply .list img {
          width: 375px; } }

/* App
======================================== */
section.app_sub {
  text-align: center;
  padding: 100px 0; }

section.setsumei {
  padding-top: 0px; }
  section.setsumei .wrap {
    gap: 30px; }
    @media (max-width: 1000px) {
      section.setsumei .wrap {
        flex-direction: column-reverse; } }
  section.setsumei h2 {
    color: #3065BB;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Shippori Mincho", serif;
    line-height: 1.5; }
    @media (max-width: 1000px) {
      section.setsumei h2 {
        font-size: 24px;
        display: flex; }
        section.setsumei h2:before {
          content: '';
          display: block;
          background-image: url(../img/icon-app.png);
          background-size: cover;
          width: 100px;
          height: 100px;
          flex-shrink: 0;
          margin-right: 10px;
          flex-shrink: 0; } }
  section.setsumei .icon {
    display: flex;
    align-items: center;
    gap: 10px; }
    @media (min-width: 1001px) {
      section.setsumei .icon:before {
        content: '';
        display: block;
        background-image: url(../img/icon-app.png);
        background-size: cover;
        width: 100px;
        height: 100px;
        flex-shrink: 0;
        margin-right: 10px; } }

section.how-to-use .accordion {
  cursor: pointer;
  width: 100%;
  transition: 0.4s;
  margin: 50px auto 50px;
  display: block;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #333; }
  section.how-to-use .accordion img {
    width: 50px;
    margin-left: 40px; }
  section.how-to-use .accordion:hover {
    opacity: .6; }
  section.how-to-use .accordion.active + .panel {
    opacity: 1;
    display: flex;
    position: relative;
    height: auto; }
section.how-to-use .panel {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 80px;
  transition: .3s all;
  opacity: 0;
  height: 0;
  overflow: hidden; }
  section.how-to-use .panel .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1000px) {
      section.how-to-use .panel .wrap {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center; } }
    section.how-to-use .panel .wrap img {
      width: 80%; }
      @media (max-width: 1000px) {
        section.how-to-use .panel .wrap img {
          margin: 0 auto 0; } }
      @media (min-width: 1001px) {
        section.how-to-use .panel .wrap img {
          width: 30%; } }
    @media (min-width: 1001px) {
      section.how-to-use .panel .wrap:nth-child(even) {
        flex-direction: row-reverse; }
        section.how-to-use .panel .wrap:nth-child(even) .text {
          padding-left: 50px; } }
  section.how-to-use .panel .text {
    display: flex;
    flex: 1;
    gap: 30px; }
    @media (min-width: 1001px) {
      section.how-to-use .panel .text {
        overflow: hidden; } }
    section.how-to-use .panel .text a {
      text-decoration: underline; }
    @media (min-width: 1001px) {
      section.how-to-use .panel .text {
        padding-right: 15px; }
        section.how-to-use .panel .text:before {
          display: block;
          font-family: "Almarai", sans-serif;
          flex-shrink: 0;
          color: #ACC1E4;
          font-size: 75px;
          line-height: 1; } }
    section.how-to-use .panel .text .ttl {
      font-family: "Shippori Mincho", serif;
      color: #3065BB;
      width: 100%;
      display: block;
      font-size: 24px;
      line-height: 1;
      padding-top: 25px;
      overflow: hidden; }
      @media (max-width: 1000px) {
        section.how-to-use .panel .text .ttl {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          section.how-to-use .panel .text .ttl:before {
            display: block;
            font-family: "Almarai", sans-serif;
            flex-shrink: 0;
            color: #ACC1E4;
            font-size: 45px;
            line-height: 1;
            margin-right: 10px; } }
      section.how-to-use .panel .text .ttl:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ccc;
        margin: 20px 0; }
        @media (min-width: 1001px) {
          section.how-to-use .panel .text .ttl:after {
            padding: 0 calc(50vw - 50%);
            width: 100vw;
            margin: 60px calc(50% - 50vw) 40px; } }
    section.how-to-use .panel .text ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      margin: 25px 0; }
      section.how-to-use .panel .text ul li {
        display: flex;
        gap: 5px; }
        section.how-to-use .panel .text ul li span.btn {
          vertical-align: text-top; }
          section.how-to-use .panel .text ul li span.btn:before {
            content: '';
            display: inline-block;
            background-image: url(../img/icon-appbtn.jpg);
            background-size: cover;
            width: 20px;
            height: 20px;
            vertical-align: text-top; }
        section.how-to-use .panel .text ul li:before {
          content: '';
          display: block;
          flex-shrink: 0;
          color: #3065BB; }
        section.how-to-use .panel .text ul li:nth-child(1):before {
          content: '①'; }
        section.how-to-use .panel .text ul li:nth-child(2):before {
          content: '②'; }
        section.how-to-use .panel .text ul li:nth-child(3):before {
          content: '③'; }
    @media (min-width: 1001px) {
      section.how-to-use .panel .text.one:before {
        content: '01'; } }
    @media (max-width: 1000px) {
      section.how-to-use .panel .text.one .ttl:before {
        content: '01'; } }
    @media (min-width: 1001px) {
      section.how-to-use .panel .text.two:before {
        content: '02'; } }
    @media (max-width: 1000px) {
      section.how-to-use .panel .text.two .ttl:before {
        content: '02'; } }
    @media (min-width: 1001px) {
      section.how-to-use .panel .text.three:before {
        content: '03'; } }
    @media (max-width: 1000px) {
      section.how-to-use .panel .text.three .ttl:before {
        content: '03'; } }
    @media (min-width: 1001px) {
      section.how-to-use .panel .text.four:before {
        content: '04'; } }
    @media (max-width: 1000px) {
      section.how-to-use .panel .text.four .ttl:before {
        content: '04'; } }
    @media (min-width: 1001px) {
      section.how-to-use .panel .text.five:before {
        content: '05'; } }
    @media (max-width: 1000px) {
      section.how-to-use .panel .text.five .ttl:before {
        content: '05'; } }

@media (min-width: 1001px) {
  section.taxi-stand {
    padding-top: 100px; } }
section.taxi-stand .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  background-color: #ECEFF5;
  align-items: start;
  position: relative;
  margin-top: 100px; }
  @media (min-width: 1001px) {
    section.taxi-stand .wrap {
      margin-left: calc(50% - 50vw);
      padding-left: calc(50vw - 50%);
      width: auto; } }
  @media (max-width: 1000px) {
    section.taxi-stand .wrap {
      gap: 20px;
      flex-direction: column-reverse;
      margin: 40px calc(50% - 50vw) 0;
      padding: 0 calc(50vw - 50%);
      width: 100vw;
      position: relative; }
      section.taxi-stand .wrap:before {
        content: '';
        position: absolute;
        display: block;
        background-color: #fff;
        background-size: cover;
        width: 100%;
        height: 20%;
        top: 0;
        left: 0; } }
  @media (min-width: 1001px) {
    section.taxi-stand .wrap .text {
      flex: 1;
      padding-top: 100px; } }
  @media (max-width: 1000px) {
    section.taxi-stand .wrap .text .ttl-basic {
      font-size: 26px; } }
  section.taxi-stand .wrap img {
    width: 100%;
    position: relative; }
    @media (min-width: 1001px) {
      section.taxi-stand .wrap img {
        width: 60%;
        top: -30px;
        right: -30px; } }

section.senyou {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.senyou {
      padding: 100px 0; } }

section.company_sub {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.company_sub {
      padding: 100px 0; } }
  section.company_sub dl {
    border-top: 1px solid #ddd; }
    section.company_sub dl .row {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #ddd; }
      section.company_sub dl .row dt, section.company_sub dl .row dd {
        padding: 20px 20px; }
      section.company_sub dl .row dt {
        width: 150px;
        border-right: 3px solid #ddd; }
        @media (min-width: 1001px) {
          section.company_sub dl .row dt {
            width: 200px; } }
      section.company_sub dl .row dd {
        flex: 1; }

section.greeting {
  background-color: #ECEFF5;
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 90px;
  width: 100vw;
  position: relative; }
  @media (max-width: 1000px) {
    section.greeting {
      padding: 80px calc(50vw - 50%) 55px; }
      section.greeting:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        top: 0;
        left: 0;
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
        width: 100vw;
        height: 10%; } }
  section.greeting .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    position: relative; }
    @media (max-width: 1000px) {
      section.greeting .wrap {
        flex-direction: column-reverse; } }
    section.greeting .wrap .text {
      background-color: #fff;
      width: fit-content;
      padding: 50px;
      padding-right: 100px; }
      @media (max-width: 1000px) {
        section.greeting .wrap .text {
          padding: 50px 30px;
          top: -100px;
          z-index: 200;
          margin-bottom: -100px;
          position: relative;
          background-color: rgba(255, 255, 255, 0.6); } }
      @media (max-width: 1000px) {
        section.greeting .wrap .text .ttl-basic.blue {
          font-size: 26px; } }
    section.greeting .wrap img {
      width: 90%;
      position: relative; }
      @media (max-width: 1000px) {
        section.greeting .wrap img {
          top: 0;
          right: 0;
          margin-right: calc(50% - 50vw);
          margin-left: auto; } }
      @media (min-width: 1001px) {
        section.greeting .wrap img {
          position: absolute;
          width: 40%;
          right: -50px;
          bottom: -50px; } }

section.base {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.base {
      padding: 100px 0; } }
  section.base .base-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Shippori Mincho", serif;
    color: #3065BB; }
    @media (min-width: 1001px) {
      section.base .base-name {
        margin-bottom: 20px;
        font-size: 24px; } }
  section.base .access-ttl {
    font-size: 12px;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin: 10px 0 5px; }
    @media (min-width: 1001px) {
      section.base .access-ttl {
        font-size: 14px;
        margin: 30px 0 10px; } }
  section.base ul.access-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    section.base ul.access-list li {
      padding: 40px 0;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 1000px) {
        section.base ul.access-list li {
          font-size: 14px; } }
      @media (min-width: 1001px) {
        section.base ul.access-list li {
          padding: 50px 0; } }
      section.base ul.access-list li.main-office {
        flex-direction: column;
        padding-top: 0px; }
        @media (max-width: 1000px) {
          section.base ul.access-list li.main-office .text {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse; } }
        section.base ul.access-list li.main-office iframe {
          width: 100%;
          height: 400px;
          display: block; }
          @media (min-width: 1001px) {
            section.base ul.access-list li.main-office iframe {
              margin-bottom: 30px; } }
      section.base ul.access-list li .text {
        flex: 1; }
      section.base ul.access-list li .access-ttl {
        border: 1px solid #333; }
      section.base ul.access-list li:not(:last-child) {
        border-bottom: 1px solid #ddd; }
    section.base ul.access-list iframe {
      width: 468px;
      height: 345px; }
      @media (max-width: 1000px) {
        section.base ul.access-list iframe {
          margin-top: 20px;
          display: block;
          width: 100%;
          height: 214px !important; } }

section.safety {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.safety {
      padding: 100px 0; } }
  section.safety .ttl-high {
    margin-bottom: 60px; }
    @media (min-width: 1001px) {
      section.safety .ttl-high {
        margin-bottom: 120px; } }
  section.safety .safety-list {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (max-width: 1000px) {
      section.safety .safety-list h3 {
        text-align: center; } }
    section.safety .safety-list li.item {
      position: relative;
      padding: 50px 0; }
      @media (min-width: 1001px) {
        section.safety .safety-list li.item:before {
          position: absolute;
          z-index: -5;
          content: '';
          display: block;
          margin-left: calc(50% - 50vw);
          padding-left: calc(50vw - 50%);
          width: 120%;
          background-color: #ECEFF5;
          height: 40%;
          top: 0;
          left: 0; } }
      section.safety .safety-list li.item h3 {
        font-size: 24px;
        font-family: "Shippori Mincho", serif;
        color: #3065BB;
        margin-bottom: 30px;
        font-weight: 700; }
        @media (max-width: 1000px) {
          section.safety .safety-list li.item h3 + p {
            text-align: center;
            font-size: 14px; } }
      @media (max-width: 1000px) {
        section.safety .safety-list li.item.bg {
          background-color: #ECEFF5;
          margin: 0 calc(50% - 50vw);
          padding: 40px calc(50vw - 50%);
          width: 100vw; } }
    section.safety .safety-list .details-list {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      margin-top: 30px; }
      section.safety .safety-list .details-list li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px; }
        @media (min-width: 1001px) {
          section.safety .safety-list .details-list li {
            width: calc((100% - 40px * 2) / 3); } }
        section.safety .safety-list .details-list li h4 {
          font-size: 18px;
          font-weight: 700; }

section.transport-safety {
  padding: 60px 0;
  padding-top: 0 !important; }
  @media (min-width: 1001px) {
    section.transport-safety {
      padding: 100px 0; } }
  @media (max-width: 1000px) {
    section.transport-safety .ttl-basic {
      font-size: 20px !important; } }
  section.transport-safety dl {
    margin-top: 50px; }
    section.transport-safety dl .row {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #ddd; }
      @media (max-width: 1000px) {
        section.transport-safety dl .row {
          padding: 20px 0; } }
      section.transport-safety dl .row.bt {
        border-top: 1px solid #ddd; }
      section.transport-safety dl .row dt {
        width: 100%;
        padding: 0;
        font-weight: 600; }
        @media (min-width: 1001px) {
          section.transport-safety dl .row dt {
            width: 290px;
            padding: 20px 0; } }
      section.transport-safety dl .row dd {
        flex: 1;
        padding: 20px 0 0; }
        @media (min-width: 1001px) {
          section.transport-safety dl .row dd {
            padding: 20px 30px; } }
      section.transport-safety dl .row ol {
        display: flex;
        flex-wrap: wrap; }
        section.transport-safety dl .row ol li {
          display: flex;
          list-style-type: none;
          counter-increment: cnt; }
          section.transport-safety dl .row ol li:before {
            flex-shrink: 0;
            content: "(" counter(cnt) ")"; }
      section.transport-safety dl .row.goal ol {
        display: flex;
        flex-wrap: wrap; }
        section.transport-safety dl .row.goal ol li {
          display: flex; }
          section.transport-safety dl .row.goal ol li:before {
            flex-shrink: 0;
            content: "目標" counter(cnt) "　"; }

@media (max-width: 1000px) {
  .covid {
    font-size: 24px !important;
    margin-top: 30px; } }

section.contact {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.contact {
      padding: 100px 0; } }
  section.contact .heading {
    text-align: center; }
  section.contact .flow {
    margin: 70px auto;
    width: 760px; }
    @media (min-width: 1001px) {
      section.contact .flow {
        margin: 150px auto 120px; } }

section.confirm .privacy {
  display: none !important; }
section.confirm .mailconfirm {
  display: none !important; }
section.confirm .notes {
  display: none !important; }
section.confirm .mw_wp_form dl .row {
  align-items: center; }

.mw_wp_form {
  width: 100% !important; }
  .mw_wp_form dl {
    width: 100% !important;
    /* ---  チェックボタン --- */
    /* --- ラジオボタン --- */
    /* --- プルダウン --- */
    /* --- プライバシーポリシー --- */ }
    .mw_wp_form dl .row {
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      justify-content: space-between;
      padding: 20px 0; }
      @media (min-width: 1001px) {
        .mw_wp_form dl .row {
          padding: 30px 15px; } }
      .mw_wp_form dl .row:not(:first-child) {
        border-top: 1px solid #ccc; }
    .mw_wp_form dl dt {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-bottom: 10px;
      font-weight: 700; }
      @media (min-width: 1001px) {
        .mw_wp_form dl dt {
          padding: 10px 10px;
          width: 28%;
          margin-bottom: 0px; } }
    .mw_wp_form dl .required {
      display: block;
      background-color: #E5F2FF;
      font-size: 12px;
      padding: 5px 10px;
      width: fit-content;
      margin-left: 15px;
      font-weight: normal;
      line-height: 1; }
      .mw_wp_form dl .required:before {
        content: '必須';
        display: inline-block; }
    .mw_wp_form dl dd {
      width: 100%; }
      @media (min-width: 1001px) {
        .mw_wp_form dl dd {
          width: 70%; } }
      .mw_wp_form dl dd .notes {
        display: block;
        font-size: 14px;
        margin-top: 10px; }
      .mw_wp_form dl dd input[type="text"] {
        width: 100% !important;
        background-color: #fff;
        padding: 10px 10px;
        border: 1px solid #ccc; }
        @media (min-width: 1001px) {
          .mw_wp_form dl dd input[type="text"] {
            width: 500px !important; } }
      .mw_wp_form dl dd textarea {
        width: 100% !important;
        background-color: #fff;
        padding: 10px 10px;
        border: 1px solid #ccc; }
      .mw_wp_form dl dd textarea[name="content"] {
        width: 100% !important; }
    .mw_wp_form dl .check {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 30px;
      padding: 10px 10px;
      padding-left: 0px; }
      @media (min-width: 1001px) {
        .mw_wp_form dl .check {
          padding: 30px 15px; } }
      .mw_wp_form dl .check .mwform-checkbox-field {
        width: fit-content;
        margin-left: 0 !important; }
        .mw_wp_form dl .check .mwform-checkbox-field input {
          display: none; }
        .mw_wp_form dl .check .mwform-checkbox-field label {
          display: inline-block; }
      .mw_wp_form dl .check .mwform-checkbox-field-text {
        padding-left: 2em;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        cursor: pointer; }
        .mw_wp_form dl .check .mwform-checkbox-field-text:after, .mw_wp_form dl .check .mwform-checkbox-field-text:before {
          content: '';
          display: block;
          position: absolute;
          border: 1px solid #AAAAAA;
          width: 20px;
          height: 20px;
          left: 0;
          padding: 0 !important;
          background-color: #fff;
          padding: 10px 10px;
          border: 1px solid #ccc; }
        .mw_wp_form dl .check .mwform-checkbox-field-text:after {
          opacity: 0;
          width: 10px;
          height: 10px;
          background: #3065BB;
          border: none;
          left: 5px;
          border-radius: 1px; }
      .mw_wp_form dl .check input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
        opacity: 1; }
    .mw_wp_form dl dd.radio {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 30px;
      padding: 10px 0px; }
      .mw_wp_form dl dd.radio .mwform-radio-field {
        width: fit-content;
        margin-left: 0 !important; }
        .mw_wp_form dl dd.radio .mwform-radio-field input {
          display: none; }
        .mw_wp_form dl dd.radio .mwform-radio-field label {
          display: inline-block; }
      .mw_wp_form dl dd.radio .mwform-radio-field-text {
        padding-left: 2em;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        cursor: pointer; }
        .mw_wp_form dl dd.radio .mwform-radio-field-text:after, .mw_wp_form dl dd.radio .mwform-radio-field-text:before {
          content: '';
          display: block;
          position: absolute;
          border: 1px solid #3065BB;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          left: 0; }
        .mw_wp_form dl dd.radio .mwform-radio-field-text:after {
          opacity: 0;
          width: 10px;
          height: 10px;
          background: #3065BB;
          border: none;
          left: 5px; }
      .mw_wp_form dl dd.radio input[type=radio]:checked + .mwform-radio-field-text:after {
        opacity: 1; }
    .mw_wp_form dl select {
      background-color: #fff;
      padding: 10px 10px;
      border: 1px solid #ccc;
      width: 100%;
      -webkit-appearance: auto; }
    .mw_wp_form dl .row.privacy {
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .mw_wp_form dl .row.privacy iframe {
        width: 845px;
        max-width: 100%;
        height: 165px;
        margin: 20px auto 20px;
        background-color: #fff;
        padding: 10px 10px;
        border: 1px solid #ccc; }
      .mw_wp_form dl .row.privacy p {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
      @media (min-width: 1001px) {
        .mw_wp_form dl .row.privacy {
          flex-direction: row; } }
      @media (min-width: 1001px) {
        .mw_wp_form dl .row.privacy input {
          margin-left: 40px; } }
  .mw_wp_form .btn-chevron {
    margin-left: auto;
    margin-right: auto; }

section.privacy {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.privacy {
      padding: 100px 0; } }
  section.privacy .row {
    align-items: center; }
  section.privacy .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 35px; }
    @media (min-width: 1001px) {
      section.privacy .list {
        gap: 65px; } }
    section.privacy .list li h2 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-size: 22px;
      font-family: "Shippori Mincho", serif;
      margin-bottom: 20px; }
      @media (min-width: 1001px) {
        section.privacy .list li h2 {
          font-size: 26px; } }
      section.privacy .list li h2 span {
        font-family: "Almarai", sans-serif;
        flex-direction: column;
        color: #ACC1E4;
        margin-right: 10px;
        font-size: 22px;
        padding-top: 0.8%; }
        @media (min-width: 1001px) {
          section.privacy .list li h2 span {
            font-size: 30px; } }
    @media (min-width: 1001px) {
      section.privacy .list li:nth-child(n + 2) {
        width: 80%; } }
    section.privacy .list li a {
      text-decoration: underline; }

@media (max-width: 1000px) {
  section.senyou {
    background-color: #ECEFF5;
    margin: 0 calc(50% - 50vw);
    padding: 40px calc(50vw - 50%) 80px;
    width: 100vw; } }
section.senyou .list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
  width: 100%; }
  section.senyou .list li {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #DEDEDE;
    align-items: start;
    font-size: 14px; }
    @media (min-width: 1001px) {
      section.senyou .list li {
        font-size: 16px;
        width: calc((100% - 50px * 1) / 2); } }
    section.senyou .list li .name {
      padding-top: 30px; }
    section.senyou .list li a {
      border-bottom: 1px solid #3065BB;
      font-size: 10px;
      display: flex;
      gap: 10px;
      align-items: center;
      color: #3065BB;
      width: 100%;
      justify-content: right; }
      @media (max-width: 1000px) {
        section.senyou .list li a {
          font-size: 10px; } }
      section.senyou .list li a:after {
        content: '';
        display: block;
        background-image: url(../img/icon-chevron.png);
        background-size: cover;
        width: 20px;
        height: 20px; }
    section.senyou .list li .tag {
      border: 1px solid #DEDEDE;
      display: inline-block;
      font-size: 14px;
      margin-right: 10px;
      padding: 2px 5px; }
section.senyou .panel {
  transition: .3s all;
  opacity: 0;
  height: 0;
  overflow: hidden; }

.ttl-ride {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  background-color: #fff;
  transition: .3s all; }
  @media (max-width: 1000px) {
    .ttl-ride {
      font-size: 18px;
      padding: 18px 10px; } }
  .ttl-ride.top {
    margin-top: 90px !important; }
    @media (min-width: 1001px) {
      .ttl-ride.top {
        margin-top: 170px !important; } }
  .ttl-ride:after {
    content: '呼び出し電話不要';
    display: block;
    font-size: 16px;
    margin-top: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    color: #646464; }
    @media (min-width: 1001px) {
      .ttl-ride:after {
        margin-left: auto; } }
  .ttl-ride.plus {
    margin-top: 12px;
    cursor: pointer; }
    @media (min-width: 1001px) {
      .ttl-ride.plus {
        margin-top: 90px; } }
    .ttl-ride.plus span {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 30px; }
      .ttl-ride.plus span:after {
        content: '';
        display: block;
        background-image: url("../img/icon-plus.jpg");
        background-size: cover;
        width: 32px;
        height: 32px; }
        @media (min-width: 1001px) {
          .ttl-ride.plus span:after {
            width: 42px;
            height: 42px; } }
    .ttl-ride.plus:after {
      content: '無料でタクシーを呼べる専用電話設置'; }
    .ttl-ride.plus:hover {
      opacity: .6; }
    .ttl-ride.plus.active + .panel {
      opacity: 1;
      display: flex;
      position: relative;
      height: auto;
      padding: 60px 0 70px; }
      @media (min-width: 1001px) {
        .ttl-ride.plus.active + .panel {
          padding: 60px 0 0; } }

section.news-archive {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.news-archive {
      padding: 100px 0; } }

ul.archive-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  ul.archive-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: start; }
    @media (min-width: 1001px) {
      ul.archive-list li {
        gap: 30px; } }
    ul.archive-list li .text {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 20px;
      flex: 1; }
      ul.archive-list li .text .text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
    ul.archive-list li img {
      display: none;
      width: 100%;
      height: 100%;
      aspect-ratio: 4/3;
      object-fit: cover; }
      @media (min-width: 1001px) {
        ul.archive-list li img {
          width: 30%;
          display: block; } }
    ul.archive-list li .cat {
      color: #C7C8CB;
      font-size: 12px;
      border: 1px solid #C7C8CB;
      padding: 5px;
      line-height: 1;
      margin-left: 10px; }
    ul.archive-list li .ttl {
      font-family: "Shippori Mincho", serif;
      display: block;
      font-size: 28px;
      font-weight: 700; }
    ul.archive-list li .day {
      color: #3065BB;
      font-size: 14px;
      font-weight: 700; }
    ul.archive-list li:after {
      content: '';
      display: block;
      background-color: #ccc;
      width: 100%;
      height: 1px;
      margin: 20px 0; }
    ul.archive-list li .btn-chevron {
      margin-left: auto; }
      @media (max-width: 1000px) {
        ul.archive-list li .btn-chevron {
          margin-top: 0px; } }

/* Single
======================================== */
section.news-single {
  padding: 60px 0; }
  @media (min-width: 1001px) {
    section.news-single {
      padding: 100px 0; } }
  section.news-single .cat {
    color: #C7C8CB;
    font-size: 12px;
    border: 1px solid #C7C8CB;
    padding: 5px;
    line-height: 1;
    margin-left: 10px; }
  section.news-single .ttl {
    font-size: 20px;
    display: block;
    margin: 10px 0 30px;
    font-family: "Shippori Mincho", serif; }
    @media (min-width: 1001px) {
      section.news-single .ttl {
        font-size: 32px; } }
  section.news-single .day {
    color: #3065BB;
    font-size: 14px;
    font-weight: 700; }
  section.news-single h1, section.news-single h2, section.news-single h3, section.news-single h4, section.news-single h5 {
    margin-bottom: 20px; }
    @media (min-width: 1001px) {
      section.news-single h1, section.news-single h2, section.news-single h3, section.news-single h4, section.news-single h5 {
        margin-bottom: 30px; } }
  section.news-single h1 {
    font-size: 20px;
    font-family: "Shippori Mincho", serif; }
    @media (min-width: 1001px) {
      section.news-single h1 {
        font-size: 32px; } }
  section.news-single h2 {
    font-size: 20px;
    font-family: "Shippori Mincho", serif; }
    @media (min-width: 1001px) {
      section.news-single h2 {
        font-size: 32px; } }
  section.news-single h3 {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    background-color: #EDEFF4;
    padding: 5px 10px; }
    @media (min-width: 1001px) {
      section.news-single h3 {
        font-size: 24px; } }
  section.news-single h4 {
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    color: #3065BB; }
    @media (min-width: 1001px) {
      section.news-single h4 {
        font-size: 20px; } }
  section.news-single h5 {
    font-size: 14px;
    font-family: "Shippori Mincho", serif; }
    @media (min-width: 1001px) {
      section.news-single h5 {
        font-size: 18px; } }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
  width: fit-content;
  margin: 60px auto 0; }
  @media (max-width: 1000px) {
    .page-nav {
      width: 100%; } }
  @media (min-width: 1001px) {
    .page-nav {
      gap: 80px;
      margin-top: 80px; } }
  .page-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s all;
    width: fit-content;
    font-size: 14px; }
    .page-nav a:hover span {
      border-bottom: 1px solid #3065BB;
      transition: all 0.3s ease 0s; }
    @media (max-width: 1000px) {
      .page-nav a {
        max-width: calc((100% - 30px * 1) / 2); } }
    .page-nav a span {
      border-bottom: 1px solid #DEDEDE;
      padding-bottom: 5px;
      font-size: 14px; }
    .page-nav a.prev:before {
      content: '';
      display: block;
      background-image: url(../img/icon-chevron.png);
      background-size: cover;
      width: 20px;
      min-width: 20px;
      height: 20px;
      transform: scale(-1, 1); }
      @media (min-width: 1001px) {
        .page-nav a.prev:before {
          width: 40px;
          min-width: 40px;
          height: 40px; } }
    .page-nav a.next:after {
      content: '';
      display: block;
      background-image: url(../img/icon-chevron.png);
      background-size: cover;
      width: 20px;
      min-width: 20px;
      height: 20px; }
      @media (min-width: 1001px) {
        .page-nav a.next:after {
          width: 40px;
          min-width: 40px;
          height: 40px; } }

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1001px) {
      .pagination ul {
        gap: 60px; } }
    @media (max-width: 1000px) {
      .pagination ul {
        justify-content: space-between;
        width: 100%; } }
    @media (max-width: 1000px) {
      .pagination ul li.btn-chevron:after, .pagination ul li.btn-chevron:before {
        width: 35px;
        height: 35px; } }
