@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

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

.l-header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff; }
  .l-header-top {
    padding: 20px 20px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 768px) {
      .l-header-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .l-header-link {
    height: 48px;
    display: block; }
    @media (max-width: 768px) {
      .l-header-link {
        height: 38px; } }
  .l-header-logo {
    height: 100%;
    display: block; }
  .l-header-copy {
    font-size: clamp(10px, 1.2vw, 14px);
    text-align: center; }
    @media (max-width: 768px) {
      .l-header-copy {
        display: none; } }
  .l-header-cta {
    background-color: #ff7914;
    font-size: 20px;
    color: #fff;
    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;
    position: relative;
    padding: 0 48px;
    text-decoration: none;
    white-space: nowrap; }
    .l-header-cta::after {
      content: "";
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: #fff;
      -webkit-clip-path: polygon(30% 20%, 30% 80%, 70% 50%);
      clip-path: polygon(30% 20%, 30% 80%, 70% 50%); }
  .l-header-nav {
    background-color: #ffd20d; }
    @media (max-width: 768px) {
      .l-header-nav {
        display: none; } }
    .l-header-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0;
      gap: 32px; }
    .l-header-nav li {
      display: block; }
    .l-header-nav a {
      color: #000;
      display: block;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none; }

.l-footer {
  width: 100%;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-size: 15px;
  background-color: #00362e; }

.l-content {
  width: 100%;
  overflow: hidden; }

.mv {
  background-color: #03b497;
  width: 100%;
  position: relative;
  padding: 40px 0 40px;
  z-index: 1; }
  .mv-top-copy {
    width: 65%;
    margin: 0 auto;
    display: block; }
    @media (max-width: 768px) {
      .mv-top-copy {
        width: 100%; } }
  .mv-bottom-img {
    width: 65%;
    margin: 12px auto 20px;
    display: block; }
    @media (max-width: 768px) {
      .mv-bottom-img {
        margin: 16px auto 16px;
        width: 90%; } }
  .mv-bottom-desc {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 768px) {
      .mv-bottom-desc {
        width: 90%;
        margin: 20px auto 0;
        font-size: 12px; } }

.about {
  padding: 26px 0 120px;
  position: relative; }
  @media (max-width: 768px) {
    .about {
      padding: 26px 0 48px; } }
  .about-deco-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    .about-deco-img img {
      display: block;
      position: absolute; }
    .about-deco-img img:nth-child(1) {
      width: 200px;
      top: 10%;
      left: 5%; }
      @media (max-width: 768px) {
        .about-deco-img img:nth-child(1) {
          width: 100px;
          top: 2%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    .about-deco-img img:nth-child(2) {
      width: 260px;
      top: 50%;
      right: 2.5%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 768px) {
        .about-deco-img img:nth-child(2) {
          width: 100px;
          top: 10%;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          right: -1.5%; } }
    .about-deco-img img:nth-child(3) {
      width: 220px;
      bottom: 5%;
      left: 0.5%; }
      @media (max-width: 768px) {
        .about-deco-img img:nth-child(3) {
          width: 100px;
          top: 10%;
          left: 0.5%; } }
  .about-inner {
    position: relative;
    z-index: 3; }
  .about-deco {
    color: #f2f2f2;
    font-size: 48px;
    text-align: center;
    display: block;
    font-weight: bold;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .about-deco {
        line-height: 1.15em; } }
  .about-copy-sub {
    display: block;
    height: 80px;
    margin: 48px auto 0; }
    @media (max-width: 768px) {
      .about-copy-sub {
        height: auto;
        width: 75%; } }
  .about-copy {
    color: #03b497;
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0; }
    @media (max-width: 768px) {
      .about-copy {
        font-size: 24px; } }
    .about-copy em {
      display: inline-block;
      line-height: 1;
      padding: 0.25em;
      font-size: 30px;
      color: #fff;
      margin-right: 0.5em;
      font-style: normal;
      background-color: #03b497; }
      @media (max-width: 768px) {
        .about-copy em {
          font-size: 22px; } }
  .about-desc {
    text-align: center;
    font-size: 18px;
    line-height: 2.25em;
    margin-top: 40px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .about-desc {
        font-size: 16px;
        margin-top: 16px;
        line-height: 1.75em; } }
  .about-list {
    text-align: center;
    display: block;
    width: 57%;
    max-width: 750px;
    color: #fff;
    padding: 15px 20px;
    margin: 44px auto 0;
    background-color: #ff7914;
    font-size: clamp(12px, 1.2vw, 18px);
    line-height: 1.75em;
    font-weight: 500; }
    @media (max-width: 768px) {
      .about-list {
        padding: 15px 15px;
        margin: 24px auto 0;
        width: 85%; } }

.rental {
  margin-top: 80px;
  position: relative;
  width: 100%;
  /* wrapper全体 */
  /* 各カード */
  /* クラス名 */
  /* 車の画像 */
  /* 車種説明 */
  /* 価格リストのwrapper */
  /* 各料金アイテム */ }
  @media (max-width: 768px) {
    .rental {
      margin-top: 56px; } }
  .rental::before, .rental::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    /* ドットの直径 */
    background: -webkit-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -webkit-radial-gradient(circle, #00c48d 3px, transparent 3px);
    background: -o-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -o-radial-gradient(circle, #00c48d 3px, transparent 3px);
    background: repeating-linear-gradient(to right, #00c48d 0 0, transparent 0 12px), radial-gradient(circle, #00c48d 3px, transparent 3px);
    background-size: 16px 6px;
    /* 横16px, 縦8pxで繰り返し */ }
    @media (max-width: 768px) {
      .rental::before, .rental::after {
        height: 4px;
        /* ドットの直径 */
        background: -webkit-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -webkit-radial-gradient(circle, #00c48d 2px, transparent 2px);
        background: -o-repeating-linear-gradient(left, #00c48d 0 0, transparent 0 12px), -o-radial-gradient(circle, #00c48d 2px, transparent 2px);
        background: repeating-linear-gradient(to right, #00c48d 0 0, transparent 0 12px), radial-gradient(circle, #00c48d 2px, transparent 2px);
        background-size: 12px 4px; } }
  .rental::before {
    top: 0;
    left: 0; }
  .rental::after {
    bottom: 0;
    left: 0; }
  .rental-ttl {
    font-size: 44px;
    color: #fff;
    line-height: 1;
    padding: 26px 50px 22px;
    border-radius: 56px;
    background-color: #03b497;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .rental-ttl {
        font-size: 27px;
        padding: 16px 24px 16px;
        white-space: nowrap; } }
    .rental-ttl img {
      width: 50%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .rental-card-wrapper {
    padding: 16px 0 80px;
    width: 90%;
    max-width: 1080px;
    gap: 48px;
    /* カード間の余白 */
    row-gap: 80px;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .rental-card-wrapper {
        padding: 16px 0 48px;
        margin: 24px auto 0;
        gap: 32px;
        row-gap: 56px; } }
  .rental-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    max-width: 240px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    /* 上からクラス名、画像、価格リスト */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    list-style: none;
    text-align: center; }
    @media (max-width: 768px) {
      .rental-card {
        max-width: calc(50% - 16px);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .rental-card-class {
    min-height: 72px;
    /* タイトルの高さを揃える */
    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;
    font-size: 30px;
    font-weight: bold;
    color: #00b28a;
    margin-bottom: .5rem;
    line-height: 1.35em; }
    @media (max-width: 768px) {
      .rental-card-class {
        font-size: 20px;
        min-height: 56px; } }
    .rental-card-class.class-min {
      font-size: 24px; }
      @media (max-width: 768px) {
        .rental-card-class.class-min {
          font-size: 20px;
          min-height: 56px; } }
  .rental-card-img img {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    border-radius: 16px;
    overflow: hidden; }
  .rental-card-desc {
    font-size: 18px;
    color: #000;
    margin-top: 16px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      .rental-card-desc {
        font-size: 14px;
        line-height: 1.25em;
        margin-top: 8px; } }
  .rental-card-price-list-wrapper {
    margin-top: 16px; }
    @media (max-width: 768px) {
      .rental-card-price-list-wrapper {
        margin-top: 8px; } }
  .rental-card-price-list {
    padding: 0;
    margin: 0; }
  .rental-card-price-list-item {
    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;
    font-size: 14px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .rental-card-price-list-item {
        font-size: 10px; } }
    .rental-card-price-list-item + .rental-card-price-list-item {
      margin-top: 1em; }
  .rental-card-price-time {
    background: #03b497;
    color: #fff;
    font-size: 14px;
    padding: .35em .5em;
    text-align: center;
    width: 64px; }
    @media (max-width: 768px) {
      .rental-card-price-time {
        font-size: 10px;
        padding: .35em 0;
        width: 42px; } }
    .rental-card-price-time.border-type {
      border: 2px solid #03b497;
      background-color: #fff;
      color: #03b497; }
  .rental-card-price {
    font-weight: bold;
    line-height: 1; }
    .rental-card-price em {
      color: #ff7914;
      font-size: 30px;
      font-style: normal;
      margin-right: 0.05em;
      line-height: 1;
      display: inline-block; }
      @media (max-width: 768px) {
        .rental-card-price em {
          font-size: 20px; } }

.plan {
  background: #00b28a;
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 1080px;
  margin: 148px auto 120px;
  padding-top: 100px;
  padding-bottom: 40px;
  /* 黄色の帯コピー */
  /* タイトル */
  /* 説明テキスト */
  /* 車の画像 */
  /* リスト全体 */
  /* 各料金カード */ }
  @media (max-width: 768px) {
    .plan {
      padding-top: 64px;
      padding-bottom: 16px;
      margin: 80px auto 48px; } }
  .plan-copy {
    background: #FFD400;
    color: #00b28a;
    font-weight: bold;
    font-size: 40px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 16px 40px;
    border-radius: 56px;
    display: inline-block;
    position: absolute; }
    @media (max-width: 768px) {
      .plan-copy {
        padding: 12px 32px;
        font-size: 18px; } }
    .plan-copy::before {
      content: "";
      -webkit-clip-path: polygon(30% 20%, 30% 80%, 70% 50%);
      clip-path: polygon(30% 20%, 30% 80%, 70% 50%);
      -webkit-transform: translate(-50%, 50%) rotate(90deg);
      -ms-transform: translate(-50%, 50%) rotate(90deg);
      transform: translate(-50%, 50%) rotate(90deg);
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      background-color: #FFD400;
      width: 60px;
      height: 60px; }
  .plan-ttl {
    font-size: 33px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #009e85;
    padding: 0.25em 0; }
    @media (max-width: 768px) {
      .plan-ttl {
        font-size: 22px; } }
  .plan-desc {
    font-size: 22px;
    line-height: 1.75em;
    color: #fff;
    margin-top: 24px; }
    @media (max-width: 768px) {
      .plan-desc {
        text-align: left;
        font-size: 16px;
        margin: 12px auto 0;
        width: 90%; } }
  .plan-deco-img {
    position: absolute;
    top: 40px;
    width: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px; }
    @media (max-width: 768px) {
      .plan-deco-img {
        top: 64px; } }
  .plan-deco-img img {
    max-width: 240px;
    width: 25%;
    height: auto; }
  .plan-wrapper {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 0 40px 0; }
    @media (max-width: 768px) {
      .plan-wrapper {
        gap: 16px;
        padding: 0 16px 0; } }
  .plan-wrapper-list {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px; }
    @media (max-width: 768px) {
      .plan-wrapper-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px); } }
  .plan-list-ttl {
    background: #004b3d;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0; }
    @media (max-width: 768px) {
      .plan-list-ttl {
        font-size: 16px; } }
  .plan-list-price {
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    font-weight: bold; }
    .plan-list-price em {
      color: #F06D00;
      font-size: 26px;
      font-style: normal; }
      @media (max-width: 768px) {
        .plan-list-price em {
          font-size: 18px; } }
    @media (max-width: 768px) {
      .plan-list-price {
        font-size: 14px; } }

.faq {
  background: #e8f2f1;
  /* 全体の背景色 */
  padding: 72px 0 48px;
  /* 見出し */
  /* 各質問ボックス */
  /* 質問部分 */
  /* 答え部分 */ }
  @media (max-width: 768px) {
    .faq {
      padding: 32px 0 48px; } }
  .faq-ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #00362e; }
    @media (max-width: 768px) {
      .faq-ttl {
        font-size: 24px; } }
  .faq-container {
    margin: 48px auto 0;
    background: #fff;
    width: 90%;
    max-width: 900px; }
    @media (max-width: 768px) {
      .faq-container {
        margin: 24px auto 0; } }
  .faq-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #03b497;
    color: #fff;
    padding: 16px 20px;
    font-size: 24px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .faq-question {
        font-size: 18px; } }
  .faq-question::before {
    content: "Q";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #00362e;
    font-weight: bold;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 50%;
    margin-right: 12px; }
    @media (max-width: 768px) {
      .faq-question::before {
        font-size: 18px;
        width: 30px;
        height: 30px; } }
  .faq-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 16px 20px;
    font-size: 17px;
    color: #333;
    background: #f8f8f8; }
    @media (max-width: 768px) {
      .faq-answer {
        font-size: 14px;
        line-height: 1.5em;
        padding: 14px 18px;
        text-align: justify; } }
  .faq-answer::before {
    content: "A";
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #ff7914;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px; }
    @media (max-width: 768px) {
      .faq-answer::before {
        font-size: 14px; } }

/*# sourceMappingURL=style.css.map */