@charset "UTF-8";
/*---------- Foundation ----------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol,
li {
  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 */
  border-top-width: 1px;
  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: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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] {
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* カラー */
/*-------- レスポンシブサイズ (pc=940px) --------*/
/* Screen Width: 940px */
/*------- レスポンシブサイズ (sp=375px) -------*/
/*---------- font-weight ----------*/
@font-face {
  font-family: "higureGothic";
  src: url("/wp-content/themes/nag_bus-taxi/fonts/HigureGothic-Bold.ttf") format("truetype");
}
/* ブレイクポイント関連 */
/* start font */
/* end font */
/* アニメーション用 */
/* レイアウト用 */
body {
  position: relative;
  font-weight: 400;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(to right, rgba(174, 145, 229, 0.17), rgba(149, 180, 228, 0.17), rgba(188, 233, 233, 0.17), rgba(170, 225, 223, 0.17), rgba(168, 231, 194, 0.17), rgba(228, 234, 150, 0.17));
}

img {
  max-width: 100%;
  height: auto;
}

.md {
  display: block;
}
@media (max-width: 599px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none !important;
}
@media (max-width: 599px) {
  .sm {
    display: block !important;
  }
}

.c-btn__rightArrow {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3829787234vw 5vw;
  font-size: 1.7021276596vw;
  color: #287199;
  background-color: #ffffff;
  border: 1px solid #287199;
  border-radius: 2.6595744681vw;
}
.c-btn__rightArrow:hover {
  text-decoration: none;
}
@media (min-width: 941px) {
  .c-btn__rightArrow {
    padding: 13px 47px;
    font-size: 16px;
    border-radius: 25px;
  }
}
@media (max-width: 599px) {
  .c-btn__rightArrow {
    padding: 3.46666vw 10.66666vw;
    font-size: 4.26666vw;
    border-radius: 6.667vw;
  }
}
.c-btn__rightArrow::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  content: "";
  position: absolute;
  right: 1.5957446809vw;
  bottom: 50%;
  transform: translateY(50%);
  width: 0.9574468085vw;
  height: 1.7021276596vw;
  background-image: url(/img/icon/btn__rightArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 941px) {
  .c-btn__rightArrow::after {
    right: 15px;
    width: 9px;
    height: 16px;
  }
}
@media (max-width: 599px) {
  .c-btn__rightArrow::after {
    right: 4vw;
    width: 2.4vw;
    height: 4.26666vw;
  }
}
.c-btn__rightArrow:hover::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1.0638297872vw;
}
@media (min-width: 941px) {
  .c-btn__rightArrow:hover::after {
    right: 10px;
  }
}
@media (max-width: 599px) {
  .c-btn__rightArrow:hover::after {
    right: 2.6666666667vw;
  }
}

.c-btn__leftArrow {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.3829787234vw 5vw;
  font-size: 1.7021276596vw;
  color: #287199;
  background-color: #ffffff;
  border: 1px solid #287199;
  border-radius: 2.6595744681vw;
}
.c-btn__leftArrow:hover {
  text-decoration: none;
}
@media (min-width: 941px) {
  .c-btn__leftArrow {
    padding: 13px 47px;
    font-size: 16px;
    border-radius: 25px;
  }
}
@media (max-width: 599px) {
  .c-btn__leftArrow {
    padding: 3.46666vw 10.933vw;
    font-size: 4.26666vw;
    border-radius: 6.667vw;
  }
}
.c-btn__leftArrow::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  content: "";
  position: absolute;
  left: 1.5957446809vw;
  bottom: 50%;
  transform: translateY(50%);
  width: 0.9574468085vw;
  height: 1.7021276596vw;
  background-image: url(/img/icon/btn__leftArrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 941px) {
  .c-btn__leftArrow::after {
    left: 15px;
    width: 9px;
    height: 16px;
  }
}
@media (max-width: 599px) {
  .c-btn__leftArrow::after {
    left: 4vw;
    width: 2.4vw;
    height: 4.26666vw;
  }
}
.c-btn__leftArrow:hover::after {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  left: 1.0638297872vw;
}
@media (min-width: 941px) {
  .c-btn__leftArrow:hover::after {
    left: 10px;
  }
}
@media (max-width: 599px) {
  .c-btn__leftArrow:hover::after {
    left: 2.6666666667vw;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-7-12 19:41:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * ----------------------------------------
 * animation scale-out-center
 * ----------------------------------------
 */
@keyframes scale-out-center {
  0% {
    transform: scale(1);
    opacity: 1;
    @media (max-width: 599px) {
      transform: translateX(50%) scale(10);
    }
  }
  100% {
    transform: scale(0);
    opacity: 1;
    @media (max-width: 599px) {
      transform: translateX(50%) scale(1);
    }
  }
}
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@keyframes jello-vertical {
  0% {
    transform: translateY(-50%) scale3d(1, 1, 1);
  }
  30% {
    transform: translateY(-50%) scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: translateY(-50%) scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: translateY(-50%) scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: translateY(-50%) scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: translateY(-50%) scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: translateY(-50%) scale3d(1, 1, 1);
  }
}
/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-out-fwd-center
 * ----------------------------------------
 */
@keyframes slide-out-fwd-center {
  0% {
    transform: translateZ(1);
    opacity: 1;
  }
  100% {
    transform: translateZ(200vw);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation flip-vertical-right
 * ----------------------------------------
 */
@keyframes flip-vertical-right {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(180deg);
  }
}
/*---------- Layout ----------*/
.l-header {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-right: 1.0638297872vw;
}
@media (min-width: 941px) {
  .l-header {
    padding-right: 90px;
  }
}
@media (max-width: 599px) {
  .l-header {
    position: relative;
    align-items: end;
    padding-right: 5.33333vw;
  }
}
.l-header h1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
.l-header h1 a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 29.7872340426vw;
  padding: 6.170212766vw 5.3191489362vw 6.170212766vw 2.2340425532vw;
  font-size: 1.5957446809vw;
  color: #ffffff;
  background-color: #2877A8;
  border-radius: 0 0 3.1914893617vw 0;
}
@media (min-width: 941px) {
  .l-header h1 a {
    width: 313px;
    padding: 58px 50px 58px 21px;
    font-size: 15px;
    border-radius: 0 0 30px 0;
  }
}
@media (max-width: 599px) {
  .l-header h1 a {
    width: 53.3333vw;
    padding: 6.667vw 3.46666vw;
    font-size: 2.9333333333vw;
    border-radius: 0 0 5.33333vw 0;
  }
}
.l-header h1 a:hover {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transform: scale(1.1);
}
.l-header h1 a img {
  margin-bottom: 0.5319148936vw;
  width: 100%;
}
@media (min-width: 941px) {
  .l-header h1 a img {
    margin-bottom: 5px;
  }
}
@media (max-width: 599px) {
  .l-header h1 a img {
    margin-bottom: 1.3333333333vw;
  }
}
.l-header .pc__wrap {
  display: flex;
  gap: 1.5957446809vw;
  align-items: center;
  margin-top: 3.829787234vw;
}
@media (min-width: 941px) {
  .l-header .pc__wrap {
    margin-top: 36px;
  }
}
@media (max-width: 599px) {
  .l-header .pc__wrap {
    display: none;
  }
}
.l-header .pc__wrap .change-font {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5957446809vw;
  z-index: 100;
}
@media (min-width: 941px) {
  .l-header .pc__wrap .change-font {
    gap: 15px;
  }
}
@media (max-width: 599px) {
  .l-header .pc__wrap .change-font {
    display: none;
  }
}
.l-header .pc__wrap .change-font .heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.914893617vw;
  color: #287199;
}
@media (min-width: 941px) {
  .l-header .pc__wrap .change-font .heading {
    font-size: 18px;
  }
}
.l-header .pc__wrap .change-font .btn__list {
  display: flex;
  gap: 0.5319148936vw;
  align-items: center;
}
@media (min-width: 941px) {
  .l-header .pc__wrap .change-font .btn__list {
    gap: 5px;
  }
}
.l-header .pc__wrap .change-font .btn__list button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5319148936vw 1.0638297872vw;
  font-size: 1.7021276596vw;
  color: #287199;
  background-color: #ffffff;
  border: 1px solid #287199;
  border-bottom: 4px solid #287199;
  border-radius: 0 0 3px 3px;
}
.l-header .pc__wrap .change-font .btn__list button:hover {
  border-bottom: 2px solid #287199;
  border-radius: 0;
}
@media (min-width: 941px) {
  .l-header .pc__wrap .change-font .btn__list button {
    padding: 5px 10px;
    font-size: 16px;
  }
}
.l-header .pc__wrap .change-font .btn__list .is-active {
  color: #ffffff;
  background-color: #287199;
  border-bottom: 1px solid #287199;
  border-radius: 0;
}
.l-header .pc__wrap .change-font .btn__list .is-active:hover {
  border-bottom: 1px solid #287199;
}
.l-header .pc__wrap .l-header__btn {
  z-index: 100;
  padding: 1.3829787234vw 4.5744680851vw;
}
@media (min-width: 941px) {
  .l-header .pc__wrap .l-header__btn {
    padding: 13px 47px;
  }
}
@media (max-width: 599px) {
  .l-header .pc__wrap .l-header__btn {
    display: none;
  }
}
.l-header .sp__contact {
  display: none;
}
@media (max-width: 599px) {
  .l-header .sp__contact {
    transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
    text-decoration: underline;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    font-size: 4vw;
    color: #287199;
    z-index: 100;
  }
  .l-header .sp__contact:hover {
    text-decoration: none;
  }
  .l-header .sp__contact img {
    width: 13.33333vw;
  }
}

.l-footer {
  margin: 5.3191489362vw 0 1.3829787234vw;
}
@media (min-width: 941px) {
  .l-footer {
    margin: 50px 0 13px;
  }
}
@media (max-width: 599px) {
  .l-footer {
    margin: 10.133vw 0 5.33333vw;
  }
}
.l-footer .copyRight {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2765957447vw;
  text-align: center;
  color: #000000;
}
@media (min-width: 941px) {
  .l-footer .copyRight {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  .l-footer .copyRight {
    font-size: 3.2vw;
  }
}

/*---------- Object ----------*/
/*---------- Component ----------*/
/*---------- Project ----------*/
.abs__img {
  position: fixed;
  z-index: -1;
}
@media (max-width: 599px) {
  .abs__img {
    display: none;
  }
}

.abs01 {
  bottom: 5.4255319149vw;
  left: -2.1276595745vw;
  width: 26.5957446809vw;
}
@media (min-width: 941px) {
  .abs01 {
    bottom: 51px;
    left: -20px;
    width: 250px;
  }
}

.abs02 {
  bottom: 9.2553191489vw;
  right: -2.2340425532vw;
  width: 30.6382978723vw;
}
@media (min-width: 941px) {
  .abs02 {
    bottom: 87px;
    right: -21px;
    width: 288px;
  }
}

.singleSec {
  position: relative;
  padding: 150px 1.0638297872vw 0;
}
@media (min-width: 941px) {
  .singleSec {
    padding: 125px 10px 0;
  }
}
@media (max-width: 599px) {
  .singleSec {
    width: 94.66%;
    margin: 9.3333vw auto 0;
    padding: 6.667vw 5.33333vw;
    background: #fff;
    border: 1px solid #3592c5;
    border-radius: 2.6666666667vw;
  }
}
.singleSec .single-wrap {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  padding: 6.3829787234vw 15.9574468085vw 6.3829787234vw;
  background: #ffffff;
  border: 1.5px solid #3492c5;
  border-radius: 2.1276595745vw;
  z-index: 1;
}
@media (min-width: 941px) {
  .singleSec .single-wrap {
    max-width: 940px;
    width: auto;
    padding: 60px 150px 60px;
    border-radius: 20px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: none;
  }
}
.singleSec .single-wrap h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-bottom: 2.1276595745vw;
  font-size: 3.829787234vw;
  line-height: 1.4;
  color: #374f5c;
  border-bottom: 1px solid #3492c5;
}
@media (min-width: 941px) {
  .singleSec .single-wrap h1 {
    padding-bottom: 20px;
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap h1 {
    font-size: 6.933vw;
    line-height: 1.35;
    padding-bottom: 6.667vw;
  }
}
.singleSec .single-wrap .article-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 3.1914893617vw 0;
  padding-bottom: 4.2553191489vw;
  border-bottom: 1px solid #3492c5;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content {
    margin: 30px 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content {
    margin: 6.667vw 0 5.33333vw;
    padding-bottom: 16vw;
  }
}
.singleSec .single-wrap .article-content .thmb {
  margin-bottom: 3.1914893617vw;
  border-radius: 0.5319148936vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .thmb {
    margin-bottom: 30px;
    border-radius: 5px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .thmb {
    margin-bottom: 5.33333vw;
    border-radius: 1.3333333333vw;
  }
}
.singleSec .single-wrap .article-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: 6.3829787234vw 0 2.6595744681vw;
  padding-bottom: 1.0638297872vw;
  font-size: 2.6595744681vw;
  letter-spacing: 0.05em;
  line-height: 1.35;
  color: #374f5c;
  border-bottom: 1px solid #2877A8;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content h2 {
    margin: 60px 0 25px;
    padding-bottom: 10px;
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content h2 {
    margin: 16vw 0 5.33333vw;
    padding-bottom: 4vw;
    font-size: 6.4vw;
  }
}
.singleSec .single-wrap .article-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 4.2553191489vw 0 2.1276595745vw;
  padding-left: 2.1276595745vw;
  font-size: 2.3404255319vw;
  line-height: 1.4;
  color: #374f5c;
  border-left: 0.6382978723vw solid #2877A8;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content h3 {
    margin: 40px 0 20px;
    padding-left: 20px;
    font-size: 22px;
    border-left: 6px solid #2877A8;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content h3 {
    margin: 13.33333vw 0 5.33333vw;
    padding-left: 5.33333vw;
    font-size: 5.6vw;
  }
}
.singleSec .single-wrap .article-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7021276596vw;
  line-height: 1.75;
  color: #444444;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content p {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content p {
    font-size: 4.26666vw;
  }
}
.singleSec .single-wrap .article-content p a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #3366CC;
}
.singleSec .single-wrap .article-content p a:hover {
  text-decoration: underline;
}
.singleSec .single-wrap .article-content .article__inner__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7021276596vw;
  line-height: 1.75;
  color: #444444;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .article__inner__list li {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .article__inner__list li {
    font-size: 4.26666vw;
  }
}
.singleSec .single-wrap .article-content .three__img__anotation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0638297872vw;
  margin: 2.1276595745vw 0;
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .three__img__anotation {
    flex-direction: column;
    justify-content: unset;
    gap: 2.6666666667vw;
    margin: 5.33333vw 0;
  }
}
.singleSec .single-wrap .article-content .three__img__anotation p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 30%;
  text-align: center;
  font-size: 1.7021276596vw;
  line-height: 1.75;
  color: #444444;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .three__img__anotation p {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .three__img__anotation p {
    width: 100%;
    font-size: 4.26666vw;
  }
}
.singleSec .single-wrap .article-content .three__img__anotation p img {
  display: block;
  margin-bottom: 1.0638297872vw;
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .three__img__anotation p img {
    margin-bottom: 2.6666666667vw;
  }
}
.singleSec .single-wrap .article-content .three__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0638297872vw;
  margin: 2.1276595745vw 0;
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .three__img {
    flex-direction: column;
    justify-content: unset;
    gap: 2.6666666667vw;
    margin: 5.33333vw 0;
  }
}
.singleSec .single-wrap .article-content .three__img img {
  display: block;
  width: 30%;
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .three__img img {
    width: 100%;
  }
}
.singleSec .single-wrap .article-content .inner__img {
  display: flex;
  align-items: flex-start;
  gap: 0.5319148936vw;
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .inner__img {
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
  }
}
.singleSec .single-wrap .article-content .inner__img img {
  width: 40%;
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .inner__img img {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}
.singleSec .single-wrap .article-content .content__img {
  width: 100%;
  margin-top: 4.2553191489vw;
  border-radius: 1.0638297872vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .content__img {
    margin-top: 40px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .content__img {
    margin-top: 8vw;
    border-radius: 1.3333333333vw;
  }
}
.singleSec .single-wrap .article-content .index__wrap {
  margin: 6.3829787234vw 0 0;
  padding: 3.1914893617vw 2.6595744681vw;
  border: 1.5px dotted #3492c5;
  border-radius: 1.0638297872vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .index__wrap {
    margin: 60px 0 0;
    padding: 30px 25px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .index__wrap {
    margin: 10.66666vw 0 0;
    padding: 4.8vw 4vw;
    border-radius: 1.3333333333vw;
  }
}
.singleSec .single-wrap .article-content .index__wrap .index__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.1276595745vw;
  color: #287199;
  padding-bottom: 0;
  border-bottom: none;
  margin: 0;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .index__wrap .index__heading {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .index__wrap .index__heading {
    font-size: 5.33333vw;
  }
}
.singleSec .single-wrap .article-content .index__wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1.5957446809vw;
  margin-top: 1.914893617vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .index__wrap ul {
    gap: 15px;
    margin-top: 18px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .index__wrap ul {
    gap: 4vw;
    margin-top: 4.26666vw;
  }
}
.singleSec .single-wrap .article-content .index__wrap ul li {
  padding-bottom: 1.0638297872vw;
  border-bottom: 1px dotted #d1d1d1;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .index__wrap ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .index__wrap ul li {
    padding-bottom: 2.6666666667vw;
  }
}
.singleSec .single-wrap .article-content .index__wrap ul li a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  gap: 1.2765957447vw;
  font-size: 1.7021276596vw;
  color: #287199;
}
.singleSec .single-wrap .article-content .index__wrap ul li a:hover {
  text-decoration: none;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .index__wrap ul li a {
    gap: 12px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .index__wrap ul li a {
    align-items: center;
    gap: 3.2vw;
    font-size: 4.26666vw;
    line-height: 1.5;
  }
}
.singleSec .single-wrap .article-content .index__wrap ul li a img {
  width: 1.914893617vw;
  flex-shrink: 0;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .index__wrap ul li a img {
    width: 18px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .index__wrap ul li a img {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.singleSec .single-wrap .article-content .index__wrap ul .h3 {
  margin-left: 3.1914893617vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .article-content .index__wrap ul .h3 {
    margin-left: 30px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .article-content .index__wrap ul .h3 {
    margin-left: 5.33333vw;
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList {
  display: flex;
  align-items: center;
  gap: 2.1276595745vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList {
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList {
    gap: 5.33333vw;
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList .snsList__heading {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-size: 1.7021276596vw;
  letter-spacing: 0.09em;
  color: #333333;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList .snsList__heading {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList .snsList__heading {
    font-size: 4.26666vw;
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList ul {
  display: flex;
  align-items: center;
  gap: 1.914893617vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul {
    gap: 18px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul {
    gap: 4.8vw;
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a:hover img {
  transition: all 200ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transform: scale(0.9);
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a img {
  transition: all 200ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a .fb__icon {
  width: 3.1914893617vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a .fb__icon {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a .fb__icon {
    width: 8vw;
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a .x__icon {
  width: 2.8723404255vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a .x__icon {
    width: 27px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul li a .x__icon {
    width: 7.2vw;
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList ul li button img {
  transition: all 200ms cubic-bezier(0.17, 0.935, 0.305, 1);
  width: 3.1914893617vw;
}
@media (min-width: 941px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul li button img {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList ul li button img {
    width: 8vw;
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList ul li button:hover img {
  transition: all 200ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transform: scale(0.9);
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList .single__backTop-btn {
  flex-direction: row-reverse;
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList .single__backTop-btn:hover::after {
  transform: translateX(-5px);
}
@media (max-width: 599px) {
  .singleSec .single-wrap .single-bottom__wrap .single__snsList .single__backTop-btn:hover::after {
    transform: translateX(-1.3333333333vw);
  }
}
.singleSec .single-wrap .single-bottom__wrap .single__snsList .single__backTop-btn::after {
  background-image: url(/wp-content/themes/nag_bus-taxi/img/icon/btn_arrow-white-left__icon.svg);
}

.induction {
  margin-top: 4.2553191489vw;
}
@media (min-width: 941px) {
  .induction {
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .induction {
    margin-top: 10.66666vw;
  }
}
.induction .partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6595744681vw;
  width: 65.9574468085vw;
  margin: 0 auto;
  padding: 2.6595744681vw 8.5106382979vw;
  background-color: #2877A8;
  border-radius: 1.0638297872vw;
}
@media (min-width: 941px) {
  .induction .partner {
    gap: 25px;
    width: 620px;
    padding: 25px 80px;
    border-radius: 10px;
  }
}
@media (max-width: 599px) {
  .induction .partner {
    gap: 0;
    width: 89.33%;
    padding: 8vw 4.53333vw;
    border-radius: 2.6666666667vw;
  }
}
.induction .partner .head__img {
  width: 24.1489361702vw;
}
@media (min-width: 941px) {
  .induction .partner .head__img {
    width: 227px;
  }
}
@media (max-width: 599px) {
  .induction .partner .head__img {
    width: 48vw;
  }
}
.induction .partner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.7021276596vw;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 941px) {
  .induction .partner .text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .induction .partner .text {
    width: 66.6667vw;
    margin-top: 5.33333vw;
    font-size: 4.26666vw;
  }
}
@media (max-width: 599px) {
  .induction .partner .c-btn__rightArrow {
    margin-top: 8vw;
    padding: 3.46666vw 10.133vw;
    font-size: 4vw;
  }
}
.induction .c-btn__leftArrow {
  margin: 5.3191489362vw auto 0;
}
@media (min-width: 941px) {
  .induction .c-btn__leftArrow {
    margin: 50px auto 0;
  }
}
@media (max-width: 599px) {
  .induction .c-btn__leftArrow {
    width: 80%;
    margin: 10.66666vw auto 0;
    font-size: 4vw;
  }
}

/*---------- Utility ----------*/
.u-pc-only-flex {
  display: flex !important;
}
@media (max-width: 599px) {
  .u-pc-only-flex {
    display: none !important;
  }
}

.u-pc-only-block {
  display: block !important;
}
@media (max-width: 599px) {
  .u-pc-only-block {
    display: none !important;
  }
}

.u-sp-only-block {
  display: none !important;
}
@media (max-width: 599px) {
  .u-sp-only-block {
    display: block !important;
  }
}