@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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, var,
b, 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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: top;
  background: transparent;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*ulのマーカー（行頭記号）を表示しないようにしています*/
ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  text-decoration: underline;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  position: relative;
  display: block;
  height: 0px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

input[type=radio] {
  vertical-align: -0.1em;
}

.wrap {
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .wrap {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
html {
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
}

html.wf-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  opacity: 1;
}

a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #1a1a1a;
}

a[href^="tel:"] {
  cursor: default !important;
  pointer-events: none;
}

body {
  font-size: 18px;
  color: #000;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 1240px;
}
body.-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

.wrap {
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}

/* fallback */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 200;
  src: url(/css/icon.woff2) format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@media print {
  body, .wrap {
    zoom: 0.88;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px !important;
    min-width: 100%;
    overflow: hidden;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
  }
  input[type=button], input[type=submit] {
    -webkit-appearance: none;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.header-block {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  padding: 20px 10px;
  z-index: 1;
}
.header-block .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1240px;
  width: 100%;
}
.header-block .header-inner .logo-box {
  width: 400px;
  margin-right: 20px;
}
.header-block .header-inner .logo-box a p {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #fff;
  background: #000;
  line-height: 1;
  font-size: 12px;
  width: 180px;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 5px;
}
.header-block .header-inner .logo-box a img {
  width: 180px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}

@media screen and (max-width: 480px) {
  .header-block {
    padding: 10px 5px;
  }
  .header-block .header-inner {
    min-width: 100%;
  }
  .header-block .header-inner .logo-box {
    width: 100px;
    margin-right: 0px;
  }
  .header-block .header-inner .logo-box a p {
    width: 100px;
    font-size: 7px;
    padding: 5px 0;
  }
  .header-block .header-inner .logo-box a img {
    width: 100px;
  }
}
.main-inner {
  position: relative;
}

.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.nav-block .logo {
  display: none;
  width: 320px;
  margin-right: 20px;
}
.nav-block .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-block .logo a img {
  width: 130px;
}
.nav-block .logo a p {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  font-size: 11px;
  width: 150px;
  text-align: center;
  padding: 10px 0;
  margin-left: 10px;
}
.nav-block .nav-list {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-block .nav-list li a {
  display: block;
  position: relative;
  font-size: 15px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.nav-block .nav-list li a::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-block .nav-list li a:hover {
  text-decoration: none;
}
.nav-block .nav-list li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1520px) {
  .nav-block .nav-list {
    width: 900px;
  }
  .nav-block .nav-list li a {
    font-size: 13px;
  }
}
.re_mo_disp {
  z-index: 10000;
}

/* 以下ハンバーガーメニュー */
#sp_header {
  z-index: auto;
}
#sp_header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
#sp_header nav {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 1001;
}

/* ナビゲーション：アクティブ時 */
header.navOpen nav {
  display: block;
  opacity: 1;
  right: 0;
  overflow: hidden;
  height: 100vh;
}

/* ナビゲーションアイコン */
header .navBtn {
  width: 30px;
  height: 35px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  display: block;
  z-index: 10000 !important;
}
header .navBtn span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header .navBtn span:nth-of-type(2) {
  margin-top: 10px;
}
header .navBtn:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "MENU";
  margin: auto;
  font-size: 10px;
  text-align: center;
  color: #000;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  line-height: 1;
}

/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: #fff;
}

header.navOpen .navBtn span:nth-of-type(2) {
  margin-top: 15px;
  -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
  transform: translateY(-9px) translateX(0) rotate(-45deg);
  background: #fff;
}

header.navOpen .navBtn:after {
  content: "CLOSE";
  bottom: -5px;
  color: #fff;
}

header nav {
  position: fixed;
  top: 0;
  opacity: 0;
  right: 0%;
  float: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9999;
  height: auto;
  padding-bottom: 0px;
}
header nav ul {
  width: 100%;
}

.sitemap-box {
  background: linear-gradient(45deg, #223670, #223e92);
  position: relative;
}
.sitemap-box.-none > div {
  -webkit-animation: fadeout ease 0.5s;
          animation: fadeout ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sitemap-box.-none > div a, .sitemap-box.-none > div ul {
  display: none;
}
.sitemap-box.-active > div {
  -webkit-animation: fadein ease 0.5s;
          animation: fadein ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@-webkit-keyframes fadein {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
@keyframes fadein {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
@-webkit-keyframes fadeout {
  0% {
    height: 100vh;
  }
  100% {
    padding: 0;
    height: 0vh;
  }
}
@keyframes fadeout {
  0% {
    height: 100vh;
  }
  100% {
    padding: 0;
    height: 0vh;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner {
    animation: fadeout ease 0.5s;
    animation-fill-mode: both;
    backface-visibility: hidden;
    height: 0;
    padding: 0;
    display: none;
  }
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner a {
    display: none;
  }
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner ul {
    display: none;
  }
  *::-ms-backdrop,
  .sitemap-box.-none .sitemap-inner {
    animation: fadein ease 0.5s;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
}
.sitemap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 50px;
  width: 1240px;
  height: 100vh;
}
.sitemap-inner .logo {
  margin-bottom: 60px;
}
.sitemap-inner .logo a p {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  font-size: 12px;
  width: 220px;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 10px;
}
.sitemap-inner .logo a img {
  width: 220px;
}
.sitemap-inner .ham-list01 {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sitemap-inner .ham-list01 li {
  border-bottom: 1px solid #fff;
  width: 49%;
}
.sitemap-inner .ham-list01 li a {
  display: block;
  line-height: 1;
  padding: 25px 35px 25px 20px;
  position: relative;
  color: #fff;
}
.sitemap-inner .ham-list01 li a:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #223670;
}
.sitemap-inner .ham-list01 li a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
}
.sitemap-inner .ham-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sitemap-inner .ham-list02 li {
  width: calc((100% - 30px) / 4);
}
.sitemap-inner .ham-list02 li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background: #c9a333;
}
.sitemap-inner .ham-list02 li a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 480px) {
  .nav-block {
    display: none;
  }
  /* ナビゲーションアイコン */
  header .navBtn {
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 10px;
    width: 45px;
    height: 50px;
  }
  header .navBtn span {
    width: 25px;
  }
  header .navBtn span:nth-of-type(2) {
    margin-top: 9px;
  }
  header .navBtn:after {
    bottom: 8px;
    font-size: 9px;
  }
  /* ナビゲーションアイコン：アクティブ */
  header.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background: #000;
  }
  header.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 15px;
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #000;
  }
  header.navOpen .navBtn:after {
    bottom: 8px;
    color: #000;
  }
  .sitemap-box {
    overflow: auto !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sitemap-box.-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 50px;
  }
  .sitemap-inner {
    padding: 40px 10px 0px;
    width: 100%;
    height: 100vh;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-bottom: 100px;
  }
  .sitemap-inner .logo {
    margin-bottom: 30px;
  }
  .sitemap-inner .ham-list01 {
    margin: 0 auto 20px;
  }
  .sitemap-inner .ham-list01 li {
    width: 100%;
  }
  .sitemap-inner .ham-list01 li a {
    padding: 15px 30px 15px 15px;
  }
  .sitemap-inner .ham-list01 li a:before {
    font-size: 26px;
  }
  .sitemap-inner .ham-list02 li {
    width: 100%;
  }
  .sitemap-inner .ham-list02 li:nth-child(n+2) {
    margin-top: 10px;
  }
  .sitemap-inner .ham-list02 li a {
    padding: 8px;
  }
}
.footer-inquiry {
  position: relative;
  z-index: 0;
  padding: 120px 0;
  background: url(../img/index/inquiry_bg.jpg) center;
  background-size: cover;
}
.footer-inquiry::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-inquiry .footer-inquiry-inner {
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.footer-inquiry .footer-inquiry-box {
  margin: auto;
  width: 1200px;
  border: 1px solid #fff;
  padding: 60px;
}
.footer-inquiry .footer-inquiry-box .title, .footer-inquiry .footer-inquiry-box .search-box.-result .change, .search-box.-result .footer-inquiry .footer-inquiry-box .change {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  color: #fff;
}
.footer-inquiry .footer-inquiry-box p {
  color: #fff;
  text-align: center;
  line-height: 2.5;
}
.footer-inquiry .footer-inquiry-box p br {
  display: none;
}
.footer-inquiry .footer-inquiry-list {
  margin-top: 30px;
}
.footer-inquiry .footer-inquiry-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-inquiry .footer-inquiry-list ul li {
  width: 35%;
}
.footer-inquiry .footer-inquiry-list ul li:last-child {
  margin-left: 100px;
}
.footer-inquiry .footer-inquiry-list ul li.tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 44px;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
}
.footer-inquiry .footer-inquiry-list ul li.tel a span {
  font-size: 26px;
  margin-right: 10px;
}
.footer-inquiry .footer-inquiry-list ul li.btn a {
  display: block;
  color: #fff;
  background: #223670;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
.footer-inquiry .footer-inquiry-list ul li.btn a:hover {
  background: #223e92;
}

.footer-block {
  background: #202020;
  position: relative;
}
.footer-block .footer-inner {
  padding: 60px 10px 0px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
}
.footer-block .footer-info {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-block .footer-info .footer-logo .logo-box {
  margin-bottom: 40px;
}
.footer-block .footer-info .footer-logo .logo-box a {
  display: inline-block;
}
.footer-block .footer-info .footer-logo .logo-box a p {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1;
  font-size: 12px;
  width: 220px;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 10px;
}
.footer-block .footer-info .footer-logo .logo-box a img {
  width: 220px;
}
.footer-block .footer-info .footer-logo .addr {
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.footer-block .footer-info .footer-logo .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 30px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.footer-block .footer-info .footer-logo .tel span {
  font-size: 16px;
  margin-right: 10px;
}
.footer-block .footer-info .footer-logo .btn a {
  display: block;
  color: #fff;
  background: #223670;
  line-height: 1;
  padding: 15px 0;
  width: 230px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}
.footer-block .footer-info .footer-logo .btn a:hover {
  background: #223e92;
}
.footer-block .footer-info .footer-link {
  font-size: 16px;
}
.footer-block .footer-info .footer-link .link01 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-block .footer-info .footer-link .link01 li:nth-child(n+2) {
  margin-left: 40px;
}
.footer-block .footer-info .footer-link .link01 li a {
  display: block;
  position: relative;
  color: #fff;
}
.footer-block .footer-info .footer-link .link01 li a::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer-block .footer-info .footer-link .link01 li a:hover {
  text-decoration: none;
}
.footer-block .footer-info .footer-link .link01 li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer-block .footer-info .footer-link .link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-block .footer-info .footer-link .link02 li:nth-child(n+2) {
  margin-left: 40px;
}
.footer-block .footer-info .footer-link .link02 li a {
  display: block;
  position: relative;
  color: #fff;
}
.footer-block .footer-info .footer-link .link02 li a::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer-block .footer-info .footer-link .link02 li a:hover {
  text-decoration: none;
}
.footer-block .footer-info .footer-link .link02 li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer-block .footer-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}
.footer-block .footer-other li:nth-child(n+2) {
  margin-left: 40px;
}
.footer-block .footer-other li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
}
.footer-block .footer-other li a::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer-block .footer-other li a:hover {
  text-decoration: none;
}
.footer-block .footer-other li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer-block .copy {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 20px 0 20px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  padding: 0px 10px 20px 10px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  font-size: 12px;
  margin-top: 20px;
  color: #888;
}
.recaptcha-text a {
  color: #888;
}

#page-top {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: fixed;
  z-index: 1001;
}
#page-top a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#page-top .backtotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #223670;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}
#page-top .backtotop:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "stat_1";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .footer-inquiry {
    padding: 60px 0;
  }
  .footer-inquiry .footer-inquiry-inner {
    min-width: 96%;
    max-width: 96%;
  }
  .footer-inquiry .footer-inquiry-box {
    width: 100%;
    padding: 40px 15px;
  }
  .footer-inquiry .footer-inquiry-box .title, .footer-inquiry .footer-inquiry-box .search-box.-result .change, .search-box.-result .footer-inquiry .footer-inquiry-box .change {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .footer-inquiry .footer-inquiry-box p {
    line-height: 2;
  }
  .footer-inquiry .footer-inquiry-box p br {
    display: block;
  }
  .footer-inquiry .footer-inquiry-list ul li {
    width: 100%;
  }
  .footer-inquiry .footer-inquiry-list ul li:last-child {
    margin-left: 0px;
    margin-top: 30px;
  }
  .footer-inquiry .footer-inquiry-list ul li.tel a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
  }
  .footer-inquiry .footer-inquiry-list ul li.tel a span {
    font-size: 18px;
  }
  .footer-block .footer-inner {
    padding: 40px 15px 0px;
    min-width: 100%;
    max-width: 100%;
  }
  .footer-block .footer-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footer-block .footer-info .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-block .footer-info .footer-logo .logo-box {
    margin-bottom: 30px;
  }
  .footer-block .footer-info .footer-logo .logo-box .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-block .footer-info .footer-logo .addr {
    line-height: 1.4;
  }
  .footer-block .footer-info .footer-logo .tel {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    color: #fff !important;
  }
  .footer-block .footer-info .footer-logo .tel span {
    font-size: 14px;
  }
  .footer-block .footer-info .footer-logo .tel a[href^="tel:"] {
    color: #fff !important;
  }
  .footer-block .footer-info .footer-link {
    display: none;
  }
  .footer-block .footer-other {
    display: none;
  }
  .footer-block .copy {
    font-size: 10px;
    padding: 0 0 15px;
  }
  .recaptcha-text {
    padding: 0 70px 20px 15px;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    font-size: 10px;
  }
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  #page-top .backtotop:before {
    font-size: 34px;
  }
}
.article-box {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 2;
}
.article-box a img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.article-box a:hover img {
  opacity: 0.8 !important;
}
.article-box a:hover {
  opacity: 1 !important;
}
.article-box p:not([class]) {
  min-height: 1rem;
}
.article-box p a:not([class]) {
  color: #223670;
}
.article-box p a:not([class]):hover {
  text-decoration: underline;
}
.article-box p img {
  max-width: 100%;
}
.article-box > ol li a,
.article-box table a,
.article-box table li:not([class]) a,
.article-box table ol li a {
  text-decoration: underline;
}
.article-box > ol li a:hover,
.article-box table a:hover,
.article-box table li a,
.article-box table ol li a:hover {
  text-decoration: none !important;
}
.article-box .mark {
  border-bottom: 1px solid #e71220;
}
.article-box .left {
  text-align: left;
}
.article-box .right {
  text-align: right;
}
.article-box .center {
  text-align: center;
}
.article-box .mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}

@media screen and (max-width: 480px) {
  .article-box {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .article-box p img {
    max-width: 100%;
    height: auto;
  }
  .article-box iframe {
    width: 100%;
    max-height: 60vh;
  }
  .article-box img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------

   subtitle

------------------------------------------------*/
h2 {
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.article-box > h2:first-child {
  margin-top: 0px;
}

.article-box > h2 {
  margin: 60px 0 50px;
}

.article-box h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  margin: 40px 0 30px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 10px;
  position: relative;
}
.article-box h3::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  background: #223670;
  width: 100%;
  height: 2px;
}
.article-box h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  background: #223670;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 30px 0 30px;
  padding: 15px 20px;
}
.article-box h5 {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 21px;
  font-weight: 600;
  margin: 30px 0 20px;
  background: #f2f2f2;
  padding: 10px 20px;
  line-height: 1.4;
}
.article-box h6 {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  color: #223670;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 1.4;
}

table td > h1:first-child,
table td > h2:first-child,
table td > h3:first-child,
table td > h4:first-child,
table td > h5:first-child,
table td > h6:first-child {
  margin-top: 0px;
}

table td > h1:nth-child(n+2),
table td > h2:nth-child(n+2),
table td > h3:nth-child(n+2),
table td > h4:nth-child(n+2) {
  margin-top: 40px;
}

table td > ul.btnlist-01:first-child,
table td > ul.btnlist-02:first-child,
table td > ul.btnlist-03:first-child,
table td > ul.btnlist-04:first-child {
  margin-top: 0px;
}

table td > ul:not([class]) {
  margin-top: 0px;
}

.btn-zip, .btn-xls, .btn-doc, .btn-pdf {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding: 12px 12px 12px 43px;
}

/*------------------------------------------------

	   list

------------------------------------------------*/
.article-box ul li {
  background: none;
}
.article-box ul:not([class]),
.article-box .flex-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-box ul:not([class]) a,
.article-box .flex-list a {
  color: #223670;
}
.article-box ul:not([class]) a[href^="tel:"],
.article-box .flex-list a[href^="tel:"] {
  color: #000;
}
.article-box ul:not([class]) a:hover,
.article-box .flex-list a:hover {
  text-decoration: underline;
}
.article-box ul:not([class]) a:hover .filesize,
.article-box .flex-list a:hover .filesize {
  text-decoration: none;
}
.article-box ul:not([class]) li,
.article-box .flex-list li {
  background: none;
  font-size: 100%;
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.article-box ul:not([class]) li:before,
.article-box .flex-list li:before {
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 6px;
  content: "";
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  border-color: #223670;
}
.article-box ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.article-box ol > li {
  padding-left: 8px;
}
.article-box ol > li:before {
  display: none;
}
.article-box .pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 0 5px/21px !important;
}
.article-box .pdf:before {
  display: none;
}
.article-box .xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 0 5px/21px !important;
}
.article-box .xls:before {
  display: none;
}
.article-box .doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 0 5px/21px !important;
}
.article-box .doc:before {
  display: none;
}
.article-box .zip {
  background: url(../img/common/icon/icon_zip.svg) no-repeat 0 5px/21px !important;
}
.article-box .zip:before {
  display: none;
}
.article-box .red {
  color: #dd0000;
}
.article-box .blue {
  color: #0080cc;
}
.article-box .green {
  color: #00aa66;
}
.article-box .pen-pink {
  background: #ffbae2;
}
.article-box .pen-yellow {
  background: #ffff7a;
}
.article-box .pen-green {
  background: #7aff7a;
}
.article-box .strong {
  font-weight: 700;
}
.article-box .underline {
  text-decoration: underline;
}
.article-box hr {
  border: 0.5px solid #ddd;
}
.article-box img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}
.article-box p img {
  vertical-align: middle;
  max-width: 100%;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0px;
}
.flex-list li {
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  margin-right: 15px;
}
.flex-list li a {
  color: #223670;
}
.flex-list li a:hover {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    margin-right: 15px;
  }
  .flex-list li a {
    color: #223670;
  }
  .flex-list li a:hover {
    text-decoration: underline;
  }
}
.faq-list {
  margin-bottom: 10px;
}
.faq-list li {
  position: relative;
}
.faq-list li:nth-child(odd) {
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 10px;
  color: #000;
  padding: 12px 12px 12px 47px !important;
  font-size: 20px;
  font-weight: 600;
}
.faq-list li:nth-child(odd):before,
.faq-list li:nth-child(even):before {
  display: none;
}
.faq-list li:nth-child(odd):after {
  border: none;
  color: #223670;
  content: "Q.";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 40px;
  height: 20px;
}
.faq-list li:nth-child(even) {
  font-size: 1rem;
  padding: 20px 20px 15px 47px !important;
  margin-bottom: 10px;
}
.faq-list li:nth-child(even):after {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 12px;
  content: "A.";
  color: #f30c28;
  font-size: 28px;
  font-weight: bold;
}

/*------------------------------------------------

	   btnlist

------------------------------------------------*/
.btnlist-01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btnlist-01 li {
  margin: 0 auto 2%;
  padding-left: 0px;
  width: 60%;
}
.btnlist-01 li:before {
  display: none;
}
.btnlist-01 li a {
  background: #223670;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 25px 40px 25px 30px;
  position: relative;
  font-weight: 500;
  text-align: center;
}
.btnlist-01 li a:before {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
}
.btnlist-01 li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #eee;
  color: #223670;
  text-decoration: none;
}
.btnlist-01 li a:hover:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  color: #223670;
}

.btnlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-02 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 49%;
}
.btnlist-02 li:nth-child(2n) {
  margin-right: 0;
}
.btnlist-02 li a {
  background: #eee;
  border-radius: 10px;
  display: block;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  padding: 25px 40px 25px 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-02 li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #223670;
  border-radius: 10px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  z-index: -1;
}
.btnlist-02 li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  color: #223670;
}
.btnlist-02 li a:hover {
  cursor: pointer;
  background: none;
  color: #fff;
}
.btnlist-02 li a:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btnlist-02 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms !important;
  transition: all 100ms ease 100ms !important;
  color: #fff;
}

.btnlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-03 li {
  margin-right: 2%;
  margin-bottom: 2%;
  padding-left: 0px;
  width: 32%;
}
.btnlist-03 li:nth-child(3n) {
  margin-right: 0;
}
.btnlist-03 li a {
  display: block;
  background: #eee;
  border-radius: 10px;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  padding: 25px 40px 25px 30px;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
}
.btnlist-03 li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #223670;
  border-radius: 10px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  z-index: -1;
}
.btnlist-03 li a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  color: #223670;
}
.btnlist-03 li a:hover {
  cursor: pointer;
  background: none;
  color: #fff;
}
.btnlist-03 li a:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btnlist-03 li a:hover:after {
  -webkit-transition: all 100ms ease 100ms !important;
  transition: all 100ms ease 100ms !important;
  color: #fff;
}

.btnlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-04 li {
  background: #fff;
  margin-right: 2%;
  margin-bottom: 1%;
  padding-left: 0px;
}
.btnlist-04 li.pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.pdf a:before, .btnlist-04 li.pdf a:hover:before {
  display: none;
}
.btnlist-04 li.xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.xls a:before, .btnlist-04 li.xls a:hover:before {
  display: none;
}
.btnlist-04 li.doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li.doc a:before, .btnlist-04 li.doc a:hover:before {
  display: none;
}
.btnlist-04 li.zip a:before, .btnlist-04 li.zip a:hover:before {
  display: none;
}
.btnlist-04 li.zip {
  background: url(../common/icon/icon_zip.svg) no-repeat 12px calc(50% - 0px)/21px !important;
}
.btnlist-04 li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 100%;
  line-height: 1;
  display: block;
  padding: 12px 12px 12px 43px;
  font-weight: 500;
  position: relative;
}
.btnlist-04 li:not([class]) a {
  padding-left: 36px;
}
.btnlist-04 li a:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #223670;
  display: block;
  font-size: 25px;
}
.btnlist-04 li a:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #223670;
  color: #223670;
  text-decoration: none;
}
.btnlist-04 li.-pdf a {
  background: url(../common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
  padding-left: 43px;
}
.btnlist-04 li.-pdf a:hover {
  background: #f2f2f2 url(../img/common/icon/icon_pdf.png) no-repeat 15px 12px/21px !important;
}
.btnlist-04 li:before {
  display: none;
}

.btnlist-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnlist-05 li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.btnlist-05 li:last-child {
  margin-right: 0px;
}
.btnlist-05 li a {
  background: #223670;
  border-radius: 5px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 10px 20px;
}
.btnlist-05 li a:hover {
  cursor: pointer;
  background: #eee;
  color: #223670;
  text-decoration: none;
}

/*------------------------------------------------

	   btn

------------------------------------------------*/
.btn-pdf,
.btn-doc,
.btn-xls,
.btn-zip {
  margin-bottom: 5px;
}
.btn-pdf:hover,
.btn-doc:hover,
.btn-xls:hover,
.btn-zip:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #223670;
  color: #223670;
}

.btn-pdf {
  background: url(../img/common/icon/icon_pdf.svg) no-repeat 12px 50%/21px;
}

.btn-doc {
  background: url(../img/common/icon/icon_doc.svg) no-repeat 12px 50%/21px;
}

.btn-xls {
  background: url(../img/common/icon/icon_xls.svg) no-repeat 12px 50%/21px;
}

.btn-zip {
  background: url(../img/common/icon/icon_zip.svg) no-repeat 12px 50%/21px;
}

/*------------------------------------------------

	   table

------------------------------------------------*/
.bg-gray {
  background: #f2f2f2;
}

.bg-yellow {
  background: #fdfadf;
}

.bg-blue {
  background: #f4f9fa;
}

.bg-red {
  background: #faf4f6;
}

.bg-green {
  background: #EEFAE8;
}

.table-gray,
.table-blue,
.table-red,
.table-list,
.table-none {
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 10px;
  width: 100%;
}
.table-gray th,
.table-blue th,
.table-red th,
.table-list th,
.table-none th {
  background: #f2f2f2;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
}
.table-gray td,
.table-blue td,
.table-red td,
.table-list td,
.table-none td {
  text-align: left;
  padding: 10px 15px;
  vertical-align: top;
}
.table-gray td.td_file li,
.table-blue td.td_file li,
.table-red td.td_file li,
.table-list td.td_file li,
.table-none td.td_file li {
  padding-left: 0px;
}
.table-gray td.td_file li:before,
.table-blue td.td_file li:before,
.table-red td.td_file li:before,
.table-list td.td_file li:before,
.table-none td.td_file li:before {
  display: none;
}
.table-gray td.td_file li a,
.table-blue td.td_file li a,
.table-red td.td_file li a,
.table-list td.td_file li a,
.table-none td.td_file li a {
  color: #000;
}
.table-gray td a:not([class]),
.table-blue td a:not([class]),
.table-red td a:not([class]),
.table-list td a:not([class]),
.table-none td a:not([class]) {
  word-break: break-all;
}
.table-gray td:before,
.table-blue td:before,
.table-red td:before,
.table-list td:before,
.table-none td:before {
  display: block;
  float: left;
  height: 27px;
  content: "";
}
.table-gray li.pdf a:before, .table-gray li.pdf a:hover:before,
.table-blue li.pdf a:before,
.table-blue li.pdf a:hover:before,
.table-red li.pdf a:before,
.table-red li.pdf a:hover:before,
.table-list li.pdf a:before,
.table-list li.pdf a:hover:before,
.table-none li.pdf a:before,
.table-none li.pdf a:hover:before {
  display: none;
}
.table-gray li.xls a:before, .table-gray li.xls a:hover:before,
.table-blue li.xls a:before,
.table-blue li.xls a:hover:before,
.table-red li.xls a:before,
.table-red li.xls a:hover:before,
.table-list li.xls a:before,
.table-list li.xls a:hover:before,
.table-none li.xls a:before,
.table-none li.xls a:hover:before {
  display: none;
}
.table-gray li.doc a:before, .table-gray li.doc a:hover:before,
.table-blue li.doc a:before,
.table-blue li.doc a:hover:before,
.table-red li.doc a:before,
.table-red li.doc a:hover:before,
.table-list li.doc a:before,
.table-list li.doc a:hover:before,
.table-none li.doc a:before,
.table-none li.doc a:hover:before {
  display: none;
}

.table-imgl,
.table-imgr,
.table-img2,
.table-img3 {
  margin-top: 15px;
}

.table-gray th {
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.table-gray td {
  border: 1px solid #ddd;
}

.table-blue th {
  background: #f2f2f2;
  border: 1px solid #0C3C87;
}
.table-blue td {
  border: 1px solid #0C3C87;
}

.table-red th {
  background: #f2f2f2;
  border: 1px solid #e60012;
}
.table-red td {
  border: 1px solid #e60012;
}

.table-none > tbody > tr > th {
  border: none;
}
.table-none > tbody > tr > td {
  border: none;
}

.table-list > tbody > tr > td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.table-list > tbody > tr:first-child td {
  border-top: none;
}

.table-imgl,
.table-imgr {
  border: none;
  width: 100%;
}
.table-imgl > tbody > tr > td,
.table-imgr > tbody > tr > td {
  vertical-align: top;
  width: auto;
}
.table-imgl > tbody > tr > td:first-child,
.table-imgr > tbody > tr > td:first-child {
  padding-right: 30px;
}
.table-imgl > tbody > tr > td:last-child,
.table-imgr > tbody > tr > td:last-child {
  width: 100%;
}
.table-imgl > tbody > tr > td:last-child p:first-child,
.table-imgr > tbody > tr > td:last-child p:first-child {
  margin-top: 0px;
}
.table-imgl > tbody > tr > td img,
.table-imgr > tbody > tr > td img {
  margin-bottom: 10px;
  vertical-align: top;
  width: auto !important;
  max-width: 500px;
  height: auto;
}
.table-imgl > tbody > tr > td img + p,
.table-imgr > tbody > tr > td img + p {
  text-align: center;
}

.table-imgr {
  border: none;
  width: 100%;
}
.table-imgr > tbody > tr > td:first-child {
  padding-right: 0px;
  width: 100%;
}
.table-imgr > tbody > tr > td:last-child {
  padding-left: 30px;
  text-align: right;
  width: auto;
}

.table-img2 {
  table-layout: fixed;
  width: 100%;
}
.table-img2 td {
  width: 50%;
  padding-bottom: 2%;
  text-align: center;
  vertical-align: top;
}
.table-img2 td.td_img {
  width: 50% !important;
}
.table-img2 td img {
  display: block;
  max-width: 96%;
  margin: 0 auto;
  height: auto !important;
}
.table-img2 td > img + p {
  text-align: center;
  margin: 10px auto 0px;
  max-width: 96%;
}
.table-img2 td > p + p {
  margin-top: 10px;
}
.table-img2 td div {
  text-align: center;
  margin-top: 10px;
}

.table-img3 {
  table-layout: fixed;
  width: 100%;
}
.table-img3 td {
  padding-bottom: 2%;
  vertical-align: top;
  width: 33.3333333333%;
}
.table-img3 td p {
  text-align: center;
}
.table-img3 td.td_img {
  width: 33.3333333333% !important;
}
.table-img3 td:nth-child(1) {
  text-align: left;
}
.table-img3 td:nth-child(2) {
  text-align: center;
}
.table-img3 td:nth-child(3) {
  text-align: right;
}
.table-img3 td img {
  margin: 0 auto;
  max-width: 96%;
  vertical-align: top;
  height: auto;
}
.table-img3 img + p {
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}
.table-img3 a + p {
  text-align: center;
  margin-top: 10px;
  max-width: 98%;
}

.table-sp table td p {
  margin: 0;
}

.table-col2 {
  table-layout: fixed;
  width: 100%;
}
.table-col2 > tbody > tr > td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc(50% - 10px);
}
.table-col2 > tbody > tr > td:first-child {
  padding-right: 10px;
}
.table-col2 > tbody > tr > td:last-child {
  padding-left: 10px;
}
.table-col2 > tbody > tr > td .table-imgl td img,
.table-col2 > tbody > tr > td .table-imgr td img {
  max-width: 150px;
}
.table-col2 > tbody > tr > td > ul.btnlist-04 li {
  width: 100%;
}

.table-col3 {
  table-layout: fixed;
  width: 100%;
}
.table-col3 > tbody > tr > td {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  width: calc((100% - 40px) / 3);
}
.table-col3 > tbody > tr > td:first-child {
  padding-right: 10px;
}
.table-col3 > tbody > tr > td:nth-child(2) {
  padding: 0px 10px;
}
.table-col3 > tbody > tr > td:last-child {
  padding-left: 10px;
}
.table-col3 > tbody > tr > td img {
  margin: 0 auto;
  max-width: 390px;
}

/*------------------------------------------------

	   その他

------------------------------------------------*/
.contact-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
}
.contact-box h1:first-child,
.contact-box h2:first-child,
.contact-box h3:first-child,
.contact-box h4:first-child,
.contact-box h5:first-child,
.contact-box h6:first-child {
  margin-top: 0px;
}

.note-box {
  background: rgba(34, 62, 146, 0.1);
  border-radius: 10px;
  line-height: 1.4;
  padding: 30px;
  margin: 20px 0px;
}
.note-box h1:first-child,
.note-box h2:first-child,
.note-box h3:first-child,
.note-box h4:first-child,
.note-box h5:first-child,
.note-box h6:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 480px) {
  /*------------------------------------------------

     subtitle

  ------------------------------------------------*/
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .article-box > h2 {
    margin: 50px 0 30px;
  }
  .article-box h3 {
    margin: 30px 0 20px;
    font-size: 22px;
    padding: 10px;
  }
  .article-box h4 {
    font-size: 20px;
    margin: 30px 0 20px;
    padding: 10px 10px;
  }
  .article-box h5 {
    font-size: 18px;
    padding: 8px 10px;
  }
  .article-box h6 {
    font-size: 16px;
  }
  .btn-pdf, .btn-doc, .btn-xls, .btn-zip {
    font-size: 14px;
  }
  /*------------------------------------------------

  	   list

  ------------------------------------------------*/
  .article-box ul:not([class]) a[href^="tel:"],
  .article-box .flex-list a[href^="tel:"] {
    color: #223670;
  }
  .article-box ul:not([class]) li:before,
  .article-box .flex-list li:before {
    top: 8px;
  }
  .article-box .pdf {
    background: url(../img/common/icon/icon_pdf.svg) no-repeat 0 2px/18px !important;
  }
  .article-box .pdf:before {
    display: none;
  }
  .article-box .xls {
    background: url(../img/common/icon/icon_xls.svg) no-repeat 0 2px/18px !important;
  }
  .article-box .xls:before {
    display: none;
  }
  .article-box .doc {
    background: url(../img/common/icon/icon_doc.svg) no-repeat 0 2px/18px !important;
  }
  .article-box .doc:before {
    display: none;
  }
  .article-box .zip {
    background: url(../img/common/icon/icon_zip.svg) no-repeat 0 2px/18px !important;
  }
  .article-box .zip:before {
    display: none;
  }
  .faq-list li:nth-child(odd) {
    font-size: 18px;
    line-height: 1.2;
  }
  .faq-list li:nth-child(odd):after {
    font-size: 24px;
    top: 5px;
  }
  .faq-list li:nth-child(even):after {
    font-size: 24px;
  }
  /*------------------------------------------------

  	   btnlist

  ------------------------------------------------*/
  .btnlist-01 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .btnlist-01 li a {
    padding: 20px 35px 20px 20px;
    font-size: 14px;
  }
  .btnlist-02 li {
    margin-right: 0%;
    margin-bottom: 10px;
    width: 100%;
  }
  .btnlist-02 li a {
    padding: 20px 35px 20px 20px;
  }
  .btnlist-03 li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .btnlist-03 li a {
    padding: 20px 35px 20px 20px;
  }
  /*------------------------------------------------

  	   table

  ------------------------------------------------*/
  .table-gray,
  .table-blue,
  .table-red,
  .table-list,
  .table-none {
    width: 100% !important;
  }
  .table-gray iframe,
  .table-blue iframe,
  .table-red iframe,
  .table-list iframe,
  .table-none iframe {
    width: 100%;
  }
  .table-gray th, .table-gray td,
  .table-blue th,
  .table-blue td,
  .table-red th,
  .table-red td,
  .table-list th,
  .table-list td,
  .table-none th,
  .table-none td {
    font-size: 14px;
    padding: 8px;
  }
  .table-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-list tr h5 {
    margin-bottom: 0px;
  }
  .table-list tr:first-child td:first-child {
    border-top: 1px solid #ddd;
  }
  .table-list tr:last-child td:last-child {
    border-bottom: 1px solid #ddd !important;
  }
  .table-list td {
    width: 100%;
    border-bottom: none !important;
  }
  .table-list td:first-child {
    font-weight: bold;
    background: #f2f2f2;
  }
  .table-list td:nth-child(n+2) {
    border-bottom: 1px solid #ddd;
  }
  .table-list td:nth-child(1) + td, .table-list td:nth-child(2) + td {
    border-top: none;
  }
  .table-list td.td_file {
    padding-left: 0px;
  }
  .table-imgl td,
  .table-imgr td {
    display: block;
    width: 100%;
  }
  .table-imgl td.td_img,
  .table-imgr td.td_img {
    display: block;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100% !important;
  }
  .table-imgl td.td_img img,
  .table-imgr td.td_img img {
    display: block;
    max-width: 96%;
    margin: 0 auto 10px;
  }
  .table-imgl td.td_img img + p,
  .table-imgr td.td_img img + p {
    margin-top: 10px;
  }
  .table-imgl table td,
  .table-imgr table td {
    display: table-cell !important;
    width: auto;
  }
  .table-imgr td.td_img img {
    margin: 10px auto 0px;
  }
  .table-img2 td,
  .table-img3 td {
    display: block;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .table-img2 td.td_img,
  .table-img3 td.td_img {
    width: 100% !important;
  }
  .table-img2 td td:nth-child(1),
  .table-img3 td td:nth-child(1) {
    text-align: center;
  }
  .table-img2 td td:nth-child(3),
  .table-img3 td td:nth-child(3) {
    text-align: center;
  }
  .table-img2 td img,
  .table-img3 td img {
    width: 100% !important;
    height: auto !important;
  }
  .table-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .table-sp table {
    width: 800px !important;
  }
  .table-sp table.table-list td {
    display: table-cell;
  }
  .table-sp table td {
    font-size: 14px;
    padding: 5px 10px !important;
    line-height: 1.4;
  }
  .table-col2 > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col2 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col2 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col2 > tbody > tr > td .table-imgl td img,
  .table-col2 > tbody > tr > td .table-imgr td img {
    max-width: 100%;
  }
  .table-col3 {
    margin: 30px 0 30px;
  }
  .table-col3 > tbody > tr > td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .table-col3 > tbody > tr > td:first-child {
    padding-right: 0px;
  }
  .table-col3 > tbody > tr > td:nth-child(2) {
    padding: 0px;
  }
  .table-col3 > tbody > tr > td:last-child {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .table-col3 > tbody > tr > td img {
    max-width: 100%;
  }
  /*------------------------------------------------

  	   その他

  ------------------------------------------------*/
  .contact-box {
    padding: 20px;
  }
  .note-box {
    padding: 20px;
  }
}
.content-inner {
  margin: 0 auto;
  position: relative;
  width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.content-inner .red {
  color: #e71220;
}

.pc_box {
  display: block;
}

.sp_box {
  display: none;
}

.wrap.-common .content-inner {
  margin: 120px auto;
}

.content-block.-result {
  background: #F5F6F8;
  margin-top: 60px;
}
.content-block.-result .article-box {
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-block.-result .content-inner {
  margin: 0 auto;
  position: relative;
  padding: 15px 10px 50px;
  min-width: 1240px;
  max-width: 1500px;
  width: 100%;
}

.content-block.-grid {
  background-color: #fff;
  background-image: linear-gradient(90deg, #f2f2f2 1px, transparent 1px), linear-gradient(#f2f2f2 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
}
.content-block.-grid .content-inner {
  margin: 0 auto;
}
.content-block.-grid .article-box {
  margin-top: 0;
  margin-bottom: 0;
}

.content-block.-blog .content-inner {
  width: 1050px;
}

@media screen and (max-width: 480px) {
  .content-inner {
    min-width: calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 100%;
  }
  .pc_box {
    display: none;
  }
  .sp_box {
    display: block;
  }
  .wrap.-common .content-inner {
    margin: 60px auto;
  }
  .content-block.-result {
    margin-top: 20px;
  }
  .content-block.-result .content-inner {
    min-width: calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 15px 0px 50px;
  }
  .content-block.-blog .content-inner {
    min-width: calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 100%;
  }
}
.form-box {
  position: relative;
}
.form-box ::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box :-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box ::placeholder {
  color: #ddd;
  opacity: 1;
}
.form-box dl {
  border-bottom: none;
}
.form-box dl dt > .req {
  position: absolute;
  top: 28px;
  right: 20px;
  bottom: auto;
  left: auto;
  background: #e71220;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.8;
  padding: 0px 0.6em;
}
.form-box dl dd > .btn {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  background: #282832;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 0.3em 1.6em;
  margin-left: 10px;
}
.form-box dl dd > .btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #ddd;
  color: #000;
}
.form-box.-contact {
  background: #F5F6F8;
  padding: 50px;
}
.form-box.-contact .inner {
  margin: 0px auto 50px;
  padding: 50px 100px;
  background: #fff;
  width: 1000px;
}
.form-box .privacy {
  margin: 50px auto 0px;
  text-align: center;
}
.form-box .caption {
  color: #223670;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 70px;
}
.form-box .msg {
  font-size: 15px;
  margin-bottom: 30px;
}
.form-box .memo {
  font-size: 13px;
  padding: 10px 0px;
}
.form-box .error {
  color: #223670;
  font-size: 13px;
  text-align: left;
  padding-top: 5px;
}
.form-box .field {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  font-size: 15px;
  padding: 8px;
}
.form-box .field:focus {
  background: #fff;
  border: 1px solid #223670;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.form-box .search {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  background: #fff;
  font-size: 18px;
  padding: 20px;
  position: relative;
  width: 808px;
}
.form-box .loupe {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: url(../img/common/icon/loupe.png) no-repeat 0 0/32px;
  border: none;
  content: "";
  cursor: pointer;
  width: 32px;
  height: 32px;
  z-index: 1;
}
.form-box .textarea {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #555;
  font-family: inherit;
  font-size: 15px;
  padding: 0.8em;
}
.form-box .textarea:focus {
  background: #fff;
  border: 1px solid #223670;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.form-box .ui-datepicker-trigger {
  margin-left: 10px;
}
.form-box .-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-box .-lg {
  width: calc(100% - 2px);
}
.form-box .-md {
  width: 60%;
}
.form-box .-sm {
  width: 30%;
}
.form-box .-xs {
  width: 10%;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-box li {
  margin: 0px;
  padding-left: 0px !important;
}
.radio-box li:before {
  display: none;
}
.radio-box .label {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin-right: 30px;
  padding-top: 3px;
  padding-left: 30px;
}
.radio-box .label.-last {
  margin-right: 0px;
}
.radio-box .label:before {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.radio-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 4px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #223670;
  opacity: 0;
  width: 14px;
  height: 14px;
}
.radio-box .radioinput {
  display: none;
}
.radio-box .radioinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.radio-box .radioinput:checked + .label:after {
  opacity: 1;
}

.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
}
.check-box.-single {
  margin: 50px 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check-box.-col3 li {
  width: 33.3333333333%;
}
.check-box.-col3 li:nth-child(-n+5) {
  margin-top: 10px;
}
.check-box.-col3 li:nth-child(-n+3) {
  margin-top: 0px;
}
.check-box.-col5 li {
  width: 20%;
}
.check-box.-col5 li:nth-child(-n+5) {
  margin-top: 0px;
}
.check-box li {
  margin-top: 10px;
}
.check-box li:nth-child(-n+5) {
  margin-top: 0px;
}
.check-box li.all {
  margin-bottom: 20px;
  width: 100%;
}
.check-box li.all .label {
  font-size: 13px;
  font-weight: 600;
}
.check-box .list {
  text-align: left;
  width: 20%;
}
.check-box .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding: 5px 10px 5px 34px;
}
.check-box .label:hover {
  color: #223670;
}
.check-box .label.-last {
  margin-right: 0px;
}
.check-box .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  width: 22px;
  height: 22px;
}
.check-box .label:after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 3px;
  content: "";
  background: url(../img/common/icon/icon_check.png) no-repeat 0 0/16px;
  display: block;
  opacity: 0;
  width: 16px;
  height: 17px;
}
.check-box .checkinput {
  display: none;
}
.check-box .checkinput:checked + .label {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.check-box .checkinput:checked + .label:before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #223670;
}
.check-box .checkinput:checked + .label:after {
  opacity: 1;
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  position: relative;
}
.select-box > .select {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  color: #555;
  cursor: pointer;
  font-family: "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  padding: 0.2em 1.2em 0.2em 0.4em;
  line-height: 1.2;
  position: relative;
  margin-right: 3px;
}
.select-box > .select.-modal {
  padding: 0.6em 1.2em 0.6em 0.8em;
  width: 100%;
}
.select-box > .select.-modal:before {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: auto;
  left: auto;
  top: calc(50% - 6px);
  border-top: 2px solid #223670;
  border-right: 2px solid #223670;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 1 !important;
  width: 8px;
  height: 8px;
}
.select-box > .select.-modal:hover {
  text-decoration: underline;
}
.select-box > .select:focus {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 1px solid #223670;
}
.select-box > .select::-ms-expand {
  display: none;
}
.select-box > .select option {
  color: #000;
}
.select-box .sep {
  display: inline-block;
  padding-right: 3px;
}

.step-box {
  margin: 0 auto;
  width: 1200px;
}
.step-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.step-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ccc;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 10px 20px;
  margin-right: 20px;
  width: calc((100% - 40px) / 3 - 40px);
}
.step-box li.active {
  background: #2b3858;
  color: #fff;
}
.step-box li .step {
  font-size: 18px;
}
.step-box li .step span {
  font-size: 24px;
  padding-left: 5px;
}
.step-box li .title, .step-box li .search-box.-result .change, .search-box.-result .step-box li .change {
  font-size: 18px;
  text-align: center;
  width: calc(100% - 92px);
}

@media screen and (max-width: 480px) {
  .radio-box {
    margin-bottom: 10px;
  }
  .radio-box .label {
    font-size: 13px;
  }
  .form-box dl dt > .req {
    font-size: 10px;
    top: 15px;
    right: 0;
  }
  .form-box.-contact {
    padding: 10px 10px 50px 10px;
  }
  .form-box.-contact .inner {
    padding: 20px;
    margin-bottom: 30px;
    width: calc(100% - 40px);
  }
  .form-box .privacy {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .form-box .-md {
    width: 80%;
  }
  .form-box .-sm {
    width: 60%;
  }
  .form-box .-xs {
    width: 30%;
  }
  .form-box .search {
    width: 100%;
  }
  .check-box li {
    margin-top: 0px;
  }
  .check-box.-col3 li {
    margin-bottom: 5px;
    width: 50%;
  }
  .check-box.-col3 li:nth-child(-n+5) {
    margin-top: 0px;
  }
  .check-box.-col5 li {
    margin-bottom: 5px;
    width: 50%;
  }
  .check-box .list {
    margin-bottom: 10px;
    width: 50%;
  }
  .check-box .label {
    font-size: 13px;
  }
  .step-box {
    width: 100%;
  }
  .step-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 10px;
    width: 100%;
  }
  .step-box li .title, .step-box li .search-box.-result .change, .search-box.-result .step-box li .change {
    font-size: 14px;
    line-height: 1;
    margin: 5px 0px;
    width: 100%;
  }
  .step-box li .step {
    margin: 0 auto;
    font-size: 13px;
    line-height: 1;
  }
  .step-box li .step span {
    font-size: 18px;
  }
  .step-box li:last-child {
    margin-right: 0px;
  }
}
/*wp form*/
.wpcf7 .forma-item {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  border: 1px solid #ddd !important;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
  outline: none !important;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  font-size: 16px;
}
.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:focus,
.wpcf7 .wpcf7-select:focus {
  border: 1px solid #223670 !important;
}
.wpcf7 input[type=submit] {
  background: #223670;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 25px 40px;
  position: relative;
  font-weight: 500;
  text-align: center;
  width: 50%;
  min-width: 300px;
  margin: 40px auto 0;
  border: none !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.wpcf7 input[type=submit]:hover {
  background: #eee;
  color: #223670;
}
.wpcf7 span.wpcf7-list-item {
  margin-right: 25px;
}
.wpcf7 form .wpcf7 {
  margin-top: 60px;
}
.wpcf7 form .wpcf7-response-output {
  margin-top: 60px;
  font-weight: bold;
  color: red;
}
.wpcf7 .wpcf7 .screen-reader-response p {
  font-weight: bold;
  margin-top: 60px;
  color: red;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: red;
}
.wpcf7 .wpcf7-select {
  border: 1px solid #ddd !important;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
  outline: none !important;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .wpcf7 .forma-item {
    font-size: 16px;
  }
  .wpcf7 .wpcf7-text,
  .wpcf7 .wpcf7-textarea,
  .wpcf7 .wpcf7-select {
    padding: 8px 8px;
  }
  .wpcf7 input[type=submit] {
    font-size: 16px;
    padding: 20px 20px;
  }
}
/*wp form*/
.search-box {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0px;
  margin: 0px 35px;
}
.search-box.-result {
  margin: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.search-box.-result .title, .search-box.-result .change {
  background: #666;
  color: #fff;
  line-height: 1;
  padding: 15px 20px;
}
.search-box.-result .change {
  background: #223670;
}

.search-list:nth-last-child(2) {
  border-bottom: none !important;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.search-result .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.search-result .count .num {
  color: #223670;
  font-size: 32px;
  font-weight: 600;
  padding: 0px 5px;
}
.search-result .count p {
  font-size: 14px;
}
.search-result .sort {
  margin-left: auto;
  margin-right: 10px;
}

.accord-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.accord-box.-search {
  text-align: left;
}
.accord-box.-search .accord-icon {
  top: 8px;
  right: 10px;
}
.accord-box.-search .accord-icon span {
  background: #fff;
}
.accord-box.-search .inner {
  background: #fff;
  padding: 0;
}
.accord-box.-search > .btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  background: #283f84;
}
.accord-box.-map {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: calc(50% - 600px);
  overflow: inherit;
  width: 1200px;
  z-index: 10;
}
.accord-box.-map .change {
  background: #223670;
  color: #fff;
  text-align: left;
}
.accord-box.-map .accord-icon span {
  background: #fff;
}
.accord-box.-map > .btn {
  border-bottom: none;
}
.accord-box.-map > .btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #283f84;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.accord-box.-map > .inner {
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  border-top: none;
  padding: 0px;
}
.accord-box > .btn {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  padding: 10px 20px 10px;
  position: relative;
  width: 100%;
}
.accord-box > .btn.-active {
  border-radius: 0;
}
.accord-box > .inner {
  background: #F5F6F8;
  color: #000;
  display: none;
  padding: 15px 50px;
  width: 100%;
}

.accord-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  width: 30px;
  height: 30px;
}
.accord-icon span {
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 7px;
  background: #e2e2e2;
  border-radius: 4px;
  width: 50%;
  height: 4px;
}
.accord-icon span:nth-of-type(1) {
  top: 13px;
  left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accord-icon span:nth-of-type(2) {
  top: 13px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.accord-icon.-active span:nth-of-type(1) {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.accord-icon.-active span:nth-of-type(2) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.cond-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 20px 20px;
}
.cond-box li {
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 15px;
  text-align: center;
}

.sec-box {
  margin-bottom: 100px;
}
.sec-box.-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0px;
  margin-right: auto;
}
.sec-box.-map .btn {
  margin-right: 20px;
}
.sec-box.-map .btn:last-child {
  margin-right: 0px;
}
.sec-box.-map .btn a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  border: 2px solid #ddd;
  border-radius: 10px;
  color: #ccc;
  display: block;
  font-size: 12px;
  padding: 5px 30px;
  line-height: 1;
}
.sec-box.-map .btn a:hover {
  text-decoration: none;
}
.sec-box.-map .btn a:hover.cate01 {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #fff;
  border: 2px solid #f28439;
  color: #f28439;
}
.sec-box.-map .btn a:hover.cate02 {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #fff;
  border: 2px solid #56BA68;
  color: #56BA68;
}
.sec-box.-map .btn a.is-active.cate01 {
  background: #f28439;
  border: 2px solid #f28439;
  color: #fff;
}
.sec-box.-map .btn a.is-active.cate01:hover {
  opacity: 0.9;
}
.sec-box.-map .btn a.is-active.cate02 {
  background: #56BA68;
  border: 2px solid #56BA68;
  color: #fff;
}
.sec-box.-map .btn a.is-active.cate02:hover {
  opacity: 0.9;
}
.sec-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sec-box li {
  margin: 0 auto;
  width: 45%;
}
.sec-box li a {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#223670), to(#223e92));
  background: linear-gradient(90deg, #223670, #223e92);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 40px 0px;
}
.sec-box li a:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  text-decoration: none;
  opacity: 0.8;
}
.sec-box li:last-child a {
  background: -webkit-gradient(linear, left top, right top, from(#56BA68), to(#7FC250));
  background: linear-gradient(90deg, #56BA68, #7FC250);
}
.sec-box span {
  font-size: 32px;
}

#lean_overlay {
  background: #000;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  width: 30px !important;
  left: 0px !important;
}

.swiper-button-next {
  width: 30px !important;
  right: 0px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 18px !important;
  line-height: 1;
  width: 50px;
  height: 64px;
}

.category-swiper {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  border-bottom: 3px solid #223670;
  overflow: hidden;
  margin: 0 auto;
  width: calc(100% - 70px);
}

.category-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  border: none;
  border-radius: 10px 10px 0px 0px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  margin-right: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 0px;
}
.category-btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #223670;
  color: #fff;
}
.category-btn.is-active {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #223670;
  color: #fff;
}

.parent-category li {
  margin-right: 0px;
  width: 100%;
}
.parent-category .label {
  background: #999;
  border: 1px solid #999;
  color: #fff;
  width: calc(100% - 54px);
}

.category-box {
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: none;
  font-weight: 700;
  position: relative;
  padding: 35px 0px;
  width: 1200px;
  min-height: 303px;
}
.category-box.-keyword {
  padding: 0px;
  width: 850px;
  min-height: auto;
}
.category-box .close {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  cursor: pointer;
  padding: 20px;
  width: 20px;
  height: 20px;
}
.category-box .close span {
  display: block;
  height: 3px;
  width: 100%;
  background: #888;
  border-radius: 2px;
}
.category-box .close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
          transform: translateY(9px) translateX(0) rotate(45deg);
}
.category-box .close span:nth-of-type(2) {
  -webkit-transform: translateY(6px) translateX(0) rotate(-45deg);
          transform: translateY(6px) translateX(0) rotate(-45deg);
}
.category-box .title, .category-box .search-box.-result .change, .search-box.-result .category-box .change {
  font-size: 18px;
  padding: 0px 35px;
  margin-bottom: 35px;
  line-height: 1;
}
.category-box .overflow {
  overflow: auto;
  max-height: 450px;
}
.category-box > .reset {
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
}
.category-box > .reset a {
  background: url(../img/common/icon/close.svg) no-repeat 0 2px/18px;
  color: #223670;
  display: block;
  font-size: 13px;
  padding-left: 25px;
}

.category-list {
  margin: 20px 85px;
}
.category-list li {
  margin-top: 10px;
  width: 20%;
}
.category-list li:nth-child(-n+6) {
  margin-top: 0px;
}
.category-list li:nth-child(5n) {
  margin-right: 0px;
}

.category-set {
  margin-bottom: 5px;
}
.category-set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-set li {
  font-size: 11px;
  margin-top: 10px;
  margin-right: 10px;
}

.category-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0px 35px;
  margin-bottom: 50px;
}
.category-link li {
  margin-right: 20px;
  width: 33.3333333333%;
}
.category-link li:last-child {
  margin-right: 0px;
}
.category-link .btn {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #f28439;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 21px;
  font-weight: 700;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  padding: 18px 0px;
  text-align: center;
}
.category-link .btn:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: #eee;
  color: #000;
  text-decoration: none;
}

.slick-list {
  padding: 0px 48px !important;
}

.slick-prev,
.slick-next {
  border-radius: 0 !important;
  width: 40px;
  height: 100%;
}

.slick-prev:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  opacity: 1 !important;
  width: 6px;
  height: 6px;
}

.slick-next:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  opacity: 1 !important;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  .category-box {
    padding: 0px;
    border-radius: 0px;
    top: 0px !important;
    left: 0px !important;
    margin-left: 0px !important;
    width: 100%;
  }
  .category-box.-keyword {
    width: 100%;
    height: 64px !important;
  }
  .category-box > .reset {
    bottom: 15px;
  }
  .category-box .overflow {
    max-height: 100%;
  }
  .category-box .title, .category-box .search-box.-result .change, .search-box.-result .category-box .change {
    margin-top: 35px;
  }
  .category-link .btn {
    padding: 10px 0px;
  }
  .category-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .category-link li {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
  .sec-box {
    margin-bottom: 0px;
  }
  .sec-box.-map {
    margin-left: auto;
    margin-right: 15px;
  }
  .sec-box.-map .btn {
    margin-right: 15px;
  }
  .sec-box.-map .btn a {
    padding: 3px 10px;
  }
  .sec-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-box li {
    width: 100%;
  }
  .sec-box li:first-child {
    margin-bottom: 20px;
  }
  .sec-box li a {
    padding: 20px 0px;
  }
  .search-box {
    border-radius: 0px;
    border-left: none;
    border-right: none;
    margin: 0;
  }
  .search-box.-result {
    border: none;
    border-radius: 10px;
    margin-top: 20px;
  }
  .search-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-result .count {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
    width: 100%;
  }
  .search-result .count .num {
    font-size: 24px;
  }
  .cond-box ul {
    margin: 10px 15px;
  }
  .cond-box li {
    line-height: 1;
  }
  .accord-box > .inner {
    padding: 15px 40px;
  }
  .category-swiper {
    width: 100%;
  }
  .category-list {
    margin: 20px 30px;
    overflow-y: auto;
  }
  .category-list li {
    width: 33.3333333333%;
  }
  .category-list li:nth-child(-n+5) {
    margin-top: 10px;
  }
  .category-list li:nth-child(-n+6) {
    margin-top: 10px;
  }
  .category-list li:nth-child(-n+4) {
    margin-top: 0px;
  }
  .category-group {
    margin-bottom: 20px;
  }
  .category-btn {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0px;
    text-align: center;
    white-space: nowrap;
    z-index: 0;
  }
}
.dl-box {
  margin: 10px 0;
}
.dl-box.-table, .dl-box.-data {
  border: 1px solid #ddd;
  margin-top: 40px;
}
.dl-box.-table dl:last-child, .dl-box.-data dl:last-child {
  border-bottom: none;
}
.dl-box.-table dt, .dl-box.-data dt {
  background: #F5F6F8;
  font-size: 13px;
  padding: 10px 20px;
}
.dl-box.-table dd, .dl-box.-data dd {
  font-size: 13px;
  padding: 10px 20px;
  width: calc(50% - 230px);
}
.dl-box.-table dd .note, .dl-box.-data dd .note {
  font-size: 13px;
  padding: 15px 20px 15px 0px;
}
.dl-box.-data {
  margin-top: 0px;
}
.dl-box.-data dt {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  text-align: right;
}
.dl-box.-data dd {
  text-align: right;
  min-width: auto;
  width: calc(25% - 140px);
}
.dl-box.-data dd:last-child {
  padding-right: 20px;
}
.dl-box.-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl-box.-search .single {
  width: 100%;
}
.dl-box.-search dl {
  width: 50%;
}
.dl-box.-search dl:last-child {
  border-bottom: none;
}
.dl-box.-search dt {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  font-size: 14px;
  line-height: 1;
  padding: 15px 20px;
}
.dl-box.-search dd {
  line-height: 1;
  min-width: auto;
  padding: 10px 20px 10px 0px;
  width: 100%;
  max-width: 100%;
}
.dl-box.-search dd:last-child {
  padding-right: 20px;
}
.dl-box.-search .note {
  font-size: 12px;
}
.dl-box.-contact dl:last-child {
  border-bottom: 0px;
}
.dl-box.-contact dt {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl-box.-contact dt small {
  font-size: 15px;
}
.dl-box.-contact dd {
  width: 100%;
  max-width: 100%;
}
.dl-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #e2e2e2;
}
.dl-box dl dd:last-child {
  padding-right: 0px;
}
.dl-box dt {
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  padding-right: 20px;
  position: relative;
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dl-box dd {
  padding: 20px;
  min-width: calc(50% - 190px);
  max-width: calc(50% - 190px);
}
.dl-box dd ul {
  margin-top: 0px !important;
}
.dl-box dd + dt {
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .dl-box.-search dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .dl-box.-search dt {
    background: #F5F6F8;
    font-size: 13px;
    padding: 10px 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .dl-box.-search dd {
    padding: 10px 20px;
  }
  .dl-box.-table dt, .dl-box.-data dt {
    font-size: 12px;
    padding: 10px 15px;
    line-height: 1.5;
  }
  .dl-box.-table dd, .dl-box.-data dd {
    padding: 10px 15px;
    width: calc(100% - 130px);
    max-width: calc(100% - 130px);
    min-width: calc(100% - 130px);
  }
  .dl-box.-table dt:first-of-type, .dl-box.-data dt:first-of-type,
  .dl-box.-table dd:first-of-type,
  .dl-box.-data dd:first-of-type {
    border-bottom: 1px solid #ddd;
  }
  .dl-box.-table dt:last-of-type, .dl-box.-data dt:last-of-type,
  .dl-box.-table dd:last-of-type,
  .dl-box.-data dd:last-of-type {
    border-bottom: none;
  }
  .dl-box.-data dl {
    border-bottom: none;
  }
  .dl-box.-data dl:last-child dt:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }
  .dl-box.-data dl:last-child dd:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }
  .dl-box.-data dt {
    border-bottom: 1px solid #ddd;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  .dl-box.-data dd {
    border-bottom: 1px solid #ddd;
    width: calc(50% - 100px);
    min-width: calc(50% - 100px);
    max-width: calc(50% - 100px);
  }
  .dl-box.-data dd:last-child {
    padding-right: 15px;
  }
  .dl-box.-data dt:first-of-type,
  .dl-box.-data dd:first-of-type {
    border-bottom: 1px solid #ddd;
  }
  .dl-box.-data dt:last-of-type,
  .dl-box.-data dd:last-of-type {
    border-bottom: 1px solid #ddd;
  }
  .dl-box.-contact dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px 0px 0px;
  }
  .dl-box.-contact dd {
    padding: 10px 0px 15px;
  }
  .dl-box dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl-box dt {
    font-size: 14px;
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    padding: 15px 15px 0px;
  }
  .dl-box dd {
    padding: 10px 15px 15px;
    line-height: 1.5;
    min-width: calc(100% - 130px);
    max-width: calc(100% - 130px);
    width: 100%;
  }
  .dl-box dd + dt {
    padding-top: 0px;
    padding-left: 15px;
  }
}
.info-box ul.info-list li {
  border-bottom: 1px solid #ddd;
}
.info-box ul.info-list li:first-child {
  border-top: 1px solid #ddd;
}
.info-box ul.info-list li a,
.info-box ul.info-list li .notitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px 20px 20px;
  position: relative;
}
.info-box ul.info-list li a:before,
.info-box ul.info-list li .notitle:before {
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "Chevron_Right";
  font-family: "Material Symbols Rounded";
  font-size: initial;
  font-weight: 400;
  color: #223670;
  font-size: 24px;
}
.info-box ul.info-list li a .date,
.info-box ul.info-list li .notitle .date {
  width: 100px;
  margin-right: 30px;
}
.info-box ul.info-list li a .text,
.info-box ul.info-list li .notitle .text {
  width: calc(100% - 100px - 30px);
}
.info-box ul.info-list li a:hover {
  background: #f2f2f2;
}

.pagebute-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.pagebute-box a {
  background: #f2f2f2;
  display: block;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0px 5px;
  line-height: 1;
}
.pagebute-box a:hover {
  background: #223670;
  color: #fff;
}
.pagebute-box .current {
  background: #223670;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0px 5px;
  line-height: 1;
}

.pagenav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.pagenav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pagenav-box li {
  margin-right: 10px;
}
.pagenav-box li:last-child {
  margin-right: 0px;
}
.pagenav-box a {
  background: #ddd;
  display: block;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0px 5px;
  line-height: 1;
}
.pagenav-box a:hover {
  background: #223670;
  color: #fff;
}
.pagenav-box .current {
  background: #223670;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0px 5px;
  line-height: 1;
}

.post-date {
  text-align: right;
  margin-bottom: 40px;
  line-height: 1;
}

.post-nav {
  position: relative;
  min-height: 60px;
}
.post-nav .all, .post-nav .prev, .post-nav .next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  width: 200px;
}
.post-nav .all a, .post-nav .prev a, .post-nav .next a {
  display: block;
  font-size: 14px;
  padding: 20px 10px;
  margin: 0px 5px;
  line-height: 1;
  width: 200px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.post-nav .all a:hover, .post-nav .prev a:hover, .post-nav .next a:hover {
  opacity: 0.8;
}
.post-nav .prev a, .post-nav .next a {
  background: #aaa;
}
.post-nav .prev {
  left: 0;
}
.post-nav .next {
  right: 0;
}
.post-nav .all {
  left: 0;
  right: 0;
  margin: auto;
}
.post-nav .all a {
  background: #666;
}

@media screen and (max-width: 480px) {
  .info-box ul.info-list li a,
  .info-box ul.info-list li .notitle {
    padding: 12px 35px 12px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-box ul.info-list li a .date,
  .info-box ul.info-list li .notitle .date {
    margin-right: 0px;
  }
  .info-box ul.info-list li a .text,
  .info-box ul.info-list li .notitle .text {
    width: 100%;
    margin-top: 5px;
  }
  .pagebute-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagebute-box a {
    margin: 3px 3px;
  }
  .pagebute-box .current {
    margin: 3px 3px;
  }
  .pagebute-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagebute-box a {
    margin: 3px 3px;
  }
  .pagebute-box .current_page {
    margin: 3px 3px;
  }
  .post-date {
    margin-bottom: 30px;
  }
  .post-nav {
    min-height: 60px;
  }
  .post-nav .all, .post-nav .prev, .post-nav .next {
    width: 120px;
  }
  .post-nav .all a, .post-nav .prev a, .post-nav .next a {
    font-size: 12px;
    padding: 10px 10px;
    width: 120px;
  }
  .post-nav .prev, .post-nav .next {
    width: 70px;
  }
  .post-nav .prev a, .post-nav .next a {
    width: 70px;
  }
}
.slider-block {
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
  width: calc(100% - 230px);
  margin-left: 230px;
}
.slider-block::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: -230px;
  content: "";
  background: #f2f2f2;
  width: 100%;
  min-height: 780px;
  height: 100vh;
}
.slider-block .slider-text {
  z-index: 10;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50px;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}
.slider-block .slider-text p {
  font-size: 50px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
.slider-block .swiper-slide {
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}
.slider-block .slider-inner {
  position: relative;
  z-index: 0;
}
.slider-block .slider-inner::before {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 60px;
  content: "";
  background: #223670;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.slider-block .slider-inner::after {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-block .slider-inner .img01, .slider-block .slider-inner .img03, .slider-block .slider-inner .img02 {
  background: url(../img/index/main.jpg) no-repeat 50% 0%/cover;
  background-position: center;
  width: 100%;
  min-height: 780px;
  height: 100vh;
}
.slider-block .slider-inner .img01::after, .slider-block .slider-inner .img03::after, .slider-block .slider-inner .img02::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
}
.slider-block .slider-inner .img02 {
  background: url(../img/index/main_02.jpg) no-repeat 50% 0px/cover;
  background-position: center;
}
.slider-block .slider-inner .img03 {
  background: url(../img/index/main_03.jpg) no-repeat 50% 0px/cover;
  background-position: center;
}

@media screen and (max-width: 480px) {
  .slider-block {
    padding-bottom: 60px;
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .slider-block::before {
    top: 20px;
    left: -20px;
    min-height: 100%;
    height: 100%;
  }
  .slider-block .slider-text {
    bottom: 20px;
    left: 20px;
  }
  .slider-block .slider-text p {
    font-size: 6vw;
    line-height: 1.7;
  }
  .slider-block .slider-inner::before {
    left: 30px;
    top: 30px;
  }
  .slider-block .slider-inner .img01, .slider-block .slider-inner .img02, .slider-block .slider-inner .img03 {
    min-height: 250px;
    height: 44vh;
  }
}
.video-block .video-inner {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.video-block .video-size {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%; /* ←ここを調整 */
  height: 100%; /* ←ここも */
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-block .video-size.-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .video-block .video-inner {
    height: 35vh;
    min-height: 200px;
    max-height: 300px;
  }
  .video-block .video-size.-pc {
    display: none;
  }
  .video-block .video-size.-sp {
    display: block;
  }
}
.sub-mainbox {
  height: 520px;
  width: calc(100% - 230px);
  margin-left: 230px;
  position: relative;
  margin-bottom: 60px;
}
.sub-mainbox::before {
  position: absolute;
  top: auto;
  right: -60px;
  bottom: -60px;
  left: auto;
  content: "";
  background: #223670;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sub-mainbox::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.sub-mainbox .sub-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 520px;
  padding: 0px 40px 40px;
  margin: 0 auto;
  min-width: 1240px;
}
.sub-mainbox .sub-inner .title-box {
  z-index: 1;
  line-height: 1;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
.sub-mainbox .sub-inner .title-box span {
  font-size: 60px;
  margin-bottom: 30px;
  display: block;
}
.sub-mainbox .sub-inner .title-box h1 {
  font-size: 20px;
}

.wrap.-common .sub-mainbox {
  background: url(../img/common/common.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-inquiry .sub-mainbox {
  background: url(../img/common/common.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-strength .sub-mainbox {
  background: url(../img/common/strength.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-company .sub-mainbox {
  background: url(../img/common/company.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-business .sub-mainbox {
  background: url(../img/common/business.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-property .sub-mainbox {
  background: url(../img/common/property.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-purchase .sub-mainbox {
  background: url(../img/common/purchase.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-sale .sub-mainbox {
  background: url(../img/common/sale.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-customer .sub-mainbox {
  background: url(../img/common/customer.jpg) no-repeat center;
  background-size: cover;
}

.wrap.-blog .sub-mainbox {
  background: url(../img/common/blog.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .sub-mainbox {
    height: 250px;
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .sub-mainbox::before {
    bottom: -20px;
    right: -20px;
  }
  .sub-mainbox .sub-inner {
    height: 250px;
    padding: 0px 10px 20px;
    min-width: 100%;
    max-width: 100%;
  }
  .sub-mainbox .sub-inner .title-box {
    color: #fff;
  }
  .sub-mainbox .sub-inner .title-box span {
    font-size: 9vw;
    margin-bottom: 15px;
  }
  .sub-mainbox .sub-inner .title-box h1 {
    font-size: 5vw;
  }
}
.topicpath-box {
  padding: 20px 10px;
  width: 100%;
  position: relative;
}
.topicpath-box::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: -230px;
  content: "";
  background: #f2f2f2;
  width: 100%;
  height: 520px;
  z-index: -2;
}
.topicpath-box ul {
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topicpath-box ul li {
  margin-right: 40px;
  position: relative;
  line-height: 1;
  font-size: 14px;
}
.topicpath-box ul li::after {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0px;
  right: -30px;
  bottom: auto;
  left: auto;
  content: "-";
  color: #000;
  width: 14px;
  height: 14px;
}
.topicpath-box ul li:last-child {
  margin-right: 0px;
}
.topicpath-box ul li:last-child::after {
  display: none;
}
.topicpath-box ul a:hover {
  color: #223670;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .topicpath-box {
    padding: 15px 10px;
  }
  .topicpath-box::before {
    left: -20px;
    height: 250px;
  }
  .topicpath-box ul {
    min-width: 100%;
    max-width: 100%;
  }
  .topicpath-box ul li {
    margin-right: 30px;
    font-size: 12px;
    line-height: 1.7;
  }
  .topicpath-box ul li::after {
    right: -25px;
    width: 12px;
    height: 12px;
  }
}
.property-box {
  margin: 0px 20px;
}
.property-box.-result {
  margin: 0;
}
.property-box.-map {
  margin-top: 75px;
}
.property-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 50px;
  max-width: 1500px;
}
.property-list {
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
  width: calc((100% - 60px) / 4);
}
.property-list:nth-child(4n) {
  margin-right: 0px;
}
.property-list .image {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
  pointer-events: all;
}
.property-list .image img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 240px !important;
}
.property-list .fav {
  position: absolute;
  top: 5px;
  right: 0px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: url(../img/common/icon/icon_fav_off.png) no-repeat 0 0/21px;
  cursor: pointer;
  pointer-events: all;
  width: 21px;
  height: 18px;
  display: none;
}
.property-list .fav:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: url(../img/common/icon/icon_fav_hov.png) no-repeat 0 0/21px;
}
.property-list .fav.-active {
  background: url(../img/common/icon/icon_fav_on.png) no-repeat 0 0/21px;
}
.property-list .new {
  background: #fa3041;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 2px 5px;
  margin-left: 5px;
}
.property-list a {
  color: #000;
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.property-list .title:hover, .property-list .search-box.-result .change:hover, .search-box.-result .property-list .change:hover {
  color: #223670;
  text-decoration: underline;
}
.property-list .image:hover img {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.property-info {
  line-height: 1;
  position: relative;
}
.property-info.-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 115px);
}
.property-info.-map .type, .property-info.-map .law {
  padding: 4px 0px;
  width: 90px;
}
.property-info.-map .data {
  margin-right: 0px;
}
.property-info.-map .price-box {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.property-info.-map .price-box .num {
  font-size: 24px;
}
.property-info .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.property-info .sec {
  background: #ddd;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  padding: 6px 0px;
  margin-right: 15px;
  text-align: center;
  width: 100px;
}
.property-info .sec.-cate01 {
  background: #f28439;
}
.property-info .sec.-cate02 {
  background: #56BA68;
}
.property-info .type, .property-info .law {
  background: #ddd;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  padding: 6px 0px;
  margin-right: 15px;
  text-align: center;
  width: 100px;
}
.property-info .type.-cate01, .property-info .-cate01.law {
  background: #2b3858;
}
.property-info .type.-cate02, .property-info .-cate02.law {
  background: #0174C0;
}
.property-info .type.-cate03, .property-info .-cate03.law {
  background: #fa3041;
}
.property-info .type.-cate04, .property-info .-cate04.law {
  background: #2b3858;
}
.property-info .type.-cate05, .property-info .-cate05.law {
  color: #333;
}
.property-info .title, .property-info .search-box.-result .change, .search-box.-result .property-info .change {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  pointer-events: all;
}
.property-info .law.-cate01 {
  background: none;
  border: 1px solid #2b3858;
  color: #2b3858;
}
.property-info .data {
  font-size: 13px;
  margin-left: auto;
}
.property-info .title, .property-info .search-box.-result .change, .search-box.-result .property-info .change {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 15px;
}

.property-list.-result {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 0px 0px 25px 0px;
  padding: 25px;
  width: 100%;
}
.property-list.-result a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
}
.property-list.-result .fav {
  position: absolute;
  top: 14px;
  right: 10px;
  bottom: auto;
  left: auto;
}
.property-list.-result .image {
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 0px;
}
.property-list.-result .property-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 320px);
}
.property-list.-result .property-info .title, .property-list.-result .property-info .search-box.-result .change, .search-box.-result .property-list.-result .property-info .change {
  display: inline-block;
  font-size: 24px;
}
.property-list.-result .property-info .title, .property-list.-result .property-info .search-box.-result .change, .search-box.-result .property-list.-result .property-info .change,
.property-list.-result .property-info .price-box {
  width: 100%;
}
.property-list.-result .property-info .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.property-list.-result .property-info .note dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
  width: 50%;
}
.property-list.-result .property-info .note dl:nth-last-of-type(-n+2) {
  margin-bottom: 0px;
}
.property-list.-result .property-info .note dl.single {
  margin-bottom: 20px;
}
.property-list.-result .property-info .note dl.single dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 0px;
  padding-bottom: 2px;
}
.property-list.-result .property-info .note dt {
  font-size: 13px;
  color: #999;
  margin-right: 10px;
  padding-top: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.property-list.-result .property-info .note dd {
  font-size: 15px;
  padding-right: 15px;
  line-height: 1.5;
}
.property-list.-map {
  border-bottom: 1px solid #e2e2e2;
  margin: 0px 0px 20px 0px;
  padding-bottom: 20px;
  width: 100%;
}
.property-list.-map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.property-list.-map .title, .property-list.-map .search-box.-result .change, .search-box.-result .property-list.-map .change {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  padding-right: 35px;
  pointer-events: all;
  width: 100%;
}
.property-list.-map .image {
  margin-right: 15px;
  width: 100px;
}
.property-list.-map .image img {
  height: 67px;
}
.property-list.-map .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  pointer-events: all;
}
.property-list.-map .note dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
}
.property-list.-map .note dl:last-child {
  margin-bottom: 0px;
}
.property-list.-map .note dt {
  font-size: 13px;
  color: #999;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.property-list.-map .note dd {
  font-size: 13px;
  padding-right: 15px;
}
.property-list.-map .fav {
  top: 5px;
  right: 0px;
}

.price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fa3041;
  line-height: 1;
}
.price-box .num {
  font-size: 30px;
  font-weight: 500;
}
.price-box .unit {
  font-size: 15px;
  padding-bottom: 2px;
}
.price-box .tax {
  font-size: 14px;
  padding-bottom: 2px;
}

.subtitle-03 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.subtitle-04 {
  color: #223670;
  font-size: 21px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 60px;
}
.article-image img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article-image .image-main {
  width: 50%;
}
.article-image .image-main img {
  max-height: 620px;
  min-height: 620px;
}
.article-image .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 310px;
}
.article-image .image-list img {
  max-height: 310px;
  min-height: 310px;
}
.article-image .image-list li {
  width: 50%;
}

.article-block {
  background: #eee;
}

.article-inner {
  margin: 0 auto;
  width: 1200px;
}
.article-inner.-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0px;
}
.article-inner.-data .date {
  font-size: 13px;
}

.article-main {
  text-align: center;
}

.article-tb {
  margin-bottom: 50px;
}
.article-tb ul {
  margin-top: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-tb ul li {
  padding-left: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  position: static;
  margin-right: 20px;
  overflow: hidden;
  width: calc((100% - 100px) / 6);
  height: 120px;
}
.article-tb ul li::before {
  display: none;
}
.article-tb ul li:nth-child(6) {
  margin-right: 0px;
}
.article-tb ul li img {
  width: 100%;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-tb .hidden {
  display: none;
}

.article-info > .title, .search-box.-result .article-info > .change {
  margin-top: 40px;
}
.article-info .title, .article-info .search-box.-result .change, .search-box.-result .article-info .change {
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
}
.article-info .catch {
  background: #F5F6F8;
  font-size: 15px;
  padding: 20px;
  line-height: 1.5;
}

.article-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 20px;
}
.article-icon .mail {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: url(../img/common/icon/icon_mail_off.png) no-repeat 0 0/24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.article-icon .mail:hover {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  background: url(../img/common/icon/icon_mail_hov.png) no-repeat 0 0/24px;
}

.article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-image .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
}
.article-image .col.-reverse {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article-image .col.-reverse p {
  padding-left: 40px;
  padding-right: 0px;
}
.article-image .col .title, .article-image .col .search-box.-result .change, .search-box.-result .article-image .col .change {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
}
.article-image .col .text {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1500px) {
  .article-image .col .text {
    max-height: 330px;
  }
}
@media screen and (min-width: 1780px) {
  .article-image .col .text {
    max-height: 485px;
  }
}
.article-image .col p {
  overflow: hidden;
  padding-right: 40px;
  max-width: 560px;
}
.article-image .image {
  width: 50%;
}
.article-image .image img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.article-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.article-col .col {
  width: calc(50% - 30px);
}
.article-col .col:nth-child(2) {
  padding-right: 30px;
}
.article-col .col:last-child {
  width: 50%;
}
.article-col .col:last-child iframe {
  vertical-align: top;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .property-box {
    margin: 0 15px;
  }
  .property-box.-map {
    margin-top: 15px;
  }
  .property-box.-map ul {
    margin: 0 auto;
    max-width: 100%;
  }
  .property-list {
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc((100% - 10px) / 2);
  }
  .property-list:nth-child(2n) {
    margin-right: 0px;
  }
  .property-list.-map .note dl {
    margin-bottom: 5px;
  }
  .property-list .image img {
    height: 150px !important;
  }
  .property-info .title, .property-info .search-box.-result .change, .search-box.-result .property-info .change {
    margin-bottom: 10px;
  }
  .property-info .fav {
    top: 0px;
  }
  .property-info .type, .property-info .law {
    font-size: 10px;
    padding: 3px;
    width: 60px;
  }
  .property-info .sec {
    padding: 3px 0px;
    margin-right: 10px;
    width: 50px;
  }
  .price-box .num {
    font-size: 24px;
  }
  .price-box .unit {
    font-size: 12px;
  }
  .price-box .tax {
    font-size: 12px;
  }
  .property-list.-result {
    padding: 15px;
  }
  .property-list.-result a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .property-list.-result .image {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .property-list.-result .fav {
    background: #fff url(../img/common/icon/icon_fav_off.png) no-repeat 50% 55%/21px;
    border-radius: 50%;
    top: 122px;
    right: 20px;
    padding: 10px;
  }
  .property-list.-result .fav:hover {
    -webkit-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    background: #fff url(../img/common/icon/icon_fav_hov.png) no-repeat 50% 55%/21px;
  }
  .property-list.-result .fav.-active {
    background: #fff url(../img/common/icon/icon_fav_on.png) no-repeat 50% 55%/21px;
  }
  .property-list.-result .property-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .property-list.-result .property-info .title, .property-list.-result .property-info .search-box.-result .change, .search-box.-result .property-list.-result .property-info .change {
    font-size: 16px;
    margin-top: 10px;
  }
  .property-list.-result .property-info .sec {
    font-size: 10px;
    margin-right: 10px;
    padding: 3px 0px;
    width: 80px;
  }
  .property-list.-result .property-info .type, .property-list.-result .property-info .law {
    margin-right: 10px;
    width: 80px;
  }
  .property-list.-result .property-info .data {
    text-align: right;
    margin-top: 10px;
    margin-right: 0px;
    width: 100%;
  }
  .property-list.-result .property-info .note dl {
    width: 100%;
  }
  .property-list.-result .property-info .note dl:nth-last-of-type(-n+2) {
    margin-bottom: 10px;
  }
  .property-list.-result .property-info .note dl.single {
    padding-bottom: 0;
  }
  .property-list.-result .property-info .note dl.single dt {
    padding-bottom: 0px;
  }
  .property-list.-result .property-info .note dt {
    font-size: 12px;
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    padding-top: 0px;
    line-height: 1.3;
  }
  .property-list.-result .property-info .note dd {
    font-size: 12px;
    line-height: 1.3;
    padding-right: 0px;
  }
  .property-list.-result .price-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .subtitle-03 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .subtitle-04 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .article-inner {
    width: 96%;
  }
  .article-inner.-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .article-inner.-data .date {
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
    width: 75%;
  }
  .article-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-image img {
    height: auto;
    max-height: 260px;
  }
  .article-image .image-main {
    width: 100%;
  }
  .article-image .image-main img {
    max-height: 190px;
    min-height: 190px;
  }
  .article-image .image-list {
    display: none;
    width: 100%;
    height: 100%;
  }
  .article-image .image-list img {
    max-height: 190px;
    min-height: 190px;
  }
  .article-image .col {
    width: 100%;
  }
  .article-image .col.-reverse {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .article-image .col.-reverse p {
    padding-left: 0px;
    max-width: 100%;
  }
  .article-image .col p {
    padding-right: 0px;
    max-width: 100%;
  }
  .article-image .col .title, .article-image .col .search-box.-result .change, .search-box.-result .article-image .col .change {
    font-size: 21px;
    margin: 30px 20px 20px;
  }
  .article-image .col .text {
    margin: 0px 20px 20px;
    max-height: 100%;
  }
  .article-image .image {
    width: 100%;
  }
  .article-image .image img {
    height: auto;
  }
  .article-icon {
    margin-top: 10px;
    margin-right: 10px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .article-info > .title, .search-box.-result .article-info > .change {
    margin-top: 30px;
  }
  .article-info .title, .article-info .search-box.-result .change, .search-box.-result .article-info .change {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .article-info .catch {
    font-size: 13px;
    padding: 15px;
    line-height: 1.4;
  }
  .article-col .col {
    width: 100%;
  }
  .article-col .col:nth-child(2) {
    padding-right: 0px;
  }
  .article-col .col:last-child {
    width: 100%;
  }
  .article-col .col:last-child iframe {
    height: 300px;
  }
  .article-tb {
    margin-top: 50px;
  }
  .article-tb ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-tb ul li {
    width: calc((100% - 100px) / 3);
  }
  .article-tb ul li:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .article-tb ul li:nth-child(3n) {
    margin-right: 0px;
  }
}
.btn-box.-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 0px 10px;
  width: 100%;
}
.btn-box.-index .btn {
  width: 40%;
}
.btn-box.-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 100px;
}
.btn-box.-category {
  margin-top: 30px;
}
.btn-box.-category .btn {
  line-height: 1;
  width: 30%;
}
.btn-box.-article {
  margin-top: 50px;
}
.btn-box.-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.btn-box.-col .btn {
  width: 30%;
}
.btn-box .btn {
  background: -webkit-gradient(linear, left top, right top, from(#223670), to(#223e92));
  background: linear-gradient(90deg, #223670, #223e92);
  border-radius: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 50%;
}
.btn-box .btn:hover {
  opacity: 0.9;
  text-decoration: none;
}
.btn-box .btn.-clear {
  background: #888;
  margin-right: 50px;
}
.btn-box .btn.-prev {
  background: #888;
}

@media screen and (max-width: 480px) {
  .btn-box.-index {
    padding: 0 0 10px;
  }
  .btn-box.-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0px;
    width: 100%;
  }
  .btn-box.-search .btn {
    line-height: 1;
    width: 80%;
  }
  .btn-box.-search .btn.-clear {
    margin-top: 10px;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .btn-box.-category {
    margin-top: 0px;
  }
  .btn-box.-category .btn {
    width: 50%;
  }
  .btn-box.-article {
    margin-top: 30px;
  }
  .btn-box.-article .btn {
    font-size: 14px;
    width: 100%;
  }
  .btn-box.-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btn-box.-col .btn {
    width: 100%;
    padding: 10px 0px;
  }
  .btn-box.-col .btn.-prev {
    margin-top: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .btn-box .btn {
    width: 100%;
  }
}
.content-block.-customer .customer-box .customer-list li .btn, .content-block.-business .index-business-box .cont .btn, .content-block.-strength .index-strength-box .cont .btn, .content-block.-property-btn .property-btn ul li {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 60px;
  position: relative;
}
.content-block.-customer .customer-box .customer-list li .btn::after, .content-block.-business .index-business-box .cont .btn::after, .content-block.-strength .index-strength-box .cont .btn::after, .content-block.-property-btn .property-btn ul li::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
  border-right: 0;
}
.content-block.-customer .customer-box .customer-list li .btn::before, .content-block.-business .index-business-box .cont .btn::before, .content-block.-strength .index-strength-box .cont .btn::before, .content-block.-property-btn .property-btn ul li::before {
  position: absolute;
  top: 0;
  right: 70px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  margin: auto;
  width: 1px;
  height: 100%;
  background: #000;
}
.content-block.-customer .customer-box .customer-list li .btn:hover::after, .content-block.-business .index-business-box .cont .btn:hover::after, .content-block.-strength .index-strength-box .cont .btn:hover::after, .content-block.-property-btn .property-btn ul li:hover::after {
  border-left: 10px solid #fff;
}
.content-block.-customer .customer-box .customer-list li .btn:hover::before, .content-block.-business .index-business-box .cont .btn:hover::before, .content-block.-strength .index-strength-box .cont .btn:hover::before, .content-block.-property-btn .property-btn ul li:hover::before {
  background: #fff;
}
.content-block.-customer .customer-box .customer-list li .btn a, .content-block.-business .index-business-box .cont .btn a, .content-block.-strength .index-strength-box .cont .btn a, .content-block.-property-btn .property-btn ul li a {
  width: 400px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  display: block;
  padding: 30px;
  position: relative;
  background: transparent;
}
.content-block.-customer .customer-box .customer-list li .btn a::before, .content-block.-business .index-business-box .cont .btn a::before, .content-block.-strength .index-strength-box .cont .btn a::before, .content-block.-property-btn .property-btn ul li a::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  border-radius: 10px;
}
.content-block.-customer .customer-box .customer-list li .btn a:hover, .content-block.-business .index-business-box .cont .btn a:hover, .content-block.-strength .index-strength-box .cont .btn a:hover, .content-block.-property-btn .property-btn ul li a:hover {
  color: #fff;
}
.content-block.-customer .customer-box .customer-list li .btn a:hover::before, .content-block.-business .index-business-box .cont .btn a:hover::before, .content-block.-strength .index-strength-box .cont .btn a:hover::before, .content-block.-property-btn .property-btn ul li a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.content-block.-property {
  padding: 100px 0 80px;
  background: #202020;
  position: relative;
  /*
  &::after {
    @include abs_position($top: -50px, $left: 10px);
    content: "";
    width: 557px;
    height: 198px;
    background: url(../img/index/property.svg) center no-repeat;
    background-size: cover;
  }*/
}
.content-block.-property .content-inner {
  padding: 0px 80px;
  margin: 0 auto;
  min-width: 1240px;
  width: 100%;
}

.content-block.-property-iframe {
  padding: 0;
  background: #202020;
  opacity: 1;
}
.content-block.-property-iframe .content-inner {
  padding: 0px 80px;
  margin: 0 auto;
  min-width: 1240px;
  width: 100%;
}

.property-slidelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.property-slidelist li a {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.property-slidelist li a:hover {
  opacity: 0.8;
}
.property-slidelist li a::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.property-slidelist li a:hover {
  text-decoration: none;
}
.property-slidelist li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.property-slidelist li .image {
  position: relative;
  display: block;
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.property-slidelist li .image .area {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #c9a333;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  min-width: 120px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 0 0 10px 0;
  z-index: 1;
}
.property-slidelist li .image img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display: block;
}
.property-slidelist li .title, .property-slidelist li .search-box.-result .change, .search-box.-result .property-slidelist li .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0;
}
.property-slidelist li .title .num, .property-slidelist li .search-box.-result .change .num, .search-box.-result .property-slidelist li .change .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  height: 38px;
  width: 38px;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 16px;
  line-height: 1;
  border: 1px solid #fff;
  margin-right: 12px;
}
.property-slidelist li .title .price, .property-slidelist li .search-box.-result .change .price, .search-box.-result .property-slidelist li .change .price {
  width: calc(100% - 38px - 12px);
  line-height: 1;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 600;
}
.property-slidelist li .title .price .cost, .property-slidelist li .search-box.-result .change .price .cost, .search-box.-result .property-slidelist li .change .price .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 22px;
}
.property-slidelist li .title .price .cost span, .property-slidelist li .search-box.-result .change .price .cost span, .search-box.-result .property-slidelist li .change .price .cost span {
  letter-spacing: 1px;
  font-size: 36px;
  margin-right: 5px;
}
.property-slidelist li .title .price .rimawari, .property-slidelist li .search-box.-result .change .price .rimawari, .search-box.-result .property-slidelist li .change .price .rimawari {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
  font-size: 22px;
}
.property-slidelist li .title .price .rimawari span, .property-slidelist li .search-box.-result .change .price .rimawari span, .search-box.-result .property-slidelist li .change .price .rimawari span {
  margin-right: 5px;
}
.property-slidelist li .title .price .rimawari::after, .property-slidelist li .search-box.-result .change .price .rimawari::after, .search-box.-result .property-slidelist li .change .price .rimawari::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 2px;
  left: 0;
  content: "/";
  font-size: 22px;
}
.property-slidelist li .read {
  font-size: 16px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.property-slidelist li .text {
  color: #ccc;
  font-size: 16px;
}

.content-block.-property-btn {
  padding: 60px 0 120px;
  background: #202020;
}
.content-block.-property-btn .content-inner {
  padding: 0px 80px;
  margin: 0 auto;
  min-width: 1240px;
  width: 100%;
}
.content-block.-property-btn .property-btn {
  margin-top: 40px;
}
.content-block.-property-btn .property-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-block.-property-btn .property-btn ul li {
  margin-top: 0px;
  width: calc((100% - 40px) / 2);
}
.content-block.-property-btn .property-btn ul li:last-child {
  margin-left: 40px;
}
.content-block.-property-btn .property-btn ul li::after {
  right: 60px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
}
.content-block.-property-btn .property-btn ul li::before {
  right: 130px;
  background: #fff;
}
.content-block.-property-btn .property-btn ul li:hover::after {
  border-left: 13px solid #000;
}
.content-block.-property-btn .property-btn ul li:hover::before {
  background: #000;
}
.content-block.-property-btn .property-btn ul li a {
  width: 100%;
  border: 1px solid #fff;
  font-size: 24px;
  padding: 40px 60px;
  color: #fff;
}
.content-block.-property-btn .property-btn ul li a::before {
  background: #fff;
}
.content-block.-property-btn .property-btn ul li a:hover {
  color: #000;
}

.index-property-box {
  margin: 0 auto;
  min-width: 1240px;
  width: 100%;
  position: relative;
}
.index-property-box > .title, .search-box.-result .index-property-box > .change {
  font-size: 40px;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.index-property-box .btn {
  margin: 0px auto 0;
  width: 60%;
  position: relative;
  background: #223670;
  border-radius: 10px;
}
.index-property-box .btn::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #223e92;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  border-radius: 10px;
}
.index-property-box .btn:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.index-property-box .btn a {
  width: 100%;
  font-size: 24px;
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  display: block;
  padding: 40px 60px;
  position: relative;
  color: #fff;
  text-align: center;
}
.index-property-box .btn a::after {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0;
}
.index-property-box .btn a::before {
  position: absolute;
  top: 0;
  right: 130px;
  bottom: 0;
  left: auto;
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  content: "";
  margin: auto;
  width: 1px;
  height: 100%;
  background: #fff;
}
.index-property-box .bx-wrapper {
  max-width: 100% !important;
}
.index-property-box .bx-controls .bx-controls-direction {
  margin: 0 auto;
}
.index-property-box .bx-controls .bx-controls-direction a {
  width: 100px;
  height: 100px;
  top: 20px;
  z-index: 50;
}
.index-property-box .bx-controls .bx-controls-direction a.bx-prev {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -80px;
  margin: auto;
  background: url(../img/common/icon/arrow_wl.svg) center no-repeat;
  background-size: 100% auto;
}
.index-property-box .bx-controls .bx-controls-direction a.bx-next {
  position: absolute;
  top: 0;
  right: -80px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_wr.svg) center no-repeat;
  background-size: 100% auto;
}

.content-block.-strength {
  padding: 120px 0;
  background: url(../img/index/strength_bg.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-strength .index-strength-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
.content-block.-strength .index-strength-box .image {
  width: 55%;
  max-width: 860px;
  height: 860px;
  position: relative;
  background: url(../img/index/strength_img.jpg) no-repeat center;
  background-size: cover;
  /*&::after {
    @include abs_position($top: -60px, $left: 10px);
    content: "";
    width: 590px;
    height: 225px;
    background: url(../img/index/strength.svg) center no-repeat;
    background-size: cover;
  }*/
}
.content-block.-strength .index-strength-box .image .item::after {
  position: absolute;
  top: 65px;
  right: -115px;
  bottom: auto;
  left: auto;
  content: "Strength";
  height: 30px;
  width: 155px;
  font-size: 30px;
  line-height: 1;
  color: #999;
  font-weight: 500;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 3px;
}
.content-block.-strength .index-strength-box .image .item::before {
  position: absolute;
  top: 210px;
  right: -82px;
  bottom: auto;
  left: auto;
  content: "";
  height: 1px;
  width: 100px;
  background: #999;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content-block.-strength .index-strength-box .cont {
  padding: 0 100px;
  width: 45%;
  z-index: 1;
}
.content-block.-strength .index-strength-box .cont .title, .content-block.-strength .index-strength-box .cont .search-box.-result .change, .search-box.-result .content-block.-strength .index-strength-box .cont .change {
  font-size: 40px;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  margin-bottom: 40px;
}
.content-block.-strength .index-strength-box .cont .text {
  line-height: 2.5;
}
.content-block.-strength .strength-box {
  padding: 0px 40px;
  margin: 0 auto;
  min-width: 1240px;
  width: 100%;
  position: relative;
}
.content-block.-strength .strength-box .bx-wrapper {
  max-width: 100% !important;
}
.content-block.-strength .strength-box .bx-controls {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-block.-strength .strength-box .bx-controls .bx-controls-direction {
  margin: 0 auto;
}
.content-block.-strength .strength-box .bx-controls .bx-controls-direction a {
  width: 100px;
  height: 100px;
  top: 20px;
  z-index: 50;
}
.content-block.-strength .strength-box .bx-controls .bx-controls-direction a.bx-prev {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -60px;
  margin: auto;
  background: url(../img/common/icon/arrow_bl.svg) center no-repeat;
  background-size: 100% auto;
}
.content-block.-strength .strength-box .bx-controls .bx-controls-direction a.bx-next {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  background: url(../img/common/icon/arrow_br.svg) center no-repeat;
  background-size: 100% auto;
}
.content-block.-strength .strength-box .strength-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-block.-business {
  position: relative;
  padding-bottom: 100px;
  margin-top: 120px;
}
.content-block.-business .index-business-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.content-block.-business .index-business-box .image {
  width: 60%;
  max-width: 1000px;
  height: 600px;
  position: relative;
  background: url(../img/index/business_img.jpg) no-repeat center;
  background-size: cover;
  /*&::after {
    @include abs_position($top: -60px, $left: 10px);
    content: "";
    z-index: 2;
    width: 568px;
    height: 158px;
    background: url(../img/index/business.svg) center no-repeat;
    background-size: cover;
  }*/
}
.content-block.-business .index-business-box .image .item::after {
  position: absolute;
  top: 65px;
  right: auto;
  bottom: auto;
  left: -105px;
  content: "Business";
  height: 30px;
  width: 155px;
  font-size: 30px;
  line-height: 1;
  color: #999;
  font-weight: 500;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  letter-spacing: 3px;
}
.content-block.-business .index-business-box .image .item::before {
  position: absolute;
  top: 215px;
  right: auto;
  bottom: auto;
  left: -82px;
  content: "";
  height: 1px;
  width: 100px;
  background: #999;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.content-block.-business .index-business-box .image::before {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 60px;
  content: "";
  background: #223670;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content-block.-business .index-business-box .cont {
  padding: 0 80px;
  width: 40%;
}
.content-block.-business .index-business-box .cont .title, .content-block.-business .index-business-box .cont .search-box.-result .change, .search-box.-result .content-block.-business .index-business-box .cont .change {
  font-size: 40px;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  margin-bottom: 40px;
}
.content-block.-business .index-business-box .cont .text {
  line-height: 2.5;
}
.content-block.-customer {
  padding-top: 120px;
  position: relative;
  /*
  &::after {
    @include abs_position($top: -60px, $left: 10px);
    content: "";
    width: 578px;
    height: 160px;
    background: url(../img/index/customer.svg) center no-repeat;
    background-size: cover;
    z-index: 2;
  }*/
}
.content-block.-customer::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  font-size: 200px;
  font-weight: 500;
  line-height: 1;
  color: #ccc;
  opacity: 0.3;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  content: "Customer";
  z-index: 2;
  width: 85%;
  height: 200px;
}
.content-block.-customer::before {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: auto;
  left: auto;
  content: "";
  background: #f2f2f2;
  width: 85%;
  height: 960px;
  z-index: -1;
}
.content-block.-customer .content-inner {
  padding: 0px 10px 0px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  width: 100%;
}
.content-block.-customer .index-customer-box {
  margin-bottom: 40px;
}
.content-block.-customer .index-customer-box .title, .content-block.-customer .index-customer-box .search-box.-result .change, .search-box.-result .content-block.-customer .index-customer-box .change {
  font-size: 40px;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  margin-bottom: 40px;
}
.content-block.-customer .index-customer-box .read {
  line-height: 2.5;
}
.content-block.-customer .customer-box {
  width: 100%;
  position: relative;
  max-width: 1500px;
  min-width: 1240px;
  margin: auto;
}
.content-block.-customer .customer-box .customer-nav {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 120px;
  height: 100%;
}
.content-block.-customer .customer-box .customer-nav::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
.content-block.-customer .customer-box .customer-nav::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.content-block.-customer .customer-box .swiper-prev-custom,
.content-block.-customer .customer-box .swiper-next-custom {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  pointer-events: auto;
  background: #0f2354;
  color: #fff;
  width: 100%;
  height: 50%;
}
.content-block.-customer .customer-box .swiper-prev-custom:hover,
.content-block.-customer .customer-box .swiper-next-custom:hover {
  opacity: 0.7;
}
.content-block.-customer .customer-box .swiper-prev-custom {
  bottom: 0;
  border-radius: 0 0 10px 10px;
}
.content-block.-customer .customer-box .swiper-next-custom {
  top: 0;
  border-radius: 10px 10px 0 0;
}
.content-block.-customer .customer-box .swiper-slide-next {
  opacity: 0.5;
}
.content-block.-customer .customer-box .swiper-slide {
  pointer-events: none;
  width: 1240px;
}
.content-block.-customer .customer-box .swiper-slide-active {
  pointer-events: auto;
}
.content-block.-customer .customer-box .swiper-scrollbar {
  position: absolute;
  background-color: transparent !important;
  background-size: 6px 3px;
  background-image: linear-gradient(to right, #666, #666 2px, transparent 2px);
  width: 100%;
  left: 160px;
  height: 3px;
  bottom: -20px;
}
.content-block.-customer .customer-box .swiper-scrollbar-drag {
  background-color: #223670;
  z-index: 100;
}
.content-block.-customer .customer-box .customer-inner {
  max-width: 1340px;
  overflow: visible;
  position: relative;
}
.content-block.-customer .customer-box .customer-inner:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: -100vw;
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 2;
}
.content-block.-customer .customer-box .customer-list li {
  background: #223670;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  width: 1160px;
}
.content-block.-customer .customer-box .customer-list li .image {
  width: 640px;
  height: 427px;
  overflow: hidden;
  border-radius: 10px;
}
.content-block.-customer .customer-box .customer-list li .image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.content-block.-customer .customer-box .customer-list li .cont {
  width: calc(100% - 640px - 40px);
  color: #fff;
}
.content-block.-customer .customer-box .customer-list li .day {
  font-size: 14px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  margin-bottom: 20px;
}
.content-block.-customer .customer-box .customer-list li .title, .content-block.-customer .customer-box .customer-list li .search-box.-result .change, .search-box.-result .content-block.-customer .customer-box .customer-list li .change {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 26px;
}
.content-block.-customer .customer-box .customer-list li .btn::after {
  border-left: 10px solid #fff;
}
.content-block.-customer .customer-box .customer-list li .btn::before {
  background: #fff;
  z-index: 1;
}
.content-block.-customer .customer-box .customer-list li .btn:hover::after {
  border-left: 10px solid #223670;
}
.content-block.-customer .customer-box .customer-list li .btn:hover::before {
  background: #223670;
}
.content-block.-customer .customer-box .customer-list li .btn a {
  border: 1px solid #fff;
  color: #fff;
  background: #223670;
  z-index: 0;
}
.content-block.-customer .customer-box .customer-list li .btn a::before {
  background: #fff;
}
.content-block.-customer .customer-box .customer-list li .btn a:hover {
  color: #223670;
}

.content-block.-company {
  position: relative;
  margin-top: 220px;
  margin-bottom: 160px;
  /*
  &::after {
    @include abs_position($top: -140px, $right: 10px);
    content: "";
    z-index: 2;
    width: 601px;
    height: 165px;
    background: url(../img/index/company.svg) center no-repeat;
    background-size: cover;
  }*/
}
.content-block.-company .content-inner {
  margin: 0 auto;
  width: 100%;
  min-width: 1240px;
  max-width: 1500px;
}
.content-block.-company .index-company-box {
  position: relative;
}
.content-block.-company .index-company-box::after {
  position: absolute;
  top: -60px;
  right: 60px;
  bottom: auto;
  left: auto;
  content: "";
  background: #202020;
  width: 2000px;
  height: 100%;
  z-index: -1;
}
.content-block.-company .index-company-box::before {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 60px;
  content: "";
  background: #223670;
  width: 2000px;
  height: 100%;
  z-index: -1;
}
.content-block.-company a {
  display: block;
  background: url(../img/index/company_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.content-block.-company a:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.content-block.-company a p {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  line-height: 1;
  z-index: 1;
}
.content-block.-company a::before {
  -webkit-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0px;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .content-block.-property-btn .property-btn ul li, .content-block.-strength .index-strength-box .cont .btn, .content-block.-business .index-business-box .cont .btn, .content-block.-customer .customer-box .customer-list li .btn {
    width: 100%;
    margin-top: 30px;
  }
  .content-block.-property-btn .property-btn ul li a, .content-block.-strength .index-strength-box .cont .btn a, .content-block.-business .index-business-box .cont .btn a, .content-block.-customer .customer-box .customer-list li .btn a {
    width: 100%;
    font-size: 15px;
    padding: 20px;
  }
  .content-block.-property {
    padding: 50px 0 40px;
  }
  .content-block.-property::after {
    top: -10px;
    width: 200px;
    height: 55px;
  }
  .content-block.-property .content-inner {
    padding: 0px 30px;
    min-width: 100%;
  }
  .content-block.-property-iframe .content-inner {
    padding: 0px 30px;
    min-width: 100%;
  }
  .property-slidelist li .image {
    width: 100%;
    height: 280px;
  }
  .property-slidelist li .image .area {
    font-size: 15px;
    min-width: 90px;
    padding: 10px 15px;
  }
  .property-slidelist li .title, .property-slidelist li .search-box.-result .change, .search-box.-result .property-slidelist li .change {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .property-slidelist li .title .num, .property-slidelist li .search-box.-result .change .num, .search-box.-result .property-slidelist li .change .num {
    margin-top: 2px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 6px;
  }
  .property-slidelist li .title .price, .property-slidelist li .search-box.-result .change .price, .search-box.-result .property-slidelist li .change .price {
    width: calc(100% - 30px - 10px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .property-slidelist li .title .price .cost, .property-slidelist li .search-box.-result .change .price .cost, .search-box.-result .property-slidelist li .change .price .cost {
    width: 100%;
    font-size: 20px;
  }
  .property-slidelist li .title .price .cost span, .property-slidelist li .search-box.-result .change .price .cost span, .search-box.-result .property-slidelist li .change .price .cost span {
    font-size: 30px;
  }
  .property-slidelist li .title .price .rimawari, .property-slidelist li .search-box.-result .change .price .rimawari, .search-box.-result .property-slidelist li .change .price .rimawari {
    margin-top: 10px;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
    font-size: 20px;
  }
  .property-slidelist li .title .price .rimawari::after, .property-slidelist li .search-box.-result .change .price .rimawari::after, .search-box.-result .property-slidelist li .change .price .rimawari::after {
    display: none;
  }
  .property-slidelist li .read {
    font-size: 15px;
  }
  .property-slidelist li .text {
    font-size: 15px;
  }
  .content-block.-property-btn {
    padding: 60px 0;
  }
  .content-block.-property-btn .content-inner {
    padding: 0px;
    min-width: calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .content-block.-property-btn .property-btn {
    margin-top: 40px;
  }
  .content-block.-property-btn .property-btn ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-block.-property-btn .property-btn ul li {
    width: 100%;
    margin-top: 0;
  }
  .content-block.-property-btn .property-btn ul li:last-child {
    margin-left: 0px;
    margin-top: 15px;
  }
  .content-block.-property-btn .property-btn ul li::after {
    right: 30px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
  }
  .content-block.-property-btn .property-btn ul li::before {
    right: 70px;
  }
  .content-block.-property-btn .property-btn ul li:hover::after {
    border-left: 10px solid #000;
  }
  .content-block.-property-btn .property-btn ul li a {
    width: 100%;
    font-size: 16px;
    padding: 20px;
  }
  .index-property-box {
    min-width: 100%;
  }
  .index-property-box > .title, .search-box.-result .index-property-box > .change {
    font-size: 26px;
  }
  .index-property-box .btn {
    width: 100%;
  }
  .index-property-box .btn a {
    font-size: 16px;
    padding: 30px;
  }
  .index-property-box .btn a::after {
    right: 30px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
  }
  .index-property-box .btn a::before {
    right: 70px;
  }
  .index-property-box .bx-controls .bx-controls-direction a {
    height: 60px;
    width: 60px;
  }
  .index-property-box .bx-controls .bx-controls-direction a.bx-prev {
    left: -40px;
  }
  .index-property-box .bx-controls .bx-controls-direction a.bx-next {
    right: -40px;
  }
  .content-block.-strength {
    padding: 60px 0;
  }
  .content-block.-strength .index-strength-box {
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-block.-strength .index-strength-box .image {
    width: 96%;
    max-width: 96%;
    height: 250px;
    margin-bottom: 40px;
  }
  .content-block.-strength .index-strength-box .image::after {
    top: -20px;
    left: 0;
    width: 210px;
    height: 80px;
  }
  .content-block.-strength .index-strength-box .image .item::after {
    top: 45px;
    right: -30px;
    width: 100px;
    font-size: 20px;
  }
  .content-block.-strength .index-strength-box .image .item::before {
    top: 145px;
    right: -15px;
    width: 60px;
  }
  .content-block.-strength .index-strength-box .cont {
    padding: 0 15px;
    width: 100%;
  }
  .content-block.-strength .index-strength-box .cont .title, .content-block.-strength .index-strength-box .cont .search-box.-result .change, .search-box.-result .content-block.-strength .index-strength-box .cont .change {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .content-block.-strength .index-strength-box .cont .text {
    line-height: 2;
    font-size: 15px;
  }
  .content-block.-strength .strength-box {
    padding: 0px 10px;
    min-width: 100%;
  }
  .content-block.-strength .strength-box .bx-controls .bx-controls-direction a {
    width: 60px;
    height: 60px;
  }
  .content-block.-strength .strength-box .bx-controls .bx-controls-direction a.bx-prev {
    left: -20px;
  }
  .content-block.-strength .strength-box .bx-controls .bx-controls-direction a.bx-next {
    right: 0px;
  }
  .content-block.-business {
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .content-block.-business .index-business-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .content-block.-business .index-business-box .image {
    width: 100%;
    max-width: calc(100% - 10px);
    height: 250px;
    margin-bottom: 60px;
  }
  .content-block.-business .index-business-box .image::after {
    width: 200px;
    height: 55px;
    top: -10px;
  }
  .content-block.-business .index-business-box .image::before {
    top: 30px;
    left: 30px;
  }
  .content-block.-business .index-business-box .image .item::after {
    top: 45px;
    left: -45px;
    width: 110px;
    font-size: 20px;
  }
  .content-block.-business .index-business-box .image .item::before {
    top: 155px;
    left: -20px;
    width: 60px;
  }
  .content-block.-business .index-business-box .cont {
    padding: 0 15px;
    width: 100%;
  }
  .content-block.-business .index-business-box .cont .title, .content-block.-business .index-business-box .cont .search-box.-result .change, .search-box.-result .content-block.-business .index-business-box .cont .change {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .content-block.-business .index-business-box .cont .text {
    line-height: 2;
    font-size: 15px;
  }
  .content-block.-customer {
    padding-top: 40px;
  }
  .content-block.-customer::after {
    font-size: 60px;
    height: 60px;
    right: -10px;
  }
  .content-block.-customer::before {
    height: 105%;
  }
  .content-block.-customer .content-inner {
    padding: 0 15px 0;
    min-width: 100%;
    max-width: 100%;
  }
  .content-block.-customer .index-customer-box .title, .content-block.-customer .index-customer-box .search-box.-result .change, .search-box.-result .content-block.-customer .index-customer-box .change {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .content-block.-customer .index-customer-box .read {
    line-height: 2;
  }
  .content-block.-customer .customer-box {
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    padding-bottom: 90px;
  }
  .content-block.-customer .customer-box .customer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    height: 50px;
    bottom: 0px;
  }
  .content-block.-customer .customer-box .customer-nav::before {
    display: none;
  }
  .content-block.-customer .customer-box .customer-nav::after {
    height: 50px;
    width: 1px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
  }
  .content-block.-customer .customer-box .swiper-prev-custom,
  .content-block.-customer .customer-box .swiper-next-custom {
    width: 100%;
    height: 50px;
  }
  .content-block.-customer .customer-box .swiper-prev-custom {
    border-radius: 10px 0 0 10px;
    width: 50%;
  }
  .content-block.-customer .customer-box .swiper-next-custom {
    border-radius: 0 10px 10px 0;
    width: 50%;
  }
  .content-block.-customer .customer-box .swiper-scrollbar {
    left: 0px;
    bottom: -15px;
  }
  .content-block.-customer .customer-box .customer-inner {
    max-width: 100%;
  }
  .content-block.-customer .customer-box .customer-inner:before {
    display: none;
  }
  .content-block.-customer .customer-box .customer-list li {
    padding: 30px 20px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-block.-customer .customer-box .customer-list li .image {
    width: 100%;
    height: auto;
    max-height: 250px;
    margin-bottom: 30px;
  }
  .content-block.-customer .customer-box .customer-list li .day {
    margin-bottom: 10px;
  }
  .content-block.-customer .customer-box .customer-list li .cont {
    width: 100%;
  }
  .content-block.-customer .customer-box .customer-list li .title, .content-block.-customer .customer-box .customer-list li .search-box.-result .change, .search-box.-result .content-block.-customer .customer-box .customer-list li .change {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .content-block.-customer .customer-box .customer-list li .btn::after {
    border-left: 10px solid #fff;
  }
  .content-block.-customer .customer-box .customer-list li .btn::before {
    background: #fff;
    z-index: 1;
  }
  .content-block.-customer .customer-box .customer-list li .btn:hover::after {
    border-left: 10px solid #223670;
  }
  .content-block.-customer .customer-box .customer-list li .btn:hover::before {
    background: #223670;
  }
  .content-block.-customer .customer-box .customer-list li .btn a {
    border: 1px solid #fff;
    color: #fff;
    background: #223670;
    z-index: 0;
  }
  .content-block.-customer .customer-box .customer-list li .btn a::before {
    background: #fff;
  }
  .content-block.-customer .customer-box .customer-list li .btn a:hover {
    color: #223670;
  }
  .content-block.-company {
    margin-top: 140px;
    margin-bottom: 90px;
  }
  .content-block.-company::after {
    top: -60px;
    width: 200px;
    height: 55px;
  }
  .content-block.-company .content-inner {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .content-block.-company .index-company-box::after {
    width: 100%;
    top: -30px;
    right: 30px;
  }
  .content-block.-company .index-company-box::before {
    width: 100%;
    top: 30px;
    left: 30px;
  }
  .content-block.-company a {
    padding: 60px 30px;
  }
  .content-block.-company a p {
    font-size: 26px;
  }
}
.content-block.-sub-read {
  padding: 150px 0;
  background: #202020;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 24px;
  line-height: 2.8;
  text-align: center;
  font-weight: 600;
}
.content-block.-sub-read br {
  display: none;
}
.content-block.-sub-read .content-inner {
  margin: 0 auto;
}

.content-block.-sub-greeting {
  background: url(../img/company/greeting_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}
.content-block.-sub-greeting .content-inner {
  padding: 0px 10px 0px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  width: 100%;
}
.content-block.-sub-greeting .greeting-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.-sub-greeting .greeting-box .image {
  width: 500px;
  position: relative;
  margin-right: 80px;
}
.content-block.-sub-greeting .greeting-box .image::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -40px;
  left: -40px;
  content: "";
  background: #223670;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content-block.-sub-greeting .greeting-box .image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.content-block.-sub-greeting .greeting-box .text {
  width: calc(100% - 60px - 20px - 500px);
  color: #fff;
}
.content-block.-sub-greeting .greeting-box .text .read {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}
.content-block.-sub-greeting .greeting-box .text p {
  line-height: 2;
}
.content-block.-sub-greeting .greeting-box .text p + p {
  margin-top: 30px;
}
.content-block.-sub-greeting .greeting-box .text p.name {
  text-align: right;
}

.dl-table-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.dl-table-box dl:first-child {
  border-top: 1px solid #ddd;
}
.dl-table-box dl dt {
  padding: 0 60px;
  width: 300px;
}
.dl-table-box dl dd {
  width: calc(100% - 300px);
  padding: 0 60px;
}

.content-block.-sub-strength {
  position: relative;
  padding: 120px 0;
}
.content-block.-sub-strength::before {
  position: absolute;
  top: 200px;
  right: 0px;
  bottom: auto;
  left: auto;
  content: "";
  background: #f2f2f2;
  width: 80%;
  height: calc(100% - 200px);
  z-index: -1;
}
.content-block.-sub-strength .content-inner {
  padding: 0px 10px 0px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  width: 100%;
}
.content-block.-sub-strength .strength-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.-sub-strength .strength-box:nth-child(n+2) {
  margin-top: 140px;
}
.content-block.-sub-strength .strength-box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-block.-sub-strength .strength-box:nth-child(2n) .strength-image {
  width: 50%;
  margin-right: 0px;
  margin-left: 80px;
}
.content-block.-sub-strength .strength-box:nth-child(2n) .strength-image::before {
  left: auto;
  right: -40px;
}
.content-block.-sub-strength .strength-box .strength-image {
  width: 50%;
  margin-right: 80px;
  position: relative;
}
.content-block.-sub-strength .strength-box .strength-image::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -40px;
  left: -40px;
  content: "";
  background: #223670;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content-block.-sub-strength .strength-box .image {
  display: block;
  height: 533px;
  position: relative;
  overflow: hidden;
}
.content-block.-sub-strength .strength-box .image img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display: block;
}
.content-block.-sub-strength .strength-box .text {
  width: calc(100% - 60px - 20px - 50%);
}
.content-block.-sub-strength .strength-box .text .read {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
}
.content-block.-sub-strength .strength-box .text p + p {
  margin-top: 20px;
}

.strength-message {
  text-align: center;
  line-height: 2.5;
}
.strength-message br {
  display: none;
}

.content-block.-sub-business .content-inner {
  padding: 120px 10px;
  margin: 0 auto;
  min-width: 1240px;
  max-width: 1500px;
  width: 100%;
}
.content-block.-sub-business .business-box {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.content-block.-sub-business .business-box .image {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.content-block.-sub-business .business-box .image img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: block;
}
.content-block.-sub-business .business-box .text {
  padding: 50px 40px;
}
.content-block.-sub-business .business-box .text p + p {
  margin-top: 20px;
}
.content-block.-sub-business .business-box .text .table-imgl,
.content-block.-sub-business .business-box .text .table-imgr {
  margin-top: 0;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.flow-list li {
  width: calc((100% - 40px - 15px) / 2);
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 35px 20px 35px 90px;
  border: 1px solid #000;
}
.flow-list li:nth-child(n+3) {
  margin-top: 40px;
}
.flow-list li p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  line-height: 1;
}
.flow-list li .num {
  position: absolute;
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
  background: #223670;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  width: 80px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 16px;
}
.flow-list li .num p {
  display: block;
  font-size: 34px;
  margin-top: 4px;
  width: 100%;
}

.content-block.-sub-purchase,
.content-block.-sub-sale {
  padding: 120px 0;
}
.content-block.-sub-purchase .purchase-box,
.content-block.-sub-sale .purchase-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 660px;
  max-width: 1500px;
  min-width: 1240px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
}
.content-block.-sub-purchase .purchase-box .image,
.content-block.-sub-sale .purchase-box .image {
  width: 50%;
}
.content-block.-sub-purchase .purchase-box .text,
.content-block.-sub-sale .purchase-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  background: #202020;
  color: #fff;
}
.content-block.-sub-purchase .purchase-box .text .text-inner,
.content-block.-sub-sale .purchase-box .text .text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 60px;
}
.content-block.-sub-purchase .purchase-box .text p + p,
.content-block.-sub-sale .purchase-box .text p + p {
  margin-top: 20px;
}

.content-block.-sub-purchase {
  background: url(../img/purchase/purchase_bg.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-sub-purchase .purchase-box .image {
  background: url(../img/purchase/purchase_img.jpg) no-repeat center;
  background-size: cover;
}

.content-block.-sub-sale {
  background: url(../img/sale/sale_bg.jpg) no-repeat center;
  background-size: cover;
}
.content-block.-sub-sale .purchase-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-block.-sub-sale .purchase-box .image {
  background: url(../img/sale/sale_img.jpg) no-repeat center;
  background-size: cover;
}

/*
.content-block.-sub-customer {
  .content-inner {
    padding: 120px 10px;
    margin: 0 auto;
    min-width: $g_min_width;
    max-width: $g_max_width;
    width: 100%;
  }
  .customer-list {
    @include flex(wrap);
    justify-content: flex-start;
    background: $g_color_gray3;
    padding: 60px 40px;

    > li {
      width: calc((100% - 60px) / 3);
      margin-right: 30px;
      padding: 20px;
      background: $g_color_0;
      border-radius: 10px;
      &:nth-child(3n) {
        margin-right: 0;
      }
      &:nth-child(n + 4) {
        margin-top: 30px;
      }
      .image {
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 15px;
        img {
          vertical-align: top;
          max-width: 100%;
          max-height: 300px;
        }
      }
      .day {
        font-size: 14px;
        line-height: 1;
        font-family: $g_font_mincho;
        margin-bottom: 10px;
      }
      .title {
        font-family: $g_font_mincho;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 20px;
      }

      .data {
        @include flex(wrap);
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        li {
          &.area {
            min-width: 115px;
            margin-right: 15px;
            span {
              background: $g_color_2;
              color: $g_color_0;
              line-height: 1;
              font-size: 14px;
              font-family: $g_font_mincho;
              font-weight: 400;
              min-width: 115px;
              display: inline-block;
              text-align: center;
              padding: 8px 15px;
            }
          }
          &.age {
            width: 50%;
            line-height: 1;
            font-size: 15px;
            font-weight: 600;
          }
          &.add {
            margin-top: 10px;
            width: 100%;
            font-size: 15px;
          }
        }
      }
      .note {
        background: $g_color_gray3;
        padding: 15px;
        font-size: 14px;
        color: $g_color_dark5;
        dl {
          @include flex(wrap);
          justify-content: flex-start;
          align-items: center;
          dt {
            margin-right: 10px;
            width: 100px;
          }
          dd {
          }
        }
      }
      .btn {
        width: 250px;
        @include flex;
        margin-right: 0;
        margin-left: auto;
        margin-top: 20px;
        position: relative;
        z-index: 1;
        &::after {
          @include abs_position($top: 0, $right: 18px, $bottom: 0);
          @include transition;
          content: "";
          margin: auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 8px solid $g_color_txt;
          border-right: 0;
        }
        &::before {
          @include abs_position($top: 0, $right: 45px, $bottom: 0);
          @include transition;
          content: "";
          margin: auto;
          width: 1px;
          height: 100%;
          background: $g_color_txt;
        }
        &:hover {
          &::after {
            border-left: 8px solid $g_color_0;
          }
          &::before {
            background: $g_color_0;
          }
        }
        a {
          width: 250px;
          border-radius: 10px;
          border: 1px solid $g_color_txt;
          font-size: 14px;
          line-height: 1;
          font-family: $g_font_mincho;
          font-weight: 600;
          display: block;
          padding: 18px 30px;
          position: relative;
          background: transparent;

          &::before {
            @include abs_position($top: 0, $left: 0);
            content: "";
            width: 100%;
            height: 100%;
            z-index: -1;
            background: $g_color_txt;
            transform-origin: 100% 50%;
            transform: scaleX(0);
            transition: transform ease 0.3s;
            border-radius: 10px;
          }
          &:hover {
            color: $g_color_0;
            &::before {
              transform-origin: 0% 50%;
              transform: scaleX(1);
            }
          }
        }
      }
    }
  }
}
  */
.customer-num {
  position: relative;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-size: 64px;
  color: #202020;
  font-weight: 600;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px;
}
.customer-num::before, .customer-num::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
}
.customer-num::before {
  border-left: solid 1px #202020;
  border-top: solid 1px #202020;
  top: 0;
  left: 0;
}
.customer-num::after {
  border-right: solid 1px #202020;
  border-bottom: solid 1px #202020;
  bottom: 0;
  right: 0;
}
.customer-num span::before,
.customer-num span::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  rotate: 45deg;
}
.customer-num span::before {
  border-left: solid 1px #202020;
  top: 2px;
  left: 2px;
}
.customer-num span::after {
  border-right: solid 1px #202020;
  bottom: 2px;
  right: 2px;
}

.content-block.-sub-customer-details {
  background-color: #fff;
  background-image: linear-gradient(90deg, #f2f2f2 1px, transparent 1px), linear-gradient(#f2f2f2 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.content-block.-sub-customer-details .article-box {
  margin-top: 0;
  margin-bottom: 0;
}
.content-block.-sub-customer-details .content-inner {
  padding: 120px 0px;
  margin: 0 auto;
}

.customer-details {
  position: relative;
  padding-bottom: 80px;
}
.customer-details .image {
  width: 70%;
  position: relative;
}
.customer-details .image::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -40px;
  left: -40px;
  content: "";
  background: #223670;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.customer-details .image img {
  max-width: 100%;
  height: auto;
}
.customer-details .cont {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 40%;
  background: #fff !important;
  padding: 30px 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.customer-details .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.customer-details .data li.area {
  min-width: 115px;
  margin-right: 15px;
}
.customer-details .data li.area span {
  background: #c9a333;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 400;
  min-width: 115px;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
}
.customer-details .data li.age {
  width: 50%;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
}
.customer-details .data li.add {
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
}
.customer-details .note {
  background: #f2f2f2;
  padding: 15px;
  font-size: 14px;
  color: #555;
}
.customer-details .note dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-details .note dl dt {
  margin-right: 10px;
  width: 100px;
}
.customer-read {
  margin: 80px 0;
}

.customer-qa li {
  margin-top: 60px;
  background: #fff !important;
  padding: 70px 30px 30px 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 80%;
}
.customer-qa li:nth-child(2n) {
  margin-right: 0;
  margin-left: auto;
}
.customer-qa .question {
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Yu Mincho";
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.customer-qa .question span {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: -10px;
  background: #202020;
  color: #fff;
  font-size: 14px;
  display: inline;
  padding: 10px 20px;
}
@media screen and (max-width: 480px) {
  .content-block.-sub-read {
    padding: 50px 0;
    font-size: 15px;
    line-height: 2;
  }
  .content-block.-sub-read br {
    display: block;
  }
  .content-block.-sub-greeting {
    padding: 60px 0;
  }
  .content-block.-sub-greeting .content-inner {
    padding: 0px 15px 0px;
    min-width: 100%;
    max-width: 100%;
  }
  .content-block.-sub-greeting .greeting-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-block.-sub-greeting .greeting-box .image {
    width: 280px;
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .content-block.-sub-greeting .greeting-box .text {
    width: 100%;
  }
  .content-block.-sub-greeting .greeting-box .text .read {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .content-block.-sub-greeting .greeting-box .text p {
    line-height: 1.7;
    font-size: 15px;
  }
  .content-block.-sub-greeting .greeting-box .text p br {
    display: none;
  }
  .content-block.-sub-greeting .greeting-box .text p + p {
    margin-top: 10px;
  }
  .content-block.-sub-greeting .greeting-box .text p.name {
    font-size: 16px;
    margin-top: 30px;
  }
  .dl-table-box dl {
    padding: 0;
  }
  .dl-table-box dl dt {
    padding: 10px;
    width: 100%;
    background: #f2f2f2;
  }
  .dl-table-box dl dd {
    width: 100%;
    padding: 10px;
  }
  .content-block.-sub-strength {
    padding: 60px 0;
  }
  .content-block.-sub-strength::before {
    width: 100%;
  }
  .content-block.-sub-strength .content-inner {
    padding: 0px 15px 0px;
    min-width: 100%;
    max-width: 100%;
  }
  .content-block.-sub-strength .strength-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .content-block.-sub-strength .strength-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .content-block.-sub-strength .strength-box:nth-child(2n) {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .content-block.-sub-strength .strength-box:nth-child(2n) .strength-image {
    width: 100%;
    margin-left: 0px;
  }
  .content-block.-sub-strength .strength-box .strength-image {
    width: 100%;
    margin-right: 0px;
  }
  .content-block.-sub-strength .strength-box .image {
    height: 400px;
  }
  .content-block.-sub-strength .strength-box .text {
    width: 100%;
    margin-top: 80px;
  }
  .content-block.-sub-strength .strength-box .text .read {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .content-block.-sub-strength .strength-box .text p {
    font-size: 15px;
  }
  .strength-message {
    line-height: 1.7;
    font-size: 15px;
  }
  .strength-message br {
    display: block;
  }
  .content-block.-sub-business .content-inner {
    padding: 60px 10px;
    min-width: 100%;
    max-width: 100%;
  }
  .content-block.-sub-business .business-box .image {
    height: 200px;
  }
  .content-block.-sub-business .business-box .image img {
    width: auto;
    height: 100%;
  }
  .content-block.-sub-business .business-box .text {
    padding: 20px 15px;
    font-size: 15px;
  }
  .content-block.-sub-business .business-box .text .table-imgl img,
  .content-block.-sub-business .business-box .text .table-imgr img {
    max-width: 100%;
  }
  .content-block.-sub-business .business-box .text .table-imgl .td_img,
  .content-block.-sub-business .business-box .text .table-imgr .td_img {
    margin-bottom: 0;
  }
  .content-block.-sub-business .business-box .text .table-imgl .td_img img,
  .content-block.-sub-business .business-box .text .table-imgr .td_img img {
    margin: 0;
  }
  .content-block.-sub-business .business-box .text .table-imgl tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-block.-sub-business .business-box .text .table-imgl tr .td_img {
    margin-top: 20px;
  }
  .content-block.-sub-business .business-box .text .table-imgr .td_img {
    margin-top: 20px;
  }
  .flow-list {
    margin-top: 60px;
  }
  .flow-list li {
    width: calc(100% - 15px);
    padding: 20px 15px 20px 55px;
  }
  .flow-list li:nth-child(n+2) {
    margin-top: 30px;
  }
  .flow-list li p {
    font-size: 15px;
    line-height: 1.4;
  }
  .flow-list li .num {
    width: 60px;
    height: 70px;
    font-size: 14px;
  }
  .flow-list li .num p {
    font-size: 26px;
    line-height: 1;
  }
  .content-block.-sub-purchase,
  .content-block.-sub-sale {
    padding: 60px 0;
  }
  .content-block.-sub-purchase .purchase-box,
  .content-block.-sub-sale .purchase-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    max-width: 100%;
    min-width: 100%;
  }
  .content-block.-sub-purchase .purchase-box .image,
  .content-block.-sub-sale .purchase-box .image {
    height: 300px;
    width: 100%;
  }
  .content-block.-sub-purchase .purchase-box .text,
  .content-block.-sub-sale .purchase-box .text {
    width: 100%;
    font-size: 15px;
  }
  .content-block.-sub-purchase .purchase-box .text .text-inner,
  .content-block.-sub-sale .purchase-box .text .text-inner {
    padding: 30px 20px;
  }
  .content-block.-sub-purchase .purchase-box .text p + p,
  .content-block.-sub-sale .purchase-box .text p + p {
    margin-top: 10px;
  }
  .customer-num {
    font-size: 40px;
  }
  .customer-num::before, .customer-num::after {
    width: 20px;
    height: 20px;
  }
  .customer-num span::before,
  .customer-num span::after {
    width: 35px;
    height: 35px;
  }
  .content-block.-sub-customer-details .content-inner {
    padding: 60px 0px;
  }
  .customer-details {
    padding-bottom: 40px;
  }
  .customer-details .image {
    width: 100%;
    margin-bottom: 80px;
  }
  .customer-details .cont {
    position: static;
    width: 100%;
    padding: 15px;
  }
  .customer-details .data li.add {
    font-size: 14px;
  }
  .customer-read {
    margin: 0 0px 40px;
  }
  .customer-qa li {
    margin-top: 20px;
    padding: 65px 15px 20px 15px;
    width: 98%;
    margin-right: 0;
    margin-left: auto;
  }
  .customer-qa li:first-child {
    margin-top: 0;
  }
  .customer-qa .question {
    font-size: 16px;
  }
  .customer-qa .question span {
    font-size: 12px;
  }
}
._fs-xs {
  font-size: 11px;
}

._fs-sm {
  font-size: 12px;
}

._fs-md {
  font-size: 18px;
}

._fs-lg {
  font-size: 24px;
}

._fs-xl {
  font-size: 30px;
}

._mr-sm {
  margin-right: 20px;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb-xs {
  margin-bottom: 10px;
}

._mb-sm {
  margin-bottom: 20px;
}

._mb-md {
  margin-bottom: 30px;
}

._mb-lg {
  margin-bottom: 60px;
}

._mb-xl {
  margin-bottom: 80px;
}

._mt-xs {
  margin-top: 10px;
}

._mt-sm {
  margin-top: 20px;
}

._mt-md {
  margin-top: 30px;
}

._mt-lg {
  margin-top: 50px;
}

._mt-xl {
  margin-top: 80px;
}

._w5 {
  width: 5%;
}

._w10 {
  width: 10%;
}

._w20 {
  width: 20%;
}

._w30 {
  width: 30%;
}

._w40 {
  width: 40%;
}

._w50 {
  width: 50%;
}

._w60 {
  width: 60%;
}

._w70 {
  width: 70%;
}

._w80 {
  width: 80%;
}

._w90 {
  width: 90%;
}

._w95 {
  width: 95%;
}

._w100 {
  width: 100%;
}

@media screen and (max-width: 480px) {
  ._fs-md {
    font-size: 16px;
  }
  ._fs-lg {
    font-size: 21px;
  }
  ._fs-xl {
    font-size: 26px;
  }
  ._mr-sm {
    margin-right: 2%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.fade_in, .fade_right, .fade_left,
.slider-block,
.main-block,
.content-block,
.property_iframe,
.strength-box {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}