@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
strong,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
img {
  font-size: 0;
  line-height: 0;
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  word-wrap: inherit;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", san-serif, 游ゴシック体, "Yu Gothic",
    YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ,
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #242424;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  position: relative;
}
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
p {
  margin: 0;
}
i,
em {
  font-style: normal;
}
strong {
  font-weight: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
.header {
  position: fixed;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4.94792vw;
  padding: 0 1.5625vw 0 2.08333vw;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header__logoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logoBox ._img {
  width: 11.77083vw;
  height: 1.82292vw;
  margin: 0 1.45833vw 0 0;
}
.header__logoBox ._txt {
  font-size: 16px;
  font-size: 0.83333vw;
  color: #fff;
}
.header.is-scroll {
  height: 3.95833vw;
  background-color: #333;
  -webkit-box-shadow: 0.14729vw 0.14729vw 0.52083vw 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0.14729vw 0.14729vw 0.52083vw 0 rgba(0, 0, 0, 0.3);
}
.header__btn {
  opacity: 0;
  visibility: hidden;
  width: 13.54167vw;
  height: 2.70833vw;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header__btn.is-scroll {
  opacity: 1;
  visibility: visible;
}
.header__btn ._link {
  padding: 0.41667vw 0.52083vw;
  border-radius: 0.41667vw;
  -webkit-box-shadow: 0.36828vw 0.36828vw 0.52083vw 0 rgba(19, 36, 27, 0.3);
  box-shadow: 0.36828vw 0.36828vw 0.52083vw 0 rgba(19, 36, 27, 0.3);
}
.header__btn ._link ._highlight {
  width: 2.5vw;
  padding: 0.05208vw 0 0;
}
.header__btn ._link ._highlight:before {
  right: -0.26042vw;
  width: 0.41667vw;
  height: 0.41667vw;
}
.header__btn ._link ._highlight ._label {
  width: 1.875vw;
  height: 0.67708vw;
  margin: 0 0 0.10417vw;
  border-radius: 1.04167vw;
  font-size: 9px;
  font-size: 0.46875vw;
  letter-spacing: 0.2em;
}
.header__btn ._link ._highlight ._time {
  font-size: 10px;
  font-size: 0.52083vw;
}
.header__btn ._link ._highlight ._time > i {
  margin: 0 0.10417vw 0 0;
  font-size: 23px;
  font-size: 1.19792vw;
  vertical-align: -0.10417vw;
}
.header__btn ._link ._main {
  width: 11.04167vw;
  padding: 0 0 0 1.35417vw;
}
.header__btn ._link ._main ._txt {
  font-size: 14px;
  font-size: 0.72917vw;
  font-weight: 700;
  line-height: 1.214;
}
.header__btn ._link ._main:after {
  width: 0.67708vw;
  height: 0.52083vw;
}
@media screen and (max-width: 1280px) {
  .header {
    height: 7.42188vw;
    padding: 0 2.34375vw 0 3.125vw;
  }
  .header__logoBox ._img {
    width: 17.65625vw;
    height: 2.73438vw;
    margin: 0 2.1875vw 0 0;
  }
  .header__logoBox ._txt {
    font-size: 16px;
    font-size: 1.25vw;
  }
  .header.is-scroll {
    height: 5.9375vw;
    -webkit-box-shadow: 0.22094vw 0.22094vw 0.78125vw 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0.22094vw 0.22094vw 0.78125vw 0 rgba(0, 0, 0, 0.3);
  }
  .header__btn {
    width: 20.3125vw;
    height: 4.0625vw;
  }
  .header__btn ._link {
    padding: 0.625vw 0.78125vw;
    border-radius: 0.625vw;
    -webkit-box-shadow: 0.55242vw 0.55242vw 0.78125vw 0 rgba(19, 36, 27, 0.3);
    box-shadow: 0.55242vw 0.55242vw 0.78125vw 0 rgba(19, 36, 27, 0.3);
  }
  .header__btn ._link ._highlight {
    width: 3.75vw;
    padding: 0.07812vw 0 0;
  }
  .header__btn ._link ._highlight:before {
    right: -0.39062vw;
    width: 0.625vw;
    height: 0.625vw;
  }
  .header__btn ._link ._highlight ._label {
    width: 2.8125vw;
    height: 1.01562vw;
    margin: 0 0 0.15625vw;
    border-radius: 1.5625vw;
    font-size: 9px;
    font-size: 0.70312vw;
  }
  .header__btn ._link ._highlight ._time {
    font-size: 10px;
    font-size: 0.78125vw;
  }
  .header__btn ._link ._highlight ._time > i {
    margin: 0 0.15625vw 0 0;
    font-size: 23px;
    font-size: 1.79688vw;
    vertical-align: -0.15625vw;
  }
  .header__btn ._link ._main {
    width: 16.5625vw;
    padding: 0 0 0 2.03125vw;
  }
  .header__btn ._link ._main ._txt {
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .header__btn ._link ._main:after {
    width: 1.01562vw;
    height: 0.78125vw;
  }
}
@media screen and (max-width: 800px) {
  .header {
    height: 10.66667vw;
    padding: 0;
    background-color: #333;
    -webkit-box-shadow: 0.37707vw 0.37707vw 1.33333vw 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0.37707vw 0.37707vw 1.33333vw 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: none 0;
    transition: none 0;
  }
  .header__logoBox {
    width: 65.33333vw;
    padding: 0 2.66667vw;
  }
  .header__logoBox ._img {
    width: 24.8vw;
    height: 3.86667vw;
    margin: 0 2.13333vw 0 0;
  }
  .header__logoBox ._txt {
    font-size: 18px;
    font-size: 2.4vw;
    letter-spacing: normal;
  }
  .header__btn {
    opacity: 1;
    visibility: visible;
    width: 34.66667vw;
    height: 100%;
    -webkit-transition: none 0;
    transition: none 0;
  }
  .header__btn ._link {
    padding: 1.6vw 1.33333vw;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
  .header__btn ._link ._highlight {
    width: 8.53333vw;
    padding: 0;
  }
  .header__btn ._link ._highlight:before {
    right: -0.66667vw;
    width: 1.06667vw;
    height: 1.06667vw;
  }
  .header__btn ._link ._highlight ._label {
    width: 6.66667vw;
    height: 2.93333vw;
    margin: 0 0 0.53333vw;
    border-radius: 2.66667vw;
    font-size: 14px;
    font-size: 1.86667vw;
  }
  .header__btn ._link ._highlight ._time {
    font-size: 15px;
    font-size: 2vw;
  }
  .header__btn ._link ._highlight ._time > i {
    margin: 0 0.26667vw 0 0;
    font-size: 32px;
    font-size: 4.26667vw;
    vertical-align: -0.26667vw;
  }
  .header__btn ._link ._main {
    width: 24.8vw;
    padding: 0;
  }
  .header__btn ._link ._main ._txt {
    font-size: 18px;
    font-size: 2.4vw;
    letter-spacing: normal;
    line-height: 1.222;
  }
}
.mv {
  position: relative;
  width: 100%;
  height: 56.25vw;
  padding: 11.04167vw 0 0;
  background: url(../img/mv01.png) top left no-repeat;
  background-size: 100% 100%;
}
.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/mv02.png) top left no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-animation: mvAnimation 14s 0s infinite;
  animation: mvAnimation 14s 0s infinite;
}
.mv__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 95.3125vw;
  padding: 0 0 0 7.8125vw;
}
.mv__ttlBox {
  position: relative;
  padding: 3.125vw 0 0;
}
.mv__ttlBox ._kicker {
  display: block;
  padding: 0 0 0 6.77083vw;
  margin: 0 0 2.08333vw;
  font-size: 26px;
  font-size: 1.35417vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.mv__ttlBox ._balloon {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.30208vw;
  height: 6.77083vw;
}
.mv__ttlBox ._ttl {
  display: block;
  margin: 0 0 1.45833vw;
  font-size: 68px;
  font-size: 3.54167vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.mv__ttlBox ._ttl ._small {
  font-size: 52px;
  font-size: 2.70833vw;
  letter-spacing: 0.15em;
}
.mv__ttlBox ._ttl > i {
  font-size: 82px;
  font-size: 4.27083vw;
  vertical-align: -0.20833vw;
}
.mv__ttlBox ._img {
  width: 11.61458vw;
  height: 12.23958vw;
  margin: 0 auto;
}
.mv__infoBox {
  width: 30.625vw;
  padding: 8.125vw 0 0;
}
.mv__infoBox ._inner {
  position: relative;
  padding: 0.72917vw 0 0;
}
.mv__headline {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 300;
}
.mv__headline ._top {
  display: block;
  margin: 0 0 1.04167vw;
  font-size: 28px;
  font-size: 1.45833vw;
}
.mv__headline ._bottom {
  display: block;
  margin: 0 0 1.5625vw;
  font-size: 40px;
  font-size: 2.08333vw;
  line-height: 1.75;
}
.mv__spotlight {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.46875vw;
  height: 13.4375vw;
}
.mv__btn {
  width: 24.21875vw;
  height: 5.72917vw;
}
.mv__btn ._link {
  padding: 0.83333vw 1.25vw 0.83333vw 1.04167vw;
  border-radius: 0.41667vw;
  -webkit-box-shadow: 0.55245vw 0.55245vw 0.78125vw 0 rgba(19, 36, 27, 0.3);
  box-shadow: 0.55245vw 0.55245vw 0.78125vw 0 rgba(19, 36, 27, 0.3);
}
.mv__btn ._link ._highlight {
  width: 4.89583vw;
  padding: 0.20833vw 0 0;
}
.mv__btn ._link ._highlight:before {
  right: -0.36458vw;
  width: 0.625vw;
  height: 0.625vw;
}
.mv__btn ._link ._highlight ._label {
  width: 3.75vw;
  height: 1.35417vw;
  margin: 0 0 0.10417vw;
  border-radius: 1.04167vw;
  font-size: 18px;
  font-size: 0.9375vw;
  letter-spacing: 0.2em;
}
.mv__btn ._link ._highlight ._time {
  font-size: 21px;
  font-size: 1.09375vw;
}
.mv__btn ._link ._highlight ._time > i {
  margin: 0 0.10417vw 0 0;
  font-size: 46px;
  font-size: 2.39583vw;
  vertical-align: -0.10417vw;
}
.mv__btn ._link ._main {
  width: 17.08333vw;
  padding: 0 0 0 2.5vw;
}
.mv__btn ._link ._main ._txt {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.417;
}
.mv__btn ._link ._main:after {
  width: 1.04167vw;
  height: 0.83333vw;
}
@media screen and (max-width: 1280px) {
  .mv {
    height: 62.5vw;
    padding: 14.0625vw 0 0;
    background: url(../img/mv01.png) top center no-repeat;
    background-size: cover;
  }
  .mv:before {
    background: url(../img/mv02.png) top center no-repeat;
    background-size: cover;
  }
  .mv__inner {
    width: 100%;
    padding: 0 0 0 1.5625vw;
  }
  .mv__ttlBox {
    position: relative;
    padding: 4.6875vw 0 0;
  }
  .mv__ttlBox ._kicker {
    display: block;
    padding: 0 0 0 8.59375vw;
    margin: 0 0 2.34375vw;
    font-size: 20px;
    font-size: 1.5625vw;
    color: #fff;
    font-weight: 700;
  }
  .mv__ttlBox ._balloon {
    width: 8.04688vw;
    height: 8.67188vw;
  }
  .mv__ttlBox ._ttl {
    padding: 0 0 0 3.125vw;
    margin: 0 0 1.40625vw;
    font-size: 46px;
    font-size: 3.59375vw;
  }
  .mv__ttlBox ._ttl ._small {
    font-size: 35px;
    font-size: 2.73438vw;
  }
  .mv__ttlBox ._ttl > i {
    font-size: 54px;
    font-size: 4.21875vw;
    vertical-align: -0.3125vw;
  }
  .mv__ttlBox ._img {
    width: 13.90625vw;
    height: 14.6875vw;
  }
  .mv__infoBox {
    width: 34.375vw;
    padding: 7.03125vw 0 0;
  }
  .mv__infoBox ._inner {
    padding: 1.09375vw 0 0;
  }
  .mv__headline ._top {
    margin: 0 0 1.40625vw;
    font-size: 18px;
    font-size: 1.40625vw;
  }
  .mv__headline ._bottom {
    margin: 0 0 1.5625vw;
    font-size: 32px;
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .mv__spotlight {
    right: 1.5625vw;
    width: 16.40625vw;
    height: 14.21875vw;
  }
  .mv__btn {
    width: 29.0625vw;
    height: 6.875vw;
  }
  .mv__btn ._link {
    padding: 0.9375vw 1.5625vw 0.9375vw 1.25vw;
    border-radius: 0.625vw;
    -webkit-box-shadow: 0.82867vw 0.82867vw 1.17188vw 0 rgba(19, 36, 27, 0.3);
    box-shadow: 0.82867vw 0.82867vw 1.17188vw 0 rgba(19, 36, 27, 0.3);
  }
  .mv__btn ._link ._highlight {
    width: 5.46875vw;
    padding: 0.3125vw 0 0;
  }
  .mv__btn ._link ._highlight:before {
    right: -0.54688vw;
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .mv__btn ._link ._highlight ._label {
    width: 4.53125vw;
    height: 1.64062vw;
    margin: 0 0 0.15625vw;
    border-radius: 1.5625vw;
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .mv__btn ._link ._highlight ._time {
    font-size: 18px;
    font-size: 1.40625vw;
  }
  .mv__btn ._link ._highlight ._time > i {
    margin: 0 0.15625vw 0 0;
    font-size: 38px;
    font-size: 2.96875vw;
    vertical-align: -0.15625vw;
  }
  .mv__btn ._link ._main {
    width: 21.25vw;
    padding: 0 0 0 2.8125vw;
  }
  .mv__btn ._link ._main ._txt {
    font-size: 20px;
    font-size: 1.5625vw;
    line-height: 1.417;
  }
  .mv__btn ._link ._main:after {
    width: 1.5625vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  .mv {
    height: 161.86667vw;
    padding: 17.33333vw 0 0;
    background: url(../img/mv01_sp.png) top left no-repeat;
    background-size: 100% 100%;
  }
  .mv:before {
    background: url(../img/mv02_sp.png) top left no-repeat;
    background-size: 100% 100%;
  }
  .mv__inner {
    display: block;
    width: 100%;
    padding: 0;
  }
  .mv__ttlBox {
    padding: 5.86667vw 0 0 8vw;
  }
  .mv__ttlBox ._kicker {
    padding: 0 0 0 15.73333vw;
    margin: 0 0 3.73333vw;
    font-size: 33px;
    font-size: 4.4vw;
  }
  .mv__ttlBox ._balloon {
    left: 8vw;
    width: 14.53333vw;
    height: 14.53333vw;
  }
  .mv__ttlBox ._ttl {
    padding: 0 0 0 2.66667vw;
    margin: 0 0 10.66667vw;
    font-size: 78px;
    font-size: 10.4vw;
    line-height: 1;
  }
  .mv__ttlBox ._ttl ._small {
    font-size: 59px;
    font-size: 7.86667vw;
  }
  .mv__ttlBox ._ttl > i {
    font-size: 98px;
    font-size: 13.06667vw;
    vertical-align: -0.53333vw;
  }
  .mv__ttlBox ._img {
    display: none;
  }
  .mv__infoBox {
    width: 77.06667vw;
    padding: 0;
    margin: 0 auto;
  }
  .mv__headline {
    margin: 0 0 33.06667vw;
  }
  .mv__headline ._top {
    margin: 0 0 2.66667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .mv__headline ._bottom {
    margin: 0;
    font-size: 40px;
    font-size: 5.33333vw;
    letter-spacing: 0.1em;
    line-height: 1.694;
  }
  .mv__spotlight {
    top: 28.26667vw;
    left: -3.46667vw;
    right: auto;
    width: 36.53333vw;
    height: 31.6vw;
  }
  .mv__btn {
    width: 100%;
    height: 18.4vw;
  }
  .mv__btn ._link {
    padding: 2.66667vw 4.26667vw 2.66667vw 3.2vw;
    border-radius: 1.06667vw;
    -webkit-box-shadow: 1.41427vw 1.41427vw 2vw 0 rgba(19, 36, 27, 0.3);
    box-shadow: 1.41427vw 1.41427vw 2vw 0 rgba(19, 36, 27, 0.3);
  }
  .mv__btn ._link ._highlight {
    width: 15.46667vw;
    padding: 0.53333vw 0 0;
  }
  .mv__btn ._link ._highlight:before {
    right: -0.93333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .mv__btn ._link ._highlight ._label {
    width: 11.73333vw;
    height: 4.26667vw;
    margin: 0 0 0.53333vw;
    border-radius: 2.66667vw;
    font-size: 22px;
    font-size: 2.93333vw;
  }
  .mv__btn ._link ._highlight ._time {
    font-size: 26px;
    font-size: 3.46667vw;
  }
  .mv__btn ._link ._highlight ._time > i {
    margin: 0 0.26667vw 0 0;
    font-size: 57px;
    font-size: 7.6vw;
    vertical-align: -0.26667vw;
  }
  .mv__btn ._link ._main {
    width: 54.26667vw;
    padding: 0 0 0 8vw;
  }
  .mv__btn ._link ._main ._txt {
    font-size: 29px;
    font-size: 3.86667vw;
  }
  .mv__btn ._link ._main:after {
    width: 3.46667vw;
    height: 2.53333vw;
  }
}
@-webkit-keyframes mvAnimation {
  0% {
    opacity: 0;
  }
  42.857142857142854% {
    opacity: 0;
  }
  57.14285714285714% {
    opacity: 1;
  }
  85.71428571428571% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mvAnimation {
  0% {
    opacity: 0;
  }
  42.857142857142854% {
    opacity: 0;
  }
  57.14285714285714% {
    opacity: 1;
  }
  85.71428571428571% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.introduction {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(22.91667vw, #fff),
    color-stop(22.91667vw, #008f58),
    to(#008f58)
  );
  background-image: -webkit-linear-gradient(
    top,
    #fff 0,
    #fff 22.91667vw,
    #008f58 22.91667vw,
    #008f58 100%
  );
  background-image: linear-gradient(
    to bottom,
    #fff 0,
    #fff 22.91667vw,
    #008f58 22.91667vw,
    #008f58 100%
  );
  padding: 6.25vw 0 4.16667vw;
}
.introduction:before {
  content: "";
  position: absolute;
  top: -8.4375vw;
  left: 8.85417vw;
  display: block;
  width: 27.70833vw;
  height: 14.21875vw;
  background: url("../img/introduction_addimg.png") top left no-repeat;
  background-size: 100% 100%;
}
.introduction__ttl {
  display: block;
  width: 55.72917vw;
  height: 10.10417vw;
  margin: 0 auto 3.54167vw;
}
.introduction__img {
  width: 84.375vw;
  height: 16.66667vw;
  margin: 0 auto 2.60417vw;
}
.introduction__txt {
  font-size: 28px;
  font-size: 1.45833vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.714;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .introduction {
    position: relative;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(39.0625vw, #fff),
      color-stop(39.0625vw, #008f58),
      to(#008f58)
    );
    background-image: -webkit-linear-gradient(
      top,
      #fff 0,
      #fff 39.0625vw,
      #008f58 39.0625vw,
      #008f58 100%
    );
    background-image: linear-gradient(
      to bottom,
      #fff 0,
      #fff 39.0625vw,
      #008f58 39.0625vw,
      #008f58 100%
    );
    padding: 9.375vw 0 6.25vw;
  }
  .introduction:before {
    top: -7.03125vw;
    left: 1.5625vw;
    width: 29.92187vw;
    height: 15.3125vw;
  }
  .introduction__ttl {
    width: 75.23438vw;
    height: 13.67188vw;
    margin: 0 auto 5.3125vw;
  }
  .introduction__img {
    width: 93.75vw;
    height: 18.51562vw;
    margin: 0 auto 3.90625vw;
  }
  .introduction__txt {
    font-size: 24px;
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 800px) {
  .introduction {
    position: relative;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(128vw, #fff),
      color-stop(128vw, #008f58),
      to(#008f58)
    );
    background-image: -webkit-linear-gradient(
      top,
      #fff 0,
      #fff 128vw,
      #008f58 128vw,
      #008f58 100%
    );
    background-image: linear-gradient(
      to bottom,
      #fff 0,
      #fff 128vw,
      #008f58 128vw,
      #008f58 100%
    );
    padding: 37.33333vw 0 10.13333vw;
  }
  .introduction:before {
    top: -10.66667vw;
    left: 8vw;
    width: 76.13333vw;
    height: 40.4vw;
    background: url("../img/introduction_addimg_sp.png") top left no-repeat;
    background-size: 100% 100%;
  }
  .introduction__ttl {
    width: 81.33333vw;
    height: 45.46667vw;
    margin: 0 auto 10.66667vw;
  }
  .introduction__img {
    width: 84vw;
    height: 67.6vw;
    margin: 0 auto 9.33333vw;
  }
  .introduction__txt {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.625;
  }
}
.contact._01 {
  padding: 7.8125vw 0 0;
}
.contact._02 {
  padding: 6.77083vw 0 7.8125vw;
}
.contact._03 {
  padding: 6.77083vw 0 0;
}
.contact._04 {
  padding: 6.25vw 0 0;
}
.contact._05 {
  padding: 6.77083vw 0 0;
}
.contact__ttl {
  width: 50vw;
  height: 12.76042vw;
  margin: 0 auto 3.64583vw;
}
.contact__body {
  position: relative;
  width: 84.375vw;
  height: 24.6875vw;
  margin: 0 auto;
  background: url("../img/contact_bg.png") top left no-repeat;
  background-size: 100% 100%;
}
.contact__body:before {
  content: "";
  position: absolute;
  left: 4.89583vw;
  bottom: 0;
  width: 73.59375vw;
  height: 26.09375vw;
  background: url("../img/contact_addimg.png") top left no-repeat;
  background-size: 100% 100%;
}
.contact__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.20833vw 0 0;
}
.contact__headline {
  margin: 0 0 2.08333vw;
  font-size: 42px;
  font-size: 2.1875vw;
  color: #fff;
  font-weight: 300;
  line-height: 1.429;
  text-align: center;
}
.contact__btn {
  width: 26.66667vw;
  height: 6.35417vw;
}
.contact__btn ._link {
  padding: 0.9375vw 1.30208vw;
  border-radius: 0.41667vw;
  -webkit-box-shadow: 0.55245vw 0.55245vw 0.78125vw 0 rgba(19, 36, 27, 0.3);
  box-shadow: 0.55245vw 0.55245vw 0.78125vw 0 rgba(19, 36, 27, 0.3);
}
.contact__btn ._link ._highlight {
  width: 5.3125vw;
  padding: 0.20833vw 0 0;
}
.contact__btn ._link ._highlight:before {
  right: -0.36458vw;
  width: 0.625vw;
  height: 0.625vw;
}
.contact__btn ._link ._highlight ._label {
  width: 4.16667vw;
  height: 1.45833vw;
  margin: 0 0 0.20833vw;
  border-radius: 1.04167vw;
  font-size: 19px;
  font-size: 0.98958vw;
  letter-spacing: 0.2em;
}
.contact__btn ._link ._highlight ._time {
  font-size: 23px;
  font-size: 1.19792vw;
}
.contact__btn ._link ._highlight ._time > i {
  margin: 0 0.10417vw 0 0;
  font-size: 50px;
  font-size: 2.60417vw;
  vertical-align: -0.10417vw;
}
.contact__btn ._link ._main {
  width: 18.75vw;
  padding: 0 0 0 2.70833vw;
}
.contact__btn ._link ._main ._txt {
  font-size: 26px;
  font-size: 1.35417vw;
  line-height: 1.417;
}
.contact__btn ._link ._main:after {
  width: 1.14583vw;
  height: 0.88542vw;
}
@media screen and (max-width: 1280px) {
  .contact._01 {
    padding: 7.8125vw 0 0;
  }
  .contact._02 {
    padding: 6.25vw 0 7.8125vw;
  }
  .contact._03 {
    padding: 10.15625vw 0 0;
  }
  .contact._04 {
    padding: 9.375vw 0 0;
  }
  .contact._05 {
    padding: 10.15625vw 0 0;
  }
  .contact__ttl {
    width: 67.5vw;
    height: 17.26562vw;
    margin: 0 auto 5.46875vw;
  }
  .contact__body {
    width: 93.75vw;
    height: 27.42188vw;
  }
  .contact__body:before {
    left: 7.34375vw;
    bottom: 0;
    width: 81.71875vw;
    height: 28.98438vw;
  }
  .contact__inner {
    padding: 3.90625vw 0 0;
  }
  .contact__headline {
    margin: 0 0 3.125vw;
    font-size: 36px;
    font-size: 2.8125vw;
  }
  .contact__btn {
    width: 40vw;
    height: 9.53125vw;
  }
  .contact__btn ._link {
    padding: 1.40625vw 1.95312vw;
    border-radius: 0.625vw;
    -webkit-box-shadow: 0.82867vw 0.82867vw 1.17188vw 0 rgba(19, 36, 27, 0.3);
    box-shadow: 0.82867vw 0.82867vw 1.17188vw 0 rgba(19, 36, 27, 0.3);
  }
  .contact__btn ._link ._highlight {
    width: 7.96875vw;
    padding: 0.3125vw 0 0;
  }
  .contact__btn ._link ._highlight:before {
    right: -0.54688vw;
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .contact__btn ._link ._highlight ._label {
    width: 6.25vw;
    height: 2.1875vw;
    margin: 0 0 0.3125vw;
    border-radius: 1.5625vw;
    font-size: 19px;
    font-size: 1.48438vw;
  }
  .contact__btn ._link ._highlight ._time {
    font-size: 23px;
    font-size: 1.79688vw;
  }
  .contact__btn ._link ._highlight ._time > i {
    margin: 0 0.15625vw 0 0;
    font-size: 50px;
    font-size: 3.90625vw;
    vertical-align: -0.15625vw;
  }
  .contact__btn ._link ._main {
    width: 28.125vw;
    padding: 0 0 0 4.0625vw;
  }
  .contact__btn ._link ._main ._txt {
    font-size: 26px;
    font-size: 2.03125vw;
  }
  .contact__btn ._link ._main:after {
    width: 1.71875vw;
    height: 1.32812vw;
  }
}
@media screen and (max-width: 800px) {
  .contact._01 {
    padding: 16vw 0 0;
  }
  .contact._02 {
    padding: 10.66667vw 0 16vw;
  }
  .contact._03 {
    padding: 10.66667vw 0 0;
  }
  .contact._04 {
    padding: 13.33333vw 0 0;
  }
  .contact._05 {
    padding: 10.66667vw 0 0;
  }
  .contact__ttl {
    width: 80vw;
    height: 41.73333vw;
    margin: 0 auto 6.66667vw;
  }
  .contact__body {
    position: relative;
    width: 93.33333vw;
    height: 104.66667vw;
    background: url("../img/contact_bg_sp.png") top left no-repeat;
    background-size: 100% 100%;
  }
  .contact__body:before {
    content: none;
  }
  .contact__inner {
    padding: 10.66667vw 0 0;
  }
  .contact__headline {
    margin: 0 0 53.33333vw;
    font-size: 42px;
    font-size: 5.6vw;
  }
  .contact__btn {
    width: 68.26667vw;
    height: 16.26667vw;
  }
  .contact__btn ._link {
    padding: 2.4vw 3.33333vw;
    border-radius: 1.06667vw;
    -webkit-box-shadow: 1.41427vw 1.41427vw 2vw 0 rgba(19, 36, 27, 0.3);
    box-shadow: 1.41427vw 1.41427vw 2vw 0 rgba(19, 36, 27, 0.3);
  }
  .contact__btn ._link ._highlight {
    width: 13.6vw;
    padding: 0.53333vw 0 0;
  }
  .contact__btn ._link ._highlight:before {
    right: -0.93333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .contact__btn ._link ._highlight ._label {
    width: 10.66667vw;
    height: 3.73333vw;
    margin: 0 0 0.53333vw;
    border-radius: 2.66667vw;
    font-size: 19px;
    font-size: 2.53333vw;
    letter-spacing: 0.2em;
  }
  .contact__btn ._link ._highlight ._time {
    font-size: 23px;
    font-size: 3.06667vw;
  }
  .contact__btn ._link ._highlight ._time > i {
    margin: 0 0.26667vw 0 0;
    font-size: 50px;
    font-size: 6.66667vw;
    vertical-align: -0.26667vw;
  }
  .contact__btn ._link ._main {
    width: 48vw;
    padding: 0 0 0 6.93333vw;
  }
  .contact__btn ._link ._main ._txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.417;
  }
  .contact__btn ._link ._main:after {
    width: 2.93333vw;
    height: 2.26667vw;
  }
}
.products {
  padding: 7.8125vw 0 0;
}
.products__ttl {
  margin: 0 0 4.16667vw;
  text-align: center;
}
.products__ttl ._top {
  display: block;
  margin: 0 0 1.45833vw;
  font-size: 50px;
  font-size: 2.60417vw;
  font-weight: 700;
}
.products__ttl ._bottom {
  display: block;
  font-size: 28px;
  font-size: 1.45833vw;
  font-weight: 300;
}
.products__inner {
  width: 62.5vw;
  margin: 0 auto;
}
.products__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 4.16667vw;
}
.products__card {
  width: 19.27083vw;
}
.products__card ._content {
  position: relative;
}
.products__card ._img {
  position: absolute;
}
.products__card ._inner {
  position: relative;
}
.products__card ._name {
  margin: 0 0 1.35417vw;
  font-weight: 700;
  text-align: center;
  color: #008f58;
}
.products__card ._name ._top {
  display: block;
  margin: 0 0 0.52083vw;
  font-size: 16px;
  font-size: 0.83333vw;
  letter-spacing: normal;
}
.products__card ._name ._bottom {
  display: block;
  font-size: 20px;
  font-size: 1.04167vw;
}
.products__card ._summary {
  margin: 0 0 1.04167vw;
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
.products__card ._labelWrap {
  margin: 0 0 0.83333vw;
  text-align: center;
}
.products__card ._label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.52083vw 1.04167vw;
  background-color: #242424;
  border-radius: 1.04167vw;
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
}
.products__card ._label ._top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products__card ._label ._top:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: 0 0.52083vw;
  background: #fff;
}
.products__card ._box {
  padding: 0 1.77083vw 1.5625vw;
}
.products__card ._listBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.22917vw;
}
.products__card ._listBox:not(:last-of-type) {
  border-bottom: 1px solid #c9c9c9;
}
.products__card ._listBox:nth-of-type(4) {
  height: 3.75vw;
}
.products__card ._listBox ._term {
  width: 4.42708vw;
  padding: 0 0 0 0.3125vw;
  font-size: 12px;
  font-size: 0.625vw;
  font-weight: 700;
  line-height: 1.286;
}
.products__card ._listBox ._description {
  width: 11.97917vw;
  padding: 0 1.04167vw 0 0;
  font-size: 14px;
  font-size: 0.72917vw;
  line-height: 1.286;
  letter-spacing: normal;
}
.products__card ._listBox ._description ._note {
  display: block;
  font-size: 12px;
  font-size: 0.625vw;
}
.products__card._01 ._content {
  padding: 13.33333vw 0 0;
  background-color: #f4fee4;
  border: 1px solid #c0e3c5;
  margin: 0 0 0.52083vw;
}
.products__card._01 ._new:before {
  content: "";
  position: absolute;
  top: 1.04167vw;
  left: 0;
  display: block;
  width: 6.45833vw;
  height: 2.23958vw;
  background: url("../img/label_new.png") top left no-repeat;
  background-size: 100% 100%;
}
.products__card._01 ._img {
  top: 2.1875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.32292vw;
  height: 9.53125vw;
}
.products__card._01 ._listBox:nth-of-type(7) {
  margin: 0 0 0.41667vw;
  padding: 0.41667vw 0 0;
}
.products__card._01 ._listBox ._description ._line {
  -webkit-text-decoration: line-through #ed2e2e;
  text-decoration: line-through #ed2e2e;
}
.products__card._01 ._listBox ._description ._mark {
  font-size: 8px;
  font-size: 0.41667vw;
  vertical-align: top;
}
.products__card._01 ._noteBottom {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 0.625vw;
  line-height: 1.667;
}
.products__card._01 ._noteBottom > span {
  color: #d40000;
}
.products__card._01 ._spotlight {
  display: block;
  padding: 0.3125vw 0;
  background-color: #fff600;
  border-radius: 1.5625vw;
  font-size: 14px;
  font-size: 0.72917vw;
  font-weight: 700;
  text-align: center;
}
.products__card._01 ._spotlight ._important {
  color: #d40000;
}
.products__card._01 ._spotlight ._important > i {
  font-size: 10px;
  font-size: 0.52083vw;
  vertical-align: 0.10417vw;
}
.products__card._02 ._content {
  padding: 13.33333vw 0 1.77083vw;
  background-color: #eff9f8;
  border: 1px solid #b9d9e3;
  margin: 0 0 0.52083vw;
}
.products__card._02 ._img {
  top: 2.1875vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.10417vw;
  height: 9.53125vw;
}
.products__card._02 ._noteBottom {
  font-size: 12px;
  font-size: 0.625vw;
}
.products__card._03 ._content {
  padding: 13.33333vw 0 1.77083vw;
  background-color: #f4f6ff;
  border: 1px solid #cfd6f5;
}

.products__card._03 ._new:before {
  content: "";
  position: absolute;
  top: 1.04167vw;
  left: 0;
  display: block;
  width: 6.45833vw;
  height: 2.23958vw;
  background: url("../img/label_new.png") top left no-repeat;
  background-size: 100% 100%;
}

.products__card._03 ._img {
  top: 4.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.4vw;
  height: 7.2vw;
}

.products__card._03 ._content ._inner ._summary > span {
  color: #d40000;
}

.products__box {
  height: 21.19792vw;
  padding: 2.91667vw 0 0 3.125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/products_box_bg.png") top right no-repeat;
  background-size: 27.60417vw;
  border: 1px solid #c9c9c9;
  border-radius: 1.5625vw;
}
.products__box ._details ._ttl {
  margin: 0 0 1.04167vw;
}
.products__box ._details ._ttl ._top {
  display: block;
  margin: 0 0 0.72917vw;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 30px;
  font-size: 1.5625vw;
  letter-spacing: normal;
}
.products__box ._details ._ttl ._bottom {
  display: block;
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 900;
}
.products__box ._details ._announcement {
  width: 28.125vw;
  height: 4.27083vw;
  margin: 0 0 1.04167vw;
}
.products__box ._details ._cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products__box ._details ._cost ._initial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 1.5625vw 0 0;
  padding: 0 1.04167vw 0 0;
}
.products__box ._details ._cost ._initial:after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.83333vw;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  display: block;
  width: 1px;
  height: 90%;
  background-color: #242424;
}
.products__box ._details ._cost ._initial ._top {
  margin: 0 0 0.41667vw;
  font-size: 20px;
  font-size: 1.04167vw;
}
.products__box ._details ._cost ._initial ._bottom {
  margin: 0 0 0 0.83333vw;
  font-size: 28px;
  font-size: 1.45833vw;
  letter-spacing: -0.1em;
}
.products__box ._details ._cost ._initial ._bottom ._en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 80px;
  font-size: 4.16667vw;
  color: #d40000;
  vertical-align: -0.20833vw;
}
.products__box ._details ._cost ._monthly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.products__box ._details ._cost ._monthly ._top {
  margin: 0 0 0.52083vw;
  font-size: 28px;
  font-size: 1.45833vw;
}
.products__box ._details ._cost ._monthly ._bottom {
  font-size: 28px;
  font-size: 1.45833vw;
  letter-spacing: normal;
}
.products__box ._details ._cost ._monthly ._bottom ._en {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 100px;
  font-size: 5.20833vw;
  color: #d40000;
  letter-spacing: -0.02em;
  vertical-align: -0.20833vw;
}
.products__box ._details ._cost ._monthly ._bottom ._en > i {
  vertical-align: 0.52083vw;
}
.products__box ._details ._cost ._monthly ._bottom ._small {
  font-size: 16px;
  font-size: 0.83333vw;
}
.products__box ._product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 27.08333vw;
  height: 13.95833vw;
  margin: 0 0 0 2.08333vw;
}
.products__box ._product ._spotlight {
  position: absolute;
  top: 0.52083vw;
  right: 0;
  width: 9.32292vw;
  height: 8.07292vw;
}
.products__box ._product ._img {
  position: absolute;
  top: -1.35417vw;
  left: -1.5625vw;
  width: 9.6875vw;
  height: 18.125vw;
}
.products__box ._product ._caption {
  position: relative;
  font-size: 26px;
  font-size: 1.35417vw;
  color: #fff;
  font-weight: 300;
  line-height: 1.462;
}
.bnr_01 img {
  margin-top: 0vw;
  width: 62.5vw;
  height: 21.2vw;
}
.bnr_02 img {
  margin-top: 2.5vw;
  width: 62.5vw;
  height: 21.2vw;
}

@media screen and (max-width: 1280px) {
  .products {
    padding: 7.8125vw 0 0;
  }
  .products__ttl {
    margin: 0 0 4.6875vw;
  }
  .products__ttl ._top {
    display: block;
    margin: 0 0 2.1875vw;
    font-size: 40px;
    font-size: 3.125vw;
  }
  .products__ttl ._bottom {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .products__inner {
    width: 90.625vw;
  }
  .products__details {
    margin: 0 0 6.25vw;
  }
  .products__details ._note {
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .products__card {
    width: 28.90625vw;
  }
  .products__card ._name {
    margin: 0 0 2.03125vw;
  }
  .products__card ._name ._top {
    margin: 0 0 0.78125vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
  .products__card ._name ._bottom {
    font-size: 20px;
    font-size: 1.5625vw;
  }
  .products__card ._summary {
    margin: 0 0 1.5625vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
  .products__card ._labelWrap {
    margin: 0 0 1.25vw;
  }
  .products__card ._label {
    padding: 0.78125vw 1.5625vw;
    border-radius: 1.5625vw;
    font-size: 14px;
    font-size: 1.09375vw;
    color: #fff;
  }
  .products__card ._label ._top:after {
    margin: 0 0.78125vw;
  }
  .products__card ._box {
    padding: 0 2.65625vw 2.34375vw;
  }
  .products__card ._listBox {
    height: 4.84375vw;
  }
  .products__card ._listBox:nth-of-type(4) {
    height: 5.625vw;
  }
  .products__card ._listBox ._term {
    width: 6.64062vw;
    padding: 0 0 0 0.46875vw;
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .products__card ._listBox ._description {
    width: 17.96875vw;
    padding: 0 1.5625vw 0 0;
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .products__card ._listBox ._description ._note {
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .products__card._new:before {
    top: 1.5625vw;
    width: 9.6875vw;
    height: 3.35938vw;
  }
  .products__card._01 ._content {
    padding: 20vw 0 0;
    margin: 0 0 0.78125vw;
  }
  .products__card._01 ._img {
    top: 3.28125vw;
    width: 6.48438vw;
    height: 14.29688vw;
  }
  .products__card._01 ._listBox:nth-of-type(7) {
    margin: 0 0 0.625vw;
    padding: 0.625vw 0 0;
  }
  .products__card._01 ._listBox ._description ._mark {
    font-size: 8px;
    font-size: 0.625vw;
  }
  .products__card._01 ._noteBottom {
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .products__card._01 ._spotlight {
    padding: 0.46875vw 0;
    border-radius: 2.34375vw;
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .products__card._01 ._spotlight ._important > i {
    font-size: 10px;
    font-size: 0.78125vw;
    vertical-align: 0.15625vw;
  }
  .products__card._02 ._content {
    padding: 20vw 0 2.65625vw;
    margin: 0 0 0.78125vw;
  }
  .products__card._02 ._img {
    top: 3.28125vw;
    width: 7.65625vw;
    height: 14.29688vw;
  }
  .products__card._02 ._noteBottom {
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .products__card._03 ._content {
    padding: 20vw 0 2.65625vw;
  }

  .products__card._03 ._img {
    top: 6.7vw;
    width: 11.1vw;
    height: 10.8vw;
  }

  .products__box {
    height: 31.79688vw;
    padding: 4.375vw 0 0 3.125vw;
    background: url("../img/products_box_bg.png") top right no-repeat;
    background-size: 41.40625vw;
    border-radius: 2.34375vw;
  }

  .products__box ._details ._ttl {
    margin: 0 0 1.5625vw;
  }
  .products__box ._details ._ttl ._top {
    margin: 0 0 1.09375vw;
    font-size: 26px;
    font-size: 2.03125vw;
  }
  .products__box ._details ._ttl ._bottom {
    font-size: 36px;
    font-size: 2.8125vw;
  }
  .products__box ._details ._announcement {
    width: 42.1875vw;
    height: 6.40625vw;
    margin: 0 0 1.5625vw;
  }
  .products__box ._details ._cost ._initial {
    margin: 0 2.34375vw 0 0;
    padding: 0 1.5625vw 0 0;
  }
  .products__box ._details ._cost ._initial:after {
    right: -1.25vw;
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
  }
  .products__box ._details ._cost ._initial ._top {
    margin: 0 0 0.625vw;
    font-size: 20px;
    font-size: 1.5625vw;
  }
  .products__box ._details ._cost ._initial ._bottom {
    margin: 0 0 0 1.25vw;
    font-size: 28px;
    font-size: 2.1875vw;
  }
  .products__box ._details ._cost ._initial ._bottom ._en {
    font-size: 80px;
    font-size: 6.25vw;
    vertical-align: -0.3125vw;
  }
  .products__box ._details ._cost ._monthly ._top {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .products__box ._details ._cost ._monthly ._bottom {
    font-size: 28px;
    font-size: 2.1875vw;
  }
  .products__box ._details ._cost ._monthly ._bottom ._en {
    font-size: 96px;
    font-size: 7.5vw;
    vertical-align: -0.3125vw;
  }
  .products__box ._details ._cost ._monthly ._bottom ._en > i {
    vertical-align: 0.78125vw;
  }
  .products__box ._details ._cost ._monthly ._bottom ._small {
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .products__box ._product {
    width: 39.0625vw;
    height: 20.9375vw;
  }
  .products__box ._product ._spotlight {
    top: -0.78125vw;
    width: 13.98437vw;
    height: 12.10938vw;
  }
  .products__box ._product ._img {
    top: -2.03125vw;
    left: -2.34375vw;
    width: 14.53125vw;
    height: 27.1875vw;
  }
  .products__box ._product ._caption {
    font-size: 24px;
    font-size: 1.875vw;
  }
  .bnr_01 img {
    margin-top: 0vw;
    width: 90.65vw;
    height: 31vw;
  }
  .bnr_02 img {
    margin-top: 4vw;
    width: 90.65vw;
    height: 31vw;
  }
}
@media screen and (max-width: 800px) {
  .products {
    padding: 16vw 0 0;
  }
  .products__ttl {
    margin: 0 0 8vw;
  }
  .products__ttl ._top {
    margin: 0 0 5.33333vw;
    font-size: 50px;
    font-size: 6.66667vw;
  }
  .products__ttl ._bottom {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .products__inner {
    width: 84vw;
  }
  .products__details {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10.66667vw;
  }
  .products__card {
    width: 100%;
  }
  .products__card ._name {
    margin: 0 0 3.46667vw;
  }
  .products__card ._name ._top {
    margin: 0 0 1.86667vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .products__card ._name ._bottom {
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .products__card ._summary {
    margin: 0 0 4vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.583;
  }
  .products__card ._labelWrap {
    margin: 0 0 5.33333vw;
  }
  .products__card ._label {
    padding: 1.6vw 3.2vw;
    border-radius: 4vw;
    font-size: 22px;
    font-size: 2.93333vw;
  }
  .products__card ._label ._top:after {
    margin: 0 2.66667vw;
  }
  .products__card ._box {
    padding: 0 6.66667vw;
  }
  .products__card ._listBox {
    height: auto;
  }
  .products__card ._listBox:not(:last-of-type) {
    margin: 0 0 2.66667vw;
    padding: 0 0 2.66667vw;
  }
  .products__card ._listBox:nth-of-type(4) {
    height: auto;
  }
  .products__card ._listBox ._term {
    width: 24vw;
    padding: 0 0 0 4vw;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.364;
  }
  .products__card ._listBox ._description {
    width: 46.66667vw;
    padding: 0 2.66667vw 0 0;
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.364;
  }
  .products__card ._listBox ._description ._note {
    font-size: 22px;
    font-size: 2.93333vw;
  }
  .products__card._01 {
    margin: 0 0 12vw;
  }
  .products__card._01 ._content {
    margin: 0 0 2.66667vw;
    padding: 44.53333vw 0 8vw;
  }
  .products__card._01 ._new:before {
    top: 5.33333vw;
    width: 23.2vw;
    height: 8vw;
  }
  .products__card._01 ._img {
    top: 9.33333vw;
    width: 13.73333vw;
    height: 30.26667vw;
  }
  .products__card._01 ._listBox:nth-of-type(7) {
    margin: 0 0 1.06667vw;
    padding: 0;
  }
  .products__card._01 ._listBox ._description ._mark {
    font-size: 10px;
    font-size: 1.33333vw;
  }
  .products__card._01 ._noteBottom {
    font-size: 22px;
    font-size: 2.93333vw;
    line-height: 1.364;
    letter-spacing: 0.01em;
  }
  .products__card._01 ._spotlight {
    padding: 2vw 0;
    border-radius: 4vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .products__card._01 ._spotlight ._important > i {
    font-size: 18px;
    font-size: 2.4vw;
    vertical-align: 0.26667vw;
  }
  .products__card._02 {
    margin: 0 0 12vw;
  }
  .products__card._02 ._content {
    margin: 0 0 2.66667vw;
    padding: 44.53333vw 0 8vw;
  }
  .products__card._02 ._img {
    top: 8vw;
    width: 16.66667vw;
    height: 31.2vw;
  }
  .products__card._02 ._noteBottom {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .products__card._03 ._content {
    padding: 44.53333vw 0 8vw;
  }
  .products__card._03 ._new:before {
    top: 5.33333vw;
    width: 23.2vw;
    height: 8vw;
  }
  .products__card._03 ._img {
    top: 13vw;
    width: 25.8vw;
    height: 25.5vw;
  }
  .products__box {
    height: auto;
    padding: 9.33333vw 0;
    display: block;
    background: url("../img/products_box_bg_sp.png") bottom center no-repeat;
    background-size: 100%;
    border-radius: 4vw;
  }
  .products__box ._details {
    margin: 0;
    padding: 0 0 0 6.66667vw;
  }
  .products__box ._details ._ttl {
    margin: 0 0 4vw;
  }
  .products__box ._details ._ttl ._top {
    margin: 0 0 2.66667vw;
    font-size: 46px;
    font-size: 6.13333vw;
  }
  .products__box ._details ._ttl ._bottom {
    display: block;
    font-size: 64px;
    font-size: 8.53333vw;
    line-height: 1.2;
  }
  .products__box ._details ._announcement {
    width: 70.66667vw;
    height: 29.33333vw;
    margin: 0 0 2.66667vw;
  }
  .products__box ._details ._cost ._initial {
    margin: 0 4vw 0 0;
    padding: 0 2.66667vw 0 0;
  }
  .products__box ._details ._cost ._initial:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
    display: block;
    width: 1px;
    height: 90%;
    background-color: #242424;
  }
  .products__box ._details ._cost ._initial ._top {
    margin: 0 0 1.06667vw;
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .products__box ._details ._cost ._initial ._bottom {
    margin: 0 0 0 2.13333vw;
    font-size: 28px;
    font-size: 3.73333vw;
    letter-spacing: -0.1em;
  }
  .products__box ._details ._cost ._initial ._bottom ._en {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 105px;
    font-size: 14vw;
    color: #ed2e2e;
    vertical-align: -0.53333vw;
  }
  .products__box ._details ._cost ._monthly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .products__box ._details ._cost ._monthly ._top {
    font-size: 28px;
    font-size: 3.73333vw;
  }
  .products__box ._details ._cost ._monthly ._bottom {
    font-size: 28px;
    font-size: 3.73333vw;
    letter-spacing: normal;
  }
  .products__box ._details ._cost ._monthly ._bottom ._en {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 105px;
    font-size: 14vw;
    color: #ed2e2e;
    letter-spacing: -0.02em;
    vertical-align: -0.53333vw;
  }
  .products__box ._details ._cost ._monthly ._bottom ._en > i {
    vertical-align: 1.33333vw;
  }
  .products__box ._details ._cost ._monthly ._bottom ._small {
    font-size: 14px;
    font-size: 1.86667vw;
  }
  .products__box ._product {
    display: block;
    width: auto;
    height: auto;
  }
  .products__box ._product ._spotlight {
    top: 28.8vw;
    right: 4.53333vw;
    width: 26.13333vw;
    height: 22.66667vw;
  }
  .products__box ._product ._img {
    position: static;
    top: auto;
    left: auto;
    width: 24.8vw;
    height: 46.4vw;
    margin: 0 2.4vw -1.33333vw 13.86667vw;
  }
  .products__box ._product ._caption {
    display: block;
    padding: 0 0 0 6.4vw;
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .bnr_01 img {
    margin-top: 2.5vw;
    width: 84vw;
    height: 166.6vw;
  }
  .bnr_02 img {
    margin-top: 8vw;
    width: 84vw;
    height: 148vw;
  }
}
.reason {
  padding: 7.60417vw 0 11.97917vw;
  background-image: url(../img/reaseon_bg01.png), url(../img/reaseon_bg02.png),
    url(../img/reaseon_bg03.png);
  background-color: #008f58;
  background-size: 44.79167vw 27.86458vw;
  background-position: top 22.96875vw left 7.8125vw,
    top 58.95833vw right 7.8125vw, bottom 7.8125vw left 7.8125vw;
  background-repeat: no-repeat;
}
.reason__ttl {
  width: 35.72917vw;
  height: 10.88542vw;
  margin: 0 auto 7.65625vw;
}
.reason__inner {
  width: 62.5vw;
  margin: 0 auto;
}
.reason__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reason__box ._txtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30.41667vw;
}
.reason__box ._txtBox ._txt {
  display: block;
  font-size: 28px;
  font-size: 1.45833vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.643;
}
.reason__box ._img {
  width: 26.875vw;
  height: 15.36458vw;
}
.reason__box._01 {
  margin: 0 0 4.16667vw;
}
.reason__box._01 ._txtBox ._number {
  width: 4.16667vw;
  height: 6.82292vw;
}
.reason__box._01 ._txtBox ._txt {
  padding: 0 0 0 2.60417vw;
}
.reason__box._02 {
  margin: 0 0 4.16667vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reason__box._02 ._txtBox {
  padding: 0 0 0 2.60417vw;
}
.reason__box._02 ._txtBox ._number {
  width: 5.625vw;
  height: 7.13542vw;
}
.reason__box._02 ._txtBox ._txt {
  padding: 0 0 0 1.5625vw;
}
.reason__box._02 ._balloon {
  position: absolute;
  left: 1.66667vw;
  bottom: -3.64583vw;
  width: 8.33333vw;
  height: 8.69792vw;
}
.reason__box._03 {
  margin: 0 0 4.16667vw;
}
.reason__box._03 ._txtBox ._number {
  width: 5.625vw;
  height: 7.1875vw;
}
.reason__box._03 ._txtBox ._txt {
  padding: 0 0 0 1.25vw;
}
.reason__box._03 ._balloon {
  position: absolute;
  top: -2.70833vw;
  right: 1.5625vw;
  width: 8.33333vw;
  height: 8.69792vw;
}
.reason__box._04 {
  margin: 0 0 4.16667vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reason__box._04 ._txtBox {
  padding: 0 0 0 2.60417vw;
}
.reason__box._04 ._txtBox ._number {
  width: 5.72917vw;
  height: 7.13542vw;
}
.reason__box._04 ._txtBox ._txt {
  padding: 0 0 0 0.625vw;
}
.reason__box._05 ._txtBox ._number {
  width: 5.57292vw;
  height: 7.13542vw;
}
.reason__box._05 ._txtBox ._txt {
  padding: 0 0 0 1.5625vw;
}
.reason__box._05 ._txtBox ._txt ._note {
  display: block;
  padding: 0.3125vw 0 0;
  font-size: 14px;
  font-size: 0.72917vw;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1280px) {
  .reason {
    padding: 7.8125vw 0 15.625vw;
    background-image: url(../img/reaseon_bg01.png), url(../img/reaseon_bg02.png),
      url(../img/reaseon_bg03.png);
    background-color: #008f58;
    background-size: 67.1875vw 41.79688vw;
    background-position: top 34.45312vw left -7.8125vw,
      top 88.4375vw right -7.8125vw, bottom 11.71875vw left -7.8125vw;
    background-repeat: no-repeat;
  }
  .reason__ttl {
    width: 48.20312vw;
    height: 14.6875vw;
    margin: 0 auto 9.375vw;
  }
  .reason__inner {
    width: 93.75vw;
  }
  .reason__box ._txtBox {
    width: 45.625vw;
  }
  .reason__box ._txtBox ._txt {
    font-size: 26px;
    font-size: 2.03125vw;
  }
  .reason__box ._img {
    width: 40.3125vw;
    height: 23.04688vw;
  }
  .reason__box._01 {
    margin: 0 0 6.25vw;
  }
  .reason__box._01 ._txtBox ._number {
    width: 6.25vw;
    height: 10.23438vw;
  }
  .reason__box._01 ._txtBox ._txt {
    padding: 0 0 0 3.90625vw;
  }
  .reason__box._02 {
    margin: 0 0 6.25vw;
  }
  .reason__box._02 ._txtBox {
    padding: 0 0 0 3.90625vw;
  }
  .reason__box._02 ._txtBox ._number {
    width: 8.4375vw;
    height: 10.70312vw;
  }
  .reason__box._02 ._txtBox ._txt {
    padding: 0 0 0 2.34375vw;
  }
  .reason__box._02 ._balloon {
    left: 2.5vw;
    bottom: -5.46875vw;
    width: 12.5vw;
    height: 13.04688vw;
  }
  .reason__box._03 {
    margin: 0 0 6.25vw;
  }
  .reason__box._03 ._txtBox ._number {
    width: 8.4375vw;
    height: 10.78125vw;
  }
  .reason__box._03 ._txtBox ._txt {
    padding: 0 0 0 1.875vw;
  }
  .reason__box._03 ._balloon {
    top: -4.0625vw;
    right: 2.34375vw;
    width: 12.5vw;
    height: 13.04688vw;
  }
  .reason__box._04 {
    margin: 0 0 6.25vw;
  }
  .reason__box._04 ._txtBox {
    padding: 0 0 0 3.90625vw;
  }
  .reason__box._04 ._txtBox ._number {
    width: 8.59375vw;
    height: 10.70312vw;
  }
  .reason__box._04 ._txtBox ._txt {
    padding: 0 0 0 0.9375vw;
  }
  .reason__box._05 ._txtBox ._number {
    width: 8.35938vw;
    height: 10.70312vw;
  }
  .reason__box._05 ._txtBox ._txt {
    padding: 0 0 0 2.34375vw;
  }
  .reason__box._05 ._txtBox ._txt ._note {
    padding: 0.46875vw 0 0;
    font-size: 14px;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 800px) {
  .reason {
    padding: 15.6vw 0;
    background-image: none;
    background-color: #008f58;
    background-size: auto auto;
    background-position: 0% 0%;
    background-repeat: no-repeat;
  }
  .reason__ttl {
    width: 70.26667vw;
    height: 21.46667vw;
    margin: 0 auto 15.2vw;
  }
  .reason__inner {
    width: 100%;
    margin: 0;
  }
  .reason__box {
    display: block;
  }
  .reason__box ._txtBox {
    width: 100%;
    margin: 0 0 5.33333vw;
  }
  .reason__box ._txtBox ._txt {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.622;
  }
  .reason__box ._img {
    width: 100%;
    height: 48.26667vw;
  }
  .reason__box._01 {
    margin: 0 0 10.66667vw;
    padding: 0 8vw;
  }
  .reason__box._01 ._txtBox ._number {
    width: 12.13333vw;
    height: 19.86667vw;
  }
  .reason__box._01 ._txtBox ._txt {
    padding: 0 0 0 8vw;
  }
  .reason__box._02 {
    margin: 0 0 10.66667vw;
    padding: 5.33333vw 8vw 0;
    background: url(../img/reaseon_bg01.png) top left -10.66667vw no-repeat;
    background-size: 68.8vw 42.8vw;
  }
  .reason__box._02 ._txtBox {
    padding: 0;
  }
  .reason__box._02 ._txtBox ._number {
    width: 15.73333vw;
    height: 20vw;
  }
  .reason__box._02 ._txtBox ._txt {
    padding: 0 0 0 4.8vw;
  }
  .reason__box._02 ._balloon {
    left: 4vw;
    bottom: -4vw;
    width: 20.4vw;
    height: 21.33333vw;
  }
  .reason__box._03 {
    margin: 0 0 10.66667vw;
    padding: 5.33333vw 8vw 0;
    background: url(../img/reaseon_bg02.png) top right -10.66667vw no-repeat;
    background-size: 68.8vw 42.8vw;
  }
  .reason__box._03 ._txtBox ._number {
    width: 15.73333vw;
    height: 20.13333vw;
  }
  .reason__box._03 ._txtBox ._txt {
    padding: 0 0 0 4.8vw;
  }
  .reason__box._03 ._balloon {
    top: 26.66667vw;
    right: 4vw;
    width: 20.4vw;
    height: 21.33333vw;
  }
  .reason__box._04 {
    margin: 0 0 10.66667vw;
    padding: 5.33333vw 8vw 0;
    background: url(../img/reaseon_bg03.png) top left -10.66667vw no-repeat;
    background-size: 68.8vw 42.8vw;
  }
  .reason__box._04 ._txtBox {
    padding: 0 0 0 6.66667vw;
  }
  .reason__box._04 ._txtBox ._number {
    width: 16vw;
    height: 19.86667vw;
  }
  .reason__box._04 ._txtBox ._txt {
    padding: 0 0 0 1.6vw;
  }
  .reason__box._05 {
    padding: 0 8vw;
  }
  .reason__box._05 ._txtBox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reason__box._05 ._txtBox ._number {
    width: 15.6vw;
    height: 20vw;
    margin: 1.06667vw 0 0;
  }
  .reason__box._05 ._txtBox ._txt {
    padding: 0 0 0 4vw;
  }
  .reason__box._05 ._txtBox ._txt ._note {
    padding: 1.33333vw 0 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 20px;
    font-size: 2.66667vw;
    line-height: 1.4;
  }
}
.client {
  padding: 6.77083vw 0 0;
}
.client__ttlBox {
  position: relative;
  display: block;
  width: 42.70833vw;
  margin: 0 auto 2.08333vw;
  text-align: center;
}
.client__ttlBox ._founded {
  display: inline-block;
  width: 14.0625vw;
  margin: 0 0 1.25vw;
  background: url("../img/client_marker.png") bottom left no-repeat;
  background-size: 100%;
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.client__ttlBox ._founded > i {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 80px;
  font-size: 4.16667vw;
  letter-spacing: -0.02em;
  vertical-align: -0.20833vw;
}
.client__ttlBox ._ttl {
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 700;
  line-height: 1.2;
}
.client__ttlBox ._ttl ._en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.client__ttlBox ._ttl ._en._number {
  font-size: 60px;
  font-size: 3.125vw;
  letter-spacing: -0.04em;
  vertical-align: -0.20833vw;
}
.client__ttlBox ._ttl > sup {
  font-size: 16px;
  font-size: 0.83333vw;
  vertical-align: text-top;
}
.client__ttlBox ._note {
  position: absolute;
  margin: 0 -20px 0 0;
  right: 0;
  bottom: 0.75vw;
  font-size: 12px;
  font-size: 0.625vw;
}
.client__img {
  width: 62.5vw;
  height: 20.72917vw;
  margin: 0 auto 2.60417vw;
}
.client__txt {
  display: block;
  width: 52.08333vw;
  margin: 0 auto;
  padding: 1.875vw 0;
  background-color: #008f58;
  border-radius: 1.04167vw;
  font-size: 28px;
  font-size: 1.45833vw;
  color: #fff600;
  font-weight: 700;
  text-align: center;
}

span.example1 { 
  vertical-align: super; 
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  .client {
    padding: 10.15625vw 0 0;
  }
  .client__ttlBox {
    width: 64.0625vw;
    margin: 0 auto 3.125vw;
  }
  .client__ttlBox ._founded {
    width: 21.09375vw;
    margin: 0 0 1.875vw;
    font-size: 40px;
    font-size: 3.125vw;
  }
  .client__ttlBox ._founded > i {
    font-size: 80px;
    font-size: 6.25vw;
    vertical-align: -0.3125vw;
  }
  .client__ttlBox ._ttl {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .client__ttlBox ._ttl ._en {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  .client__ttlBox ._ttl ._en._number {
    font-size: 60px;
    font-size: 4.6875vw;
    vertical-align: -0.3125vw;
  }
  .client__ttlBox ._ttl > sup {
    font-size: 16px;
    font-size: 1.25vw;
  }
  .client__ttlBox ._note {
    bottom: 1.1vw;
    margin: 0 -10px 0 0;
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .client__img {
    width: 93.75vw;
    height: 31.09375vw;
    margin: 0 auto 3.90625vw;
  }
  .client__txt {
    width: 70.3125vw;
    padding: 2.8125vw 0;
    border-radius: 1.5625vw;
    font-size: 26px;
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 800px) {
  .client {
    padding: 16vw 0 0;
  }
  .client__ttlBox {
    width: 84vw;
    margin: 0 auto 5.33333vw;
  }
  .client__ttlBox ._founded {
    width: 36vw;
    margin: 0 0 3.2vw;
    font-size: 40px;
    font-size: 5.33333vw;
  }
  .client__ttlBox ._founded > i {
    font-size: 80px;
    font-size: 10.66667vw;
    vertical-align: -0.53333vw;
  }
  .client__ttlBox ._ttl {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1.1;
  }
  .client__ttlBox ._ttl ._en._txt {
    display: inline-block;
    padding: 2.4vw 0 0;
  }
  .client__ttlBox ._ttl ._en._number {
    font-size: 60px;
    font-size: 8vw;
    vertical-align: -0.53333vw;
  }
  .client__ttlBox ._ttl > sup {
    font-size: 14px;
    font-size: 1.86667vw;
    vertical-align: text-top;
  }
  .client__ttlBox ._note {
    position: static;
    right: auto;
    bottom: auto;
    display: block;
    padding: 0 3vw 0 0;
    font-size: 14px;
    font-size: 1.86667vw;
    text-align: right;
  }
  .client__img {
    width: 84.13333vw;
    height: 110.4vw;
    margin: 0 auto 6.66667vw;
  }
  .client__txt {
    width: 84vw;
    padding: 4vw 0;
    border-radius: 2.66667vw;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.643;
  }
}

@media screen and (min-width: 800px){
.br-sp {display: none; }
}

.testimonial {
  padding: 7.8125vw 0;
}
.testimonial__ttl {
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 700;
  text-align: center;
}
.testimonial__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 62.5vw;
  margin: 0 auto;
}
.testimonial__box {
  width: 18.17708vw;
}
.testimonial__box ._logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 8.80208vw;
}
.testimonial__box ._name {
  margin: 0 0 1.25vw;
  font-size: 16px;
  font-size: 0.83333vw;
  font-weight: 700;
  text-align: center;
}
.testimonial__box ._img {
  height: 9.73958vw;
  margin: 0 0 1.45833vw;
}
.testimonial__box ._wrap {
  padding: 0 1.5625vw;
}
.testimonial__box ._info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.testimonial__box ._info:not(:last-of-type) {
  margin: 0 0 0.625vw;
}
.testimonial__box ._info:last-of-type {
  margin: 0 0 0.83333vw;
}
.testimonial__box ._info ._term {
  position: relative;
  margin: 0 0.625vw 0 0;
  padding: 0 0.78125vw 0 0;
  font-size: 12px;
  font-size: 0.625vw;
  font-weight: 700;
}
.testimonial__box ._info ._term:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial__box ._info ._term ._adj {
  width: 2.70833vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonial__box ._info ._description {
  font-size: 16px;
  font-size: 0.83333vw;
}
.testimonial__box ._separator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.625vw;
}
.testimonial__box ._separator:after {
  content: "";
  display: block;
  width: 10.88542vw;
  height: 1px;
  background-color: #c9c9c9;
}
.testimonial__box ._separator ._tag {
  width: 4.21875vw;
  padding: 0.3125vw 0 0.36458vw;
  background-color: #008f58;
  font-size: 12px;
  font-size: 0.625vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
.testimonial__box ._txt {
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.75;
  text-align: justify;
  text-align: break-all;
}
.testimonial__box._01 ._logo {
  padding: 2.5vw 0 0;
}
.testimonial__box._01 ._logo > img {
  width: 5.83333vw;
  height: 4.73958vw;
}
.testimonial__box._02 ._logo {
  padding: 3.22917vw 0 0;
}
.testimonial__box._02 ._logo > img {
  width: 7.29167vw;
  height: 4.0625vw;
}
.testimonial__box._03 ._logo {
  padding: 2.86458vw 0 0;
}
.testimonial__box._03 ._logo > img {
  width: 6.14583vw;
  height: 4.32292vw;
}
@media screen and (max-width: 1280px) {
  .testimonial {
    padding: 9.375vw 0;
  }
  .testimonial__ttl {
    font-size: 40px;
    font-size: 3.125vw;
  }
  .testimonial__inner {
    width: 93.75vw;
  }
  .testimonial__box {
    width: 27.26562vw;
  }
  .testimonial__box ._logo {
    height: 13.20312vw;
  }
  .testimonial__box ._name {
    margin: 0 0 1.875vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
  .testimonial__box ._img {
    height: 14.60938vw;
    margin: 0 0 2.1875vw;
  }
  .testimonial__box ._wrap {
    padding: 0 2.34375vw;
  }
  .testimonial__box ._info:not(:last-of-type) {
    margin: 0 0 0.9375vw;
  }
  .testimonial__box ._info:last-of-type {
    margin: 0 0 1.25vw;
  }
  .testimonial__box ._info ._term {
    margin: 0 0.9375vw 0 0;
    padding: 0 1.17188vw 0 0;
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .testimonial__box ._info ._term ._adj {
    width: 4.0625vw;
  }
  .testimonial__box ._info ._description {
    font-size: 16px;
    font-size: 1.25vw;
  }
  .testimonial__box ._separator {
    margin: 0 0 0.9375vw;
  }
  .testimonial__box ._separator:after {
    width: 16.32812vw;
  }
  .testimonial__box ._separator ._tag {
    width: 6.32812vw;
    padding: 0.46875vw 0 0.54688vw;
    font-size: 12px;
    font-size: 0.9375vw;
  }
  .testimonial__box ._txt {
    font-size: 16px;
    font-size: 1.25vw;
  }
  .testimonial__box._01 ._logo {
    padding: 3.75vw 0 0;
  }
  .testimonial__box._01 ._logo > img {
    width: 8.75vw;
    height: 7.10938vw;
  }
  .testimonial__box._02 ._logo {
    padding: 4.84375vw 0 0;
  }
  .testimonial__box._02 ._logo > img {
    width: 10.9375vw;
    height: 6.09375vw;
  }
  .testimonial__box._03 ._logo {
    padding: 4.29688vw 0 0;
  }
  .testimonial__box._03 ._logo > img {
    width: 9.21875vw;
    height: 6.48438vw;
  }
}
@media screen and (max-width: 800px) {
  .testimonial {
    padding: 20vw 0 16vw;
  }
  .testimonial__ttl {
    margin: 0 0 13.33333vw;
    font-size: 50px;
    font-size: 6.66667vw;
  }
  .testimonial__inner {
    display: block;
    width: 84vw;
  }
  .testimonial__box {
    width: 100%;
  }
  .testimonial__box:not(:last-of-type) {
    padding: 0 0 9.33333vw;
    border-bottom: 1px solid #c9c9c9;
  }
  .testimonial__box ._logo {
    height: auto;
  }
  .testimonial__box ._name {
    margin: 0 0 5.06667vw;
    font-size: 30px;
    font-size: 4vw;
  }
  .testimonial__box ._img {
    height: 45.06667vw;
    margin: 0 0 6.66667vw;
  }
  .testimonial__box ._wrap {
    padding: 0 6.66667vw;
  }
  .testimonial__box ._info:not(:last-of-type) {
    margin: 0 0 1.6vw;
  }
  .testimonial__box ._info:last-of-type {
    margin: 0 0 3.46667vw;
  }
  .testimonial__box ._info ._term {
    position: relative;
    margin: 0 2.4vw 0 0;
    padding: 0 3.46667vw 0 0;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .testimonial__box ._info ._term ._adj {
    width: 13.86667vw;
  }
  .testimonial__box ._info ._description {
    font-size: 26px;
    font-size: 3.46667vw;
  }
  .testimonial__box ._separator {
    margin: 0 0 2.66667vw;
  }
  .testimonial__box ._separator:after {
    width: 50.66667vw;
  }
  .testimonial__box ._separator ._tag {
    width: 20vw;
    padding: 1.06667vw 0 1.2vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
  .testimonial__box ._txt {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.571;
  }
  .testimonial__box._01 ._logo {
    padding: 0 0 5.06667vw;
  }
  .testimonial__box._01 ._logo > img {
    width: 23.2vw;
    height: 19.06667vw;
  }
  .testimonial__box._02 ._logo {
    padding: 10.66667vw 0 5.33333vw;
  }
  .testimonial__box._02 ._logo > img {
    width: 32.26667vw;
    height: 17.86667vw;
  }
  .testimonial__box._03 ._logo {
    padding: 10.66667vw 0 5.33333vw;
  }
  .testimonial__box._03 ._logo > img {
    width: 27.06667vw;
    height: 19.06667vw;
  }
}
.flow {
  padding: 6.25vw 0 4.6875vw;
  background-color: #008f58;
}
.flow__ttl {
  margin: 0 0 4.16667vw;
  font-size: 40px;
  font-size: 2.08333vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.flow__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 62.5vw;
  margin: 0 auto;
}
.flow__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12.5vw;
  padding: 10.10417vw 0 0;
}
.flow__box:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 2.8125vw;
  right: -2.96875vw;
  display: block;
  width: 1.77083vw;
  height: 2.91667vw;
  background: url("../img/flow_arrow.svg") top left no-repeat;
  background-size: 100% 100%;
}
.flow__box ._ttlBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125vw;
  margin: 0 0 0.72917vw;
  padding: 0 0 0 1.35417vw;
}
.flow__box ._ttlBox ._number {
  margin: 0 0.72917vw 0 0;
}
.flow__box ._ttlBox ._number._01 {
  width: 1.97917vw;
  height: 3.125vw;
}
.flow__box ._ttlBox ._number._02 {
  width: 2.65625vw;
  height: 3.07292vw;
}
.flow__box ._ttlBox ._number._03 {
  width: 2.65625vw;
  height: 3.125vw;
}
.flow__box ._ttlBox ._number._04 {
  width: 2.70833vw;
  height: 3.02083vw;
}
.flow__box ._ttlBox ._ttl {
  font-size: 20px;
  font-size: 1.04167vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.flow__box ._img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 8.54167vw;
  margin: 0 0 1.35417vw;
}
.flow__box ._txt {
  display: block;
  width: 10.10417vw;
  margin: 0 auto;
  font-size: 16px;
  font-size: 0.83333vw;
  color: #fff;
  line-height: 1.75;
  text-align: justify;
  text-align: break-all;
}
@media screen and (max-width: 1280px) {
  .flow {
    padding: 7.8125vw 0 5.46875vw;
  }
  .flow__ttl {
    margin: 0 0 6.25vw;
    font-size: 40px;
    font-size: 3.125vw;
  }
  .flow__inner {
    width: 93.75vw;
  }
  .flow__box {
    width: 18.75vw;
    padding: 15.15625vw 0 0;
  }
  .flow__box:not(:last-of-type):after {
    top: 4.21875vw;
    right: -4.45312vw;
    width: 2.65625vw;
    height: 4.375vw;
  }
  .flow__box ._ttlBox {
    height: 4.6875vw;
    margin: 0 0 1.09375vw;
    padding: 0 0 0 2.03125vw;
  }
  .flow__box ._ttlBox ._number {
    margin: 0 1.09375vw 0 0;
  }
  .flow__box ._ttlBox ._number._01 {
    width: 2.96875vw;
    height: 4.6875vw;
  }
  .flow__box ._ttlBox ._number._02 {
    width: 3.98437vw;
    height: 4.60938vw;
  }
  .flow__box ._ttlBox ._number._03 {
    width: 3.98437vw;
    height: 4.6875vw;
  }
  .flow__box ._ttlBox ._number._04 {
    width: 4.0625vw;
    height: 4.53125vw;
  }
  .flow__box ._ttlBox ._ttl {
    font-size: 20px;
    font-size: 1.5625vw;
  }
  .flow__box ._img {
    height: 12.8125vw;
    margin: 0 0 2.03125vw;
  }
  .flow__box ._txt {
    width: 15.15625vw;
    font-size: 16px;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 800px) {
  .flow {
    padding: 16vw 0;
  }
  .flow__ttl {
    margin: 0 0 16vw;
    font-size: 50px;
    font-size: 6.66667vw;
  }
  .flow__inner {
    display: block;
    width: 84vw;
    margin: 0 auto;
  }
  .flow__box {
    width: 100%;
    display: block;
    padding: 0 0 0;
  }
  .flow__box:not(:last-of-type) {
    margin: 0 0 21.33333vw;
  }
  .flow__box:not(:last-of-type):after {
    top: auto;
    right: auto;
    position: absolute;
    left: 50%;
    bottom: -16vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16.66667vw;
    height: 9.2vw;
    background: url("../img/flow_arrow_sp.svg") top left no-repeat;
    background-size: 100% 100%;
  }
  .flow__box ._ttlBox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin: 0 0 4vw;
    padding: 0;
  }
  .flow__box ._ttlBox ._number {
    margin: 0 3.73333vw 0 0;
  }
  .flow__box ._ttlBox ._number._01 {
    width: 6.26667vw;
    height: 9.86667vw;
  }
  .flow__box ._ttlBox ._number._02 {
    width: 8.66667vw;
    height: 10vw;
  }
  .flow__box ._ttlBox ._number._03 {
    width: 8.53333vw;
    height: 10vw;
  }
  .flow__box ._ttlBox ._number._04 {
    width: 8.8vw;
    height: 9.86667vw;
  }
  .flow__box ._ttlBox ._ttl {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1;
  }
  .flow__box ._wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flow__box ._img {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 39.6vw;
    height: 27.06667vw;
    margin: 0;
  }
  .flow__box ._txt {
    width: 40.53333vw;
    margin: 0;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.571;
  }
}
.faq {
  padding: 7.8125vw 0 0;
}
.faq__ttl {
  margin: 0 0 3.85417vw;
  font-size: 40px;
  font-size: 2.08333vw;
  font-weight: 700;
  text-align: center;
}
.faq__inner {
  width: 52.08333vw;
  margin: 0 auto;
}
.faq__box:not(:last-of-type) {
  margin: 0 0 1.5625vw;
  padding: 0 0 1.5625vw;
  border-bottom: 1px solid #c9c9c9;
}
.faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0.72917vw;
}
.faq__question:before {
  content: "Q";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.08333vw;
  height: 2.08333vw;
  background-color: #008f58;
  border-radius: 0.41667vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.45833vw;
  color: #fff;
}
.faq__question ._txt {
  display: block;
  width: 49.27083vw;
  padding: 0.52083vw 0 0;
  font-size: 16px;
  font-size: 0.83333vw;
  color: #008f58;
  font-weight: 700;
}
.faq__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq__answer:before {
  content: "A";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.08333vw;
  height: 2.08333vw;
  background-color: #fff600;
  border-radius: 0.41667vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.45833vw;
  color: #008f58;
}
.faq__answer ._txt {
  display: block;
  width: 49.27083vw;
  padding: 0.52083vw 0 0;
  font-size: 16px;
  font-size: 0.83333vw;
  line-height: 1.5;
}
.faq__answer ._txt ._note {
  display: block;
  padding: 0.41667vw 0 0;
  font-size: 12px;
  font-size: 0.625vw;
}
@media screen and (max-width: 1280px) {
  .faq {
    padding: 11.71875vw 0 0;
  }
  .faq__ttl {
    margin: 0 0 5.78125vw;
    font-size: 40px;
    font-size: 3.125vw;
  }
  .faq__inner {
    width: 78.125vw;
  }
  .faq__box:not(:last-of-type) {
    margin: 0 0 2.34375vw;
    padding: 0 0 2.34375vw;
  }
  .faq__question {
    margin: 0 0 1.09375vw;
  }
  .faq__question:before {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.625vw;
    font-size: 28px;
    font-size: 2.1875vw;
  }
  .faq__question ._txt {
    width: 73.90625vw;
    padding: 0.78125vw 0 0;
    font-size: 16px;
    font-size: 1.25vw;
  }
  .faq__answer:before {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.625vw;
    font-size: 28px;
    font-size: 2.1875vw;
  }
  .faq__answer ._txt {
    width: 73.90625vw;
    padding: 0.78125vw 0 0;
    font-size: 16px;
    font-size: 1.25vw;
  }
  .faq__answer ._txt ._note {
    padding: 0.625vw 0 0;
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 800px) {
  .faq {
    padding: 20vw 0 0;
  }
  .faq__ttl {
    margin: 0 0 13.33333vw;
    font-size: 50px;
    font-size: 6.66667vw;
  }
  .faq__inner {
    width: 84vw;
  }
  .faq__box:not(:last-of-type) {
    margin: 0 0 8vw;
    padding: 0 0 8vw;
  }
  .faq__question {
    margin: 0 0 3.73333vw;
  }
  .faq__question:before {
    width: 7.46667vw;
    height: 7.46667vw;
    border-radius: 1.06667vw;
    font-size: 39px;
    font-size: 5.2vw;
  }
  .faq__question ._txt {
    display: block;
    width: 75.2vw;
    padding: 1.33333vw 0 0;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.571;
  }
  .faq__answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faq__answer:before {
    width: 7.46667vw;
    height: 7.46667vw;
    border-radius: 1.06667vw;
    font-size: 39px;
    font-size: 5.2vw;
  }
  .faq__answer ._txt {
    display: block;
    width: 74.66667vw;
    padding: 1.33333vw 0 0;
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.571;
  }
  .faq__answer ._txt ._note {
    padding: 1.06667vw 0 0;
    font-size: 20px;
    font-size: 2.66667vw;
  }
}
.footer {
  padding: 4.16667vw 0 1.5625vw;
}
.footer__ttlBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4.16667vw;
}
.footer__logo {
  width: 10.46875vw;
  height: 10.98958vw;
  margin: 0 2.08333vw 0 0;
}
.footer__ttl {
  color: #fff;
  font-weight: 300;
}
.footer__ttl ._top {
  display: block;
  font-size: 30px;
  font-size: 1.5625vw;
}
.footer__ttl ._top > i {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.footer__ttl ._bottom {
  display: block;
  padding: 1.5625vw 0 0;
  font-size: 40px;
  font-size: 2.08333vw;
}
.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.875vw;
}
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__list:first-of-type:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.72917vw;
  margin: 0 1.97917vw;
  background-color: #fff;
}
.footer__list ._link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
}
.footer__list ._link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 0.20833vw 0 0;
  border-style: solid;
  border-width: 0.15625vw 0 0.15625vw 0.26042vw;
  border-color: transparent transparent transparent #fff;
}
.footer__copyright {
  font-size: 12px;
  font-size: 0.625vw;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 6.25vw 0 2.34375vw;
  }
  .footer__ttlBox {
    margin: 0 0 6.25vw;
  }
  .footer__logo {
    width: 15.70313vw;
    height: 16.48438vw;
    margin: 0 3.125vw 0 0;
  }
  .footer__ttl ._top {
    font-size: 30px;
    font-size: 2.34375vw;
  }
  .footer__ttl ._top > i {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  .footer__ttl ._bottom {
    padding: 2.34375vw 0 0;
    font-size: 40px;
    font-size: 3.125vw;
  }
  .footer__info {
    margin: 0 0 2.8125vw;
  }
  .footer__list:first-of-type:after {
    height: 1.09375vw;
    margin: 0 2.96875vw;
  }
  .footer__list ._link {
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .footer__list ._link:before {
    margin: 0 0.3125vw 0 0;
    border-width: 0.23438vw 0 0.23438vw 0.39062vw;
  }
  .footer__copyright {
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 10.66667vw 0 5.33333vw;
  }
  .footer__ttlBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10.66667vw;
  }
  .footer__logo {
    width: 15.86667vw;
    height: 16.66667vw;
    margin: 0 4vw 0 0;
  }
  .footer__ttl ._top {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .footer__ttl ._bottom {
    padding: 4vw 0 0;
    font-size: 32px;
    font-size: 4.26667vw;
  }
  .footer__info {
    margin: 0 0 5.33333vw;
  }
  .footer__list:first-of-type:after {
    height: 2.66667vw;
    margin: 0 6.66667vw;
  }
  .footer__list ._link {
    font-size: 20px;
    font-size: 2.66667vw;
  }
  .footer__list ._link:before {
    margin: 0 1.06667vw 0 0;
    border-width: 0.8vw 0 0.8vw 1.33333vw;
  }
  .footer__copyright {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}
.l-wrapper {
  overflow: hidden;
}
.l-bottomWrap {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(35.625vw, #fff),
    color-stop(35.625vw, #333),
    to(#333)
  );
  background-image: -webkit-linear-gradient(
    top,
    #fff 0,
    #fff 35.625vw,
    #333 35.625vw,
    #333 100%
  );
  background-image: linear-gradient(
    to bottom,
    #fff 0,
    #fff 35.625vw,
    #333 35.625vw,
    #333 100%
  );
}
@media screen and (max-width: 800px) {
  .l-bottomWrap {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #fff),
      color-stop(113.33333vw, #fff),
      color-stop(113.33333vw, #333),
      to(#333)
    );
    background-image: -webkit-linear-gradient(
      top,
      #fff 0,
      #fff 113.33333vw,
      #333 113.33333vw,
      #333 100%
    );
    background-image: linear-gradient(
      to bottom,
      #fff 0,
      #fff 113.33333vw,
      #333 113.33333vw,
      #333 100%
    );
  }
}
.u-sp {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .u-sp {
    display: block !important;
  }
}
.u-pc {
  display: block !important;
}
@media screen and (max-width: 800px) {
  .u-pc {
    display: none !important;
  }
}
.o-btn {
  position: relative;
}
.o-btn ._link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #fff600;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.o-btn ._link ._highlight {
  position: relative;
  border-right: 1px solid #242424;
}
.o-btn ._link ._highlight:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background-color: #fff600;
  border-right: 1px solid #242424;
  border-bottom: 1px solid #242424;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.o-btn ._link ._highlight ._label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed2e2e;
  color: #fff;
  font-weight: 700;
}
.o-btn ._link ._highlight ._time {
  font-weight: 700;
}
.o-btn ._link ._highlight ._time > i {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.o-btn ._link ._main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-btn ._link ._main ._txt {
  font-weight: 700;
  text-align: center;
}
.o-btn ._link ._main:after {
  content: "";
  display: block;
  background: url("../img/arrow_btn.svg") top left no-repeat;
  background-size: 100% 100%;
}
.o-btn ._link:hover {
  background-color: #ffe400;
}
.o-btn ._link:hover ._highlight:before {
  background-color: #ffe400;
}
@media screen and (max-width: 800px) {
  .o-btn ._link {
    -webkit-transition: none 0;
    transition: none 0;
  }
  .o-btn ._link:hover {
    background-color: #fff600;
  }
  .o-btn ._link:hover ._highlight:before {
    background-color: #fff600;
    -webkit-transition: none 0;
    transition: none 0;
  }
  .o-btn._header ._link ._main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 1.6vw;
  }
  .o-btn._header ._link ._main:after {
    content: none;
  }
}
.o-scroll {
  position: absolute;
  right: 1.04167vw;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-scroll ._en {
  margin: 0 0 0.72917vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.72917vw;
  color: #fff;
}
.o-scroll ._line {
  position: relative;
  display: block;
  width: 1px;
  height: 6.25vw;
  background-color: #3fa372;
}
.o-scroll ._line:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: scrollDown 2s ease-in-out infinite;
  animation: scrollDown 2s ease-in-out infinite;
}
@media screen and (max-width: 1280px) {
  .o-scroll {
    right: 1.5625vw;
  }
  .o-scroll ._en {
    margin: 0 0 1.09375vw;
    font-size: 14px;
    font-size: 1.09375vw;
  }
  .o-scroll ._line {
    height: 9.375vw;
  }
}
@media screen and (max-width: 800px) {
  .o-scroll {
    z-index: 2;
    right: 2.66667vw;
    bottom: -5.33333vw;
  }
  .o-scroll ._en {
    margin: 0 0 1.6vw;
    font-size: 14px;
    font-size: 1.86667vw;
  }
  .o-scroll ._line {
    height: 16vw;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  33% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  66% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.o-pagetop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 1.25vw;
  bottom: 1.25vw;
  -webkit-transform: translateY(0.83333vw);
  transform: translateY(0.83333vw);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 5;
}
.o-pagetop.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.o-pagetop ._link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.60417vw;
  height: 2.60417vw;
  padding: 0.20833vw 0 0;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 12px;
  font-size: 0.625vw;
  color: #333;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .o-pagetop {
    right: 1.875vw;
    bottom: 1.875vw;
    -webkit-transform: translateY(1.25vw);
    transform: translateY(1.25vw);
  }
  .o-pagetop ._link {
    width: 3.90625vw;
    height: 3.90625vw;
    padding: 0.3125vw 0 0;
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 800px) {
  .o-pagetop {
    right: 3.2vw;
    bottom: 3.2vw;
  }
  .o-pagetop ._link {
    width: 8vw;
    height: 7.89474vw;
    padding: 0.53333vw 0 0;
    font-size: 14px;
    font-size: 1.86667vw;
  }
}
