@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@400;700&display=swap");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* clearfix */
/* [FAQ-FORMAT]
AS Q&A!
<ul class="list-faq">
<li class="item">
<div class="question"><span class="number">Q<span>1</span></span><p>最短で納期はどれぐらいで対応してもらえますか？</p></div>
<div class="answer"><p>最短で、お申し込み当日の発送に対応させていただいております。</p></div>
</li><!-- / .item -->
</ul>
*/
/* MW WP FORM */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px; }

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%; }

body {
  color: #212121;
  font-family: "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

input, textarea, button {
  font-family: "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

a {
  color: #000; }
  a:hover {
    -webkit-transition: all .1s ease;
    transition: all .1s ease; }

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

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes rotation2 {
  0% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
@keyframes rotation2 {
  0% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
@media screen and (min-width: 960px) {
  .media-PC {
    display: block; } }
@media screen and (max-width: 959px) {
  .media-PC {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .media-Tablet {
    display: none !important; } }
@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block; } }
@media screen and (max-width: 767px) {
  .media-NoSP {
    display: none; } }

@media screen and (min-width: 768px) {
  .media-SP {
    display: none; } }
@media screen and (max-width: 767px) {
  .media-SP {
    display: block; } }

.fr {
  float: right; }

.fl {
  float: left; }

.imgC, .tC {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR {
  text-align: right; }

div.center {
  text-align: center; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mt0 {
  margin-top: 0px !important; }

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

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

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

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

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

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

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

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

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

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

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

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

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

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

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

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

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

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

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

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

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

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

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

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

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

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

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

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

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

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

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

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.clear {
  clear: both; }

.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

.table {
  width: 100%; }
  .table tr {
    border: solid 1px #DDDDDD; }
    .table tr th {
      width: 150px;
      padding: 20px;
      font-weight: bold;
      font-size: 14px;
      background-color: #f8f8f8;
      border-right: 1px solid #DDDDDD;
      vertical-align: middle; }
      @media screen and (max-width: 959px) {
        .table tr th {
          width: 100%;
          text-align: center;
          border-right: none;
          border-bottom: 1px solid #DDDDDD; } }
    .table tr td {
      padding: 20px 10px;
      font-size: 14px;
      line-height: 1.6; }
  @media screen and (max-width: 959px) {
    .table tr {
      padding: 10px; }
      .table tr th {
        padding: 20px 10px; }
      .table tr td {
        padding: 20px 10px; }
    .table td, .table th {
      display: block; } }

/* =========================================================
	general
========================================================= */
/* text */
a, li {
  text-decoration: none; }

p {
  font-family: "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  p.left {
    text-align: left; }
  p.right {
    text-align: right; }
  p.center {
    text-align: center; }

@media screen and (max-width: 959px) {
  .sp-none {
    display: none; } }

@media screen and (min-width: 960px) {
  .pc-none {
    display: none; } }

.btn, .btn--long {
  text-align: center;
  margin-top: 50px;
  padding: 0; }
  @media screen and (max-width: 959px) {
    .btn, .btn--long {
      margin-top: 20px;
      width: 100%;
      text-align: center; } }
  .btn.center, .center.btn--long {
    width: 100%;
    text-align: center; }
  .btn.right, .right.btn--long {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .btn.right, .right.btn--long {
        padding-right: 20px; } }
  .btn--long a {
    min-width: 230px; }
  .btn a, .btn--long a {
    position: relative;
    display: inline-block;
    padding: 17px 30px;
    border-radius: 3px;
    background: #212121;
    color: white;
    font: normal 14px/1 "Oswald", sans-serif;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    letter-spacing: -0.01em;
    -webkit-transition: all .1s ease;
    transition: all .1s ease; }
    @media screen and (max-width: 959px) {
      .btn a, .btn--long a {
        width: 100%;
        font-size: 14px;
        padding: 15px; } }
    .btn a:hover, .btn--long a:hover {
      opacity: .6;
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }

.heading02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media screen and (max-width: 959px) {
    .heading02 {
      text-align: left;
      display: block; } }
  .heading02 .enttl {
    font-size: 60px;
    position: relative;
    letter-spacing: -0.01em; }
    .heading02 .enttl::after {
      content: '';
      height: 2px;
      width: 100%;
      background-color: #212121;
      /* top: 73px; */
      top: 56px;
      left: 0;
      position: absolute;
      /* @include mediaTablet {
      	top: 56px;
      } */ }
  .heading02 .title {
    margin-left: 20px; }
    @media screen and (max-width: 959px) {
      .heading02 .title {
        margin: 10px 0 0; } }

.heading03 {
  font-size: 20px;
  position: relative;
  padding-left: 1em;
  letter-spacing: .14em; }
  @media screen and (max-width: 959px) {
    .heading03 {
      line-height: 1.5; } }
  .heading03::before {
    content: "";
    width: 6px;
    height: 1.4rem;
    background-color: #EA5504;
    position: absolute;
    margin-left: -20px; }
    @media screen and (max-width: 959px) {
      .heading03::before {
        top: 5px; } }

.heading04 {
  font-size: 18px;
  position: relative;
  text-indent: 1em;
  background-color: rgba(234, 85, 4, 0.3); }

.article {
  padding: 130px 0; }
  @media screen and (max-width: 959px) {
    .article {
      padding: 80px 0px; } }

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  padding: 0px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .search__input {
    padding: 0 15px;
    border: solid 1px #DDDDDD;
    border-radius: 3px;
    height: 40px;
    width: calc(100% - 200px); }
    @media screen and (max-width: 959px) {
      .search__input {
        width: calc(100% - 40px);
        border-radius: 3px 0px 0px 3px; } }
  @media screen and (max-width: 959px) {
    .search .btn.search--btn, .search .search--btn.btn--long {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
  .search .btn.search--btn a, .search .search--btn.btn--long a {
    cursor: pointer; }
    @media screen and (min-width: 960px) {
      .search .btn.search--btn a, .search .search--btn.btn--long a {
        height: 40px;
        border-radius: 0px 3px 3px 0px;
        padding: 14px 30px;
        letter-spacing: 0.1em; } }
    @media screen and (max-width: 959px) {
      .search .btn.search--btn a, .search .search--btn.btn--long a {
        height: 40px;
        width: 40px;
        border-radius: 0px 3px 3px 0px;
        border: none;
        background-color: #212121;
        padding: 8px 13px;
        position: relative;
        font-size: 0;
        vertical-align: 5px; }
        .search .btn.search--btn a::before, .search .search--btn.btn--long a::before {
          content: url(/svg/search.svg);
          width: 100%;
          height: 100%;
          position: absolute;
          top: 13px;
          right: 0px; } }
  .search .btn.search--btn::before, .search .search--btn.btn--long::before {
    content: url(/svg/search.svg);
    background-color: #212121;
    padding: 8px 13px;
    height: 40px;
    width: 40px;
    border-right: solid 1px #DDDDDD;
    border-radius: 3px 0px 0px 3px; }
    @media screen and (max-width: 959px) {
      .search .btn.search--btn::before, .search .search--btn.btn--long::before {
        display: none; } }

/* =========================================================
 underpage
========================================================= */
/* =========================================================
	animation
========================================================= */
/* =========================================================
	margin.scss
========================================================= */
.u-mbt--ll {
  margin-bottom: 80px !important;
  margin-top: 80px !important; }
.u-mbt--l {
  margin-bottom: 60px !important;
  margin-top: 60px !important; }
.u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }
.u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }
.u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }
.u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
.u-mbt--30 {
  margin-bottom: 30px !important;
  margin-top: 30px !important; }
.u-mb--ll {
  margin-bottom: 80px !important; }
.u-mb--l {
  margin-bottom: 60px !important; }
.u-mb--m {
  margin-bottom: 40px !important; }
.u-mb--s {
  margin-bottom: 20px !important; }
.u-mb--ss {
  margin-bottom: 10px !important; }
.u-mb--0 {
  margin-bottom: 0 !important; }
.u-mb--30 {
  margin-bottom: 30px !important; }
.u-mt--ll {
  margin-top: 80px !important; }
.u-mt--l {
  margin-top: 60px !important; }
.u-mt--m {
  margin-top: 40px !important; }
.u-mt--s {
  margin-top: 20px !important; }
.u-mt--ss {
  margin-top: 10px !important; }
.u-mt--0 {
  margin-top: 0 !important; }
.u-mt--30 {
  margin-top: 30px !important; }

.u-pbt--ll {
  padding-bottom: 80px !important;
  padding-top: 80px !important; }
.u-pbt--l {
  padding-bottom: 60px !important;
  padding-top: 60px !important; }
.u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important; }
.u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important; }
.u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }
.u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
.u-pbt--30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important; }
.u-pb--ll {
  padding-bottom: 100px !important; }
.u-pb--l {
  padding-bottom: 60px !important; }
.u-pb--m {
  padding-bottom: 40px !important; }
.u-pb--s {
  padding-bottom: 20px !important; }
.u-pb--ss {
  padding-bottom: 10px !important; }
.u-pb--0 {
  padding-bottom: 0 !important; }
.u-pb--30 {
  padding-bottom: 30px !important; }
.u-pt--ll {
  padding-top: 80px !important; }
.u-pt--l {
  padding-top: 60px !important; }
.u-pt--m {
  padding-top: 40px !important; }
.u-pt--s {
  padding-top: 20px !important; }
.u-pt--ss {
  padding-top: 10px !important; }
.u-pt--0 {
  padding-top: 0 !important; }
.u-pt--30 {
  padding-bottom: 30px !important; }

/* =========================================================
	text.scss
========================================================= */
.u-text {
  /* color: $fc !important; */
  font: 400 16px/1.8 "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important; }
  .u-text--strong {
    font-weight: bold; }
  .u-text--attention {
    /* color: $fc !important; */
    font-size: 11px !important;
    opacity: 0.7;
    padding-left: 1em !important;
    text-indent: -1em; }
  .u-text--center {
    text-align: center; }

/* =========================================================
	display.scss
========================================================= */
.u-display--block {
  display: block !important; }
.u-display--inline {
  display: inline !important; }
.u-display--inline-block {
  display: inline-block !important; }
@media screen and (max-width: 959px) {
  .u-display--sp {
    display: block !important; }
  .u-display--sp-inline {
    display: inline-block !important; }
  .u-display--pc, .u-display--pc-inline {
    display: none !important; } }
@media screen and (min-width: 960px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important; }
  .u-display--pc {
    display: block !important; }
  .u-display--pc-inline {
    display: inline-block !important; } }

/* =========================================================
	flex.scss
========================================================= */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-flex--ver-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/* =========================================================
	その他
========================================================= */
/*幅関係*/
.w-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .w-1000 {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }

@media screen and (max-width: 959px) {
  .w-sp-500 {
    width: 100%;
    max-width: 500px; } }

/*文字色、背景色、ホバー*/
.ac {
  color: #EA5504; }

.ac_bg {
  background-color: #EA5504; }

.white {
  color: white; }

.white_bg {
  background-color: white; }

.gc {
  color: #F5F5F5; }

.gc_bg {
  background-color: #F5F5F5; }

.hv {
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }
  .hv:hover {
    opacity: .6;
    -webkit-transition: all .1s ease;
    transition: all .1s ease; }

.hv--line {
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }
  .hv--line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #EA5504;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .hv--line:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

/*文字サイズ、フォント*/
.en {
  font-family: "Oswald", sans-serif; }

.fs-14 {
  font-size: 14px; }

.fs-20 {
  font-size: 20px; }

.u-lh--m {
  line-height: 1.8; }

.u-ls--m {
  letter-spacing: .18em; }

.u-ls--ss {
  letter-spacing: -0.01em; }

/*ページネーション*/
.wp-pagenavi {
  margin: 10px 0;
  text-align: center; }
  .wp-pagenavi .current {
    border-color: #EA5504 !important; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a {
    padding: 3px 5px 5px 5px !important; }

/* =========================================================
	#wrapper
========================================================= */
/* =========================================================
 underpage
========================================================= */
/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  position: relative;
  width: 100%;
  height: 480px;
  background-position: center;
  background-size: cover; }
  .pagetitle::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: calc(100% - 1px);
    background: url(/common/images/ov.png);
    opacity: .3; }
  .pagetitle__title {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    top: 110px; }
    .pagetitle__title p {
      display: inline-block;
      color: white;
      font: bold 70px/1.2 "Oswald", sans-serif;
      letter-spacing: .1em;
      margin: 110px 0px 0px; }
      .pagetitle__title p::first-letter {
        color: #EA5504; }
    .pagetitle__title h1 {
      display: inline-block;
      color: white;
      font: bold 20px/1.2 "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .18em;
      margin: 20px 0 0; }
  @media screen and (max-width: 959px) {
    .pagetitle {
      top: 0px;
      height: 250px; }
      .pagetitle__title {
        top: 130px;
        padding: 0 35px; }
        .pagetitle__title::after {
          content: "";
          width: 0;
          height: 0; }
        .pagetitle__title p, .pagetitle__title span {
          font-size: 38px;
          padding-bottom: 4px; }
        .pagetitle__title p {
          margin: 0; }
        .pagetitle__title h1 {
          font-size: 14px;
          margin: 10px 0 0; }
        .pagetitle__title span.category {
          font-size: 12px;
          padding: 8px 15px 9px 21px; } }

/* 画像登録所 */
#company-page .pagetitle {
  background-image: url(/images/pagetitle/company.jpg); }

#service-page .pagetitle {
  background-image: url(/images/pagetitle/service.jpg); }

#news-page .pagetitle {
  background-image: url(/images/pagetitle/news.jpg); }

#column-page .pagetitle {
  background-image: url(/images/pagetitle/column.jpg); }

#contact-page .pagetitle {
  background-image: url(/images/pagetitle/contact.jpg); }

#company-page .pagetitle {
  background-image: url(/images/pagetitle/company.jpg); }

.pagetitle {
  background-image: url(/images/pagetitle/company.jpg); }

/* =========================================================
	header
========================================================= */
.header {
  z-index: 20;
  position: absolute;
  width: 100%; }
  .header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .header__container {
        display: none; } }
  .header__logo img {
    width: 260px;
    height: 70px; }
  .header__nav {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__nav--item {
      margin-right: 30px;
      font-family: "Oswald", sans-serif; }
    .header__nav--title {
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
  @media screen and (min-width: 960px) {
    .header__expand {
      display: none; } }
  @media screen and (max-width: 959px) {
    .header__container {
      width: 100%; }
    .header__nav {
      display: block; }
      .header__nav--item {
        margin-right: 0px;
        margin-top: 20px;
        position: relative; }
        .header__nav--item a {
          font-size: 25px; }
        .header__nav--item p::before {
          content: "";
          width: 100%;
          height: 2px;
          border-bottom: 1px solid #DDDDDD;
          position: absolute;
          top: 22px; }
        .header__nav--item--noline::before {
          content: "";
          width: 0;
          height: 0; }
    .header .header__nav--jp {
      position: absolute;
      bottom: 4px;
      right: 0; }
    .header .header__nav--en {
      position: relative; }
      .header .header__nav--en::before {
        content: "";
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #212121;
        position: absolute;
        top: 22px; } }
  .header .menu-btn {
    position: fixed;
    top: 35px;
    right: 21px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: border-color .15s ease, background-color .5s ease;
    transition: border-color .15s ease, background-color .5s ease;
    background-color: white;
    border-radius: 50px; }
    .header .menu-btn:hover {
      border-color: #EA5504; }
    .header .menu-btn span {
      display: block;
      position: relative;
      width: 17px;
      height: 14px;
      margin-left: -1px; }
    .header .menu-btn__line {
      display: block;
      width: 17px;
      height: 2px;
      -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: transform .5s ease, opacity .5s ease;
      transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
      .header .menu-btn__line + .menu-btn__line {
        margin-top: 4px; }
    .header .menu-btn.on {
      background-color: #212121;
      border-color: #212121;
      border-radius: 3px; }
      .header .menu-btn.on .menu-btn__line:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(4px, 4px);
                transform: rotate(45deg) translate(4px, 4px); }
      .header .menu-btn.on .menu-btn__line:nth-child(2) {
        opacity: 0; }
      .header .menu-btn.on .menu-btn__line:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(4px, -4px);
                transform: rotate(-45deg) translate(4px, -4px); }
    @media screen and (max-width: 959px) {
      .header .menu-btn .navbar-brand {
        width: 220px; } }
    .header .menu-btn .navbar-nav {
      padding-right: 50px; }
      @media screen and (max-width: 959px) {
        .header .menu-btn .navbar-nav {
          display: none; } }
    .header .menu-btn .navbar > .container-fluid {
      position: relative;
      z-index: 0; }
    .header .menu-btn .navbar > .menu {
      background: white;
      z-index: 1; }
  .header .menu {
    position: fixed;
    top: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    .header .menu.on {
      opacity: 1;
      pointer-events: all;
      width: 100%;
      height: 100%;
      background: #F5F5F5;
      z-index: 20;
      padding: 0px 20px; }
      .header .menu.on .menu__bk {
        opacity: 1; }
      .header .menu.on .header__container {
        display: inline-block; }

/* =========================================================
	footer
========================================================= */
.footer {
  padding: 40px 0;
  width: 100%; }
  @media screen and (max-width: 959px) {
    .footer {
      padding: 20px 0px; } }
  .footer__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .footer__container {
        display: block; } }
  @media screen and (max-width: 959px) {
    .footer__logo {
      text-align: center; } }
  .footer__logo img {
    width: 260px;
    height: 70px; }
  .footer__nav {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__nav--item {
      margin-right: 30px;
      font-family: "Oswald", sans-serif; }
    @media screen and (max-width: 959px) {
      .footer__nav {
        display: none; } }
  .footer .copyright p {
    font-size: 10px; }
  @media screen and (max-width: 959px) {
    .footer .copyright {
      text-align: center; } }

/* =========================================================
	footer、header共通
========================================================= */
.lang {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .lang--en, .lang--ja {
    padding: 10px; }
  .lang--en {
    background-color: white;
    color: #212121;
    border-radius: 5px 0px 0px 5px; }
    .lang--en:hover {
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
  .lang--ja {
    background-color: #666666;
    border-radius: 0px 5px 5px 0px; }
    .lang--ja span {
      opacity: .6; }

/* =========================================================
	main
========================================================= */
/* =========================================================
	mv
========================================================= */
.mv {
  width: 100%; }
  .mv img {
    -o-object-fit: fill;
       object-fit: fill; }

/* home page
========================================================= */
#home-page .mv {
  position: relative; }
  #home-page .mv__contents {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  #home-page .mv__copy p {
    font-size: 60px;
    font-family: "Oswald", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.12em; }
    @media screen and (max-width: 959px) {
      #home-page .mv__copy p {
        line-height: 1.2; } }
  #home-page .mv__copy--small p {
    font-size: 14px;
    letter-spacing: .1em;
    font-family: "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  #home-page .mv__video {
    z-index: 1;
    max-height: 100vh;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 768px) {
      #home-page .mv__video video {
        min-height: 100vh;
        min-width: 100vw;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media screen and (max-width: 767px) {
      #home-page .mv__video video {
        min-height: 180vw;
        min-width: 100vw;
        -o-object-fit: cover;
           object-fit: cover; } }
    #home-page .mv__video::before {
      content: "";
      position: absolute;
      top: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: calc(100% - 1px);
      background: url(/common/images/ov.png);
      opacity: .3; }
    #home-page .mv__video.night::before {
      opacity: 1; }
#home-page .top-service {
  position: relative;
  z-index: 15; }
  @media screen and (max-width: 959px) {
    #home-page .top-service {
      padding-bottom: 20px;
      margin-bottom: 0; } }
  #home-page .top-service__list {
    width: 100%;
    position: absolute;
    top: -60px; }
    @media screen and (max-width: 959px) {
      #home-page .top-service__list {
        position: relative;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #home-page .top-service__list--item {
      border-radius: 3px;
      -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
      width: calc(25% - 15px);
      margin-right: 20px; }
      #home-page .top-service__list--item:last-child {
        margin-right: 0; }
      @media screen and (max-width: 959px) {
        #home-page .top-service__list--item {
          width: calc(50% - 5px);
          margin: 20px 0; }
          #home-page .top-service__list--item:nth-child(-n+2) {
            margin-top: 0; }
          #home-page .top-service__list--item:nth-child(odd) {
            margin-right: 10px; } }
    #home-page .top-service__list--title {
      position: relative;
      border-radius: 3px 3px 0 0; }
    #home-page .top-service__list .title__number {
      padding: 6px;
      border-radius: 3px 0  3px 0;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px; }
    #home-page .top-service__list .title__text {
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 959px) {
        #home-page .top-service__list .title__text {
          padding: 20px 0px; } }
    #home-page .top-service__list--contents {
      padding: 40px 10px; }
      #home-page .top-service__list--contents p {
        line-height: 1.2; }
    #home-page .top-service__list .btn, #home-page .top-service__list .btn--long {
      width: 100%; }
      #home-page .top-service__list .btn a, #home-page .top-service__list .btn--long a {
        width: 100%;
        border-radius: 0 0 3px 3px; }

.service__contents, .service__contents--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .service__contents--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  @media screen and (max-width: 959px) {
    .service__contents, .service__contents--right {
      display: block; } }
.service__text, .service__text--right {
  width: calc(60% - 20px);
  margin-right: 20px;
  margin-left: 0; }
  @media screen and (max-width: 959px) {
    .service__text, .service__text--right {
      width: 100%;
      margin: 0; } }
  .service__text--right {
    margin-right: 0;
    margin-left: 20px; }
    @media screen and (max-width: 959px) {
      .service__text--right {
        margin: 0; } }
.service__img {
  overflow: hidden;
  width: 40%;
  border-radius: 3px; }
  @media screen and (max-width: 959px) {
    .service__img {
      width: 100%; } }
  .service__img img {
    -o-object-fit: cover;
       object-fit: cover; }

.column__tmb {
  border-radius: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .column__tmb img {
    height: 300px; }
    @media screen and (max-width: 959px) {
      .column__tmb img {
        height: 200px; } }
.column__date {
  padding: 15px 34px;
  background: #fafafa;
  border-bottom: 1px solid #ddd; }
  .column__date p {
    opacity: .6; }
  @media screen and (max-width: 959px) {
    .column__date p {
      font-size: 14px; } }
.column__title {
  background: #fafafa;
  padding: 30px 20px 0px 0; }
  .column__title h3 {
    font-size: 25px;
    line-height: 1.6;
    border-left: 6px solid #EA5504;
    padding-bottom: 7px; }
    .column__title h3:before {
      content: none; }
  @media screen and (max-width: 959px) {
    .column__title h3 {
      font-size: 20px; } }
.column__text h3, .column__text h4, .column__text h5 {
  font-family: "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
.column__text h3 {
  position: relative;
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: bold; }
  .column__text h3:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd; }
.column__text h4 {
  font-size: 20px;
  font-weight: bold; }
.column__text h5 {
  font-size: 16px;
  font-weight: bold; }
.column__text h3, .column__text h4, .column__text h5 {
  margin-top: 60px; }
.column__text p + img,
.column__text img + p,
.column__text h3 + p,
.column__text h4 + p,
.column__text h5 + p {
  margin-top: 30px; }
.column__text p {
  font-size: 16px;
  font-family: "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 36px;
  letter-spacing: .08em; }
.column__text p + p {
  margin-top: 20px; }
@media screen and (max-width: 959px) {
  .column__text h3 {
    font-size: 18px; }
  .column__text h4 {
    font-size: 16px; }
  .column__text h5 {
    font-size: 14px;
    font-weight: bold; }
  .column__text h3, .column__text h4, .column__text h5 {
    margin-top: 50px; }
  .column__text p + img,
  .column__text img + p,
  .column__text h3 + p,
  .column__text h4 + p,
  .column__text h5 + p {
    margin-top: 15px; }
  .column__text p {
    font-size: 14px;
    font-family: "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    line-height: 28px;
    letter-spacing: .08em; }
  .column__text p + p {
    margin-top: 15px; } }
.column__text strong {
  font-weight: bold; }

.news__item:nth-child(odd) {
  background-color: rgba(221, 221, 221, 0.3); }
.news__contents {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all .1s ease;
  transition: all .1s ease; }
  .news__contents::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #EA5504;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .news__contents:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  @media screen and (max-width: 959px) {
    .news__contents {
      display: block; } }
.news__date {
  margin-right: 10px; }

.top-column {
  padding-top: 230px; }
  @media screen and (max-width: 959px) {
    .top-column {
      padding-top: 0; } }
  .top-column__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .top-column__list--wrap {
      width: calc(50% - 20px);
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
      .top-column__list--wrap:nth-child(odd) {
        margin-right: 40px; }
        @media screen and (max-width: 959px) {
          .top-column__list--wrap:nth-child(odd) {
            margin-right: 0; } }
      @media screen and (max-width: 959px) {
        .top-column__list--wrap {
          width: 100%; } }
      .top-column__list--wrap:hover {
        opacity: .6;
        -webkit-transition: all .1s ease;
        transition: all .1s ease; }
    .top-column__list--tmb {
      border-radius: 3px;
      overflow: hidden;
      width: 100%;
      height: 320px; }
      @media screen and (max-width: 959px) {
        .top-column__list--tmb {
          height: 210px; } }
      .top-column__list--tmb img {
        -o-object-fit: cover;
           object-fit: cover; }
  .top-column .contents__title {
    border-bottom: solid 1px #DDDDDD; }
    .top-column .contents__title p {
      line-height: 1.4; }
  .top-column .contents__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .top-column .contents__btn {
    margin-right: 24px;
    position: relative; }
    .top-column .contents__btn::after {
      content: '';
      width: 14px;
      height: 2px;
      background-color: #EA5504;
      top: 6px;
      right: -24px;
      position: absolute; }

#home-page .mv-info {
  margin-top: 50px; }
  @media screen and (max-width: 959px) {
    #home-page .mv-info {
      margin-top: 60px; } }
  #home-page .mv-info a {
    position: relative;
    display: inline-block;
    padding: 25px 50px 25px 20px;
    border: 2px solid #EA5504;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.6;
    color: white;
    -webkit-transition: background-color .1s ease, border-color .1s ease;
    transition: background-color .1s ease, border-color .1s ease; }
    @media screen and (max-width: 959px) {
      #home-page .mv-info a {
        font-weight: normal; } }
  #home-page .mv-info a:hover {
    border-color: rgba(0, 0, 0, 0.6);
    background: #EA5504;
    text-decoration: underline; }
    #home-page .mv-info a:hover img {
      right: 8px; }
  #home-page .mv-info img {
    position: absolute;
    top: 26px;
    width: 20px;
    right: 14px;
    -webkit-transition: right .1s ease;
    transition: right .1s ease; }

.p-form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
.p-form .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
.p-form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
.p-form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
.p-form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  .p-form .mw_wp_form dl .error + .error {
    left: 200px; }
.p-form .mw_wp_form dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0px;
  padding: 10px 0px;
  border-bottom: 1px dotted #e5e5e5; }
  .p-form .mw_wp_form dl dl .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-form .mw_wp_form dl dl .mwform-radio-field {
        margin-left: 0; } }
  @media screen and (max-width: 959px) {
    .p-form .mw_wp_form dl dl {
      display: block; } }
.p-form .mw_wp_form dd {
  position: relative;
  width: calc(100% - 350px); }
  @media screen and (max-width: 959px) {
    .p-form .mw_wp_form dd {
      width: 100%; } }
.p-form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  text-align: left;
  /* border-bottom: 1px solid $bc; */ }
  .p-form .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #212121;
    top: 0%;
    left: 0; }
    @media all and (-ms-high-contrast: none) {
      .p-form .mw_wp_form dt:before {
        content: none; } }
  .p-form .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #EA5504;
    color: #EA5504;
    font-size: 14px;
    line-height: 1; }
.p-form .mw_wp_form dd.flex-col4 {
  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; }
  .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    .p-form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
.p-form .mw_wp_form dd.flex-col2 {
  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; }
  .p-form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    .p-form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  .p-form .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    .p-form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
.p-form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: 16px !important;
  cursor: pointer; }
  .p-form .mw_wp_form .mwform-radio-field-text:before, .p-form .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  .p-form .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  .p-form .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  .p-form .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #212121;
    z-index: 1; }
  .p-form .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
.p-form .mw_wp_form .mwform-zip-field {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-form .mw_wp_form .mwform-zip-field input {
    margin: 0 10px !important; }
.p-form .mw_wp_form input[type=radio] {
  display: none; }
.p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #212121; }
.p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
.p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: #212121;
  color: white; }
.p-form .mw_wp_form input[type=file] {
  margin-top: 20px; }
.p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 8px 10px 10px;
  border: solid 1px #DDDDDD;
  background: #F5F5F5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  height: 50px; }
  @media screen and (max-width: 959px) {
    .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
      margin-top: 8px; } }
.p-form .mw_wp_form #consultation {
  height: auto; }
.p-form .mw_wp_form .mwform-tel-field {
  width: 100%; }
.p-form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
.p-form .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  border-radius: 5px; }
.p-form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F5F5F5; }
  .p-form .contact-policy .section {
    margin-top: 30px; }
  .p-form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    .p-form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    .p-form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  .p-form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .p-form .contact-policy {
      padding: 15px; } }
.p-form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .p-form .button {
      margin-top: 30px; } }
.p-form input[type="submit"] {
  position: relative;
  background: white;
  color: #EA5504;
  border: 0;
  padding: 20px;
  min-width: 365px;
  border: 2px solid #EA5504;
  font: bold 1rem/1 "Noto sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease, color .15s ease;
  transition: background-color .15s ease, color .15s ease; }
  @media screen and (max-width: 959px) {
    .p-form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  .p-form input[type="submit"]:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #EA5504;
    position: absolute;
    top: 10px;
    right: 10px; }
  .p-form input[type="submit"]:hover {
    background: #EA5504;
    color: white; }
.p-form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    .p-form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: wrap-reverse;
              flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  .p-form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
.p-form p + .mw_wp_form {
  margin-top: 50px; }
.p-form .address {
  padding: 15px; }
  .p-form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .p-form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      .p-form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          .p-form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    .p-form .address dl dd {
      width: 80%; }
      .p-form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dd {
          width: 100%; } }
.p-form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-form .col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .p-form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-form .col3 .mwform-radio-field {
        margin-left: 0; } }
.p-form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
.p-form.mw_wp_form_error .error-area {
  display: block; }
.p-form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
.p-form.mw_wp_form_confirm .confilm-area {
  display: block; }
.p-form .form-title {
  margin-top: 30px; }
  .p-form .form-title h3 {
    margin: 0 !important; }
.p-form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #DDDDDD;
  font-size: 1.1em;
  font-weight: 600; }
.p-form .contact-tel dd span {
  color: #212121;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .p-form .contact-tel dd span {
      display: block; } }
  .p-form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
.p-form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  .p-form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #DDDDDD;
    text-align: center; }
    .p-form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    .p-form .step {
      display: block; }
      .p-form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #DDDDDD; }
        .p-form .step .item:last-child {
          border: none; } }
  .p-form .step h4 {
    margin-bottom: 15px;
    color: #212121;
    font-size: 18px;
    font-weight: 600; }
    .p-form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: #212121;
      color: #fff;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  .p-form .step i {
    display: block;
    margin: 0 auto 15px;
    color: #212121;
    font-size: 80px; }

.form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px dotted #e5e5e5; }
  .form dl:first-of-type {
    border-top: 1px dotted #e5e5e5; }
  .form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    color: #ef2027;
    padding: 13px 13px 15px;
    background: rgba(236, 24, 52, 0.1); }
    .form dl .error + .error {
      left: 200px; }
  .form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .form dl dt.num {
    position: relative;
    padding-left: 40px; }
    .form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        .form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  .form dl p.red {
    color: #EA5504; }
  .form dl:nth-child(2) dt.num:before {
    content: "1"; }
  .form dl:nth-child(3) dt.num:before {
    content: "2"; }
  .form dl:nth-child(4) dt.num:before {
    content: "3"; }
  .form dl:nth-child(5) dt.num:before {
    content: "4"; }
  .form dl:nth-child(6) dt.num:before {
    content: "5"; }
  .form dl:nth-child(7) dt.num:before {
    content: "6"; }
  .form dl:nth-child(8) dt.num:before {
    content: "7"; }
  .form dl:nth-child(9) dt.num:before {
    content: "8"; }
  .form dl:nth-child(10) dt.num:before {
    content: "9"; }
  .form dl dd,
  .form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important; }
    .form dl dd .must,
    .form dl dt .must {
      float: right; }
    @media screen and (max-width: 959px) {
      .form dl dd,
      .form dl dt {
        display: block;
        font-size: 14px !important; }
        .form dl dd .must,
        .form dl dt .must {
          font-size: 11px !important; } }
  .form dl dt {
    width: 300px; }
    @media screen and (max-width: 959px) {
      .form dl dt {
        width: 100%; } }
  .form dl dd {
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      .form dl dd {
        padding-left: 0 !important; } }
  @media screen and (max-width: 767px) {
    .form dl dd.flex-col2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .form dl dd.flex-col2 > span:not(.error), .form dl dd.flex-col2 > input {
        width: 100%;
        margin-left: 0; } }
  .form dl dd.flex-col2 + span.error {
    margin-left: 20px; }
    @media screen and (max-width: 959px) {
      .form dl dd.flex-col2 + span.error {
        margin-left: 0; } }
  .form dl.sub > dd {
    position: relative; }
    .form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      .form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          .form dl.sub > dd dl dt {
            width: 100%; } }
.form input[type="number"], .form input[type="text"], .form input[type="email"], .form input[type="url"], .form input[type="tel"], .form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important; }
.form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    .form input.short {
      width: 120px !important; } }
.form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: white;
  border-radius: 5px; }
.form input[type=radio], .form input[type=checkbox] {
  display: none; }
.form .mwform-checkbox-field-text,
.form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: white;
  font-size: 16px !important;
  cursor: pointer; }
  .form .mwform-checkbox-field-text:before, .form .mwform-checkbox-field-text:after,
  .form .mwform-radio-field-text:before,
  .form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  .form .mwform-checkbox-field-text:before,
  .form .mwform-radio-field-text:before {
    opacity: 0; }
  .form .mwform-checkbox-field-text:after,
  .form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  .form .mwform-checkbox-field-text:before,
  .form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #212121;
    z-index: 1; }
  .form .mwform-checkbox-field-text:after,
  .form .mwform-radio-field-text:after {
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  .form .mwform-checkbox-field,
  .form .mwform-radio-field {
    margin-top: 10px; } }
.form input[type=checkbox],
.form input[type=radio] {
  display: none; }
.form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #212121; }
.form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
.form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
.form input[type=file] {
  margin-top: 20px; }
.form .button {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .form .button:first-of-type {
      margin-top: 15px; } }
.form .button input {
  display: block;
  max-width: 270px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #212121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center; }
  .form .button input:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .form .button input {
      width: 200px !important;
      min-width: 0;
      height: 40px;
      font-size: 14px; } }
.form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    .form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  .form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    .form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    .form .flex-c2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .form .flex-c2 > input, .form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
  .js-scroll2.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.fadeInBottom {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0; }
  .fadeInBottom.is-show, .is-show .fadeInBottom {
    -webkit-animation-name: fadeInBottom;
            animation-name: fadeInBottom;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@-webkit-keyframes fadeInBottom {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0; }
  50% {
    opacity: .2; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeInBottom {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
    opacity: 0; }
  50% {
    opacity: .2; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }
.anime-elm {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .anime-elm.no02 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .anime-elm.no03 {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .anime-elm.no04 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .anime-elm.no05 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  .anime-elm.no06 {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .anime-elm.no07 {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }

@media screen and (min-width: 960px) {
  .container-lg {
    max-width: 1000px; } }

@media print {
  * html body {
    zoom: .7; } }
