@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 320px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.75;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 1.6rem;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) {
  a:not([class]):hover {
    text-decoration: underline;
  }
}
span {
  font-weight: inherit;
}

strong {
  font-weight: 700;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

input[type=text], input[type=email], input[type=tel], textarea, button {
  border: none;
  appearance: none;
  outline: none;
}

@media (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button {
    font-size: 1.6rem;
  }
}
div[class*=__inner] {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 500px) and (max-width: 767px) {
  div[class*=__inner] {
    max-width: 500px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  div[class*=__inner] {
    box-sizing: border-box;
    max-width: 1200px;
    margin: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}
/* layout */
.u-center {
  --mx: auto;
  --my: auto;
  margin: var(--my) var(--mx);
}

img.u-center {
  display: block;
}

/* font */
.u-oswald {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.c-color-main {
  color: #b5161c;
}

.js-toggle-content {
  display: none;
  padding-top: 0.5em;
}

.js-toggle-trigger {
  box-sizing: border-box;
  position: relative;
  width: 150px;
  margin: 1em auto 0 !important;
  padding: 3px;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.js-toggle-trigger::after {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 3px;
}

.js-toggle-trigger.is-open::after {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .js-toggle-trigger {
    font-size: 1.3rem;
  }
}
.js-anime {
  visibility: hidden;
  opacity: 0;
}

.js-anime.is-animated {
  visibility: visible;
  opacity: 1;
}

.js-anime[data-anime=fadeup] {
  transform: translateY(50px);
}

.js-anime[data-anime=fadeup].is-animated {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.js-anime[data-anime=movein-left] {
  transform: translateX(-50px);
}

.js-anime[data-anime=movein-left].is-animated {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.js-anime[data-anime=movein-right] {
  transform: translateX(50px);
}

.js-anime[data-anime=movein-right].is-animated {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.js-anime[data-anime=zoomin] {
  transform: scale(0.6);
  transform-origin: center;
}

.js-anime[data-anime=zoomin].is-animated {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) scale(1);
}

.js-anime {
  transition-property: transform, opacity;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.35, 1.1);
}

.js-anime.is-delayed01 {
  transition-delay: 150ms;
}

.js-anime.is-delayed02 {
  transition-delay: 300ms;
}

.js-anime.is-delayed03 {
  transition-delay: 450ms;
}

.js-anime.is-delayed04 {
  transition-delay: 600ms;
}

.js-anime.is-delayed05 {
  transition-delay: 750ms;
}

.js-anime.is-delayed06 {
  transition-delay: 900ms;
}

.js-anime.is-delayed07 {
  transition-delay: 1050ms;
}

.js-anime.is-delayed08 {
  transition-delay: 1200ms;
}

.js-anime.is-delayed09 {
  transition-delay: 1350ms;
}

.js-anime.is-delayed10 {
  transition-delay: 1500ms;
}

.js-anime.is-delayed11 {
  transition-delay: 1650ms;
}

.js-anime.is-delayed12 {
  transition-delay: 1800ms;
}

.js-anime.is-delayed13 {
  transition-delay: 1950ms;
}

.js-anime.is-delayed14 {
  transition-delay: 2100ms;
}

.js-anime.is-delayed15 {
  transition-delay: 2250ms;
}

.js-anime.is-delayed16 {
  transition-delay: 2400ms;
}

.js-anime.is-delayed17 {
  transition-delay: 2550ms;
}

.js-anime.is-delayed18 {
  transition-delay: 2700ms;
}

.js-anime.is-delayed19 {
  transition-delay: 2850ms;
}

.js-anime.is-delayed20 {
  transition-delay: 3000ms;
}

/*  .l-header
================================================ */
.l-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  background-color: #fff;
}

.l-header__logo {
  height: 100%;
  background-color: #b5161c;
}

.l-header__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 100%;
}

.l-header__logo-link svg {
  width: 67px;
}

.l-header__txt {
  width: calc(100% - 88px);
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
}

.l-header__txt small {
  font-size: 1.1rem;
}

@media (max-width: 359px) {
  .l-header__txt {
    font-size: 1.1rem;
  }

  .l-header__txt small {
    font-size: 1rem;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .l-header {
    height: 50px;
  }

  .l-header__logo-link {
    width: 120px;
  }

  .l-header__logo-link svg {
    width: 90px;
  }

  .l-header__txt {
    width: calc(100% - 120px);
    font-size: 1.4rem;
  }

  .l-header__txt small {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .l-header {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 70px;
    background-color: #fff;
  }

  .l-header__logo {
    padding-left: 37px;
    background-color: transparent;
  }

  .l-header__logo-link {
    width: auto;
    transition: all 0.3s ease-in;
  }

  .l-header__logo-link svg {
    width: 143px;
  }

  .l-header__logo-link svg .ld {
    fill: #b5161c;
  }

  .l-header__logo-link:hover {
    opacity: 0.8;
  }
}
.l-footer {
  padding: 12px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.l-footer__credit {
  line-height: 1.5;
  font-size: 1rem;
}

  .l-footer.has-no-margin {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .l-footer {
    padding: 30px;
  }

  .l-footer__credit {
    font-size: 1.4rem;
  }
}
/* .l-breadcrumb
================================================ */
.l-breadcrumb-list {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding: 4px 15px;
}

.l-breadcrumb-list::-webkit-scrollbar {
  display: none;
}

.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 5px;
}

.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  content: "｜";
  margin-right: 5px;
}

.l-breadcrumb-list__item-link {
  color: #b5161c;
}

@media (min-width: 768px) {
  .l-breadcrumb-list {
    padding: 6px 50px;
    border: 0;
  }

  .l-breadcrumb-list__item {
    font-size: 1.2rem;
  }

  .l-breadcrumb-list__item-link {
    transition: all 0.3s ease-in;
  }

  .l-breadcrumb-list__item-link:hover {
    text-decoration: underline;
  }
}
/* HOME */
.l-main-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.l-main-img__inner {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

@media (min-width: 500px) and (max-width: 767px) {
  .l-main-img__inner {
    max-width: inherit !important;
  }
}
@media (min-width: 768px) {
  .l-main-img__inner {
    max-width: 1400px !important;
  }
}
@media (min-width: 1401px) {
  .l-main-img {
    position: relative;
    height: 767px;
    background: url(../img/home/bg_mv01.jpg) no-repeat center top 40%/cover;
  }

  .l-main-img::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 119px;
    background-color: #b5161c;
  }

  .l-main-img__inner {
    z-index: 2;
  }

  .l-main-img__img {
    width: 290px;
    height: 60px;
  }
}
.c-archive01__item {
  line-height: 1.5;
}

.c-archive01__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.c-archive01__date {
  color: #b5161c;
}

.c-archive01__head {
  font-weight: 500;
}

@media (max-width: 767px) {
  .c-archive01__item {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .c-archive01__item:not(:last-of-type) {
    margin-bottom: 32px;
  }

  .c-archive01__link {
    display: flex;
    flex-wrap: wrap;
  }

  .c-archive01__link:hover .c-archive01__head {
    text-decoration: underline;
  }

  .c-archive01__date {
    width: 190px;
  }

  .c-archive01__head {
    width: calc(100% - 190px);
    transition: all 0.3s ease-in;
  }
}
.c-btn01 {
  width: min(90%, 300px);
  margin: 28px auto 0;
  text-align: center;
}

.c-btn01__link {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0 37px;
  line-height: 1.5;
  border-radius: 40px;
  border: 1px solid #b5161c;
  background-color: #b5161c;
  font-weight: 700;
  color: #fff;
}

.c-btn01__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 359px) {
  .c-btn01__link {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .c-btn01 {
    width: 700px;
    margin-top: 38px;
  }

  .c-btn01__link {
    box-sizing: border-box;
    height: 70px;
    border: 2px solid #b5161c;
    transition: all 0.3s ease-in;
    font-size: 2rem;
  }

  .c-btn01__link::after {
    width: 12px;
    height: 12px;
    right: 32px;
    transition: border 0.3s ease-in;
  }

  .c-btn01__link:hover {
    background-color: #fff;
    color: #b5161c;
  }

  .c-btn01__link:hover::after {
    border-color: #b5161c;
  }
}
.c-btn01.is-external {
  width: min(90%, 275px);
}

.c-btn01.is-external .c-btn01__link {
  height: 40px;
  font-weight: 500;
}

.c-btn01.is-external .c-btn01__link::after {
  right: 17px;
  width: 17px;
  height: 13px;
  transform: translateY(-50%);
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102px%22%20height%3D%2281px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M18.0%2C64.0%20L18.0%2C0.0%20L101.999%2C0.0%20L101.999%2C64.0%20L18.0%2C64.0%20ZM93.999%2C8.0%20L26.0%2C8.0%20L26.0%2C55.999%20L93.999%2C55.999%20L93.999%2C8.0%20ZM79.999%2C81.0%20L0.0%2C81.0%20L0.0%2C21.0%20L8.0%2C21.0%20L8.0%2C72.999%20L79.999%2C72.999%20L79.999%2C81.0%20Z%22%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 768px) {
  .c-btn01.is-external {
    width: 250px;
    margin-top: 0;
  }

  .c-btn01.is-external .c-btn01__link {
    height: 50px;
    padding: 0 35px 0 15px;
    font-size: 1.4rem;
  }

  .c-btn01.is-external .c-btn01__link::after {
    width: 14px;
    height: 14px;
    transition: all 0.3s ease-in;
  }

  .c-btn01.is-external .c-btn01__link:hover::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22102px%22%20height%3D%2281px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(171%2C%2030%2C%2035)%22%20d%3D%22M18.0%2C64.0%20L18.0%2C0.0%20L101.999%2C0.0%20L101.999%2C64.0%20L18.0%2C64.0%20ZM93.999%2C8.0%20L26.0%2C8.0%20L26.0%2C55.999%20L93.999%2C55.999%20L93.999%2C8.0%20ZM79.999%2C81.0%20L0.0%2C81.0%20L0.0%2C21.0%20L8.0%2C21.0%20L8.0%2C72.999%20L79.999%2C72.999%20L79.999%2C81.0%20Z%22%2F%3E%3C%2Fsvg%3E");
  }
}
.c-btn02 {
  width: min(90%, 250px);
  margin: 36px auto 0;
  text-align: center;
}

.c-btn02__link {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 37px;
  line-height: 1.5;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 700;
}

.c-btn02__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

@media (min-width: 768px) {
  .c-btn02 {
    width: 450px;
    margin-top: 73px;
  }

  .c-btn02__link {
    height: 120px;
    border-width: 2px;
    transition: all 0.3s ease-in;
    font-size: 2.4rem;
  }

  .c-btn02__link::after {
    width: 12px;
    height: 12px;
    right: 36px;
    transition: border 0.3s ease-in;
  }

  .c-btn02__link:hover {
    background-color: #000;
    color: #fff;
  }

  .c-btn02__link:hover::after {
    border-color: #fff;
  }
}
.c-btn03 {
  overflow: hidden;
  width: min(100%, 335px);
  margin: 16px auto 0;
  text-align: center;
}

.c-btn03__link {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 37px;
  line-height: 1.5;
  border-radius: 35px;
  border: 1px solid #0e2966;
  background-color: #0e2966;
  color: #fff;
  text-align: center;
}

.c-btn03__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn03.is-back {
  width: min(100%, 300px);
}

.c-btn03.is-back .c-btn03__link::after {
  right: inherit;
  left: 18px;
  transform: translateY(-50%) rotate(-135deg);
}

.c-btn03.is-black .c-btn03__link {
  border-color: #000;
  background-color: #000;
}

.c-btn03.is-red .c-btn03__link {
  border-color: #b5161c;
  background-color: #b5161c;
}

.c-btn03.is-pdf .c-btn03__link::after {
  width: 20px;
  height: 20px;
  border: none;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22uuid-16f2804d-3a52-436f-a7d6-f9b603f5ee4c%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20487.79%20550.8%22%3E%3Cpath%20d%3D%22M128.88%2C282.23c0-14.83-10.3-23.68-28.47-23.68-7.41%2C0-12.44%2C.71-15.07%2C1.43v47.63c3.11%2C.71%2C6.94%2C.95%2C12.19%2C.95%2C19.39%2C0%2C31.35-9.81%2C31.35-26.32Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M241.37%2C259.02c-8.14%2C0-13.4%2C.72-16.52%2C1.43v105.52c3.12%2C.73%2C8.14%2C.73%2C12.69%2C.73%2C33.02%2C.23%2C54.55-17.95%2C54.55-56.47%2C.24-33.51-19.38-51.21-50.72-51.21Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Cpath%20d%3D%22M456.92%2C197.02h-13.23v-63.82c0-.4-.06-.8-.12-1.2-.02-2.53-.83-5.02-2.56-7L334.82%2C3.69s-.06-.04-.08-.08c-.63-.71-1.37-1.3-2.15-1.8-.23-.15-.46-.28-.71-.42-.68-.37-1.39-.68-2.13-.9-.2-.06-.38-.14-.58-.19-.8-.19-1.64-.31-2.48-.31H65.7c-11.92%2C0-21.6%2C9.69-21.6%2C21.6V197.01h-13.22c-17.05%2C0-30.87%2C13.82-30.87%2C30.87v160.55c0%2C17.04%2C13.82%2C30.87%2C30.87%2C30.87h13.22v109.9c0%2C11.91%2C9.68%2C21.6%2C21.6%2C21.6H422.1c11.91%2C0%2C21.6-9.69%2C21.6-21.6v-109.9h13.23c17.04%2C0%2C30.87-13.83%2C30.87-30.87V227.89c0-17.05-13.83-30.87-30.87-30.87ZM65.7%2C21.6h250.19v110.51c0%2C5.97%2C4.84%2C10.8%2C10.8%2C10.8h95.41v54.11H65.7V21.6ZM330.86%2C309.02c0%2C30.88-11.24%2C52.17-26.82%2C65.33-16.97%2C14.12-42.82%2C20.81-74.4%2C20.81-18.9%2C0-32.3-1.2-41.4-2.39V234.37c13.4-2.15%2C30.88-3.35%2C49.3-3.35%2C30.61%2C0%2C50.48%2C5.51%2C66.04%2C17.23%2C16.74%2C12.44%2C27.27%2C32.3%2C27.27%2C60.78ZM49.2%2C393.5V234.37c11.24-1.9%2C27.04-3.35%2C49.3-3.35s38.53%2C4.31%2C49.29%2C12.93c10.29%2C8.13%2C17.21%2C21.53%2C17.21%2C37.33s-5.25%2C29.2-14.83%2C38.29c-12.44%2C11.73-30.87%2C17-52.41%2C17-4.78%2C0-9.1-.24-12.43-.72v57.67H49.2Zm372.9%2C129.85H65.7v-104.05H422.1v104.05h0Zm31.3-261.23h-61.99v36.85h57.91v29.67h-57.91v64.85h-36.59V232.22h98.58v29.91Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 374px) {
  .c-btn03__link {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .c-btn03 {
    width: 480px;
    margin-top: 24px;
  }

  .c-btn03:nth-of-type(odd) {
    margin-right: 12px;
  }

  .c-btn03:nth-of-type(even) {
    margin-left: 12px;
  }

  .c-btn03__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .c-btn03__link {
    height: 70px;
    border-width: 2px;
    transition: all 0.3s ease-in;
    font-size: 2rem;
  }

  .c-btn03__link::after {
    width: 12px;
    height: 12px;
    right: 32px;
    transition: border 0.3s ease-in;
  }

  .c-btn03__link:hover {
    border: 2px solid #839edb;
    background-color: #839edb;
    color: #fff;
  }

  .c-btn03__link:hover::after {
    border-color: #fff;
  }

  .c-btn03.is-back {
    width: 384px;
  }

  .c-btn03.is-back:nth-of-type(n) {
    margin-left: auto;
    margin-right: auto;
  }

  .c-btn03.is-back .c-btn03__link::after {
    left: 32px;
  }

  .c-btn03.is-back .c-btn03__link:hover {
    background-color: #839edb;
    border-color: #839edb;
  }

  .c-btn03.is-black .c-btn03__link:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
  }

  .c-btn03.is-black .c-btn03__link:hover::after {
    border-color: #000;
  }

  .c-btn03.is-red {
    margin-left: auto;
    margin-right: auto !important;
  }

  .c-btn03.is-red .c-btn03__link:hover {
    background-color: #fff;
    color: #b5161c;
  }

  .c-btn03.is-red .c-btn03__link:hover::after {
    border-color: #b5161c;
  }

  .c-btn03.is-pdf .c-btn03__link::after {
    width: 25px;
    height: 25px;
  }
}
.c-cv01 {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-cv01__item {
  width: 33.3333333333%;
  line-height: 1.5;
}

.c-cv01__item-link {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 7px;
  background-color: #b5161c;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.c-cv01__item-link span {
  display: block;
  width: 100%;
}

.c-cv01__item.is-live .c-cv01__item-link {
  background-color: #01b901;
}

.c-cv01__item.is-general .c-cv01__item-link {
  background-color: #0e2966;
}

@media (min-width: 500px) {
  .c-cv01__item-link span {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-cv01 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .c-cv01.is-bottom {
    bottom: 39px;
  }
}
@media (min-width: 768px) {
  .c-cv01 {
    top: 0;
    right: 0;
    justify-content: flex-end;
    width: calc(100% - 200px);
  }

  .c-cv01__item {
    max-width: 222px;
  }

  .c-cv01__item-link {
    box-sizing: border-box;
    height: 70px;
    font-size: 1.6rem;
    transition: all 0.3s ease-in;
  }

  .c-cv01__item-link:hover {
    opacity: 0.7;
  }
}
.c-cv02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-cv02__wrap {
  background-color: #e4e4e4;
}

.c-cv02-btn {
  width: min(50% - 3px, 165px);
}

.c-cv02-btn:first-of-type {
  margin-right: 3px;
}

.c-cv02-btn:last-of-type {
  margin-left: 3px;
}

.c-cv02-btn__link {
  display: block;
  height: 100%;
  background-color: #0e2966;
  border-radius: 5px;
}

.c-cv02-btn:only-of-type {
  width: 200px;
  height: 75px;
  margin: auto;
}

.c-cv02.is-small {
  padding-left: 10px;
  padding-right: 10px;
}

.c-cv02.is-small .c-cv02-btn__link {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .c-cv02 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .c-cv02-btn {
    width: 450px;
  }

  .c-cv02-btn:first-of-type {
    margin-right: 20px;
  }

  .c-cv02-btn:last-of-type {
    margin-left: 20px;
  }

  .c-cv02-btn__link {
    border-radius: 14px;
    transition: all 0.3s ease-in;
  }

  .c-cv02-btn__link:hover {
    background-color: #839edb;
  }

  .c-cv02-btn:only-of-type {
    width: 200px;
    height: 106px;
  }

  .c-cv02-btn:only-of-type .c-cv02-btn__link {
    border-radius: 5px;
  }

  .c-cv02.is-small {
    justify-content: space-between;
    padding: 10px;
  }

  .c-cv02.is-small .c-cv02-btn {
    width: 150px;
    height: 106px;
  }

  .c-cv02.is-small .c-cv02-btn:first-of-type {
    margin-right: 0;
  }

  .c-cv02.is-small .c-cv02-btn:last-of-type {
    margin-left: 0;
  }

  .c-cv02.is-low {
    padding: 10px;
  }
}
.c-head01 {
  line-height: 1.5;
  text-align: center;
}

.c-head01__txt {
  margin-bottom: 40px;
  line-height: 1.1666666667;
  font-weight: 700;
  font-size: 2.4rem;
}

.c-head01__txt-in {
  position: relative;
  display: inline-block;
}

.c-head01__txt-in::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 106%;
  height: 13px;
  background-color: #f4e6dd;
}

.c-head01__sub {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .c-head01__txt {
    margin-bottom: 64px;
    font-size: 4.2rem;
  }

  .c-head01__txt-in::before {
    bottom: -8px;
    height: 26px;
  }

  .c-head01__sub {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
.c-head02 {
  margin-bottom: 27px;
  padding-bottom: 7px;
  border-bottom: 2px solid #b5161c;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .c-head02 {
    margin-bottom: 80px;
    padding-bottom: 12px;
    font-size: 2.6rem;
    border-bottom-width: 4px;
  }
}
.c-head03 {
  margin-bottom: 10px;
  padding: 4px 14px 5px;
  line-height: 1.5;
  background-color: #f4e6dd;
  font-weight: 500;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .c-head03 {
    margin-bottom: 32px;
    padding: 10px 20px;
    font-size: 2rem;
  }
}
.c-list01__item {
  position: relative;
  line-height: 1.5;
  padding-left: 9px;
}

.c-list01__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #b5161c;
}

@media (min-width: 768px) {
  .c-list01__item {
    margin-bottom: 6px;
  }

  .c-list01__item::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
.c-list02__item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 1em;
  font-size: 1.2rem;
}

.c-list02__item::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.c-list02__item em {
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 768px) {
  .c-list02 {
    line-height: 1.5;
  }

  .c-list02__item {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .c-set01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-table01 + .c-table01 {
  margin-top: 30px;
}

.c-table01 table {
  width: 100%;
}

.c-table01 caption {
  font-weight: 500;
  font-size: 1.8rem;
}

.c-table01 th, .c-table01 td {
  padding: 10px;
  border-top: 1px solid #ccc;
}

.c-table01 th {
  line-height: 1.5;
}

.c-table01 th small {
  font-size: 1.1rem;
}

.c-table01.is-small {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .c-table01 table, .c-table01 thead, .c-table01 tbody, .c-table01 tr, .c-table01 th, .c-table01 td {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-table01 {
    table-layout: fixed;
  }

  .c-table01 + .c-table01 {
    margin-top: 60px;
  }

  .c-table01 caption {
    font-size: 2.2rem;
    text-align: left;
  }

  .c-table01 th, .c-table01 td {
    padding: 15px 25px;
    border-left: 1px solid #231815;
  }

  .c-table01 th {
    width: 20%;
  }

  .c-table01 th small {
    font-size: 1.2rem;
  }

  .c-table01 td {
    width: 80%;
    border-right: 1px solid #231815;
  }

  .c-table01 tr:last-child {
    border-bottom: 1px solid #231815;
  }

  .c-table01.is-small {
    margin-top: 25px;
    font-size: 1.5rem;
  }

  .c-table01.is-small th {
    width: 30%;
  }

  .c-table01.is-small td {
    width: 70%;
  }
}
.c-talk01__item {
  display: grid;
  grid-template-columns: 65px 1fr 65px;
  will-change: transform;
}

.c-talk01__item:nth-of-type(even) {
  text-align: right;
}

.c-talk01__item:nth-of-type(even) .c-talk01__item-bubble {
  align-self: flex-end;
  text-align: left;
}

.c-talk01__item:nth-of-type(even) .c-talk01__item-bubble::before {
  left: inherit;
  right: -5px;
  background-image: url(../img/voice/img_bubble02.png);
}

.c-talk01__item:nth-of-type(even) .c-talk01__item-img {
  margin-left: auto;
}

.c-talk01__item:not(:first-of-type) {
  margin-top: -5px;
}

.c-talk01__item-left {
  grid-column: 1;
}

.c-talk01__item-center {
  display: flex;
  flex-direction: column;
  padding: 24px 10px 0;
  grid-column: 2;
}

.c-talk01__item-right {
  grid-column: 3;
}

.c-talk01__item-left, .c-talk01__item-right {
  line-height: 1.4615384615;
  font-weight: 700;
  font-size: 1.2rem;
  color: #0e2966;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.08em;
}

.c-talk01__item-bubble {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  align-self: flex-start;
  max-width: 205px;
  padding: 6px 13px;
  line-height: 1.4615384615;
  border-radius: 15px;
  background-color: #fff;
  font-size: 1.2rem;
}

.c-talk01__item-bubble::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: -5px;
  width: 14px;
  height: 12px;
  background: url(../img/voice/img_bubble01.png) no-repeat 0 0/contain;
}

.c-talk01__item-bubble + .c-talk01__item-bubble {
  margin-top: 5px;
}

.c-talk01__item-img {
  width: min(100%, 205px);
  margin-top: 5px;
}

.c-talk01__item-img + .c-talk01__item-bubble {
  margin-top: 5px;
}

@media (min-width: 500px) and (max-width: 767px) {
  .c-talk01-left, .c-talk01-right {
    font-size: 1.1rem;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .c-talk01__item {
    grid-template-columns: minmax(80px, 18%) 1fr minmax(80px, 18%);
  }

  .c-talk01__item-left, .c-talk01__item-right {
    font-size: 1.2rem;
  }

  .c-talk01__item-bubble {
    padding: 12px 15px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .c-talk01__item {
    grid-template-columns: 120px 1fr 120px;
  }

  .c-talk01__item:nth-of-type(even) .c-talk01__item-bubble::before {
    left: inherit;
    right: -7px;
  }

  .c-talk01__item:not(:first-of-type) {
    margin-top: -8px;
  }

  .c-talk01__item-left, .c-talk01__item-right {
    font-size: 1.8rem;
  }

  .c-talk01__item-left img, .c-talk01__item-right img {
    margin-bottom: 5px;
  }

  .c-talk01__item-center {
    padding: 50px 30px 0;
  }

  .c-talk01__item-bubble {
    max-width: 470px;
    padding: 16px 22px;
    border-radius: 35px;
    font-size: 1.8rem;
  }

  .c-talk01__item-bubble::before {
    top: 22px;
    left: -7px;
    width: 28px;
    height: 23px;
  }

  .c-talk01__item-bubble + .c-talk01__item-bubble {
    margin-top: 10px;
  }

  .c-talk01__item-img {
    width: 410px;
    margin-top: 30px;
  }

  .c-talk01__item-img + .c-talk01__item-bubble {
    margin-top: 30px;
  }
}
.c-timetable01__item {
  background-color: #fff;
}

.c-timetable01__item + .c-timetable01__item {
  margin-top: 1px;
}

.c-timetable01__toggle {
  position: relative;
  padding: 15px;
  line-height: 1.1;
  font-weight: 700;
  font-size: 1.2rem;
  color: #b5161c;
}

.c-timetable01__toggle em {
  font-style: normal;
  font-size: 1.8rem;
}

.c-timetable01__toggle::before, .c-timetable01__toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  right: 18px;
  width: 13px;
  height: 2px;
  background-color: #b5161c;
  transform-origin: center;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.c-timetable01__toggle::after {
  transform: translateY(-50%) rotate(90deg);
}

.c-timetable01__toggle.is-open::after {
  transform: translateY(-50%) rotate(0);
}

.c-timetable01__content {
  display: none;
  padding: 12px 15px 20px;
}

.c-timetable01__cv {
  margin-top: 36px;
}

.c-timetable01__cv-list {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .c-timetable01__item + .c-timetable01__item {
    margin-top: 24px;
  }

  .c-timetable01__toggle {
    padding: 35px 53px;
    font-size: 1.8rem;
  }

  .c-timetable01__toggle em {
    font-size: 2.4rem;
  }

  .c-timetable01__toggle::before, .c-timetable01__toggle::after {
    right: 63px;
    width: 17px;
  }

  .c-timetable01__content {
    margin: 0 53px;
    padding: 36px 0 50px;
    border-top: 4px solid #b5161c;
  }

  .c-timetable01__content-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-timetable01__cv {
    width: 100%;
    margin-top: 27px;
  }

  .c-timetable01__cv-list {
    max-width: 400px;
    margin: 30px auto 0;
  }

  .c-timetable01__cv-list.is-wide {
    max-width: 600px;
  }
}
.c-timetable01-list__item {
  display: flex;
  flex-wrap: wrap;
}

.c-timetable01-list__item + .c-timetable01-list__item {
  margin-top: 15px;
}

.c-timetable01-list__item-meta {
  width: 45px;
  margin-right: 15px;
}

.c-timetable01-list__item-meta span {
  display: inline-block;
  width: 100%;
  height: 18px;
  line-height: 18px;
  border-radius: 20px;
  background-color: #b5161c;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.c-timetable01-list__item-station {
  width: calc(100% - 60px - 42px - 1em);
  padding-right: 1em;
  font-size: 1rem;
}

.c-timetable01-list__item-station em {
  display: inline-block;
  margin-right: 0.5em;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  color: #b5161c;
}

.c-timetable01-list__item-station span {
  font-size: 1.1rem;
}

.c-timetable01-list__item-time {
  box-sizing: border-box;
  width: 42px;
  height: 16px;
  margin-top: 7px;
  line-height: 14px;
  border: 1px solid #b5161c;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.c-timetable01-list__item-time.is-long {
  height: 30px;
}

@media (max-width: 767px) {
  .c-timetable01-list + .c-timetable01-list {
    margin-top: 30px;
  }
}
@media (max-width: 359px) {
  .c-timetable01-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .c-timetable01-list__item-station, .c-timetable01-list__item-time {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .c-timetable01-list {
    width: calc(50% - 12px);
  }

  .c-timetable01-list__item {
    padding: 12px 20px 0;
    background-color: #ecf7fd;
  }

  .c-timetable01-list__item + .c-timetable01-list__item {
    margin-top: 50px;
  }

  .c-timetable01-list__item-meta {
    width: 60px;
    margin-right: 20px;
  }

  .c-timetable01-list__item-meta span {
    height: 25px;
    line-height: 25px;
    transform: translate(-2px, 6px);
    font-size: 1.4rem;
  }

  .c-timetable01-list__item-station {
    width: calc(100% - 80px - 70px - 1em);
  }

  .c-timetable01-list__item-station {
    font-size: 1.2rem;
  }

  .c-timetable01-list__item-station em {
    font-size: 1.6rem;
  }

  .c-timetable01-list__item-station span {
    font-size: 1.4rem;
  }

  .c-timetable01-list__item-time {
    width: 70px;
    height: 24px;
    line-height: 22px;
    background-color: #fff;
    font-size: 1.2rem;
  }

  .c-timetable01-list__item-time.is-long {
    height: 40px;
    line-height: 18px;
  }
}
.c-timetable01-map {
  width: 100%;
}

.c-timetable01-map:not(:last-of-type) {
  position: relative;
}

.c-timetable01-map:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #b5161c;
}

.c-timetable01-map__link {
  display: block;
  width: 130px;
  height: 25px;
  margin: 3px auto 10px 60px;
  line-height: 25px;
  border-radius: 25px;
  background-color: #999;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .c-timetable01-map:not(:last-of-type)::before {
    width: calc(100% - 80px);
  }

  .c-timetable01-map__link {
    height: 30px;
    margin-left: 80px;
    line-height: 30px;
    font-size: 1.3rem;
    transition: opacity 0.3s ease-in;
  }

  .c-timetable01-map__link:hover {
    opacity: 0.7;
  }
}
#listbusrides .l-sub-img {
  height: 180px;
  background: url(../img/bus/bg_mv01_sp.png) no-repeat top center/cover;
}

#listbusrides .l-sub-img__inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
}

#listbusrides .l-sub-img__head {
  width: 100%;
  height: 100%;
}

#listbusrides .l-sub-img__head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 768px) {
  #listbusrides .l-sub-img {
    height: 220px;
    padding-top: 70px;
    background-image: url(../img/bus/bg_mv01_pc.png);
  }
}
/* bus-intro */
.bus-intro__inner {
  padding-top: 25px;
  padding-bottom: 30px;
}

.bus-intro__txt {
  position: relative;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

.bus-intro__txt em {
  display: inline-block;
  margin: 0 0.2em;
  font-style: normal;
  font-size: 2rem;
  color: #b5161c;
}

.bus-intro__txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
}

.bus-intro__list {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .bus-intro__inner {
    padding-top: 83px;
    padding-bottom: 84px;
  }

  .bus-intro__txt {
    margin-bottom: 54px;
    font-size: 2rem;
  }

  .bus-intro__txt em {
    font-size: 2.6rem;
  }

  .bus-intro__txt::after {
    bottom: -30px;
    border-width: 14px 15px 0 15px;
  }

  .bus-intro__list {
    max-width: 580px;
    margin: 33px auto 0;
  }
}
/* bus-timetable */
.bus-timetable {
  background-color: #f4e6dd;
}

.bus-timetable__inner {
  padding-top: 37px;
  padding-bottom: 44px;
}

.bus-timetable-heading {
  margin-bottom: 30px;
  padding-left: 53px;
  background: url(../img/bus/ico_bus01.png) no-repeat 0 0/41px;
}

.bus-timetable-heading__head {
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.5rem;
}

.bus-timetable-heading__txt {
  line-height: 1.7;
  font-size: 1.2rem;
}

@media (max-width: 359px) {
  .bus-timetable-heading__head {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .bus-timetable__inner {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .bus-timetable-heading {
    margin-bottom: 46px;
    padding-left: 93px;
    background-size: 70px;
    min-height: 70px;
  }

  .bus-timetable-heading__head {
    font-size: 2rem;
  }

  .bus-timetable-heading__txt {
    font-size: 1.6rem;
  }
}
.bus-back {
  padding-top: 40px;
  padding-bottom: 100px;
}

.bus-back__btn {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bus-back {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
/* home-access */
.home-access__inner {
  padding-top: 26px;
  padding-bottom: 36px;
}

.home-access-box {
  box-sizing: border-box;
  border: 2px solid #b5161c;
  border-radius: 10px;
  padding-bottom: 34px;
}

.home-access-box-heading {
  min-height: 80px;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-column-gap: 12px;
  margin-bottom: 32px;
}

.home-access-box-heading__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1;
  grid-row: 1/3;
  background-color: #b5161c;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 10px;
}

.home-access-box-heading__ico img {
  width: 36px;
}

.home-access-box-heading__sub {
  grid-column: 2;
  grid-row: 1;
  margin-top: 11px;
}

.home-access-box-heading__sub span {
  display: inline-block;
  padding: 5px 11px;
  line-height: 1.1;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.1em;
}

.home-access-box-heading__head {
  grid-column: 2;
  grid-row: 2;
  line-height: 1.5384615385;
  margin-top: 5px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 1.3rem;
}

.home-access-box__img {
  margin: 0 min(3.1%, 15px);
}

@media (min-width: 768px) {
  .home-access__inner {
    padding-top: 87px;
    padding-bottom: 72px;
  }

  .home-access-box {
    padding-bottom: 66px;
    border-width: 4px;
    border-radius: 20px;
  }

  .home-access-box-heading {
    position: relative;
    min-height: 96px;
    grid-template-columns: 92px 1fr;
    grid-column-gap: 33px;
    margin-bottom: 44px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #b5161c;
  }

  .home-access-box-heading__ico {
    grid-row: 1;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .home-access-box-heading__ico img {
    width: 58px;
    transform: translateX(13px);
  }

  .home-access-box-heading__head {
    grid-row: 1;
    align-self: center;
    margin-top: 0;
    font-size: 2.6rem;
    color: #fff;
  }

  .home-access-box-heading__sub {
    position: absolute;
    top: -72px;
    right: -47px;
    margin-top: 0;
  }

  .home-access-box-heading__sub span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    padding: 0;
    border-radius: 50%;
    font-size: 2.4rem;
    text-align: center;
  }

  .home-access-box__img {
    max-width: 980px;
    margin: 0 auto;
  }
}
/* home-program */
.home-program__inner {
  padding-top: 44px;
}

.home-program-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.home-program-tab__item {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 3px);
  height: 50px;
  background-color: #b5161c;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.home-program-tab__item:first-of-type {
  margin-right: 3px;
}

.home-program-tab__item:last-of-type {
  margin-left: 3px;
}

.home-program-tab__item.is-pale .home-program-tab__item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f4e6dd;
  color: #b5161c;
}

@media (min-width: 768px) {
  .home-program__inner {
    padding-top: 115px;
  }

  .home-program-tab {
    margin: 90px 0 0;
  }

  .home-program-tab__item {
    overflow: hidden;
    width: 524px;
    height: 80px;
    border: 2px solid #b5161c;
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 2.6rem;
  }

  .home-program-tab__item:first-of-type {
    margin-right: 12px;
  }

  .home-program-tab__item:last-of-type {
    margin-left: 12px;
  }

  .home-program-tab__item.is-pale {
    border-color: #f4e6dd;
    transition: border 0.3s ease-in;
  }

  .home-program-tab__item.is-pale:hover {
    border-color: #b5161c;
  }

  .home-program-tab__item.is-pale .home-program-tab__item-link {
    box-sizing: border-box;
    transition: background 0.3s ease-in;
  }

  .home-program-tab__item.is-pale .home-program-tab__item-link:hover {
    background-color: #fff;
  }
}
.home-program-anchor__wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 44px;
}

.home-program-anchor__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background-color: #b5161c;
}

.home-program-anchor + .home-program-anchor {
  margin-top: 30px;
}

.home-program-anchor__head {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

.home-program-anchor-list__item {
  position: relative;
  line-height: 1.5;
  background-color: #fff;
}

.home-program-anchor-list__item::before, .home-program-anchor-list__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-program-anchor-list__item::before {
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #b5161c;
}

.home-program-anchor-list__item::after {
  left: 21px;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}

.home-program-anchor-list__item-link {
  display: block;
  padding: 14px 10px 15px 44px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .home-program-anchor-list__item:not(:last-of-type) {
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .home-program-anchor__wrap {
    padding-top: 60px;
    padding-bottom: 72px;
  }

  .home-program-anchor + .home-program-anchor {
    margin-top: 50px;
  }

  .home-program-anchor__head {
    margin-bottom: 23px;
    font-size: 2.6rem;
  }

  .home-program-anchor-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .home-program-anchor-list__item {
    width: min(33.33%, 330px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-program-anchor-list__item:nth-of-type(n+4) {
    margin-top: 20px;
  }

  .home-program-anchor-list__item-link {
    padding: 13px 10px 13px 44px;
    transition: all 0.3s ease-in;
  }

  .home-program-anchor-list__item-link:hover {
    background-color: #f4e6dd;
  }
}
.home-program-ranking {
  position: relative;
  padding-top: 27px;
  padding-bottom: 34px;
}

.home-program-ranking::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background-color: #f4e6dd;
}

.home-program-ranking__head {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #b5161c;
  text-align: center;
}

@media (min-width: 768px) {
  .home-program-ranking {
    padding-top: 45px;
    padding-bottom: 110px;
  }

  .home-program-ranking__head {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
}
.home-program-ranking-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.home-program-ranking-list__item {
  width: 100%;
  padding-bottom: 28px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 9px 1px rgba(14, 51, 134, 0.22);
}

.home-program-ranking-list__item.is-hidden {
  display: none;
}

.home-program-ranking-list__item-heading {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 8px;
  min-height: 56px;
  padding-bottom: 16px;
}

.home-program-ranking-list__item-heading.is-col3 {
  grid-template-columns: 50px 1fr 60px;
}

.home-program-ranking-list__item-num {
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  line-height: 40px;
  background-color: #b5161c;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

.home-program-ranking-list__item-head {
  grid-column: 2;
  grid-row: 1;
  padding-top: 8px;
  padding-right: 8px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.6rem;
  color: #b5161c;
}

.home-program-ranking-list__item-head small {
  display: block;
}

.home-program-ranking-list__item-label {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
}

.home-program-ranking-list__item-label > span {
  display: inline-block;
  width: 50px;
  height: 17px;
  margin-right: 0;
  line-height: 17px;
  border-radius: 10px;
  background-color: #b5161c;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

.home-program-ranking-list__item-pic {
  margin-bottom: 8px;
}

.home-program-ranking-list__item-txt {
  margin-bottom: 27px;
  padding: 0 12px;
  font-size: 1.2rem;
}

.home-program-ranking-list__item-txt p + p {
  margin-top: 0.5em;
}

.home-program-ranking-list__item-bubble {
  width: 180px;
  margin: 0 auto 3px;
}

@media (max-width: 767px) {
  .home-program-ranking-list__item {
    margin-bottom: 28px;
  }

  .home-program-ranking-list__item-head {
    padding-top: 10px;
    font-size: 1.5rem;
  }

  .home-program-ranking-list__item-txt.has-no-margin {
    margin-bottom: 0;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .home-program-ranking-list__item-txt {
    font-size: 1.3rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .home-program-ranking-list {
    flex-direction: row;
    margin: 0 -22px;
  }

  .home-program-ranking-list__item {
    position: relative;
    width: min(33.33%, 330px);
    margin: 45px 22px 0;
    padding-bottom: 113px;
  }

  .home-program-ranking-list__item.is-short {
    padding-bottom: 30px;
  }

  .home-program-ranking-list__item-heading {
    grid-template-columns: 60px 1fr;
    grid-column-gap: 18px;
    min-height: 88px;
  }

  .home-program-ranking-list__item-heading.is-col3 {
    grid-template-columns: 60px 1fr 70px;
  }

  .home-program-ranking-list__item-heading.is-col3 .home-program-ranking-list__item-head {
    padding-right: 0;
  }

  .home-program-ranking-list__item-num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 2.4rem;
  }

  .home-program-ranking-list__item-head {
    align-self: center;
    font-size: 2rem;
  }

  .home-program-ranking-list__item-label {
    align-self: start;
  }

  .home-program-ranking-list__item-label > span {
    width: 60px;
    height: 20px;
    margin-top: 16px;
    line-height: 20px;
    border-radius: 12px;
    font-size: 1.2rem;
  }

  .home-program-ranking-list__item-label > span:nth-of-type(n+2) {
    margin-top: -5px;
  }

  .home-program-ranking-list__item-txt {
    padding: 0 24px;
    font-size: 1.6rem;
  }

  .home-program-ranking-list__item-txt.has-no-margin {
    margin-bottom: 0;
  }

  .home-program-ranking-list__item-bubble {
    width: 172px;
    margin-bottom: 7px;
  }
}
.home-program-ranking-toggle {
  padding: 0 28px;
}

.home-program-ranking-toggle__item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.home-program-ranking-toggle__item::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #b5161c;
}

.home-program-ranking-toggle__item:not(:first-of-type) {
  display: none;
}

.home-program-ranking-toggle__trigger {
  text-align: center;
}

.home-program-ranking-toggle__trigger-in {
  display: inline-block;
  width: 198px;
  height: 38px;
  margin-top: 22px;
  line-height: 38px;
  border-radius: 20px;
  background-color: #b5161c;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}

@media (min-width: 500px) and (max-width: 767px) {
  .home-program-ranking-toggle {
    width: min(70%, 400px);
    margin: auto;
  }

  .home-program-ranking-toggle__item {
    font-size: 1.3rem;
  }

  .home-program-ranking-toggle__trigger {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .home-program-ranking-toggle {
    padding: 0 32px;
  }

  .home-program-ranking-toggle__item {
    font-size: 1.4rem;
  }

  .home-program-ranking-toggle__item::before {
    transform: translateY(2px);
  }

  .home-program-ranking-toggle__trigger {
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in;
  }

  .home-program-ranking-toggle__trigger:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .home-program-ranking-toggle__trigger-in {
    margin-top: 33px;
    font-size: 1.4rem;
  }
}
.home-program-ranking__btn {
  overflow: hidden;
  width: min(90%, 275px);
  margin: 36px auto 0;
  text-align: center;
}

.home-program-ranking__btn-link {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 37px;
  line-height: 1.5;
  border-radius: 40px;
  background-color: #000;
  background-size: 202% auto;
  color: #fff;
}

.home-program-ranking__btn-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.5px%22%20height%3D%2234.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%223px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M1.489%2C17.804%20L15.986%2C1.492%20L30.484%2C17.804%20%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%223px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M17.335%2C5.841%20L17.335%2C31.487%20%22%2F%3E%3C%2Fsvg%3E");
}

@media (min-width: 768px) {
  .home-program-ranking__btn {
    width: auto;
    text-align: right;
  }

  .home-program-ranking__btn-link {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 44px 6px 0;
    background-color: transparent;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease-in;
  }

  .home-program-ranking__btn-link:hover {
    color: #b5161c;
  }

  .home-program-ranking__btn-link:hover::before {
    background-color: #b5161c;
  }

  .home-program-ranking__btn-link::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #000;
    transition: background-color 0.3s ease-in;
  }

  .home-program-ranking__btn-link::after {
    right: 10px;
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20355.88%20369.94%22%3E%3Cpolygon%20points%3D%22321.94%20211.88%20177.94%2067.88%2033.94%20211.88%200%20177.94%20177.94%200%20355.88%20177.94%20321.94%20211.88%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3Crect%20x%3D%22153.94%22%20y%3D%2229.94%22%20width%3D%2248%22%20height%3D%22340%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
/* home-vr */
.home-vr__inner {
  padding-top: 35px;
  padding-bottom: 35px;
}

.home-vr-heading {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 10px;
  margin-bottom: 15px;
}

.home-vr-heading__sub {
  grid-column: 1;
  grid-row: 1/3;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 1.1;
  border-radius: 50%;
  background-color: #b5161c;
  font-size: 1.2rem;
  color: #fff;
}

.home-vr-heading small {
  grid-column: 2;
  grid-row: 1;
  line-height: 1.1;
  font-size: 1.2rem;
}

.home-vr-heading__main {
  line-height: 1.3;
  font-size: 2.4rem;
}

.home-vr__img {
  width: 100%;
  margin: 0 auto 10px;
}

@media (min-width: 768px) {
  .home-vr__inner {
    display: grid;
    grid-column-gap: 70px;
    max-width: 800px !important;
    padding: 60px 0 !important;
  }

  .home-vr-heading {
    grid-column: 2;
    grid-row: 1;
    grid-template-columns: 55px 1fr;
    grid-column-gap: 15px;
    width: 100%;
    font-size: 2.8rem;
  }

  .home-vr-heading__sub {
    width: 55px;
    height: 55px;
    align-self: start;
    font-size: 1.4rem;
  }

  .home-vr-heading small {
    font-size: 1.5rem;
  }

  .home-vr-heading__main {
    font-size: 3.2rem;
  }

  .home-vr__img {
    grid-column: 1;
    grid-row: 1/3;
    width: 300px;
  }

  .home-vr__btn {
    grid-column: 2;
    grid-row: 2;
    margin-right: auto !important;
    max-width: 430px;
  }
}
/* home-guide */
.home-guide__inner {
  padding-top: 35px;
  padding-bottom: 35px;
}

.home-guide__img {
  width: 140px;
  margin: auto;
}

@media (min-width: 768px) {
  .home-guide__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 800px !important;
    padding: 60px 0 !important;
  }

  .home-guide__img {
    width: 300px;
    margin: 0;
    text-align: right;
  }

  .home-guide__img img {
    width: 184px;
  }

  .home-guide__btn {
    margin: 0 !important;
    max-width: 430px;
  }
}
/* home-real */
.home-real {
  background: url(../img/home/bg_stripe01.png) repeat 0 0/12px;
}

.home-real__inner {
  padding-top: 36px;
  padding-bottom: 100px;
}

.home-real__head {
  width: 264px;
  margin: 0 auto 25px;
}

@media (min-width: 768px) {
  .home-real {
    background-size: 23px;
  }

  .home-real__inner {
    padding-top: 85px;
    padding-bottom: 160px;
  }

  .home-real__head {
    width: 477px;
    margin-bottom: 40px;
    transform: translateX(-20px);
  }
}
#measures .l-sub-img {
  height: 105px;
  background-color: #f4e6dd;
}

#measures .l-sub-img__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

#measures .l-sub-img__txt, #measures .l-sub-img__head {
  width: 100%;
  padding-left: 10px;
  letter-spacing: 0.05em;
}

#measures .l-sub-img__txt {
  align-self: flex-end;
}

#measures .l-sub-img__head {
  align-self: flex-start;
  line-height: 1.5;
  font-weight: 500;
  font-size: 2rem;
}

@media (min-width: 768px) {
  #measures .l-sub-img {
    padding-top: 70px;
    height: 220px;
  }

  #measures .l-sub-img__txt, #measures .l-sub-img__head {
    padding-left: 0;
  }

  #measures .l-sub-img__txt {
    font-size: 3.2rem;
  }

  #measures .l-sub-img__head {
    font-size: 4rem;
  }

  #measures div[class*=__inner] {
    max-width: 860px;
    padding-left: 0;
    padding-right: 0;
  }
}
.measures-intro__inner {
  padding-top: 30px;
  padding-bottom: 27px;
}

.measures-intro__txt {
  line-height: 2.1428571429;
}

@media (min-width: 768px) {
  .measures-intro__inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .measures-intro__txt {
    font-size: 1.8rem;
    text-align: center;
  }
}
.measures-article + .measures-article {
  margin-top: 40px;
}

.measures-article:last-of-type {
  padding-bottom: 100px;
}

.measures-article__img {
  margin: 0 auto 20px;
}

.measures-article__txt {
  margin-bottom: 18px;
}

.measures-article__link {
  display: inline-block;
  color: #29a8df;
  text-decoration: underline;
}

.measures-article__btn {
  margin-top: 47px;
}

@media (min-width: 768px) {
  .measures-article + .measures-article {
    margin-top: 120px;
  }

  .measures-article:last-of-type {
    padding-bottom: 160px;
  }

  .measures-article__img {
    width: max-content;
    margin-bottom: 73px;
  }

  .measures-article__list, .measures-article__txt {
    padding: 0 22px;
  }

  .measures-article__txt {
    margin-bottom: 80px;
  }

  .measures-article__btn {
    margin-top: 168px;
  }
}
#voice {
  background: #eaf7fd url(../img/voice/bg_stripe01.png) repeat 0 0/14px;
}

#voice .l-sub-img {
  position: relative;
  height: 171px;
  text-align: center;
}

#voice .l-sub-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22750px%22%20height%3D%22342px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(14%2C%2041%2C%20102)%22%20d%3D%22M0.0%2C0.0%20L749.999%2C0.0%20L749.999%2C278.454%20L375.0%2C341.999%20L0.0%2C278.454%20L0.0%2C0.0%20Z%22%2F%3E%3C%2Fsvg%3E");
}

#voice .l-sub-img__head {
  width: 165px;
  margin: auto;
  padding-top: 12px;
}

#voice .l-sub-img__head svg .d, #voice .l-sub-img__head svg .e {
  fill: #fff;
}

#voice .l-sub-img__txt {
  line-height: 1.5;
  font-size: 1.9rem;
  color: #fff;
}

@media (max-width: 374px) {
  #voice .l-sub-img__txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  #voice .l-sub-img {
    padding-top: 70px;
    height: 495px;
  }

  #voice .l-sub-img::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920px%22%20height%3D%22495px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(14%2C%2041%2C%20102)%22%20d%3D%22M0.0%2C0.0%20L1919.999%2C0.0%20L1919.999%2C334.999%20L960.0%2C494.999%20L0.0%2C334.999%20L0.0%2C0.0%20Z%22%2F%3E%3C%2Fsvg%3E");
  }

  #voice .l-sub-img__head {
    width: 462px;
    margin-bottom: 23px;
    padding-top: 70px;
  }

  #voice .l-sub-img__txt {
    font-size: 3.4rem;
  }

  #voice div[class*=__inner] {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}
.voice-talk__inner {
  padding: 30px 5px 35px !important;
}

@media (min-width: 768px) {
  .voice-talk__inner {
    padding: 75px 0 110px !important;
  }
}
.voice-profile__inner {
  padding-bottom: 100px;
}

.voice-profile__head {
  padding-left: 30px;
  line-height: 22px;
  background: url(../img/voice/bg_tab01.png) no-repeat left bottom/113px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00a69a;
  letter-spacing: 0.05em;
}

.voice-profile__head span {
  display: inline-block;
  transform: translateY(3px);
}

.voice-profile-list {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
}

.voice-profile-list__item {
  max-width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.voice-profile-list__item-ico {
  width: 90px;
  margin: auto;
}

.voice-profile-list__item-name {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 1.3rem;
}

.voice-profile-list__item-cat {
  display: inline-block;
  min-width: 90px;
  margin: 0 auto 5px;
  line-height: 25px;
  border-radius: 25px;
  background-color: #00a69a;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
}

.voice-profile-list__item-txt {
  font-size: 1.2rem;
}

.voice-profile__btn {
  margin-top: 70px;
}

@media (max-width: 374px) {
  .voice-profile-list__item {
    min-width: 30%;
    margin-left: 3px;
    margin-right: 3px;
  }

  .voice-profile-list__item-ico {
    width: 80px;
  }

  .voice-profile-list__item-cat {
    min-width: 80px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .voice-profile__head {
    box-sizing: border-box;
    max-width: 700px;
    margin: auto;
    padding-left: 40px;
    line-height: 33px;
    background-size: 158px;
    font-size: 2.2rem;
  }

  .voice-profile__head span {
    transform: translateY(8px);
  }

  .voice-profile-list {
    max-width: 700px;
    margin: auto;
    padding: 38px 0 27px;
  }

  .voice-profile-list__item {
    width: 160px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .voice-profile-list__item-ico {
    width: 160px;
  }

  .voice-profile-list__item-name {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }

  .voice-profile-list__item-cat {
    min-width: 133px;
    margin-bottom: 8px;
    line-height: 35px;
    font-size: 1.8rem;
  }

  .voice-profile-list__item-txt {
    font-size: 1.6rem;
  }

  .voice-profile__btn {
    margin-top: 166px;
  }
}
body#voice-index {
  min-height: 100vh;
}

body#voice-index main {
  background: url(../img/home/bg_stripe01.png) repeat 0 0/12px;
}

body#voice-index .home-real {
  min-height: calc(100vh - 35px);
  background: none;
}

body#voice-index .l-footer:not(.has-no-margin) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body#voice-index {
    min-height: -webkit-fill-available;
  }
}
@media (min-width: 768px) {
  body#voice-index main {
    background-size: 23px;
  }

  body#voice-index .home-real {
    min-height: calc(100vh - 70px);
  }

  body#voice-index .home-real__inner {
    padding-top: 120px;
  }
}