@charset "UTF-8";
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   a
   ========================================================================== */
a {
  outline: none;
}

a,
a:link {
  outline: none;
}

a:visited {
  outline: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* ==========================================================================
  form
   ========================================================================== */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

input,
input[type=button],
input[type=submit],
input[type=reset] button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  /* 追記 */
  display: block;
  width: 100%;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/******************************************
table（追記）
******************************************/
table,
thead,
tbody,
tr,
th,
td {
  display: block;
  width: 100%;
}

th,
td {
  text-align: left;
  font-weight: 400;
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/********************************
* * * * * * * Base * * * * * * *
*********************************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  max-width: 100%;
  background: #fff;
  color: #202020;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  margin-left: auto;
  margin-right: auto;
}

main.page-main {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  main.page-main {
    margin-top: 140px;
    margin-bottom: 115px;
  }
}
@media (min-width: 1025px) {
  main.page-main {
    margin-top: 180px;
    margin-bottom: 150px;
  }
}

main.page-404 {
  margin-top: 140px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  main.page-404 {
    margin-top: 190px;
    margin-bottom: 125px;
  }
}
@media (min-width: 1025px) {
  main.page-404 {
    margin-top: 240px;
    margin-bottom: 200px;
  }
}

p {
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
  color: #202020;
  line-height: 1.8;
}

a {
  color: #202020;
  text-decoration: none;
  list-style: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
a[tabindex="-1"]:hover {
  opacity: 1 !important;
}
a[tabindex="-1"]::after {
  display: none !important;
}

.container {
  max-width: 1140px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container-m {
  max-width: 1040px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container-s {
  max-width: 940px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.page-container {
  max-width: 1040px;
  width: calc(100% - 30px);
  margin: 0 auto 80px;
}
@media (min-width: 768px) {
  .page-container {
    margin: 0 auto 180px;
  }
}

.side-space {
  width: calc(100% - 30px);
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .side-space {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1025px) {
  .side-space {
    width: calc(100% - 80px);
  }
}

.sec-mb {
  margin-bottom: 80px !important;
}
@media (min-width: 768px) {
  .sec-mb {
    margin-bottom: 180px !important;
  }
}

/************************************
 * * * * * * * Element * * * * * * *
 ***********************************/
/* ボタン */
.btn {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 27px 0 27px;
  max-width: 370px;
  width: 100%;
  overflow: hidden;
  background: #089942;
  border-radius: 50px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 768px) {
  .btn {
    padding: 28px 0 28px;
    max-width: 410px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .btn {
    max-width: 450px;
    font-size: 2rem;
  }
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn::after {
  content: "\f135";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: bootstrap-icons;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .btn::after {
    font-size: 3.3rem;
  }
}
@media (min-width: 1025px) {
  .btn::after {
    font-size: 3.7rem;
  }
}
.btn.arrow-bottom::after {
  content: "\f282";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: bootstrap-icons;
  font-size: 1.6rem;
}
.btn.arrow-external::after {
  content: "\f1c5";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: bootstrap-icons;
  font-size: 1.6rem;
}
.btn.size-s {
  max-width: 300px;
}
@media (min-width: 768px) {
  .btn.size-s {
    max-width: 350px;
  }
}
@media (min-width: 1025px) {
  .btn.size-s {
    max-width: 400px;
  }
}

.sec-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 768px) {
  .sec-title {
    margin-bottom: 50px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .sec-title {
    margin-bottom: 60px;
    font-size: 2rem;
  }
}
.sec-title span {
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", serif;
  font-size: 4rem;
  font-weight: bold;
  color: #089942;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .sec-title span {
    font-size: 4.5rem;
  }
}
@media (min-width: 1025px) {
  .sec-title span {
    font-size: 5rem;
  }
}

.page-h1 {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-h1 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .page-h1 {
    margin-bottom: 80px;
  }
}
.page-h1 span {
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", serif;
  font-size: 4rem;
  font-weight: bold;
  color: #089942;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-h1 span {
    font-size: 4.5rem;
  }
}
@media (min-width: 1025px) {
  .page-h1 span {
    font-size: 5rem;
  }
}
.page-h1 h1 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #202020;
}
@media (min-width: 768px) {
  .page-h1 h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .page-h1 h1 {
    font-size: 2rem;
  }
}

.post-h1 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .post-h1 {
    margin-bottom: 50px;
    font-size: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .post-h1 {
    margin-bottom: 60px;
    font-size: 4rem;
  }
}

.note-list01 li {
  margin-left: 39px;
  text-indent: -39px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.note-list01 li a {
  text-decoration: underline;
  color: #089942;
}

.note-list02 li {
  margin-left: 15px;
  text-indent: -15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.note-list02 li a {
  text-decoration: underline;
  color: #089942;
}

/************************************
* * * * * * CSS Class * * * * * *
************************************/
/* font */
.fw-bold {
  font-weight: bold !important;
}

.font-italic {
  font-style: italic !important;
}

.td-underline {
  text-decoration: underline !important;
}

.td-linethrough {
  text-decoration: line-through !important;
}

.text-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* flexbox class */
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* margin class*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* tab margin-bottom */
@media (min-width: 768px) {
  .tab-mb-0 {
    margin-bottom: 0 !important;
  }
  .tab-mb-10 {
    margin-bottom: 10px !important;
  }
  .tab-mb-20 {
    margin-bottom: 20px !important;
  }
  .tab-mb-25 {
    margin-bottom: 25px !important;
  }
  .tab-mb-30 {
    margin-bottom: 30px !important;
  }
  .tab-mb-40 {
    margin-bottom: 40px !important;
  }
  .tab-mb-50 {
    margin-bottom: 50px !important;
  }
  .tab-mb-60 {
    margin-bottom: 60px !important;
  }
  .tab-mb-70 {
    margin-bottom: 70px !important;
  }
  .tab-mb-80 {
    margin-bottom: 80px !important;
  }
  .tab-mb-90 {
    margin-bottom: 90px !important;
  }
  .tab-mb-100 {
    margin-bottom: 100px !important;
  }
  .tab-mb-110 {
    margin-bottom: 110px !important;
  }
  .tab-mb-120 {
    margin-bottom: 120px !important;
  }
  .tab-mb-130 {
    margin-bottom: 130px !important;
  }
  .tab-mb-140 {
    margin-bottom: 140px !important;
  }
  .tab-mb-150 {
    margin-bottom: 150px !important;
  }
}
/* pc margin-bottom */
@media (min-width: 1025px) {
  .pc-mb-0 {
    margin-bottom: 0 !important;
  }
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
}
/* background */
.bg-green {
  background-color: #089942 !important;
}

.bg-orange {
  background-color: #ff8000 !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

/* 調整クラス */
.no_link {
  pointer-events: none;
}
.no_link:hover {
  opacity: 1;
}

/* 表示非表示 */
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none;
}
@media (min-width: 768px) {
  .tab-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media (min-width: 1025px) {
  .pc-only {
    display: block !important;
  }
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/********************************
* * * * * * Element * * * * * *
*********************************/
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: transparent;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
  width: 100%;
}
@media (min-width: 800px) {
  .header .header__inner {
    padding: 20px 20px 0 30px;
  }
}
.header .header__logo {
  padding: 19px 17px;
}
@media (min-width: 800px) {
  .header .header__logo {
    padding: 2px 0 0 0;
  }
}
.header .header__logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media (min-width: 800px) {
  .header .header__logo img {
    max-width: 262px;
  }
}
.header .header__nav {
  position: fixed;
  top: -100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-bottom: 20px;
  width: 100%;
  background: #fff;
}
@media (min-width: 800px) {
  .header .header__nav {
    position: unset;
    -webkit-transition: none;
    transition: none;
    padding: 15px 35px;
    width: auto;
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  }
}
.header .header__nav .header__nav--logo {
  padding: 11px 7px;
  margin-bottom: 25px;
}
@media (min-width: 800px) {
  .header .header__nav .header__nav--logo {
    display: none;
  }
}
.header .header__nav .header__nav--logo img {
  width: 100%;
  max-width: 210px;
  height: auto;
}
.header .header__nav .header__nav--menu {
  margin: 0 auto;
  width: calc(100% - 30px);
}
@media (min-width: 800px) {
  .header .header__nav .header__nav--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: auto;
  }
}
.header .header__nav .header__nav--menu li a {
  position: relative;
  display: block;
  padding: 17px 20px 17px 0;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 800px) {
  .header .header__nav .header__nav--menu li a {
    padding: 0;
    width: auto;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (min-width: 800px) {
  .header .header__nav .header__nav--menu li a:hover {
    opacity: 1;
    color: #089942;
  }
}
.header .header__nav .header__nav--menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 14px;
  background: url(../images/icon/arrow_right_green.svg) no-repeat 100%;
}
@media (min-width: 800px) {
  .header .header__nav .header__nav--menu li a::after {
    display: none;
  }
}
.header .header__nav .header__nav--menu li a[target=_blank]::after {
  content: "\f1c5";
  width: 15px;
  height: 14px;
  background: none;
  font-family: bootstrap-icons;
  font-size: 1.6rem;
  color: #089942;
}
@media (min-width: 800px) {
  .header .header__nav .header__nav--menu li a[target=_blank]::after {
    display: none;
  }
}

/* jsで操作用クラス */
.js_gnav.active {
  top: 0 !important;
}

.toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
}
@media (min-width: 800px) {
  .toggle {
    display: none;
  }
}
.toggle span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #202020;
  width: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toggle span:nth-of-type(1) {
  top: 17px;
}
.toggle span:nth-of-type(2) {
  top: 25px;
}
.toggle span:nth-of-type(3) {
  top: 33px;
}

.js_toggle span.active {
  top: 25px;
  left: 24%;
}
.js_toggle span:nth-of-type(1).active {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.js_toggle span:nth-of-type(2).active {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.js_toggle span:nth-of-type(3).active {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/********************************
* * * * * * Element * * * * * *
*********************************/
.footer {
  background-color: #089942;
}
.footer .footer__inner {
  position: relative;
  padding: 30px 0 10px;
}
.footer .footer__inner::before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0;
  width: 67px;
  height: 32px;
  background: url(../images/page/footer/taxi_green.png) no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .footer .footer__inner::before {
    top: -65px;
    width: 135px;
    height: 65px;
  }
}
.footer .footer__inner h3, .footer .footer__inner p, .footer .footer__inner a, .footer .footer__inner small {
  color: #fff;
}
.footer .footer__logo {
  margin-bottom: 23px;
  width: 200px;
}
@media (min-width: 768px) {
  .footer .footer__logo {
    width: 300px;
  }
}
.footer .footer__logo a, .footer .footer__logo img {
  width: 100%;
}
.footer .footer__operation h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer .footer__operation p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 2;
}
.footer .footer__contact {
  margin-bottom: 26px;
}
.footer .footer__contact h3 {
  margin-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer .footer__contact p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.footer .footer__contact p a {
  text-decoration: underline;
}
.footer .footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__bottom small {
  font-family: "Roboto", serif;
  font-size: 1.1rem;
}
.footer .footer__bottom a {
  font-size: 1.1rem;
  text-decoration: underline;
}

.f_pc_only {
  display: none !important;
}

@media (min-width: 768px) {
  .f_sp_only {
    display: none !important;
  }
  .f_pc_only {
    display: block !important;
  }
}
/********************************
* * * * * * * 変数 * * * * * * *
*********************************/
/* font */
/* color */
/************************************
 * * * * * * * Element * * * * * * *
 ***********************************/
/* First view */
.fv .fv__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1600px;
}
.fv .fv__inner img {
  width: 100%;
}

.smoothscroll-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .smoothscroll-btn {
    display: none;
  }
}
.smoothscroll-btn a:not(:last-of-type) {
  margin-bottom: 10px;
}

.top-ticket .top-ticket__inner {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .top-ticket .top-ticket__inner {
    padding: 90px 0 110px;
  }
}
@media (min-width: 1025px) {
  .top-ticket .top-ticket__inner {
    padding: 100px 0 120px;
  }
}
.top-ticket .top-ticket__list {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top-ticket .top-ticket__list {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .top-ticket .top-ticket__list {
    margin-bottom: 80px;
  }
}

.ticket-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 17px;
}
@media (min-width: 1025px) {
  .ticket-list {
    gap: 40px 33px;
  }
}

.ticket-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  width: calc(50% - 9px);
}
@media (min-width: 768px) {
  .ticket-li {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 1025px) {
  .ticket-li {
    width: calc(25% - 25px);
  }
}
.ticket-li .ticket-li__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ticket-li .ticket-li__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  margin: 0 auto;
  width: calc(100% - 20px);
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__title {
    width: calc(100% - 30px);
  }
}
.ticket-li .ticket-li__title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__title > div {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__title > div {
    width: 40px;
    height: 40px;
  }
}
.ticket-li .ticket-li__title > div img {
  width: 100%;
  height: auto;
}
.ticket-li .ticket-li__title > div.none-logo {
  background-color: #202020;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__title > div.none-logo {
    font-size: 0.9rem;
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__title > div.none-logo {
    font-size: 1.2rem;
  }
}
.ticket-li .ticket-li__title > h2, .ticket-li .ticket-li__title > h3 {
  width: calc(100% - 26px);
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__title > h2, .ticket-li .ticket-li__title > h3 {
    width: calc(100% - 33px);
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__title > h2, .ticket-li .ticket-li__title > h3 {
    width: calc(100% - 40px);
  }
}
.ticket-li .ticket-li__title > h2, .ticket-li .ticket-li__title > h2 a, .ticket-li .ticket-li__title > h3, .ticket-li .ticket-li__title > h3 a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #089942;
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__title > h2, .ticket-li .ticket-li__title > h2 a, .ticket-li .ticket-li__title > h3, .ticket-li .ticket-li__title > h3 a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__title > h2, .ticket-li .ticket-li__title > h2 a, .ticket-li .ticket-li__title > h3, .ticket-li .ticket-li__title > h3 a {
    font-size: 1.6rem;
  }
}
.ticket-li .ticket-li__title > h2 a, .ticket-li .ticket-li__title > h3 a {
  text-decoration: underline;
}
.ticket-li .ticket-li__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0 10px;
}
.ticket-li .ticket-li__explanation {
  margin: 0 auto 5px;
  width: calc(100% - 20px);
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__explanation {
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__explanation {
    width: calc(100% - 30px);
    font-size: 1.4rem;
  }
}
.ticket-li .ticket-li__discount {
  margin: 0 auto 4px;
  width: calc(100% - 20px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 1.6rem;
  font-weight: bold;
  color: #089942;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__discount {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__discount {
    width: calc(100% - 30px);
    font-size: 2rem;
  }
}
.ticket-li .ticket-li__discount::before {
  content: "";
  display: block;
  padding-right: 5px;
  background: url(../images/icon/ticket_green.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__discount::before {
    width: 25px;
    height: 18px;
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__discount::before {
    width: 30px;
    height: 21px;
  }
}
.ticket-li .ticket-li__sentence {
  margin: 0 auto 10px;
  padding: 7px 8px;
  width: calc(100% - 20px);
  min-height: 56px;
  background: #e5e5e5;
}
@media (min-width: 768px) {
  .ticket-li .ticket-li__sentence {
    min-height: 58px;
  }
}
@media (min-width: 1025px) {
  .ticket-li .ticket-li__sentence {
    margin: 0 auto 14px;
    width: calc(100% - 30px);
  }
}
.ticket-li .ticket-li__sentence p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}
.ticket-li .ticket-li__sentence p a {
  text-decoration: underline;
}
.ticket-li .ticket-li__sentence .read-more {
  display: none;
  text-align: right;
}
.ticket-li .ticket-li__sentence .read-more a {
  font-size: 0.9rem;
  text-decoration: underline;
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal__inner {
  position: relative;
  padding: 44px 15px 17px;
  margin: 0 auto;
  max-width: 600px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .modal .modal__inner {
    padding: 29px 20px 20px;
  }
}
.modal .modal__inner p {
  font-size: 1.1rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .modal .modal__inner p {
    font-size: 1.5rem;
  }
}
.modal .modal__inner p a {
  text-decoration: underline;
}
.modal .modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-color: #202020;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal .modal__close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
.modal .modal__close span {
  position: absolute;
  top: 49%;
  left: 20%;
  border-top: 2px solid #fff;
  width: 15px;
}
@media (min-width: 768px) {
  .modal .modal__close span {
    top: 48%;
    left: 21%;
    border-top: 3px solid #fff;
    width: 25px;
  }
}
.modal .modal__close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal__close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service {
  background-color: #f9f9f9;
}
.service .service__inner {
  position: relative;
  padding: 90px 0 85px;
}
@media (min-width: 768px) {
  .service .service__inner {
    padding: 100px 0 110px;
  }
}
@media (min-width: 1025px) {
  .service .service__inner {
    padding: 110px 0 120px;
  }
}
.service .service__inner > p:first-of-type {
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .service .service__inner > p:first-of-type {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media (min-width: 1025px) {
  .service .service__inner > p:first-of-type {
    font-size: 1.8rem;
  }
}
.service .service__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/page/top/bus_orange.png) no-repeat;
  background-size: 100%;
  width: 79px;
  height: 34px;
}
@media (min-width: 768px) {
  .service .service__inner::after {
    width: 105px;
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .service .service__inner::after {
    width: 133px;
    height: 57px;
  }
}
.service .service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .service .service__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .service .service__contents {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
@media screen and (min-width: 800px) {
  .service .service__content {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .service .service__content {
    width: calc(50% - 24px);
  }
}
.service .service__content > picture {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 800px) {
  .service .service__content > picture {
    margin-bottom: 15px;
  }
}
.service .service__content > picture img {
  width: 100%;
  height: auto;
}
.service .service__content h3 {
  margin-left: 19px;
  text-indent: -19px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #089942;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .service .service__content h3 {
    margin-left: 0;
    text-indent: 0;
    text-align: center;
  }
}
.service .service__note h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.message {
  background: rgb(159, 206, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(159, 206, 0)), to(rgb(255, 139, 0)));
  background: linear-gradient(90deg, rgb(159, 206, 0) 0%, rgb(255, 139, 0) 100%);
}
.message .message__inner {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .message .message__inner {
    padding: 35px 0;
  }
}
@media (min-width: 1025px) {
  .message .message__inner {
    padding: 45px 0;
  }
}
.message p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .message p {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}
@media (min-width: 1025px) {
  .message p {
    font-size: 2.5rem;
  }
}

.case {
  position: relative;
  background-color: #089942;
  overflow: hidden;
}
.case .case__inner {
  padding: 90px 0 58px;
}
@media (min-width: 768px) {
  .case .case__inner {
    padding: 40px 0 85px;
  }
}
@media (min-width: 1025px) {
  .case .case__inner {
    padding: 40px 0 115px;
  }
}
.case .case__title,
.case .case__title span {
  color: #fff;
}
@media (min-width: 768px) {
  .case .case__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.case .case__content:not(:last-of-type) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .case .case__content:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .case .case__content:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
.case .case__content .case__content--image {
  margin-bottom: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .case .case__content .case__content--image {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .case .case__content:nth-of-type(odd) .case__content--image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.case .case__content .case__content--image img {
  width: 100%;
  height: auto;
}
.case .case__content .case__content--text {
  position: relative;
}
@media (min-width: 768px) {
  .case .case__content .case__content--text {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .case .case__content:nth-of-type(odd) .case__content--text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.case .case__content .case__content--text::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50px;
  border: 20px solid transparent;
  border-bottom: 32px solid #fff;
}
@media (min-width: 768px) {
  .case .case__content .case__content--text::before {
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 20px solid transparent;
  }
}
@media (min-width: 768px) {
  .case .case__content:nth-of-type(odd) .case__content--text::before {
    right: -50px;
    border-left: 32px solid #fff;
  }
}
@media (min-width: 768px) {
  .case .case__content:nth-of-type(even) .case__content--text::before {
    left: -50px;
    border-right: 32px solid #fff;
  }
}
.case .case__content .case__content--text::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #9fce00;
}
@media (min-width: 768px) {
  .case .case__content .case__content--text::after {
    top: 15px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .case .case__content:nth-of-type(odd) .case__content--text::after {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .case .case__content:nth-of-type(even) .case__content--text::after {
    left: 15px;
  }
}
.case .case__content .case__content--text > div {
  position: relative;
  z-index: 10;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .case .case__content .case__content--text > div {
    padding: 38px 35px 35px;
  }
}
@media (min-width: 1025px) {
  .case .case__content .case__content--text > div {
    padding: 53px 50px 50px;
  }
}
.case .case__content .case__content--text h3 {
  margin-bottom: 10px;
  font-family: "Roboto", serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #089942;
}
@media (min-width: 768px) {
  .case .case__content .case__content--text h3 {
    margin-bottom: 15px;
    font-size: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .case .case__content .case__content--text h3 {
    margin-bottom: 20px;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .case .case__content .case__content--text p {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media (min-width: 1025px) {
  .case .case__content .case__content--text p {
    font-size: 1.8rem;
  }
}

.use {
  position: relative;
  overflow-x: hidden;
}
.use::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -2px;
  width: 67px;
  height: 132px;
  background: url(../images/page/top/how_to_use_decoration_sp_left.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .use::before {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .use::before {
    display: block;
    top: 35px;
    left: -55px;
    background: url(../images/page/top/how_to_use_decoration_pc_left.svg) no-repeat;
    width: 170px;
    height: 1321px;
  }
}
.use::after {
  content: "";
  position: absolute;
  top: 47px;
  right: -5px;
  width: 67px;
  height: 132px;
  background: url(../images/page/top/how_to_use_decoration_sp_right.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .use::after {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .use::after {
    display: block;
    top: 35px;
    right: -15px;
    background: url(../images/page/top/how_to_use_decoration_pc_right.svg) no-repeat;
    width: 168px;
    height: 1341px;
  }
}
.use .use__inner {
  padding: 80px 0 80px;
}
@media (min-width: 768px) {
  .use .use__inner {
    padding: 100px 0 110px;
  }
}
@media (min-width: 1025px) {
  .use .use__inner {
    padding: 110px 0 120px;
  }
}
.use .use__inner > p:first-of-type {
  margin-bottom: 65px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .use .use__inner > p:first-of-type {
    font-size: 1.7rem;
  }
}
@media (min-width: 1025px) {
  .use .use__inner > p:first-of-type {
    font-size: 1.8rem;
  }
}
.use .use__image {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .use .use__image {
    margin: 0 auto 60px;
    max-width: 1038px;
  }
}
.use .use__image img {
  width: 100%;
  height: auto;
}
.use .use__abouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .use .use__abouts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1025px) {
  .use .use__abouts {
    margin-bottom: 55px;
  }
}
.use .use__about {
  position: relative;
}
@media (min-width: 768px) {
  .use .use__about {
    width: 50%;
  }
}
.use .use__about h3 {
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px solid #089942;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #089942;
}
@media (min-width: 768px) {
  .use .use__about h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1025px) {
  .use .use__about h3 {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }
}
.use .use__about p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.use .use__about p > a {
  text-decoration: underline;
  color: #089942;
}
.use .use__about::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(159, 206, 0, 0.5);
}
@media (min-width: 768px) {
  .use .use__about::after {
    top: 15px;
    left: 15px;
  }
}
.use .use__about > div {
  position: relative;
  z-index: 10;
  padding: 20px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 2px solid #089942;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .use .use__about > div {
    padding: 32px 30px 30px;
  }
}
@media (min-width: 1025px) {
  .use .use__about > div {
    padding: 42px 40px 40px;
  }
}

.plan {
  background-color: #f9f9f9;
}
.plan .plan__inner {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .plan .plan__inner {
    padding: 100px 0 110px;
  }
}
@media (min-width: 1025px) {
  .plan .plan__inner {
    padding: 110px 0 120px;
  }
}
.plan .plan__inner > p:first-of-type {
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .plan .plan__inner > p:first-of-type {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media (min-width: 1025px) {
  .plan .plan__inner > p:first-of-type {
    font-size: 1.8rem;
  }
}
.plan .plan__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .plan .plan__contents {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .plan .plan__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 41px;
       -moz-column-gap: 41px;
            column-gap: 41px;
    margin-bottom: 82px;
  }
}
.plan .plan__content {
  position: relative;
  padding-top: 35px;
  margin-right: auto;
  margin-left: auto;
  max-width: 353px;
  width: 100%;
  border: 2px solid #089942;
  background-color: #fff;
}
.plan .plan__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(-45deg, #fff 0%, #fff 50%, #089942 50%, #089942 100%);
}
.plan .plan__content h3 {
  margin-bottom: 23px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #089942;
}
.plan .plan__content h3 span {
  display: block;
  margin-bottom: 3px;
  font-family: "Roboto Condensed", serif;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.plan .plan__content--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  margin-bottom: 29px;
  font-size: 2rem;
  font-weight: 500;
  color: #202020;
  line-height: 1;
}
.plan .plan__content--price span {
  margin-bottom: -5px;
  font-family: "Roboto", serif;
  font-size: 4rem;
  font-weight: bold;
}
.plan .plan__content--point {
  padding: 12px 0;
  margin: 0 auto 35px;
  max-width: 273px;
  background: #089942;
}
.plan .plan__content--point h4 {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
.plan .plan__content--point p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  font-family: "Roboto", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
.plan .plan__content--point p::before {
  content: url(../images/icon/circle_p_white.svg);
}
.plan .plan__content--ticket {
  position: relative;
  padding: 30px 20px 20px;
  background: rgba(8, 153, 66, 0.1);
}
.plan .plan__content--ticket::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/icon/cross_green.svg);
}
.plan .plan__content--ticket h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.plan .plan__content--ticket > div {
  margin: 0 auto;
  max-width: 272px;
}
.plan .plan__content--ticket p {
  position: relative;
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
  color: #089942;
}
.plan .plan__content--ticket p::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 50px;
  height: 59px;
  background: url(../images/icon/plan_ticket_green.svg) no-repeat;
  background-position: 100%;
}
.plan .plan__content--ticket small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 5px;
  text-align: left;
  font-size: 1.3rem;
}
.plan .plan__light-content {
  border-color: #9fce00;
}
.plan .plan__light-content::before {
  background: linear-gradient(-45deg, #fff 0%, #fff 50%, #9fce00 50%, #9fce00 100%);
}
.plan .plan__light-content h3 {
  color: #9fce00;
}
.plan .plan__light-content .plan__content--point {
  background: #9fce00;
}
.plan .plan__light-content .plan__content--ticket {
  background: rgba(159, 206, 0, 0.1);
}
.plan .plan__light-content .plan__content--ticket::before {
  background: url(../images/icon/cross_lightgreen.svg);
}
.plan .plan__light-content .plan__content--ticket p {
  color: #9fce00;
}
.plan .plan__light-content .plan__content--ticket p::before {
  background: url(../images/icon/plan_ticket_lightgreen.svg) no-repeat;
}
.plan .plan__premium-content {
  border-color: #ff8000;
}
.plan .plan__premium-content::before {
  background: linear-gradient(-45deg, #fff 0%, #fff 50%, #ff8000 50%, #ff8000 100%);
}
.plan .plan__premium-content h3 {
  color: #ff8000;
}
.plan .plan__premium-content .plan__content--point {
  background: #ff8000;
}
.plan .plan__premium-content .plan__content--ticket {
  background: rgba(255, 128, 0, 0.1);
}
.plan .plan__premium-content .plan__content--ticket::before {
  background: url(../images/icon/cross_orange.svg);
}
.plan .plan__premium-content .plan__content--ticket p {
  color: #ff8000;
}
.plan .plan__premium-content .plan__content--ticket p::before {
  background: url(../images/icon/plan_ticket_orange.svg) no-repeat;
}
.plan .plan__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 768px) {
  .plan .plan__btns {
    row-gap: 20px;
  }
}
@media (min-width: 1025px) {
  .plan .plan__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 78px;
       -moz-column-gap: 78px;
            column-gap: 78px;
  }
  .plan .plan__btns a {
    margin: 0;
  }
}

.transportation .transportation__inner {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .transportation .transportation__inner {
    padding: 85px 0 130px;
  }
}
@media (min-width: 1025px) {
  .transportation .transportation__inner {
    padding: 90px 0 150px;
  }
}
.transportation .transportation__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 730px;
}
@media (min-width: 768px) {
  .transportation .transportation__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.transportation .transportation__links li {
  max-width: 350px;
  width: 100%;
}
@media (min-width: 768px) {
  .transportation .transportation__links li {
    width: calc(50% - 15px);
  }
}
.transportation .transportation__links li img {
  width: 100%;
  height: auto;
}
.transportation .transportation__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 730px;
}
@media (min-width: 768px) {
  .transportation .transportation__note {
    margin-top: 30px;
  }
}

/* TICKET アーカイブ */
.archive-head {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.category-list a {
  padding: 10px 15px 10px;
  min-width: 70px;
  border-radius: 50px;
  border: 1px solid #089942;
  background-color: #089942;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .category-list a {
    padding: 10px 18px 10px;
    min-width: 85px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .category-list a {
    padding: 10px 20px 10px;
    min-width: 100px;
    font-size: 1.5rem;
  }
}
.category-list a.current {
  background-color: #fff;
  color: #089942;
}

.column-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.column-contents li#a_column {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.column-contents li#k_column {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.column-contents li#s_column {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.column-contents li#t_column {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.column-contents li#n_column {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.column-contents li#h_column {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.column-contents li#m_column {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.column-contents li#y_column {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.column-contents li#r_column {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.column-contents li#w_column {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  margin-bottom: 0;
}

.column-content {
  margin-bottom: 40px;
}
.column-content h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05;
  color: #089942;
}
@media (min-width: 768px) {
  .column-content h2 {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
}
@media (min-width: 1025px) {
  .column-content h2 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}

.error-404 .error-404__inner h1 {
  margin-bottom: 45px;
  font-family: "Roboto", serif;
  font-size: 4rem;
  font-weight: bold;
  color: #089942;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .error-404 .error-404__inner h1 {
    margin-bottom: 36px;
    font-size: 6rem;
  }
}
@media (min-width: 1025px) {
  .error-404 .error-404__inner h1 {
    font-size: 8rem;
  }
}
.error-404 .error-404__inner h2 {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .error-404 .error-404__inner h2 {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .error-404 .error-404__inner h2 {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.error-404 .error-404__inner p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.route-bus-first {
  text-align: left;
}
@media (min-width: 768px) {
  .route-bus-first {
    text-align: center;
  }
}
.route-bus-first span {
  display: none;
}
@media (min-width: 768px) {
  .route-bus-first span {
    display: inline;
  }
}

.area {
  margin: 0 auto;
  max-width: 642px;
}
.area .area__title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #089942;
}
@media (min-width: 768px) {
  .area .area__title {
    margin-bottom: 25px;
    font-size: 2.3rem;
  }
}
@media (min-width: 1025px) {
  .area .area__title {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}
.area .area__table {
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.area .area__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area .area__table th,
.area .area__table td {
  padding: 10px;
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .area .area__table th,
  .area .area__table td {
    padding: 10px 20px;
  }
}
.area .area__table th:nth-of-type(1),
.area .area__table td:nth-of-type(1) {
  width: 44%;
}
@media (min-width: 768px) {
  .area .area__table th:nth-of-type(1),
  .area .area__table td:nth-of-type(1) {
    width: 51%;
  }
}
.area .area__table th:nth-of-type(2),
.area .area__table td:nth-of-type(2) {
  width: 18%;
  text-align: center;
}
@media (min-width: 768px) {
  .area .area__table th:nth-of-type(2),
  .area .area__table td:nth-of-type(2) {
    width: 20%;
  }
}
.area .area__table th:nth-of-type(3),
.area .area__table td:nth-of-type(3) {
  width: 38%;
}
@media (min-width: 768px) {
  .area .area__table th:nth-of-type(3),
  .area .area__table td:nth-of-type(3) {
    width: 29%;
  }
}
.area .area__table thead th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(216, 235, 225, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #089942;
}
@media (min-width: 768px) {
  .area .area__table thead th {
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .area .area__table thead th {
    font-size: 2rem;
  }
}
.area .area__table thead th:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area .area__table tbody td {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .area .area__table tbody td {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .area .area__table tbody td {
    font-size: 1.6rem;
  }
}
.area .area__note {
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .area .area__note {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .area .area__note {
    margin-top: 30px;
  }
}
.area .area__note a {
  color: #089942;
  text-decoration: underline;
}

.e-ticket .e-ticket__title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #089942;
}
@media (min-width: 768px) {
  .e-ticket .e-ticket__title {
    margin-bottom: 32px;
    font-size: 2.3rem;
  }
}
@media (min-width: 1025px) {
  .e-ticket .e-ticket__title {
    margin-bottom: 43px;
    font-size: 2.5rem;
  }
}

.e-ticket-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .e-ticket-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (min-width: 1025px) {
  .e-ticket-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.e-ticket-list li {
  position: relative;
  background-color: #fff;
  border: 2px solid #089942;
  border-radius: 5px;
  min-height: 109px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .e-ticket-list li {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  .e-ticket-list li {
    width: calc(33.3333333333% - 27px);
  }
}
.e-ticket-list li::after {
  content: "";
  position: absolute;
  top: 55%;
  right: -11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/page/electronic-ticket/ticket_decoration.svg) no-repeat;
  background-size: contain;
  width: 60px;
  height: 78px;
}
.e-ticket-list li span {
  display: inline-block;
  padding: 5px 10px 6px;
  min-width: 113px;
  background-color: #089942;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
}
.e-ticket-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px;
  min-height: 80px;
}
.e-ticket-list li > div p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #089942;
  line-height: 1.6;
}