@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* --------------------
  2022-12

　01　リセット
　02　共通
　03　モジュール c-●●
　04　セクション毎
　05　アニメーション
----------------------*/
/* --------------------
　01　リセット
----------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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;
  font-weight: bold;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: bold;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  a:hover {
    filter: brightness(1.05);
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  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 {
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  button,
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=email],
  input[type=tel] textarea {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  textarea,
  input[type=email],
  input[type=text],
  input[type=image],
  input[type=password] {
    -webkit-appearance: none;
  }
}
/* --------------------
　02　共通
----------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.625;
  color: #1A1A1A;
}
.pc_content {
  display: block;
}
.sp_content {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
  .pc_content {
    display: none;
  }
  .sp_content {
    display: block;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  filter: brightness(1.1);
}

.f_color {
  color: #A70000;
}

.t_link {
  color: #3F88D4;
  text-decoration: underline;
}
.t_link:hover {
  text-decoration: none;
}

/* --------------------
　03 モジュール　c-●●
----------------------*/
.c-header {
  height: 96px;
  padding: 0 58px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .c-header {
    padding: 0 20px 0 15px;
    height: 60px;
  }
}
.c-header__logo {
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    padding-top: 4px;
  }
}
.c-header__logoImg {
  display: block;
  width: 264px;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .c-header__logoImg {
    width: 134px;
  }
}
.c-header__logoImg img {
  vertical-align: middle;
}
.c-header__btn {
  color: #A70000;
}
.c-header__btn a {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.174em;
  text-align: center;
  width: 360px;
  max-width: 100%;
  border-radius: 32px;
  border: 1px solid #A70000;
  padding: 0 10px;
}
@media screen and (max-width: 780px) {
  .c-header__btn a {
    font-size: 1rem;
    padding: 4px;
    width: 150px;
  }
}
.c-header__btn a:hover {
  color: #fff;
  background-color: #A70000;
}
.c-footer {
  height:167px;
  background:#333333;
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  .c-footer {
    height: 120px;
    font-size: 12px;
  }
}

.c-sectionTtl {
  font-size: 2.8rem;
  letter-spacing: 0.087em;
  line-height: 1.0714285714;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sectionTtl {
    font-size: 2.1rem;
    line-height: 2;
  }
}
.c-sectionTtl span {
  padding-bottom: 6px;
  border-bottom: 5px solid #A70000;
}
.c-sectionTtl--white {
  color: #fff;
}
.c-sectionTtl--white span {
  border-bottom-color: #fff;
}

.c-btn {
  display: inline-block;
  width: 400px;
  max-width: 60%;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.174em;
  text-align: center;
  background: linear-gradient(45deg, #FF3428, #C00000);
  border-radius: 47px;
  padding: 16px 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 210px;
    max-width: 100%;
    font-size: 1.5rem;
    padding: 8px 6px;
  }
}
.c-btn--line {
  position: relative;
  line-height: 1.5em;
  padding-left: 68px;
  width: auto;
}
.c-btn--line::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/icon_line.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-btn--line {
    padding: 8px 16px 8px 40px;
  }
  .c-btn--line::before {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 6px;
    left: 6px;
  }
}

/* --------------------
　04 セクション毎
----------------------*/
.mv {
  height: 793px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 550px;
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    height: 383px;
  }
}
.mv_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv_bg {
    width: 100%;
  }
}
.mv_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
}
@media screen and (max-width: 1600px) {
  .mv_bg img {
    -o-object-position: left center;
       object-position: left center;
  }
}
.mv_subtxt {
  position: absolute;
  top: 12%;
  right: 62px;
  font-size: 24px;
  padding: 16px 8px;
  background: white;
}
.mv_subtxt img {
  display: block;
  width: 24px;
}
@media screen and (max-width: 1200px) {
  .mv_subtxt {
    top: 2%;
  }
}
@media screen and (max-width: 768px) {
  .mv_subtxt {
    top: 10%;
    right: 16px;
    padding: 13px 8px;
    background-color: #fff;
  }
  .mv_subtxt img {
    width: 14px;
  }
}
.mv_ttl {
  position: absolute;
  bottom: 29%;
  right: calc(9% + 145px);
  width: 59.5900439239%;
  max-width: 814px;
}
@media screen and (max-width: 768px) {
  .mv_ttl {
    width: calc(100% - 64px);
    max-width: 360px;
    right: auto;
    left: 3%;
    bottom: 4%;
  }
}
.mv_scrollArrow {
  width: 32px;
  position: absolute;
  left: calc(50% - 16px);
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_scrollArrow {
    display: none;
  }
}
.mv_prtxt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #a70000;
  opacity: 0.7;
  font-size: 24px;
  text-align: center;
  color: white;
  background: url(../images/prtxt_bg.png) center/cover repeat;
}
@media screen and (max-width: 768px) {
  .mv_prtxt {
    bottom: auto;
    top: 0;
    font-size: 2.4vw;
    opacity: 1;
    line-height: 2em;
    height: 2em;
  }
}
@media screen and (max-width: 500px) {
  .mv_prtxt {
    font-size: 3vw;
  }
}

.about {
  color: #fff;
  padding: 124px 0 50px;
  background: url(../images/about_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0;
    margin: 0 20px;
    background: none;
  }
}
.about_inner {
  width: 1098px;
  max-width: 100%;
  margin: 0 auto;
}
.about_ttl {
  font-size: 3rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_ttl {
    padding: 58px 0 6px;
    background: url(../images/about_bg.jpg) center/cover no-repeat;
  }
}
.about_ttl .txt01 {
  font-size: 5.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-right: 9%;
}
@media screen and (max-width: 768px) {
  .about_ttl .txt01 {
    font-size: 2.3rem;
    padding-right: 0;
  }
}
.about_ttl .txt02 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  .about_ttl .txt02 {
    font-size: 1.3rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_ttl .txt02_ex {
    display: block;
    margin-top: 6px;
  }
}
.about_ttl .logo {
  display: inline-block;
  width: 176px;
  margin: 0 30px 0;
}
@media screen and (max-width: 768px) {
  .about_ttl .logo {
    width: 75px;
    margin: 0 12px;
  }
}
.about_ttl .logo img {
  vertical-align: middle;
}
.about_scrollArrow {
  display: none;
}
@media screen and (max-width: 768px) {
  .about_scrollArrow {
    display: block;
    width: 16px;
    position: absolute;
    left: calc(50% - 8px);
    bottom: -13px;
    z-index: 1;
  }
}
.about_body {
  margin-top: 22px;
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  .about_body {
    color: #1A1A1A;
    padding-left: 0;
    margin-top: 48px;
  }
}
.about_subttl {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .about_subttl {
    font-size: 2.1rem;
    line-height: 1.7333333333;
  }
}
.about_txt {
  font-size: 1.5rem;
  font-weight: normal;
}
.about_btnArea {
  text-align: center;
  margin-top: 60px;
}
.about_btnArea .cta-above {
  font-size: 24px;
  color: white;
  line-height: 1.5em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .about_btnArea {
    margin-top: 18px;
  }
  .about_btnArea .cta-above {
    font-size: 16px;
    color: #ff3428;
  }
}

.movie {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 72px 0;
  }
}
.movie_inner {
  width: 637px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.movie_box {
  margin-top: 62px;
  padding-top: 60.9715242881%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie_box {
    margin-top: 44px;
  }
}
.movie_box video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.movie_btnArea {
  text-align: center;
  margin-top: 48px;
}
.movie_btnArea .cta-above {
  font-size: 24px;
  color: #ff3428;
  line-height: 1.5em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .movie_btnArea {
    margin-top: 26px;
  }
  .movie_btnArea .cta-above {
    font-size: 16px;
  }
}

.achievement {
  padding: 60px 0 88px;
}
@media screen and (max-width: 768px) {
  .achievement {
    padding: 30px 0;
  }
}
.achievement_inner {
  width: 998px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.achievement_body {
  margin-top: 32px;
}
.achievement_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .achievement_item {
    line-height: 1.7333333333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.achievement_item:not(:first-child) {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .achievement_item:not(:first-child) {
    margin-top: 20px;
  }
}
.achievement_item:nth-child(1) .txt {
  background: url(../images/01.png) center/146px auto no-repeat;
}
.achievement_item:nth-child(2) .txt {
  background: url(../images/02.png) center/146px auto no-repeat;
}
.achievement_item:nth-child(3) .txt {
  background: url(../images/03.png) center/146px auto no-repeat;
}
.achievement_item .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .achievement_item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.achievement_item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0 0 2%;
  letter-spacing: 0.099em;
}
.achievement_item .txt p {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .achievement_item .txt {
    padding: 0;
  }
}
.achievement_item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .achievement_item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.offer {
  padding: 90px 0 44px;
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .offer {
    padding: 50px 0;
    margin: 0 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), color-stop(92%, #F4F4F4), color-stop(92%, #fff), to(#fff));
    background: linear-gradient(#F4F4F4 0%, #F4F4F4 92%, #fff 92%, #fff 100%);
  }
}
.offer_inner {
  width: 998px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.offer_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .offer_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.offer_list {
  width: 33.3333333333%;
  color: #A70000;
  padding-left: 12%;
}
@media screen and (max-width: 768px) {
  .offer_list {
    line-height: 2;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.offer_btnArea {
  text-align: center;
  margin-top: 58px;
}
.offer_btnArea .cta-above {
  font-size: 24px;
  color: #ff3428;
  line-height: 1.5em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .offer_btnArea {
    margin-top: 34px;
  }
  .offer_btnArea .cta-above {
    font-size: 16px;
  }
}

.management {
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .management {
    padding: 52px 0;
  }
}
.management_inner {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.management_body {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .management_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px;
  }
}
.management_box01 {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #333333;
  background-color: #F4F4F4;
  -webkit-box-shadow: 5px 5px 0px 0px #A70000;
          box-shadow: 5px 5px 0px 0px #A70000;
}
@media screen and (max-width: 768px) {
  .management_box01 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 14px 26px;
  }
}
.management_box01 .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .management_box01 .img {
    width: 100%;
  }
}
.management_box01 .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .management_box01 .txt {
    margin-left: 0;
    line-height: 1.7;
  }
}
.management_box01 .ttl {
  font-size: 2.4rem;
  text-align: center;
  margin: 32px 0 24px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .management_box01 .ttl {
    font-size: 2.1rem;
    margin: 32px 0 18px;
  }
}
.management_box02 {
  width: 46%;
  padding: 20px;
  border: 1px solid #333333;
  background-color: #F4F4F4;
  -webkit-box-shadow: 5px 5px 0px 0px #A70000;
          box-shadow: 5px 5px 0px 0px #A70000;
}
@media screen and (max-width: 768px) {
  .management_box02 {
    width: 100%;
    padding: 14px 14px 28px;
    margin-left: 0;
    margin-top: 14px;
  }
  .management_box02 img {
    display: none;
  }
}
.management_box02 .ttl {
  font-size: 2.4rem;
  text-align: center;
  margin: 32px 0 24px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .management_box02 .ttl {
    font-size: 2.1rem;
    margin: 24px 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .management_box02 .txt {
    line-height: 1.7;
  }
}

.media {
  padding: 66px 0 96px;
}
@media screen and (max-width: 768px) {
  .media {
    padding: 56px 0 78px;
  }
}
.media_inner {
  width: 960px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.media_body {
  margin-top: 54px;
}
.media_list {
  line-height: 1.4;
}
.media_list img {
  display: block;
  margin: auto;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .media_list img {
    width: 100%;
  }
}

.flow {
  color: #fff;
  padding: 116px 0 84px;
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 58px 0;
  }
}
.flow_inner {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.flow_body {
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .flow_body {
    margin-top: 54px;
  }
}
.flow_qualification {
  font-size: 1.9rem;
  line-height: 1.6;
  border: 1px solid #fff;
  padding: 36px 24px 30px 24px;
}
@media screen and (max-width: 768px) {
  .flow_qualification {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 25px 16px 16px 16px;
  }
}
.flow_qualification .ttl {
  text-align: center;
  margin-bottom: 22px;
}
.flow_qualification p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_qualification .ttl {
    margin-bottom: 10px;
  }
  .flow_qualification p {
    text-align: left;
  }
}
.flow_list {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .flow_list {
    margin-top: 48px;
  }
}
.flow_list li {
  font-size: 2.1rem;
  letter-spacing: 0.081em;
  text-align: center;
  color: #A70000;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .flow_list li {
    padding-left: 132px;
    font-size: 1.5rem;
    border: 1px solid #fff;
    padding: 10px;
  }
}
.flow_list li:not(:first-child) {
  margin-top: 30px;
}
.flow_list li:nth-child(1) {
  background: #fff url(../images/step_01.png) left 20px center/174px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .flow_list li:nth-child(1) {
    background-size: 100px;
    padding-left: 120px;
  }
}
.flow_list li:nth-child(2) {
  background: #fff url(../images/step_02.png) left 20px center/174px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .flow_list li:nth-child(2) {
    background-size: 100px;
    padding-left: 120px;
  }
}
.flow_list li:nth-child(3) {
  background: #fff url(../images/step_03.png) left 20px center/174px auto no-repeat;
}
@media screen and (max-width: 768px) {
  .flow_list li:nth-child(3) {
    background-size: 100px;
    padding-left: 120px;
  }
}
.flow_btnArea {
  margin-top: 80px;
  text-align: center;
}
.flow_btnArea .cta-above{
  font-size: 24px;
  color: white;
  line-height: 1.5em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .flow_btnArea {
    margin-top: 40px;
  }
  .flow_btnArea .cta-above{
    font-size: 16px;
  }
}

.faq {
  padding: 154px 0 106px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 98px 0 72px;
  }
}
.faq_inner {
  width: 1000px;
  padding: 0 20px;
  max-width: 100%;
  margin: 0 auto;
}
.faq_body {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .faq_body {
    margin-top: 48px;
  }
}
.faq_list li:not(:first-child) {
  margin-top: 126px;
}
@media screen and (max-width: 768px) {
  .faq_list li:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq .q_txt {
    background-color: #333333;
  }
}
.faq .q_txt span {
  font-size: 2.4rem;
  letter-spacing: 0.117em;
  color: #fff;
  padding: 14px 28px 14px 55px;
  background-color: #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq .q_txt span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.7;
    background-color: transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 40px;
  }
}
.faq .q_txt span::before {
  content: "Q.";
  position: absolute;
  top: -4px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  .faq .q_txt span::before {
    top: 6px;
  }
}
.faq .a_txt {
  font-size: 1.9rem;
  letter-spacing: 0.081em;
  line-height: 1.7368421053;
  color: #A70000;
  margin-top: 28px;
  padding-left: 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq .a_txt {
    font-size: 1.5rem;
    padding-left: 40px;
  }
}
.faq .a_txt::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 16px;
}

/* --------------------
　05　アニメーション
----------------------*/
