@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

/* ==========================================================================
viewport指定
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #494949;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

[lang=en] {
  font-family: "Oswald", sans-serif;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #69BE28;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover {
  color: rgb(180, 222.5, 147.5);
}

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

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

table.for-pc {
  display: table;
}

table.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-0em {
  margin-top: 0em !important;
}

.mb-0em {
  margin-bottom: 0em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

.mt-10em {
  margin-top: 10em !important;
}

.mb-10em {
  margin-bottom: 10em !important;
}

.mt-base {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .mt-base {
    margin-top: 30px !important;
  }
}

.mb-base {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .mb-base {
    margin-bottom: 30px !important;
  }
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-0em {
  padding-top: 0em;
}

.pb-0em {
  padding-bottom: 0em;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: "";
  height: 1em;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.txt-en {
  font-family: "Oswald", sans-serif;
}

/* font color */
.txt-blk {
  color: #000;
}

.txt-gry {
  color: #868686;
}

.txt-org {
  color: #ff3c28;
}

/* font size */
.txt-small {
  font-size: 80%;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-center-left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-middle {
  line-height: 1.6;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

.ls-__4 {
  letter-spacing: 0.04em;
}

.ls-__8 {
  letter-spacing: 0.08em;
}

/* break */
.word_break {
  word-break: break-all;
}

/* indent */
.indent-_5 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/**/
.txt-lead {
  font-size: 112.5%;
}

.txt-lead.align-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-lead.align-center {
    text-align: left;
  }
}

/* scroll */
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: relative;
  width: 100%;
}

.l-header-top {
  z-index: 30;
  position: relative;
}

.l-header-top.green_bdr {
  border-bottom: 4px solid #69BE28;
}

.l-header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 80px 0px 42px;
  isolation: auto;
  background-color: #fff;
  color: #000;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .l-header-top__inner {
    padding-left: 15px;
    height: 50px;
  }
}

.l-header-top__logo {
  position: relative;
  margin: 0;
  line-height: 0;
}
.l-header-top__logo img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .l-header-top__logo img {
    max-width: auto;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-top__logo {
    max-width: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .l-header-top__logo img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  position: relative;
  height: 140px;
  padding: 20px 30px;
  background: #e9e9e9;
}

.l-header__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 0;
}

.l-footer-coryright {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.l-footer-pagetop {
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 20px;
  width: 58px;
  line-height: 0;
}
.l-footer-pagetop img {
  width: 100%;
  height: auto;
}
.l-footer-pagetop:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  min-height: calc(100dvh - 220px);
}
.l-main .l-contents {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main {
    min-height: calc(100dvh - 100px);
  }
}

/*---------------------
page
---------------------*/
* {
  min-width: 0;
  min-height: 0;
}

.l-main {
  position: relative;
}

/* KV-----------*/
.ms-kv {
  position: relative;
  line-height: 0;
  text-align: center;
}

/* base -----------*/
.sec {
  position: relative;
}

.sec.m-base {
  margin: 140px auto;
}
@media screen and (max-width: 767px) {
  .sec.m-base {
    margin: 70px auto;
  }
}
.sec.m-base:has(.lead-area) {
  margin-top: 0;
  margin-bottom: 0;
}

.sec-inner {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sec-inner {
    padding: 0 4%;
  }
}

.sec-note {
  text-align: right;
  margin-top: 40px;
}
.sec-note .jp {
  font-size: 1.6rem;
}
.sec-note .en {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.ms-contents {
  position: relative;
  margin: auto calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 100px;
  background-image: linear-gradient(to top, #E9E9E9 0px, #E9E9E9 200px, #FFFFFF 300px);
}
@media screen and (max-width: 767px) {
  .ms-contents {
    padding: 0 calc(50vw - 50%) 70px;
  }
}
.ms-contents::after {
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-color: #E9E9E9;
  width: 60px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.ms-contents .sec.m-base:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ms-contents .sec.m-base:last-child {
    margin-bottom: 0;
  }
}

/* common parts -----------*/
.external-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #69BE28;
  padding: 0 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3.4rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #69BE28;
  text-decoration: none;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .external-link a:hover {
    color: #fff;
    background-color: #69BE28;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.external-link .link-arrow {
  margin-left: 0.5rem;
}

.hydrogen-engine .external-link a {
  border: 1px solid #1BB8CE;
  color: #1BB8CE;
}
.hydrogen-engine .external-link a:hover {
  color: #fff;
  background-color: #1BB8CE;
}

.dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -24px;
}
.dots-wrap li {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  background-color: #CCCCCC;
}
.dots-wrap li.slick-active {
  background-color: #69BE28;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.hydrogen-engine .dots-wrap li.slick-active {
  background-color: #1BB8CE;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* lead -----------*/
.lead-area {
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#E9E9E9), color-stop(21%, #FFFFFF), to(#E9E9E9));
  background-image: linear-gradient(0deg, #E9E9E9, #FFFFFF 21% 79%, #E9E9E9);
  text-align: center;
}
.lead-area p {
  margin: 0;
  letter-spacing: 0.025em;
}
.lead-area p:last-child {
  margin-bottom: 0;
}
.lead-area .lead-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  color: #000;
}
.lead-area .lead-txt-en {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
  margin-top: 30px;
}
.lead-area .sub-lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.016em;
  margin-top: 60px;
}
.lead-area .sub-lead-en {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 30px;
}
@media screen and (min-width: 768px), print {
  .lead-area .sub-lead-en {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lead-area .anniv-box {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 40px 60px;
}
@media screen and (max-width: 767px) {
  .lead-area .anniv-box {
    padding: 40px 5% 5%;
  }
}
.lead-area .anniv-box .anniv-ico {
  width: 250px;
  margin: 0 auto;
}
.lead-area .anniv-box .anniv-ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-top: 10px;
}
.lead-area .anniv-box .anniv-ttl-en {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.lead-area .anniv-box .anniv-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.016em;
  margin-top: 20px;
}
.lead-area .anniv-box .anniv-txt-en {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 20px;
}
.lead-area .anniv-box .anniv-btn {
  max-width: 600px;
  margin: 40px auto 0;
}
.lead-area .anniv-box .anniv-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#000));
  background-image: linear-gradient(180deg, #494949, #000);
  outline: 1px solid #69BE28;
  outline-offset: -10px;
  padding: 22px 40px;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #69BE28;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .lead-area .anniv-box .anniv-btn a {
    font-size: 2rem;
  }
}
.lead-area .anniv-box .anniv-btn a::after {
  content: "→";
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .lead-area .anniv-box .anniv-btn a::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .lead-area .anniv-box .anniv-btn a:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

/* model -----------*/
.model-lineup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.model-lineup:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .model-lineup:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.model-lineup .lineup-item {
  position: relative;
}
.model-lineup.div2 .lineup-item {
  width: calc((100% - 80px) * 0.5);
}
.model-lineup.div3 .lineup-item {
  width: calc((100% - 160px) * 0.33333);
}
.model-lineup.div3 .model-title .name_sub {
  display: block;
}
.model-lineup.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.model-lineup .openBtn {
  position: relative;
  cursor: pointer;
}
.model-lineup .openBtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76px;
  height: 36px;
  background-image: url("../img/btn_more.webp");
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .model-lineup .openBtn:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.model-lineup .hydrogen-engine .openBtn::after {
  width: 80px;
  background-image: url("../img/btn_more_blue.webp");
}
.model-lineup .img,
.model-lineup .modal-img {
  position: relative;
  line-height: 0;
}
.model-lineup .new-model .img::before,
.model-lineup .new-model .modal-img::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 80px;
  height: 42px;
  background-image: url("../img/label_new.webp");
  background-size: contain;
}
.model-lineup .body {
  margin: 14px 0 0;
}
.model-lineup .model-title {
  position: relative;
  margin-top: 20px;
  padding: 9px 0 9px 10px;
  color: #000;
  line-height: 1.4;
}
.model-lineup .model-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #69BE28;
}
.model-lineup .model-title p {
  margin: 0;
}
.model-lineup .model-title .name {
  position: relative;
  display: inline-block;
  margin-right: 0.4em;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .model-lineup .model-title .name {
    font-size: 2rem;
  }
}
.model-lineup .model-title .name .jp {
  position: relative;
  bottom: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .model-lineup .model-title .name .jp {
    font-size: 1.8rem;
  }
}
.model-lineup .model-title .name .name_2 {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.model-lineup .model-title .name_sub {
  position: relative;
  bottom: 0.3em;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .model-lineup .model-title .name_sub {
    font-size: 1.2rem;
  }
}
.model-lineup .model-title .en_name {
  position: relative;
  margin-top: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #494949;
}
@media screen and (max-width: 767px) {
  .model-lineup .model-title .en_name {
    font-size: 1.4rem;
  }
}
.model-lineup .model-title .en_name_sub {
  position: relative;
  bottom: 1px;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .model-lineup .model-title .en_name_sub {
    font-size: 1.2rem;
  }
}
.model-lineup .model-title .name .name_sub {
  display: inline;
  margin-top: 0;
  bottom: 0.2em;
}
.model-lineup .img-slide + .model-title {
  margin-top: 44px;
}
.model-lineup .lineup-item.hydrogen-engine .model-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #1BB8CE;
}
.model-lineup .external-link {
  margin-top: 2rem;
}
.model-lineup .model-text {
  position: relative;
  margin: 1rem 0;
  color: #494949;
  font-size: 1.5rem;
}
.model-lineup .model-text p {
  margin: 0;
}
.model-lineup .model-text p:last-child {
  margin-bottom: 0;
}
.model-lineup .model-text sup {
  vertical-align: -webkit-baseline-middle;
}
.model-lineup .model-title-en {
  position: relative;
  color: #000;
  line-height: 1.4;
}
.model-lineup .model-title-en p {
  margin: 0;
}
.model-lineup .model-title-en .name {
  position: relative;
  display: inline-block;
  margin-right: 0.4em;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.model-lineup .model-title-en .name .name_2 {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 300;
}
.model-lineup .model-title-en .name_sub {
  position: relative;
  bottom: 0.15em;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
.model-lineup .model-text-en {
  position: relative;
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: #494949;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.model-lineup .model-text-en p {
  margin: 0;
}
.model-lineup .model-text-en p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .model-lineup.div2 {
    gap: 70px 35px;
  }
  .model-lineup.div2 .lineup-item {
    width: calc((100% - 35px) * 0.5);
  }
  .model-lineup.div3 {
    gap: 70px 35px;
  }
  .model-lineup.div3 .lineup-item {
    width: calc((100% - 35px) * 0.5);
  }
  .model-lineup.center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .model-lineup {
    gap: 30px 35px;
  }
  .model-lineup.div2 .lineup-item {
    width: 100%;
  }
  .model-lineup.div3 .lineup-item {
    width: 100%;
  }
  .model-lineup.center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.model-lineup .modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 91;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.model-lineup .modal-backdrop.active {
  opacity: 1;
  pointer-events: all;
}
.model-lineup .modal-backdrop.active .modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.model-lineup .modal-content {
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  margin: 5%;
}
.model-lineup .modal-content::-webkit-scrollbar {
  display: none;
}
.model-lineup .modal-content .closeBtn {
  position: absolute;
  top: -36px;
  right: 0;
  width: 85px;
  height: 36px;
  cursor: pointer;
}
.model-lineup .modal-box {
  background-color: #fff;
  max-width: 900px;
  max-height: 76.9230769231vh;
  padding: 4rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .model-lineup .modal-box {
    padding: 5%;
  }
}
.model-lineup .modal-sec:nth-child(n+2) {
  margin-top: 4rem;
}
.model-lineup .modal-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .model-lineup .modal-column {
    display: block;
  }
}
.model-lineup .modal-column-left {
  width: min(38.44vw, 346px);
  margin-right: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .model-lineup .modal-column-left {
    width: auto;
    margin-right: 0;
  }
}
.model-lineup .modal-img:nth-child(n+2) {
  margin-top: 20px;
}
.model-lineup .modal-txt {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .model-lineup .modal-txt {
    margin-top: 2rem;
  }
}
.model-lineup .modal-txt p {
  margin: 0;
}
.model-lineup .modal-txt p:last-child {
  margin-bottom: 0;
}
.model-lineup .modal-txt .modal-note {
  text-align: left;
  margin-top: 2rem;
}
.model-lineup .modal-txt-en {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #E9E9E9;
  margin-top: 3rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .model-lineup .modal-txt-en {
    padding: 5%;
  }
}
.model-lineup .modal-txt-en p {
  margin: 0;
}
.model-lineup .modal-txt-en p:last-child {
  margin-bottom: 0;
}
.model-lineup .modal-txt-en .modal-note {
  text-align: left;
  margin-top: 3rem;
}

.hydrogen-area {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 80px;
  width: 100vw;
  background-color: #e4ebf4;
}
.hydrogen-area .title {
  color: #fff;
  background: #72a1c7;
  border-top: 4px solid #494949;
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  padding: 5px 0 6px;
  position: relative;
  height: 76px;
}
@media screen and (max-width: 767px) {
  .hydrogen-area .title {
    font-size: 2rem;
    padding: 1px 0 6px;
    height: 45px;
  }
}
.hydrogen-area .title::after, .hydrogen-area .title::before {
  position: absolute;
  content: "";
  top: 0;
  width: 40px;
  height: 75px;
  background-color: #e4ebf4;
}
@media screen and (max-width: 767px) {
  .hydrogen-area .title::after, .hydrogen-area .title::before {
    width: 24px;
    height: 45px;
  }
}
.hydrogen-area .title::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.hydrogen-area .title::after {
  right: -1px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.hydrogen-area .sub-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #000;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .hydrogen-area .sub-title {
    font-size: 1.8rem;
  }
}
.hydrogen-area p {
  margin: 0;
}
.hydrogen-area p:last-child {
  margin-bottom: 0;
}
.hydrogen-area .hydrogen-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.016em;
  text-align: center;
  color: #000;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .hydrogen-area .hydrogen-txt {
    margin-top: 30px;
  }
}
.hydrogen-area .hydrogen-txt-en {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 30px;
}
.hydrogen-area .hydrogen-mv {
  width: 100%;
  margin-top: 40px;
}

/* topic -----------*/
.ms-topic-box {
  position: relative;
  margin: auto auto 30px;
  padding: 35px 60px;
  border: 3px solid #69BE28;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ms-topic-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-image: url("../img/topic_waku_1.svg"), url("../img/topic_waku_2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left center;
  pointer-events: none;
}
.ms-topic-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-image: url("../img/topic_waku_1.svg"), url("../img/topic_waku_2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, right center;
  pointer-events: none;
}
.ms-topic-box .topic-box-title {
  position: relative;
  display: table;
  margin: 0 0 1.8rem;
}
.ms-topic-box .topic-box-title .text-1 {
  position: relative;
  display: block;
  background: #69BE28;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-align: center;
}
.ms-topic-box .topic-box-title .text-2 {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 200;
}
.ms-topic-box .jp {
  position: relative;
  margin: 0;
}
.ms-topic-box .en {
  position: relative;
  margin: 0.5rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.ms-topic-box .img-item {
  position: relative;
}
.ms-topic-box .img-item .img {
  position: relative;
  line-height: 0;
}
.ms-topic-box .img-item .caption {
  position: relative;
  margin: 1rem 0 0;
  color: #000;
  line-height: 1.4;
}
.ms-topic-box .img-item .caption .caption_1 {
  position: relative;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.ms-topic-box .img-item .caption .caption_2 {
  position: relative;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.ms-topic-box .img-item .caption .caption_3 {
  position: relative;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.ms-topic-box .textimg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-topic-box .textimg .textimg-col1 {
  position: relative;
  width: 62%;
  padding-right: 40px;
}
.ms-topic-box .textimg .textimg-col2 {
  position: relative;
  width: 38%;
}
.ms-topic-box .future-imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-topic-box .future-imgs .img-item:nth-child(1) {
  width: 33.6%;
}
.ms-topic-box .future-imgs .img-item:nth-child(2) {
  width: 62.8%;
}
.ms-topic-box .sports-imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0;
}
.ms-topic-box .sports-imgs .img-item {
  width: calc((100% - 40px) * 0.3333);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .ms-topic-box {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .ms-topic-box {
    padding: 6%;
  }
  .ms-topic-box .textimg {
    display: block;
  }
  .ms-topic-box .textimg .textimg-col1 {
    width: auto;
  }
  .ms-topic-box .textimg .textimg-col2 {
    width: auto;
  }
  .ms-topic-box .img-item .img {
    text-align: center;
  }
  .ms-topic-box .img-item .img img {
    width: auto;
    max-width: 100%;
  }
  .ms-topic-box .future-imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 30px;
  }
  .ms-topic-box .future-imgs .img-item:nth-child(1), .ms-topic-box .future-imgs .img-item:nth-child(2) {
    width: 100%;
  }
  .ms-topic-box .future-imgs .caption {
    text-align: center;
  }
  .ms-topic-box .sports-imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 30px;
  }
  .ms-topic-box .sports-imgs .img-item {
    width: 100%;
  }
}

.ms-topic-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ms-topic-box:last-child {
    margin-bottom: 0;
  }
}

.ms-program-box + .ms-program-box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ms-program-box + .ms-program-box {
    margin-top: 40px;
  }
}
.ms-program-box + .ms-content_mobility-box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ms-program-box + .ms-content_mobility-box {
    margin-top: 25px;
  }
}
.ms-program-box .title {
  color: #fff;
  background: #69BE28;
  border-top: 4px solid #494949;
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  padding: 1px 0 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ms-program-box .title {
    font-size: 2rem;
  }
}
.ms-program-box .title:before, .ms-program-box .title::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
}
.ms-program-box .title::before {
  left: 0;
  border-top: 118px solid transparent;
  border-left: 80px solid #fff;
}
.ms-program-box .title::after {
  right: 0;
  border-top: 118px solid transparent;
  border-right: 80px solid #fff;
}
.ms-program-box .sub-title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ms-program-box .sub-title {
    margin-bottom: 25px;
    z-index: 10;
    position: relative;
  }
}
.ms-program-box .sub-title p {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ms-program-box .sub-title p {
    font-size: 1.8rem;
  }
}
.ms-program-box .sub-title span {
  font-size: 1.6rem;
  color: #69BE28;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ms-program-box .sub-title span {
    font-size: 1.4rem;
  }
}
.ms-program-box .text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ms-program-box .text-img {
    display: block;
  }
}
.ms-program-box .program-img {
  max-width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.5%;
}
@media screen and (max-width: 767px) {
  .ms-program-box .program-img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.ms-program-box .text-block {
  line-height: 1.563;
  letter-spacing: 0.025em;
}
.ms-program-box .text-block .text p:first-child {
  margin-top: 0;
}
.ms-program-box .text-block .text-e {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.ms-content_mobility-box + .ms-content_mobility-box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ms-content_mobility-box + .ms-content_mobility-box {
    margin-top: 40px;
  }
}
.ms-content_mobility-box .contents {
  margin: 0 20px;
}
.ms-content_mobility-box .title {
  position: relative;
  padding: 10px 20px 9px;
  font-size: 3rem;
  color: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(105, 190, 40)), to(rgb(233, 233, 233)));
  background: linear-gradient(90deg, rgb(105, 190, 40) 0%, rgb(233, 233, 233) 100%);
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-content_mobility-box .title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px rgb(0, 0, 0); /*折り返し部分*/
}
.ms-content_mobility-box .title::after {
  position: absolute;
  content: "";
  border-top: solid 10px transparent;
  border-right: solid 10px rgb(255, 255, 255);
  bottom: 0;
  right: 0;
}
.ms-content_mobility-box .title .text {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.ms-content_mobility-box .title .text-e {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .ms-content_mobility-box .title {
    font-size: 2.4rem;
    padding: 16px 12px;
    margin-bottom: 16px;
    display: block;
  }
  .ms-content_mobility-box .title span {
    display: block;
  }
  .ms-content_mobility-box .title .text {
    line-height: 1.2;
  }
  .ms-content_mobility-box .title .text-e {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.ms-content_mobility-box .model-title {
  border-bottom: 1px solid #494949;
  margin-bottom: 40px;
  padding-bottom: 20px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ms-content_mobility-box .model-title .item > span {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 4px;
}
.ms-content_mobility-box .model-title .item > p {
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}
.ms-content_mobility-box .model-title .text-e {
  font-family: "Oswald", sans-serif;
}
.ms-content_mobility-box .model-title .tag {
  font-size: 1.6rem;
  background: #E9E9E9;
  padding: 9px 20px 8px;
  display: inline-block;
  margin-left: auto;
  font-weight: 600;
}
.ms-content_mobility-box .model-title .tag span {
  margin-left: 10px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .ms-content_mobility-box .model-title {
    margin-bottom: 20px;
    padding-bottom: 16px;
    display: block;
  }
  .ms-content_mobility-box .model-title .item > span {
    font-size: 1.6rem;
    padding-bottom: 2px;
  }
  .ms-content_mobility-box .model-title .item > p {
    font-size: 2.2rem;
  }
  .ms-content_mobility-box .model-title .tag {
    font-size: 1.2rem;
    padding: 7px 10px 6px;
    position: static;
    margin-top: 8px;
  }
  .ms-content_mobility-box .model-title .tag span {
    margin-left: 5px;
  }
}
.ms-content_mobility-box .text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ms-content_mobility-box .text-img {
    display: block;
  }
}
.ms-content_mobility-box .mobility-img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.5%;
}
@media screen and (max-width: 767px) {
  .ms-content_mobility-box .mobility-img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ms-content_mobility-box .mobility-img.img-slide {
    margin-bottom: 40px;
  }
}
.ms-content_mobility-box .text-block {
  line-height: 1.563;
  letter-spacing: 0.025em;
}
.ms-content_mobility-box .text-block .text p:first-child {
  margin-top: 0;
}
.ms-content_mobility-box .text-block .text-e {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.ms-content_mobility-box + .ms-program-box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ms-content_mobility-box + .ms-program-box {
    margin-top: 40px;
  }
}

/* btn -----------*/
.p-btn {
  position: relative;
  max-width: 600px;
  margin: auto;
  border-bottom: 4px solid #69BE28;
}
.p-btn a {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 82px;
  margin: auto;
  padding: 24px 65px 24px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#000));
  background-image: linear-gradient(180deg, #494949, #000);
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-btn a {
    font-size: 2rem;
    padding: 10px 60px 10px 20px;
  }
}
.p-btn a:after {
  content: "→";
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #69BE28;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-btn a:after {
    right: 7%;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .p-btn a:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.p-btn .en_1 {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 1.9rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.p-btn .en_2 {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 1.9rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.p-btn .jp_1 {
  display: inline-block;
  position: relative;
  top: 0.05em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-btn {
    width: 90%;
  }
}