@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, 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, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000; }

ins {
  background-color: #FFF;
  color: #231F20;
  text-decoration: none; }

mark {
  background-color: #FFF;
  color: #231F20;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #231F20;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo", メイリオ, sans-serif, serif;
  font-size: 1rem;
  line-height: 2rem;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

main {
  overflow: hidden; }

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

a {
  text-decoration: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px; }

/*-------------------------------------------
　セクション背景設定
-------------------------------------------*/
@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*-------------------------------------------
　画像　位置設定
-------------------------------------------*/
/*-------------------------------------------
　PCや携帯のサイズによってCSS変更
-------------------------------------------*/
/*-------------------------------------------
　スクロール　矢印×アニメーション
-------------------------------------------*/
/*-------------------------------------------
　テキストBOX
-------------------------------------------*/
/*-------------------------------------------
　テキスト装飾
-------------------------------------------*/
/*-------------------------------------------
　テキストサイズ
-------------------------------------------*/
/*-------------------------------------------
　クリックで開く　Q&Aなど
-------------------------------------------*/
.accbox_group {
  border-top: 1px solid #B6B6C3; }

.accbox {
  max-width: 100%; }
  .accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 10px 10px 12px 55px;
    line-height: 1.7rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #0d0d38;
    border-bottom: 1px solid #B6B6C3;
    text-indent: -1.5em;
    transition: all 0.3s;
    cursor: pointer; }
    @media screen and (max-width: 834px) {
      .accbox label {
        line-height: 1.53rem;
        font-size: 0.99rem; } }
    @media screen and (max-width: 834px) {
      .accbox label {
        padding: 12px 20px 14px 2.4em; } }
    .accbox label:hover {
      background: #e4dff6;
      color: #231F20; }
  .accbox input {
    display: none; }
  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s; }

.cssacc:checked + .accshow {
  height: auto;
  padding: 15px 30px 20px;
  line-height: 1.7rem;
  font-size: 0.9rem;
  color: #231F20;
  background: #F0F0F3;
  opacity: 1;
  border-bottom: 2px solid #0d0d38; }
  @media screen and (max-width: 834px) {
    .cssacc:checked + .accshow {
      line-height: 1.53rem;
      font-size: 0.81rem; } }

/*-------------------------------------------
　リンクボタン
-------------------------------------------*/
.linkbutton a {
  display: block;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 12px;
  padding: 18px 0;
  background: linear-gradient(90deg, #6e6eff, #28288c);
  background-size: cover;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.7rem;
  font-size: 0.9rem;
  font-style: normal;
  font-family: "ten-mincho-text", serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
  @media screen and (max-width: 834px) {
    .linkbutton a {
      line-height: 1.53rem;
      font-size: 0.81rem; } }
  @media screen and (max-width: 834px) {
    .linkbutton a {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 1em 0;
      background: #4b4bc6;
      color: #FFF;
      text-align: center;
      font-size: 0.9em;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
  .linkbutton a:hover {
    text-decoration: none;
    color: #FFF;
    filter: drop-shadow(1px 1px 1px rgba(13, 13, 56, 0.1));
    background: #4b4bc6;
    box-shadow: none; }
  .linkbutton a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    content: "";
    background-color: #ffcf12;
    position: absolute;
    top: -150px;
    right: auto;
    left: 20px;
    z-index: -1;
    width: 0;
    height: 300px; }
  .linkbutton a:hover::before {
    transform: rotate(70deg);
    width: 700px;
    opacity: 0.7; }

/*-------------------------------------------
　赤リンクボタン
-------------------------------------------*/
.linkbuttonRed a {
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 2px solid #ff1240;
  border-right: 2px solid #ff1240;
  display: block;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 12px;
  padding: 22px 0;
  background: linear-gradient(90deg, #ff1240, #7f0920);
  background-size: cover;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.7rem;
  font-size: 1.1rem;
  font-style: normal;
  font-family: "ten-mincho-text", serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1);
  background: linear-gradient(-45deg, #ff1240, #ffcf12, #ff1240, #ffcf12);
  background-size: 400% 400%;
  animation: gradientBG 5s ease infinite; }
  @media screen and (max-width: 834px) {
    .linkbuttonRed a {
      line-height: 1.36rem;
      font-size: 0.99rem; } }
  @media screen and (max-width: 834px) {
    .linkbuttonRed a {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 1em 0;
      background: #ff1240;
      color: #FFF;
      text-align: center;
      font-size: 1em;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086);
      background: linear-gradient(-45deg, #ff1240, #ffcf12, #ff1240, #ffcf12);
      background-size: 400% 400%;
      animation: gradientBG 5s ease infinite; } }
  .linkbuttonRed a:hover {
    text-decoration: none;
    color: #FFF;
    filter: drop-shadow(1px 1px 1px rgba(13, 13, 56, 0.1));
    background: #ff1240;
    box-shadow: none; }
  .linkbuttonRed a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    content: "";
    background-color: #ffcf12;
    position: absolute;
    top: -150px;
    right: auto;
    left: 20px;
    z-index: -1;
    width: 0;
    height: 300px; }
  .linkbuttonRed a:hover::before {
    transform: rotate(70deg);
    width: 700px;
    opacity: 0.7; }

/*-------------------------------------------
　ページトップへ戻る
-------------------------------------------*/
#page-top_div p {
  margin: 0;
  text-align: center;
  width: 100%;
  background: #231F20;
  font-size: 0.6em;
  color: #FFF;
  border-top: 1px solid #231F20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
#page-top_div p:hover {
  background: #454553; }
#page-top_div a:hover {
  text-decoration: none; }

/*-------------------------------------------
　横スクロール
-------------------------------------------*/
@media screen and (max-width: 834px) {
  .scrolltableLP {
    overflow-x: scroll;
    width: 100%; } }
.scrolltableLP table {
  margin: 0 auto;
  width: 980px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
  background: #FFF;
  box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
  @media screen and (max-width: 834px) {
    .scrolltableLP table {
      width: 550px; } }
  .scrolltableLP table tr {
    border-bottom: 1px solid #E6E6EB; }
    .scrolltableLP table tr:nth-last-child(1) {
      border-bottom: none; }
  .scrolltableLP table th {
    padding: 5px 0px 2px;
    vertical-align: middle;
    background: #231F20;
    text-align: center;
    line-height: 1.7rem;
    font-size: 0.9rem;
    color: #FFF;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 834px) {
      .scrolltableLP table th {
        line-height: 1.53rem;
        font-size: 0.81rem; } }
    .scrolltableLP table th img {
      padding-top: 6px;
      width: 170px;
      height: auto; }
      @media screen and (max-width: 834px) {
        .scrolltableLP table th img {
          width: 115px; } }
    .scrolltableLP table th:nth-child(1) {
      border-right: 1px solid #FFF; }
    .scrolltableLP table th:nth-child(2) {
      border-right: 1px solid #FFF; }
    .scrolltableLP table th:nth-child(3) {
      border-right: 1px solid #FFF; }
  .scrolltableLP table td {
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.8rem;
    padding: 8px 20px 6px;
    vertical-align: middle; }
    @media screen and (max-width: 834px) {
      .scrolltableLP table td {
        line-height: 1.17rem;
        font-size: 0.72rem; } }
    @media screen and (max-width: 834px) {
      .scrolltableLP table td {
        padding: 5px 7px 4px; } }
    .scrolltableLP table td:nth-child(1) {
      background: #B6B6C3;
      text-align: left;
      border-right: 1px solid #E6E6EB;
      width: 31%; }
    .scrolltableLP table td:nth-child(2) {
      border-right: 1px solid #E6E6EB;
      width: 25%; }
    .scrolltableLP table td:nth-child(3) {
      border-right: 1px solid #E6E6EB;
      width: 22%; }
    .scrolltableLP table td:nth-child(4) {
      width: 22%; }
  .scrolltableLP table .red {
    background: #fff7dd;
    font-weight: bold;
    color: #ff1240; }
  .scrolltableLP table .redmaru {
    background: #fff7dd;
    font-weight: bold;
    color: #ff1240;
    line-height: 1.7rem;
    font-size: 1.1rem; }
    @media screen and (max-width: 834px) {
      .scrolltableLP table .redmaru {
        line-height: 1.36rem;
        font-size: 0.99rem; } }

/*-------------------------------------------
　三角形　矢印
-------------------------------------------*/
.triangle_bottom {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #B8A476;
  margin: 0px auto 30px; }

/*-------------------------------------------
　inview.jsでの動く設定
-------------------------------------------*/
.movetext {
  opacity: 0; }

.movetext span {
  opacity: 0; }

.visible {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 2.5s;
  animation-fill-mode: both; }

/*　brightness　*/
.effect {
  animation-name: imgbrightness;
  opacity: 1;
  transition: .1s; }

@keyframes imgbrightness {
  0% {
    opacity: 0;
    filter: brightness(300%);
    /*　明度300%　*/ }
  100% {
    opacity: 1;
    filter: brightness(100%);
    /*　100%が基準値　*/ } }
/*-------------------------------------------
header
-------------------------------------------*/
/* お問合せ */
.header-inquiry {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1005; }
  @media screen and (max-width: 1024px) {
    .header-inquiry {
      position: relative;
      top: 0px;
      left: 0px;
      margin: 0 10px 30px 10px; } }
  .header-inquiry img {
    width: 360px; }

header {
  width: 100%;
  top: 0px;
  position: fixed;
  padding: 0;
  z-index: 900; }

.header-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #231F20;
  /* ヘッダーロゴ */
  /* ヘッダーナビ文字 */
  /* お問い合わせ */ }
  @media screen and (max-width: 1024px) {
    .header-inner {
      height: 55px;
      width: 100%;
      padding: 10px 5% 8px;
      background-color: rgba(255, 255, 255, 0); } }
  .header-inner a {
    text-decoration: none; }
  .header-inner-logo {
    float: left;
    left: 40px;
    top: 20px;
    position: fixed; }
    @media screen and (max-width: 1024px) {
      .header-inner-logo {
        top: 18px;
        left: 15px; } }
    .header-inner-logo img {
      width: 250px; }
      @media screen and (max-width: 1024px) {
        .header-inner-logo img {
          width: 200px;
          left: 0px;
          top: 0;
          margin-top: -5px; } }
  .header-inner-nav {
    float: right;
    margin-right: 130px;
    margin-top: 10px; }
    @media screen and (max-width: 1024px) {
      .header-inner-nav {
        display: none; } }
    .header-inner-nav #header-nav {
      position: relative;
      list-style: none;
      font-weight: 400;
      font-size: 0;
      display: inline-block;
      padding: 0;
      margin: 15px 0; }
      .header-inner-nav #header-nav a {
        color: #FFF;
        font-weight: 800;
        display: block;
        padding: 5px 15px;
        position: relative;
        text-decoration: none; }
        .header-inner-nav #header-nav a::after {
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          width: 100%;
          height: 4px;
          background: #4b4bc6;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s; }
        .header-inner-nav #header-nav a:hover::after {
          transform: scale(1, 1); }
      .header-inner-nav #header-nav li {
        margin: 0;
        display: inline-block;
        line-height: 1.4rem;
        font-size: 0.9rem;
        position: relative;
        cursor: pointer;
        z-index: 1005;
        min-width: 50px;
        text-align: center; }
        @media screen and (max-width: 834px) {
          .header-inner-nav #header-nav li {
            line-height: 1.12rem;
            font-size: 0.81rem; } }
      .header-inner-nav #header-nav li > ul {
        display: none;
        position: absolute; }
      .header-inner-nav #header-nav > li > ul > li > a {
        color: #231F20;
        width: 165px;
        background: #FFF;
        padding: 5px 5px 10px 7px;
        text-align: left;
        line-height: 1.4rem;
        font-size: 0.8rem; }
        @media screen and (max-width: 834px) {
          .header-inner-nav #header-nav > li > ul > li > a {
            line-height: 1.12rem;
            font-size: 0.72rem; } }
      .header-inner-nav #header-nav > li > ul > li > a:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 4px;
        margin-left: 4px;
        border: transparent solid 5px;
        border-left-color: #4b4bc6;
        vertical-align: 1px; }
      .header-inner-nav #header-nav li:hover a + ul {
        display: block;
        margin-top: 1px; }
  .header-inner #headercontact {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    background: #ff1240;
    color: #FFF;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .header-inner #headercontact {
        line-height: 1.12rem;
        font-size: 0.81rem; } }
    .header-inner #headercontact:hover {
      background: #4b4bc6; }

/*-------------------------------------------
  スクロールに合わせて移動
-------------------------------------------*/
.smaller {
  top: 0px;
  background: #FFF;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 1024px) {
    .smaller {
      background: none; } }
  .smaller .header-inner-logo {
    float: left;
    position: fixed;
    top: 16px; }
    .smaller .header-inner-logo img {
      width: 220px;
      margin-top: 0px;
      margin-left: 0px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 1024px) {
        .smaller .header-inner-logo img {
          width: 150px;
          left: 15px;
          top: 0;
          margin-top: -5px; } }
  .smaller .header-inner-nav {
    margin-top: 0px; }
    @media screen and (max-width: 1024px) {
      .smaller .header-inner-nav {
        display: none; } }
    .smaller .header-inner-nav #header-nav a {
      color: #231F20; }

/*-------------------------------------------
  携帯用ナビゲーション
-------------------------------------------*/
/* サイドメニュー */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 1rem;
  background: #231F20;
  z-index: 1201;
  opacity: 0.9;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .side-menu .phone-menu {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .side-menu ul {
    padding: 10px 0 15px;
    color: #FFF; }
  .side-menu li {
    margin-bottom: 0;
    padding: 0px 20px;
    position: relative;
    font-size: 1.1rem; }
  .side-menu .phone-menu-entry a {
    display: inline-block;
    width: 100%;
    padding: 2px 20px;
    margin: 5px 0;
    font-size: 1rem;
    background: #e4dff6;
    color: #231F20;
    text-decoration: none;
    text-align: center;
    font-weight: bold; }
    .side-menu .phone-menu-entry a:hover {
      background: #fff7dd; }
  .side-menu .phone-menu-g a {
    display: inline-block;
    width: 100%;
    margin-left: 2em;
    font-size: 0.9rem;
    color: #FFF;
    text-decoration: none; }
    .side-menu .phone-menu-g a:hover {
      color: #fff7dd; }
    .side-menu .phone-menu-g a:before {
      font-size: 1rem;
      color: #FFF;
      content: "ー";
      position: absolute;
      top: 1px;
      left: 25px; }

.side-open .side-menu {
  transform: translateX(0); }

/*-------------------------------------------
 開閉用ボタン
-------------------------------------------*/
.side-menu-btn {
  position: fixed;
  top: 11px;
  right: 2px;
  width: 110px;
  height: 35px;
  padding: 5px;
  cursor: pointer;
  z-index: 2004;
  background: url(../images/common/sp-menu.svg) no-repeat; }

.side-open .side-menu-btn {
  position: fixed;
  background: url(../images/common/sp-close.svg) no-repeat;
  width: 110px;
  height: 35px; }

/*-------------------------------------------
　フロントページ全体設定
-------------------------------------------*/
.ttlEn {
  padding: 0;
  font-family: "nimbus-sans", serif;
  line-height: 6rem;
  font-size: 5.8rem;
  text-align: center;
  text-transform: uppercase;
  color: #F0F0F3; }
  @media screen and (max-width: 834px) {
    .ttlEn {
      line-height: 3rem;
      font-size: 2.9rem; } }

.front-ttl {
  line-height: 3.4rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-top: -50px;
  margin-bottom: -20px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .front-ttl {
      line-height: 2.38rem;
      font-size: 1.82rem; } }
  @media screen and (max-width: 598px) {
    .front-ttl {
      margin-top: -30px;
      margin-bottom: -10px;
      padding-bottom: 30px; } }

/*-------------------------------------------
　コンテンツ
-------------------------------------------*/
.trouble {
  position: relative; }
  .trouble-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .trouble-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .trouble-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .trouble-content h3 {
      line-height: 1.7rem;
      font-size: 1.1rem;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .trouble-content h3 {
          line-height: 1.36rem;
          font-size: 0.99rem; } }
    .trouble-content img {
      padding: 10px 0 0;
      border-radius: 50%; }
      @media screen and (max-width: 834px) {
        .trouble-content img {
          width: 70vw;
          height: 70vw;
          margin-left: 10vw; } }
    .trouble-content p.troubleP {
      margin-bottom: 20px;
      line-height: 1.7rem;
      font-size: 0.9rem;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .trouble-content p.troubleP {
          line-height: 1.53rem;
          font-size: 0.81rem; } }
      @media screen and (max-width: 834px) {
        .trouble-content p.troubleP {
          margin-bottom: 30px; } }
    .trouble-content p.strongP {
      font-style: normal;
      font-family: "ten-mincho-text", serif;
      line-height: 2.2rem;
      font-size: 1.5rem;
      text-align: center;
      padding: 15px 10px;
      background: #B8A476; }
      @media screen and (max-width: 834px) {
        .trouble-content p.strongP {
          line-height: 1.76rem;
          font-size: 1.2rem; } }
      @media screen and (max-width: 834px) {
        .trouble-content p.strongP {
          padding: 20px; } }
    .trouble-content strong {
      color: #ff1240; }

.strengths {
  background: #231F20;
  position: relative; }
  .strengths-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .strengths-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .strengths-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 834px) {
      .strengths-content {
        padding-left: 20px;
        padding-right: 20px; } }
    .strengths-content .ttlEn {
      color: #FFF;
      opacity: 0.2; }
    .strengths-content h2 {
      color: #FFF; }
    .strengths-content-txtleft {
      background: #FFF;
      margin-top: 30px;
      padding: 10px;
      position: relative; }
      @media screen and (max-width: 834px) {
        .strengths-content-txtleft {
          padding: 0px; } }
      .strengths-content-txtleft:before {
        height: 0;
        display: block;
        position: absolute;
        right: -3px;
        content: "";
        border-top: solid 50px #231F20;
        border-left: solid 50px transparent;
        top: -3px;
        z-index: 2; }
      .strengths-content-txtleft:after {
        height: 0;
        display: block;
        position: absolute;
        right: -2px;
        content: "";
        border-top: solid 50px transparent;
        border-left: solid 50px transparent;
        top: -2px; }
      .strengths-content-txtleft .ttlEnstrengths {
        padding: 0;
        font-family: "nimbus-sans", serif;
        font-size: 5em;
        top: 20px;
        right: 10px;
        color: #B8A476;
        position: absolute; }
        @media screen and (max-width: 834px) {
          .strengths-content-txtleft .ttlEnstrengths {
            font-size: 4em;
            top: 15px; } }
      .strengths-content-txtleft h3 {
        line-height: 2.8rem;
        font-size: 2rem;
        margin-top: 40px; }
        @media screen and (max-width: 834px) {
          .strengths-content-txtleft h3 {
            line-height: 2.24rem;
            font-size: 1.8rem; } }
        @media screen and (max-width: 834px) {
          .strengths-content-txtleft h3 {
            padding: 0 20px;
            margin-top: 0px;
            text-align: center; } }
      .strengths-content-txtleft p {
        line-height: 1.7rem;
        font-size: 0.9rem;
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 20px; }
        @media screen and (max-width: 834px) {
          .strengths-content-txtleft p {
            line-height: 1.53rem;
            font-size: 0.81rem; } }
        @media screen and (max-width: 834px) {
          .strengths-content-txtleft p {
            padding: 10px 20px 30px;
            text-align: center; } }
        .strengths-content-txtleft p small {
          line-height: 1.3rem;
          font-size: 0.8rem; }
          @media screen and (max-width: 834px) {
            .strengths-content-txtleft p small {
              line-height: 1.17rem;
              font-size: 0.72rem; } }

/* 成功事例の実績例 */
.achievement {
  background: #231F20;
  position: relative; }
  .achievement-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .achievement-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .achievement-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .achievement-content .ttlEn {
      color: #FFF;
      opacity: 0.2; }
    .achievement-content h2 {
      color: #FFF; }
    .achievement-content-success {
      border: 1px solid #F0F0F3;
      background: #FFF;
      padding: 40px;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.047), 0 5px 6.1px rgba(13, 13, 56, 0.066), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.082); }
      @media screen and (max-width: 598px) {
        .achievement-content-success {
          min-height: 310px;
          margin: 0 20px 20px;
          padding: 20px 20px 15px; } }
      .achievement-content-success h3 {
        line-height: 2.2rem;
        font-size: 1.5rem;
        color: #231F20;
        margin: 0 0 10px;
        padding: 8px 20px;
        border-left: 4px solid #231F20; }
        @media screen and (max-width: 834px) {
          .achievement-content-success h3 {
            line-height: 1.76rem;
            font-size: 1.2rem; } }
      .achievement-content-success h4 {
        line-height: 1.7rem;
        font-size: 0.9rem; }
        @media screen and (max-width: 834px) {
          .achievement-content-success h4 {
            line-height: 1.53rem;
            font-size: 0.81rem; } }
        .achievement-content-success h4 small {
          line-height: 1.3rem;
          font-size: 0.8rem; }
          @media screen and (max-width: 834px) {
            .achievement-content-success h4 small {
              line-height: 1.17rem;
              font-size: 0.72rem; } }
      .achievement-content-success p {
        padding: 15px 0px;
        line-height: 1.3rem;
        font-size: 0.8rem; }
        @media screen and (max-width: 834px) {
          .achievement-content-success p {
            line-height: 1.17rem;
            font-size: 0.72rem; } }
      .achievement-content-success .company {
        line-height: 1.3rem;
        font-size: 0.8rem;
        text-align: center;
        background: #231F20;
        padding: 10px 8px;
        color: #FFF; }
        @media screen and (max-width: 834px) {
          .achievement-content-success .company {
            line-height: 1.17rem;
            font-size: 0.72rem; } }
        @media screen and (max-width: 1260px) {
          .achievement-content-success .company {
            line-height: 1rem;
            font-size: 0.7rem; } }
  @media screen and (max-width: 1260px) and (max-width: 834px) {
    .achievement-content-success .company {
      line-height: 0.8rem;
      font-size: 0.56rem; } }

        @media screen and (max-width: 598px) {
          .achievement-content-success .company {
            line-height: 1.4rem;
            font-size: 1rem;
            padding: 10px 5px 8px; } }
  @media screen and (max-width: 598px) and (max-width: 834px) {
    .achievement-content-success .company {
      line-height: 1.26rem;
      font-size: 0.9rem; } }

    .achievement-content-abso img {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 680px;
      margin-left: -50px; }
      @media screen and (max-width: 598px) {
        .achievement-content-abso img {
          width: 280px;
          margin-left: -150px;
          z-index: -1; } }

/* メンバー */
.member {
  background: url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/member.jpg");
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0.9)), url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/member.jpg");
  background-size: cover; }
  .member-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .member-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .member-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .member-content h3 {
      background: #231F20;
      padding: 3px 8px;
      line-height: 1.7rem;
      font-size: 1.1rem;
      text-align: center;
      color: #FFF;
      position: relative; }
      @media screen and (max-width: 834px) {
        .member-content h3 {
          line-height: 1.36rem;
          font-size: 0.99rem; } }
      @media screen and (max-width: 834px) {
        .member-content h3 {
          padding: 10px 5px;
          margin-top: 10px; } }
      .member-content h3::after {
        width: 0;
        height: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: 0 0 0 -15px;
        border: 15px solid transparent;
        border-top-color: #231F20;
        content: ''; }
    .member-content h4 {
      background: #231F20;
      padding: 1px 8px;
      line-height: 1.7rem;
      font-size: 0.9rem;
      letter-spacing: 0.1em;
      text-align: center;
      color: #FFF; }
      @media screen and (max-width: 834px) {
        .member-content h4 {
          line-height: 1.53rem;
          font-size: 0.81rem; } }
    .member-content p.career {
      line-height: 1rem;
      font-size: 0.7rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph;
      padding: 10px 0 40px; }
      @media screen and (max-width: 834px) {
        .member-content p.career {
          line-height: 0.8rem;
          font-size: 0.56rem; } }
      @media screen and (max-width: 834px) {
        .member-content p.career {
          padding: 10px 0 20px; } }
    .member-content p.qualification {
      padding: 2px 15px 1px;
      background: #4b4bc6;
      line-height: 1rem;
      font-size: 0.7rem;
      font-style: normal;
      font-family: "ten-mincho-text", serif;
      color: #FFF;
      letter-spacing: 0.1em;
      text-align: center;
      background: linear-gradient(-45deg, #4b4bc6, #0d0d38, #4b4bc6, #0d0d38);
      background-size: 400% 400%;
      animation: gradientBG 5s ease infinite; }
      @media screen and (max-width: 834px) {
        .member-content p.qualification {
          line-height: 0.8rem;
          font-size: 0.56rem; } }
    .member-content img.qualification {
      margin-top: 20px;
      border-radius: 50%; }
      @media screen and (max-width: 834px) {
        .member-content img.qualification {
          width: 70vw;
          height: 70vw;
          margin-left: 10vw; } }
    .member-content img {
      margin-top: 20px;
      border-radius: 50%; }
    .member-content p.office {
      padding: 3px 15px 1px;
      background: #4b4bc6;
      line-height: 1rem;
      font-size: 0.7rem;
      color: #FFF;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .member-content p.office {
          line-height: 0.8rem;
          font-size: 0.56rem; } }
      @media screen and (max-width: 834px) {
        .member-content p.office {
          padding: 3px 5px 1px; } }

/* M&A事例 */
.casestudy {
  background: #231F20;
  position: relative; }
  .casestudy-content {
    padding-top: 30px;
    padding-bottom: 50px; }
    @media screen and (max-width: 834px) {
      .casestudy-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .casestudy-content .ttlEn {
      color: #FFF;
      opacity: 0.2; }
    .casestudy-content h2 {
      color: #FFF; }
    .casestudy-content p {
      padding: 0px 15px 20px;
      text-align: center;
      line-height: 2rem;
      font-size: 1rem; }
      @media screen and (max-width: 834px) {
        .casestudy-content p {
          text-align: left; } }
      @media screen and (max-width: 834px) {
        .casestudy-content p {
          line-height: 1.8rem;
          font-size: 0.9rem; } }
      .casestudy-content p strong {
        line-height: 2.8rem;
        font-size: 2rem; }
        @media screen and (max-width: 834px) {
          .casestudy-content p strong {
            line-height: 2.24rem;
            font-size: 1.8rem; } }
    .casestudy-content a {
      text-decoration: none; }
      .casestudy-content a:hover {
        text-decoration: none; }
    .casestudy-content figure {
      margin: 10px 15px 0px;
      border: 1px solid #F0F0F3;
      background: #FFF;
      padding: 20px;
      min-height: 300px;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.047), 0 5px 6.1px rgba(13, 13, 56, 0.066), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.082); }
      .casestudy-content figure:hover {
        box-shadow: none;
        border: 1px solid #B6B6C3; }
      @media screen and (max-width: 1260px) {
        .casestudy-content figure {
          min-height: 230px; } }
      @media screen and (max-width: 598px) {
        .casestudy-content figure {
          min-height: 216px;
          padding: 20px 20px 15px; } }
      .casestudy-content figure .company {
        line-height: 1.3rem;
        font-size: 0.8rem;
        text-align: center;
        background: #231F20;
        padding: 1px 5px;
        color: #FFF; }
        @media screen and (max-width: 834px) {
          .casestudy-content figure .company {
            line-height: 1.17rem;
            font-size: 0.72rem; } }
        @media screen and (max-width: 1260px) {
          .casestudy-content figure .company {
            line-height: 1rem;
            font-size: 0.7rem; } }
  @media screen and (max-width: 1260px) and (max-width: 834px) {
    .casestudy-content figure .company {
      line-height: 0.8rem;
      font-size: 0.56rem; } }

        @media screen and (max-width: 598px) {
          .casestudy-content figure .company {
            line-height: 1.7rem;
            font-size: 0.9rem; } }
  @media screen and (max-width: 598px) and (max-width: 834px) {
    .casestudy-content figure .company {
      line-height: 1.53rem;
      font-size: 0.81rem; } }

      .casestudy-content figure img {
        width: 100%;
        height: 200px;
        object-fit: cover; }
        .casestudy-content figure img:hover {
          opacity: 0.8; }
        @media screen and (max-width: 1260px) {
          .casestudy-content figure img {
            height: 100px; } }
      .casestudy-content figure h3 {
        padding-top: 10px;
        line-height: 1.3rem;
        font-size: 0.8rem; }
        @media screen and (max-width: 834px) {
          .casestudy-content figure h3 {
            line-height: 1.17rem;
            font-size: 0.72rem; } }

/* コストパフォーマンス */
.performance {
  background: url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/back01.jpg");
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.9), rgba(35, 31, 32, 0.4)), url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/back01.jpg");
  background-size: cover; }
  .performance-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .performance-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .performance-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .performance-content .ttlEn {
      color: #FFF;
      opacity: 0.2; }
    .performance-content h2 {
      color: #FFF; }

/* ホワイトペーパー */
.wpma {
  background: #F0F0F3; }
  .wpma-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .wpma-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .wpma-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .wpma-content .ttlEn {
      color: #FFF; }
    .wpma-content-main {
      display: inline-block;
      background: #FFF;
      box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
      transform: all 0.1s; }
      .wpma-content-main:hover {
        box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.5); }
      .wpma-content-main a:hover {
        text-decoration: none;
        color: #231F20; }
      .wpma-content-main h3 {
        padding: 10px;
        line-height: 2.2rem;
        font-size: 1.5rem;
        background: #231F20;
        color: #FFF;
        text-align: center; }
        @media screen and (max-width: 834px) {
          .wpma-content-main h3 {
            line-height: 1.76rem;
            font-size: 1.2rem; } }
        .wpma-content-main h3:hover {
          color: #FFF; }
      .wpma-content-main img {
        width: 100%;
        height: auto; }
      .wpma-content-main-text {
        padding: 20px 20px 0 0; }
        @media screen and (max-width: 834px) {
          .wpma-content-main-text {
            padding: 0px 20px 10px; } }
        .wpma-content-main-text h4 {
          line-height: 1.7rem;
          font-size: 1.1rem;
          color: #4b4bc6; }
          @media screen and (max-width: 834px) {
            .wpma-content-main-text h4 {
              line-height: 1.36rem;
              font-size: 0.99rem; } }
          .wpma-content-main-text h4 strong {
            padding: 1px 10px;
            background: #4b4bc6;
            color: #FFF;
            line-height: 1.7rem;
            font-size: 0.9rem; }
            @media screen and (max-width: 834px) {
              .wpma-content-main-text h4 strong {
                line-height: 1.53rem;
                font-size: 0.81rem; } }
        .wpma-content-main-text p {
          padding: 0 0 7px 0;
          line-height: 1.7rem;
          font-size: 0.9rem; }
          @media screen and (max-width: 834px) {
            .wpma-content-main-text p {
              line-height: 1.53rem;
              font-size: 0.81rem; } }
          .wpma-content-main-text p:hover {
            color: #231F20; }

/* M&Aプロセス */
.flow {
  background: #231F20;
  position: relative; }
  .flow-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .flow-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .flow-content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .flow-content .ttlEn {
      color: #FFF;
      opacity: 0.2; }
    .flow-content h2 {
      color: #FFF; }
    .flow-content p {
      line-height: 1.7rem;
      font-size: 0.9rem;
      text-align: center;
      margin-bottom: 20px;
      color: #FFF; }
      @media screen and (max-width: 834px) {
        .flow-content p {
          line-height: 1.53rem;
          font-size: 0.81rem; } }
      @media screen and (max-width: 834px) {
        .flow-content p {
          text-align: left; } }
    .flow-content .linkbutton {
      margin-top: 40px; }
      @media screen and (max-width: 598px) {
        .flow-content .linkbutton {
          margin-top: 20px; } }
    .flow-content-list {
      background: #F0F0F3; }
      .flow-content-list ul {
        text-align: center;
        display: flex;
        padding: 50px 0px 50px 60px; }
        @media screen and (max-width: 834px) {
          .flow-content-list ul {
            text-align: left; } }
        @media screen and (max-width: 598px) {
          .flow-content-list ul {
            padding: 20px 10px 25px 15px; } }
        .flow-content-list ul li {
          display: inline-block;
          position: relative;
          width: 100%;
          text-align: center; }
          .flow-content-list ul li::before {
            content: '';
            width: 9px;
            height: 9px;
            border: 0px;
            border-top: solid 2px #454553;
            border-right: solid 2px #454553;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            top: 3%;
            right: 30%; }
            @media screen and (max-width: 598px) {
              .flow-content-list ul li::before {
                display: none; } }
          .flow-content-list ul li:last-child::before {
            content: none; }
          .flow-content-list ul li h3 {
            padding-top: 40px;
            line-height: 1.7rem;
            font-size: 1.1rem;
            writing-mode: vertical-rl;
            text-orientation: upright; }
            @media screen and (max-width: 834px) {
              .flow-content-list ul li h3 {
                line-height: 1.36rem;
                font-size: 0.99rem; } }
            @media screen and (max-width: 598px) {
              .flow-content-list ul li h3 {
                padding-top: 33px; } }
          .flow-content-list ul li p {
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 1.7rem;
            font-size: 0.9rem;
            text-align: center;
            line-height: 31px;
            border-radius: 30px;
            font-weight: bold;
            color: #FFF;
            background: #231F20; }
            @media screen and (max-width: 834px) {
              .flow-content-list ul li p {
                line-height: 1.53rem;
                font-size: 0.81rem; } }
            @media screen and (max-width: 598px) {
              .flow-content-list ul li p {
                width: 25px;
                height: 25px;
                line-height: 26px;
                border-radius: 25px; } }
    .flow-content-abso img {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 160px;
      margin-left: 330px; }
      @media screen and (max-width: 598px) {
        .flow-content-abso img {
          width: 470px;
          margin-left: -110px;
          z-index: -1; } }
      @media screen and (max-width: 1260px) {
        .flow-content-abso img {
          display: none; } }

/* Q&A */
.qa-content {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .qa-content {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 834px) {
    .qa-content {
      padding-top: 30px;
      padding-bottom: 30px; } }

/* お問い合わせフッター */
.LPfootercontact {
  background: url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/topimg_back.jpg");
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.8), rgba(35, 31, 32, 0.4)), url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/topimg_back.jpg");
  background-size: cover;
  position: relative; }
  .LPfootercontact-content {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .LPfootercontact-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .LPfootercontact-content {
        padding-top: 60px;
        padding-bottom: 30px; } }

/*-------------------------------------------
　コンタクト設定
-------------------------------------------*/
.contact a img {
  margin-top: 12px;
  max-width: 355px;
  box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.067), 0 5px 6.1px rgba(13, 13, 56, 0.086), 0 10.1px 11.4px rgba(13, 13, 56, 0.096), 0 19.2px 19.8px rgba(13, 13, 56, 0.102); }
.contact a img:hover {
  opacity: 0.8;
  box-shadow: none; }

.inquiry {
  background: url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/inquiry_back.jpg");
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2)), url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/inquiry_back.jpg");
  background-size: cover;
  position: relative; }
  .inquiry-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .inquiry-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .inquiry-content {
        padding-top: 20px;
        padding-bottom: 0px; } }
    @media screen and (max-width: 834px) {
      .inquiry-content {
        padding-top: 17px;
        padding-bottom: 22px; } }
    .inquiry-content .inquiryimg {
      padding-top: 8px; }
      .inquiry-content .inquiryimg img:hover {
        opacity: 0.8; }
    .inquiry-content .linkbutton a {
      margin-top: 10px; }
    .inquiry-content-abso img {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 300px;
      margin-left: 210px; }
      @media screen and (max-width: 598px) {
        .inquiry-content-abso img {
          width: 100px;
          margin-left: 0px;
          z-index: -1; } }
      @media screen and (max-width: 834px) {
        .inquiry-content-abso img {
          display: none; } }

/*-------------------------------------------
　フロントページ　メインビジュアル
-------------------------------------------*/
/* メインビジュアル */
.LPmainvisual-mobile {
  margin-top: 54px; }
  .LPmainvisual-mobile img {
    width: 100vw; }

.LPmainvisual {
  background: url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/topimg_back.jpg");
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.8), rgba(35, 31, 32, 0.4)), url("https://subaru-inc.co.jp/lp03/wp-content/themes/ma_dx/images/lp02/topimg_back.jpg");
  background-size: cover;
  position: relative; }
  .LPmainvisual-content {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 100px; }
    @media screen and (max-width: 1024px) {
      .LPmainvisual-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 834px) {
      .LPmainvisual-content {
        padding-top: 90px;
        padding-bottom: 80px; } }
    @media screen and (min-width: 1261px) {
      .LPmainvisual-content {
        max-width: 1300px;
        padding-left: 20px;
        padding-right: 20px; } }
  .LPmainvisual .mainvisualScroll a {
    position: absolute;
    bottom: -20px;
    left: calc(750 / 1600 * 100%);
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    line-height: 1rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #FFF;
    padding-top: 70px; }
    @media screen and (max-width: 834px) {
      .LPmainvisual .mainvisualScroll a {
        line-height: 0.8rem;
        font-size: 0.56rem; } }
    .LPmainvisual .mainvisualScroll a:hover {
      color: #E6E6EB; }
  .LPmainvisual .mainvisualScroll a span {
    position: absolute;
    top: 0;
    left: 40%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box; }
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
.btnForm .styleSubmit {
  position: relative;
  background: url(../images/common/main-form-button.svg) no-repeat center right 15px/21px 20px #FF1240;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 2px solid #ff1240;
  border-right: 2px solid #ff1240;
  border-radius: 5px;
  display: block;
  position: relative;
  width: 100%;
  margin: 0px auto;
  margin-top: -20px;
  padding: 9px 0 8px;
  background: linear-gradient(90deg, #ff1240, #7f0920);
  background-size: cover;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.7rem;
  font-size: 1.1rem;
  font-style: normal;
  font-family: "ten-mincho-text", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1);
  background: linear-gradient(-45deg, #ff1240, #ffcf12, #ff1240, #ffcf12);
  background-size: 400% 400%;
  animation: gradientBG 5s ease infinite; }
  @media screen and (max-width: 834px) {
    .btnForm .styleSubmit {
      line-height: 1.36rem;
      font-size: 0.99rem; } }
  @media screen and (max-width: 834px) {
    .btnForm .styleSubmit {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      background: #ff1240;
      color: #FFF;
      text-align: center;
      font-size: 1em;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086);
      background: linear-gradient(-45deg, #ff1240, #ffcf12, #ff1240, #ffcf12);
      background-size: 400% 400%;
      animation: gradientBG 5s ease infinite; } }
  .btnForm .styleSubmit:hover {
    text-decoration: none;
    color: #FFF;
    filter: drop-shadow(1px 1px 1px rgba(13, 13, 56, 0.1));
    background: #ff1240;
    border-left: 1px solid #231F20;
    border-top: 1px solid #231F20;
    border-bottom: 2px solid #231F20;
    border-right: 2px solid #231F20;
    box-shadow: none; }
  .btnForm .styleSubmit::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
    content: "";
    background-color: #ffcf12;
    position: absolute;
    top: -150px;
    right: auto;
    left: 20px;
    z-index: -1;
    width: 0;
    height: 300px; }
  .btnForm .styleSubmit:hover::before {
    transform: rotate(70deg);
    width: 700px;
    opacity: 0.7; }
